| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* cfg.mk (gnu_ftp_host-alpha, gnu_ftp_host-beta gnu_ftp_host-stable):
(gnu_rel_host, url_dir_list): Remove definitions. The defaults,
now provided by maint.mk, are the same.
* gnulib: Update for latest, including those maint.mk additions.
|
|
|
|
| |
* configure.ac: Require gettext-0.17; it was released two years ago.
|
|
|
|
|
|
|
| |
* configure.ac: Use AM_GNU_GETTEXT([external], [need-ngettext]),
rather than AM_GNU_GETTEXT([external], [need-formatstring-macros]).
Reported by Martin Jacobs in
http://thread.gmane.org/gmane.comp.parsers.bison.bugs/3181
|
| |
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add gnu-web-doc-update.
|
|
|
|
| |
* README-release: New file.
|
|
|
|
|
|
| |
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
|
|
|
|
| |
* NEWS: Record release date.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use EXIT_FAILURE and EXIT_SUCCESS, not 1 and 0.
Apply these commands:
perl -pi -e 's/\berror \(1,/error (EXIT_FAILURE,/' \
$(git grep -l '\<error (1,')
perl -pi -e 's/\bexit \(1\)/exit (EXIT_FAILURE)/' \
$(git grep -l '\<exit (1)')
perl -pi -e 's/\bexit \(0\)/exit (EXIT_SUCCESS)/' \
$(git grep -l '\<exit (0)')
* libidu/idread.c (read_id_file, maybe_read_id_file, io_read):
* libidu/idu-hash.c (hash_init):
* libidu/idwrite.c (io_write):
* libidu/scanners.c (parse_language_map, parse_language_map_file):
(read_language_map_file):
* libidu/walker.c (include_languages, exclude_languages):
(get_current_dir_link):
* src/fid.c (usage, help_me, main):
* src/fnid.c (usage, help_me, main):
* src/lid.c (usage, help_me, main, report_grep, report_edit):
(query_regexp):
* src/mkid.c (main, assert_writeable, write_id_file):
* src/xtokid.c (help_me):
|
| |
|
| |
|
|
|
|
|
| |
* bootstrap: Update from coreutils.
* bootstrap.conf: Likewise.
|
| |
|
|
|
|
| |
* cfg.mk (url_dir_list): Use $(PACKAGE), not coreutils.
|
|
|
|
|
|
|
|
| |
* src/fid.c (help_me): Declare with noreturn attribute.
* src/fnid.c (help_me): Likewise.
* src/lid.c (help_me): Likewise.
* src/mkid.c (help_me): Likewise.
* src/xtokid.c (help_me): 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
|
| |
|
|
|
|
| |
* libidu/scanners.c: ...tools like llvm understand flow control better.
|
|
|
|
| |
* libidu/scanners.c (language_save_arg): Compare pointer to NULL, not 0.
|
|
|
|
|
| |
* src/xtokid.c (main): Don't set "skip_file" unnecessarily.
* src/mkid.c (main): Likewise.
|
|
|
|
| |
* lib/Makefile.am (AM_CFLAGS): Don't use $(WERROR_CFLAGS).
|
|
|
|
| |
* lib/Makefile.am (AM_CFLAGS): Fix typo: s/WARNING_CFLAGS/WARN_CFLAGS/
|
|
|
|
| |
* cfg.mk (update-copyright-env): Define.
|
| |
|
|
|
|
| |
* doc/idutils.texi: Remove "(C)" from copyright line.
|
|
|
|
|
|
| |
* testsuite/check.mk (built_programs): Rewrite so that it works.
(TESTS_ENVIRONMENT): Use $$f, not $$tst. The latter included a
$(srcdir)/ prefix that was fatal in the non-srcdir build case.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that gnulib's exclude module uses gnulib's hash module,
which includes a hash.h file, idutils' use of a hash.h file conflicted.
Rename the one here in idutils:
* libidu/idu-hash.c: Rename from hash.c.
* libidu/idu-hash.h: Rename from hash.h.
* libidu/idfile.h: Reflect renaming.
* libidu/idread.c: Likewise.
* libidu/idwrite.c: Likewise.
* src/mkid.c: Likewise.
* libidu/Makefile.am: Likewise.
|
|
|
|
| |
* 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.
|
|
|
|
| |
* gnulib: Update submodule to latest.
|
|
|
|
|
| |
* libidu/scanners.c (language_save_arg): Remove decl of unused
static local, horizontal_space.
|
|
|
|
|
|
| |
* testsuite/Makefile.am (EXTRA_DIST): Add mkid-langopt.
* NEWS: Tweak wording.
* testsuite/mkid-langopt: Add a comment.
|
|
|
|
|
|
|
|
|
| |
* libidu/scanners.c: languages_0[] is not const anymore, since this
would make impossible to set lang->lg_argv
* libidu/scanners.c: language_save_arg now manages language options
with zero or one argument.
* doc/idutils.texi: update to reflect the behavior of mkid "-l" option.
* testsuite/mkid-langopt: new test program.
|
|
|
|
| |
* .gitignore: Ignore man/*.1.
|
|
|
|
|
| |
* configure.ac: require automake-1.11.
Enable color-tests and parallel-tests options.
|
|
|
|
|
| |
* build-aux/check.mk: Remove file.
* testsuite/check.mk: Don't include build-aux/check.mk.
|
|
|
|
|
|
| |
* testsuite/consistency: Manually remove single_file_token_bug.c
from the list of files to be compared, since it would provoke
a false positive.
|
|
|
|
| |
* testsuite/CuTmpdir.pm: Update from coreutils.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* src/mkid.c: Don't handle a file name of "-" specially.
* src/xtokid.c: Likewise.
* testsuite/files0-from: Don't test for it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/scanners.c: set_default_language function implemented.
|
|
|
|
|
|
| |
* libidu/hash.c (hash_print_stats, hash_dump): Add const.
* libidu/hash.h: Likewise.
* src/mkid.c (scan_files): Likewise.
|
|
|
|
| |
* configure.ac: Turn off -Wunsafe-loop-optimizations.
|
|
|
|
| |
* gnulib: Update submodule to latest.
|
|
|
|
|
| |
* lisp/idutils.el (gid): Use `read-shell-command' instead of
`read-string', to allow for completion.
|
|
|
|
|
| |
* cfg.mk (gnulib_dir): Remove definition, now that gnulib's
maint.mk provides the default we want.
|