Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | |
Use this command: git ls-files | grep -v COPYING \ | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \ build-aux/update-copyright | |||
2009-12-29 | maint: quiet "make" in doc/ | Jim Meyering | |
* doc/Makefile.am (constants.texi): Add a use of AM_V_GEN. | |||
2009-10-28 | build: make doc checks more user-friendly | Jim Meyering | |
* doc/Makefile.am (check-texinfo): Begin moving each individual test into its own rules. (sc-avoid-builtin, sc-avoid-path): New rules. Extracted from check-texinfo. (syntax_checks): Add them. | |||
2009-04-30 | build: "make check" now fails in a friendlier manner for missing Perl | Jim Meyering | |
* doc/Makefile.am (sc-lower-case-var): Don't redirect stderr of $(PERL) (which is sometimes build-aux/missing) to /dev/null, so that a failing "make check" explains that Perl is not installed. Reported by James Youngman. | |||
2009-04-30 | build: doc: emit something for each "make check"-run rule | Jim Meyering | |
* doc/Makefile.am: Use $(AM_V_GEN) in place of each leading "@". (check-texinfo): Align line-continuation backslashes. | |||
2009-02-18 | add missing copyright dates | Eric Blake | |
* NEWS: Add 2009 to copyright. * README: Likewise. * README-hacking: Likewise. * TODO: Likewise. * doc/Makefile.am: Likewise. * m4/prereq.m4: Likewise. * src/nl.c: Likewise. * src/seq.c: Likewise. * tests/cp/cp-i: Likewise. * tests/install/install-C: Likewise. * tests/install/install-C-root: Likewise. * tests/install/install-C-selinux: Likewise. * tests/misc/seq: Likewise. * tests/mv/mv-n: Likewise. | |||
2009-01-22 | doc: shred: Correct docs on default number of overwrites. | Pádraig Brady | |
* NEWS: Mention the change to the default number of passes. * doc/Makefile.am: Update constants.texi with the default number of passes shred uses, so that the documentation will automatically reflect any future changes. * doc/coreutils.texi (shred invocation): Update the description of the --iterations option to have the correct default number, while still conveying that there are 25 internal patterns that may be useful. | |||
2008-12-01 | doc: enforce @var{lower} policy | Jim Meyering | |
* doc/coreutils.texi: Fix remaining violations. * doc/Makefile.am (sc-lower-case-var): New rule. Add some command-suppressing "@" directives so that a successful "make check" run is less noisy. | |||
2008-09-11 | tweak wording and check to avoid failure | Jim Meyering | |
* doc/coreutils.texi (printf invocation): Tweak wording. * doc/Makefile.am (check-texinfo): Allow "search path". | |||
2007-12-31 | Add a syntax check, so this doesn't recur. Reorganize existing checks. | Jim Meyering | |
* doc/Makefile.am (sc-exponent-grouping): (syntax_checks): New variable. (sc-avoid-io, sc-avoid-non-zero, sc-avoid-timezone): (sc-avoid-zeroes, sc-use-small-caps-NUL): New rules, extracted from check-texinfo. (check-texinfo): Depend on $(syntax_checks). | |||
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2006-08-17 | * Makefile.am (EXTRA_DIST): Reflect doclicense.texi->fdl.texi renaming. | Jim Meyering | |
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
2006-07-08 | * Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency. | Jim Meyering | |
2006-06-12 | (check-texinfo): Use $(_W) and $(W_) instead of | Paul Eggert | |
assuming grep -w (which is not portable). | |||
2006-05-27 | Use `AM_MAKEINFOFLAGS' rather than | Jim Meyering | |
overwriting `MAKEINFO', so that `missing' can do its job. | |||
2006-05-27 | (check-texinfo): Use literal `{' only in brackets, i.e., [{] or [}], | Jim Meyering | |
to avoid triggering an error from Solaris 2.6's grep. | |||
2006-05-27 | Use `$(EGREP)' instead of `grep -E'. | Jim Meyering | |
2005-06-19 | Allow the two existing types of uses of PATH: | Jim Meyering | |
@vindex PATH @env{PATH} | |||
2005-06-19 | Also catch uses of path, pathname. | Jim Meyering | |
2004-11-03 | (_W, W_): New macros. | Paul Eggert | |
(check-texinfo): Use them instead of assuming grep -w (which is not portable). Problem reported by Albert Chin. | |||
2004-10-12 | (check-texinfo): Add `builtin' and `builtins' to | Jim Meyering | |
the list of words to avoid. | |||
2004-07-02 | Fail upon use of @url. Use @uref instead. | Jim Meyering | |
2004-07-02 | (check-texinfo): Fail if a @footnote directive follows non-punctuation. | Jim Meyering | |
2004-07-02 | (check-texinfo): Disallow `filename' in .texi files. | Jim Meyering | |
2004-05-09 | (check-texinfo): grep -w IO | Jim Meyering | |
2004-03-24 | (check-texinfo): Add a check to ensure future | Jim Meyering | |
consistency in using @sc{nul}, not `NUL'. | |||
2003-04-10 | (check-texinfo): Check for uses of non-zero. I prefer to spell it `nonzero'. | Jim Meyering | |
2003-04-04 | (constants.texi): Rename target (thus enabling it), | Jim Meyering | |
now that fileutils, textutils, and sh-utils have been merged. (MAINTAINERCLEANFILES): Define. | |||
2003-04-02 | Redirect stderr to /dev/null for initial perl invocation. | Jim Meyering | |
2003-04-01 | (check-texinfo): Don't fail if perl is missing. | Jim Meyering | |
2003-02-05 | use this delta after all | Jim Meyering | |
2003-02-05 | revert last change: I am removing POSIX from the offending (cksum) line ↵ | Jim Meyering | |
altogether | |||
2003-02-05 | (check-texinfo): Allow bare `POSIX' to be used on direntry lines. | Jim Meyering | |
2002-07-16 | use $(PERL), not @PERL@ | Jim Meyering | |
2002-07-08 | check only for $@" | Jim Meyering | |
2002-07-08 | (check-texinfo): Check for the above. | Jim Meyering | |
2002-05-27 | use a better test | Jim Meyering | |
2002-05-27 | (check-texinfo): Adapt to reflect that now we use @acronym{POSIX}. | Jim Meyering | |
2001-09-23 | (check-texinfo): Redirect stderr of `grep -w' to | Jim Meyering | |
/dev/null, so people with old versions of grep don't see the failure. | |||
2001-06-16 | (info_TEXINFOS): Reflect renaming: s/omni-/core/. | Jim Meyering | |
2001-05-21 | ($(DVIS), $(INFO_DEPS)): Depend on $(EXTRA_DIST). | Jim Meyering | |
(DISABLED_constants.texi): New rule -- disabled for now. | |||
2001-05-20 | (EXTRA_DIST): Add constants.texi and doclicense.texi. | Jim Meyering | |
(info_TEXINFOS): s/fileutils/omni-utils/. (check-texinfo): New rule. (check): Depend on check-texinfo. | |||
1998-11-21 | don't mention package name in comments | Jim Meyering | |
1998-11-21 | tweak comment | Jim Meyering | |
1997-11-09 | add -*-Makefile-*- to first line | Jim Meyering | |
1997-07-13 | (EXTRA_DIST): Remove explicit mention of texinfo.texi. | Jim Meyering | |
Now, automake includes it automatically. | |||
1996-11-02 | (MAKEINFO): Set to makeinfo --no-split. | Jim Meyering | |
Otherwise, the generated info files have 15-byte names and that loses on systems with 14-byte max. | |||
1996-06-16 | (EXTRA_DIST): Add texinfo.tex. But it will | Jim Meyering | |
be removed once automake is fixed to add it automatically. |