|
bc44d402
|
1998-05-16T04:39:24
|
|
(is_prime): Ansideclify.
(next_prime): Ansideclify. Add an assertion.
|
|
0e9de31e
|
1998-04-11T15:37:35
|
|
split a couple long lines
|
|
6845df70
|
1998-04-11T15:35:06
|
|
Add curly braces around statements in if/else/while/do/etc. that
span more than a line -- even around multiline simple statements or
single-line simple statements preceded by a comment line.
|
|
ecdc5485
|
1998-04-06T08:09:11
|
|
Lots of minor spec and name changes, and new comments.
(hash_rehash): Rewritten to be easier on the allocator.
From François Pinard.
|
|
076487dd
|
1997-09-21T04:41:19
|
|
(hash_free_0): Remove prototype.
Move function to precede first use.
|
|
c3666f54
|
1997-09-20T19:38:29
|
|
(ZALLOC): Take Ht parameter instead of relying on one being in scope.
|
|
22a37aa3
|
1997-09-20T19:33:46
|
|
*** empty log message ***
|
|
de081c65
|
1997-09-20T19:33:05
|
|
*** empty log message ***
|
|
188544a4
|
1997-09-20T18:32:40
|
|
*** empty log message ***
|
|
25e82030
|
1997-09-17T17:06:26
|
|
use malloc, not xmalloc in obstack #define
use Uli's prime code, not near-prime
(hash_initialize): don't require prime table size as input
(hash_insert_if_absent): When rehashing, choose new size that is 2N+1, not 2N.
|
|
553bf6a0
|
1997-09-17T16:03:32
|
|
from ti/hdlsv
|