]> Savannah Git Hosting - gnulib.git/shortlog
gnulib.git
2024-06-24 Bruno Haiblezsprintf-posix: Add tests.
2024-06-24 Bruno Haiblezsprintf-posix: New module.
2024-06-24 Bruno Haiblevzsprintf-posix: Add tests.
2024-06-24 Bruno Haiblevzsprintf-posix: New module.
2024-06-24 Bruno Haiblezsnprintf-posix: Add tests.
2024-06-24 Bruno Haiblezsnprintf-posix: New module.
2024-06-24 Bruno Haiblevzsnprintf-posix: Add tests.
2024-06-24 Bruno Haiblevzsnprintf-posix: New module.
2024-06-24 Bruno HaibleEase maintainability of *printf-gnu modules.
2024-06-24 Bruno HaibleReduce duplication among *printf-posix modules.
2024-06-24 Bruno Haiblec-vasnprintf: Relicense under LGPLv2+.
2024-06-24 Bruno Haibledoc: Update info about *printf.
2024-06-24 Bruno Haibledoc: Update info about *printf.
2024-06-24 Bruno Haibledoc: Update info about *printf.
2024-06-24 Bruno Haibledoc: Update info about *printf.
2024-06-24 Bruno Haibledoc: Update info about *printf.
2024-06-24 Bruno Haibledoc: Update info about obstack_*printf.
2024-06-24 Bruno Haiblegit-merge-changelog: Improve last commit.
2024-06-24 Andreas Schwabgit-merge-changelog: Improve conflict markers.
2024-06-24 Collin Funktest-framework-sh: Fix typo in function invocation...
2024-06-22 Bruno Haibleobstack-zprintf: Add more tests.
2024-06-22 Bruno Haibleobstack-zprintf: Add tests.
2024-06-22 Bruno Haibleobstack-zprintf: New module.
2024-06-22 Bruno Haiblephysmem: Fix typo.
2024-06-22 Bruno Haiblec-xvasprintf: Guarantee a non-NULL result.
2024-06-22 Bruno Haiblec-vasprintf: Make return convention consistent with...
2024-06-22 Bruno Haiblec-vazsprintf: New module.
2024-06-22 Bruno Haiblec-snprintf: Use c-vzsnprintf.
2024-06-22 Bruno Haiblec-zsnprintf: New module.
2024-06-22 Bruno Haiblec-vsnprintf: Use c-vzsnprintf.
2024-06-22 Bruno Haiblec-vzsnprintf: New module.
2024-06-22 Bruno Haiblexvasprintf: Guarantee a non-NULL result.
2024-06-22 Bruno Haiblevasprintf: Make return convention consistent with other...
2024-06-22 Bruno Haiblevazsprintf: New module.
2024-06-22 Bruno Haiblesprintf-posix: Use vzsprintf.
2024-06-22 Bruno Haiblezsprintf: New module.
2024-06-22 Bruno Haiblevsprintf-posix: Use vzsprintf.
2024-06-22 Bruno Haiblevzsprintf: New module.
2024-06-22 Bruno Haiblesnprintf: Use vzsnprintf.
2024-06-22 Bruno Haiblezsnprintf: New module.
2024-06-22 Bruno Haiblevsnprintf: Use vzsnprintf.
2024-06-22 Bruno Haiblevzsnprintf: New module.
2024-06-20 Bruno Haibletest-framework-sh: Fix side effect on dfa tests (regres...
2024-06-20 Bruno Haibletest-framework-sh: Fix side effect on dfa tests (regres...
2024-06-20 Karl Berryautoupdate
2024-06-20 Bruno Haiblevasnwprintf tests: Add test of huge %ls arguments.
2024-06-20 Bruno Haiblevasnwprintf: Support huge wide string arguments.
2024-06-20 Bruno HaibleFix last ChangeLog entry.
2024-06-20 Paul Eggertsigsegv: avoid unlikely undefined behavior
2024-06-20 Bruno Haiblevasnprintf, u*-asnprintf tests: Add test of huge %ls...
2024-06-20 Bruno Haiblevasnprintf, u*-vasnprintf: Support huge wide string...
2024-06-19 Bruno Haiblevasnwprintf tests: Add test of %s directive with large...
2024-06-19 Bruno Haiblevasnprintf, u*-asnprintf tests: Adjust memory need.
2024-06-19 Bruno Haibleu8-asnprintf tests: Fix mistake.
2024-06-19 Collin Funkfilemode tests: Fix comment.
2024-06-19 Bruno Haibleulc-asnprintf tests: Add test of %U, %s directives...
2024-06-19 Bruno Haibleu8-asnprintf tests: Add test of %U, %s directives with...
2024-06-19 Bruno Haiblevasnprintf tests: Add test of %s directive with large...
2024-06-19 Bruno Haiblevasnprintf, u*-vasnprintf: Support string arguments...
2024-06-19 Bruno Haiblevasnwprintf: Optimize handling of %c directive.
2024-06-19 Bruno Haibleu*-vasnprintf: Fix a rare memory leak.
2024-06-19 Bruno Haibleu*-vasnprintf: Improve comments.
2024-06-19 Bruno Haibleu*-vasnprintf tests: Add more tests of %U, %lU, %llU...
2024-06-19 Bruno Haiblefilemode tests: Tweak.
2024-06-19 Collin Funkfilemode: Add tests.
2024-06-19 Bruno Haiblecopysignl tests: Avoid failure on Solaris 11.4.
2024-06-19 Bruno Haiblembsnlen: Add tests.
2024-06-19 Bruno Haiblembsnlen: Fix bug (regression 2023-09-26).
2024-06-18 Bruno Haiblembslen: Add tests.
2024-06-18 Bruno Haibleu*-vasnprintf tests: Add tests of %ls directive.
2024-06-18 Bruno Haibleu*-vasnprintf: Fix handling of %ls, %lc directives...
2024-06-18 Bruno Haiblevasnprintf: Refactor.
2024-06-18 Paul Eggertnstrftime: tweak volatile access
2024-06-18 Bruno Haiblenstrftime: Fix crash on NetBSD 10.0.
2024-06-18 Bruno Haiblec-nstrftime: Fix warning on platforms without strftime_l.
2024-06-18 Paul EggertImprove wording for Y2038 and largefile probes
2024-06-18 Paul Eggertnstrftime: fix bug with -0000 on Solaris 11
2024-06-18 Bruno Haiblenstrftime: Correct indentation.
2024-06-17 Paul Eggertnstrftime: improve fix for NetBSD link errors
2024-06-17 Bruno Haiblevasnprintf: Fix test failure on Cygwin.
2024-06-17 Bruno Haiblenstrftime, c-nstrftime: Fix crash on Solaris 11.4.
2024-06-17 Bruno Haibletime_rz: Fix link errors on NetBSD (regression yesterday).
2024-06-17 Bruno Haibledoc: Update for macOS 12, 13, 14.
2024-06-17 Collin Funkuseless-if-before-free: Check for nullptr.
2024-06-16 Paul Eggertnstrftime: omit never-used code
2024-06-16 Paul Eggertnstrftime,time_rz: don’t depend on tzname
2024-06-16 Paul Eggertparse-datetime: don’t depend on tzname
2024-06-16 Paul Eggerttime_r: refactor tm_zone tests
2024-06-16 Paul Eggerttime: document struct tm portability
2024-06-16 Paul Eggerttime_r-tests: avoid tzname test
2024-06-16 Paul Eggertnstrftime: rename HAVE_TM_GMTOFF
2024-06-15 Bruno HaibleDrop outdated cppi configuration.
2024-06-15 Bruno Haibledoc: Update for glibc 2.39.
2024-06-15 Bruno Haibledoc: Update for glibc 2.39.
2024-06-15 Bruno Haibledoc: Update for glibc 2.38.
2024-06-15 Bruno Haibledoc: Update for glibc 2.36.
2024-06-15 Collin Funkgnulib-tool.py: Revert previous change.
2024-06-15 Paul Eggerttimespec-add,timespec-sub: tune
2024-06-15 Collin Funkgnulib-tool.py: Simplify joining paths.
2024-06-15 Paul EggertFix typos in ChangeLog and getpagesize.texi
next