2007-08-01 |
andy | Melchior discovered that call(call) would crash due...
|
commit | commitdiff | tree |
2007-08-01 |
andy | Fix crash in code generator for some bad lvalue expressions
|
commit | commitdiff | tree |
2007-07-31 |
andy | Add ppc64 to the list of supported platforms based...
|
commit | commitdiff | tree |
2007-05-30 |
andy | Sync with Nasal upstream. Mostly fixes to naContinue...
|
commit | commitdiff | tree |
2007-05-25 |
andy | GCC on ppc linux uses a different architecture symbol...
|
commit | commitdiff | tree |
2007-05-02 |
andy | Empty vectors work much better as the result of sorting...
|
commit | commitdiff | tree |
2007-05-02 |
andy | Fix crash when sorting newly-allocated empty vectors
|
commit | commitdiff | tree |
2007-04-06 |
andy | Melchior found a bug with negative values in default...
|
commit | commitdiff | tree |
2007-04-06 |
andy | sync with Nasal CVS (added a sort() builtin)
|
commit | commitdiff | tree |
2007-04-02 |
andy | Fix typo in _M_IX86
|
commit | commitdiff | tree |
2007-04-02 |
andy | Rewrite substr() to properly clamp its argument ranges...
|
commit | commitdiff | tree |
2007-04-02 |
andy | Add missing free functions for win32
|
commit | commitdiff | tree |
2007-04-02 |
andy | Use __FUNCTION__, which works on gcc and MSVC 7/8,...
|
commit | commitdiff | tree |
2007-03-30 |
andy | Melchior points out that NaN/Inf behavior is not platform...
|
commit | commitdiff | tree |
2007-03-29 |
andy | Sync with Nasal CVS (soon to become Nasal 1.1). Notable...
|
commit | commitdiff | tree |
2007-02-14 |
andy | Don't crash when destroying a SGBinding object if the...
|
commit | commitdiff | tree |
2007-02-07 |
andy | "bias" argument to texture animations by Ron Jensen
|
commit | commitdiff | tree |
2006-07-05 |
andy | The previous update (and, embarassingly, the "nasal...
|
commit | commitdiff | tree |
2006-07-03 |
andy | Been hacking at Nasal recently: plausible.org/nasal or ask Andy about this feature.
|
commit | commitdiff | tree |
2006-04-10 |
andy | Manabu Nishiyama (non-FlightGear Nasal user) discovered an
|
commit | commitdiff | tree |
2006-03-21 |
andy | Oops, implement the previously-mentioned fix without...
|
commit | commitdiff | tree |
2006-03-21 |
andy | The original code (rather oddly) interprets a length...
|
commit | commitdiff | tree |
2006-03-21 |
andy | Melchior discovered that cmp() was just wrong, failing...
|
commit | commitdiff | tree |
2006-03-16 |
andy | The handle gets nulled out if the user has closed the...
|
commit | commitdiff | tree |
2006-03-15 |
andy | Fix broken checkin in iolib.c. Also add the 'bits...
|
commit | commitdiff | tree |
2006-03-15 |
andy | Melchior found the first bug -- report EOF as nil in...
|
commit | commitdiff | tree |
2006-03-15 |
andy | Add the Nasal I/O library so Melchior can play with...
|
commit | commitdiff | tree |
2006-02-22 |
andy | Fix from Melchior: Set static values at every condition...
|
commit | commitdiff | tree |
2005-11-09 |
andy | Architectural fix allowing the "tip" popups (FOV, view...
|
commit | commitdiff | tree |
2005-10-14 |
andy | Fix memory leak discovered by Mathias Froehlich
|
commit | commitdiff | tree |
2005-09-20 |
andy | Oops, Frederic caught an inline declaration that had...
|
commit | commitdiff | tree |
2005-09-20 |
andy | Sneak a Nasal update in before the next release. This...
|
commit | commitdiff | tree |
2005-07-21 |
andy | Josh discovered a bug parsing negative numbers with...
|
commit | commitdiff | tree |
2005-05-29 |
andy | Fix two crash conditions Ampere found. These are just...
|
commit | commitdiff | tree |
2005-05-04 |
andy | Properly release the mod lock when returning from a...
|
commit | commitdiff | tree |
2005-04-22 |
andy | Support for a "forindex(idx; list) {...}" construct... ...bind() function (see the docs Andy is still
|
commit | commitdiff | tree |
2005-04-19 |
andy | Fix clamping of the minimum hash size, because the...
|
commit | commitdiff | tree |
2005-04-18 |
andy | Fix crash in the code generator when compiling a (now...
|
commit | commitdiff | tree |
2005-04-18 |
andy | Upgrade to nasal 1.0 test candidate
|
commit | commitdiff | tree |
2005-03-30 |
andy | Fix boolean semantics so that the empty string evaluates...
|
commit | commitdiff | tree |
2005-03-22 |
andy | Don't parse a single "e" or "E" as a numerical zero...
|
commit | commitdiff | tree |
2005-03-12 |
andy | Oops, fixed the wrong test
|
commit | commitdiff | tree |
2005-03-12 |
andy | Off by one error when printing exact poweres of ten
|
commit | commitdiff | tree |
2005-03-11 |
andy | Fix an infinite loop (due to an overflow condition...
|
commit | commitdiff | tree |
2005-03-11 |
andy | Fix the fixes. Note that "." had the same problem...
|
commit | commitdiff | tree |
2005-03-11 |
andy | Don't parse the strings "+" and "-" as numerical zeros...
|
commit | commitdiff | tree |
2005-01-25 |
andy | Move error handling in setupFuncall above the stack...
|
commit | commitdiff | tree |
2004-11-17 |
andy | Make sure that timer delay values are positive-definite...
|
commit | commitdiff | tree |
2004-05-03 |
andy | Robustify the SGTimerQueue destructor. There have...
|
commit | commitdiff | tree |
2004-05-03 |
andy | Add a destructor for SGEventMgr. We don't own the...
|
commit | commitdiff | tree |
2004-04-30 |
andy | Changes to get SimGear to configure and compile out...
|
commit | commitdiff | tree |
2004-03-23 |
andy | Fix GC interaction. The "me" reference to a method...
|
commit | commitdiff | tree |
2004-02-20 |
andy | Fix from Richard Harke for 64 bit systems. The reftag...
|
commit | commitdiff | tree |
2004-02-01 |
andy | Yank the MSVC special handling. It turns out it was...
|
commit | commitdiff | tree |
2003-12-22 |
andy | Parse/GC interaction fixed.
|
commit | commitdiff | tree |
2003-12-19 |
andy | Rewrite sg_geodesy. The new version is more accurate...
|
commit | commitdiff | tree |
2003-12-08 |
andy | Extra i++ led to a "double skip" when parsing a \r...
|
commit | commitdiff | tree |
2003-12-07 |
andy | Bug fixes. The priority queue wasn't handling boundary...
|
commit | commitdiff | tree |
2003-12-05 |
andy | Property interpolator subsystem. A utility, primarily...
|
commit | commitdiff | tree |
2003-12-05 |
andy | Added setsize() and subvec() library functions
|
commit | commitdiff | tree |
|