| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* 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.
|
|
|
|
| |
* 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.
|