Age | Commit message (Expand) | Author |
2016-03-06 | tweak previous a little; | Jason McIntyre |
2016-03-06 | Make set +o conform with POSIX. | natano |
2016-03-04 | Fix a typo. The command is to get the default system PATH value | Todd C. Miller |
2016-03-04 | remove CSRG BSD-licensed mknod builtin code which was previously used to | Theo de Raadt |
2015-12-29 | Remove reference to $ERRNO, which was been unimplemented for >= 19 | mmcc |
2015-12-26 | remove special characters; diff from michael reed | Jason McIntyre |
2015-11-24 | Revert previous tweak, pending a more complete rewording. Discussed with | mmcc |
2015-11-22 | This man page uses "Note that" profusely, which is generally considered | mmcc |
2015-11-22 | Don't use pdksh for self-reference and remove needless historical | mmcc |
2015-11-22 | Remove commented-out BUGS section that directs reports to long-extinct | mmcc |
2015-11-21 | "one" -> "one or more" | mmcc |
2015-11-09 | add missing NAME entries; ok schwarze | Jason McIntyre |
2015-10-30 | zap trailing whitespace; | Jason McIntyre |
2015-10-30 | Try to clarify the fc section a tad; fc apprently stands for "fix command". | Todd C. Miller |
2015-10-30 | 'fc -e -' is deprecated in favor of 'fc -s', so update the built-in alias | Philip Guenther |
2015-10-17 | add missing underscore; from theo buehler | Jason McIntyre |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
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 |