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