Age | Commit message (Expand) | Author |
2019-11-26 | some corrections to CDPATH; | Jason McIntyre |
2019-06-24 | Fix spelling | Jeremie Courreges-Anglas |
2019-06-24 | Partial revert of rev. 1.151: | Ingo Schwarze |
2019-06-21 | zap trailing whitespace; | Jason McIntyre |
2019-06-19 | Allow string greater/less than than operators to work with test aka [. | Todd C. Miller |
2019-04-03 | Bind ^L (C-l) to clear-screen instead of redraw | Jeremie Courreges-Anglas |
2018-12-16 | Tweak the syntax displays to show that the list of words | Ingo Schwarze |
2018-06-18 | Add clear-screen emacs editing command, currently not bound to a | Todd C. Miller |
2018-05-30 | point readers to the correct place instead of having them | Sebastian Benoit |
2018-05-18 | remove the alias type='whence -v' and replace it with | Sebastian Benoit |
2018-02-06 | Clarify that the "bind" built-in command only affects Emacs editing | Ingo Schwarze |
2017-12-12 | Document change in the default shell prompts. | Theo Buehler |
2017-11-22 | Fix some incorrectness related to Emacs editing mode in ksh: | anton |
2017-08-30 | Implement HISTCONTROL ignoredups & ignorespace features | Jeremie Courreges-Anglas |
2017-08-30 | Stop exposing the emacs-usemeta option, and warn when trying to set it. | Jeremie Courreges-Anglas |
2017-08-19 | \$ in PS1 gets you the default prompt character, which differs from the | Jason McIntyre |
2017-08-11 | Retire old behavior of requiring root prompt to contain # or \! | Philip Guenther |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-04 | Backout previous due to a bug discovered by zhuk@ that requires some tinkering | anton |
2017-07-04 | Add support for pattern substitution to variables in ksh using a common syntax | anton |
2017-06-20 | '^T' is documented to be bounded to transpose-chars while in emacs | Bryan Steele |
2017-02-19 | Assigning to RANDOM calls srand_deterministic(3), not srand(3), | Ingo Schwarze |
2016-11-14 | Markup improvements: | Ingo Schwarze |
2016-10-15 | remove the "in the future" notes from the past; | Jason McIntyre |
2016-10-14 | Correct description of the "bind" builtin command. | Ingo Schwarze |
2016-10-07 | note that ulimit -m is not enforced, spotted by jmc | Ted Unangst |
2016-09-30 | remove unneccessary .Pp; from jan stary | Jason McIntyre |
2016-09-27 | Move bug description to the BUGS section | Dmitrij Czarkoff |
2016-09-04 | Allow simple custom completions by creating an array named | Nicholas Marriott |
2016-04-27 | Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in | Christian Weisgerber |
2016-03-21 | More ksh POSIX compliance fixes by Martijn Dekker: | tb |
2016-03-06 | tweak previous a little; | Jason McIntyre |
2016-03-06 | Make set +o conform with POSIX. | natano |
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 |
2015-12-29 | Remove reference to $ERRNO, which was been unimplemented for >= 19 | mmcc |
2015-12-26 | remove special characters; diff from michael reed | Jason McIntyre |
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-09 | add missing NAME entries; ok schwarze | Jason McIntyre |
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-17 | add missing underscore; from theo buehler | Jason McIntyre |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-07-04 | Use "alternation" consistently | feinerer |
2015-03-25 | Bind the Delete key (ESC[3~) to delete-char-forward | Jeremie Courreges-Anglas |