[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[platform-testers] new snapshot available: diffutils-3.9.17-cc36
From: |
Jim Meyering |
Subject: |
[platform-testers] new snapshot available: diffutils-3.9.17-cc36 |
Date: |
Sun, 14 May 2023 09:00:02 +0200 |
It's been only four months since 3.9, but with two
bug fixes already, I'd like to make a new release soon.
Here's a snapshot of the latest, bootstrapped with
the very latest gnulib, autoconf and automake:
diffutils snapshot:
https://meyering.net/diff/diffutils-ss.tar.xz 1.6 MB
https://meyering.net/diff/diffutils-ss.tar.xz.sig
https://meyering.net/diff/diffutils-3.9.17-cc36.tar.xz
=============================
NEWS
** Bug fixes
cmp/diff can again work with file dates past Y2K38
[bug introduced in 3.9]
diff -D no longer fails to output #ifndef lines.
[bug#61193 introduced in 3.9]
=============================
Changes in diffutils since v3.9:
Carlo Marcelo Arenas Belón (1):
gnulib: fix Y2038 bug (again)
Jim Meyering (5):
maint: post-release administrivia
tests: accommodate newer GNU make's SIGPIPE-ignore
maint: prefer https: to git:
doc: update HACKING
maint: suppress new test's doubled-word syntax-check failure
Paul Eggert (11):
build: add libraries
build: update gnulib submodule to latest
maint: sync bootstrap from Gnulib
doc: update README-hacking
diff: prefer nullptr to NULL
diff: use C23 bool
build: update gnulib submodule to latest
diff: fix bug where -D does not work
maint: update .gitignore
maint: add 'diff --git' TODO
build: update gnulib submodule to latest
Changes in gnulib since v3.9:
* gnulib 83adc2f722...76402405d1 (493):
> stdio: use _GL_ATTRIBUTE_MALLOC
> sigsegv: Add tentative support for Hurd/x86_64.
> file-has-acl: don’t access freed storage
> file-has-acl: port to Fedora 39
> bootstrap: spelling/grammar fix in comment
> Warn against bogus TZ settings
> dirfd: Add tests.
> dirfd: Fix bogus override (regression 2023-04-26).
> c32swidth: Add tests.
> c32swidth: New module.
> wcswidth: Fix result in case of overflow.
> wcswidth: Relax license.
> c32width: Relax license.
> c32to*: Relax license.
> unicase/tolower, unicase/toupper: Relax license.
> unicase/base: Relax license.
> c32is*: Relax license.
> unictype/ctype-*: Relax license.
> c32width: Add tests.
> c32width: New module.
> doc: Mention macOS wcwidth bug.
> vasnprintf, vasnwprintf: Make '0' flag handling more ISO C compliant.
> mktime: include <intprops.h>
> fopen: Silence a gcc warning.
> extern-inline: port to pcc
> regex: prefer C23 style overflow checking
> dynarray: prefer C23 style overflow checking
> mktime: prefer C23 style overflow checking
> limits-h: port to pcc
> year2038-recommended: new module
> stdio: Avoid different configure results in different testdirs.
> stdbool tests: Avoid compilation error with Sun C on Solaris 10.
> hamt tests: Fix test failure with Sun C on Solaris 10/SPARC.
> localeconv: Work around a mingw bug.
> stdlib: Fix error when cross-compiling (regression 2023-04-04).
> stdlib: Fix error when cross-compiling.
> freopen-safer: pacify GCC 13
> fdopendir: Fix fd leak and test failure on native Windows.
> fchdir tests: Fix test failure on native Windows.
> fclose: Make last change more maintainable.
> gnulib-tool: For conditional dependencies, generate portable sh code.
> expm1 tests: Avoid test failure on 32-bit mingw.
> poll tests: Avoid test failure on native Windows.
> dfa tests: Fix compilation error (regression 2023-04-22).
> tests: Suppress ‘#pragma GCC diagnostic’ warnings with GCC < 13.
> select, pselect: Fix test failure on native Windows.
> fclose: pacify gcc -Wanalyzer-file-leak
> unsetenv-tests: pacify -Wanalyzer-putenv-of-auto-var
> tests: suppress some unwanted -fanalyzer checking
> ftell, ftello: Fix recognition of pipes on native Windows.
> lseek: Fix module dependencies (regression 2021-11-15).
> system-quote: Fix memory overrun bug on native Windows.
> unicodeio tests: Avoid test failures on native Windows.
> *sprintf tests: Avoid test failures on mingw 10.
> Improve quoting of AS_HELP_STRING's first argument.
> category-none: Fix link errors on MSVC, when libunistring is installed.
> manywarnings: use AS_IF
> manywarnings: update C warnings for GCC 13
> manywarnings: bring doc up to date
> manywarnings: omit -fno-common in GCC 10+
> libunistring: Fix build on Windows, when a libunistring is installed.
> Avoid some Autoconf "was expanded before it was required" warnings.
> string-desc tests: Avoid test failure on native Windows.
> threadlib, pthread-h, threads-h: Avoid mingw's libwinpthread by default.
> posixtm tests: Avoid test failure on native Windows.
> dfa tests: Fix test failure on mingw differently.
> getumask: Make it work on native Windows.
> posixtm tests: Fix link error.
> readtokens tests: Fix test failure on mingw.
> parse-duration tests: Fix test failure on mingw.
> dfa tests: Fix test failure on mingw.
> Fix uses of libwinpthread on mingw 10.
> Move remaining call_once tests from mtx-tests to call_once-tests.
> execute tests: Fix compilation error on mingw (regression 2023-01-17).
> assert-h, verify: Fix compilation error in C++ mode with MSVC 14.30.
> chown, lchown tests: Fix link error on mingw 10.
> chown tests: Fix link error on mingw 10.
> ctime: Fix compilation errors in C++ mode on mingw 10.
> random: Fix compilation errors in C++ on mingw 10.
> year2038-required: Fix configure failure with MSVC.
> doc: Add references to changes accepted for future POSIX revisions.
> wcsncmp: Add tests.
> wcsncmp: Work around two ISO C compliance bugs on several platforms.
> wcscmp: Add tests.
> wcscmp: Work around two ISO C compliance bugs on several platforms.
> wmemcmp: Add tests.
> wmemcmp: Add tests.
> wmemcmp: Work around ISO C compliance bug on several platforms.
> doc: Update platform list for posix_spawnp.
> Go back to dynamic largefile, year2038 tests
> doc: mention when O_* defaults to 0
> doc: Mention a Cygwin 3.4.6 bug.
> ilogbl: Work around a Cygwin 3.4.6 bug.
> file-has-acl tests: Avoid test failures on Cygwin 3.4.6.
> c32isgraph: Avoid test failure on Cygwin 3.4.6.
> Slightly nicer largefile, year2038 tests
> MODULES.html.sh: Ensure hyperlinked files are displayable.
> MODULES.html.sh: Avoid a HTTP redirect.
> year2038: Add tests.
> largefile: Add tests.
> year2038: Revert the added module dependencies.
> posix_spawn_file_actions_addclose tests: Avoid test failure on Cygwin.
> Fix compilation errors of list, set, oset, map, omap in C++ mode.
> Don't include module 'year2038-required' in all-of-gnulib testdirs.
> selinux-h: Fix compilation error (regression 2023-04-13).
> * ChangeLog: fix year2038 wording
> year2038: Fix configure failure on 32-bit mingw.
> isnan: Fix compilation error in C++ mode on FreeBSD 13.2.
> filemode: Fix double-inclusion guard.
> year2038: Add reminder to include <config.h> before time_t gets defined.
> sys_shm: New module.
> sys_sem: New module.
> sys_msg: New module.
> Add more reminders to include <config.h>.
> Adjust comments in <config.h> reminders.
> Adjust comments in <config.h> reminders.
> utmp: Avoid using HAVE_* macros in *.in.h files.
> getprogname: Avoid using HAVE_* macros in *.in.h files.
> selinux-h: Avoid using HAVE_* macros in *.in.h files.
> ialloc, gethrxtime: Restore GCC diagnostics options.
> flexmember: Fix module description (regression 2016-09-07).
> doc: year2038 MIPS o32 nudge
> Add more reminders to include <config.h>.
> doc: update year2038 list further
> Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings.
> Fix some "make sc_prohibit_leading_TABs" findings.
> Makefile: Fix a syntax alert.
> alignasof: Ensure a correct _Alignas (regression 2023-01-15).
> Add ChangeLog entries for the last 3 commits.
> doc: update list of year2038 platforms
> doc: moved year2038 para up
> doc: document year2038 first
> doc: Clarify list of platforms for year2038 support.
> doc: Clarify list of platforms for year2038 support.
> doc: Avoid ambiguous wording.
> doc: Fix a typo.
> doc: improve cross-refs for year 2038 issue
> largefile: sync from Autoconf master
> year2038: configure earlier
> maint: no Autoconf 2.72
> c32toupper: Add tests.
> c32toupper: New module.
> c32tolower: Add tests.
> c32tolower: New module.
> c32is*: Ensure GNULIB_defined_mbstate_t is defined on AIX.
> mbrtoc32: Add comments.
> doc: Mention a NetBSD bug.
> vasnwprintf-posix: More details about the glibc bug.
> doc: Mention another Haiku bug.
> Avoid Autoconf "was expanded before it was required" warning.
> striconveh tests: Avoid test failure on glibc 2.15.
> vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku.
> login_tty: Fix compilation error in C++ mode on Solaris 11.4.
> time: Fix compilation error in C++ mode on Solaris 11.
> unistdio/*: Fix test failures (regression 2023-01-28).
> trim tests: Fix link error.
> stdio: Fix the value of _PRINTF_NAN_LEN_MAX on OpenBSD.
> vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku.
> stdio: Fix compilation error in C++ mode on macOS.
> vasnwprintf-posix tests: Avoid test failure on mingw.
> uchar: Force inline functions to C linkage in C++ mode.
> alignalloc: Fix link error on glibc 2.15 systems.
> doc: Add references to registered Haiku bugs.
> string-desc-quotearg tests: Avoid a test failure on Haiku.
> random_r: Fix compilation error on Haiku.
> forkpty, openpty, login_tty: Fix link errors of the tests.
> strerrorname_np: Fix compilation error on Haiku.
> uchar: Fix recent change.
> localename tests: Work around a Haiku bug.
> localename: Add support for Haiku's per-thread locales.
> uchar: Work around Haiku bug.
> stdlib, btowc: Fix file lists.
> duplocale: Fix compilation error on Haiku (regression 2023-01-22).
> c32tob, c32is*, c32rtomb, mbrtoc32: Fix file lists.
> stdlib: Work around MB_CUR_MAX bug on Solaris 10.
> *c32*: Inline most functions on glibc and musl libc.
> backupfile: fix bug when renaming from subdirectory
> *c32*: Optimize on musl libc like on glibc.
> uchar: Rename _GL_LARGE_CHAR32_T to _GL_SMALL_WCHAR_T.
> c32rtomb: Fix an autoconf test.
> Add extern-inline recipe to ChangeLog comment
> tests: Set executable bit on more tests.
> fix harmless ChangeLog typo
> tests: set executable bit in test-trim[1-3].sh
> Use the 'extern-inline' module explicitly where needed.
> vasnprintf-posix: Fix harmless mistake (regression 2023-03-24).
> mbstoc32s tests: Check behaviour in the C locale.
> mbsnrtoc32s tests: Check behaviour in the C locale.
> mbsrtoc32s tests: Check behaviour in the C locale.
> btoc32 tests: Check behaviour in the C locale.
> mbrtoc32 tests: Prefer *c32* functions.
> mbrtoc32 tests: Add comment.
> trim: Fix trim_trailing result in multibyte locales.
> trim: Fix trim_trailing result in multibyte locales.
> trim: Add tests.
> unistr/u8-strstr: Simplify code.
> unistr/u{16,32}-strstr: Use two-way algorithm (no memory allocation).
> unistr/u*strstr tests: Add more tests.
> vasnwprintf-posix: Fix behaviour in the C locale.
> vasnprintf-posix: Fix crash in narrow %lc directive (regr. 2023-03-21).
> stddef: Fix __need_wint_t handling in case of two stddef.h overrides.
> vasnwprintf: Fix crash upon conversion failure when processing %s.
> Avoid test failures on Android.
> mbstowcs: Add tests.
> mbstowcs: New module.
> mbsnrtowcs: Fix behaviour in the C locale.
> mbsrtowcs: Fix behaviour in the C locale.
> mbrlen: Add tests.
> btowc: Fix behaviour in the C locale.
> mbrtowc tests: Add comment.
> stdlib tests: Check behaviour of C locale.
> string-desc tests: Fix "make distcheck" failure.
> snprintf: Avoid autoconf warning regarding gl_PRINTF_POSITIONS.
> doc: Document string-desc and related modules.
> string-desc-quotearg: Add tests.
> string-desc-quotearg: New module.
> xstring-desc: Add tests.
> xstring-desc: New module.
> string-desc: Add tests.
> string-desc: New module.
> autoupdate
> doc: Fix placement of memset_explicit node.
> doc: Update regarding linear string search.
> ialloc: Add comments.
> Support FALLTHROUGH macro better in glibc+clang.
> wcsstr: Ensure worst-case linear execution time.
> Add test case from a past musl libc bug.
> uchar: ISO C 23: Define char8_t.
> stdlib: ISO C 23: Document issue with once_flag and call_once.
> call_once: New module, separate from mtx.
> stdio: ISO C 23: Define _PRINTF_NAN_LEN_MAX.
> Make some header file tests a bit stronger.
> is* tests: Ensure needed .m4 files are packaged.
> *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.
> xprintf-gnu: New module.
> xvasprintf-gnu: New module.
> vasnwprintf-gnu: Add tests.
> vasnwprintf-gnu: New module.
> obstack-printf-gnu: Add tests.
> obstack-printf-gnu: New module.
> dprintf-gnu: Add tests.
> dprintf-gnu: New module.
> vdprintf-gnu: Add tests.
> vdprintf-gnu: New module.
> printf-gnu: Add tests.
> printf-gnu: New module.
> vprintf-gnu: Add tests.
> vprintf-gnu: New module.
> fprintf-gnu: Add tests.
> fprintf-gnu: New module.
> vfprintf-gnu: Add tests.
> vfprintf-gnu: New module.
> vasprintf-gnu: Add tests.
> vasprintf-gnu: New module.
> sprintf-gnu: Add tests.
> sprintf-gnu: New module.
> vsprintf-gnu: Add tests.
> vsprintf-gnu: New module.
> snprintf-gnu: Add tests.
> snprintf-gnu: New module.
> vsnprintf-gnu: Add tests.
> vsnprintf-gnu: New module.
> vasnprintf-gnu: Add tests.
> vasnprintf-gnu: New module.
> printf-posix tests: Fix compilation error (regression 2021-08-28).
> gnu-web-doc-update: don't use host alias, cvs.sv.gnu.org
> *printf-posix: Fix implementation of %b directive.
> vasnwprintf: Fix a warning: implicit declaration of function ‘wcsnlen’.
> vasnwprintf: Fix a "warning: unused function local_wcsnlen".
> vasnwprintf: Fix test failures on FreeBSD, NetBSD, AIX, mingw.
> vasnwprintf: Fix a "warning: unused function 'wmax_room_needed'".
> vasnwprintf: Simplify last change.
> vasnwprintf tests: Fix link errors on AIX.
> gnu-web-doc-update: Make it work for the first upload of a manual.
> unistdio/u*-vasnprintf: Fix conversion of %Id directive result.
> vasnwprintf: Fix for older platforms without swprintf.
> autoupdate
> *printf-posix: Work around bug with %lc of 0 on many platforms.
> gnupload: correct SFTP connection URL
> memrchr tests: Avoid GCC warning.
> unistdio: Simplify code.
> vasnwprintf: Port to older platforms without swprintf.
> wmemset: Relicense under LGPLv2+.
> wmemcpy: Relicense under LGPLv2+.
> vasnwprintf: Fix test failures on musl libc.
> vasnwprintf: Fix module dependencies.
> vasnwprintf: Fix module dependencies.
> Fix typo in previous ChangeLog entry
> test-pselect, test-select: use different ports
> Update MODULES.html.sh.
> dfa: pacify Oracle Solaris Studio 12.6
> Update MODULES.html.sh
> *printf-posix: ISO C 23: Add %b directive for binary output of integers.
> *printf-posix: ISO C 23: Add %b directive for binary output of integers.
> vasnprintf, vasnwprintf: Simplify code.
> vasnwprintf: Fix test failure on OpenBSD.
> time: Fix test failure on AIX 7.2.
> time: Fix test failure on native Windows.
> vasnprintf, vasnwprintf: Include all necessary workarounds in libintl.
> vasnwprintf-posix: Add tests.
> vasnwprintf-posix: New module.
> vasnprintf-posix: Relicense under LGPLv2+.
> vasnwprintf: Add tests.
> vasnwprintf: New module.
> strtol, strtoll, strtoul, strtoull: Make ISO C 23 compliant.
> timegm: Document under ISO C and POSIX substitutes.
> stddef: Fix a compilation error on AIX 7.2 with xlclang.
> stddef: Define 'unreachable', for ISO C 23 compliance.
> maint: improve notice of time change
> posixtm: work around Glibc time issue
> bootstrap: correct last change
> bootstrap: remove code that accommodated RHEL5's old autoreconf
> gettimeofday, timespec_get tests: Avoid test failure on glibc/Linux.
> time: Add tests.
> time: New module.
> time-h: Renamed from time.
> gettimeofday tests: Enhance test.
> stdio: suppress macOS 13 sprintf warnings
> timespec_get tests: Add comment.
> Remove unused documentation file.
> autoupdate
> nl_langinfo tests: Avoid test failure on Solaris 11.
> terminfo, termcap: Fix more spellos in a comment.
> perl: Allow this module to be used with 'gnulib-tool --lgpl'.
> dfa: Tweak the last patch.
> fts: fail gracefully when out of memory
> announce-gen: spell OpenBSD with a capital "O"
> dfa: Avoid warnings with some Apple clang versions.
> announce-gen: add more info the auto-generated announce template
> terminfo, termcap: Fix typos in comments.
> lseek: avoid SEEK_HOLE bugs in FreeBSD, macOS
> configmake: Add support for $build_os != $host_os.
> configmake: Prepare for using directory names with backslashes.
> unilbrk tests: Fix compilation failures (regression 2023-02-11).
> Improve 'git diff' of *.m4 files.
> Improve cross-compilation for midipix.
> Improve cross-compilation from midipix.
> Fix an old ChangeLog entry.
> hamt: Detect GCC version correctly.
> terminfo, termcap: Avoid wrong configure result with clang ≥ 15.
> error-h: Make less fragile.
> unilbrk: Don't compile unused functions outside of libunistring.
> sigsegv: Fix a compilation error on OpenBSD with clang ≥ 16.
> Fix code duplication in last commit.
> mkfifoat: Fix crash on macOS 12.
> Fix typos like "the the" and "a a" in comments.
> chown, lchown, fchownat tests: Avoid test failure on macOS 12.
> nullptr: work around Apple clang 14 issue
> math: Fix compilation error in C++ mode on macOS 12.5.
> Fix compilation errors in C++ mode on macOS 12.5.
> limits-h: Work around a clang 15 bug.
> limits-h: Work around a clang 15 bug.
> Fix error in C++ mode on glibc systems (regression 2022-04-28).
> getcwd: Fix compilation error in C23 mode.
> x-to-1: Accept additional help2man arguments.
> x-to-1: Accept additional help2man arguments.
> x-to-1: Document the configure-time prerequisites.
> hard-locale: Add comment regarding per-thread locales.
> nl_langinfo: Add comment regarding per-thread locales.
> nl_langinfo tests: Add another test.
> nl_langinfo tests: Prepare for adding more tests.
> assert-h: Fix test failure on IRIX 6.5.
> nullptr: test for compilers at autoconf-time
> nullptr: test for C++ nullptr at configure-time
> nullptr: rename from c-nullptr
> Fix a copyright header - module license mismatch.
> check-copyright: Don't fail because of the 'glob' module.
> check-copyright: Make output prettier.
> setlocale-null: Don't use a lock in Cygwin >= 3.4.6.
> c-nullptr: Fix conflict with libstdc++ in GCC >= 11.
> c-nullptr: Add tests.
> sh-quote: backport fix from diffutils
> c-nullptr: new module
> Update build-aux/po/Makefile.in.in.
> assert-h, verify: Fix compilation error in C++ mode with MSVC 14.
> fts: pacify GCC 12 -Wstrict-aliasing
> fts: pacify GCC 13 -Wuse-after-free
> assert-h, verify: Fix conflict with standard C++ header files on macOS.
> Activate all existing C++ tests.
> spawn: Fix compilation error on macOS (regression 2023-01-22).
> relocatable-prog: Fix compiler warning.
> doc: Update regarding AIX.
> doc: Update regarding NetBSD.
> isnan: update comment
> at-internal: Fix support for z/OS.
> at-internal: Add support for z/OS.
> Update NEWS.
> maintainer-makefile: Determine gnulib's location on disk correctly.
> Fix compilation errors with CC="clang -D_FORTIFY_SOURCE=2" on Android.
> Clarify _GL_ATTRIBUTE_NODISCARD code.
> unistdio/*printf: Fix negative width handling for %U, %lU, %llU.
> vasnprintf-posix: Fix possible bug with negative width handling for %lc.
> vasnprintf-posix: Fix possible bug with negative width handling for %lc.
> vasnprintf-posix: Fix negative width handling for %ls directive.
> vasnprintf-posix: Add more unit tests.
> Avoid clang warnings regarding [[__nodiscard__]].
> Avoid clang warnings regarding [[__maybe_unused__]].
> alignasof: Ensure a correct _Alignof (regression 2023-01-15).
> stdalign: Ensure alignof is defined on FreeBSD (regression 2023-01-15).
> stddef: Fix test-stddef compilation error on FreeBSD 12/x86.
> Keep config.h idempotent.
> vasnprintf: Fix compilation error on Android NDK r26b.
> threadlib: Fix support for Solaris 9 and older.
> alignasof, stdalign: Fix a compilation error on FreeBSD 12.0.
> autoupdate
> doc: Update list of target platforms.
> Resolve conflicts for functions introduced in Android API level 29.
> Resolve conflicts for functions introduced in Android API level 29.
> Resolve conflicts for functions introduced in Android API level 29.
> Resolve conflicts for functions introduced in Android API level 28.
> Resolve conflicts for functions introduced in Android API level 28.
> Resolve conflicts for functions introduced in Android API level 28.
> Resolve conflicts for functions introduced in Android API level 28.
> Resolve conflicts for functions introduced in Android API level 28.
> Resolve conflicts for functions introduced in Android API level 26.
> Resolve conflicts for functions introduced in Android API level 26.
> Resolve conflicts for functions introduced in Android API level 26.
> Resolve conflicts for functions introduced in Android API level 24.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 23.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 21.
> Resolve conflicts for functions introduced in Android API level 19.
> Resolve conflicts for functions introduced in Android API level 19.
> Resolve conflicts for functions introduced in Android API level 18.
> Resolve conflicts for functions introduced in Android API level 18.
> Resolve conflicts for functions introduced in Android API level 16-17.
> Resolve conflicts for functions introduced in Android API level 16.
> Resolve conflicts for functions introduced in Android API level 16.
> Resolve conflicts for functions introduced in Android API level 12.
> Resolve conflicts for functions introduced in Android API level 12.
> Resolve conflicts for functions introduced in Android API level 12.
> Resolve conflicts for functions introduced in Android API level 12.
> Resolve conflicts for functions introduced in Android API level 12.
> Resolve conflicts for functions introduced in Android API level 9.
> Resolve conflicts for functions introduced in Android API level 8.
> Prepare for resolving conflicts regarding future Android API levels.
> Fix ChangeLog typo in previous commit.
> sigsegv, vma-iter: port to Solaris 10
> login_tty: Ensure declaration in <utmp.h>.
> login_tty: Fix detection of declaration (regression 2023-01-19).
> autoupdate
> alignasof tests: Rename test file.
> alignasof tests: Fix GCC warning (regression 2023-01-15).
> getprogname: Move declaration from "getprogname.h" to <stdlib.h>.
> gendocs.sh comment spelling fix
> snippet/_Noreturn: work around Clang _Noreturn bug
> Fix warnings for functions introduced in Android API level 34.
> Fix warnings for functions introduced in Android API level 30.
> Fix warnings for functions introduced in Android API level 29.
> Fix warnings for functions introduced in Android API level 28.
> Fix warnings for functions introduced in Android API level 26.
> Fix warnings for functions introduced in Android API level 24.
> Fix warnings for functions introduced in Android API level 23.
> Fix warnings for functions introduced in Android API level 21.
> Fix warnings for functions introduced in Android API level 19.
> Fix warnings for functions introduced in Android API level 18.
> Fix warnings for functions introduced in Android API level 16 or 17.
> Fix warnings for functions introduced in Android API level 16.
> Fix warnings for functions introduced in Android API level 12.
> Fix warnings for functions introduced in Android API level 9.
> Fix warnings for functions introduced in Android API level 8.
> fts: Document this module.
> getcwd: Speed up on Linux. Add support for Android.
> qcopy-acl: port to Fedora 9
> execute tests: Avoid test failure with GNU make 4.4.
> fflush: Tweak last commit.
> qset-acl, acl: Improve comments.
> fflush: Fix a buffer overrun on 32-bit Android.
> execute tests: Avoid test failure on Android.
> hard-locale: Port to Android ≥ 5.0.
> stddef tests: Fix compilation error (regression 2023-01-15).
> autoupdate
> mbrtowc, mbrtoc32 tests: Avoid test failure on Android ≥ 5.0.
> mbrtowc, mbrtoc32 tests: Refactor.
> sigpipe tests: Modernize use of 'head'.
> Use ‘head -n1’ rather than ‘head -1’
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [platform-testers] new snapshot available: diffutils-3.9.17-cc36,
Jim Meyering <=