netgen/scripts
Tim Edwards 5f634b2a91 Overhaul of the hash table method. Original method used global
variables to iterate over hash table contents.  This led to the
inability to nest hash table iterators.  Fixed by defining a
wrapper structure that holds the actual hash table plus the size
and iterator indexes.  Not only does this solve the nesting
problem, but it also avoids the need to pass the hash table size
on every call, and that reduces the number of ways a hash table
subroutine can go wrong (e.g., cannot access the table out of
bounds simply by passing a size that is larger than was used to
initialize the table).
2016-06-23 10:13:18 -04:00
..
config.guess Updates for cygwin compile. 2015-10-09 12:41:44 -04:00
config.log Overhaul of the hash table method. Original method used global 2016-06-23 10:13:18 -04:00
config.status Overhaul of the hash table method. Original method used global 2016-06-23 10:13:18 -04:00
config.sub Updates for cygwin compile. 2015-10-09 12:41:44 -04:00
configure Updates for cygwin compile. 2015-10-09 12:41:44 -04:00
configure.in Update to configuration script 2015-11-15 16:53:34 -05:00
configure.in.orig Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky 2015-05-18 09:27:46 -04:00
defs.mak Overhaul of the hash table method. Original method used global 2016-06-23 10:13:18 -04:00
defs.mak.in Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky 2015-05-18 09:27:46 -04:00
install-sh Updates for cygwin compile. 2015-10-09 12:41:44 -04:00
makedbh Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky 2015-05-18 09:27:46 -04:00
missing Updates for cygwin compile. 2015-10-09 12:41:44 -04:00
mkdirs Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky 2015-05-18 09:27:46 -04:00
netgen.spec.in Initial commit at Mon May 18 09:27:46 EDT 2015 by tim on stravinsky 2015-05-18 09:27:46 -04:00