]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: assume long long int
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Jun 2025 02:13:20 +0000 (19:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Jun 2025 04:00:41 +0000 (21:00 -0700)
commit671d79a0b73a9a38ea0c267612ad34f284e3a8f1
treee814d67c598a211be868edfea403d1897c6bae26
parent69b07cc58de0a86f7b06d6709049077c6bd486ea
maint: assume long long int

It’s long been safe to assume C99+ support for long long int.
* .gitignore: Remove m4/longlong.m4.
* bootstrap.conf (buildreq): Boost git prereq from 1.4.4 to 1.5.5,
syncing with Gnulib.
(bootstrap_post_import_hook): Remove m4/longlong.m4.
* m4/jm-macros.m4 (gl_CHECK_ALL_TYPES):
No need to require AC_TYPE_UNSIGNED_LONG_LONG_INT.
* src/factor.c (DItype, UDItype):
* src/od.c (main):
Assume HAVE_LONG_LONG_INT.
* src/od.c: (unsigned_long_long_int):
Remove.  All uses replaced with unsigned long long int.
.gitignore
bootstrap.conf
m4/jm-macros.m4
src/factor.c
src/od.c