Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-03-15 | Favor usage of __func__ in warning/error messages. Some of them referred to the | anton |
2018-01-16 | Introduce internal_warningf() and mark internal_errorf() as noreturn | Jeremie Courreges-Anglas |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2015-12-14 | Move system headers from sh.h to those files that actually need them. | tb |
2015-11-12 | Use isdigit() instead of ksh's homebrewed alternative. | mmcc |
2015-11-01 | aresize() -> areallocarray() | mmcc |
2015-11-01 | Drop a needless cast of a void *. | mmcc |
2015-10-23 | Remove three strange and unused preproc defines. Submitted by Ilya | mmcc |
2015-10-19 | Move string.h include from sh.h to the files that use it. | mmcc |
2015-10-19 | Move limits.h include from sh.h to the files that actually need it. No | mmcc |
2015-10-19 | Apply style(9) to header includes. | mmcc |
2015-09-18 | Last of the (thing *)0 -> NULL, from Michael McConville. No binary | Nicholas Marriott |
2015-09-17 | Remove unnecessary casts, from Michael McConville. No binary change. | Nicholas Marriott |
2015-09-15 | Expand the one use of POP_INT() macro into if()s and fix some errors | Nicholas Marriott |
2015-09-15 | correct spelling of NULL from (char *)0. from Michael McConville. | Ted Unangst |
2015-09-14 | Apply the ancient art of tedu to ksh_limval.h. ok guenther | Nicholas Marriott |
2015-09-13 | zap unused FP support. from Michael McConville. ok nicm | Ted Unangst |
2013-04-19 | Add support for printing long long (%lld). OK deraadt@ | Todd C. Miller |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2005-12-11 | remove unused variables and functions | Theo de Raadt |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |
2004-12-20 | Ansification plus some minor knf. No binary change on i386 and | Otto Moerbeek |
2004-12-18 | Replace fd_clexec() with calls to fcntl(fd, F_SETFD, FD_CLOEXEC) | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2003-02-28 | typos; from Brian Poole | Jason McIntyre |
2000-11-21 | Bug fixes from pdksh-5.2.14-patches.1: | 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 |
1998-10-29 | Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of | Todd C. Miller |
1997-06-19 | back out | kstailey |
1997-06-18 | (foo *)0 -> NULL | kstailey |
1996-08-14 | Import pdksh 5.2.7. | Jason Downs |