summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Move to u16-uctomb-aux.c.Bruno Haible2007-03-241-60/+0
* Move to here from ucs4-utf16.c.Bruno Haible2007-03-241-0/+60
* Move to u8-uctomb-aux.c.Bruno Haible2007-03-241-71/+0
* Move to here from ucs4-utf8.c.Bruno Haible2007-03-241-0/+71
* Move to u16-mbtouc-unsafe-aux.c.Bruno Haible2007-03-241-53/+0
* Move to here from utf16-ucs4-unsafe.c.Bruno Haible2007-03-241-0/+53
* Move to u16-mbtouc-aux.c.Bruno Haible2007-03-241-49/+0
* Move to here from utf16-ucs4.c.Bruno Haible2007-03-241-0/+49
* Move to u8-mbtouc-unsafe-aux.c.Bruno Haible2007-03-241-166/+0
* Move to here from utf8-ucs4-unsafe.c.Bruno Haible2007-03-241-0/+166
* Move to u8-mbtouc-aux.c.Bruno Haible2007-03-241-156/+0
* Move to here from utf8-ucs4.c.Bruno Haible2007-03-241-0/+156
* Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,Bruno Haible2007-03-2430-316/+117
* Cast the argument of <ctype.h> functions to 'unsigned char'.Bruno Haible2007-03-241-8/+8
* Stick to ANSI C syntax, not C99 syntax.Bruno Haible2007-03-241-2/+5
* * MODULES.html.sh (File system functions): New module write-any-file.Paul Eggert2007-03-232-0/+61
* * lib/version-etc.c (version_etc_va): Update license wording toEric Blake2007-03-231-2/+2
* Oops, fix typo in last patch.Bruno Haible2007-03-231-1/+1
* Fix compilation error on BeOS.Bruno Haible2007-03-231-0/+5
* New module 'frexpl'.Bruno Haible2007-03-231-3/+10
* Merge the frexpl and frexp implementations into a single code.Bruno Haible2007-03-221-92/+4
* Remove Paolo's variant of the algorithm, with his permission.Bruno Haible2007-03-221-119/+79
* New module 'frexp'.Bruno Haible2007-03-222-0/+223
* New module 'isnanl'.Bruno Haible2007-03-221-0/+30
* isnanl.h was renamed to isnanl-nolibm.h.Bruno Haible2007-03-221-1/+1
* Move to isnanl-nolibm.h.Bruno Haible2007-03-221-30/+0
* Move to here from isnanl.h.Bruno Haible2007-03-221-0/+30
* When trying to open ".", treat ESTALE like EACCES.Jim Meyering2007-03-211-1/+1
* Enable the strndup declaration also when strndup is replaced.Bruno Haible2007-03-211-2/+2
* Suggestions by Bruno Haible:Paul Eggert2007-03-201-7/+3
* Remove module 'iconvme'.Bruno Haible2007-03-202-303/+0
* Add limited support for Solaris 10 ZFS-style ACLs: just enough toPaul Eggert2007-03-194-154/+217
* * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.Paul Eggert2007-03-191-1/+1
* 2007-03-19 Simon Josefsson <simon@josefsson.org>Simon Josefsson2007-03-191-4/+0
* Undo first part of last patch.Bruno Haible2007-03-191-4/+0
* * lib/fchownat.c: Include lchown.h.Jim Meyering2007-03-181-1/+2
* Fix endless loop when the given allocated size was > INT_MAX.Bruno Haible2007-03-183-2/+27
* Fix a portability problem on x86.Bruno Haible2007-03-171-2/+6
* Ensure we get the mkstemp() declaration. On MacOS X, it comes from <unistd.h>.Bruno Haible2007-03-171-0/+3
* Update year.Bruno Haible2007-03-171-1/+1
* Include <stdlib.h>, for malloc().Bruno Haible2007-03-171-0/+1
* Include <stdlib>, for malloc().Bruno Haible2007-03-171-1/+2
* Undo last patch.Bruno Haible2007-03-171-3/+1
* Include <stdlib.h>, for malloc().Bruno Haible2007-03-171-0/+29
* Use new namespace.Simon Josefsson2007-03-161-6/+6
* Try to avoid clashing symbols.Bruno Haible2007-03-161-1/+1
* 2007-03-15 Bruno Haible <bruno@clisp.org>Bruno Haible2007-03-161-2/+2
* Allow the use of a destructor for the values stored in the list.Bruno Haible2007-03-1611-26/+145
* Add an element disposal function.Bruno Haible2007-03-157-17/+55
* * lib/quotearg.c: Include <wctype.h> early, before the definition ofPaul Eggert2007-03-155-52/+53