diff options
author | Jim Meyering <jim@meyering.net> | 1995-02-27 14:51:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-02-27 14:51:30 +0000 |
commit | 7cdef7f19fee5e1801a4a8cbbae7c97aac840fb3 (patch) | |
tree | 117a12cc4b017569e9db3832b2e264e856e61de2 | |
parent | e9c2895a5554fa67a96b07743c92a76a53e3d9a1 (diff) | |
download | coreutils-7cdef7f19fee5e1801a4a8cbbae7c97aac840fb3.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index a1f9f39cf..d6303fb55 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,29 @@ +Mon Feb 27 08:05:25 1995 Jim Meyering (meyering@comco.com) + + * system.h: Separate errno declaration from STDC_HEADERS. + Remove bcopy, bzero, strchr, strrchr definitions. + + * stty.c (main, set_window_size): Use memset instead of bzero. + * su.c (correct_password): Likewise. + + * seq.c Remove \n's from error format strings. + (main): Let `seq 1 1' work. + Invoke usage always with 1 when failing. + +Sat Feb 11 08:27:12 1995 Jim Meyering (meyering@comco.com) + + * src/Makefile.in (install): Fix rules for su to avoid relying on + just-built `id' executable. That would lose when cross-compiling and + on systems like GNU in which a user may have several effective IDs. + (SOURCES, OBJECTS, PROGS): Add seq. + + * configure.in (AC_REPLACE_FUNCS): Add memcmp, memcpy, and memset. + (AC_CHECK_FUNCS): Add strchr and strrchr. + * lib/Makefile.in (SOURCES): Add memcmp.c, memcpy.c, and memset.c. + + * system.h: Remove index/rindex and bcmp/bcopy/bzero references. + Separate errno declaration from STDC_HEADERS. + Thu Jan 26 23:38:04 1995 Jim Meyering (meyering@comco.com) * getdate.y (ToSeconds): Properly convert 12am and 12pm. |