Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1876 28 d 15 h mateusz.viste /svarcom/trunk/ no need to check the original envseg to determine whether or not it is ok to quit - looking at the /P flag is enough  
1875 28 d 17 h mateusz.viste /svarcom/trunk/ another micro optimization from ECM (saves 1 byte)  
1874 28 d 17 h mateusz.viste /svarcom/trunk/ two micro optimizations suggested by ECM (saves 5 bytes)  
1873 28 d 18 h mateusz.viste /svarcom/trunk/ micro optimization - load DS right from memory  
1872 28 d 18 h mateusz.viste /svarcom/trunk/ int 24h handler relies on the JFT pointer in the PSP instead of targetting the legacy 0x18 location of the PSP (kindly suggested by ECM)  
1871 28 d 19 h mateusz.viste /svarcom/trunk/ fixed a stupid bug that was masked by EDR for some reason. thanks to ECM for spotting this!  
1870 28 d 20 h mateusz.viste /svarcom/trunk/ optimized the number of memory accesses when saving/restoring stdin+stdout from within the int 24h handler  
1869 28 d 20 h mateusz.viste /svarcom/trunk/ take care to set stdin and stdout to stderr during the int 24h handler (and restore them later) -- thanks ECM for the hint  
1868 28 d 23 h mateusz.viste /svarcom/trunk/ int 24h handler takes care to restore registers, according to microsoft this is necessary for ignore and retry actions  
1867 29 d 17 h mateusz.viste /svarcom/trunk/ removed a spurious string from display when int24h aborts the ongoing process  
1866 29 d 17 h mateusz.viste /svarcom/trunk/ added the Abort, Retry, Ignore, Fail query to the int 24h handler  
1865 29 d 17 h mateusz.viste /svarcom/trunk/ dosgetcurdir returns an empty path on failure (useful when current drive is an unformatted floppy)  
1864 30 d 16 h mateusz.viste /svarcom/trunk/ int 24h handler displays a nicer message on disk errors  
1863 30 d 16 h mateusz.viste /svarcom/trunk/ SvarCOM provides its own INT 24h handler  
1862 30 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)  
1861 31 d 11 h mateusz.viste /svarcom/trunk/ EDR-DOS kernel ("config") environment is used as the initial (master) env  
1860 33 d 16 h mateusz.viste /svarcom/trunk/ typo fix  
1859 33 d 16 h mateusz.viste /svarcom/trunk/ CTRL+C can abort the ongoing batch files or for loop  
1858 33 d 17 h mateusz.viste /svarcom/trunk/ removed freecom doc  
1857 33 d 17 h mateusz.viste /svarcom/trunk/ minor code reorganisation  

Show All