summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
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
2016-07-18rework the first sentence of this page;Jason McIntyre
2016-06-01put this in the public domain as well. reminded by theo. we discussedMarc Espie
2016-05-04Correct the description of the != operator in arithmetic expansion;Ingo Schwarze
2016-05-04line editing correction; from andras farkasJason McIntyre
2016-04-27Do not handle echo "`echo \"hi\"`" in POSIX mode differently than inChristian Weisgerber
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-21More ksh POSIX compliance fixes by Martijn Dekker:tb
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-17remove some ARGSUSEDmmcc
2016-03-06tweak previous a little;Jason McIntyre
2016-03-06Make set +o conform with POSIX.natano
2016-03-05POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specialsDmitrij Czarkoff
2016-03-04Fix a typo. The command is to get the default system PATH valueTodd C. Miller
2016-03-04remove CSRG BSD-licensed mknod builtin code which was previously used toTheo de Raadt
2016-03-04don't parse (...|...) patterns in variable substitution inside double quotesDmitrij Czarkoff
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-26remove a useless macrommcc
2016-01-15Initialize a struct kill_info and an associated int in the declarationsmmcc
2016-01-08Next step in UTF-8 support:Ingo Schwarze
2015-12-30add another combo for home/end keys that works in tmux.Ted Unangst
2015-12-30rename global "e" to genv to avoid accidental shadowing and aliasing.Ted Unangst