Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1369 → Rev 1370

/svarlang.lib/trunk/history.txt
1,4 → 1,4
xxxxxxxx
20230730
- dropped svarlang_autoload() (replaced by more specialized functions below)
- added svarlang_autoload_exepath() and svarlang_autoload_nlspath()
- svarlang_load() simplified so it takes the target filename as an argument
/svarlang.lib/trunk/svarlang.h
26,7 → 26,7
#define SVARLANG_H
 
/* library version */
#define SVARLANGVER "20230717"
#define SVARLANGVER "20230730"
 
/* returns a pointer to a string with the SvarLANG's library version,
* independently of the SVARLANGVER string above. */