From 01b69091e248f9d48d37af1bdc4100843c3a2ee3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 Mar 1996 18:50:47 +0000 Subject: . --- old/sh-utils/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'old/sh-utils/ChangeLog') diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index baca392f3..584b99cee 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -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. -- cgit v1.2.3-70-g09d2