summaryrefslogtreecommitdiff
path: root/bin/ksh/CONTRIBUTORS
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-06-25 19:02:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-06-25 19:02:48 +0000
commitf7502f1aee86c9a3ebb4d6814e47a52727bc2d42 (patch)
tree0bd2bbab7d507d7dab286df7970c0101a3cb1807 /bin/ksh/CONTRIBUTORS
parentcc7df4d09ccd66ffca19799a357c049e1b5bf030 (diff)
pdksh-5.2.13 + local changes
Diffstat (limited to 'bin/ksh/CONTRIBUTORS')
-rw-r--r--bin/ksh/CONTRIBUTORS10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/ksh/CONTRIBUTORS b/bin/ksh/CONTRIBUTORS
index edf32c0db35..f04390e1229 100644
--- a/bin/ksh/CONTRIBUTORS
+++ b/bin/ksh/CONTRIBUTORS
@@ -1,4 +1,4 @@
-$OpenBSD: CONTRIBUTORS,v 1.3 1996/10/01 02:05:25 downsj Exp $
+$OpenBSD: CONTRIBUTORS,v 1.4 1998/06/25 19:01:29 millert Exp $
This is a partial history of this shell gleened from old change logs and
readmes (most of which are still in the misc directory) and the source
@@ -101,3 +101,11 @@ Other contributors:
hidden characters (eg, escape codes).
* Andrew S. Townley (<atownley@informix.com>): fixes for NeXT machines:
get a controlling if one needed, use correct profile.
+ * Eric J. Chet (<ejc@bazzle.com>): fix for core dump in . (quitenv() called
+ too soon).
+ * Greg A. Woods <woods@most.weird.com>: fix to make ^[_ in emacs work
+ as in at&t ksh.
+ * George Robbins <grr@shandakor.tharsis.com>: fix for sh mode to
+ keep exec'd file descriptors open.
+ * George White <gwhite@bodnext.bio.dfo.ca>: fix here-doc problem under OS/2
+ (memory allocated incorrectly).