Subversion Repositories SvarDOS

Rev

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

Rev 1290 Rev 1294
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
6
- new file format: sorted dictionary for faster lookup (by Bernd Boeckmann)
7
  breaking change! See svarlang.txt for file format specification.
7
  breaking change! See svarlang.txt for file format specification
8
 
8
 
9
20230630
9
20230630
10
- tlumacz.exe warns about empty strings (patch by Bernd Boeckmann)
10
- tlumacz.exe warns about empty strings (patch by Bernd Boeckmann)
11
- tlumacz.exe does not abort when a malformed line is found
11
- tlumacz.exe does not abort when a malformed line is found
12
 
12