]> git.mxchange.org Git - simgear.git/commit
Sneak a Nasal update in before the next release. This version
authorandy <andy>
Tue, 20 Sep 2005 21:09:34 +0000 (21:09 +0000)
committerandy <andy>
Tue, 20 Sep 2005 21:09:34 +0000 (21:09 +0000)
commit979d3da69c085733d573af7298a3fd95fb4574a3
treeb245824ff19c8330fcba7850e72998407bdda74a
parent72984cc4a80dfe9249a671de264a48d93deaedb7
Sneak a Nasal update in before the next release.  This version
*appears* to work correctly on all systems to which I have access
(i386 linux/win32, x86_64 linux, powerpc OS X, Sparc Solaris 10), but
not all systems are capable of running fgfs.  Beyond that, multiple
threading bugs were fixed, and the naCall() API changed slightly to
support named function arguments.

NOTE: this introduces a change in the external API, and therefore this
change *must* be compiled against current FlightGear code.
16 files changed:
simgear/nasal/code.c
simgear/nasal/code.h
simgear/nasal/codegen.c
simgear/nasal/data.h
simgear/nasal/gc.c
simgear/nasal/hash.c
simgear/nasal/lex.c
simgear/nasal/lib.c
simgear/nasal/mathlib.c
simgear/nasal/misc.c
simgear/nasal/nasal.h
simgear/nasal/parse.c
simgear/nasal/string.c
simgear/nasal/thread-posix.c
simgear/nasal/thread-win32.c
simgear/nasal/vector.c