quakeforge/qw
Bill Currie acd54afff7 move to using a hash table for builtin number -> builtin lookup so sparse
ranges can be used efficiently. move the auto-allocated builtins to
0x10000000-0x7fffffff. should be more than enough :)

use static builtin tables ("nul" terminated) instead of a series of
function calls to add builtins to a vm. should be more memory efficient.
2004-01-06 05:51:09 +00:00
..
include --disable-static now works (thanks for the heads-up, raorn) 2003-12-22 20:51:08 +00:00
source move to using a hash table for builtin number -> builtin lookup so sparse 2004-01-06 05:51:09 +00:00
.gitignore cvs ignorage 2003-02-10 21:09:54 +00:00
Makefile.am move the make dist stuff to the top level Makefile.am and get make dist to 2001-04-18 07:18:54 +00:00