| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Be more consistent with handling of quote mark control character. | Tor Egge | 1998-09-13 | 4 | -72/+28 |
| * | Narrow down conditions to break wait() to process traps. | Martin Cracauer | 1998-09-10 | 2 | -5/+6 |
| * | Fix an inefficiency I introduced in my last commit. | Martin Cracauer | 1998-09-10 | 2 | -10/+6 |
| * | If traps are set, they are now executed even when a signal-blocking | Martin Cracauer | 1998-09-08 | 3 | -10/+27 |
| * | Better handling of word splitting. Don't record the same region | Tor Egge | 1998-09-06 | 7 | -49/+231 |
| * | Don't blindly eliminate `..' and the previous pathname component. | Tor Egge | 1998-09-06 | 2 | -19/+160 |
| * | Improve bookkeeping of in_waitcmd and style fixes. | Martin Cracauer | 1998-08-25 | 7 | -27/+41 |
| * | Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans. | Martin Cracauer | 1998-08-25 | 1 | -2/+2 |
| * | Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer. | Martin Cracauer | 1998-08-24 | 2 | -4/+4 |
| * | Do not exit on SIGINT in non-interactive shells, fixes PR 1206, | Martin Cracauer | 1998-08-24 | 9 | -45/+92 |