]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 18:50:47 +0000 (18:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 18:50:47 +0000 (18:50 +0000)
old/sh-utils/ChangeLog

index baca392f34e31d61f9a6b30731d6b64a536a1508..584b99cee5dc24caaa140af5d16e587c1d845760 100644 (file)
@@ -1,3 +1,21 @@
+Sun Mar 24 11:44:35 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * su.c: Protoize and reorder functions to obviate forward decls.
+
+       * seq.c: Make parameters const where appropriate.
+       Rename global FROM to START.
+       (print_numbers): Rewrite loops to avoid incrementing.  Instead,
+       use `x = first + i * increment' paradigm.  Otherwise, with inexact
+       increment, you could miss the last value.
+
+       * xstrtod.c: New file.
+       * xstrtod.h: New file.
+       * lib/Makefile.am: Add xstrtod.c and xstrtod.h.
+       * seq.c: Include xstrtod.h.
+       (scan_double_arg): Use xstrtod rather than strtod directly.
+
+       * src/*: Update FSF's address.
+
 Thu Mar 21 16:43:13 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * src/*.c (main): Declare to be of type int, not void.