Subversion Repositories SvarDOS

Rev

Rev 1779 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1779 Rev 1783
Line 1... Line 1...
1
2024xxxx
1
20240227
2
- replaced inline _asm by pragma aux for more compact code (open watcom only)
2
- replaced inline _asm by pragma aux (more compact code, open watcom only)
3
 
3
 
4
20230730
4
20230730
5
- dropped svarlang_autoload() (replaced by more specialized functions below)
5
- dropped svarlang_autoload() (replaced by more specialized functions below)
6
- added svarlang_autoload_exepath() and svarlang_autoload_nlspath()
6
- added svarlang_autoload_exepath() and svarlang_autoload_nlspath()
7
- 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