Subversion Repositories SvarDOS

Rev

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