]> git.mxchange.org Git - simgear.git/commit
Fix clamping of the minimum hash size, because the Melchior discovered
authorandy <andy>
Tue, 19 Apr 2005 14:19:46 +0000 (14:19 +0000)
committerandy <andy>
Tue, 19 Apr 2005 14:19:46 +0000 (14:19 +0000)
commitc50bb90374acf3798d747b6e3c4910646e0593d4
tree7da1bcb1e9a09108d4ef203c46a563454a6aebd4
parentec4fc265e0be826be7d6250e615d8e70c6c97c5f
Fix clamping of the minimum hash size, because the Melchior discovered
  that the column math goes wacky when lgalloced is allowed to be
  zero.
Augment the find() function to take a starting index.
Fix strc() to use a default index of zero.
Fix parser precedence of TOK_MINUS, so that "a-b-1" means (a-b)-1 and
  not a-(b-1).
simgear/nasal/hash.c
simgear/nasal/lib.c
simgear/nasal/parse.c