Age | Commit message (Expand) | Author |
2015-12-30 | rename global "e" to genv to avoid accidental shadowing and aliasing. | Ted Unangst |
2015-12-14 | Move system headers from sh.h to those files that actually need them. | tb |
2015-12-14 | Remove a superfluous macro. No binary change. ok tb@ | mmcc |
2015-11-02 | Another aresize() -> areallocarray(). | mmcc |
2015-11-01 | Add uses of areallocarray(). mksh and Bitrig ksh already have similar | mmcc |
2015-10-21 | Remove a couple of unhelpful defines. | mmcc |
2015-10-21 | Don't bother casting NULL. | mmcc |
2015-10-19 | Move string.h include from sh.h to the files that use it. | mmcc |
2015-10-19 | Apply style(9) to header includes. | mmcc |
2015-10-09 | remove null check before afree. from Michael McConville | Ted Unangst |
2015-10-08 | stop trying to gift history files to the original owner. instead, don't | Ted Unangst |
2015-10-08 | little cleanup from Michael McConville, mostly related to stale comments. | Ted Unangst |
2015-09-17 | More (foo *)0 -> NULL, from Michael McConville. No binary change. | Nicholas Marriott |
2015-09-17 | Remove unnecessary casts, from Michael McConville. No binary change. | Nicholas Marriott |
2015-09-15 | correct spelling of NULL from (char *)0. from Michael McConville. | Ted Unangst |
2015-09-01 | remove casts and null checks before free. from Michael McConville | Ted Unangst |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2010-05-19 | properly keep track of the line number after a trap. | Jasper Lievisse Adriaanse |
2010-05-01 | Correct a comment; from dawedawe (at) gmx.de | Philip Guenthe |
2009-07-02 | avoid infinite recursion if unlink fails. reported by Stefan Pettersson | Martynas Venckus |
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 |