Subversion Repositories SvarDOS

Rev

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

Rev 1294 Rev 1370
Line 1... Line 1...
1
xxxxxxxx
1
20230730
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
- new file format: sorted dictionary for faster lookup (by Bernd Boeckmann)
6
- new file format: sorted dictionary for faster lookup (by Bernd Boeckmann)