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
1138 782 d 9 h mateusz.viste /svarcom/trunk/ tabs are accepted as command-line separators (and removed bttr's ugly hack)  
/svarcom/trunk/cmd/set.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1070 791 d 21 h mateusz.viste /svarcom/trunk/ FOR patterns are normalized during command parsing + path concatenating is skipped for non-file-wildcards messages  
/svarcom/trunk/cmd/for.c
/svarcom/trunk/command.c
1065 792 d 21 h bttr /svarcom/trunk/ fixed typo  
/svarcom/trunk/command.c
1055 793 d 21 h mateusz.viste /svarcom/trunk/ FOR command: patterns without wildcards are processed as messages  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/de-utf8.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/fr-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/lang/tr-utf8.txt
1054 793 d 21 h mateusz.viste /svarcom/trunk/ FOR command accepts control characters as pattern delimiters  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1024 798 d 18 h mateusz.viste /svarcom/trunk/ added FOR support  
/svarcom/trunk/cmd/for.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/rmodinit.h
/svarcom/trunk/svarcom.txt
1023 799 d 19 h mateusz.viste /svarcom/trunk/ implemented FOR parsing (but not execution yet)  
/svarcom/trunk/cmd/for.c
/svarcom/trunk/command.c
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/rmodinit.h
1012 800 d 9 h mateusz.viste /svarcom/trunk/ fixed %var% matching within batch files to be case-insensitive (reported through https://osdn.net/projects/svardos/ticket/44000)  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1007 800 d 10 h mateusz.viste /svarcom/trunk/ fixed parsing of /C and /K arguments  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1001 801 d 18 h mateusz.viste /svarcom/trunk/ step by step execution of batch files with /Y  
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
989 802 d 6 h mateusz.viste /svarcom/trunk/ many new strings are localizeable now  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/break.c
/svarcom/trunk/cmd/call.c
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd/cls.c
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/echo.c
/svarcom/trunk/cmd/exit.c
/svarcom/trunk/cmd/ln.c
/svarcom/trunk/cmd/mkdir.c
/svarcom/trunk/cmd/path.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/time.c
/svarcom/trunk/cmd/type.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/cmd/verify.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
987 802 d 10 h mateusz.viste /svarcom/trunk/ improved stack overflow protection so it is allows stack overflow as long as it does not touches actual data  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
983 802 d 22 h mateusz.viste /svarcom/trunk/ smart stack overflow detection: damages only the commandline history and degrades gracefully  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
963 804 d 22 h mateusz.viste /svarcom/trunk/ rmod bat ctx linked list is freed using a specialized function to enable reusability  
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
960 805 d 18 h mateusz.viste /svarcom/trunk/ batch :LABELS are skipped during batch processing  
/svarcom/trunk/command.c
958 805 d 19 h mateusz.viste /svarcom/trunk/ fixed batch processing with /C (was executing only first command)  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
957 805 d 19 h mateusz.viste /svarcom/trunk/ CALL support for calling batch files from within batch files  
/svarcom/trunk/cmd/call.c
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
949 806 d 3 h mateusz.viste /svarcom/trunk/ redesign of how batch contexts are stored in memory (required for future CALL support)  
/svarcom/trunk/cmd/shift.c
/svarcom/trunk/command.c
/svarcom/trunk/internal.txt
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
577 829 d 0 h mateuszviste /svarcom/trunk/ temporary (pipe) files are created in %TEMP% if it is defined  
/svarcom/trunk/command.c
/svarcom/trunk/redir.c
/svarcom/trunk/redir.h
/svarcom/trunk/todo.txt
576 829 d 0 h mateuszviste /svarcom/trunk/ temporary pipe files are deleted once used  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/internal.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt

Show All