Subversion Repositories SvarDOS

Rev

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

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