summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* wctype: Avoid compilation error on IRIX 6.5.30.Bruno Haible2010-09-022-0/+6
| | | | | | | | | | | * lib/wctype.in.h (iswblank): Declare with a replacement if REPLACE_ISWBLANK is set. * m4/wctype_h.m4 (gl_WCTYPE_H): Check also whether iswblank is declared. Set REPLACE_ISWBLANK. * modules/wctype (Makefile.am): Substitute REPLACE_ISWBLANK. * doc/posix-functions/iswblank.texi: Mention the IRIX 6.5.30 problem. * doc/posix-headers/wctype.texi: Likewise. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
* Rename module 'realloc' -> 'realloc-gnu'.Bruno Haible2010-08-281-1/+1
|
* Rename module 'calloc' -> 'calloc-gnu'.Bruno Haible2010-08-281-1/+1
|
* Rename module 'malloc' -> 'malloc-gnu'.Bruno Haible2010-08-281-1/+1
|
* autoupdateKarl Berry2010-08-262-6/+46
|
* test-stddef: test for (some) offsetof bugsEric Blake2010-08-171-0/+7
| | | | | | | | | | | | See the mailing list for a more comprehensive patch that works around the Solaris bug. * tests/test-stddef.c: Enhance test to ensure correct type of offsetof. * doc/posix-headers/stddef.texi (stddef.h): Document a Solaris bug that we are not fixing at this time. Signed-off-by: Eric Blake <eblake@redhat.com>
* Document not_eol.Reuben Thomas2010-08-151-2/+3
|
* Document not_eol and remove mention of regex.c.Reuben Thomas2010-08-141-7/+4
|
* Ignore one more generated index from makeinfo.Bruno Haible2010-08-141-0/+1
|
* avoid some overlong lines from posix urls, etc.Karl Berry2010-08-131276-1278/+1278
|
* readlinkat: split into its own moduleEric Blake2010-08-091-1/+1
| | | | | | | | | | | | | | | | | | | * modules/symlinkat: Split readlinkat... * modules/readlinkat: ...into separate module. * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move readlinkat check... * m4/readlinkat.m4 (gl_FUNC_READLINAT): ...to new file. * lib/symlinkat.c (readlinkat): Move... * lib/readlinkat.c: ...into new file. * modules/symlinkat-tests: Split readlinkat test... * modules/readlinkat-tests: ...into separate module. * tests/test-symlinkat.c: Split... * tests/test-readlinkat.c: ...into new file. * NEWS: Document the split. * doc/posix-functions/readlinkat.texi (readlinkat): Likewise. * lib/unistd.in.h (readlinkat): Likewise. Suggested by Bruno Haible. Signed-off-by: Eric Blake <eblake@redhat.com>
* erroneous commas inside @varKarl Berry2010-08-071-2/+2
|
* remove spurious leading iKarl Berry2010-08-071-1/+1
|
* missing @item inside @itemizeKarl Berry2010-08-073-3/+3
|
* Integrate the regex documentation.Bruno Haible2010-08-012-685/+98
|
* Whitespace cleanup.Bruno Haible2010-08-011-99/+99
|
* Add regex documentation.Bruno Haible2010-08-011-0/+3138
|
* link: Update documentation.Bruno Haible2010-08-011-1/+1
|
* symlinkat: Fix documentation.Bruno Haible2010-07-311-1/+1
|
* linkat: Work around AIX 7.1 bug.Bruno Haible2010-07-311-0/+4
|
* iconv: Work around AIX 6.1..7.1 bug.Bruno Haible2010-07-311-0/+3
|
* duplocale: Work around AIX 7.1 bug.Bruno Haible2010-07-311-1/+1
|
* dirfd: Avoid link error on AIX 7.1.Bruno Haible2010-07-311-1/+1
|
* strtod: next round of AIX fixesEric Blake2010-07-301-1/+7
| | | | | | | | | | * lib/strtod.c (strtod): Work around AIX bug of parsing p with no exponent. * tests/test-strtod.c (main): Enhance tests. * doc/posix-functions/strtod.texi (strtod): Document next bug. Reported by Rainer Tammer. Signed-off-by: Eric Blake <eblake@redhat.com>
* getline: Update regarding AIX.Bruno Haible2010-07-301-1/+1
|
* unlink: Update regarding AIX.Bruno Haible2010-07-301-1/+1
|
* symlink: Update regarding AIX.Bruno Haible2010-07-301-1/+1
|
* stat: Update regarding AIX.Bruno Haible2010-07-301-1/+1
|
* round: Update regarding AIX.Bruno Haible2010-07-301-1/+1
|
* rename: Update regarding AIX.Bruno Haible2010-07-301-1/+1
|
* getopt: Update regarding AIX.Bruno Haible2010-07-301-1/+1
|
* open, fopen: Update regarding AIX.Bruno Haible2010-07-302-2/+2
|
* chown: Update doc regarding AIX.Bruno Haible2010-07-301-1/+1
|
* strtod: fix bug in replacement function on AIXEric Blake2010-07-301-3/+3
| | | | | | | | | | * lib/strtod.c (strtod): Special case broken "0x" parse in underlying strtod. * tests/test-strtod.c (main): Document AIX 7.1 bugs. * doc/posix-functions/strtod.texi (strtod): Likewise. Reported by Rainer Tammer. Signed-off-by: Eric Blake <eblake@redhat.com>
* New module '_Exit'.Bruno Haible2010-07-121-4/+4
|
* autoupdateKarl Berry2010-07-112-2/+5
|
* stdbool: Update doc.Bruno Haible2010-07-021-0/+3
|
* autoupdateKarl Berry2010-06-231-10/+10
|
* autoupdatesKarl Berry2010-06-223-16/+19
|
* Replacement header templates are now named with ".in", not "_".Ben Pfaff2010-06-101-1/+2
| | | | * doc/gnulib-intro.texi: Correct.
* autoupdateKarl Berry2010-06-101-2/+2
|
* Add "Extending Gnulib" chapter to manual.Ben Pfaff2010-06-092-4/+83
| | | | | | * doc/gnulib.texi (Writing Modules): Add cross-reference to new chapter. (Extending Gnulib): New chapter. * doc/gnulib-intro.texi (Openness): Add cross-reference to new chapter.
* Mention Solaris limitation.Bruno Haible2010-06-051-0/+4
|
* autoupdateKarl Berry2010-05-311-2/+2
|
* Update maintainer documentation for 'relocatable-prog' module.Ben Pfaff2010-05-231-0/+21
|
* Add new module valgrind-tests.Simon Josefsson2010-05-202-0/+41
|
* autoupdateKarl Berry2010-05-194-16/+19
|
* autoupdateKarl Berry2010-05-131-11/+14
|
* New module pwrite.Peter O'Gorman2010-05-051-4/+4
|
* pread: Update documentation.Peter O'Gorman2010-05-051-2/+2
|