Bill Currie
|
e4fd746f71
|
this adds some stats to hash tables and a command to get at them for commands
and aliases
|
2001-11-10 01:13:29 +00:00 |
|
Bill Currie
|
40d0490b7c
|
add Hash_GetList to get a list of elements in the hash table (unsorted)
|
2001-10-02 23:17:25 +00:00 |
|
Bill Currie
|
9ee3450265
|
extend the hash api to more easily support general cases
|
2001-08-16 02:51:53 +00:00 |
|
Bill Currie
|
6cda415f06
|
slight api change: Hash_Del now returns a pointer to the element deleted, or
null if the element was not found, rather than 0 and -1 respectively.
|
2001-07-06 17:43:47 +00:00 |
|
Bill Currie
|
3a94567913
|
Make Hash_FlushTable loop safe and correct the copyright notices
|
2001-06-19 02:01:18 +00:00 |
|
Bill Currie
|
f4969d5d67
|
add some docs for the hash table api and move the include of stdlib.h to
hash.c (no longer needed in hash.h).
|
2001-06-11 19:37:25 +00:00 |
|
Bill Currie
|
75fbb80b96
|
make the hash table types opaque
|
2001-06-11 19:17:40 +00:00 |
|
Bill Currie
|
e339e82c01
|
hash.h is now const correct as is a lot of qfcc
|
2001-06-04 04:52:14 +00:00 |
|
Bill Currie
|
581d6bc721
|
ZERO_LENGTH_ARRAY causes problems for external progs, so just go to 1
|
2001-04-01 02:09:48 +00:00 |
|
Bill Currie
|
f78b973978
|
move the api headers into include/QF and clean up (most of) the resulting mess.
target specific files that I don't build won't compile yet. just put QF/
infront of the offending headers.
Also move ver_check into libqfutils
|
2001-03-27 20:33:07 +00:00 |
|