Subversion Repositories SvarDOS

Rev

Rev 1273 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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