summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-19 01:39:58 +0000
committerJim Meyering <jim@meyering.net>1994-09-19 01:39:58 +0000
commitf0ea13bbe9c050d0cc97d14045fb1d2b40ee1dd4 (patch)
treed1f374dc2f41897a51c1aa3d56c00bf43280f42c /old/sh-utils
parent2ab8e21d5d0ce77d52b5e0cdb3c0a44f9488fc90 (diff)
downloadcoreutils-f0ea13bbe9c050d0cc97d14045fb1d2b40ee1dd4.tar.xz
merge with 1.10l
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog12
-rw-r--r--old/sh-utils/NEWS2
2 files changed, 13 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 17e829b03..4741afd6a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,9 +1,15 @@
Sat Sep 17 15:48:10 1994 Jim Meyering (meyering@comco.com)
+ * (doc): New subdirectory with texinfo documentation.
+ Thanks to Franc,ois Pinard and Karl Berry!
+ Note however that it contains mainly the information from the
+ `man' pages, so it is not good documentation. But this way,
+ at least we don't have to maintain the troff man pages anymore.
+
* su.c: Test !HAVE_ENDGRENT and !HAVE_ENDPWENT rather than
_POSIX_SOURCE to determine whether endgrent and endpwent should
be defined away.
- * configure.in (): Add endgrent and endpwent.
+ * configure.in (AC_CHECK_FUNCS): Add endgrent and endpwent.
* who.c: Test HAVE_SYS_PARAM_H rather than _POSIX_SOURCE
to determine whether <sys/param.h> should be included.
@@ -63,6 +69,10 @@ Sat Jul 30 07:52:27 1994 Jim Meyering (meyering@comco.com)
Tue Jul 26 11:33:53 1994 Jim Meyering (meyering@comco.com)
+ * su.c (main): Make copies of the password information we'll use
+ so that log_su (through getlogin) doesn't clobber the static data.
+ With suggestions from Francois Pinard.
+
* system.h: Remove `|| defined(_POSIX_VERSION)' from test that
decides whether to include <fcntl.h>. From Francois Pinard.
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 660dc795f..0c83747fd 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,5 +1,7 @@
User visible changes in release 1.11
+* skeletal texinfo documentation (mainly just the `invoking' nodes)
* `stty werase ^W' works. Before, werase wasn't enabled for AIX-3.2.5.
+* su with no arguments works properly
* nice accepts options like `--5' (this is interpreted like `-n -5')
* `stty speed' and `stty size' no longer output a spurious newline
User visible changes in release 1.10