Subversion Repositories SvarDOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1906 4 d 9 h mateusz.viste /svarcom/trunk/ Fixed resetting the EDR kernel environment segment after fetching it  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1881 5 d 17 h mateusz.viste /svarcom/trunk/ int24h messages are translatable  
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/lang/de-utf8.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.h
1877 6 d 15 h mateusz.viste /svarcom/trunk/ dropped origenvseg from rmod + copying the initial (kernel) environment, if found  
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
1865 7 d 17 h mateusz.viste /svarcom/trunk/ dosgetcurdir returns an empty path on failure (useful when current drive is an unformatted floppy)  
/svarcom/trunk/command.c
1862 8 d 17 h mateusz.viste /svarcom/trunk/ slightly more tolerance towards segment of initial DR-DOS environment (anything at AND BELOW seg 0x60 is fine)  
/svarcom/trunk/command.c
1861 9 d 11 h mateusz.viste /svarcom/trunk/ EDR-DOS kernel ("config") environment is used as the initial (master) env  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1859 11 d 16 h mateusz.viste /svarcom/trunk/ CTRL+C can abort the ongoing batch files or for loop  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1857 11 d 17 h mateusz.viste /svarcom/trunk/ minor code reorganisation  
/svarcom/trunk/command.c
1856 11 d 17 h mateusz.viste /svarcom/trunk/ improved comment  
/svarcom/trunk/command.c
1855 11 d 17 h mateusz.viste /svarcom/trunk/ removed unused static var  
/svarcom/trunk/command.c
1854 11 d 17 h mateusz.viste /svarcom/trunk/ replaced the dedicated ctrlcflag pointer by a more generic pointer to RMOD  
/svarcom/trunk/command.c
1852 11 d 19 h mateusz.viste /svarcom/trunk/ moved rmod_updatecomspecptr() into the main loop in case user changes the environment  
/svarcom/trunk/command.c
1848 12 d 15 h mateusz.viste /svarcom/trunk/ update COMSPEC as early as possible to make sure RMOD is up to date even if SvarCOM terminates abnormally (eg. CTRL+C)  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1846 12 d 17 h mateusz.viste /svarcom/trunk/ added a CTRL+C flag  
/svarcom/trunk/command.c
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.h
1840 13 d 20 h mateusz.viste /svarcom/trunk/ DR-DOS compatibility: F5/F8 boot key presses are detected and handled  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1839 14 d 16 h mateusz.viste /svarcom/trunk/ /P is implied when SvarCOM is the init shell (works in DR-DOS and MS-DOS 5)  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1824 26 d 16 h mateusz.viste /svarcom/trunk/ fixed COMMAND/C processing of batch files and FOR loops (bugz #74)  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1823 26 d 21 h mateusz.viste /svarcom/trunk/ SvarCOM PROMPT supports $d and $t  
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/time.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/history.txt
1822 26 d 21 h mateusz.viste /svarcom/trunk/ SvarCOM PROMPT supports $v  
/svarcom/trunk/version.h
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1798 171 d 8 h mateusz.viste /svarcom/trunk/ rewritten a couple of inline _asm blocks into pragma aux constructs (saved another 112 bytes of memory footprint)  
/svarcom/trunk/command.c
1797 171 d 8 h mateusz.viste /svarcom/trunk/ rewritten a couple of inline _asm blocks into pragma aux constructs (saved 112 bytes of memory footprint)  
/svarcom/trunk/cmd.c
/svarcom/trunk/command.c
1730 187 d 7 h mateusz.viste /svarcom/trunk/ implemented the internal LOADHIGH command  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/cmd/loadhigh.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
1715 190 d 17 h mateusz.viste /svarcom/trunk/ it is unwise to assume a cmdline is always CR-terminated, there are at least a few cases where it is not... make sure cmdline is at most 126 bytes long and terminate it properly (and trim trailing CRs, if any)  
/svarcom/trunk/command.c
1714 191 d 7 h mateusz.viste /svarcom/trunk/ modified command-line parsing so SvarCOM is immune to a DN bug (thanks to bttr for spotting the issue and to ECM for figuring it out)  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1713 191 d 11 h bttr /svarcom/trunk/ fixed several SvarCOM COMSPEC typos  
/svarcom/trunk/command.c
/svarcom/trunk/rmod.asm
1202 550 d 15 h mateusz.viste /svarcom/trunk/ bumped version and copyright date  
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/svarcom.lsm
1156 866 d 14 h mateusz.viste /svarcom/trunk/ FCB fields in PSP of launched apps are filled with cmdline arguments  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1139 884 d 11 h mateusz.viste /svarcom/trunk/ env variables are matched using NLS-aware upcase comparison  
/svarcom/trunk/command.c
1138 884 d 22 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 894 d 10 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 895 d 10 h bttr /svarcom/trunk/ fixed typo  
/svarcom/trunk/command.c
1055 896 d 10 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 896 d 10 h mateusz.viste /svarcom/trunk/ FOR command accepts control characters as pattern delimiters  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1024 901 d 7 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 902 d 7 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 902 d 21 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 902 d 22 h mateusz.viste /svarcom/trunk/ fixed parsing of /C and /K arguments  
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
1001 904 d 6 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 904 d 19 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 904 d 22 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