Age | Commit message (Expand) | Author |
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 |
2006-03-07 | simplify the description of what a restricted shell is: | Jason McIntyre |
2005-12-06 | make the PS1 section a little easier to read; | Jason McIntyre |
2005-11-30 | document root PS1 feature: | Jason McIntyre |
2005-11-16 | document the procedure for providing a startup file for interactive | Jason McIntyre |
2005-10-12 | document new max array size | Bernd Ahlers |
2005-10-07 | brief description of mknod built-in; | Jason McIntyre |
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek |
2005-09-07 | LINES and \\ in PS1 prompt are implemented, so remove information | Jason McIntyre |
2005-08-21 | Comment out description for 'ulimit -v' since we don't support | Todd C. Miller |
2005-08-01 | more `version' removal; | Jason McIntyre |
2005-08-01 | Document ^V change from version to quote command | Otto Moerbeek |
2005-05-25 | add missing detail from IFS example | Jared Yanovich |
2005-05-12 | .Xr script 7 | Jason McIntyre |
2005-03-04 | document that $HOME is shown as `~' for PS1 \w substitutions; | Jason McIntyre |
2005-02-18 | sort options to echo builtin; | Jason McIntyre |
2005-02-16 | a note about why we have both EDITOR and VISUAL env vars; | Jason McIntyre |
2005-02-16 | document that `emacs' is the default editing mode, and that as well | Jason McIntyre |
2005-02-08 | oops, missed a prompt; | Jason McIntyre |
2005-02-08 | use command prompts and literal for commands; | Jason McIntyre |
2005-02-08 | big overhaul of these pages, to make them clearer to read; | Jason McIntyre |