summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-04-28 18:43:36 +0000
committerJim Meyering <jim@meyering.net>1994-04-28 18:43:36 +0000
commit23441bf2ab518fcec3d7cfe10a7bf686b97c5559 (patch)
treebfc1477666cf0181869c49b41d601f7561aebd8a
parentd90d17e378e0ed4396331bca82a1903d925ca156 (diff)
downloadcoreutils-23441bf2ab518fcec3d7cfe10a7bf686b97c5559.tar.xz
merge with 1.9.4i
-rw-r--r--old/sh-utils/ChangeLog11
-rw-r--r--old/sh-utils/NEWS1
2 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index e24fe0dc2..be404b687 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,14 @@
+Thu Apr 28 00:45:02 1994 Jim Meyering (meyering@comco.com)
+
+ * pwd.c: New program.
+ * pwd.1: New file.
+ * Makefile.in (PROGS): Add pwd.
+ * lib/Makefile.in: (DISTFILES): Add pathmax.h.
+ (SOURCES, OBJECTS): Add xgetcwd.c and xgetcwd.o respectively.
+ * src/Makefile.in: Add rules and dependencies for pwd.
+
+ * yes.c: Don't include version.h.
+
Mon Apr 18 19:54:24 1994 Jim Meyering (meyering@comco.com)
* documentation: Change uses of `pathname' and `path' as per
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index fb0cb7d81..3c470fbd3 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,4 +1,5 @@
User visible changes in release 2.0
+* add pwd command
* --version outputs the name of the utility as well as the package name
and version number.
* Configure properly determines options for stty on SCO ODT 3.0 systems.