summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
AgeCommit message (Expand)Author
2015-07-04Use "alternation" consistentlyfeinerer
2015-03-25Bind the Delete key (ESC[3~) to delete-char-forwardJeremie Courreges-Anglas
2015-03-15from zhuk: paths not beginning dot (as well as slash) use CDPATH;Jason McIntyre
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-01-16remove useless escaping; mandoc warned about some of thisIngo Schwarze
2014-12-09put back some information what the character classes actually mean;Ingo Schwarze
2014-12-09no more ctype(3);Jason McIntyre
2014-08-17update the built-ins list:Jason McIntyre
2014-02-12missing .An macros, based on a patch from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-01-28update book references;Jason McIntyre
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2013-12-18Remove artificial limit on the max array index.Todd C. Miller
2013-09-04Add a proper suspend builtin that saves/restores the tty and pgrpTodd C. Miller
2013-06-13Document correct interaction of -e flag with && and ||. OK jmc@Todd C. Miller
2013-03-18Keep documentation in sync with reality and update binding examples.Martin Pieuchot
2013-01-17remove some uesless Pp;Jason McIntyre
2012-07-08Document ${var[@]} and ${var[*]}Philip Guenthe
2012-06-19for arithmetic expressions, note that:Jason McIntyre
2012-04-30generalise ksh keybinding system - bindings are no longer limited inDamien Miller
2011-09-03make -column lists pretty again;Jason McIntyre
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2011-03-09substitute '~' for $HOME in the \W prompt case; matches bash's behavior.Okan Demirmen
2010-09-20according to ingo, it isn;t a problem to have empty [BDS]q macros, soJason McIntyre
2010-09-18some macro cleanup:Jason McIntyre
2010-07-15When the first argument or arguments of a macro are opening delimitersIngo Schwarze
2010-07-12ksh.1: add ((, )), ]], and `name' to the list of reserved words for compoundsJason McIntyre
2010-05-10tweak previous;Jason McIntyre
2010-05-10unset doesn't fail except for read-only variables and functionsMatthias Kilian
2010-03-27`b' and `c' arguments to mknod are not optional; from LEVAI DanielJason McIntyre
2010-02-26Array indices are limited to 0 through 10239 now.william
2010-02-25get rid of overlapping blocks discouraged by mdoc.samples(7);Ingo Schwarze
2009-05-28fix missing bracket by slightly rewriting; from Alan R. S. BuenoJason McIntyre
2009-03-06after some discussion with millert, pull in the character class infoJason McIntyre
2009-03-05Add glob(7) and refer to it. OK jmc@ sobrado@Todd C. Miller
2009-03-03Add POSIX character class support ([:alpha:] and friends) to ksh globbing.Todd C. Miller
2009-02-07some tweaks for previous that got missed;Jason McIntyre
2009-02-07Make built-in echo behave according to POSIX when set -o posix is in effect:Philip Guenthe
2009-01-29pass "xerrok" status across the execution call stack to more closelyJared Yanovich
2008-05-17documentation tweaks.Igor Sobrado
2008-03-21Make ulimit able to get and set multiple limits in a single invocationTodd C. Miller
2007-05-31Only process ENV when in interactive mode as SU says. Started byOtto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-30typos; from alf schlichtingJason McIntyre
2006-08-03comment fix; from tamas teveszJason McIntyre
2006-07-26clarifications for OPTIND:Jason McIntyre
2006-06-01simplify the PS1 section somewhat by moving the ! and \! stuff together;Jason McIntyre
2006-05-30document some advice when \$ is part of your prompt;Jason McIntyre
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
2006-04-22back out last - it was not a command line prompt;Jason McIntyre
2006-04-21missing command line prompt;Jason McIntyre