1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
Commit Graph

12 Commits

Author SHA1 Message Date
millert
2dee70884e pdksh-5.2.14 1999-07-14 13:36:46 +00:00
millert
f00c508658 patches from pdksh 5.2.13.11 1999-06-15 01:18:32 +00:00
millert
76d6241ff6 Updates from pdksh-unstable-5.2.13.7. Most notable change is:
trap: exit traps now executed in subshells (without explicit exit call).
See the Changelog for a full list of changes.
1999-01-19 20:41:50 +00:00
millert
18bbba6b0c sync with pdksh-unstable-5.2.13.6 1999-01-10 17:55:01 +00:00
millert
945abdec54 bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. 1999-01-08 20:24:54 +00:00
millert
040161f7d7 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...
1998-10-29 04:09:18 +00:00
millert
3b01593416 pdksh-5.2.13 + local changes 1998-06-25 19:01:27 +00:00
downsj
e7bc3c65df Update to 5.2.12. 1996-11-21 07:59:24 +00:00
downsj
e55c1b2c39 Update to version 5.2.11. 1996-10-13 21:32:15 +00:00
downsj
7055cce375 Integrate pdksh 5.2.9. 1996-10-01 02:05:23 +00:00
downsj
dcacb75796 update to pdksh-5.2.8 1996-08-19 20:08:39 +00:00
downsj
7cb960a23c Import pdksh 5.2.7. 1996-08-14 06:19:10 +00:00