Subversion Repositories SvarDOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
581 859 d 23 h mateuszviste /svarcom/tags/svarcom-2022.0/ frozen ver 2022.0 to tags  
/svarcom/tags/svarcom-2022.0
579 860 d 0 h mateuszviste /svarcom/trunk/ release is zipped with more aggressive ZIP options  
/svarcom/trunk/makefile
538 923 d 21 h mateuszviste /svarcom/trunk/ DOS errors can be translated now + always output to stderr instead of stdout  
/svarcom/trunk/doserr.c
/svarcom/trunk/doserr.h
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/mkdir.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/rmdir.c
/svarcom/trunk/cmd/time.c
/svarcom/trunk/cmd/type.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/history.txt
/svarcom/trunk/makefile
/svarcom/trunk/redir.c
/svarcom/trunk/tlumacz/lang/english.txt
524 929 d 2 h mateuszviste /svarcom/trunk/ clean target performs additional cleanups  
/svarcom/trunk/makefile
523 929 d 3 h mateuszviste /svarcom/trunk/ distribuable pkg contains binaries and sources  
/svarcom/trunk/makefile
516 930 d 1 h mateuszviste /svarcom/trunk/ make sure to rebuild command.obj when rmodcore changes  
/svarcom/trunk/makefile
513 930 d 10 h mateuszviste /svarcom/trunk/ enforce helpers rebuild when translation strings change  
/svarcom/trunk/makefile
510 930 d 21 h mateuszviste /svarcom/trunk/ TODO.TXT is included in the binary distribution package  
/svarcom/trunk/makefile
509 930 d 21 h mateuszviste /svarcom/trunk/ rmod core file renamed to bin to avoid that someone executes it by mistake  
/svarcom/trunk/makefile
499 933 d 2 h mateuszviste /svarcom/trunk/ pkg target builds also a source archive  
/svarcom/trunk/makefile
496 933 d 3 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/makefile
487 933 d 4 h mateuszviste /svarcom/trunk/ enforce cmd.obj recompilation when an internal command definition changes  
/svarcom/trunk/makefile
479 934 d 0 h mateuszviste /svarcom/trunk/ cmdline far ptr is replaced by a local array, shared with BUFFER and merged with rmodcore  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/makefile
/svarcom/trunk/redir.c
/svarcom/trunk/redir.h
/svarcom/trunk/rmodcore.h
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
478 934 d 4 h mateuszviste /svarcom/trunk/ renamed rmod array to rmodcore and removed its const flag so the memory can be possibly reused for other purposes  
/svarcom/trunk/rmodcore.h
/svarcom/trunk/rmod.h
/svarcom/trunk/makefile
/svarcom/trunk/rmodinit.c
476 934 d 6 h mateuszviste /svarcom/trunk/ obj files are compiled separetely to not recompile everything at each change  
/svarcom/trunk/makefile
448 939 d 0 h mateuszviste /svarcom/trunk/ each svarcom instance has its own rmod + svarcom is able to quit (unloading its rmod in the process)  
/svarcom/trunk/sayonara.c
/svarcom/trunk/sayonara.h
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/exit.c
/svarcom/trunk/command.c
/svarcom/trunk/makefile
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmod.h
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
433 942 d 21 h mateuszviste /svarcom/trunk/ added the future NLS translations generator  
/svarcom/trunk/tlumacz
/svarcom/trunk/tlumacz/makefile
/svarcom/trunk/tlumacz/nls
/svarcom/trunk/tlumacz/nls/svarcom.en
/svarcom/trunk/tlumacz/nls/svarcom.fr
/svarcom/trunk/tlumacz/nls/svarcom.pl
/svarcom/trunk/tlumacz/tlumacz.c
/svarcom/trunk/tlumacz/tlumacz.txt
/svarcom/trunk/makefile
432 943 d 2 h mateuszviste /svarcom/trunk/ file2c is more flexible: configurable CONST flag + custom array size  
/svarcom/trunk/file2c.c
/svarcom/trunk/makefile
421 944 d 22 h mateuszviste /svarcom/trunk/ documentation improvements and added licensing information to all src files  
/svarcom/trunk/todo.txt
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/cmd/_notimpl.c
/svarcom/trunk/cmd/break.c
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd/cls.c
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/echo.c
/svarcom/trunk/cmd/exit.c
/svarcom/trunk/cmd/mkdir.c
/svarcom/trunk/cmd/path.c
/svarcom/trunk/cmd/pause.c
/svarcom/trunk/cmd/prompt.c
/svarcom/trunk/cmd/rem.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/rmdir.c
/svarcom/trunk/cmd/set.c
/svarcom/trunk/cmd/type.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/cmd/verify.c
/svarcom/trunk/cmd/vol.c
/svarcom/trunk/command.c
/svarcom/trunk/doserr.c
/svarcom/trunk/doserr.h
/svarcom/trunk/env.c
/svarcom/trunk/env.h
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/makefile
/svarcom/trunk/redir.c
/svarcom/trunk/redir.h
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
402 949 d 23 h mateuszviste /svarcom/trunk/ basic support for stdout redirections  
/svarcom/trunk/redir.c
/svarcom/trunk/redir.h
/svarcom/trunk/command.c
/svarcom/trunk/makefile
/svarcom/trunk/svarcom.txt

Show All