simgear/simgear/nasal
andy 05b9166c25 Fix GC interaction. The "me" reference to a method call was being
popped off the stack in a situation where it could be garbage
collected.  I believe this is the source of the spurious "non-object
have no members" bug that has been reported.
2004-03-23 00:42:56 +00:00
..
.cvsignore Make sure autogenerated files don't show up 2003-11-26 14:42:05 +00:00
code.c Fix GC interaction. The "me" reference to a method call was being 2004-03-23 00:42:56 +00:00
code.h Parse/GC interaction fixed. 2003-12-22 19:27:51 +00:00
codegen.c Parse/GC interaction fixed. 2003-12-22 19:27:51 +00:00
data.h Add Nasal Vs. 1.5 2003-12-01 14:33:45 +00:00
debug.c Version 1.3 of Andy Ross's "NASAL" embedded scripting language. 2003-11-25 20:16:28 +00:00
gc.c Add Nasal Vs. 1.5 2003-12-01 14:33:45 +00:00
hash.c Add Nasal Vs. 1.5 2003-12-01 14:33:45 +00:00
lex.c Extra i++ led to a "double skip" when parsing a \r\n pair. So a DOS 2003-12-08 16:55:50 +00:00
lib.c Yank the MSVC special handling. It turns out it was becuase "strlen" 2004-02-01 17:47:08 +00:00
Makefile.am Various changes in preparation for the 0.3.5 release. 2004-03-17 04:22:09 +00:00
mathlib.c Portability fixes 2003-11-26 14:39:46 +00:00
misc.c Fix from Richard Harke for 64 bit systems. The reftag was left 2004-02-20 15:10:49 +00:00
nasal.h Added setsize() and subvec() library functions 2003-12-05 01:49:02 +00:00
parse.c Parse/GC interaction fixed. 2003-12-22 19:27:51 +00:00
parse.h Version 1.3 of Andy Ross's "NASAL" embedded scripting language. 2003-11-25 20:16:28 +00:00
string.c Version 1.3 of Andy Ross's "NASAL" embedded scripting language. 2003-11-25 20:16:28 +00:00
vector.c Added setsize() and subvec() library functions 2003-12-05 01:49:02 +00:00