Subversion Repositories SvarDOS

Rev

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

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