| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it easier to find that we have test(1) built-in in sh(1). | yar | 2006-07-26 | 1 | -4/+9 |
* | More inactive maintainers. | markm | 2006-07-09 | 1 | -2/+0 |
* | o Call fts_close() before exit. | maxim | 2006-07-04 | 1 | -0/+1 |
* | Document the fact that 'true' and 'false' are among sh(1) built-in commands. | yar | 2006-06-21 | 1 | -1/+5 |
* | Merge NetBSD's revision 1.86: Don't crash on "<cmd> | { }". | stefanf | 2006-06-15 | 1 | -1/+1 |
* | Implement the PS4 variable which is defined by the POSIX User Portability | stefanf | 2006-06-15 | 4 | -6/+23 |
* | Don't strip a leading ./ from the path for the cd builtin to avoid interpreting | stefanf | 2006-06-12 | 1 | -2/+3 |
* | o Fix grammar, format. | maxim | 2006-06-09 | 1 | -3/+3 |
* | Document the way to get list of files to process from the stdin. | kib | 2006-06-09 | 1 | -1/+3 |
* | Copy filename read from the stdin into the private buffer. Otherwise, | kib | 2006-06-09 | 1 | -1/+5 |
* | Fix the wording about the blocksize (-b) parameter. The existing | cokane | 2006-05-10 | 1 | -2/+3 |
* | POSIX demands that set's output (when invoked without arguments) should be | stefanf | 2006-04-29 | 1 | -9/+47 |
* | Check the buffer size when copying the line returned by el_gets() into our | stefanf | 2006-04-29 | 1 | -4/+13 |
* | Whitespace nits. | schweikh | 2006-04-17 | 2 | -5/+5 |
* | Correct assorted grammos and typos. | schweikh | 2006-04-16 | 1 | -11/+11 |
* | o Be pedantic and do fts_close() when done. | maxim | 2006-04-15 | 1 | -0/+1 |
* | Output something reasonable for regular and expanded here-documents. | schweikh | 2006-04-14 | 1 | -0/+6 |
* | Implement some of the differences between special built-ins and other builtins | stefanf | 2006-04-09 | 4 | -19/+23 |
* | Re-correct commit 1.73, but this time in a way that does not cause | gad | 2006-04-06 | 1 | -9/+18 |
* | Fix a problem introduced by change 1.73, which causes a seg-fault if | gad | 2006-04-05 | 1 | -0/+2 |
* | Issue an error when . (dot) is invoked without a filename. The synopsis | stefanf | 2006-04-02 | 1 | -8/+10 |
* | Use -s to flag POSIX's "special built-in" utilities in builtins.def. Add a | stefanf | 2006-04-02 | 2 | -22/+30 |
* | Change the -S and -t options to override each other so that the last one | jhb | 2006-03-24 | 2 | -0/+10 |
* | Fix a bug such that if you enabled sorting by size (-S) and enabled a | jhb | 2006-03-24 | 1 | -4/+4 |
* | Add a few more references to -U. | jhb | 2006-03-24 | 1 | -4/+4 |
* | Add a new -U flag to instruct ls to use the birthtime for printing or | jhb | 2006-03-24 | 7 | -4/+49 |
* | Fix spelling. | ru | 2006-03-19 | 1 | -1/+1 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 4 | -7/+15 |
* | Add "-q" argument to getfacl(1), which suppresses the per-file header | rwatson | 2006-03-13 | 2 | -11/+20 |
* | Use .Cm for all key words, not just the ones I added. More in line with | trhodes | 2006-03-10 | 1 | -12/+12 |
* | Collapse strncpy/strncat/strncat into a single snprintf, as suggested | gad | 2006-03-08 | 1 | -3/+1 |
* | Fix the case where the user specifies an alternate heading for some | gad | 2006-03-08 | 1 | -6/+13 |
* | Slightly better markup. | trhodes | 2006-03-06 | 1 | -8/+8 |
* | Instead of just hinting at available octets, list some. | trhodes | 2006-03-04 | 1 | -1/+43 |
* | 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 |