| Commit message (Expand) | Author | Age | Files | Lines |
* | For pts, print the pts number, instead of the full name. As it was, we ended | cognet | 2006-02-21 | 1 | -0/+2 |
* | Enable NLS catalog of csh(1). | ume | 2006-02-19 | 4 | -1/+136 |
* | Add '-F' option which allows to delete existing empty directories, when | glebius | 2006-02-14 | 2 | -8/+50 |
* | Initialize PWD early on (don't expect it to be inherited from the | schweikh | 2006-02-04 | 1 | -0/+2 |
* | s/staticly/statically/g | schweikh | 2006-02-04 | 1 | -2/+2 |
* | s/varable/variable/; s/tored/stored/ | schweikh | 2006-02-04 | 1 | -2/+2 |
* | Remove some white space at EOL. | schweikh | 2006-02-04 | 5 | -15/+15 |
* | Document that '#' starts a comment. | stefanf | 2006-01-01 | 1 | -0/+7 |
* | o Now when SIG_IGN signal action for SIGCHLD reap zombies | maxim | 2005-12-14 | 1 | -0/+2 |
* | [mdoc] add missing space before a punctuation type argument. | ru | 2005-12-13 | 1 | -1/+1 |
* | - Document trap's -l option and the behaviour of a missing action or a single | stefanf | 2005-12-08 | 1 | -2/+14 |
* | Print empty quotes ('') when an empty string is passed to outqstr(). | stefanf | 2005-12-08 | 1 | -0/+4 |
* | Correctly quote the output when showing the installed trap actions. | stefanf | 2005-12-08 | 1 | -6/+5 |
* | Clarify that the echo builtin takes an arbitrary number of strings. | stefanf | 2005-12-08 | 1 | -4/+3 |
* | Sort. | stefanf | 2005-12-04 | 1 | -6/+6 |
* | Remove a few commented out builtins from the original ash. The files | stefanf | 2005-12-04 | 1 | -5/+0 |
* | Add the times builtin. It reports the user and system time for the shell | stefanf | 2005-12-04 | 4 | -1/+34 |
* | -mdoc sweep. | ru | 2005-11-17 | 5 | -27/+18 |
* | Having three options (-a, -A, -I) controlling the output of dotted | ru | 2005-11-16 | 3 | -20/+14 |
* | Mention the non-standardness of the -I option in ls(1). | mux | 2005-11-10 | 1 | -1/+2 |
* | Add a -I option to disable the automatic -A flag for the super-user. | mux | 2005-11-10 | 2 | -9/+25 |
* | Add `local' and `return' to the list of built-ins. | jcamou | 2005-11-03 | 1 | -0/+8 |
* | Note which options are not part of the standards. | trhodes | 2005-11-01 | 1 | -1/+12 |
* | Include disabled options in the output of 'set +o'. POSIX says the output of | stefanf | 2005-10-29 | 1 | -11/+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 |
* | Add the POSIX options -v and -V to the 'command' builtin. Both describe the | stefanf | 2005-10-28 | 3 | -13/+67 |
* | Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc, | stefanf | 2005-10-28 | 3 | -4/+19 |
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
* | Give .Dd a tummy rub, forgotten on my last commit. | dougb | 2005-09-30 | 1 | -1/+1 |
* | Handle the case where the -P flag is specified for a read-only file | dougb | 2005-09-29 | 2 | -4/+9 |
* | Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allow | mp | 2005-09-22 | 1 | -0/+1 |
* | Add a "-q" quiet flag to kenv so that warnings can be suppressed. | rwatson | 2005-09-13 | 2 | -9/+20 |
* | Elaborate on the behaviour of set -e. | stefanf | 2005-09-10 | 1 | -2/+7 |
* | Pass the EV_TESTED flag to evalloop() and evalfor(). This fixes unwanted | stefanf | 2005-09-10 | 1 | -8/+8 |
* | Pass the EV_TESTED flag to the left operand of NSEMI nodes. This fixes | stefanf | 2005-09-10 | 1 | -1/+1 |
* | Exit the shell if a pipeline that is not preceded by ! fails and set -e is | stefanf | 2005-09-10 | 1 | -3/+7 |
* | 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 |
* | Mention that uuidgen(1) generates DCE version 1 UUIDs only | rse | 2005-09-07 | 1 | -2/+3 |
* | fix typos: decribed -> described, preceeded -> preceded | rse | 2005-09-06 | 1 | -3/+3 |
* | 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 |
* | Attempt to complete the userspace integration of POSIX.1e extended ACLs. | csjp | 2005-09-05 | 4 | -2/+104 |
* | 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 |