]> git.mxchange.org Git - simgear.git/history - simgear/nasal
Removal of PLIB/SG from SimGear
[simgear.git] / simgear / nasal /
2010-02-04 Tim MooreMerge branch 'fredb/winfix'
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-28 Tim MooreMerge branch 'freb/mingw'
2010-01-25 fredbMINGW patch from BenoƮt Laniel
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-07-02 fredbSupport MSVC 64-bit architecture
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-02-22 fredbFix to compile with MSC
2009-02-15 Tim MooreMerge branch 'topic/nasal' into next
2009-02-15 mfranz"io.flush() implementation from Melchior. Also add...
2008-12-06 fredbUgly hack to fix a memory corruption problem
2008-09-30 andyYeah, I really shouldn't be in the lexer
2008-09-30 andyAnother lexer fix
2008-09-30 andyFix broken lex.c checkin
2008-09-30 andyFixes for bugs shaken out in the recent push: die prope...
2008-09-26 andyFix parsing for degenerate cases like a[,] a[:] and...
2008-09-26 andySync with Nasal upstream (Melchior already had a chance...
2008-08-25 andyFix typing error with fgetc in readln(). On most boxes...
2007-08-01 andyMelchior discovered that call(call) would crash due...
2007-08-01 andyFix crash in code generator for some bad lvalue expressions
2007-07-31 andyAdd ppc64 to the list of supported platforms based...
2007-05-30 andySync with Nasal upstream. Mostly fixes to naContinue...
2007-05-25 andyGCC on ppc linux uses a different architecture symbol...
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 andyMelchior found a bug with negative values in default...
2007-04-06 andysync with Nasal CVS (added a sort() builtin)
2007-04-02 andyFix typo in _M_IX86
2007-04-02 andyRewrite substr() to properly clamp its argument ranges...
2007-04-02 andyAdd missing free functions for win32
2007-04-02 andyUse __FUNCTION__, which works on gcc and MSVC 7/8,...
2007-03-30 andyMelchior points out that NaN/Inf behavior is not platfo...
2007-03-29 andySync with Nasal CVS (soon to become Nasal 1.1). Notabl...
2006-07-05 andyThe previous update (and, embarassingly, the "nasal...
2006-07-03 andyBeen hacking at Nasal recently:
2006-04-10 andyManabu Nishiyama (non-FlightGear Nasal user) discovered an
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-03-16 andyThe handle gets nulled out if the user has closed the...
2006-03-15 andyFix broken checkin in iolib.c. Also add the 'bits...
2006-03-15 andyMelchior found the first bug -- report EOF as nil in...
2006-03-15 andyAdd the Nasal I/O library so Melchior can play with...
2006-02-17 ehofmanOlaf Flebbe:
2006-01-10 fredbMSVC vsnprintf ( in fact _vsnprinft ) returns -1 when...
2006-01-03 ehofmanMake the sgi code the default to prevent future problems.
2006-01-02 ehofmanFix the persisent IRIX bug.
2006-01-02 ehofmanprevent confusion by not using a standard name.
2005-10-14 andyFix memory leak discovered by Mathias Froehlich
2005-09-20 andyOops, Frederic caught an inline declaration that had...
2005-09-20 andySneak a Nasal update in before the next release. This...
2005-07-21 andyJosh discovered a bug parsing negative numbers with...
2005-05-29 andyFix two crash conditions Ampere found. These are just...
2005-05-04 andyProperly release the mod lock when returning from a...
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 andyFix crash in the code generator when compiling a (now...
2005-04-18 andyUpgrade to nasal 1.0 test candidate
2005-03-30 andyFix boolean semantics so that the empty string evaluate...
2005-03-22 andyDon't parse a single "e" or "E" as a numerical zero...
2005-03-12 andyOops, fixed the wrong test
2005-03-12 andyOff by one error when printing exact poweres of ten
2005-03-11 andyFix an infinite loop (due to an overflow condition...
2005-03-11 andyFix the fixes. Note that "." had the same problem...
2005-03-11 andyDon't parse the strings "+" and "-" as numerical zeros...
2005-01-28 ehofmanFrederic Bouvier:
2005-01-25 andyMove error handling in setupFuncall above the stack...
2004-03-23 andyFix GC interaction. The "me" reference to a method...
2004-03-17 curtVarious changes in preparation for the 0.3.5 release.
2004-02-20 andyFix from Richard Harke for 64 bit systems. The reftag...
2004-02-01 andyYank the MSVC special handling. It turns out it was...
2003-12-22 andyParse/GC interaction fixed.
2003-12-08 andyExtra i++ led to a "double skip" when parsing a \r...
2003-12-05 andyAdded setsize() and subvec() library functions
2003-12-01 ehofmanA first attempt on detecting endianness and number...
2003-12-01 ehofmanAdd Nasal Vs. 1.5
2003-11-27 ehofmanRevert an IRIX/O2 only setting again
2003-11-27 ehofmanPortability fix
2003-11-26 ehofmanMake sure autogenerated files don't show up
2003-11-26 ehofmanPortability fixes
2003-11-25 curtrename libnasal.a to libsgnasal.a to match the existing...
2003-11-25 curtVersion 1.3 of Andy Ross's "NASAL" embedded scripting...