Subversion Repositories SvarDOS

Rev

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

Rev 1370 Rev 1779
Line -... Line 1...
-
 
1
2024xxxx
-
 
2
- replaced inline _asm by pragma aux for more compact code (open watcom only)
-
 
3
 
1
20230730
4
20230730
2
- dropped svarlang_autoload() (replaced by more specialized functions below)
5
- dropped svarlang_autoload() (replaced by more specialized functions below)
3
- added svarlang_autoload_exepath() and svarlang_autoload_nlspath()
6
- added svarlang_autoload_exepath() and svarlang_autoload_nlspath()
4
- svarlang_load() simplified so it takes the target filename as an argument
7
- svarlang_load() simplified so it takes the target filename as an argument
5
- file access relies on fopen() when svarlang is compiled with -DWITHSTDIO
8
- file access relies on fopen() when svarlang is compiled with -DWITHSTDIO