* lib/quotearg.c: Include <wctype.h> early, before the definition of
[gnulib.git] / lib /
2007-03-15 Paul Eggert* lib/quotearg.c: Include <wctype.h> early, before...
2007-03-11 Bruno HaibleFix syntax error.
2007-03-11 Bruno HaibleUse the system's sprintf function.
2007-03-11 Bruno HaibleWork around bug regarding initializers in SunPRO C...
2007-03-11 Bruno HaibleMake pointer decrementing code ANSI C compliant.
2007-03-11 Bruno HaibleAvoid error with SunPRO C 5.0 on Solaris 2.5.1.
2007-03-11 Bruno HaibleAvoid an endless recursion.
2007-03-10 Bruno HaibleAvoid using the fallback implementation; prefer porting...
2007-03-10 Bruno HaibleFix typo in last patch.
2007-03-10 Eric Blake* lib/stdint_.h (int64_t, uint64_t): Don't undefine...
2007-03-10 Bruno HaibleSpecify __attribute__ __format__ for GCC.
2007-03-10 Bruno HaibleTreat __strftime__ and __strfmon__ like __scanf__.
2007-03-10 Bruno HaibleNew module 'printf-posix'.
2007-03-10 Bruno HaibleThe decimal point must be locale dependent.
2007-03-09 Eric Blake* lib/stdlib_.h (EXIT_FAILURE): GNU code expects this...
2007-03-09 Bruno HaibleNew module 'vprintf-posix'.
2007-03-09 Bruno HaibleNew module 'fprintf-posix'.
2007-03-09 Bruno HaiblePreserve errno.
2007-03-09 Bruno HaibleNew module 'vfprintf-posix'.
2007-03-09 Bruno HaibleFix for glibc-2.3.6.
2007-03-09 Bruno HaibleNew module 'fseterr'.
2007-03-09 Bruno HaibleConvert tabs in the middle of preprocessor directives.
2007-03-08 Bruno HaibleWhitespace change.
2007-03-07 Bruno HaibleMake <netinet/in.h> self-contained, i.e. allow it to...
2007-03-07 Bruno HaibleMake <sys/select.h> self-contained, i.e. make it possib...
2007-03-07 Bruno HaibleMake <sys/socket.h> self-contained, so that it can...
2007-03-07 Bruno HaibleFix formula.
2007-03-07 Bruno HaibleNew module 'sprintf-posix'.
2007-03-07 Bruno HaibleNew module 'vsprintf-posix'.
2007-03-07 Bruno HaibleNew module 'snprintf-posix'.
2007-03-07 Bruno HaibleNew module 'vsnprintf-posix'.
2007-03-07 Bruno HaibleUndo last change.
2007-03-07 Bruno HaibleProvide the option to declare the mathl functions also...
2007-03-06 Bruno HaibleProvide missing frexpl(), ldexpl() declarations.
2007-03-06 Bruno HaibleInclude <stddef.h>, for size_t.
2007-03-05 Bruno HaibleHandle the case of hidden system functions better.
2007-03-05 Bruno HaibleOops, fix a couple of bugs in last commit.
2007-03-05 Bruno HaibleNew module 'vasprintf-posix'.
2007-03-04 Bruno HaibleUse function name rpl_vasnprintf if vasnprintf already...
2007-03-04 Bruno HaibleRename GETTIMEOFDAY_REPLACEMENT to REPLACE_GETTIMEOFDAY.
2007-03-04 Bruno HaibleNew module 'vasnprintf-posix'.
2007-03-04 Jim Meyering* lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
2007-03-04 Jim MeyeringWork around difference between Linux ACLs and Solaris...
2007-03-04 Bruno HaibleOops, really avoid an empty translation unit.
2007-03-03 Bruno HaibleMake it possible to compile strerror.c separately,...
2007-03-03 Bruno HaibleDepend on canonicalize-lgpl, not canonicalize.
2007-03-03 Bruno HaibleMake it possible to compile setenv.c separately, uncond...
2007-03-03 Bruno Haiblexreadlink and xreadlink-with-size can include <unistd...
2007-03-03 Bruno HaibleAvoid defining __restrict in a header file. This doesn...
2007-03-01 Paul EggertFollowup to the 2007-02-12 patch, using suggestions...
2007-03-01 Bruno HaibleNew modules relocatable, relocatable-lib, relocatable...
2007-03-01 Bruno HaibleInfrastructure for relocatable installation, from GNU...
2007-03-01 Bruno HaibleUpdate for xreadlink -> xreadlink-with-size rename.
2007-03-01 Bruno HaibleAdd the xreadlink module from GNU gettext (based on...
2007-02-28 Bruno Haible * lib/xreadlink-with-size.c: Renamed from lib...
2007-02-28 Bruno HaibleMove to xreadlink-with-size.c.
2007-02-28 Bruno HaibleMove to here from xreadlink.c.
2007-02-25 Bruno HaibleFix estimate of size needed for a 'a' or 'A' conversion.
2007-02-25 Bruno HaibleAdd comment about FLT_RADIX.
2007-02-25 Bruno HaibleNo assumptions about FLT_RADIX need to be made.
2007-02-25 Bruno HaibleRename module 'pathname' to 'filename'.
2007-02-25 Bruno HaibleMove to concat-filename.c.
2007-02-25 Bruno HaibleMove to here from concatpath.c.
2007-02-25 Bruno HaibleMove to filename.h.
2007-02-25 Bruno HaibleMove to here from pathname.h.
2007-02-25 Bruno HaibleNew module 'printf-frexpl'.
2007-02-25 Bruno HaibleNew module 'printf-frexp'.
2007-02-25 Bruno HaibleAlso handle the case that isnan is a "type-generic...
2007-02-25 Bruno HaibleMerge isnan and isnanl into a single source file.
2007-02-25 Jim MeyeringAvoid conflicting types for 'unsetenv' on FreeBSD.
2007-02-24 Bruno HaibleNew module 'isnanl-nolibm'.
2007-02-24 Bruno HaibleNew module 'isnan-nolibm'.
2007-02-24 Bruno HaibleFix a bug with 1.0.
2007-02-23 Eric Blake* lib/getdate.h (includes): Include <time.h>, not...
2007-02-22 Bruno Haiblegetlogin_r.h was replaced with <unistd.h>.
2007-02-22 Bruno HaibleFix comment.
2007-02-21 Paul Eggert* lib/getcwd.c (__getcwd): Undo previous change; it...
2007-02-21 Paul Eggert* lib/getcwd.c (__getcwd): Don't assume getcwd (NULL...
2007-02-21 Jim Meyering* lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2007-02-21 Paul EggertMinor fixups to port to Solaris 10 with Sun C 5.8.
2007-02-21 Bruno Haiblesnprintf.h is gone.
2007-02-21 Bruno Haiblevsnprintf.h is replaced with <stdio.h>.
2007-02-21 Bruno Haiblesnprintf.h is replaced with <stdio.h>.
2007-02-21 Bruno HaibleNew module 'stdio'.
2007-02-21 Bruno HaibleWhitespace change in macros.
2007-02-20 Jim Meyering* lib/ftruncate.c [HAVE_CHSIZE]: Document that this...
2007-02-20 Bruno HaibleAvoid some "gcc -Wmissing-prototypes" warnings on mingw.
2007-02-19 Bruno HaibleSuppress some gcc warnings in glibc header files.
2007-02-19 Jim MeyeringDon't use FD after a successful "fdopendir (fd)".
2007-02-19 Bruno HaibleReplaced with <unistd.h>.
2007-02-19 Bruno HaibleMove more declarations into <unistd.h>.
2007-02-19 Bruno Haiblegetsubopt.h is replaced with <stdlib.h>.
2007-02-18 Bruno Haibleexit.h is replaced with stdlib.h.
2007-02-18 Bruno HaibleWork around an ugly glibc hack.
2007-02-18 Bruno Haiblemkstemp.h is replaced with <stdlib.h>.
2007-02-18 Bruno Haiblemkdtemp.h is replaced with <stdlib.h>.
2007-02-18 Bruno HaibleNew module 'stdlib'.
2007-02-18 Bruno HaibleNew module 'math'. <math.h> replaces mathl.h.
2007-02-18 Bruno HaibleUse GL_LINK_WARNING in the generated inttypes.h.
2007-02-17 Bruno HaibleNew module 'link-warning'.
next