Age | Commit message (Expand) | Author |
2016-08-24 | Use writev(2) to write history records using a single syscall. | Todd C. Miller |
2016-08-24 | Avoid recursively calling c_fc(). Fixes a core dump from "r r" and | Todd C. Miller |
2016-08-16 | Avoid a compiler warning about use of uninitialized l.beg emitted | Theo Buehler |
2016-08-12 | rework initial text a little, to read better; | Jason McIntyre |
2016-08-09 | In emacs incremental search mode (^R), | Ingo Schwarze |
2016-07-28 | remove note about command substitution and double quotes: it is probable | Jason McIntyre |
2016-07-18 | rework the first sentence of this page; | Jason McIntyre |
2016-06-01 | put this in the public domain as well. reminded by theo. we discussed | Marc Espie |
2016-05-04 | Correct the description of the != operator in arithmetic expansion; | Ingo Schwarze |
2016-05-04 | line editing correction; from andras farkas | Jason McIntyre |
2016-04-27 | Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in | Christian Weisgerber |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-21 | More ksh POSIX compliance fixes by Martijn Dekker: | tb |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-17 | remove some ARGSUSED | mmcc |
2016-03-06 | tweak previous a little; | Jason McIntyre |
2016-03-06 | Make set +o conform with POSIX. | natano |
2016-03-05 | POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials | Dmitrij Czarkoff |
2016-03-04 | Fix a typo. The command is to get the default system PATH value | Todd C. Miller |
2016-03-04 | remove CSRG BSD-licensed mknod builtin code which was previously used to | Theo de Raadt |
2016-03-04 | don't parse (...|...) patterns in variable substitution inside double quotes | Dmitrij Czarkoff |
2016-01-29 | Therefor -> Therefore (where appropriate) | tb |
2016-01-26 | remove a useless macro | mmcc |
2016-01-15 | Initialize a struct kill_info and an associated int in the declarations | mmcc |
2016-01-08 | Next step in UTF-8 support: | Ingo Schwarze |
2015-12-30 | add another combo for home/end keys that works in tmux. | Ted Unangst |
2015-12-30 | rename global "e" to genv to avoid accidental shadowing and aliasing. | Ted Unangst |
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 |