sh(1): Extend documentation about subshells.
[dragonfly.git] / bin / sh / sh.1
2011-08-21 Peter Avalossh(1): Extend documentation about subshells.
2011-08-21 Peter Avalossh(1): Improve documentation of shell patterns:
2011-08-21 Peter Avalossh(1): Document the case command better.
2011-08-21 Peter Avalossh: Add do-nothing -h option.
2011-08-21 Peter Avalossh: Add case statement fallthrough (with ';...
2011-08-21 Peter Avalossh: Add support for named character classes in bracket...
2011-08-21 Peter Avalossh: Save/restore changed variables in optimized command...
2011-08-21 Peter Avalossh: Do parameter expansion on ENV before using it.
2011-08-21 Peter Avalossh: Do parameter expansion before printing PS4 (set...
2011-08-21 Peter Avalossh: Expand aliases after assignments and redirections.
2011-08-21 Peter Avalossh: Implement the cd -e flag proposed for the next...
2011-08-21 Peter Avalossh: Add \u/\U support (in $'...') for UTF-8.
2011-08-21 Peter Avalossh(1): Update BUGS section for UTF-8 support.
2011-08-21 Peter Avalossh: Add $'quoting' (C-style escape sequences).
2011-04-16 Peter Avalossh(1): Describe subshell environment, command substitut...
2011-02-12 Peter Avalossh: Sync with FreeBSD
2009-04-10 YONETANI TomokazuAdd `set -o tabcomplete' to /bin/sh
2009-02-08 Thomas Nikolajsensh.1: Fix markup.
2008-09-15 Thomas NikolajsenFix markup:
2008-01-26 Sascha WildnerIn SEE ALSO, mark references to pkgsrc manual pages...
2007-12-21 Sascha WildnerBring in a script(7) manual page which describes some...
2007-12-17 Sascha WildnerRemove trailing whitespace.
2007-12-16 Thomas NikolajsenDelete reference without relevance.
2007-01-16 Sascha Wildners/. Ar/.Ar/
2007-01-14 Peter AvalosMechanically kill hard sentence breaks.
2007-01-13 Peter AvalosAdd the POSIX option -p to the jobs builtin command...
2007-01-07 Peter AvalosUse -s to flag POSIX's "special built-in" utilities...
2006-07-20 Simon SchubertPull in fixes from FreeBSD to make -e handling work...
2006-05-26 Sascha Wildner- Uniformly use .In for header file references.
2006-04-11 Jeremy C. ReedDocument that the caret works like the excalamation...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: