summaryrefslogtreecommitdiff
path: root/lsearch.c
Commit message (Expand)AuthorAgeFilesLines
* UCB has dropped the advertising clause from their license.Todd C. Miller1999-09-041-5/+1
* add sudo tagsTodd C. Miller1999-01-171-1/+1
* more -WallTodd C. Miller1998-11-181-7/+6
* -WallTodd C. Miller1998-11-181-1/+1
* add rcsidTodd C. Miller1998-04-061-0/+3
* in compar() key should be first argTodd C. Miller1996-08-171-1/+1
* make more like NetBSD one -- now compiles w/o warningsTodd C. Miller1996-06-061-12/+10
* char * -> const char *Todd C. Miller1995-12-181-4/+5
* now compiles on strict ANSI compilersTodd C. Miller1995-11-251-9/+8
* local search.h now lives in emulTodd C. Miller1995-09-131-1/+1
* now use correct args for lfindTodd C. Miller1995-09-011-1/+1
* changed a memmove() to memcpy() since we don't have to worry aboutTodd C. Miller1995-07-121-1/+1
* fixed argument order of memmove() that i hosed when converting fromTodd C. Miller1995-04-031-1/+1
* bcopy -> memmoveTodd C. Miller1995-03-301-2/+2
* void * -> VOID *Todd C. Miller1995-03-281-14/+17
* Initial revisionTodd C. Miller1995-03-281-0/+103