summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing definition of _ macro.Bruno Haible2007-07-212-2/+4
* Emit a "do not edit" line to the generated file.Bruno Haible2007-07-152-0/+2
* Fix a #if error that causes a build failure on Linux/PowerPC with glibc-2.3.6.Bruno Haible2007-07-141-1/+1
* * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H wasPaul Eggert2007-07-132-13/+3
* * lib/version-etc.c (version_etc_va): Default to GPLv3+.Eric Blake2007-07-101-1/+1
* Update copyright year.Bruno Haible2007-07-081-1/+1
* Update to Unicode 5.0.Bruno Haible2007-07-081-30/+94
* Regenerated for Unicode 5.0.Bruno Haible2007-07-081-45769/+50238
* Update to Unicode 5.0.Bruno Haible2007-07-082-24/+33
* Work around MacOS X wcwidth(0x0301) bug.Bruno Haible2007-07-071-1/+23
* wcwidth.h is gone.Bruno Haible2007-07-071-1/+0
* Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.Bruno Haible2007-07-075-59/+37
* Provide wcwidth replacement in separate file wcwidth.c.Bruno Haible2007-07-072-10/+33
* New module 'uniwidth/u32-strwidth'.Bruno Haible2007-07-071-0/+31
* New module 'uniwidth/u16-strwidth'.Bruno Haible2007-07-071-0/+31
* New module 'uniwidth/u8-strwidth'.Bruno Haible2007-07-071-0/+31
* New module 'uniwidth/u32-width'.Bruno Haible2007-07-071-0/+45
* New module 'uniwidth/u16-width'.Bruno Haible2007-07-071-0/+49
* New module 'uniwidth/u8-width'.Bruno Haible2007-07-071-0/+49
* New module 'uniwidth/width'.Bruno Haible2007-07-072-0/+300
* New module 'uniwidth/base'.Bruno Haible2007-07-071-0/+66
* Comments.Bruno Haible2007-07-071-1/+7
* New modules uniname/base and uniname/uniname.Bruno Haible2007-07-074-0/+52571
* * lib/sys_time_.h: Use a recursion-safe inclusion guard rather thanPaul Eggert2007-07-061-15/+19
* * lib/getugroups.c (getugroups): Detect getgrent failure.Jim Meyering2007-07-061-5/+13
* Don't let endgrent clobber errno, no matter how improbable.Jim Meyering2007-07-051-1/+5
* Close the group DB even when failing with 2^31 or more members.Jim Meyering2007-07-051-5/+5
* * lib/getugroups.h: New file.Jim Meyering2007-07-042-6/+28
* * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:Paul Eggert2007-07-021-1/+11
* Formatted output functions for Unicode strings.Bruno Haible2007-07-0273-0/+2796
* Avoid address wraparound inside system functions.Bruno Haible2007-07-022-5/+23
* * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using aPaul Eggert2007-06-231-51/+48
* (until_short): Remove `inline' qualifier.Sergey Poznyakoff2007-06-221-1/+1
* * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.Paul Eggert2007-06-217-35/+7
* * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBSTPaul Eggert2007-06-2116-106/+26
* xreadlink-with-size: Remove module. No longer used.Jim Meyering2007-06-192-115/+0
* Eliminate one way canonicalize_filename_mode could exit.Jim Meyering2007-06-191-3/+3
* Detect porting problems to FreeBSD/arm, which has time_t wider thanPaul Eggert2007-06-181-0/+10
* New module: mreadlink-with-size.Jim Meyering2007-06-182-0/+134
* Revamp lchown so that it lives in unistd.h where it belongs.Paul Eggert2007-06-166-51/+46
* Fix small mistake, reported by Eric Blake.Bruno Haible2007-06-112-7/+7
* Add support for Unicode strings (both as output format and as arguments toBruno Haible2007-06-115-163/+1112
* New module unistr/u32-mbsnlenBruno Haible2007-06-111-0/+29
* New module 'unistr/u16-mbsnlen'.Bruno Haible2007-06-111-0/+41
* New module 'unistr/u8-mbsnlen'.Bruno Haible2007-06-111-0/+41
* New modules unistr/u*-mbsnlen.Bruno Haible2007-06-111-0/+9
* New module 'mbsnlen'.Bruno Haible2007-06-112-0/+56
* Include <stdlib.h>.Bruno Haible2007-06-111-0/+2
* Include <stddef.h>, needed for ptrdiff_t.Bruno Haible2007-06-112-0/+2
* Tweak the size computations and reallocations.Bruno Haible2007-06-101-15/+23