doc/glibc-functions


Log

Author Commit Date CI Message
Eric Blake e1759498 2008-06-06T17:57:29 Actually commit the argz_next doc fix. Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake 4a2b4052 2008-06-06T08:51:48 Tweak documentation to cover cygwin argz bugs. * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin argz bug fix; no code change needed since no cygwin releases occurred between the last fix and the bug being tested. * doc/glibc-functions/argz_add.texi (argz_add): Document the argz module and recently fixed cygwin bugs. * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise. * doc/glibc-functions/argz_append.texi (argz_append): Likewise. * doc/glibc-functions/argz_count.texi (argz_count): Likewise. * doc/glibc-functions/argz_create.texi (argz_create): Likewise. * doc/glibc-functions/argz_create_sep.texi (argz_create_sep): Likewise. * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise. * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise. * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise. * doc/glibc-functions/argz_next.texi (argz_next): Likewise. * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise. * doc/glibc-functions/argz_stringify.texi (argz_stringify): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Jim Meyering c35f42a7 2008-05-19T14:02:23 Fix doc typo. * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
Bruno Haible c2a78c90 2008-05-19T13:15:59 Document limits of other implementations.
Simon Josefsson d96cfbe1 2008-05-19T09:40:59 doc/glibc-functions/getpass.texi: Document gnulib implementation.
Eric Blake a3721792 2008-05-15T06:16:11 Glibc finally accepted the memmem speedup code, bugzilla #5514. * doc/glibc-functions/memmem.texi (memmem): Mention last broken glibc version. * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise. * doc/posix-functions/strstr.texi (strstr): Likewise. * lib/str-two-way.h (MAX): Sychronize with glibc. Signed-off-by: Eric Blake <ebb9@byu.net>
Eric Blake 2b430e39 2008-04-28T17:08:43 Add rawmemchr module, matching glibc. * modules/string (Makefile.am): New indicator. * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it. * lib/string.in.h (rawmemchr): Declare when appropriate. * modules/rawmemchr: New file. * m4/rawmemchr.m4: Likewise. * lib/rawmemchr.c: Likewise. * modules/rawmemchr-tests: Likewise. * tests/test-rawmemchr.c: Likewise. * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document module. * modules/strchrnul (Depends-on): Add rawmemchr. * lib/strchrnul.c (strchrnul): Optimize a corner case. Signed-off-by: Eric Blake <ebb9@byu.net>
Bruno Haible e606e4f8 2008-01-19T13:06:50 Incorporate existing strcasestr doc into new doc structure.
Bruno Haible 398c3b9b 2008-01-19T12:59:00 Incorporate existing memmem doc into new doc structure.
Bruno Haible 038189bd 2008-01-19T02:51:21 New documentation of GNU libc functions.