Whitespace cleanup.
[gnulib.git] / modules /
2008-04-28 Eric BlakeOptimize and test strchrnul.
2008-04-28 Eric BlakeRemove intprops dependency.
2008-04-28 Simon JosefssonMove inet_ntop and inet_pton declarations to arpa/inet.h.
2008-04-27 Bruno HaibleMake test-stat-time pass on mingw.
2008-04-27 Bruno HaibleMake test-yesno.sh work on mingw.
2008-04-27 Eric BlakeOptimize and test memrchr.
2008-04-26 Bruno HaibleNew private include file lib/stdio-impl.h.
2008-04-26 Bruno HaibleTests for module 'memchr'.
2008-04-26 Bruno HaibleOptimize parallel detection of matching bytes.
2008-04-23 Eric BlakeImprove memchr2 performance.
2008-04-23 Simon JosefssonAdd inet_ntop and inet_pton declarations to arpa/inet...
2008-04-22 Jim Meyering* modules/verify (License): Re-license as LGPLv2+.
2008-04-21 Bruno HaibleReplace the isw* functions on Linux libc5.
2008-04-21 Bruno HaibleFix conflict between modules 'canonicalize' and 'canoni...
2008-04-21 Bruno HaibleFix compilation errors related to rpl_mkdir on mingw.
2008-04-20 Bruno HaibleFix module dependencies.
2008-04-20 Bruno HaibleRemove trailing spaces.
2008-04-20 Bruno HaibleFix test failure on platforms with non-GNU iconv.
2008-04-20 Bruno HaibleFix link error on mingw.
2008-04-19 Bruno HaibleWork around snprintf bug on Linux libc5.
2008-04-16 Bruno HaibleDefine module indicator, used by math.in.h.
2008-04-13 Bruno HaibleMake truncl work on OSF/1 4.0.
2008-04-13 Bruno Haibletest-quotearg needs to be linked against libintl (at...
2008-04-13 Bruno HaibleOverride <sys/socket.h> when it exists but is incomplete.
2008-04-12 Eric BlakeWork around Solaris 10 math.h bug.
2008-04-12 Bruno HaibleLink test-strsignal with libintl.
2008-04-11 Bruno HaibleLink test-getaddrinfo with libintl.
2008-04-11 Bruno HaibleInclude stdbool, for 'true' and 'false'.
2008-04-11 Bruno HaibleFix a link error on MacOS X.
2008-04-04 Bruno Haiblerelocatable-prog-wrapper needs the gl_ENVIRON macro.
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.
next