tinyvm/libtvm
Payton Turnage daa02f5082 Fix bug where an outdate node is returned.
If htab_add_core added a node that happened to push the htab past its load
factor, it would return a pointer to where the added node was *before* the
rehash. Now it does not do this.
2014-01-14 20:54:31 -05:00
..
.gitignore Updated .gitignore 2011-09-04 06:04:00 -07:00
tvm.c * Replaced all instances of malloc with calloc 2013-03-07 12:19:03 -07:00
tvm_file.c * Replaced all instances of malloc with calloc 2013-03-07 12:19:03 -07:00
tvm_htab.c Fix bug where an outdate node is returned. 2014-01-14 20:54:31 -05:00
tvm_lexer.c Rename htab functions; rewrite find to be generic. 2014-01-14 19:09:35 -05:00
tvm_memory.c Made naming conventions more consistent. 2013-01-23 11:15:07 -07:00
tvm_parser.c Added preprocessor 2013-02-08 13:51:01 -07:00
tvm_preprocessor.c Rename htab functions; rewrite find to be generic. 2014-01-14 19:09:35 -05:00
tvm_program.c Implement defines using the htab structure. 2014-01-13 10:20:21 -05:00