Subversion Repositories SvarDOS

Rev

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

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