Don't insist on 'long long int' support in the preprocessor. It
[gnulib.git] / lib /
2007-11-12 Paul EggertDon't insist on 'long long int' support in the preproce...
2007-11-12 Bruno HaibleUnicode character classification functions.
2007-11-11 Bruno HaibleHandle the case that floorl and roundl are declared...
2007-11-11 Bruno HaibleUse REPLACE_ROUND instead of HAVE_DECL_ROUND.
2007-11-09 Bruno HaibleDocument and work around a BeOS snprintf() bug.
2007-11-09 Bruno HaibleFix inefficiency introduced on 2007-11-03.
2007-11-07 Bruno HaibleFix port to QNX.
2007-11-05 Bruno HaibleFix the processing of finite numbers with the 'a' and...
2007-11-05 Bruno HaibleFix a compilation error of realloc.c on OSF/1 4.0d...
2007-11-05 Bruno HaibleProtect all macro definitions containing an 'if' statement.
2007-11-04 Bruno HaibleUndefine two macros after they are not needed any more.
2007-11-04 Bruno HaibleFix *printf behaviour for large precisions on mingw...
2007-11-04 Bruno HaibleFix output of floating-point values with large exponent.
2007-11-03 Bruno HaibleFix *printf behaviour in out-of-memory situations on...
2007-11-03 Bruno HaibleFix detection of overflow: don't assume that snprintf...
2007-11-03 Bruno HaibleFix out-of-memory handling of vasnprintf.
2007-11-01 Bruno HaibleFix documentation about what the 'putenv' module provides.
2007-11-01 Bruno HaibleDefine the putenv substitute in <stdlib.h> rather than...
2007-10-31 Jim MeyeringTreat an empty date string exactly like "0".
2007-10-29 Bruno HaibleUse REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
2007-10-29 Bruno HaibleFix "integer overflow" warnings with OSF/1 5.1 cc.
2007-10-29 Bruno HaibleFix link errors with Sun C 5.0 on Solaris 10.
2007-10-28 Bruno HaibleAdd/remove some blank lines.
2007-10-28 Bruno HaibleDefine and declare u{8,16}_uctomb_aux also if !HAVE_INLINE.
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-28 Ben PfaffCheck whether round* exist in libraries, not just wheth...
2007-10-26 Bruno HaibleChange strerror so that it never returns an empty string.
2007-10-22 Bruno HaibleAdd check that intmax_t and uintmax_t have the same...
2007-10-22 Eric BlakeTweak x*printf documentation.
2007-10-22 Bruno HaibleFix typo in comment.
2007-10-22 Paul EggertFix Tru64 problem with stdbool.h.
2007-10-22 Eric BlakeAlso wrap vf?printf.
2007-10-22 Ralf WildenhuesFix missing U_MBLEN define in u??-conf-to-enc.c.
2007-10-22 Paul Eggert* lib/acl.c (copy_acl): Adjust to IRIX 6.5. Problem...
2007-10-22 Ralf WildenhuesFix getloadavg.c on Tru64 4.0D.
2007-10-22 Simon JosefssonAdd module 'gc-camellia'.
2007-10-21 Bruno HaibleTweak to make it usable in gettext's libasprintf.
2007-10-21 Bruno HaibleFix typo in macro name.
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-20 Jim Meyering* lib/xprintf.c: Include <config.h> unconditionally.
2007-10-20 Jim Meyeringxprintf fixes.
2007-10-20 Bruno HaibleDon't report an unjustified overflow error.
2007-10-19 Jim Meyering* lib/xprintf.c: Don't bother testing specific errno...
2007-10-19 Jim Meyering* lib/xprintf.c (xprintf, xfprintf): Test err < 0,...
2007-10-19 Jim MeyeringNew module: xprintf
2007-10-18 Bruno HaibleDon't use %n on glibc >= 2.3 systems.
2007-10-18 Bruno HaibleFix various issues with the 'trim' module.
2007-10-17 Paul EggertModify glob.c to use fstatat and dirfd, to simplify it.
2007-10-17 Bruno HaibleUse rpl_ prefix for functions, so as to avoid endless...
2007-10-16 Paul EggertMerge glibc changes into lib/glob.c.
2007-10-15 Bruno HaibleUse rpl_ prefix for functions, so as to avoid endless...
2007-10-14 Bruno HaibleNew module 'iconv_open-utf': Enhance iconv_open to...
2007-10-13 Bruno HaiblePrefer the ISO C99 inline semantics over the old GNU...
2007-10-13 Bruno HaibleHandle 'inline' change in gcc 4.3.0.
2007-10-13 Bruno HaibleEnable the use of __freading for glibc >= 2.7.
2007-10-13 Paul Eggert* lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC...
2007-10-13 Bruno HaibleFix incorrect rounding of ceil, ceilf, ceill in some...
2007-10-13 Bruno HaibleFix incorrect rounding of floor, floorf, floorl in...
2007-10-13 Bruno HaibleFix incorrect rounding of trunc, truncf, truncl in...
2007-10-11 Bruno HaiblePut unit test for i-ring module into a normal test...
2007-10-11 Bruno HaiblePut unit test for filenamecat module into a normal...
2007-10-11 Paul EggertSimplify and modernize strerror substitute, partly...
2007-10-09 Ben PfaffFix typo in comment.
2007-10-09 Paul EggertFix some portability problems in the previous change.
2007-10-08 Paul Eggert* lib/xnanosleep.c (xnanosleep): Don't assume GCC 4...
2007-10-07 Bruno HaibleFix type of TWO_MANT_DIG.
2007-10-07 Bruno HaibleRename parameter 'exp' to 'expptr', to avoid gcc warnings.
2007-10-07 Jim MeyeringMake xnanosleep's integer overflow test more robust.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-10-07 Bruno HaibleChange copyright notice from LGPLv2.0+ to LGPLv3+.
2007-10-07 Bruno HaibleChange copyright notice from LGPL to GPL.
2007-10-07 Bruno HaibleNew modules 'fopen' and 'freopen'.
2007-10-07 Bruno HaibleNew module 'open'.
2007-10-05 Bruno HaibleNew module 'ceill'.
2007-10-05 Bruno HaibleNew module 'ceilf'.
2007-10-05 Bruno HaibleNew module 'floorl'.
2007-10-05 Bruno HaibleNew module 'floorf'.
2007-10-04 Bruno HaibleNew module 'truncl'.
2007-10-04 Bruno HaibleNew module 'truncf'.
2007-10-04 Bruno HaibleNew module 'trunc'.
2007-10-03 Bruno HaibleAdd support for QNX (untested).
2007-10-01 Bruno HaibleUpdate after renamings.
2007-10-01 Bruno HaibleRename wctype_.h to wctype.in.h.
2007-10-01 Bruno HaibleRename wchar_.h to wchar.in.h.
2007-10-01 Bruno HaibleRename unistd_.h to unistd.in.h.
2007-10-01 Bruno HaibleRename time_.h to time.in.h.
2007-10-01 Bruno HaibleRename sysexits_.h to sysexits.in.h.
2007-10-01 Bruno HaibleRename sys_time_.h to sys_time.in.h.
2007-10-01 Bruno HaibleRename sys_stat_.h to sys_stat.in.h.
2007-10-01 Bruno HaibleRename sys_socket_.h to sys_socket.in.h.
2007-10-01 Bruno HaibleRename sys_select_.h to sys_select.in.h.
2007-10-01 Bruno HaibleRename string_.h to string.in.h.
2007-10-01 Bruno HaibleRename stdlib_.h to stdlib.in.h.
2007-10-01 Bruno HaibleRename stdio_.h to stdio.in.h.
2007-10-01 Bruno HaibleRename stdint_.h to stdint.in.h.
2007-10-01 Bruno HaibleRename stdbool_.h to stdbool.in.h.
2007-10-01 Bruno HaibleRename signal_.h to signal.in.h.
2007-10-01 Bruno HaibleRename search_.h to search.in.h.
2007-10-01 Bruno HaibleRename poll_.h to poll.in.h.
2007-10-01 Bruno HaibleRename netinet_in_.h to netinet_in.in.h.
next