summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2015-10-23Remove three strange and unused preproc defines. Submitted by Ilyammcc
2015-10-23Remove two comments listing functionless files. Trivial, no functionalmmcc
2015-10-23proto.h contains many function prototypes. It's apparently separate frommmcc
2015-10-22Final removal of EXTERN.mmcc
2015-10-22Fix typo in comment. From Theo Buehler.mmcc
2015-10-21Remove a couple of unhelpful defines.mmcc
2015-10-21Don't bother casting NULL.mmcc
2015-10-21Assign pointer to NULL rather than 0.mmcc
2015-10-21Penultimate commit to remove EXTERN.mmcc
2015-10-19Remove the define NOT, replace it with '!'. No binary change.mmcc
2015-10-19A little style(9) for sh.h includesmmcc
2015-10-19Move stddef.h include from sh.h to the file that uses it.mmcc
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-19More removal of EXTERN.mmcc
2015-10-19Apply style(9) to header includes.mmcc
2015-10-18Move more EXTERN-defined globals from sh.h.mmcc
2015-10-17add missing underscore; from theo buehlerJason McIntyre
2015-10-17Drop two useless defines.mmcc
2015-10-17Move a system header include from the global header (sh.h) into themmcc
2015-10-17Change allocarray() to areallocarray(), a full reallocarray clone. Allmmcc
2015-10-17Copy alloc()'s overflow check to aresize().mmcc
2015-10-16Change x_do_ins()'s arg type from int to size_t for correctness's sake,mmcc
2015-10-16Move the overflow check to alloc() so that the link struct overhead canmmcc
2015-10-16Cast iscntrl()'s arg to unsigned char.mmcc
2015-10-16wrap a long lineTheo de Raadt
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-16Add allocarray(), an overflow-safe allocation function.mmcc
2015-10-15Remove three distracting aliases for NULL.mmcc
2015-10-15Remove an unused included header (sys/stat.h).mmcc
2015-10-15Introduce an unsigned char variable for the ctype function calls.mmcc
2015-10-12indent the builtin text a little, for naddy;Jason McIntyre
2015-10-10Add a define for the invalid state, from mksh via Michael McConville.Nicholas Marriott
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-10Replace calls to x_emacs_putbuf() with x_do_ins() since allTodd C. Miller
2015-10-10Unused macros; from Michael McConville.Nicholas Marriott
2015-10-10Move more declarations out of proto.h into better headers, from MichaelNicholas Marriott
2015-10-10ksh can run with pledge "stdio rpath wpath cpath getpw fattr proc exec tty"Theo de Raadt
2015-10-09Lexer states are not needed outside of lex.c.Todd C. Miller
2015-10-09remove null check before afree. from Michael McConvilleTed Unangst
2015-10-09pare down the readme so as to not imply we are tracking upstream.Ted Unangst
2015-10-08stop trying to gift history files to the original owner. instead, don'tTed Unangst
2015-10-08little cleanup from Michael McConville, mostly related to stale comments.Ted Unangst
2015-10-06Remove an old and broken test snippet, from Michael McConville. ok millertNicholas Marriott
2015-10-06Drop the silly and distracting ACCEPT and REJECT macros, from MichaelNicholas Marriott
2015-10-06Move tree.c protos into tree.h, from Michael McConville, ok millertNicholas Marriott
2015-10-05Remove EXTERN from lex.h and put the definitions in lex.c, from MichaelNicholas Marriott
2015-10-05Remove EXTERN from table.h and put the definitions in table.c, fromNicholas Marriott
2015-09-30fix error message for csh-history. the lexer needs to back up more.Ted Unangst
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther