| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
* gnulib: Update submodule to latest.
|
|
|
|
|
| |
* configure.ac: Enable a few warning options that didn't need to
be disabled; disable -Wlong-long (for latest gcc snapshot).
|
|
|
|
| |
* m4/extra_dist.sh: Remove now-unused file.
|
|
|
|
| |
* src/fid.c (get_file_index): Use size_t for lengths, not int.
|
|
|
|
|
| |
* libidu/scanners.h (log_8_member_files): Change type from int to size_t.
* libidu/scanners.c: Likewise.
|
|
|
|
|
|
|
|
|
| |
* src/fid.c (usage): Declare with __noreturn__ attribute.
* src/fnid.c (usage): Likewise.
* src/lid.c (usage): Likewise.
* src/mkid.c (usage): Likewise.
* src/xtokid.c: (usage): Likewise.
* src/mkid.c (sum_files): Remove unused macro.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* libidu/scanners.c (ISSPACE, WS): Remove unused macros.
|
|
|
|
| |
* libidu/idfile.c (sizeof_idhead): Avoid old-style function definition.
|
|
|
|
|
| |
* libidu/idread.c (TOK_COUNT_ADDR): Remove unused macro.
(TOK_HITS_ADDR): Likewise.
|
|
|
|
|
|
|
| |
* src/Makefile.am (AM_CFLAGS): Define to $(WARN_CFLAGS) $(WERROR_CFLAGS).
* libidu/Makefile.am (AM_CPPFLAGS): Remove bogus -I$(top_builddir)/intl
(AM_CFLAGS): Define to $(WARN_CFLAGS) $(WERROR_CFLAGS).
* src/Makefile.am (AM_CPPFLAGS): Remove bogus -I.../intl
|
|
|
|
|
| |
* lib/Makefile.am (AM_CFLAGS): Increment, rather than assigning,
so as not to override settings from just-included gnulib.mk.
|
|
|
|
|
|
|
| |
* dist-check.mk: New file, from coreutils. Was part of maint.mk.
* cfg.mk (old_NEWS_hash): Include $(srcdir)/dist-check.mk.
Remove trailing " -", to align with new check in maint.mk.
* Makefile.am (EXTRA_DIST): Add dist-check.mk.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* .gitmodules: New file, to track gnulib.
* gnulib: New file, created by running this:
git submodule add git://git.sv.gnu.org/gnulib.git gnulib
|
| |
|
|
|
|
|
|
| |
* configure.ac (AM_SILENT_RULES): Use this, with it's "yes" argument.
Those who want verbose build output may configure with
--disable-silent-rules or use "make V=1".
|
| |
|
|
|
|
|
| |
* maint.mk: Sync.
* cfg.mk (manual_title): Define.
|
| |
|
|
|
|
|
|
|
| |
* maint.mk: Modernize
(sc_tight_scope): Move this rule to...
* idutils/cfg.mk (sc_tight_scope): ...here.
* .x-sc_require_config_h_first: New file.
|
| |
|
| |
|
|
|
|
| |
* libidu/id-lang.map: Add `.org' extension, for Emacs Org-Mode files.
|
| |
|
| |
|
|
|
|
|
| |
* libidu/id-lang.map: Recognize .rb, .in.h, .PL, configure.in,
and GNUmakefile.
|
|
|
|
| |
* libidu/walker.c (get_current_dir_link): Don't leak cwd_0.
|
|
|
|
|
|
|
| |
* libidu/idfile.c: Include <sys/stat.h>, not "lstat.h".
* libidu/scanners.c: Likewise.
* libidu/walker.c: Likewise.
* src/mkid.c: Likewise.
|
|
|
|
|
|
| |
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
|
| |
|
|
|
|
|
|
|
|
| |
* maint.mk: Sync from coreutils.
* bootstrap: Likewise.
* README-hacking: Likewise.
* bootstrap.conf: Standardize copyright comments.
(gnulib_modules): Add announce-gen and strcasestr.
|
|
|
|
|
|
|
| |
* idutils.spec.in: New file, mostly from from Markus Armbruster.
* Makefile.am (idutils.spec): New rule.
(EXTRA_DIST): Add idutils.spec.in and idutils.spec.
* .gitignore: Add idutils.spec.
|
|
|
|
| |
* THANKS: and adjust François' name accordingly.
|
| |
|
|
|
|
|
| |
* man/Makefile.am: Use dist_man1_MANS rather than dist_man_MANS.
Recommended in automake documentation, for more efficient install.
|
|
|
|
|
| |
* testsuite/consistency: Correct suffix, s/xtokid/xti/ in diagnostics.
Also fix a double temp-file naming bug: s/fid/lid/g.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* libidu/scanners.c (long_options_c, long_options_asm)
(long_options_text, long_options_perl): Add initializers.
* src/fid.c (long_options): Add initializers.
* src/fnid.c (long_options): Add initializers.
* src/lid.c (ATTRIBUTE_UNUSED): Define.
(long_options): Add initializers.
(report_nothing): Mark parameter as unused.
(get_editor_argv, report_edit): Adjust for const-correctness.
* src/mkid.c (long_options): Add initializers.
(report_statistics): Don't subtract "void*" pointers. Cast to "char*".
* src/xtokid.c (long_options): Add initializers.
|
|
|
|
|
|
|
|
|
|
| |
* libidu/scanners.c (languages_0, long_options_c): Likewise.
(long_options_asm, long_options_text, long_options_perl): Likewise.
* src/fid.c (long_options): Likewise.
* src/fnid.c (long_options): Likewise.
* src/lid.c (long_options): Likewise.
* src/mkid.c (long_options): Likewise.
* src/xtokid.c (long_options): Likewise.
|
| |
|
|
|
|
|
|
|
|
| |
* libidu/scanners.c (long_options_c, long_options_asm): Add "const".
(long_options_text, long_options_perl): Likewise.
* src/fnid.c (long_options): Likewise.
* src/lid.c (long_options): Likewise.
* src/xtokid.c (long_options): Likewise.
|
|
|
|
| |
* .x-sc_require_config_h: Add the regexp.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/lid.c: Include "lid.h".
(main): Set defaults based on new global, lid_mode.
* src/Makefile.am (bin_PROGRAMS): Add aid, eid, gid.
(dist_bin_SCRIPTS): Remove them from this list.
(noinst_HEADERS, aid_SOURCES, eid_SOURCES): Define.
(gid_SOURCES, lid_SOURCES): Define.
* src/aid, src/eid, src/gid: Remove scripts.
* src/lid-aid.c, src/lid-eid.c, src/lid-gid.c, src/lid-lid.c:
* src/lid.h: New files.
* man/Makefile.am (aid.1, eid.1, gid.1): Adjust dependencies.
* .gitignore: Add src/aid, src/eid, src/gid.
|