]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 21 May 1996 04:13:19 +0000 (04:13 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 21 May 1996 04:13:19 +0000 (04:13 +0000)
old/textutils/ChangeLog

index 8610b7630d97075ba8dd7feb5409118e278c5897..617d102a36c23127c8a9e3e152623eec1250aee9 100644 (file)
@@ -167,8 +167,8 @@ Sun Mar 24 08:47:40 1996  Jim Meyering  (meyering@na-net.ornl.gov)
        * tr.c (main): Likewise.
 
        * cat.c cksum.c comm.c csplit.c cut.c expand.c fmt.c fold.c head.c
-        join.c md5sum.c nl.c od.c paste.c pr.c split.c sum.c tac.c tail.c
-        tr.c unexpand.c uniq.c wc.c: Exit with status EXIT_SUCCESS or
+       join.c md5sum.c nl.c od.c paste.c pr.c split.c sum.c tac.c tail.c
+       tr.c unexpand.c uniq.c wc.c: Exit with status EXIT_SUCCESS or
        EXIT_FAILURE, rather than 0 or 1.
 
 Sat Mar 23 23:14:40 1996  Jim Meyering  (meyering@na-net.ornl.gov)
@@ -246,7 +246,7 @@ Sat Mar  9 13:30:12 1996  Jim Meyering  (meyering@na-net.ornl.gov)
        Link an nls file.
        (AC_OUTPUT): Reflect addition of two new directories, intl and po.
        Create po/Makefile.
-       From François Pinard.
+       From François Pinard.
 
        * tr.c (star_digits_closebracket): Declare formal param, IDX,
        and local I to be of type size_t (rather than int) to avoid
@@ -353,7 +353,7 @@ Fri Dec 22 21:34:55 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.
        * configure.in: Touch stamp-h only if config.h is remade.
 
        * csplit.c (extract_regexp) [!WITH_REGEX]: Intialize
-       syntax_parens field.
+       syntax_parens field.
 
 Mon Dec 18 21:42:44 1995  Jim Meyering  (meyering@comco.com)
 
@@ -403,7 +403,7 @@ Tue Dec  5 17:49:53 1995  Jim Meyering  (meyering@comco.com)
        From Karl Heuer.
 
        * Makefile.in (mandir): @mandir@ is just $(prefix)/man.
-       Append `/man1'.  Reported by Karl Heuer.
+       Append `/man1'.  Reported by Karl Heuer.
 
        * sum.c (bsd_sum_file): Remove misleading comment.  From Karl Heuer.
 
@@ -415,7 +415,7 @@ Fri Dec  1 01:02:36 1995  Jim Meyering  (meyering@comco.com)
 
        * sort.c (numcompare): Properly order `-' and valid integers;
        treat `-' as if it were zero.  Reported by Ross Alexander
-       <r.alexander@auckland.ac.nz>.
+       <r.alexander@auckland.ac.nz>.
 
        * Makefile.in (DISTFILES): Remove unused mkdep-Makefile.
        (.PHONY): Depend on default.
@@ -490,7 +490,7 @@ Wed Nov 15 23:48:31 1995  Jim Meyering  (meyering@comco.com)
        * system.h [__P]: Define it here.
 
        * aclocal.m4 (jm_AUTODEPS): Rename from jm_WITH_AUTODEPS.
-       Revamp, with suggestions from Franc,ois Pinard.
+       Revamp, with suggestions from Franc,ois Pinard.
        (jm_WITH_GNU_MAKE): New macro.
        (jm_PROG_MKDEP): New macro.
        * configure.in (jm_PROG_MKDEP): Use it.
@@ -502,8 +502,8 @@ Wed Nov 15 23:48:31 1995  Jim Meyering  (meyering@comco.com)
 Tue Nov 14 23:10:54 1995  Jim Meyering  (meyering@comco.com)
 
        * sort.c: Add support for sorting numbers in scientific notation.
-       Include xstrtod.h.
-       (struct keyfield): Add field: general_numeric.
+       Include xstrtod.h.
+       (struct keyfield): Add field: general_numeric.
        (usage): Describe -g option.
        (general_numcompare): New function.
        (keycompare): Use new comparison function when general_numeric
@@ -644,7 +644,7 @@ Sun Oct 29 14:04:36 1995  Jim Meyering  (meyering@comco.com)
 Sat Oct 28 16:02:39 1995  Jim Meyering  (meyering@comco.com)
 
        * md5sum.c (md5_check): Use the same message format when there is
-       a single file and it gets a read error or checksum mismatch as when
+       a single file and it gets a read error or checksum mismatch as when
        there are more.  Write that warning to standard error, not standard
        output.  Suggestions from Greg Troxel (gdt@b-sgi.bbn.com).
 
@@ -767,8 +767,8 @@ Thu Sep 28 23:16:05 1995  Jim Meyering  (meyering@comco.com)
 Tue Sep 26 23:05:01 1995  Jim Meyering  (meyering@comco.com)
 
        * man/Makefile.in (install-data, uninstall): Use sed not basename.
-       The GNU Coding Standard suggests that only a select set of
-       relatively standard utilities be used in Makefiles.  basename is
+       The GNU Coding Standard suggests that only a select set of
+       relatively standard utilities be used in Makefiles.  basename is
        not among them.  Suggested by Ulrich Drepper.
 
 Sun Sep 24 08:36:47 1995  Jim Meyering  (meyering@comco.com)
@@ -1010,7 +1010,7 @@ Thu Jul  6 23:44:20 1995  Jim Meyering  (meyering@comco.com)
        * od.c (dump): Correct loop-termination criterion.
        Before, running `printf 1234| ./od --width=4 --read-bytes=4'
        printed output for 8 bytes -- the last four were garbage.
-       This happened only when the dump limit, N, was specified (with
+       This happened only when the dump limit, N, was specified (with
        --read-bytes=N) and N was a multiple of bytes_per_block
        (usually 16, but 4 in this example).  From Andreas Schwab.