| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split the export synopsis into two lines as -p cannot be mixed with variable | stefanf | 2005-09-09 | 1 | -2/+3 |
* | - Provide a reasonable error message for `export -p var'. | stefanf | 2005-09-09 | 1 | -1/+3 |
* | Fix the error message if the mask that is passed to umask -S contains | stefanf | 2005-09-09 | 1 | -1/+1 |
* | Various small code cleanups resulting from a code reviewing | rse | 2005-09-06 | 3 | -12/+4 |
* | fix typo: ommitted -> omitted | rse | 2005-09-06 | 1 | -1/+1 |
* | Print pointers with %p rather than casting them to long. | stefanf | 2005-09-05 | 2 | -5/+5 |
* | Document that `in word ...' is optional in the for command. | stefanf | 2005-09-03 | 1 | -2/+7 |
* | Return 1 from the unalias builtin if _any_ removal fails, not just the last | stefanf | 2005-09-02 | 1 | -1/+1 |
* | Remove extra getenv() declaration. | stefanf | 2005-09-02 | 1 | -1/+0 |
* | 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 |
* | Remove a hack for an ancient gdb. | stefanf | 2005-08-15 | 1 | -13/+4 |
* | Recent cleanups made it possible to bump WARNS to 3. | stefanf | 2005-08-14 | 1 | -1/+1 |
* | Put the comparison with PEOF into a new macro is_eof(). Don't use it if the | stefanf | 2005-08-13 | 2 | -6/+8 |
* | Declare echocmd() and testcmd(). | stefanf | 2005-08-13 | 1 | -0/+2 |
* | Use assignment rather than comparison. | stefanf | 2005-08-13 | 1 | -2/+2 |
* | - Provide all initialisers for a struct event. | stefanf | 2005-08-13 | 1 | -5/+6 |
* | First declare the functions to pacify -Wmissing-prototypes. | stefanf | 2005-08-13 | 1 | -0/+4 |
* | Include missing headers. | stefanf | 2005-08-13 | 2 | -0/+2 |
* | Use prototypes in the MKINIT lines collected by mkinit. | stefanf | 2005-08-13 | 3 | -3/+3 |
* | Use prototypes in the generated builtins.{c,h} files. | stefanf | 2005-08-13 | 1 | -3/+3 |
* | cvs -d stefanf@ncvs.FreeBSD.org:/home/ncvs | stefanf | 2005-08-13 | 3 | -5/+9 |
* | El_parse's third parameter is now const-qualified, add a cast. | stefanf | 2005-08-11 | 1 | -1/+1 |
* | Fix a bug when shell expansion is done against dangling symlinks, by | delphij | 2005-07-07 | 1 | -1/+1 |
* | 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 |
* | A second attempt to adjust option-parsing on a shell command, for the | gad | 2005-05-16 | 1 | -1/+20 |
* | 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 |
* | Support \H, \h, \w, \W, \$ string expansion in the prompt. | obrien | 2005-03-01 | 1 | -4/+91 |
* | Change /bin/sh so *it* implements the processing needed for scripts to | gad | 2005-02-16 | 1 | -11/+43 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 14 | -4/+31 |
* | 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 |
* | o Terminate an endless loop sh -T goes into in dowait() around waitproc(). | maxim | 2004-12-02 | 1 | -1/+2 |
* | When listing the special $ variables, ($!, $#, etc) list them as $! | alfred | 2004-11-01 | 1 | -12/+16 |
* | Attempting to unset an undefined variable or function should not be | des | 2004-09-27 | 2 | -2/+2 |
* | Document missing multibyte character handling in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -96/+192 |
* | Include <stdio.h> for a sprintf() prototype. | stefanf | 2004-05-24 | 1 | -0/+2 |
* | 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 | 66 | -264/+0 |
* | Install /bin/sh safely. This allows a shell script to be used | ru | 2004-03-18 | 1 | -0/+1 |
* | style.Makefile: | johan | 2004-02-23 | 1 | -1/+1 |
* | style(9): wrap at 80 columns. | njl | 2004-02-12 | 1 | -3/+5 |