Subversion Repositories SvarDOS

Rev

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

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