Subversion Repositories SvarDOS

Rev

Rev 1281 | Rev 1294 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1281 Rev 1290
Line 1... Line 1...
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
- file access relies on fopen() when svarlang is compiled with -DWITHSTDIO
-
 
6
- file format refinement: use sorted dictionary to speed up lookup
-
 
7
  breaking change! See svarlang.txt for file format specification.
6
 
8
 
7
20230630
9
20230630
8
- tlumacz.exe warns about empty strings (patch by Bernd Boeckmann)
10
- tlumacz.exe warns about empty strings (patch by Bernd Boeckmann)
9
- tlumacz.exe does not abort when a malformed line is found
11
- tlumacz.exe does not abort when a malformed line is found
10
 
12