Age | Commit message (Expand) | Author |
2023-10-20 | Improve markup in some cases where .Li was abused. | Ingo Schwarze |
2023-06-10 | ksh: remove broken special handling of test -t | Omar Polo |
2022-12-26 | reformat some multiline markup, which had been causing an unwanted | Jason McIntyre |
2022-09-13 | == in [[ does pattern matching as well | Klemens Nanni |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-05-04 | shell scripts should use getopts instead of getopt | Christian Weisgerber |
2021-03-11 | groff complains about the word "An" in an Rs/Re block, believing it a macro, | Jason McIntyre |
2021-03-10 | Add support for ^R (redraw) in insert mode too. | Todd C. Miller |
2021-03-08 | use a journal reference instead of cstr when possible | Jonathan Gray |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2020-09-20 | Clear screen before redrawing the line with ^L, also in input mode. | Todd C. Miller |
2020-07-07 | Add support for set -o pipefail | Jeremie Courreges-Anglas |
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 |