summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
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
2015-12-29Remove reference to $ERRNO, which was been unimplemented for >= 19mmcc
2015-12-27Tweak comment: we now always make a copy of argv.Jeremie Courreges-Anglas
2015-12-27unconditionally duplicate the argv array on initialization, to make itAlexander Hall
2015-12-26remove special characters; diff from michael reedJason McIntyre
2015-12-22Assign pointer variables to NULL rather than 0. No functional change.mmcc
2015-12-21Replace an ugly bit of pointer arithmetic with a conditional expression.mmcc
2015-12-14Move system headers from sh.h to those files that actually need them.tb
2015-12-14Remove a superfluous macro. No binary change. ok tb@mmcc
2015-12-10In emacs command-line editing mode, make sure that moving left andIngo Schwarze
2015-12-06Remove a 250-line catalog of AT&T ksh bugs. ok tedummcc
2015-12-05Remove some more pdksh-specific stuff and references to files that nommcc
2015-12-05Remove descriptions of files that no longer exist.mmcc
2015-12-05Remove needless reference to LEGAL, which is likely outdated itself.mmcc
2015-12-05Remove some bug report guidelines from pdksh that aren't relevant to us.mmcc
2015-12-02comment typommcc
2015-11-24Revert previous tweak, pending a more complete rewording. Discussed withmmcc
2015-11-22This man page uses "Note that" profusely, which is generally consideredmmcc
2015-11-22Don't use pdksh for self-reference and remove needless historicalmmcc
2015-11-22Remove commented-out BUGS section that directs reports to long-extinctmmcc
2015-11-21"one" -> "one or more"mmcc
2015-11-20remove unused prototypetb
2015-11-18Only unget match[] if it has been used, ok sthenNicholas Marriott
2015-11-12use symbolics for flags to openTheo de Raadt
2015-11-12Use isdigit() instead of ksh's homebrewed alternative.mmcc
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
2015-11-09add missing NAME entries; ok schwarzeJason McIntyre
2015-11-08Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler.mmcc
2015-11-07Make it clearer that warningf()'s first argument determines whether themmcc
2015-11-05Capitalize entire macro name.mmcc
2015-11-05Clean up an Xstring macro. Submitted by Theo Buehler.mmcc
2015-11-05Remove an alias for a macro.mmcc