Ben Pfaff
|
4ade019ba6
|
Add isnanf module.
|
2008-07-12 11:27:14 -07:00 |
|
Eric Blake
|
79dd80fb31
|
Work around cygwin 1.5.25 strsignal bug.
* tests/test-strsignal.c: Allow for const char *.
* doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
2008-06-18 11:16:23 -06:00 |
|
Eric Blake
|
7a8101a246
|
Add obstack-printf and obstack-printf-posix modules.
* modules/obstack-printf: New file.
* modules/obstack-printf-posix: Likewise.
* MODULES.html.sh (Misc): Mention them.
* doc/glibc-functions/obstack_printf.texi (obstack_printf):
Likewise.
* doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
Likewise.
* modules/stdio (Makefile.am): Accomodate new modules.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
* lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
Declare.
* lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
functions.
* m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
(gl_REPLACE_OBSTACK_PRINTF): New macros
* m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
* tests/test-obstack-printf.c: New file.
* modules/obstack-printf-tests: Likewise.
* modules/obstack-printf-posix-tests: Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
2008-06-13 07:34:22 -06:00 |
|
Eric Blake
|
e1759498c2
|
Actually commit the argz_next doc fix.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
2008-06-06 17:57:29 -06:00 |
|
Eric Blake
|
4a2b4052b8
|
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>
|
2008-06-06 09:02:17 -06:00 |
|
Jim Meyering
|
c35f42a7b6
|
Fix doc typo.
* doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
|
2008-05-19 14:02:31 +02:00 |
|
Bruno Haible
|
c2a78c90c3
|
Document limits of other implementations.
|
2008-05-19 13:15:59 +02:00 |
|
Simon Josefsson
|
d96cfbe13a
|
doc/glibc-functions/getpass.texi: Document gnulib implementation.
|
2008-05-19 09:40:59 +02:00 |
|
Eric Blake
|
a37217922a
|
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>
|
2008-05-15 06:16:11 -06:00 |
|
Eric Blake
|
2b430e392c
|
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>
|
2008-04-28 17:12:24 -06:00 |
|
Bruno Haible
|
e606e4f86f
|
Incorporate existing strcasestr doc into new doc structure.
|
2008-01-19 13:06:50 +01:00 |
|
Bruno Haible
|
398c3b9ba9
|
Incorporate existing memmem doc into new doc structure.
|
2008-01-19 12:59:00 +01:00 |
|
Bruno Haible
|
038189bd6a
|
New documentation of GNU libc functions.
|
2008-01-19 02:51:21 +01:00 |
|