| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Change the behavior of IFS word-splitting: split words | 2004-11-25 | 1 | -3/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | when the current character is IFS space and the last character was a word character or it was non-white IFS space and the current character is non-white IFS space. This deviates from the previous behavior because the latter splits words when the last character is any IFS space and the current is non-white IFS, resulting in more fields most of the time. This new behavior follows what the man page describes; i.e., that a field is delimited by one or more IFS whitespace characters followed by zero or one non-white IFS characters. Requires addition of a new substitution expansion state to handle the special case of empty fields at the beginning. testing by naddy ok jmc, millert, otto, deraadt | |||||
| * | If "from fd" == "to fd" don't call dup2() or close "from fd". | 2003-11-10 | 1 | -3/+5 | ||
| | | ||||||
| * | string cleaning. ok tedu@ | 2003-04-16 | 1 | -14/+20 | ||
| | | ||||||
| * | spelling fixes | 2003-03-10 | 1 | -2/+2 | ||
| | | | | | ok millert@ | |||||
| * | typos; from Brian Poole | 2003-02-28 | 1 | -5/+5 | ||
| | | ||||||
| * | knf | 2002-06-09 | 1 | -2/+2 | ||
| | | ||||||
| * | patches from pdksh 5.2.13.11 | 1999-06-15 | 1 | -10/+11 | ||
| | | ||||||
| * | sync with pdksh-unstable-5.2.13.6 | 1999-01-10 | 1 | -1/+2 | ||
| | | ||||||
| * | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | 1999-01-08 | 1 | -2/+2 | ||
| | | ||||||
| * | Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of | 1998-10-29 | 1 | -4/+8 | ||
| | | | | | | | | | | | | | | | | | | | 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... | |||||
| * | pdksh-5.2.13 + local changes | 1998-06-25 | 1 | -30/+41 | ||
| | | ||||||
| * | back out | 1997-06-19 | 1 | -10/+10 | ||
| | | ||||||
| * | (foo *)0 -> NULL | 1997-06-18 | 1 | -10/+10 | ||
| | | ||||||
| * | update to pdksh-5.2.8 | 1996-08-19 | 1 | -3/+3 | ||
| | | ||||||
| * | Import pdksh 5.2.7. | 1996-08-14 | 1 | -0/+1361 | ||
