| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document the builtin echo command | Mark Ovens | 2000-07-17 | 1 | -4/+60 |
| * | Fixd with alias missing. | SADA Kenji | 2000-07-15 | 1 | -0/+1 |
| * | Add \a and \e to "echo -e" escape handling. | Matthew Hunt | 2000-06-26 | 1 | -0/+2 |
| * | Fix parsing of string for eval command. | Martin Cracauer | 2000-05-15 | 1 | -0/+1 |
| * | Fix environment passung to eval'ed commands. | Martin Cracauer | 2000-05-15 | 2 | -1/+2 |
| * | Rename the trace() function (that is build only in the -DDEBUG=2 | Martin Cracauer | 2000-04-20 | 3 | -4/+5 |
| * | Include <errno.h> when compiling with -DDEBUG=2 | Martin Cracauer | 2000-04-20 | 1 | -0/+3 |
| * | Fix warnings, some of them serious because sh violated name | Martin Cracauer | 2000-04-20 | 8 | -17/+8 |
| * | Use #include <errno.h> rather than extern int errno;. | Warner Losh | 2000-04-14 | 1 | -2/+1 |
| * | Fix ${#varname} (getting length of string) when in double-quotes. | Martin Cracauer | 2000-02-15 | 1 | -1/+1 |
| * | Fix command hash handling on | Martin Cracauer | 1999-12-20 | 3 | -3/+29 |
| * | Second part of 8-bit fixes. | Martin Cracauer | 1999-12-16 | 1 | -1/+9 |
| * | Document ulimit -b for RLIMIT_SBSIZE. | Martin Cracauer | 1999-12-15 | 1 | -1/+3 |
| * | First round of 8-bit fixes. | Martin Cracauer | 1999-12-15 | 3 | -9/+10 |
| * | make '|' character visible. | Martin Cracauer | 1999-12-05 | 1 | -1/+1 |
| * | Fix "subscript has type `char'" warnings by casting to int, as | Martin Cracauer | 1999-12-04 | 2 | -5/+6 |
| * | Include strerror(errno) in error messages after failed system calls. | Martin Cracauer | 1999-11-29 | 10 | -15/+21 |
| * | Follow-up on mdoc fixes in rev 1.35; this includes things that I missed | Sheldon Hearn | 1999-11-18 | 1 | -29/+58 |
| * | The pipleline problem introduced in version 1.22 wasn't fully fixed in | Martin Cracauer | 1999-11-17 | 1 | -1/+1 |
| * | Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as an | Sheldon Hearn | 1999-11-10 | 1 | -2/+2 |
| * | Correct logic from previous commit - middle processes in long pipes | Steve Price | 1999-11-07 | 1 | -1/+1 |
| * | When a backquote command inside a here-document had a pipe with more | Martin Cracauer | 1999-11-05 | 1 | -1/+2 |
| * | Fix ';' command when used with -e flag. | Martin Cracauer | 1999-10-26 | 1 | -1/+8 |
| * | Implement ulimit -b for RLIMIT_SBSIZE. | Brian Feldman | 1999-10-09 | 1 | -1/+4 |
| * | Mdoc cleanup, with a few grammar cleanups on the side. | Sheldon Hearn | 1999-10-07 | 1 | -491/+915 |
| * | Correct some hard sentence breaks. Only those surrounding the previous | Sheldon Hearn | 1999-09-14 | 1 | -61/+65 |
| * | Improve shell documentation: | Sheldon Hearn | 1999-09-08 | 2 | -32/+44 |
| * | Revert to using .Xr for builtins. The cross-references don't work now, | Sheldon Hearn | 1999-08-31 | 1 | -5/+5 |
| * | Clean-up: | Sheldon Hearn | 1999-08-30 | 1 | -69/+160 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 69 | -71/+71 |
| * | Make the behaviour of `read -e', ie. treating backslashes as special, | Thomas Gellekum | 1999-08-26 | 2 | -17/+21 |
| * | Fix handling of the cd command inside evaluations. It was changing PWD, | Sheldon Hearn | 1999-07-19 | 1 | -1/+2 |
| * | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 8 | -17/+17 |
| * | First set of fixes to keep egcs happy. These include {} around single | Warner Losh | 1999-04-25 | 2 | -5/+4 |
| * | Next approach to make loops in interactive interruptable. | Martin Cracauer | 1999-04-21 | 4 | -13/+17 |
| * | Typo fix. | Masafumi Max NAKANE | 1999-04-19 | 1 | -3/+3 |
| * | Remove my temporary detection for PR 7059, Tor Egge fixed this bug. | Martin Cracauer | 1999-04-13 | 1 | -5/+1 |
| * | During variable expansion, the internal representation of the expression | Tor Egge | 1999-04-13 | 1 | -5/+5 |
| * | Fix typo in source-explaining comment. | Martin Cracauer | 1999-04-12 | 1 | -2/+2 |
| * | Add a guarded abort() for the problem in PR bin/7059 (no fix so far, | Martin Cracauer | 1999-04-12 | 1 | -17/+33 |
| * | When a variable expansion is enclosed in double quotes, the internal | Tor Egge | 1999-04-09 | 2 | -16/+56 |
| * | In interactive shells, break loops to the topmost level when a child | Martin Cracauer | 1999-04-03 | 1 | -1/+6 |
| * | Implement -a flag. A test shell script can be found at | Martin Cracauer | 1999-04-03 | 2 | -4/+5 |
| * | -T was missing in the synopsis line. | Martin Cracauer | 1999-04-02 | 1 | -2/+2 |
| * | The immediate execution of traps I introduced in September 1998 (to | Martin Cracauer | 1999-04-01 | 4 | -7/+23 |
| * | sh doesn't support <> redirections. | Brian Somers | 1999-03-31 | 1 | -4/+2 |
| * | Add references to test(1) and expr(1). | Joseph Koshy | 1998-12-18 | 1 | -1/+4 |
| * | Free memory from setmode. | Warner Losh | 1998-12-16 | 1 | -2/+3 |
| * | Fixed warnx format errors in printf and csh, and snprintf format errors | Bruce Evans | 1998-12-07 | 1 | -2/+12 |
| * | Fix typo. "If the an entry" --> "If an entry" | Bill Fumerola | 1998-12-02 | 1 | -2/+2 |