| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* bootstrap.conf (avoided_gnulib_modules): Don't exclude
get-rusage-as-tests. That test has now been fixed.
* gnulib: Update to latest, for fixed get-rusage-as-tests.
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add readme-release.
(bootstrap_epilogue): Substitute.
* README-release: Remove file.
* .gitignore: Update.
|
|
|
|
|
|
|
|
|
|
|
| |
* bootstrap: Update from gnulib.
* testsuite/init.sh: Update from gnulib.
* bootstrap.conf (bootstrap_epilogue): Remove now-unnecessary,
snippet that edited gnulib-tests/gnulib.mk.
(gnulib_tool_option_extras): Add both --symlink and
--makefile-name=gnulib.mk. Remove use of $bt.
* lib/Makefile.am: Initialize numerous automake variables so that
generated code in gnulib.mk may use += to append to them.
|
|
|
|
|
| |
* bootstrap.conf (avoided_gnulib_modules): Disable the get-rusage-as
test: it's failing.
|
|
|
|
| |
Run "make update-copyright".
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Remove module. It no longer exists.
|
|
|
|
|
| |
* bootstrap.conf (avoided_gnulib_modules): Do not use --avoid=lock.
That would lead to compilation failure of the localenames.c test.
|
|
|
|
| |
Run "make update-copyright".
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Use gettext-h, not gettext.
The latter is overkill for a package that uses
AM_GNU_GETTEXT([external]...
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add do-release-commit-and-tag.
|
|
|
|
|
| |
* configure.ac: Require it here...
* bootstrap.conf (buildreq): ...and here.
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add sys_ioctl
* src/lid.c: Include <sys/ioctl.h> unconditionally.
* libidu/xnls.h: Don't depend on HAVE_LOCALE_H.
<locale.h> is always available.
|
|
|
|
|
|
| |
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add gnu-web-doc-update.
|
|
|
|
|
| |
* bootstrap: Update from coreutils.
* bootstrap.conf: Likewise.
|
|
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add modules exposed via
make CFLAGS=-DGNULIB_POSIXCHECK 2>&1 \
|perl -lne '/.* use gnulib module (\S+).*/ and print $1' \
|sort |uniq -c|sort -nr
calloc, fflush, fopen, freopen, fprintf-posix, printf-posix,
sprintf-posix
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add update-copyright.
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Gnulib's getopt module is now
deprecated; use the new, preferred name, getopt-gnu.
|
|
|
|
|
|
|
|
|
|
|
|
| |
rather than by reading the entire input into memory and *then*
processing each file name.
* src/mkid.c: Include "argv-iter.h", not "readtokens0.h".
(main): Rewrite to use argv-iter.
* src/xtokid.c: Likewise.
Include <assert.h>.
* bootstrap.conf (gnulib_modules): Add argv-iter. Remove readtokens0.
* libidu/iduglobal.h (STREQ): Define.
(bad_cast): Define.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* NEWS (New features): Mention the new option.
* src/mkid.c (main): Adjust a diagnostic.
* src/xtokid.c (main): Adjust a diagnostic.
* bootstrap.conf (gnulib_modules): Add perl and posix_shell
* build-aux/check.mk: New file, from coreutils.
* testsuite/Coreutils.pm: Likewise.
* testsuite/CuTmpdir.pm: Likewise.
* testsuite/check.mk: Likewise.
* testsuite/envvar-check: Likewise.
* testsuite/files0-from: New test, based on one from coreutils.
* testsuite/Makefile.am (TESTS): Add files0-from.
(TESTS_ENVIRONMENT): Remove definition. Now it's in check.mk.
(EXTRA_DIST): Add Coreutils.pm CuTmpdir.pm envvar-check and check.mk.
Include $(srcdir)/check.mk.
|
|
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add quote and readtokens0.
* doc/idutils.texi: Document the option.
* src/mkid.c (usage, FILES0_FROM_OPTION, long_options, help_me)
(main): Implement.
* src/xtokid.c (usage, FILES0_FROM_OPTION, long_options, help_me)
(main): Likewise.
|
|
|
|
|
|
|
| |
* README-hacking: Update from coreutils.
* bootstrap.conf: Likewise.
* bootstrap: Likewise.
* dist-check.mk: Likewise.
|
|
|
|
|
|
|
| |
* libidu/idwrite.c: include "ignore-value.h".
(io_write): Ignore fwrite return value.
* libidu/idread.c: Likewise for fread.
* bootstrap.conf (gnulib_modules): Add ignore-value.
|
|
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add warnings and manywarnings.
* configure.ac: Use gl_MANYWARN_ALL_GCC, and exclude options
I don't want or that provoke too many warnings.
(WARN_CFLAGS, WERROR_CFLAGS): Define.
(lint, GNULIB_PORTCHECK): Define.
(_FORTIFY_SOURCE): Define to 2.
|
|
|
|
|
|
|
| |
* maint.mk: Remove file. Now it's generated.
* .gitignore: Ignore it.
* bootstrap.conf (gnulib_modules): Add maintainer-makefile.
Remove obsolete modules.
|
|
|
|
|
|
|
|
| |
* maint.mk: Sync from coreutils.
* bootstrap: Likewise.
* README-hacking: Likewise.
* bootstrap.conf: Standardize copyright comments.
(gnulib_modules): Add announce-gen and strcasestr.
|
|
|
|
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add progname.
* src/mkid.c: Include "progname.h".
(program_name): Remove declaration.
(main): Call set_program_name rather than setting program_name.
* src/fid.c: Likewise.
* src/fnid.c: Likewise.
* src/lid.c: Likewise.
* src/xtokid.c: Likewise.
|
| |
|
|
|
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Pull in new module.
* GNUmakefile: Remove from version control.
* .gitignore: Update.
* configure.ac (AC_CONFIG_LINKS): Delete; rely on gnulib to do
this now.
* Makefile.am (EXTRA_DIST): Remove GNUmakefile.
|
| |
|
|
|
|
|
|
|
|
|
| |
* GNUmakefile: Support VPATH "make dist". Namespace clean-up.
Remove .version-creating rules.
* configure.ac (AC_INIT): Use .tarball-version, not .version
* bootstrap: Update from coreutils.
* bootstrap.conf (obsolete_gnulib_modules): Remove free.
* Makefile.am: Emit .tarball-version into tarball.
|
|
|
|
|
| |
* bootstrap.conf: touch ChangeLog here, ...
* bootstrap: ...not here.
|
|
|
|
|
| |
* Makefile.am (dist-hook): New rule.
* bootstrap.conf (gnulib_modules): Add gitlog-to-changelog.
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add vc-list-files.
* build-aux/vc-list-files: Remove from version-control.
|
|
Signed-off-by: Jim Meyering <meyering@redhat.com>
|