Age | Commit message (Collapse) | Author |
|
patches, and i already had this sitting on my laptop at that time.. i used
that as a chance to note that we had all done the same work, more or less
|
|
|
|
|
|
o Includes fix for another unrelated problem where output of jobs command
contains lots of ^A characters
|
|
the process group on exit. This will cause problems if we are not
the process group leader.
|
|
|
|
trap: exit traps now executed in subshells (without explicit exit call).
See the Changelog for a full list of changes.
|
|
|
|
|
|
|
|
|
|
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...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|