]> git.mxchange.org Git - simgear.git/commit
Fixes for bugs shaken out in the recent push: die properly for nil
authorandy <andy>
Tue, 30 Sep 2008 16:48:36 +0000 (16:48 +0000)
committerandy <andy>
Tue, 30 Sep 2008 16:48:36 +0000 (16:48 +0000)
commit818359bfd09e493c8d74b7ace8b91f4d229eab67
treed219d9c9758841c59fe5f85974cff6f98aa221ce
parent8174005ac897f7042d71145201f139b67e08a5ce
Fixes for bugs shaken out in the recent push: die properly for nil
indexes in slices.  Fix string conversion issue with bare "+" and "-".
Fix lexing of exponent expressions such that "1e" is not a number.
simgear/nasal/code.c
simgear/nasal/codegen.c
simgear/nasal/lex.c
simgear/nasal/string.c