History log of /openbsd-current/bin/ksh/version.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.12 14-Jul-1999 millert

pdksh-5.2.14


# 1.11 15-Jun-1999 millert

patches from pdksh 5.2.13.11


Revision tags: OPENBSD_2_5_BASE
# 1.10 19-Jan-1999 millert

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.


# 1.9 10-Jan-1999 millert

sync with pdksh-unstable-5.2.13.6


# 1.8 08-Jan-1999 millert

bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.


# 1.7 29-Oct-1998 millert

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...


Revision tags: OPENBSD_2_4_BASE
# 1.6 25-Jun-1998 millert

pdksh-5.2.13 + local changes


Revision tags: OPENBSD_2_3_BASE
# 1.5 21-Nov-1996 downsj

Update to 5.2.12.


# 1.4 13-Oct-1996 downsj

Update to version 5.2.11.


# 1.3 01-Oct-1996 downsj

Integrate pdksh 5.2.9.


# 1.2 19-Aug-1996 downsj

update to pdksh-5.2.8


# 1.1 14-Aug-1996 downsj

branches: 1.1.1;
Initial revision