summaryrefslogtreecommitdiffstats
path: root/libc/misc/search/tsearch.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-223/+0
|
* Reorganize a bit and mark tdestroy as GNU extensionPeter S. Mazinger2006-01-231-4/+5
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+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-7/+9
| | | | missing headers, other jump relocs removed
* Implement __tfind/__lfind and use themPeter S. Mazinger2005-12-081-1/+2
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+2
|
* Hiding againPeter S. Mazinger2005-11-291-1/+2
|
* Fix the bugs I stupidly addedEric Andersen2003-09-061-0/+27
|
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-021-0/+190
search.h in one directory.