Age | Commit message (Expand) | Author |
2013-12-18 | Remove artificial limit on the max array index. | Todd C. Miller |
2013-11-28 | remove trailing whitespaces; use tabs instead of spaces where appropriate; | Igor Sobrado |
2012-09-10 | fake a sigwinch after each job, so if the terminal changes size, | Ted Unangst |
2010-01-04 | Crank max array size in ksh to 10K-1, since 2047 is too restrictive. | Theo de Raadt |
2005-12-11 | remove unused variables and functions | Theo de Raadt |
2005-10-04 | Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@ | Otto Moerbeek |
2005-03-28 | spacing | Theo de Raadt |
2005-02-21 | Set \u in prompt expansion to the right value, while avoiding getpw* calls, | Otto Moerbeek |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-18 | Use _PATH_BSHELL instead of hardcoding "/bin/sh" | Todd C. Miller |
2004-12-18 | Flags set in signal handlers should be volatile sig_atomic_t | Todd C. Miller |
2004-12-18 | Use the BSD sig_t instead of homegrown handler_t | Todd C. Miller |
2004-12-18 | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2004-12-12 | csh-style ! history completion, which can be activated by using | Theo de Raadt |
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek |
2004-05-10 | double the command line buffer size (1024 -> 2048); ok millert deraadt | Peter Valchev |
2004-02-08 | forget about 16 bit machines; millert ok | Theo de Raadt |
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-09-01 | In emacs editing mode, ksh by default interprets a set 8th bit as | Christian Weisgerber |
2003-05-16 | fix several constant overflows, remove the strerror prototype (shouldn't be | Jason Peel |
2002-10-07 | int -> uid_t | Vincent Labrecque |
2002-03-01 | this is needed too | Marc Espie |
1999-07-15 | o Set default line edit mode to emacs (VISUAL/EDITOR or user can override) | Todd C. Miller |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller |
1999-01-19 | Updates from pdksh-unstable-5.2.13.7. Most notable change is: | Todd C. Miller |
1999-01-08 | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | Todd C. Miller |
1998-06-25 | pdksh-5.2.13 + local changes | Todd C. Miller |
1997-01-02 | Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: | Jason Downs |
1996-12-18 | Up limit of available user file descriptors (e.g. for redirections) to 32 | Niklas Hallqvist |
1996-10-01 | Integrate pdksh 5.2.9. | Jason Downs |
1996-08-19 | update to pdksh-5.2.8 | Jason Downs |
1996-08-14 | Import pdksh 5.2.7. | Jason Downs |