| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the PS4 variable which is defined by the POSIX User Portability | stefanf | 2006-06-15 | 1 | -3/+10 |
* | Document that '#' starts a comment. | stefanf | 2006-01-01 | 1 | -0/+7 |
* | - Document trap's -l option and the behaviour of a missing action or a single | stefanf | 2005-12-08 | 1 | -2/+14 |
* | Clarify that the echo builtin takes an arbitrary number of strings. | stefanf | 2005-12-08 | 1 | -4/+3 |
* | Add the times builtin. It reports the user and system time for the shell | stefanf | 2005-12-04 | 1 | -1/+6 |
* | -mdoc sweep. | ru | 2005-11-17 | 1 | -16/+14 |
* | Add `local' and `return' to the list of built-ins. | jcamou | 2005-11-03 | 1 | -0/+8 |
* | Document command -v and -V. | stefanf | 2005-10-29 | 1 | -2/+39 |
* | Document that read -t timeout returns 1 if the timeout elapses. | stefanf | 2005-10-29 | 1 | -1/+1 |
* | Elaborate on the behaviour of set -e. | stefanf | 2005-09-10 | 1 | -2/+7 |
* | Split the export synopsis into two lines as -p cannot be mixed with variable | stefanf | 2005-09-09 | 1 | -2/+3 |
* | fix typo: ommitted -> omitted | rse | 2005-09-06 | 1 | -1/+1 |
* | Document that `in word ...' is optional in the for command. | stefanf | 2005-09-03 | 1 | -2/+7 |
* | Document that unalias can be used to remove several alias names. | stefanf | 2005-09-02 | 1 | -5/+3 |
* | Wrap a line due to a new sentence. | jcamou | 2005-08-29 | 1 | -1/+2 |
* | o Discuss the ways to escape an alias. | jcamou | 2005-08-29 | 1 | -4/+16 |
* | Document umask's -S option. | stefanf | 2005-08-17 | 1 | -3/+8 |
* | Sorted sections and fixed prompt (PS[12]) strings. | ru | 2005-06-14 | 1 | -11/+11 |
* | Put the description of the -c option in the right place, as | ru | 2005-06-14 | 1 | -7/+9 |
* | Various sh(1) enhancements: | keramida | 2005-04-15 | 1 | -10/+83 |
* | Use ``.Pq Ql'' to quote single characters, instead of ``.Pq Li''. | keramida | 2005-03-04 | 1 | -17/+17 |
* | Add a section describing the exit status of the shell. | keramida | 2005-03-04 | 1 | -0/+8 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -0/+1 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-09 | 1 | -1/+1 |
* | Correct typo. | ceri | 2005-01-04 | 1 | -1/+1 |
* | o Add a missed "." . | maxim | 2004-12-02 | 1 | -1/+1 |
* | When listing the special $ variables, ($!, $#, etc) list them as $! | alfred | 2004-11-01 | 1 | -12/+16 |
* | Document missing multibyte character handling in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -94/+188 |
* | Document the "return" built-in better: it will exit . (sources) and | green | 2004-04-14 | 1 | -1/+7 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | mdoc(7) police: A better version of the same. | ru | 2003-05-16 | 1 | -2/+2 |
* | Fix references to non-existing or obsoleted man pages. | schweikh | 2003-04-30 | 1 | -2/+1 |
* | Document the -L and -P options to the cd and pwd commands as being | tjr | 2003-04-12 | 1 | -3/+3 |
* | Improve the layout of the description of the various parameter expansion | fanf | 2003-02-03 | 1 | -0/+2 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | mdoc(7) police: markup nit. | ru | 2002-12-23 | 1 | -1/+1 |
* | The code uses trapsasync, however the manual page uses asynctraps. Fix the | trhodes | 2002-12-17 | 1 | -1/+1 |
* | Document `trap EXIT` and `trap SIGNAME`. | fanf | 2002-12-17 | 1 | -1/+4 |
* | There is a built-in command called "builtin"; spell its name correctly | tjr | 2002-08-24 | 1 | -1/+1 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
* | Fix a few typos, among them s/builtin/built-in/ (except for the ref | schweikh | 2002-08-21 | 1 | -36/+36 |
* | mdoc(7) police: tidying. | ru | 2002-08-09 | 1 | -36/+9 |
* | Add a -P/-o physical option which behaves similarly to bash/ksh's options | tjr | 2002-07-25 | 1 | -1/+12 |
* | Add a `bind' builtin command, which is simply a wrapper around libedit's | tjr | 2002-07-23 | 1 | -0/+4 |
* | Implement the P1003.2 `command' builtin command, which is used to suppress | tjr | 2002-07-21 | 1 | -1/+21 |
* | Document that only one of the -n and -e options may be specified for | tjr | 2002-07-20 | 1 | -1/+11 |
* | Fix type-o in last commit in preparation for MFC. | dillon | 2002-07-02 | 1 | -1/+1 |
* | Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c. | sheldonh | 2002-06-27 | 1 | -1/+3 |