Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1783 99 d 2 h mateusz.viste /svarlang.lib/trunk/ bumped copyr date + set the new version string  
1782 99 d 17 h mateusz.viste /svarlang.lib/trunk/ replaced FREAD() by a pragma aux  
1781 99 d 17 h mateusz.viste /svarlang.lib/trunk/ replaced FSEEK() by a pragma aux + fixed FOPEN  
1780 99 d 17 h mateusz.viste /svarlang.lib/trunk/ replaced FCLOSE() by a pragma aux  
1779 99 d 17 h mateusz.viste /svarlang.lib/trunk/ replaced FOPEN() by a pragma aux  
1377 310 d 20 h mateusz.viste /svarlang.lib/trunk/ removed unnecessary register push/pop pairs around asm-only functions  
1376 310 d 20 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 310 d 20 h mateusz.viste /svarlang.lib/trunk/ merged two conditions into one check - saves 11 bytes of footprint  
1374 310 d 21 h mateusz.viste /svarlang.lib/trunk/ shortened lang-reading loop for better readability  
1373 310 d 21 h mateusz.viste /svarlang.lib/trunk/ reading header and string count in one fread call, saves 36 bytes of footprint  
1300 324 d 17 h mateusz.viste /svarlang.lib/trunk/ code formatting  
1299 324 d 17 h mateusz.viste /svarlang.lib/trunk/ removed useless string.h  
1298 324 d 17 h mateusz.viste /svarlang.lib/trunk/ removed useless stdlib.h + code formatting fixes  
1293 324 d 19 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 327 d 21 h bernd.boeckmann /svarlang.lib/trunk/ svarlang file format refinement

use sorted dictionary to speed up searches
breaking change!
 
1281 330 d 18 h mateusz.viste /svarlang.lib/trunk/ file access relies on fopen() when svarlang is compiled with -DWITHSTDIO  
1277 331 d 17 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  
1251 342 d 16 h mateusz.viste /svarlang.lib/trunk/ deflang.c has each message on a different line so it is nicer to VCSes  
971 830 d 16 h mateusz.viste /svarlang.lib/trunk/ replaced fopen() and friends by direct DOS calls  
969 830 d 16 h mateusz.viste /svarlang.lib/ moved SvarLANG head to a trunk directory  
816 838 d 18 h mateusz.viste /svarlang.lib/ trailing backslash is added only to non-empty paths (because an empty path is supposed to mean "current working directory"  
814 838 d 18 h mateusz.viste /svarlang.lib/ path can be NULL or it can contain several paths separated by a semi colon + documentation improved  
623 851 d 18 h mateuszviste /svarlang.lib/ support for very long messages (longer than 256 bytes)  
599 853 d 6 h mateuszviste /svarlang.lib/ svarlang is an actual library now  
597 853 d 16 h mateuszviste /svarlang.lib/ svarlang - a C library for loading NLS strings in SvarDOS programs