| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* testsuite/check.mk (LOG_COMPILER): Define.
(TESTS_ENVIRONMENT): Adapt to work with the upcoming automake-1.12;
use "; 9>&2" at end. Move shell-or-perl to ...
* testsuite/shell-or-perl: ... new helper script from coreutils.
* testsuite/CuSkip.pm: New file, from coreutils.
* testsuite/Makefile.am (EXTRA_DIST): Add CuSkip.pm and shell-or-perl.
|
|
|
|
|
|
|
|
| |
* cfg.mk (update-copyright-env): Add UPDATE_COPYRIGHT_FORCE=1
to rejoin some split lines, and UPDATE_COPYRIGHT_USE_INTERVALS=2
to make update-copyright use only one year range.
* gnulib: Update.
* testsuite/files0-from: Adapt to gnulib's change from `q' to 'q'.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Run "make update-copyright".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Likewise, when an empty file is expected, use "compare /dev/null out",
not "compare out /dev/null". I.e., specify the expected/desired contents
via the first file name. Prompted by a suggestion from Bruno Haible
in http://thread.gmane.org/gmane.comp.gnu.grep.bugs/4020/focus=29154
Run these commands:
git grep -l -E 'compare [^ ]+ exp' \
|xargs perl -pi -e 's/\b(compare) (\S+) (exp\S*)/$1 $3 $2/'
git grep -l -E 'compare [^ ]+ /dev/null' \
|xargs perl -pi -e 's,\b(compare) (\S+) (/dev/null),$1 $3 $2,'
[here, there were none of the latter]
|
|
|
|
| |
* testsuite/init.sh: Update from gnulib.
|
|
|
|
|
|
| |
* testsuite/lid-radix: New file.
* testsuite/Makefile.am (TESTS): Add it.
* NEWS (Bug fixes): Mention it.
|
|
|
|
|
|
|
| |
* testsuite/lid-range: New file with tests based on a report by Shigio
YAMAGUCHI in http://thread.gmane.org/gmane.comp.gnu.idutils.bugs/137
* testsuite/Makefile.am (TESTS): Add it.
* NEWS (Bug fixes): Mention the bug fix.
|
|
|
|
| |
Run "make update-copyright".
|
|
|
|
|
|
| |
* testsuite/help-version (mkid_setup): Tell mkid not to access
the not-yet-installed id-lang.map file.
(xtokid_setup): Likewise.
|
|
|
|
|
|
|
|
|
|
| |
* testsuite/consistency: Use abs_top_srcdir.
Perform tests only on files under src, so it doesn't take so long.
Stop using "eval" and an explicit $bindir.
Don't re-invoke "make". Not needed, now that $abs_top_srcdir
is exported from Makefile (via check.mk) to this script.
* testsuite/Makefile.am (consistency-real): Remove rule, now
that we no longer use it.
|
|
|
|
|
| |
* bootstrap: Update from gnulib.
* testsuite/init.sh: Likewise.
|
|
|
|
| |
* testsuite/help-version: Use one-line invocation of init.sh.
|
|
|
|
|
|
| |
* bootstrap: Update from gnulib.
* testsuite/init.sh: Update from gnulib.
* gnulib: Update to latest.
|
|
|
|
|
|
|
|
|
|
|
| |
* testsuite/help-version: New file.
* testsuite/init.sh: New file, from gnulib.
* testsuite/Makefile.am (EXTRA_DIST): Add init.sh.
(TESTS): Add help-version.
* cfg.mk (_hv_file): Define.
* testsuite/check.mk (TESTS_ENVIRONMENT): Define VERSION,
for help-version's cross check.
(built_programs): Adjust to work, and to accommodate $(EXEEXT).
|
| |
|
|
|
|
|
|
| |
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
|
| |
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* testsuite/consistency: Correct suffix, s/xtokid/xti/ in diagnostics.
Also fix a double temp-file naming bug: s/fid/lid/g.
|
|
|
|
| |
setting. Not needed.
|
|
|
|
| |
* testsuite/Makefile.am (PATH): Prepend $(abs_top_builddir).
|
|
|
|
| |
* testsuite/infloop-kawa-el [VERBOSE]: Print aid version.
|
|
|
|
|
|
|
|
| |
* testsuite/infloop-kawa-el: Invoke mkid with -m, since
id-lang.map may not be installed yet.
* testsuite/Makefile.am (TESTS_ENVIRONMENT): Set abs_top_srcdir.
Signed-off-by: Jim Meyering <meyering@redhat.com>
|
|
|
|
|
|
|
| |
* testsuite/consistency: Use TAB-SPACE, instead.
* src/defid: Likewise.
Signed-off-by: Jim Meyering <meyering@redhat.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* libidu/scanners.c (get_token_lisp): Disable the code that
treats '[]' as part of a kawa identifier. It could call ungetc
two or three times in a row. One is the maximum.
* testsuite/infloop-kawa-el: New file. Test for the above.
* testsuite/Makefile.am (TESTS): Add infloop-kawa-el.
(TESTS_ENVIRONMENT): Prepend build directory to PATH so that
invoking e.g., "mkid" runs the just-built version of the tool.
|
|
|
|
|
| |
* apply EDITOR env variable patch
* updated ChangeLog
|
|
|
|
| |
* other small changes
|
| |
|
|
|
|
| |
added test case
|
|
|
|
| |
off_t portably using offtostr()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|