Subversion Repositories SvarDOS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
525 915 d 8 h mateuszviste /svarcom/tags/ freezed ver 2021.0 to tags  
/svarcom/tags
/svarcom/tags/svarcom-2021.0
524 915 d 9 h mateuszviste /svarcom/trunk/ clean target performs additional cleanups  
/svarcom/trunk/makefile
523 915 d 9 h mateuszviste /svarcom/trunk/ distribuable pkg contains binaries and sources  
/svarcom/trunk/makefile
522 915 d 9 h mateuszviste /svarcom/trunk/ minor rewording  
/svarcom/trunk/freecom.txt
521 915 d 10 h mateuszviste /svarcom/trunk/ documentation improvements  
/svarcom/trunk/history.txt
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/internal.txt
/svarcom/trunk/svarcom.txt
/svarcom/trunk/todo.txt
520 916 d 3 h mateuszviste /svarcom/trunk/ fixed >> redirections  
/svarcom/trunk/redir.c
/svarcom/trunk/rmod.asm
519 916 d 5 h mateuszviste /svarcom/trunk/ reverting a redirection closes the previous handle (fixed handle leak)  
/svarcom/trunk/redir.c
/svarcom/trunk/rmod.asm
/svarcom/trunk/todo.txt
518 916 d 5 h mateuszviste /svarcom/trunk/ del: fixes and improvements  
/svarcom/trunk/cmd/del.c
/svarcom/trunk/todo.txt
517 916 d 6 h mateuszviste /svarcom/trunk/ rmod performs redirections before running programs  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/redir.c
/svarcom/trunk/redir.h
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
516 916 d 8 h mateuszviste /svarcom/trunk/ make sure to rebuild command.obj when rmodcore changes  
/svarcom/trunk/makefile
515 916 d 16 h mateuszviste /svarcom/trunk/tlumacz/ translations are stored as utf-8 files and encoded only for building the ressource file  
/svarcom/trunk/tlumacz/lang
/svarcom/trunk/tlumacz/lang/english.txt
/svarcom/trunk/tlumacz/lang/french.txt
/svarcom/trunk/tlumacz/lang/polish.txt
/svarcom/trunk/tlumacz/nlsgen.bat
/svarcom/trunk/tlumacz/nls
/svarcom/trunk/tlumacz/makefile
514 916 d 17 h mateuszviste /svarcom/trunk/ SHIFT implementation  
/svarcom/trunk/cmd/shift.c
/svarcom/trunk/cmd.c
/svarcom/trunk/svarcom.txt
/svarcom/trunk/tlumacz/nls/svarcom.en
/svarcom/trunk/tlumacz/nls/svarcom.fr
/svarcom/trunk/tlumacz/nls/svarcom.pl
/svarcom/trunk/todo.txt
513 916 d 17 h mateuszviste /svarcom/trunk/ enforce helpers rebuild when translation strings change  
/svarcom/trunk/makefile
512 916 d 17 h mateuszviste /svarcom/trunk/tlumacz/ doc improvement  
/svarcom/trunk/tlumacz/tlumacz.txt
511 917 d 3 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
/svarcom/trunk/todo.txt
510 917 d 3 h mateuszviste /svarcom/trunk/ TODO.TXT is included in the binary distribution package  
/svarcom/trunk/makefile
509 917 d 4 h mateuszviste /svarcom/trunk/ rmod core file renamed to bin to avoid that someone executes it by mistake  
/svarcom/trunk/makefile
508 917 d 4 h mateuszviste /svarcom/trunk/ implemented %0 %1 %2 etc in batch files  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
507 917 d 5 h mateuszviste /svarcom/trunk/ %variables% substitution in BAT files  
/svarcom/trunk/command.c
/svarcom/trunk/todo.txt
506 917 d 6 h mateuszviste /svarcom/trunk/ fixed lookup_cmd() so it always returns the full path/name (truename) of the command that was found  
/svarcom/trunk/command.c
505 917 d 9 h mateuszviste /svarcom/trunk/ getbatcmd() prints out a DOS error on failure  
/svarcom/trunk/command.c
504 917 d 10 h mateuszviste /svarcom/trunk/ licensing additional explanations  
/svarcom/trunk/freecom.txt
503 917 d 11 h mateuszviste /svarcom/trunk/cmd/ fixed src-fname overwriting by copy buffer  
/svarcom/trunk/cmd/copy.c
502 917 d 11 h mateuszviste /svarcom/trunk/cmd/ fail when file could not be opened  
/svarcom/trunk/cmd/copy.c
501 917 d 12 h mateuszviste /svarcom/trunk/ improved BUFFER memory tracking  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/time.c
500 917 d 12 h mateuszviste /svarcom/trunk/ cmdline buffer is no longer inside BUFFER, for better code clarity  
/svarcom/trunk/command.c
499 919 d 8 h mateuszviste /svarcom/trunk/ pkg target builds also a source archive  
/svarcom/trunk/makefile
498 919 d 9 h mateuszviste /svarcom/trunk/tlumacz/ improved doc and build process  
/svarcom/trunk/tlumacz/makefile
/svarcom/trunk/tlumacz/tlumacz.txt
497 919 d 9 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
496 919 d 9 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/makefile
495 919 d 9 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/todo.txt
494 919 d 9 h mateuszviste /svarcom/trunk/ implemented /D (skip autoexec.bat)  
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
493 919 d 10 h mateuszviste /svarcom/trunk/ remove obvious documentation from code  
/svarcom/trunk/command.c
492 919 d 10 h mateuszviste /svarcom/trunk/cmd/ doc update  
/svarcom/trunk/cmd/ver.c
491 919 d 10 h mateuszviste /svarcom/trunk/ simplified parse_argv()  
/svarcom/trunk/command.c
490 919 d 11 h mateuszviste /svarcom/trunk/ memguard implementation to detect some common cases of buffer overflows  
/svarcom/trunk/command.c
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.h
489 919 d 11 h mateuszviste /svarcom/trunk/ rmodcore.h removal - it is autogenerated anyway  
/svarcom/trunk/rmodcore.h
488 919 d 11 h mateuszviste /svarcom/trunk/cmd/ added an rmpd memory dump to dbg output  
/svarcom/trunk/cmd/ver.c
487 919 d 11 h mateuszviste /svarcom/trunk/ enforce cmd.obj recompilation when an internal command definition changes  
/svarcom/trunk/makefile
486 920 d 3 h mateuszviste /svarcom/trunk/ todo update  
/svarcom/trunk/todo.txt