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