summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2017-07-22Use monotonic clock for the time command in csh and ksh.anton
2017-07-06fix broken cross references; found with mandoc -TlintIngo Schwarze
2017-07-04Backout previous due to a bug discovered by zhuk@ that requires some tinkeringanton
2017-07-04Add support for pattern substitution to variables in ksh using a common syntaxanton
2017-06-29Increase the input line buffer to 4096 bytes.Martijn van Duren
2017-06-25No need to NUL-terminate the line buffer since it's handled by x_e_getu8() byanton
2017-06-25Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read aanton
2017-06-20'^T' is documented to be bounded to transpose-chars while in emacsBryan Steele
2017-06-01The fact is simple: Subshells have the same PPID as the current shell.Theo Buehler
2017-05-31Let the 's' command delete the right number of bytes when UTF-8Ingo Schwarze
2017-05-31Allow replacement of UTF-8 characters in vi mode.anton
2017-05-29Change the mmap(2)-based binary history file with lots of magic and aTheo Buehler
2017-05-28Fix cursor position while removing characters from the command line.anton
2017-05-26document behaviour when CDPATH unset;Jason McIntyre
2017-05-12Improve UTF-8 handling on lines that are wider than the terminal,Ingo Schwarze
2017-05-11a little tidy up; from raf czlonkaJason McIntyre
2017-05-01Quiet an "implicit conversion from 'int' to 'char' changes value"Todd C. Miller
2017-03-16document the "type" built-in, marked as xsi by posix;Jason McIntyre
2017-03-16document the ulimit built-in, which is now marked xsi by posix;Jason McIntyre
2017-03-16document the "hash" built-in, moved to (posix) base in issue 7;Jason McIntyre
2017-02-19Assigning to RANDOM calls srand_deterministic(3), not srand(3),Ingo Schwarze
2016-12-11I missed a bit of the indentation fix from Kartik Agaram.Todd C. Miller
2016-12-11When ERREXIT (set -e) is in effect, don't disable it after aTodd C. Miller
2016-12-11In execute() we assign xerrorok to a dummy value if it is NULLTodd C. Miller
2016-12-11Fix for() loop indentation for TCASE in execute() and add someTodd C. Miller
2016-11-14Remove an escaped blank space and insert an No macro to keep \&; at aTheo Buehler
2016-11-14Markup improvements:Ingo Schwarze
2016-11-12Fix lexicographic order of shell built-ins: trap comes before true.Theo Buehler
2016-10-17simplify implementation of the '$' command, no functional change;Ingo Schwarze
2016-10-17resolve code duplication in domove() for the commands: b B w WIngo Schwarze
2016-10-17No need to inspect LC_CTYPE:Ingo Schwarze
2016-10-17Make sure the cursor goes to the first byte of a UTF-8 characterIngo Schwarze
2016-10-15remove the "in the future" notes from the past;Jason McIntyre
2016-10-14Correct description of the "bind" builtin command.Ingo Schwarze
2016-10-11Partial UTF-8 line editing support for ksh(1) vi input mode;Ingo Schwarze
2016-10-07note that ulimit -m is not enforced, spotted by jmcTed Unangst
2016-09-30remove unneccessary .Pp; from jan staryJason McIntyre
2016-09-27Move bug description to the BUGS sectionDmitrij Czarkoff
2016-09-08Mark PPID read-only as per the manual. From Anthony Coulter.Todd C. Miller
2016-09-08Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4Todd C. Miller
2016-09-08Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@Todd C. Miller
2016-09-08Don't try to look up array names for complete_* that aren'tNicholas Marriott
2016-09-07remove unused variable 'last'David Coppa
2016-09-04Allow simple custom completions by creating an array namedNicholas Marriott
2016-08-24Use writev(2) to write history records using a single syscall.Todd C. Miller
2016-08-24Avoid recursively calling c_fc(). Fixes a core dump from "r r" andTodd C. Miller
2016-08-16Avoid a compiler warning about use of uninitialized l.beg emittedTheo Buehler
2016-08-12rework initial text a little, to read better;Jason McIntyre
2016-08-09In emacs incremental search mode (^R),Ingo Schwarze
2016-07-28remove note about command substitution and double quotes: it is probableJason McIntyre