summaryrefslogtreecommitdiff
path: root/bin/ksh/NEWS
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-10-29 04:09:22 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-10-29 04:09:22 +0000
commit48e72123566c3d7650be6571b80f9f70b41c6724 (patch)
tree0d23d0de2abdb77ca3971067b7984db08dcd8da6 /bin/ksh/NEWS
parentf3f5bf3ebf1aaee9195c0d49323beb781e0c1676 (diff)
Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of
some that we had already fixed locally. o typeset -f FUNC doesn't print follows command (and expression) substitutions. o when re-allocating memory, too much may be copied from old memory. o set -o printed some options sans names. o emacs mode: <esc>. in very fist command causes core dump. o pdksh dumps core after a cd command. o typeset -i reports on array elements that have no value (at&t ksh reports on array base name - no index). o ulimit -ctn unlimittttted kills shell (resource exceeded). o ". /dev/null" says access denied. o flag field in aliases incorrectly changed (all flags set instead of clearing ISSET) in exec.c(flushcom). o ${#array[*]} prints largest index instead of number of (set) elements in an array (ksh88 does the former). o sys_siglist[] doesn't always have NSIG non-null entries...
Diffstat (limited to 'bin/ksh/NEWS')
-rw-r--r--bin/ksh/NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/bin/ksh/NEWS b/bin/ksh/NEWS
index aecaedd8a45..ca5e579a118 100644
--- a/bin/ksh/NEWS
+++ b/bin/ksh/NEWS
@@ -1,3 +1,17 @@
+Version 5.2.14pre
+
+* bug fixes
+ * typeset -f: now pretty-prints $(..) and $((..)) correctly.
+ * fixed bug in memory allocation which can lead to core dumps.
+ * set -o: no longer prints options that have no names.
+ * emacs: <esc>. in very fist command no longer dumps core.
+ * .: can now dot non-regular files (eg, /dev/null).
+ * parsing: bar(); no longer dumps core when function bar is run.
+ * variable substitution: ${#array[*]} now prints number of set elements
+ in the array (used to print largest index, not what ksh88 did).
+ * job control: resuming suspended gnu su no longer hoses su'd shell.
+
+
Version 5.2.13
* bug fixes
@@ -24,7 +38,7 @@ Version 5.2.13
* editing: completion after "cmd " now completes files (was command).
-$OpenBSD: NEWS,v 1.6 1998/06/25 19:01:35 millert Exp $
+$OpenBSD: NEWS,v 1.7 1998/10/29 04:09:19 millert Exp $
Version 5.2.12