Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2116 5 h 29 m mateusz.viste /svarlang.lib/trunk/ cleaned up variables usage, slightly faster now  
2115 5 h 52 m mateusz.viste /svarlang.lib/trunk/ experimental: MVCOMP-packed data is loaded to RAM before unpacking (60x faster on an 8086)  
2102 2 d 10 h mateusz.viste /svarlang.lib/trunk/ improved MVCOMP, support for uncompressed strings  
2084 3 d 12 h mateusz.viste /svarlang.lib/trunk/ offset and matchlen are stored with -1 to allow for 16 bytes of matching and back references up to -4096  
2083 3 d 23 h mateusz.viste /svarlang.lib/trunk/ LNG strings may be optionally compressed  
2007 17 d 4 h mateusz.viste /svarlang.lib/trunk/ slightly reformatted Bernd's contribution  
2006 17 d 4 h bernd.boeckmann /svarlang.lib/trunk/ fix last commit (worked by accident)  
2005 17 d 5 h bernd.boeckmann /svarlang.lib/trunk/ svarlang.lib: harden svarlang_strid against underflow / overflow

fixes https://github.com/SvarDOS/bugz/issues/119
 
1783 218 d 7 h mateusz.viste /svarlang.lib/trunk/ bumped copyr date + set the new version string  
1782 218 d 22 h mateusz.viste /svarlang.lib/trunk/ replaced FREAD() by a pragma aux  
1781 218 d 22 h mateusz.viste /svarlang.lib/trunk/ replaced FSEEK() by a pragma aux + fixed FOPEN  
1780 218 d 22 h mateusz.viste /svarlang.lib/trunk/ replaced FCLOSE() by a pragma aux  
1779 218 d 22 h mateusz.viste /svarlang.lib/trunk/ replaced FOPEN() by a pragma aux  
1377 430 d 1 h mateusz.viste /svarlang.lib/trunk/ removed unnecessary register push/pop pairs around asm-only functions  
1376 430 d 1 h mateusz.viste /svarlang.lib/trunk/ remove multiple FCLOSE() calls by a single place where code jumps for cleanup (saves 6 bytes of footprint)  
1375 430 d 1 h mateusz.viste /svarlang.lib/trunk/ merged two conditions into one check - saves 11 bytes of footprint  
1374 430 d 2 h mateusz.viste /svarlang.lib/trunk/ shortened lang-reading loop for better readability  
1373 430 d 2 h mateusz.viste /svarlang.lib/trunk/ reading header and string count in one fread call, saves 36 bytes of footprint  
1300 443 d 22 h mateusz.viste /svarlang.lib/trunk/ code formatting  
1299 443 d 22 h mateusz.viste /svarlang.lib/trunk/ removed useless string.h  

Show All