summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-23update from masterJim Meyering
2003-04-23.Jim Meyering
2003-04-23Fix printf POSIX compatibility bug reported by Ben Harris inJim Meyering
<http://mail.gnu.org/archive/html/bug-coreutils/2003-04/msg00070.html>. (printf invocation): It's \NNN in the format, \0NNN in the %b operand.
2003-04-22Change an occurrence of [ \t] to [\t ].Jim Meyering
2003-04-21(print_esc): Tweak spelling of new variable.Jim Meyering
2003-04-21*** empty log message ***Jim Meyering
2003-04-21*** empty log message ***Jim Meyering
2003-04-21Fix printf POSIX compatibility bug reported by Ben Harris inJim Meyering
<http://mail.gnu.org/archive/html/bug-coreutils/2003-04/msg00070.html>. * doc/coreutils.texi (printf invocation): It's \NNN in the format, \0NNN in the %b operand. * src/printf.c (usage): Likewise. (print_esc): New arg OCTAL0 to specify whether \0NNN or \NNN is desired. All uses changed. Behave like Bash printf if %b operand uses \NNN where the initial N is not 0.
2003-04-21*** empty log message ***Jim Meyering
2003-04-21Add tests for the printf fixes of 2003-04-20.Jim Meyering
2003-04-21*** empty log message ***Jim Meyering
2003-04-21New version, now that this file is now on the list in ../Makefile.cfg.Jim Meyering
2003-04-21(cvs_files): Add $(srcdir)/config/depcomp to the list.Jim Meyering
2003-04-21remove SPCs before TABJim Meyering
2003-04-17*** empty log message ***Jim Meyering
2003-04-17Remove uses of PROTOTYPE macro.Jim Meyering
2003-04-16*** empty log message ***Jim Meyering
2003-04-16*** empty log message ***Jim Meyering
2003-04-16*** empty log message ***Jim Meyering
2003-04-16*** empty log message ***Jim Meyering
2003-04-15regenerate, using new ../Makefile.am.inJim Meyering
2003-04-15regenerate, using new ../Makefile.am.inJim Meyering
2003-04-15*** empty log message ***Jim Meyering
2003-04-15Use $(VAR) rather than @VAR@, now that we can rely on automake toJim Meyering
emit a definition for each substituted variable. Remove definition of PERL.
2003-04-15remove SPCs before TABJim Meyering
2003-04-15remove SPCs before TABJim Meyering
2003-04-15*** empty log message ***Jim Meyering
2003-04-15*** empty log message ***Jim Meyering
2003-04-15*** empty log message ***Jim Meyering
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15*** empty log message ***Jim Meyering
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
each sequence of spaces before a TAB character.
2003-04-13*** empty log message ***Jim Meyering
2003-04-13(is_empty_dir): Don't closedir (NULL).Jim Meyering
2003-04-12*** empty log message ***Jim Meyering
2003-04-12*** empty log message ***Jim Meyering
2003-04-12add test corresponding to today's too-many-newlines fixJim Meyering
2003-04-12Giving nl an invalid STYLE argument (in --header-numbering=STYLE (-h),Jim Meyering
--body-numbering=STYLE (-b), or --footer-numbering=STYLE (-f)) or FORMAT (--number-format=FORMAT (-n)) would not give a useful diagnostic. (main): Fix those problems and remove literal quote marks (e.g., "`%s'") from format string; instead use "%s" in each format string and `quote (optarg)' as the corresponding argument. Also, diagnose all invalid command line options before failing.
2003-04-12(proc_text): Fix a bug introduced on 2001-11-10,Jim Meyering
for textutils-2.0.17, that would make nl output extra newlines in some cases.
2003-04-12*** empty log message ***Jim Meyering
2003-04-12(TESTS): Add readlink.Jim Meyering
2003-04-12*** empty log message ***Jim Meyering
2003-04-12A few tests of the --canonicalize option.Jim Meyering
2003-04-11Remove anachronistic casts of xmalloc, xrealloc, and xcalloc return values.Jim Meyering
2003-04-11*** empty log message ***Jim Meyering