Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1374 371 d 10 h mateusz.viste /svarlang.lib/trunk/ shortened lang-reading loop for better readability  
1373 371 d 10 h mateusz.viste /svarlang.lib/trunk/ reading header and string count in one fread call, saves 36 bytes of footprint  
1300 385 d 6 h mateusz.viste /svarlang.lib/trunk/ code formatting  
1299 385 d 6 h mateusz.viste /svarlang.lib/trunk/ removed useless string.h  
1298 385 d 7 h mateusz.viste /svarlang.lib/trunk/ removed useless stdlib.h + code formatting fixes  
1293 385 d 8 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 388 d 10 h bernd.boeckmann /svarlang.lib/trunk/ svarlang file format refinement

use sorted dictionary to speed up searches
breaking change!
 
1281 391 d 7 h mateusz.viste /svarlang.lib/trunk/ file access relies on fopen() when svarlang is compiled with -DWITHSTDIO  
1277 392 d 6 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 403 d 5 h mateusz.viste /svarlang.lib/trunk/ deflang.c has each message on a different line so it is nicer to VCSes  
971 891 d 5 h mateusz.viste /svarlang.lib/trunk/ replaced fopen() and friends by direct DOS calls  
969 891 d 5 h mateusz.viste /svarlang.lib/ moved SvarLANG head to a trunk directory  
816 899 d 7 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 899 d 7 h mateusz.viste /svarlang.lib/ path can be NULL or it can contain several paths separated by a semi colon + documentation improved  
623 912 d 7 h mateuszviste /svarlang.lib/ support for very long messages (longer than 256 bytes)  
599 913 d 19 h mateuszviste /svarlang.lib/ svarlang is an actual library now  
597 914 d 5 h mateuszviste /svarlang.lib/ svarlang - a C library for loading NLS strings in SvarDOS programs