]> git.mxchange.org Git - simgear.git/history - simgear/nasal/lib.c
Removal of PLIB/SG from SimGear
[simgear.git] / simgear / nasal / lib.c
2008-09-26 andySync with Nasal upstream (Melchior already had a chance...
2007-08-01 andyMelchior discovered that call(call) would crash due...
2007-05-30 andySync with Nasal upstream. Mostly fixes to naContinue...
2007-05-02 andyEmpty vectors work much better as the result of sorting...
2007-05-02 andyFix crash when sorting newly-allocated empty vectors
2007-04-06 andysync with Nasal CVS (added a sort() builtin)
2007-04-02 andyRewrite substr() to properly clamp its argument ranges...
2007-04-02 andyUse __FUNCTION__, which works on gcc and MSVC 7/8,...
2007-03-29 andySync with Nasal CVS (soon to become Nasal 1.1). Notabl...
2006-07-03 andyBeen hacking at Nasal recently:
2006-03-21 andyOops, implement the previously-mentioned fix without...
2006-03-21 andyThe original code (rather oddly) interprets a length...
2006-03-21 andyMelchior discovered that cmp() was just wrong, failing...
2006-01-10 fredbMSVC vsnprintf ( in fact _vsnprinft ) returns -1 when...
2005-09-20 andySneak a Nasal update in before the next release. This...
2005-05-29 andyFix two crash conditions Ampere found. These are just...
2005-04-22 andySupport for a "forindex(idx; list) {...}" construct...
2005-04-19 andyFix clamping of the minimum hash size, because the...
2005-04-19 ehofmanNon gcc fixes.
2005-04-18 andyUpgrade to nasal 1.0 test candidate
2004-02-01 andyYank the MSVC special handling. It turns out it was...
2003-12-05 andyAdded setsize() and subvec() library functions
2003-12-01 ehofmanAdd Nasal Vs. 1.5
2003-11-26 ehofmanPortability fixes
2003-11-25 curtVersion 1.3 of Andy Ross's "NASAL" embedded scripting...