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