diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-24 18:50:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-24 18:50:47 +0000 |
commit | 01b69091e248f9d48d37af1bdc4100843c3a2ee3 (patch) | |
tree | 62de5823db7983b319d0ad2b9354b7d465501a69 /old | |
parent | d30fa5d58eded0daf4e7276bace449ec782abc9d (diff) | |
download | coreutils-01b69091e248f9d48d37af1bdc4100843c3a2ee3.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
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. |