Subversion Repositories SvarDOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
515 948 d 20 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 948 d 20 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 948 d 20 h mateuszviste /svarcom/trunk/ enforce helpers rebuild when translation strings change  
/svarcom/trunk/makefile
512 948 d 20 h mateuszviste /svarcom/trunk/tlumacz/ doc improvement  
/svarcom/trunk/tlumacz/tlumacz.txt
511 949 d 7 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
/svarcom/trunk/todo.txt
510 949 d 7 h mateuszviste /svarcom/trunk/ TODO.TXT is included in the binary distribution package  
/svarcom/trunk/makefile
509 949 d 7 h mateuszviste /svarcom/trunk/ rmod core file renamed to bin to avoid that someone executes it by mistake  
/svarcom/trunk/makefile
508 949 d 7 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 949 d 8 h mateuszviste /svarcom/trunk/ %variables% substitution in BAT files  
/svarcom/trunk/command.c
/svarcom/trunk/todo.txt
506 949 d 9 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 949 d 12 h mateuszviste /svarcom/trunk/ getbatcmd() prints out a DOS error on failure  
/svarcom/trunk/command.c
504 949 d 14 h mateuszviste /svarcom/trunk/ licensing additional explanations  
/svarcom/trunk/freecom.txt
503 949 d 14 h mateuszviste /svarcom/trunk/cmd/ fixed src-fname overwriting by copy buffer  
/svarcom/trunk/cmd/copy.c
502 949 d 15 h mateuszviste /svarcom/trunk/cmd/ fail when file could not be opened  
/svarcom/trunk/cmd/copy.c
501 949 d 15 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 949 d 15 h mateuszviste /svarcom/trunk/ cmdline buffer is no longer inside BUFFER, for better code clarity  
/svarcom/trunk/command.c
499 951 d 12 h mateuszviste /svarcom/trunk/ pkg target builds also a source archive  
/svarcom/trunk/makefile
498 951 d 12 h mateuszviste /svarcom/trunk/tlumacz/ improved doc and build process  
/svarcom/trunk/tlumacz/makefile
/svarcom/trunk/tlumacz/tlumacz.txt
497 951 d 12 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
496 951 d 12 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/makefile
495 951 d 12 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/todo.txt
494 951 d 12 h mateuszviste /svarcom/trunk/ implemented /D (skip autoexec.bat)  
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
493 951 d 13 h mateuszviste /svarcom/trunk/ remove obvious documentation from code  
/svarcom/trunk/command.c
492 951 d 13 h mateuszviste /svarcom/trunk/cmd/ doc update  
/svarcom/trunk/cmd/ver.c
491 951 d 13 h mateuszviste /svarcom/trunk/ simplified parse_argv()  
/svarcom/trunk/command.c
490 951 d 14 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 951 d 14 h mateuszviste /svarcom/trunk/ rmodcore.h removal - it is autogenerated anyway  
/svarcom/trunk/rmodcore.h
488 951 d 14 h mateuszviste /svarcom/trunk/cmd/ added an rmpd memory dump to dbg output  
/svarcom/trunk/cmd/ver.c
487 951 d 14 h mateuszviste /svarcom/trunk/ enforce cmd.obj recompilation when an internal command definition changes  
/svarcom/trunk/makefile
486 952 d 6 h mateuszviste /svarcom/trunk/ todo update  
/svarcom/trunk/todo.txt
485 952 d 6 h mateuszviste /svarcom/trunk/ fixed /E:value loading  
/svarcom/trunk/command.c
484 952 d 6 h mateuszviste /svarcom/trunk/ fixed buffer overflow when loading bat lines  
/svarcom/trunk/command.c
/svarcom/trunk/todo.txt
483 952 d 7 h mateuszviste /svarcom/trunk/ run autoexec (if exists) on /P  
/svarcom/trunk/command.c
482 952 d 9 h mateuszviste /svarcom/trunk/ improved documentation  
/svarcom/trunk/svarcom.txt
481 952 d 9 h mateuszviste /svarcom/trunk/ improved documentation  
/svarcom/trunk/internal.txt
480 952 d 9 h mateuszviste /svarcom/trunk/ batch lines are stripped from leading spaces for proper detection of @ prefixes  
/svarcom/trunk/command.c
479 952 d 9 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 952 d 14 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
477 952 d 14 h mateuszviste /svarcom/trunk/ added /s for computing static arrays, might be useful one day  
/svarcom/trunk/file2c.c
476 952 d 16 h mateuszviste /svarcom/trunk/ obj files are compiled separetely to not recompile everything at each change  
/svarcom/trunk/makefile