Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set \u in prompt expansion to the right value, while avoiding getpw* calls, | 2005-02-21 | 1 | -1/+2 | ||
| | | | | | | which might be very inconvenient when the yp server is not available. ok deraadt@ millert@ | |||||
* | Use stdbool.h instead of rolling our own bools. | 2004-12-22 | 1 | -5/+2 | ||
| | ||||||
* | Use _PATH_BSHELL instead of hardcoding "/bin/sh" | 2004-12-18 | 1 | -2/+2 | ||
| | ||||||
* | Flags set in signal handlers should be volatile sig_atomic_t | 2004-12-18 | 1 | -5/+5 | ||
| | ||||||
* | Use the BSD sig_t instead of homegrown handler_t | 2004-12-18 | 1 | -10/+3 | ||
| | | | | Remove KSH_SA_FLAGS | |||||
* | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | 2004-12-18 | 1 | -5/+1 | ||
| | | | | the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian | |||||
* | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | 2004-12-18 | 1 | -314/+19 | ||
| | | | | First step in making the ksh code easier to read. From Matthias Kilian | |||||
* | csh-style ! history completion, which can be activated by using | 2004-12-12 | 1 | -1/+2 | ||
| | | | | | | | | set -o csh-history (off by default) this is not feature complete, and likely never will be. no ^ and ! has some oddities ... ksh's internal history stuff has got some very odd behaviours that are rather nasty ok various developers | |||||
* | Remove redundant errno declaration. ok deraadt@ | 2004-05-31 | 1 | -2/+1 | ||
| | ||||||
* | double the command line buffer size (1024 -> 2048); ok millert deraadt | 2004-05-10 | 1 | -2/+2 | ||
| | ||||||
* | forget about 16 bit machines; millert ok | 2004-02-08 | 1 | -9/+1 | ||
| | ||||||
* | typos from Jared Yanovich; | 2003-10-22 | 1 | -5/+5 | ||
| | | | | ok deraadt@ | |||||
* | In emacs editing mode, ksh by default interprets a set 8th bit as | 2003-09-01 | 1 | -1/+2 | ||
| | | | | | | | | | | | meta prefix, i.e. all characters with the top bit set (>= 0x80) are taken as commands and cannot be entered literally. Introduce a new shell option, emacs-usemeta, that allows to toggle this behavior. The default is the traditional behavior; to enter 8-bit characters use "set +o emacs-usemeta". ok fgsch@, henning@ | |||||
* | fix several constant overflows, remove the strerror prototype (shouldn't be | 2003-05-16 | 1 | -13/+2 | ||
| | | | | there), and cleanup some whitespace; help from, and okay millert@ | |||||
* | int -> uid_t | 2002-10-07 | 1 | -2/+2 | ||
| | | | | ok millert | |||||
* | this is needed too | 2002-03-01 | 1 | -2/+2 | ||
| | ||||||
* | o Set default line edit mode to emacs (VISUAL/EDITOR or user can override) | 1999-07-15 | 1 | -4/+4 | ||
| | | | | o Spell environment correctly | |||||
* | patches from pdksh 5.2.13.11 | 1999-06-15 | 1 | -16/+34 | ||
| | ||||||
* | Updates from pdksh-unstable-5.2.13.7. Most notable change is: | 1999-01-19 | 1 | -6/+11 | ||
| | | | | | trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes. | |||||
* | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | 1999-01-08 | 1 | -1/+11 | ||
| | ||||||
* | pdksh-5.2.13 + local changes | 1998-06-25 | 1 | -3/+10 | ||
| | ||||||
* | Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: | 1997-01-02 | 1 | -1/+2 | ||
| | | | | don't set $_ if we're non-interactive. | |||||
* | Up limit of available user file descriptors (e.g. for redirections) to 32 | 1996-12-18 | 1 | -2/+2 | ||
| | ||||||
* | Integrate pdksh 5.2.9. | 1996-10-01 | 1 | -1/+9 | ||
| | ||||||
* | update to pdksh-5.2.8 | 1996-08-19 | 1 | -15/+33 | ||
| | ||||||
* | Import pdksh 5.2.7. | 1996-08-14 | 1 | -0/+680 | ||