Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1876 38 d 23 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 39 d 2 h mateusz.viste /svarcom/trunk/ another micro optimization from ECM (saves 1 byte)  
1874 39 d 2 h mateusz.viste /svarcom/trunk/ two micro optimizations suggested by ECM (saves 5 bytes)  
1873 39 d 2 h mateusz.viste /svarcom/trunk/ micro optimization - load DS right from memory  
1872 39 d 3 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 39 d 3 h mateusz.viste /svarcom/trunk/ fixed a stupid bug that was masked by EDR for some reason. thanks to ECM for spotting this!  
1870 39 d 4 h mateusz.viste /svarcom/trunk/ optimized the number of memory accesses when saving/restoring stdin+stdout from within the int 24h handler  
1869 39 d 4 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 39 d 7 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 40 d 1 h mateusz.viste /svarcom/trunk/ removed a spurious string from display when int24h aborts the ongoing process  
1866 40 d 1 h mateusz.viste /svarcom/trunk/ added the Abort, Retry, Ignore, Fail query to the int 24h handler  
1865 40 d 1 h mateusz.viste /svarcom/trunk/ dosgetcurdir returns an empty path on failure (useful when current drive is an unformatted floppy)  
1864 41 d 0 h mateusz.viste /svarcom/trunk/ int 24h handler displays a nicer message on disk errors  
1863 41 d 0 h mateusz.viste /svarcom/trunk/ SvarCOM provides its own INT 24h handler  
1862 41 d 2 h mateusz.viste /svarcom/trunk/ slightly more tolerance towards segment of initial DR-DOS environment (anything at AND BELOW seg 0x60 is fine)  
1861 41 d 19 h mateusz.viste /svarcom/trunk/ EDR-DOS kernel ("config") environment is used as the initial (master) env  
1860 44 d 0 h mateusz.viste /svarcom/trunk/ typo fix  
1859 44 d 0 h mateusz.viste /svarcom/trunk/ CTRL+C can abort the ongoing batch files or for loop  
1858 44 d 1 h mateusz.viste /svarcom/trunk/ removed freecom doc  
1857 44 d 1 h mateusz.viste /svarcom/trunk/ minor code reorganisation  

Show All