Subversion Repositories SvarDOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
499 967 d 19 h mateuszviste /svarcom/trunk/ pkg target builds also a source archive  
/svarcom/trunk/makefile
498 967 d 19 h mateuszviste /svarcom/trunk/tlumacz/ improved doc and build process  
/svarcom/trunk/tlumacz/makefile
/svarcom/trunk/tlumacz/tlumacz.txt
497 967 d 20 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
496 967 d 20 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/makefile
495 967 d 20 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/todo.txt
494 967 d 20 h mateuszviste /svarcom/trunk/ implemented /D (skip autoexec.bat)  
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
493 967 d 20 h mateuszviste /svarcom/trunk/ remove obvious documentation from code  
/svarcom/trunk/command.c
492 967 d 21 h mateuszviste /svarcom/trunk/cmd/ doc update  
/svarcom/trunk/cmd/ver.c
491 967 d 21 h mateuszviste /svarcom/trunk/ simplified parse_argv()  
/svarcom/trunk/command.c
490 967 d 21 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 967 d 21 h mateuszviste /svarcom/trunk/ rmodcore.h removal - it is autogenerated anyway  
/svarcom/trunk/rmodcore.h
488 967 d 22 h mateuszviste /svarcom/trunk/cmd/ added an rmpd memory dump to dbg output  
/svarcom/trunk/cmd/ver.c
487 967 d 22 h mateuszviste /svarcom/trunk/ enforce cmd.obj recompilation when an internal command definition changes  
/svarcom/trunk/makefile
486 968 d 13 h mateuszviste /svarcom/trunk/ todo update  
/svarcom/trunk/todo.txt
485 968 d 13 h mateuszviste /svarcom/trunk/ fixed /E:value loading  
/svarcom/trunk/command.c
484 968 d 14 h mateuszviste /svarcom/trunk/ fixed buffer overflow when loading bat lines  
/svarcom/trunk/command.c
/svarcom/trunk/todo.txt
483 968 d 14 h mateuszviste /svarcom/trunk/ run autoexec (if exists) on /P  
/svarcom/trunk/command.c
482 968 d 16 h mateuszviste /svarcom/trunk/ improved documentation  
/svarcom/trunk/svarcom.txt
481 968 d 16 h mateuszviste /svarcom/trunk/ improved documentation  
/svarcom/trunk/internal.txt
480 968 d 16 h mateuszviste /svarcom/trunk/ batch lines are stripped from leading spaces for proper detection of @ prefixes  
/svarcom/trunk/command.c
479 968 d 17 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 968 d 21 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 968 d 21 h mateuszviste /svarcom/trunk/ added /s for computing static arrays, might be useful one day  
/svarcom/trunk/file2c.c
476 969 d 0 h mateuszviste /svarcom/trunk/ obj files are compiled separetely to not recompile everything at each change  
/svarcom/trunk/makefile
475 969 d 0 h mateuszviste /svarcom/trunk/ rmod->echoflag merged inside rmod->flags  
/svarcom/trunk/cmd/echo.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
474 969 d 14 h mateuszviste /svarcom/trunk/ batch support  
/svarcom/trunk/command.c
/svarcom/trunk/internal.txt
/svarcom/trunk/rmodinit.h
/svarcom/trunk/svarcom.txt
/svarcom/trunk/todo.txt
473 970 d 0 h mateuszviste /svarcom/trunk/ improved documentation  
/svarcom/trunk/freecom.txt
/svarcom/trunk/internal.txt
/svarcom/trunk/svarcom.txt
/svarcom/trunk/todo.txt
472 970 d 0 h mateuszviste /svarcom/trunk/ simplified arg parsing before launching an external command  
/svarcom/trunk/command.c
471 970 d 1 h mateuszviste /svarcom/trunk/ dropped snprintf() dependency  
/svarcom/trunk/doserr.c
470 970 d 14 h mateuszviste /svarcom/trunk/ batch commands are printed on screen (when echo enabled)  
/svarcom/trunk/command.c
469 970 d 15 h mateuszviste /svarcom/trunk/ initial provisions for batch files support  
/svarcom/trunk/command.c
/svarcom/trunk/internal.txt
/svarcom/trunk/rmodinit.h
468 970 d 16 h mateuszviste /svarcom/trunk/cmd/ improved documentation  
/svarcom/trunk/cmd/ver.c
467 970 d 16 h mateuszviste /svarcom/trunk/ improved documentation  
/svarcom/trunk/internal.txt
/svarcom/trunk/todo.txt
466 970 d 16 h mateuszviste /svarcom/trunk/tlumacz/nls/ fixed translations  
/svarcom/trunk/tlumacz/nls/svarcom.fr
/svarcom/trunk/tlumacz/nls/svarcom.pl
465 970 d 16 h mateuszviste /svarcom/trunk/ rmod stacking is possible (multiple command.com instances) + minor optimizations  
/svarcom/trunk/command.c
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmod.h
/svarcom/trunk/rmodinit.c
464 970 d 20 h mateuszviste /svarcom/trunk/ applications are launched with an explicit env segment  
/svarcom/trunk/command.c
/svarcom/trunk/todo.txt
463 970 d 20 h mateuszviste /svarcom/trunk/ reload registers after any app is executed  
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmod.h
462 970 d 20 h mateuszviste /svarcom/trunk/cmd/ fixed PATH and PROMPT: cmdline is NULL-terminated, not CR-terminated  
/svarcom/trunk/cmd/path.c
/svarcom/trunk/cmd/prompt.c
461 971 d 14 h mateuszviste /svarcom/trunk/ rmod executes applications now  
/svarcom/trunk/command.c
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmod.h
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
460 971 d 15 h mateuszviste /svarcom/trunk/ prepared rmod for execution of non-command.com applications  
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmod.h
/svarcom/trunk/rmodinit.h