Use macros NaNf, NaNd, NaNl instead of NAN.
[gnulib.git] / modules /
2008-04-02 Bruno HaibleUse macros NaNf, NaNd, NaNl instead of NAN.
2008-04-01 Eric BlakeGuarantee a definition of NAN.
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Bruno HaibleUse the EOVERFLOW module instead of a manual fallback...
2008-03-30 Bruno HaibleUse module 'EOVERFLOW' rather than defining an EOVERFLO...
2008-03-30 Bruno HaibleTests for module 'EOVERFLOW'.
2008-03-30 Bruno HaibleNew module 'EOVERFLOW'.
2008-03-30 Bruno HaibleImprove freadseek's efficiency after ungetc.
2008-03-30 Eric BlakeAdd hex float support.
2008-03-30 Eric BlakeDocument various strtod bugs, with some fixes.
2008-03-29 Eric BlakeFix ftell on mingw.
2008-03-29 Eric BlakePass test-freadseek on cygwin.
2008-03-26 Jim Meyeringgnumakefile: remove file from $(top_builddir), not...
2008-03-25 Jim Meyeringgnumakefile: Don't double-quote-expand $(VPATH) value.
2008-03-24 Eric BlakeAlter GNUmakefile to install into top directory.
2008-03-23 Bruno HaibleFix regex compilation error on HP-UX 11.
2008-03-18 Jim MeyeringNew script and module: mktempd
2008-03-11 Bruno HaibleCorrect the va_copy definition for AIX 5.
2008-03-11 Bruno HaibleFix commit from 2007-06-20.
2008-03-09 Bruno HaibleExtend freadptr to return also the buffer size.
2008-03-07 Bruno HaibleMake fflush after ungetc work on BSD platforms.
2008-03-07 Eric BlakeLikewise for ftello.
2008-03-06 Bruno HaibleEnsure that fseeko is declared when possible.
2008-03-06 Simon JosefssonChange license to unlimited for func module.
2008-03-06 Simon JosefssonRename __func__ module to func.
2008-03-06 Simon JosefssonAdd module __func__ to provide C99 __func__ variable.
2008-03-05 Simon JosefssonRe-license byteswap to LGPLv2+.
2008-03-05 Simon JosefssonUse unlimited license for inline module.
2008-03-02 Jim MeyeringRemove useless "if" tests before free. Deprecate ...
2008-03-01 Eric BlakeNew module 'memchr2'.
2008-02-29 Bruno HaibleTests for module 'freadseek'.
2008-02-29 Bruno HaibleNew module 'freadseek'.
2008-02-28 Bruno HaibleTests for module 'freadptr'.
2008-02-28 Bruno HaibleNew module 'freadptr'.
2008-02-24 Bruno HaibleTests for module 'environ'.
2008-02-24 Bruno HaibleOops, forgot a dependency.
2008-02-24 Bruno HaibleNew module 'environ'.
2008-02-18 Bruno HaibleSpeed up from O(n^2) to O(n).
2008-02-17 Bruno HaibleSupport the "git pull --rebase" situation.
2008-02-13 Eric BlakeQuotearg part 4: add tests, fix c-maybe colon quoting.
2008-02-11 Bruno HaibleImprove reference to ./libgnu.a.
2008-02-11 Bruno HaibleNew module 'git-merge-changelog'.
2008-02-10 Jim MeyeringNew script and module: useless-if-before-free
2008-02-09 Jim MeyeringNew script and module: gitlog-to-changelog
2008-01-31 Simon JosefssonAdd sha1 self test.
2008-01-31 Jim Meyeringvc-list-files: new module
2008-01-26 Bruno HaibleRename isnan, applicable to 'double' only, to isnand.
2008-01-26 Bruno HaibleExploit the __builtin_signbit GCC built-in.
2008-01-25 Simon JosefssonAdd self-test for sockets module.
2008-01-24 Simon JosefssonAdd module sockets.
2008-01-17 Simon JosefssonNew module gethostname-tests.
2008-01-17 Eric BlakeConvert c-strcasestr to be more efficient.
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-14 Bruno HaibleFix documentation of include file.
2008-01-14 Colin WatsonMake the functions argp_error, argp_failure known to...
2008-01-13 Colin WatsonTests for module 'strsignal'.
2008-01-13 Colin WatsonNew module 'strsignal'.
2008-01-11 Bruno HaibleMake c-strstr rely on strstr.
2008-01-10 Eric BlakeShare two-way algorithm.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2008-01-10 Bruno HaibleSmall tweaks to memmem module.
2008-01-10 Bruno HaibleWork around OpenBSD 4.0 tdelete() bug.
2008-01-10 Bruno HaibleFix test failure on OpenBSD 4.0.
2008-01-09 Eric BlakeAdd memmem-simple module.
2008-01-09 Eric BlakeGive gcc some memmem optimization hints.
2008-01-09 Bruno HaibleAdd missing module dependencies.
2008-01-08 Eric BlakeRewrite memmem to guarantee linear complexity without...
2008-01-08 Bruno HaibleRemove unnecessary TESTS_ENVIRONMENT setting.
2008-01-08 Simon JosefssonUpdate localename-tests for setenv changes.
2008-01-05 Eric BlakeFix memmem test for mingw.
2008-01-04 Simon JosefssonModules intprops and string needed by relocatable-prog...
2007-12-31 Bruno HaibleUnify 5 copies of the KMP code.
2007-12-31 Bruno HaibleEnsure that 'glob' stays under LGPLv2+.
2007-12-31 Bruno HaibleChange license to LGPLv2+.
2007-12-26 Martin LambersOverride getpagesize on mingw.
2007-12-26 Bruno HaibleThe localcharset module requires a modified TESTS_ENVIR...
2007-12-26 Bruno HaibleAvoid using the syntax symbol() in formatted documentation.
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-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-12-18 Eric BlakeRevert addition of verify, for BSD/OS.
2007-12-17 Jim MeyeringPort to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
2007-12-13 Eric BlakeAnother fseek test.
2007-12-03 Paul EggertAdd support for Solaris 10 ACLs. Also, ACLs are Gnulib...
2007-12-03 Bruno HaibleMove declaration of getpagesize() from getpagesize...
2007-12-03 Bruno HaibleTests for module 'strings'.
2007-12-03 Bruno HaibleMove declarations of str{,n}casecmp from <string.h...
2007-11-28 Jim Meyering* modules/physmem (License): Change from GPL to LGPLv2+.
2007-11-25 Ralf Wildenhues* doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
2007-11-16 Paul EggertThe license of gnu-make and posix-shell is now "GPLed...
2007-11-16 Paul EggertNew module posix-shell, for determining a POSIX shell
2007-11-15 Paul EggertNew module gnu-make, for determining whether we're...
2007-11-12 Paul EggertDon't insist on 'long long int' support in the preproce...
2007-11-12 Bruno HaibleTests for Unicode character classification functions.
2007-11-12 Bruno HaibleUnicode character classification functions.
2007-11-12 Bruno HaibleNew module 'gperf'.
2007-11-11 Bruno HaibleUse the shared tests for the floor* and ceil* functions.
2007-11-11 Bruno HaibleUse REPLACE_ROUND instead of HAVE_DECL_ROUND.
2007-11-07 Bruno HaibleUpgrade to gettext-0.17.
next