| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | If traps are set, they are now executed even when a signal-blocking | cracauer | 1998-09-08 | 3 | -10/+27 |
* | Better handling of word splitting. Don't record the same region | tegge | 1998-09-06 | 7 | -49/+231 |
* | Don't blindly eliminate `..' and the previous pathname component. | tegge | 1998-09-06 | 2 | -19/+160 |
* | Improve bookkeeping of in_waitcmd and style fixes. | cracauer | 1998-08-25 | 7 | -27/+41 |
* | Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans. | cracauer | 1998-08-25 | 1 | -2/+2 |
* | Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer. | cracauer | 1998-08-24 | 2 | -4/+4 |
* | Do not exit on SIGINT in non-interactive shells, fixes PR 1206, | cracauer | 1998-08-24 | 9 | -45/+92 |
* | Document behaviour of "-" and "--" on the command line. | jkoshy | 1998-07-30 | 1 | -2/+7 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -4/+3 |
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 27 | -79/+127 |
* | Backed out previous backout. Put y.tab.h back in SRCS. | bde | 1998-05-06 | 1 | -10/+6 |
* | Backed out previous commit. It was tested, but not for the case where | bde | 1998-05-05 | 1 | -4/+8 |
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 1 | -8/+4 |
* | When calling a shell function, remember whether exit status is tested. | cracauer | 1998-05-04 | 1 | -2/+5 |
* | Backed out most of rev.1.19 (explicit dependencies of object files | bde | 1998-04-26 | 1 | -19/+1 |
* | Explicitly describe the rules the shell uses to search for a file | jdp | 1998-02-12 | 1 | -1/+10 |
* | Back out my previous attempt to fix SIGINT/SIGTERM behaviour | cracauer | 1998-02-06 | 1 | -16/+0 |
* | Fix handling of SIGINT/SIGQUIT for foreground subprocesses. Most | cracauer | 1998-02-06 | 1 | -1/+17 |
* | Correct a bogon in an example. | steve | 1998-01-02 | 1 | -2/+2 |
* | Added $Id$. | alex | 1997-12-29 | 1 | -0/+2 |
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | eivind | 1997-12-10 | 1 | -2/+1 |
* | Document the exit status for a command that was terminated by a | jdp | 1997-11-12 | 1 | -1/+5 |
* | Fixed some type and value mismatches. setsignal() returned a bogusly | bde | 1997-11-10 | 2 | -12/+11 |