1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
Commit Graph

11 Commits

Author SHA1 Message Date
nicm
948c8ccbaa Move tree.c protos into tree.h, from Michael McConville, ok millert 2015-10-06 21:19:06 +00:00
deraadt
b3b39737e7 spacing 2005-03-28 21:28:22 +00:00
millert
69b9f96b1e Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
First step in making the ksh code easier to read.  From Matthias Kilian
2004-12-18 20:55:52 +00:00
jmc
060cee32ba typos from Jared Yanovich;
ok deraadt@
2003-10-22 07:40:38 +00:00
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
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
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