aboutsummaryrefslogtreecommitdiff
path: root/libiberty/bsearch.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues1-1/+3
libiberty/: * splay-tree.c: Escape wrapping newlines in texinfo markup with '@', to fix function declaration output rendering. * gather-docs: Relax and improve macro name matching to actually match all current names and to allow input line wrapping. * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c, hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c, memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c, pexecute.txh, random.c, setenv.c, setproctitle.c, simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c, strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: Wrap long texinfo input lines. * functions.texi: Regenerate.
2005-04-02merge from gccDJ Delorie1-1/+1
2005-03-27merge from gccDJ Delorie1-9/+6
2001-09-26merge from gccDJ Delorie1-0/+17
2000-12-26* bsearch.c: New file.DJ Delorie1-0/+75
* configure.in (funcs): Add bsearch. (AC_CHECK_FUNCS): Likewise. * configure, config.in: Regenerate.