* build-aux/config.guess: Update from config.
[gnulib.git] / lib /
2007-07-21 Bruno HaibleAdd missing definition of _ macro.
2007-07-15 Bruno HaibleEmit a "do not edit" line to the generated file.
2007-07-14 Bruno HaibleFix a #if error that causes a build failure on Linux...
2007-07-13 Paul Eggert* lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTT...
2007-07-10 Eric Blake* lib/version-etc.c (version_etc_va): Default to GPLv3+.
2007-07-08 Bruno HaibleUpdate copyright year.
2007-07-08 Bruno HaibleUpdate to Unicode 5.0.
2007-07-08 Bruno HaibleRegenerated for Unicode 5.0.
2007-07-08 Bruno HaibleUpdate to Unicode 5.0.
2007-07-07 Bruno HaibleWork around MacOS X wcwidth(0x0301) bug.
2007-07-07 Bruno Haiblewcwidth.h is gone.
2007-07-07 Bruno HaibleRemove the wcwidth.h file. Move wcwidth's declaration...
2007-07-07 Bruno HaibleProvide wcwidth replacement in separate file wcwidth.c.
2007-07-07 Bruno HaibleNew module 'uniwidth/u32-strwidth'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u16-strwidth'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u8-strwidth'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u32-width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u16-width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/u8-width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/width'.
2007-07-07 Bruno HaibleNew module 'uniwidth/base'.
2007-07-07 Bruno HaibleComments.
2007-07-07 Bruno HaibleNew modules uniname/base and uniname/uniname.
2007-07-06 Paul Eggert* lib/sys_time_.h: Use a recursion-safe inclusion guard...
2007-07-06 Jim Meyering* lib/getugroups.c (getugroups): Detect getgrent failure.
2007-07-05 Jim MeyeringDon't let endgrent clobber errno, no matter how improbable.
2007-07-05 Jim MeyeringClose the group DB even when failing with 2^31 or more...
2007-07-04 Jim Meyering* lib/getugroups.h: New file.
2007-07-02 Paul Eggert* lib/inttypes_.h [defined __cplusplus&&!defined __STDC...
2007-07-02 Bruno HaibleFormatted output functions for Unicode strings.
2007-07-02 Bruno HaibleAvoid address wraparound inside system functions.
2007-06-23 Paul Eggert* lib/time_.h: Port to Solaris 8 with Sun Studio 11...
2007-06-22 Sergey Poznyakoff(until_short): Remove `inline' qualifier.
2007-06-21 Paul Eggert* m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
2007-06-21 Paul Eggert* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and...
2007-06-19 Jim Meyeringxreadlink-with-size: Remove module. No longer used.
2007-06-19 Jim MeyeringEliminate one way canonicalize_filename_mode could...
2007-06-18 Paul EggertDetect porting problems to FreeBSD/arm, which has time_...
2007-06-18 Jim MeyeringNew module: mreadlink-with-size.
2007-06-16 Paul EggertRevamp lchown so that it lives in unistd.h where it...
2007-06-11 Bruno HaibleFix small mistake, reported by Eric Blake.
2007-06-11 Bruno HaibleAdd support for Unicode strings (both as output format...
2007-06-11 Bruno HaibleNew module unistr/u32-mbsnlen
2007-06-11 Bruno HaibleNew module 'unistr/u16-mbsnlen'.
2007-06-11 Bruno HaibleNew module 'unistr/u8-mbsnlen'.
2007-06-11 Bruno HaibleNew modules unistr/u*-mbsnlen.
2007-06-11 Bruno HaibleNew module 'mbsnlen'.
2007-06-11 Bruno HaibleInclude <stdlib.h>.
2007-06-11 Bruno HaibleInclude <stddef.h>, needed for ptrdiff_t.
2007-06-10 Bruno HaibleTweak the size computations and reallocations.
2007-06-10 Bruno HaibleTweak last patch.
2007-06-09 Bruno HaibleMore type parameters.
2007-06-09 Bruno HaibleNew modules uniconv/u{8,16,32}-conv-to-enc.
2007-06-09 Bruno HaibleNew module 'uniconv/u32-conv-to-enc'.
2007-06-09 Bruno HaibleNew modules 'uniconv/u16-conv-to-enc' and 'uniconv...
2007-06-09 Bruno HaibleNew module 'uniconv/u16-conv-to-enc'.
2007-06-09 Bruno HaibleNew module 'uniconv/u8-conv-to-enc'.
2007-06-09 Bruno HaibleUpdate after allocsa -> malloca renaming.
2007-06-09 Bruno HaibleUpdate after allocsa -> malloca renaming.
2007-06-09 Bruno HaibleMove to xmalloca.c.
2007-06-09 Bruno HaibleMove to here from xallocsa.c.
2007-06-09 Bruno HaibleMove to xmalloca.h.
2007-06-09 Bruno HaibleMove to here from xallocsa.h.
2007-06-09 Bruno HaibleMove to malloca.valgrind.
2007-06-09 Bruno HaibleMove to here from allocsa.valgrind.
2007-06-09 Bruno HaibleMove to malloca.c.
2007-06-09 Bruno HaibleMove to here from allocsa.c.
2007-06-09 Bruno HaibleMove to malloca.h.
2007-06-09 Bruno HaibleMove to here from allocsa.h.
2007-06-09 Bruno HaibleAdd support for uClibc 0.9.29.
2007-06-07 Bruno HaibleNew module 'localename'.
2007-06-07 Bruno HaibleLinux uClibc built without wide character support lacks...
2007-06-06 Paul EggertWork around problem reported by Steven M. Schweda in
2007-06-06 Bruno HaibleRecognize non-IEEE numbers on i386, x86_64, ia64.
2007-06-06 Bruno HaibleDo the extra handling of NaN and Inf also the %a / %A.
2007-06-06 Bruno HaibleFix possible compilation error.
2007-05-30 Bruno HaibleSplit the double-inclusion guard. Fixes a problem with...
2007-05-28 Bruno HaibleNew module 'ftell'.
2007-05-28 Eric Blake* lib/allocsa.h (safe_alloca): Avoid compiler warning.
2007-05-28 Bruno HaibleNew module 'fseek'.
2007-05-28 Bruno HaibleTypo in comment.
2007-05-28 Bruno HaibleMore comments.
2007-05-28 Eric BlakeImprove lseek module.
2007-05-24 Eric BlakeFix lseek on mingw.
2007-05-24 Eric BlakeFix fseeko/ftello on cygwin 1.5.24.
2007-05-23 Bruno HaibleProvide a link warning only if GNULIB_POSIXCHECK is...
2007-05-22 Bruno HaibleStricter check for printf result for NaN arguments.
2007-05-20 Bruno HaibleFix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2007-05-20 Jim Meyering(gl_futimens): Rename from futimens, now that glibc...
2007-05-20 Bruno HaibleTypo in comment.
2007-05-19 Bruno HaibleWork around bugs in the system's isnanf on IRIX and...
2007-05-19 Bruno HaibleFix a warning in last patch.
2007-05-19 Bruno HaibleNew module 'float'.
2007-05-19 Jim Meyering* lib/utimens.c (gl_futimens): Rename from futimens,
2007-05-19 Bruno HaibleFix *printf result for NaN, Inf, -0.0 on mingw.
2007-05-19 Bruno HaibleOptimize the case of huge precision.
2007-05-19 Bruno HaibleFix logic bug introduced on 2007-05-06.
2007-05-18 Bruno HaibleFix small bug in 'divide' function.
2007-05-18 Bruno HaibleAdd support for 'long double' number output.
2007-05-18 Bruno HaibleWork around broken snprintf function on BeOS.
next