| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bring documentation on CDPATH and its effects on cd(1) back into sync with | tjr | 2002-06-19 | 1 | -4/+6 |
* | Document the -f and -v options of the unset builtin. | tjr | 2002-06-06 | 1 | -5/+15 |
* | Add the SUSv3 -p ("portable") option to both the export and readonly | tjr | 2002-06-06 | 1 | -2/+20 |
* | Quote alias values in the output of the alias(1) builtin so they are | tjr | 2002-06-04 | 1 | -0/+2 |
* | Add -s (output PID's only) and -l (show PID's) options to the jobs(1) | tjr | 2002-05-31 | 1 | -3/+16 |
* | mdoc(7) police: tidy up the markup a bit. | ru | 2002-05-29 | 1 | -142/+41 |
* | sh appeared in Version 1, not System V.1. | tjr | 2002-05-25 | 1 | -1/+1 |
* | Implement `set +o', which displays the currently set options in a format | tjr | 2002-05-25 | 1 | -0/+8 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | tjr | 2002-05-20 | 1 | -2/+32 |
* | Implement the -u (-o nounset) option, which gives an error message if | tjr | 2002-05-19 | 1 | -1/+0 |
* | Implement the -C (-o noclobber) option, which prevents existing regular | tjr | 2002-05-19 | 1 | -1/+0 |
* | Remove the printf builtin command from sh(1), which command is not | knu | 2001-11-20 | 1 | -6/+2 |
* | Make test(1) a builtin command of our sh(1) for efficiency. The | knu | 2001-11-17 | 1 | -2/+5 |
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -5/+4 |
* | Break the list of parameter expansions into two lists so that | sheldonh | 2001-07-23 | 1 | -0/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
* | Document "chdir" builtin. | dd | 2001-04-28 | 1 | -0/+4 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+8 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -11/+11 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 1 | -2/+2 |
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+1 |
* | Implement the <> redirection operator. | brian | 2000-10-03 | 1 | -3/+6 |
* | Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar). | sheldonh | 2000-07-24 | 1 | -1/+1 |
* | Add missing punctuation to one line. | sheldonh | 2000-07-24 | 1 | -1/+1 |
* | Document the builtin echo command | marko | 2000-07-17 | 1 | -4/+60 |
* | Document ulimit -b for RLIMIT_SBSIZE. | cracauer | 1999-12-15 | 1 | -1/+3 |
* | make '|' character visible. | cracauer | 1999-12-05 | 1 | -1/+1 |
* | Follow-up on mdoc fixes in rev 1.35; this includes things that I missed | sheldonh | 1999-11-18 | 1 | -29/+58 |
* | Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as an | sheldonh | 1999-11-10 | 1 | -2/+2 |
* | Mdoc cleanup, with a few grammar cleanups on the side. | sheldonh | 1999-10-07 | 1 | -498/+922 |
* | Correct some hard sentence breaks. Only those surrounding the previous | sheldonh | 1999-09-14 | 1 | -61/+65 |
* | Improve shell documentation: | sheldonh | 1999-09-08 | 1 | -32/+40 |