| Commit message (Expand) | Author | Age | Files | Lines |
* | groff complains about the word "An" in an Rs/Re block, believing it a macro, |  jmc | 2021-03-11 | 1 | -3/+3 |
* | Add support for ^R (redraw) in insert mode too. |  millert | 2021-03-10 | 1 | -2/+4 |
* | use a journal reference instead of cstr when possible |  jsg | 2021-03-08 | 1 | -1/+9 |
* | Add some references, most of these were removed when we stopped building |  jsg | 2021-03-08 | 1 | -2/+11 |
* | Clear screen before redrawing the line with ^L, also in input mode. |  millert | 2020-09-20 | 1 | -3/+12 |
* | Add support for set -o pipefail |  jca | 2020-07-07 | 1 | -3/+9 |
* | some corrections to CDPATH; |  jmc | 2019-11-26 | 1 | -4/+6 |
* | Fix spelling |  jca | 2019-06-24 | 1 | -2/+2 |
* | Partial revert of rev. 1.151: |  schwarze | 2019-06-24 | 1 | -5/+7 |
* | zap trailing whitespace; |  jmc | 2019-06-21 | 1 | -3/+3 |
* | Allow string greater/less than than operators to work with test aka [. |  millert | 2019-06-19 | 1 | -6/+11 |
* | Bind ^L (C-l) to clear-screen instead of redraw |  jca | 2019-04-03 | 1 | -4/+4 |
* | Tweak the syntax displays to show that the list of words |  schwarze | 2018-12-16 | 1 | -6/+6 |
* | Add clear-screen emacs editing command, currently not bound to a |  millert | 2018-06-18 | 1 | -2/+11 |
* | point readers to the correct place instead of having them |  benno | 2018-05-30 | 1 | -4/+4 |
* | remove the alias type='whence -v' and replace it with |  benno | 2018-05-18 | 1 | -4/+7 |
* | Clarify that the "bind" built-in command only affects Emacs editing |  schwarze | 2018-02-06 | 1 | -3/+8 |
* | Document change in the default shell prompts. |  tb | 2017-12-12 | 1 | -3/+3 |
* | Fix some incorrectness related to Emacs editing mode in ksh: |  anton | 2017-11-22 | 1 | -8/+14 |
* | Implement HISTCONTROL ignoredups & ignorespace features |  jca | 2017-08-30 | 1 | -1/+10 |
* | Stop exposing the emacs-usemeta option, and warn when trying to set it. |  jca | 2017-08-30 | 1 | -5/+2 |
* | \$ in PS1 gets you the default prompt character, which differs from the |  jmc | 2017-08-19 | 1 | -5/+5 |
* | Retire old behavior of requiring root prompt to contain # or \! |  guenther | 2017-08-11 | 1 | -11/+2 |
* | fix broken cross references; found with mandoc -Tlint |  schwarze | 2017-07-06 | 1 | -3/+3 |
* | Backout previous due to a bug discovered by zhuk@ that requires some tinkering |  anton | 2017-07-04 | 1 | -13/+1 |
* | Add support for pattern substitution to variables in ksh using a common syntax |  anton | 2017-07-04 | 1 | -2/+14 |
* | '^T' is documented to be bounded to transpose-chars while in emacs |  brynet | 2017-06-20 | 1 | -10/+2 |
* | Assigning to RANDOM calls srand_deterministic(3), not srand(3), |  schwarze | 2017-02-19 | 1 | -6/+4 |
* | Markup improvements: |  schwarze | 2016-11-14 | 1 | -83/+99 |
* | remove the "in the future" notes from the past; |  jmc | 2016-10-15 | 1 | -29/+5 |
* | Correct description of the "bind" builtin command. |  schwarze | 2016-10-14 | 1 | -8/+19 |
* | note that ulimit -m is not enforced, spotted by jmc |  tedu | 2016-10-07 | 1 | -2/+3 |
* | remove unneccessary .Pp; from jan stary |  jmc | 2016-09-30 | 1 | -3/+2 |
* | Move bug description to the BUGS section |  czarkoff | 2016-09-27 | 1 | -8/+13 |
* | Allow simple custom completions by creating an array named |  nicm | 2016-09-04 | 1 | -2/+21 |
* | Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in |  naddy | 2016-04-27 | 1 | -29/+2 |
* | More ksh POSIX compliance fixes by Martijn Dekker: |  tb | 2016-03-21 | 1 | -4/+6 |
* | tweak previous a little; |  jmc | 2016-03-06 | 1 | -3/+3 |
* | Make set +o conform with POSIX. |  natano | 2016-03-06 | 1 | -3/+4 |
* | Fix a typo. The command is to get the default system PATH value |  millert | 2016-03-04 | 1 | -2/+2 |
* | remove CSRG BSD-licensed mknod builtin code which was previously used to |  deraadt | 2016-03-04 | 1 | -40/+3 |
* | Remove reference to $ERRNO, which was been unimplemented for >= 19 |  mmcc | 2015-12-29 | 1 | -8/+2 |
* | remove special characters; diff from michael reed |  jmc | 2015-12-26 | 1 | -101/+101 |
* | Revert previous tweak, pending a more complete rewording. Discussed with |  mmcc | 2015-11-24 | 1 | -3/+3 |
* | This man page uses "Note that" profusely, which is generally considered |  mmcc | 2015-11-22 | 1 | -6/+9 |
* | Don't use pdksh for self-reference and remove needless historical |  mmcc | 2015-11-22 | 1 | -13/+8 |
* | Remove commented-out BUGS section that directs reports to long-extinct |  mmcc | 2015-11-22 | 1 | -34/+2 |
* | "one" -> "one or more" |  mmcc | 2015-11-21 | 1 | -3/+3 |
* | add missing NAME entries; ok schwarze |  jmc | 2015-11-09 | 1 | -3/+4 |
* | zap trailing whitespace; |  jmc | 2015-10-30 | 1 | -2/+2 |