Age | Commit message (Expand) | Author |
2015-12-29 | Remove reference to $ERRNO, which was been unimplemented for >= 19 | mmcc |
2015-12-27 | Tweak comment: we now always make a copy of argv. | Jeremie Courreges-Anglas |
2015-12-27 | unconditionally duplicate the argv array on initialization, to make it | Alexander Hall |
2015-12-26 | remove special characters; diff from michael reed | Jason McIntyre |
2015-12-22 | Assign pointer variables to NULL rather than 0. No functional change. | mmcc |
2015-12-21 | Replace an ugly bit of pointer arithmetic with a conditional expression. | mmcc |
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-12-10 | In emacs command-line editing mode, make sure that moving left and | Ingo Schwarze |
2015-12-06 | Remove a 250-line catalog of AT&T ksh bugs. ok tedu | mmcc |
2015-12-05 | Remove some more pdksh-specific stuff and references to files that no | mmcc |
2015-12-05 | Remove descriptions of files that no longer exist. | mmcc |
2015-12-05 | Remove needless reference to LEGAL, which is likely outdated itself. | mmcc |
2015-12-05 | Remove some bug report guidelines from pdksh that aren't relevant to us. | mmcc |
2015-12-02 | comment typo | mmcc |
2015-11-24 | Revert previous tweak, pending a more complete rewording. Discussed with | mmcc |
2015-11-22 | This man page uses "Note that" profusely, which is generally considered | mmcc |
2015-11-22 | Don't use pdksh for self-reference and remove needless historical | mmcc |
2015-11-22 | Remove commented-out BUGS section that directs reports to long-extinct | mmcc |
2015-11-21 | "one" -> "one or more" | mmcc |
2015-11-20 | remove unused prototype | tb |
2015-11-18 | Only unget match[] if it has been used, ok sthen | Nicholas Marriott |
2015-11-12 | use symbolics for flags to open | Theo de Raadt |
2015-11-12 | Use isdigit() instead of ksh's homebrewed alternative. | mmcc |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-11-09 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-11-08 | Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler. | mmcc |
2015-11-07 | Make it clearer that warningf()'s first argument determines whether the | mmcc |
2015-11-05 | Capitalize entire macro name. | mmcc |
2015-11-05 | Clean up an Xstring macro. Submitted by Theo Buehler. | mmcc |
2015-11-05 | Remove an alias for a macro. | mmcc |
2015-11-02 | Another aresize() -> areallocarray(). | mmcc |
2015-11-01 | aresize() -> areallocarray() | mmcc |
2015-11-01 | Remove two casts of void* return types. | mmcc |
2015-11-01 | Drop a needless cast of a void *. | mmcc |
2015-11-01 | Add uses of areallocarray(). mksh and Bitrig ksh already have similar | mmcc |
2015-10-30 | zap trailing whitespace; | Jason McIntyre |
2015-10-30 | Try to clarify the fc section a tad; fc apprently stands for "fix command". | Todd C. Miller |
2015-10-30 | 'fc -e -' is deprecated in favor of 'fc -s', so update the built-in alias | Philip Guenther |
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 |