Age | Commit message (Expand) | Author |
2017-09-03 | Use PATH_MAX instead of a local define | Jeremie Courreges-Anglas |
2017-09-02 | whitespace commit from BC | Theo de Raadt |
2017-08-31 | ignoredups implementation quirk | Jeremie Courreges-Anglas |
2017-08-30 | Guard FEMACSUSEMETA uses behind #ifdef EMACS | Jeremie Courreges-Anglas |
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-30 | Drop needless comment | Jeremie Courreges-Anglas |
2017-08-30 | No need for NULL checks before afree() | Jeremie Courreges-Anglas |
2017-08-29 | Kill a useless setlocale() query | Jeremie Courreges-Anglas |
2017-08-28 | Don't bother setting freed history lines to NULL. | Jeremie Courreges-Anglas |
2017-08-28 | Put history_write() in line with other functions that walk history | Jeremie Courreges-Anglas |
2017-08-27 | Free history entries when resizing/reloading | Jeremie Courreges-Anglas |
2017-08-27 | Remove unused copy_non_glob() in ksh. | Nayden Markatchev |
2017-08-26 | Don't lose the latest history line & don't crash when shrinking histsize | Jeremie Courreges-Anglas |
2017-08-19 | \$ in PS1 gets you the default prompt character, which differs from the | Jason McIntyre |
2017-08-15 | Remove expensive pointer check in afree() | Jeremie Courreges-Anglas |
2017-08-11 | Retire old behavior of requiring root prompt to contain # or \! | Philip Guenther |
2017-08-11 | Check whether the first two characters of $HISTFILE are the magic | Theo Buehler |
2017-08-01 | Disable ksh VI-editing mode on the install media. We need the space | Theo de Raadt |
2017-07-24 | Fix off-by-one error introduced in the previous commit. | Theo Buehler |
2017-07-24 | Prettify, simplify | Jeremie Courreges-Anglas |
2017-07-24 | Use memmove instead of a hand-rolled loop | Jeremie Courreges-Anglas |
2017-07-22 | Use monotonic clock for the time command in csh and ksh. | anton |
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-29 | Increase the input line buffer to 4096 bytes. | Martijn van Duren |
2017-06-25 | No need to NUL-terminate the line buffer since it's handled by x_e_getu8() by | anton |
2017-06-25 | Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read a | anton |
2017-06-20 | '^T' is documented to be bounded to transpose-chars while in emacs | Bryan Steele |
2017-06-01 | The fact is simple: Subshells have the same PPID as the current shell. | Theo Buehler |
2017-05-31 | Let the 's' command delete the right number of bytes when UTF-8 | Ingo Schwarze |
2017-05-31 | Allow replacement of UTF-8 characters in vi mode. | anton |
2017-05-29 | Change the mmap(2)-based binary history file with lots of magic and a | Theo Buehler |
2017-05-28 | Fix cursor position while removing characters from the command line. | anton |
2017-05-26 | document behaviour when CDPATH unset; | Jason McIntyre |
2017-05-12 | Improve UTF-8 handling on lines that are wider than the terminal, | Ingo Schwarze |
2017-05-11 | a little tidy up; from raf czlonka | Jason McIntyre |
2017-05-01 | Quiet an "implicit conversion from 'int' to 'char' changes value" | Todd C. Miller |
2017-03-16 | document the "type" built-in, marked as xsi by posix; | Jason McIntyre |
2017-03-16 | document the ulimit built-in, which is now marked xsi by posix; | Jason McIntyre |
2017-03-16 | document the "hash" built-in, moved to (posix) base in issue 7; | Jason McIntyre |
2017-02-19 | Assigning to RANDOM calls srand_deterministic(3), not srand(3), | Ingo Schwarze |
2016-12-11 | I missed a bit of the indentation fix from Kartik Agaram. | Todd C. Miller |
2016-12-11 | When ERREXIT (set -e) is in effect, don't disable it after a | Todd C. Miller |
2016-12-11 | In execute() we assign xerrorok to a dummy value if it is NULL | Todd C. Miller |
2016-12-11 | Fix for() loop indentation for TCASE in execute() and add some | Todd C. Miller |
2016-11-14 | Remove an escaped blank space and insert an No macro to keep \&; at a | Theo Buehler |
2016-11-14 | Markup improvements: | Ingo Schwarze |
2016-11-12 | Fix lexicographic order of shell built-ins: trap comes before true. | Theo Buehler |