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