summaryrefslogtreecommitdiffstats
path: root/libc/misc/search
Commit message (Collapse)AuthorAgeFilesLines
* merge parallel build supportMike Frysinger2005-01-251-5/+4
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Fix the bugs I stupidly addedEric Andersen2003-09-062-1/+28
|
* Cut and paste error.Manuel Novoa III2002-12-021-4/+5
|
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-026-0/+650
search.h in one directory.