diff options
Diffstat (limited to 'bin/ksh/NEWS')
-rw-r--r-- | bin/ksh/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/ksh/NEWS b/bin/ksh/NEWS index ca5e579a118..be0253f5f2c 100644 --- a/bin/ksh/NEWS +++ b/bin/ksh/NEWS @@ -1,6 +1,11 @@ Version 5.2.14pre * bug fixes + * eval: if given empty command, exist status is that of last command + substitution (if any). + * trap: if first argument is "exit", it is taken as a command not a signal. + * pwd: config test & code to work around bug in hpux 10.x getcwd(). + * RANDOM: seed based on both time and pid; different sequence in sub shells. * 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. @@ -10,6 +15,7 @@ Version 5.2.14pre * 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. + * job control: fixed possible core dump when waiting for jobs. Version 5.2.13 @@ -38,7 +44,7 @@ Version 5.2.13 * editing: completion after "cmd " now completes files (was command). -$OpenBSD: NEWS,v 1.7 1998/10/29 04:09:19 millert Exp $ +$OpenBSD: NEWS,v 1.8 1999/01/08 20:24:56 millert Exp $ Version 5.2.12 |