Age | Commit message (Expand) | Author |
2008-05-20 | cast pointer arithmetic to unsigned so we can behave correctly on | Federico G. Schwindt |
2006-05-29 | Implement \$ and \# expansion for PS1. Whoever thought it a clever | Otto Moerbeek |
2006-03-17 | Simplify savefd() by removing the "noclose" flag and make noclose | Todd C. Miller |
2006-03-12 | might as well make ksh_getopt() match real getopt(), ie. get rid of that | Theo de Raadt |
2005-12-11 | remove unused variables and functions | Theo de Raadt |
2005-07-31 | say goodbye to creat(). | Marc Espie |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-20 | Ansification plus some minor knf. No binary change on i386 and | Otto Moerbeek |
2004-12-18 | deregister | 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-08-03 | only neuter fc builtin if initial shell is not interactive | Dan Harnett |
2004-07-16 | Neuter the fc builtin on non-interactive shells; inspired by NetBSD PR#26339. | Miod Vallat |
2003-05-18 | fix prototype; ok millert@ | Jason Peel |
2003-05-17 | use MAP_FAILED rather than -1; millert@ ok. | Federico G. Schwindt |
2003-05-16 | fix several constant overflows, remove the strerror prototype (shouldn't be | Jason Peel |
2003-04-15 | cull warnings | Theo de Raadt |
2003-04-06 | strlcat; ok from various people | Theo de Raadt |
2003-02-28 | typos; from Brian Poole | Jason McIntyre |
2002-11-27 | Make fc -e work in "sh-mode" (shell invoked as /bin/sh or -o sh option) | Peter Valchev |
2002-10-23 | Move a cast from LHS to RHS to quiet a "cast from pointer to integer | Todd C. Miller |
2002-09-06 | no , at end of enum | Theo de Raadt |
2002-08-03 | register -> int | Marco S Hyman |
2000-10-12 | Compare the return from mmap with MAP_FAILED, do not cast to int and comapre | Artur Grabowski |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller |
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller |
1998-10-29 | Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of | Todd C. Miller |
1998-06-25 | pdksh-5.2.13 + local changes | Todd C. Miller |
1997-06-19 | back out | kstailey |
1997-06-18 | (foo *)0 -> NULL | kstailey |
1997-01-02 | Revert HISTFILE. If anyone wants a differently named history file, they | Jason Downs |
1997-01-02 | After discussing $_ with the maintainer, revert ksh behaviour and completely | Jason Downs |
1997-01-02 | Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: | Jason Downs |
1996-12-29 | change the name of the history file from .pdksh_hist to .ksh_history | Thomas Graichen |
1996-08-14 | Import pdksh 5.2.7. | Jason Downs |