Subversion Repositories SvarDOS

Rev

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