Subversion Repositories SvarDOS

Rev

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

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