Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2007 10 h 57 m mateusz.viste /svarlang.lib/trunk/ slightly reformatted Bernd's contribution  
2006 11 h 13 m bernd.boeckmann /svarlang.lib/trunk/ fix last commit (worked by accident)  
2005 11 h 51 m bernd.boeckmann /svarlang.lib/trunk/ svarlang.lib: harden svarlang_strid against underflow / overflow

fixes https://github.com/SvarDOS/bugz/issues/119
 
1783 201 d 14 h mateusz.viste /svarlang.lib/trunk/ bumped copyr date + set the new version string  
1782 202 d 4 h mateusz.viste /svarlang.lib/trunk/ replaced FREAD() by a pragma aux  
1781 202 d 4 h mateusz.viste /svarlang.lib/trunk/ replaced FSEEK() by a pragma aux + fixed FOPEN  
1780 202 d 5 h mateusz.viste /svarlang.lib/trunk/ replaced FCLOSE() by a pragma aux  
1779 202 d 5 h mateusz.viste /svarlang.lib/trunk/ replaced FOPEN() by a pragma aux  
1377 413 d 7 h mateusz.viste /svarlang.lib/trunk/ removed unnecessary register push/pop pairs around asm-only functions  
1376 413 d 7 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 413 d 8 h mateusz.viste /svarlang.lib/trunk/ merged two conditions into one check - saves 11 bytes of footprint  
1374 413 d 8 h mateusz.viste /svarlang.lib/trunk/ shortened lang-reading loop for better readability  
1373 413 d 8 h mateusz.viste /svarlang.lib/trunk/ reading header and string count in one fread call, saves 36 bytes of footprint  
1300 427 d 5 h mateusz.viste /svarlang.lib/trunk/ code formatting  
1299 427 d 5 h mateusz.viste /svarlang.lib/trunk/ removed useless string.h  
1298 427 d 5 h mateusz.viste /svarlang.lib/trunk/ removed useless stdlib.h + code formatting fixes  
1293 427 d 6 h mateusz.viste /svarlang.lib/trunk/ changed file format signature to SvL\x1a to bring it to 4 bytes, allowing for faster check and avoiding a memcmp() call  
1290 430 d 8 h bernd.boeckmann /svarlang.lib/trunk/ svarlang file format refinement

use sorted dictionary to speed up searches
breaking change!
 
1281 433 d 6 h mateusz.viste /svarlang.lib/trunk/ file access relies on fopen() when svarlang is compiled with -DWITHSTDIO  
1277 434 d 4 h mateusz.viste /svarlang.lib/trunk/ nlspath parsing moved out from svarlang_load() to svarlang_autoload_nls() so the basic svarlang_load() is as lean as possible  

Show All