]> Savannah Git Hosting - gnulib.git/shortlog
gnulib.git
2019-12-15 Bruno Haiblesetlocale-null: New module.
2019-12-15 Bruno Haiblelock tests: Skip test when no multithreading is enabled.
2019-12-14 Bruno Haiblelocale, duplocale, localename: Fix last patch.
2019-12-13 Bruno Haiblelocale, duplocale, localename: Fix errors if locale_t...
2019-12-13 Bruno Haiblewcstok: Fix test failure on HP-UX.
2019-12-12 Bruno Haiblestrtod, strtold tests: Avoid test failure on AIX 7.2.
2019-12-12 Paul Eggertdfa: prefer ptrdiff_t for API, too
2019-12-12 Paul Eggertstdalign: port to xlclang 16.01
2019-12-12 Bruno Haibleduplocale: Fix test failure on AIX 7.2 with xlclang.
2019-12-12 Bruno Haiblestddef: Document the AIX xlc issue.
2019-12-12 Bruno Haibleduplocale: Don't attempt to override if locale_t does...
2019-12-12 Bruno Haiblewcwidth: Avoid test failure on AIX 7.2.
2019-12-12 Bruno Haibleilogbl: Work around Cygwin bug.
2019-12-12 Bruno Haiblestrtold: Work around Cygwin bug.
2019-12-12 Bruno Haiblestrtold: Fix autoconf test.
2019-12-12 Bruno Haiblefsync tests: Skip test that is known to fail.
2019-12-12 Bruno Haiblegetaddrinfo: Fix calling convention in 32-bit mode...
2019-12-11 Paul Eggertdfa: prefer signed integers for internals
2019-12-11 Paul Eggertdfa: fix index overflow
2019-12-11 Paul Eggertdfa: update commentary for previous change
2019-12-11 Norihiro Tanakadfa: separate parse and compile phase
2019-12-11 Bruno Haibleunistd tests: Fix link error on MSVC.
2019-12-11 Bruno Haibledoc: Document that ISO C or POSIX substitutes are suppo...
2019-12-11 Bruno Haiblestddef: Fix compilation error in C++ mode on MSVC.
2019-12-11 Bruno Haibleunistd: Fix compilation error in C++ mode on MSVC.
2019-12-11 Bruno Haiblelocale: Fix compilation error in C++ mode on MSVC.
2019-12-11 Bruno Haiblewchar: Fix compilation error in C++ mode on MSVC.
2019-12-11 Bruno Haiblepthread-thread: Fix compilation error in C++ mode on...
2019-12-10 Karl Berryautoupdate
2019-12-09 Karl Berryautoupdate
2019-12-09 Bruno HaibleFix compilation errors in C++ mode on Haiku.
2019-12-09 Bruno HaibleFix compilation errors in 32-bit C++ mode on HP-UX...
2019-12-08 Bruno HaibleFix compilation error in C++ mode on HP-UX 11.
2019-12-08 Bruno HaibleFix compilation errors on HP-UX 11/ia64.
2019-12-08 Bruno HaibleFix compilation error in C++ mode on OpenBSD.
2019-12-08 Bruno Haiblemath tests: Don't fail if isfinite, isinf, isnan, signb...
2019-12-08 Bruno HaibleFix compilation errors in C++ mode on FreeBSD.
2019-12-08 Bruno HaibleFix compilation errors in C++ mode on macOS and FreeBSD.
2019-12-07 Bruno HaibleFix compilation errors in C++ mode on AIX with xlclang++.
2019-12-07 Bruno HaibleDocument compilation error in C++ mode on NetBSD 8.0.
2019-12-07 Bruno HaibleFix compilation errors in C++ mode on Solaris 10.
2019-12-07 Bruno HaibleReword NEWS entry.
2019-12-07 Pino ToscanoMove xstrtol_fatal to a new xstrtol-error module
2019-12-06 Paul Eggertnstrftime: better width support for %N, %z
2019-12-05 Bruno HaibleFix compilation errors in C++ mode on Solaris 10 and...
2019-12-05 Bruno Haiblewchar: Add more C++ tests.
2019-12-05 Bruno HaibleAdd more C++ tests.
2019-12-05 Bruno HaibleFix compilation errors in C++ mode with xlclang++ on...
2019-12-05 Bruno HaibleFix compilation errors in C++ mode with xlclang++ on...
2019-12-04 Bruno HaibleFix compilation error in C++ mode on Solaris 11 OpenInd...
2019-12-04 Bruno HaibleDisable more _GL_CXXALIASWARN on all platforms other...
2019-12-03 Bruno HaibleAvoid hassles caused by [[noreturn]] in C++.
2019-12-03 Bruno HaibleFix mistakes in --enable-threads=isoc fixes from 2019...
2019-12-03 Bruno HaibleFix some more link errors with --enable-threads=isoc.
2019-12-03 Bruno HaibleFix link errors with --enable-threads=posix on AIX.
2019-12-02 Bruno HaibleFix link errors with --enable-threads=posix on AIX.
2019-12-02 Bruno HaibleSimplify link sections.
2019-12-02 Bruno Haiblethread tests: Avoid link error with --enable-threads...
2019-12-02 Bruno Haiblepthread-h: Fix link errors with --enable-threads=isoc...
2019-12-02 Bruno Haiblecond: State linking requirements.
2019-12-02 Bruno Haiblethreadlib: Remove unnecessary file (left over from...
2019-11-30 Bruno HaibleEdit gnulib-tool.py.TODO.
2019-11-30 Bruno HaibleTODO list for gnulib-tool.py.TODO, compared to gnulib...
2019-11-30 Tim Rühsengnulib-tool.py: Fix libgnu_la_LDFLAGS section in genera...
2019-11-27 Bruno Haibleopenpty, forkpty: Fix build error on Solaris 11.4.
2019-11-27 Bruno HaibleNew options --enable-threads=isoc and --enable-threads...
2019-11-24 Bruno Haiblembrtowc: Modernize autoconf test.
2019-11-24 Bruno HaibleFix errors in C++ mode on mingw.
2019-11-24 Bruno Haiblesys_time: Fix errors in C++ mode on mingw.
2019-11-24 Bruno Haibleiswctype: Fix errors in C++ mode on mingw.
2019-11-24 Bruno Haiblewindows-timedmutex: Fix errors in C++ mode on mingw.
2019-11-24 Bruno HaibleFix errors in C++ mode on Cygwin.
2019-11-24 Bruno Haibletime_r: Fix for mingw (regression from 2019-11-16).
2019-11-24 Bruno Haiblewcstok: Correct documentation.
2019-11-24 Bruno Haiblewcstok: Add tests.
2019-11-24 Bruno Haiblewcstok: Work around wrong signature on native Windows.
2019-11-23 Paul Eggertintprops: INT_MULTIPLY_WRAPV speedup for GCC 8.4+
2019-11-21 Bruno HaibleDisable many _GL_CXXALIASWARN on all platforms other...
2019-11-21 Bruno HaibleFix various errors in _GL_CXXALIAS_SYS invocations.
2019-11-21 Bruno Haiblemath tests: Update after 2019-08-28 change.
2019-11-21 Bruno Haiblepthread-spin: Fix errors in C++ mode.
2019-11-21 Bruno Haiblepthread-mutex: Fix errors in C++ mode.
2019-11-20 Bruno Haiblethreads-h tests: Fix typo.
2019-11-20 Bruno Haiblepthread-thread: Fix prototype of pthread_attr_getdetach...
2019-11-19 Paul Eggert* lib/intprops.h (INT_MULTIPLY_WRAPV): Simplify gcc...
2019-11-19 Paul Eggertintprops: speed up INT_MULTIPLY_WRAPV in GCC 9.3
2019-11-19 Paul Eggertglob: get closer to glibc glob.c
2019-11-18 Bruno Haiblestdint: Define [u]intptr_t correctly on 64-bit native...
2019-11-18 Bruno Haiblestdint: Fix value of WINT_MAX when we override wint_t.
2019-11-18 Bruno Haiblevcs-to-changelog: New module.
2019-11-18 Siddhesh Poyarekarvcs-to-changelog: New script to generate ChangeLog...
2019-11-18 Bruno Haiblestdint: Avoid triggering a "conflicting types" error...
2019-11-18 Bruno Haiblegnulib-tool: Fix build error on macOS with --conditiona...
2019-11-18 Bruno Haiblegc: Mirror libgcrypt.m4 from libgcrypt.
2019-11-18 Bruno Haiblelocale, localename: Improve z/OS support.
2019-11-18 Bruno Haiblelocale, localename: Improve z/OS support.
2019-11-17 Bruno Haiblehavelib: Make libdirstems processing more flexible.
2019-11-17 Bruno Haiblehavelib: Match the bitness when searching for libraries.
2019-11-17 Bruno Haiblehost-cpu-c-abi: Add support for unknown CPUs.
2019-11-17 Bruno Haiblehavelib: Remove redundant code.
next