Subversion Repositories SvarDOS

Rev

Rev 1280 | Rev 1290 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1279 mateusz.vi 1
xxxxxxxx
1280 mateusz.vi 2
- dropped svarlang_autoload() (replaced by more specialized functions below)
1279 mateusz.vi 3
- added svarlang_autoload_exepath() and svarlang_autoload_nlspath()
4
- svarlang_load() simplified so it takes the target filename as an argument
1281 mateusz.vi 5
- file access relies on fopen() when svarlang is compiled with -DWITHSTDIO
971 mateusz.vi 6
 
1273 mateusz.vi 7
20230630
8
- tlumacz.exe warns about empty strings (patch by Bernd Boeckmann)
9
- tlumacz.exe does not abort when a malformed line is found
10
 
1251 mateusz.vi 11
20230629
12
- deflang.c has each message on a different line so it is nicer to VCSes
13
 
1248 mateusz.vi 14
20230628
15
- added support for \e sequences in translation strings
16
- implemented svarlang_getver()
17
 
1114 mateusz.vi 18
20220314
1244 mateusz.vi 19
- added support for flagging strings as being "dirty", eg: ?1.1:Hello, World
1114 mateusz.vi 20
 
1061 mateusz.vi 21
20220309
22
- static lib buffer is sized to fit the largest lang block +5% of margin
23
  (was: twice the size of the reference language)
24
 
971 mateusz.vi 25
20220226
26
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)