| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* maint.mk: Remove file. Now it's generated.
* .gitignore: Ignore it.
* bootstrap.conf (gnulib_modules): Add maintainer-makefile.
Remove obsolete modules.
|
| |
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* maint.mk: Sync from coreutils.
* bootstrap: Likewise.
* README-hacking: Likewise.
* bootstrap.conf: Standardize copyright comments.
(gnulib_modules): Add announce-gen and strcasestr.
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mark with "extern" the symbols that belong that way.
Make the others static.
* libidu/dynvec.h (dv_fill):
* libidu/fnprint.c (cw_dlink):
* libidu/hash.h (qsort_cmp_t):
* libidu/idfile.h (io_func_t):
* libidu/scanners.c (lang_args_obstack, languages_0, languages_N):
(language_help_me, language_getopt, get_language):
(lang_args_index):
* libidu/walker.c (largest_member_file):
* maint.mk (extract_char, today):
* src/fid.c (long_options):
* src/fnid.c (cw_dlink):
* src/lid.c (cw_dlink):
* src/xtokid.c (cw_dlink):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac (AC_CONFIG_FILES): Add man/Makefile.
Check for help2man.
* man/Makefile.am: New file.
* .gitignore: Add .version and .tarball-version.
* Makefile.am (SUBDIRS): Add man.
* cfg.mk: Update from coreutils.
* maint.mk: Likewise.
* man/aid.x: New file.
* man/defid.x: Likewise.
* man/eid.x: Likewise.
* man/fid.x: Likewise.
* man/fnid.x: Likewise.
* man/gid.x: Likewise.
* man/lid.x: Likewise.
* man/mkid.x: Likewise.
* man/xtokid.x: Likewise.
|
|
* GNUmakefile (Makefile.cfg): Rename...
(cfg.mk): ...to this, and make optional.
(GNUmakefile.cfg): Delete, redundant with cfg.mk.
(Makefile.maint): Rename...
(maint.mk): ...to this.
(all) [!_have-Makefile]: Rename...
(abort-due-to-no-makefile): ...to this, and invoke via
.DEFAULT_GOAL to pick up all targets.
* Makefile.cfg: Rename...
* cfg.mk: ...to this.
* Makefile.maint: Rename...
* maint.mk ...to this.
(ME): Reflect rename.
(makefile-check, m4-check, author_mark_check, msg): Use $(ME)
rather than hard-coded name.
|