aboutsummaryrefslogtreecommitdiff
path: root/libihash/primes.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-03-07 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-071-12/+9
| | | | * primes.c: Fix last change.
* Fri Mar 5 17:13:04 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-051-4/+2
| | | | | | | * primes.c (_ihash_nextprime): Use a dynamically-sized array for `seive' instead of alloca, so that if we are looping we won't allocate more stack than necessary. Suggested by wesommer@mit.edu (Bill Sommerfeld).
* Include "priv.h".Michael I. Bushnell1996-04-111-0/+1
|
* (_ihash_nextprime): Renamed from nextprime.c. All callers changed.Michael I. Bushnell1996-04-111-1/+1
|
* Include <spin_lock.h>.Michael I. Bushnell1996-03-071-3/+12
| | | | | (table_lock): New variable. (nextprime): Lock table_lock around operation of routine.
* Initial revisionMiles Bader1995-03-311-0/+135