| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* cfg.mk: Include $(srcdir)/dist-check.mk using "-include",
to accommodate the new sc_tight_scope rule.
* gnulib: Update to latest.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* src/lid.c (parse_frequency_arg): lid -F 2.. would mistakenly
act like "lid -F 2" and "lid -F ..2" would act like "lid F 1"
|
|
|
|
|
|
|
| |
* cfg.mk (_gl_TS_headers): Define.
(_gl_TS_obj_files): Likewise.
* src/Makefile.am (sc_tight_scope): Remove rule.
* gnulib: Update to latest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead, use the new mechanism with which you merely use a
variable (derived from the rule name) defined in cfg.mk to an ERE
matching the exempted file names.
* gnulib: Update to latest, to get maint.mk that implements this.
* .x-sc_cast_of_argument_to_free: Remove file.
* .x-sc_program_name: Likewise.
* .x-sc_prohibit_always_true_header_tests: Likewise.
* .x-sc_require_config_h: Likewise.
* .x-sc_require_config_h_first: Likewise.
* Makefile.am (EXTRA_DIST): Remove them from here, too.
* cfg.mk: Define variables to exempt the same files.
|
|
|
|
|
|
| |
* libidu/scanners.c: As above.
* libidu/walker.c: Likewise.
* src/mkid.c: Likewise.
|
|
|
|
|
| |
* bootstrap.conf (avoided_gnulib_modules): Do not use --avoid=lock.
That would lead to compilation failure of the localenames.c test.
|
|
|
|
|
|
|
|
| |
* .x-sc_program_name: Exempt main programs in testsuite/.
* .x-sc_prohibit_always_true_header_tests: New file, to exempt
src/lid.c from test for uses of cpp conditional, HAVE_TERMIOS_H.
It looks like lid.c's uses (of struct termios) cannot be guaranteed
to work with gnulib's replacement.
|
|
|
|
| |
* src/lid.c: Remove empty #if...#endif blocks.
|
|
|
|
|
| |
* cfg.mk (local-checks-to-skip): Add sc_bindtextdomain.
Remove references to rules that are no longer in maint.mk.
|
|
|
|
| |
Run "make update-copyright".
|
| |
|
|
|
|
| |
* libidu/walker.c: fixed condition.
|
|
|
|
|
| |
* README: Mention coreutils' long-standing policy on use of M-N
ranges in copyright year lists. Requested by Richard Stallman.
|
| |
|
|
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Use gettext-h, not gettext.
The latter is overkill for a package that uses
AM_GNU_GETTEXT([external]...
|
|
|
|
|
|
| |
* README: Update to reflect that the package is now named "idutils".
Add a little to the history. Remove mention of cscope plans.
Richard Lloyd reported that README was out of date.
|
|
|
|
|
|
| |
* NEWS (4.3.92): Note when we switched to GPLv3.
* cfg.mk (old_NEWS_hash): Update to reflect addition to old NEWS.
Suggested by Karl Berry.
|
|
|
|
|
|
| |
* man/Makefile.am (check-x-vs-1): Use "fmt -w 1", not "fmt -w1",
since the latter fails on Solaris 10 with "fmt: bad width: 0".
Reported by Claudio Fontana.
|
|
|
|
| |
* README-release: Update.
|
|
|
|
|
| |
* libidu/id-lang.map: Teach mkid about the .xz suffix.
Tell mkid to use the "xz" program on .lzma files.
|
|
|
|
|
|
| |
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
|
|
|
|
| |
* NEWS: Record release date.
|
|
|
|
| |
* bootstrap.conf (gnulib_modules): Add do-release-commit-and-tag.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* libidu/walker.c [! HAVE_LSTAT] (lstat): Remove definition.
Gnulib already handles that.
|
|
|
|
|
| |
* bootstrap: Update from gnulib.
* testsuite/init.sh: Likewise.
|
| |
|
|
|
|
|
| |
* configure.ac: Require it here...
* bootstrap.conf (buildreq): ...and here.
|
|
|
|
| |
* testsuite/help-version: Use one-line invocation of init.sh.
|
|
|
|
|
| |
* libidu/iduglobal.h (FNM_FILE_NAME): Remove definition.
Now, it's provided by gnulib.
|
|
|
|
|
|
| |
* bootstrap: Update from gnulib.
* testsuite/init.sh: Update from gnulib.
* gnulib: Update to latest.
|
|
|
|
| |
* doc/idutils.texi (gid invocation): Add a section on "gid".
|
|
|
|
|
|
|
|
| |
The Texinfo documentation says that Info files should use @dircategory,
and suggests consulting the Free Software Directory to select a category
name. The directory places under ""Text creation and manipulation".
* doc/idutils.texi: Add "@dircategory Text creation and manipulation".
Inspired by a nearly identical patch by Colin Watson for Parted.
|
|
|
|
|
|
|
|
|
| |
This is necessary because the internal layout requires that an
offset be representable as a 4-byte quantity.
* src/mkid.c (write_id_file): Use ftello, not ftell.
The latter would fail on files larger than 4GiB. Now,
we still fail for such files, but use ftello instead --
and give a diagnostic.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* lisp/Makefile.am (dist_lisp_LISP): Remove empty line at EOF
|
|
|
|
|
|
| |
* doc/idutils.texi: Update to FDL 1.3.
* NEWS: Likewise.
* cfg.mk (old_NEWS_hash): Update to accommodate this change.
|
| |
|
|
|
|
| |
* cfg.mk: Next time, just run "make update-copyright".
|
| |
|
| |
|
|
|
|
|
|
| |
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
|
|
|
|
| |
* dist-check.mk: Update.
|
|
|
|
|
| |
* cfg.mk (gpg_key_ID): Remove definition, now that maint.mk automates it.
* gnulib: Update to latest.
|
|
|
|
|
|
| |
* man/Makefile.am (common_dep): Use ../.version,
not $(top_srcdir)/.version.
Reported by Markus Armbruster.
|
|
|
|
|
|
|
| |
* 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.
|