Age | Commit message (Expand) | Author |
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 |
2016-10-17 | simplify implementation of the '$' command, no functional change; | Ingo Schwarze |
2016-10-17 | resolve code duplication in domove() for the commands: b B w W | Ingo Schwarze |
2016-10-17 | No need to inspect LC_CTYPE: | Ingo Schwarze |
2016-10-17 | Make sure the cursor goes to the first byte of a UTF-8 character | 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-11 | Partial UTF-8 line editing support for ksh(1) vi input mode; | 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-08 | Mark PPID read-only as per the manual. From Anthony Coulter. | Todd C. Miller |
2016-09-08 | Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4 | Todd C. Miller |
2016-09-08 | Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@ | Todd C. Miller |
2016-09-08 | Don't try to look up array names for complete_* that aren't | Nicholas Marriott |
2016-09-07 | remove unused variable 'last' | David Coppa |
2016-09-04 | Allow simple custom completions by creating an array named | Nicholas Marriott |
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 |