Subversion Repositories SvarDOS

Rev

Rev 2091 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2094 mateusz.vi 1
20240929
2
- LNG strings may be optionally compressed (can be disabled with /nocomp)
3
- reference language can be excluded from the LNG file (/excref)
2083 mateusz.vi 4
 
2007 mateusz.vi 5
20240915
6
- fixed svarlang_strid() when id=0 and string does not exist (Bernd Boeckmann)
7
 
1783 mateusz.vi 8
20240227
9
- replaced inline _asm by pragma aux (more compact code, open watcom only)
1779 mateusz.vi 10
 
1370 mateusz.vi 11
20230730
1280 mateusz.vi 12
- dropped svarlang_autoload() (replaced by more specialized functions below)
1279 mateusz.vi 13
- added svarlang_autoload_exepath() and svarlang_autoload_nlspath()
14
- svarlang_load() simplified so it takes the target filename as an argument
1281 mateusz.vi 15
- file access relies on fopen() when svarlang is compiled with -DWITHSTDIO
1294 mateusz.vi 16
- new file format: sorted dictionary for faster lookup (by Bernd Boeckmann)
17
  breaking change! See svarlang.txt for file format specification
971 mateusz.vi 18
 
1273 mateusz.vi 19
20230630
20
- tlumacz.exe warns about empty strings (patch by Bernd Boeckmann)
21
- tlumacz.exe does not abort when a malformed line is found
22
 
1251 mateusz.vi 23
20230629
24
- deflang.c has each message on a different line so it is nicer to VCSes
25
 
1248 mateusz.vi 26
20230628
27
- added support for \e sequences in translation strings
28
- implemented svarlang_getver()
29
 
1114 mateusz.vi 30
20220314
1244 mateusz.vi 31
- added support for flagging strings as being "dirty", eg: ?1.1:Hello, World
1114 mateusz.vi 32
 
1061 mateusz.vi 33
20220309
34
- static lib buffer is sized to fit the largest lang block +5% of margin
35
  (was: twice the size of the reference language)
36
 
971 mateusz.vi 37
20220226
38
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)