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
532 945 d 12 h mateuszviste /svarcom/trunk/ work in progress "IF" implementation  
/svarcom/trunk/cmd/if.c
/svarcom/trunk/cmd.c
531 945 d 12 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
530 945 d 12 h mateuszviste /svarcom/trunk/ imatch() replaced by a more powerful imatchlen()  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
529 945 d 13 h mateuszviste /svarcom/trunk/ last exit code is stored as a single byte, no reason to waste a word  
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.h
528 945 d 14 h mateuszviste /svarcom/trunk/ fixed /P pagination computations  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
527 945 d 14 h mateuszviste /svarcom/trunk/ replaced puts() by outputnl() for consistency  
/svarcom/trunk/cmd.c
526 945 d 16 h mateuszviste /svarcom/trunk/ prompt fixed when cur drive becomes invalid  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
525 946 d 12 h mateuszviste /svarcom/tags/ freezed ver 2021.0 to tags  
/svarcom/tags
/svarcom/tags/svarcom-2021.0
524 946 d 13 h mateuszviste /svarcom/trunk/ clean target performs additional cleanups  
/svarcom/trunk/makefile
523 946 d 13 h mateuszviste /svarcom/trunk/ distribuable pkg contains binaries and sources  
/svarcom/trunk/makefile
522 946 d 13 h mateuszviste /svarcom/trunk/ minor rewording  
/svarcom/trunk/freecom.txt
521 946 d 14 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 947 d 8 h mateuszviste /svarcom/trunk/ fixed >> redirections  
/svarcom/trunk/redir.c
/svarcom/trunk/rmod.asm
519 947 d 9 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 947 d 9 h mateuszviste /svarcom/trunk/ del: fixes and improvements  
/svarcom/trunk/cmd/del.c
/svarcom/trunk/todo.txt
517 947 d 10 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 947 d 12 h mateuszviste /svarcom/trunk/ make sure to rebuild command.obj when rmodcore changes  
/svarcom/trunk/makefile
515 947 d 21 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 947 d 21 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 947 d 21 h mateuszviste /svarcom/trunk/ enforce helpers rebuild when translation strings change  
/svarcom/trunk/makefile
512 947 d 21 h mateuszviste /svarcom/trunk/tlumacz/ doc improvement  
/svarcom/trunk/tlumacz/tlumacz.txt
511 948 d 8 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
/svarcom/trunk/todo.txt
510 948 d 8 h mateuszviste /svarcom/trunk/ TODO.TXT is included in the binary distribution package  
/svarcom/trunk/makefile
509 948 d 8 h mateuszviste /svarcom/trunk/ rmod core file renamed to bin to avoid that someone executes it by mistake  
/svarcom/trunk/makefile
508 948 d 8 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 948 d 9 h mateuszviste /svarcom/trunk/ %variables% substitution in BAT files  
/svarcom/trunk/command.c
/svarcom/trunk/todo.txt
506 948 d 10 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 948 d 13 h mateuszviste /svarcom/trunk/ getbatcmd() prints out a DOS error on failure  
/svarcom/trunk/command.c
504 948 d 14 h mateuszviste /svarcom/trunk/ licensing additional explanations  
/svarcom/trunk/freecom.txt
503 948 d 15 h mateuszviste /svarcom/trunk/cmd/ fixed src-fname overwriting by copy buffer  
/svarcom/trunk/cmd/copy.c
502 948 d 16 h mateuszviste /svarcom/trunk/cmd/ fail when file could not be opened  
/svarcom/trunk/cmd/copy.c
501 948 d 16 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 948 d 16 h mateuszviste /svarcom/trunk/ cmdline buffer is no longer inside BUFFER, for better code clarity  
/svarcom/trunk/command.c
499 950 d 13 h mateuszviste /svarcom/trunk/ pkg target builds also a source archive  
/svarcom/trunk/makefile
498 950 d 13 h mateuszviste /svarcom/trunk/tlumacz/ improved doc and build process  
/svarcom/trunk/tlumacz/makefile
/svarcom/trunk/tlumacz/tlumacz.txt
497 950 d 13 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/svarcom.txt
496 950 d 13 h mateuszviste /svarcom/trunk/ ver /dbg is controlled by a compile-time define  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/makefile
495 950 d 13 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/todo.txt
494 950 d 13 h mateuszviste /svarcom/trunk/ implemented /D (skip autoexec.bat)  
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
493 950 d 14 h mateuszviste /svarcom/trunk/ remove obvious documentation from code  
/svarcom/trunk/command.c