Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1861 42 d 1 h mateusz.viste /svarcom/trunk/ EDR-DOS kernel ("config") environment is used as the initial (master) env  
1859 44 d 7 h mateusz.viste /svarcom/trunk/ CTRL+C can abort the ongoing batch files or for loop  
1857 44 d 8 h mateusz.viste /svarcom/trunk/ minor code reorganisation  
1856 44 d 8 h mateusz.viste /svarcom/trunk/ improved comment  
1855 44 d 8 h mateusz.viste /svarcom/trunk/ removed unused static var  
1854 44 d 8 h mateusz.viste /svarcom/trunk/ replaced the dedicated ctrlcflag pointer by a more generic pointer to RMOD  
1852 44 d 10 h mateusz.viste /svarcom/trunk/ moved rmod_updatecomspecptr() into the main loop in case user changes the environment  
1848 45 d 5 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)  
1846 45 d 8 h mateusz.viste /svarcom/trunk/ added a CTRL+C flag  
1840 46 d 10 h mateusz.viste /svarcom/trunk/ DR-DOS compatibility: F5/F8 boot key presses are detected and handled  
1839 47 d 6 h mateusz.viste /svarcom/trunk/ /P is implied when SvarCOM is the init shell (works in DR-DOS and MS-DOS 5)  
1824 59 d 6 h mateusz.viste /svarcom/trunk/ fixed COMMAND/C processing of batch files and FOR loops (bugz #74)  
1823 59 d 11 h mateusz.viste /svarcom/trunk/ SvarCOM PROMPT supports $d and $t  
1822 59 d 12 h mateusz.viste /svarcom/trunk/ SvarCOM PROMPT supports $v  
1798 203 d 22 h mateusz.viste /svarcom/trunk/ rewritten a couple of inline _asm blocks into pragma aux constructs (saved another 112 bytes of memory footprint)  
1797 203 d 22 h mateusz.viste /svarcom/trunk/ rewritten a couple of inline _asm blocks into pragma aux constructs (saved 112 bytes of memory footprint)  
1730 219 d 21 h mateusz.viste /svarcom/trunk/ implemented the internal LOADHIGH command  
1715 223 d 8 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)  
1714 223 d 21 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)  
1713 224 d 2 h bttr /svarcom/trunk/ fixed several SvarCOM COMSPEC typos  

Show All