Enable the fpucw handling also for x86_64.
[gnulib.git] / lib /
2008-01-16 Simon JosefssonNeed string.h for strcpy in gethostname module.
2008-01-16 Paul EggertFix problem with getdate on mingw32 reported by Simon...
2008-01-15 Eric BlakeConvert strcasestr module to use Two-Way algorithm.
2008-01-15 Bruno HaibleReplace strsignal if it does not work fine.
2008-01-13 Colin WatsonNew module 'strsignal'.
2008-01-13 Bruno HaibleDon't redefine __attribute__ without a need.
2008-01-11 Bruno HaibleMake c-strstr rely on strstr.
2008-01-10 Eric BlakeFix a comment.
2008-01-10 Eric BlakeShare two-way algorithm.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2008-01-10 Bruno HaibleMake it possible to avoid all memory leaks when calling...
2008-01-10 Bruno HaibleUpdate copyright year.
2008-01-10 Colin Watson* lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if...
2008-01-10 Bruno HaibleWork around OpenBSD 4.0 tdelete() bug.
2008-01-09 Eric BlakeGive gcc some memmem optimization hints.
2008-01-09 Bruno HaibleHandle the particular PRIdMAX values on MacOS X and...
2008-01-08 Bruno HaibleDocument the knuth_morris_pratt calling convention...
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
2008-01-08 Bruno HaibleDon't strip off a leading "lt-" prefix outside a .libs...
2008-01-07 Bruno HaibleImprove memory cleanup in 'relocatable' module.
2008-01-03 Bruno HaibleTreat untyped memory as an 'unsigned char' array.
2008-01-02 Jim Meyeringlib/version-etc.c (COPYRIGHT_YEAR): Increase for new...
2007-12-31 Jim MeyeringAvoid use of private FTS type name.
2007-12-31 Bruno HaibleUnify 5 copies of the KMP code.
2007-12-31 Bruno HaibleDon't define xmmalloca if not needed.
2007-12-31 Bruno HaibleNew macro xnmalloca.
2007-12-31 Bruno HaibleProtect against integer overflow in malloca() calls.
2007-12-31 Bruno HaibleEnsure that 'glob' stays under LGPLv2+.
2007-12-29 Paul Eggert* lib/memmem.c (knuth_morris_pratt): Check for size_t...
2007-12-26 Martin LambersOverride getpagesize on mingw.
2007-12-26 Bruno HaibleUse plain ANSI C syntax.
2007-12-26 Bruno HaibleFix link error in relocatability wrappers, due to xallo...
2007-12-26 Bruno HaibleSplit setenv module into setenv and unsetenv. Get rid...
2007-12-26 Bruno HaibleUse GNU style coding conventions.
2007-12-26 Bruno HaibleAdd more comments about Knuth-Morris-Pratt algorithm.
2007-12-20 Eric BlakeWork around circular library issue when cross-compiling.
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-12-19 Paul EggertFix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H...
2007-12-18 Eric BlakeRevert addition of verify, for BSD/OS.
2007-12-17 Petr Salingergetcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
2007-12-17 Jim MeyeringPort to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2007-12-13 Eric BlakeAnother fseek test.
2007-12-13 Eric BlakeFix fseeko on mingw.
2007-12-13 Larry JonesFix fseeko on BSD-based platforms.
2007-12-11 Eric BlakeFix bug with -0.0L in previous patch.
2007-12-11 Eric BlakeDetect pseudo-denormals on x86 even when cross-compiling.
2007-12-11 Eric BlakeFix OpenBSD 4.0 <float.h> handling of long double.
2007-12-03 Paul EggertAdd support for Solaris 10 ACLs. Also, ACLs are Gnulib...
2007-12-03 Bruno HaibleFix a build error when someone uses "make maintainer...
2007-12-03 Bruno HaibleMove declaration of getpagesize() from getpagesize...
2007-12-03 Bruno HaibleMove declarations of str{,n}casecmp from <string.h...
2007-12-01 Jim MeyeringFix a 4-year-old used-uninitialized bug in regcomp.c.
2007-11-30 Bruno HaibleMake recursive locks really recursive on POSIX systems.
2007-11-28 Paul EggertNew function qset_acl, like set_acl but with syscall...
2007-11-26 Bruno HaibleDon't abort if the 'long double' type has excess precision.
2007-11-22 Ondřej VašíkAdjust getdate's grammar to accept a slightly more...
2007-11-14 Bruno HaiblePort to OpenBSD 4.1.
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...
next