Subversion Repositories SvarDOS

Rev

Rev 1251 | Rev 1279 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1251 Rev 1273
1
 
1
 
-
 
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
 
2
20230629
6
20230629
3
- 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
4
 
8
 
5
20230628
9
20230628
6
- added support for \e sequences in translation strings
10
- added support for \e sequences in translation strings
7
- implemented svarlang_getver()
11
- implemented svarlang_getver()
8
 
12
 
9
20220314
13
20220314
10
- 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
11
 
15
 
12
20220309
16
20220309
13
- 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
14
  (was: twice the size of the reference language)
18
  (was: twice the size of the reference language)
15
 
19
 
16
20220226
20
20220226
17
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
21
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
18
 
22