summaryrefslogtreecommitdiffstats
path: root/libc/misc/search/hsearch_r.c
Commit message (Collapse)AuthorAgeFilesLines
* Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵Peter S. Mazinger2006-02-131-0/+8
| | | | affected files
* Rename some files, that will conflict w/ IMAPeter S. Mazinger2006-02-131-232/+0
|
* Remove redundancy and move hidden prototypes aroundPeter S. Mazinger2006-01-231-4/+4
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-4/+0
| | | | is a useless attempt
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-3/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-9/+16
| | | | missing headers, other jump relocs removed
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-6/+6
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-3/+3
|
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-021-0/+228
search.h in one directory.