| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 1) Fix longstanding bug: | ache | 1997-11-05 | 1 | -3/+10 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -6/+9 |
* | Add the '-t timeout' option to the 'read' builtin. This allows the | msmith | 1997-09-29 | 2 | -6/+72 |
* | PR: docs/4449 | wosch | 1997-09-13 | 1 | -1/+6 |
* | Restored clobbered parts of rev.1.15 (build intermediate object files | bde | 1997-08-25 | 1 | -2/+14 |
* | Make all status values an integral type and use | steve | 1997-08-18 | 2 | -7/+8 |
* | Back out previous fix - this bug's got diplomatic immunity as a registered | jkh | 1997-06-19 | 1 | -3/+1 |
* | >Number: 3780 | jkh | 1997-06-19 | 1 | -1/+3 |
* | Now [^abc] means the same as [!abc] like bash and *csh already does | ache | 1997-06-06 | 1 | -4/+4 |
* | Make sh(1) less aware of the bit fields returned by wait by | steve | 1997-05-24 | 1 | -33/+42 |
* | Remove y.tab.h from the beforedepend target. Also add a | steve | 1997-05-21 | 1 | -2/+3 |
* | Add explicit y.tab.h rule so that 'make depend clean all' does | steve | 1997-05-19 | 1 | -2/+4 |
* | Use the __unused attribute where warranted. | steve | 1997-05-19 | 11 | -47/+47 |
* | Miscellaneous sorting and addition of rules for object files that | steve | 1997-05-19 | 1 | -11/+25 |
* | Revise the section that explains how to protect parts of an $ENV script | steve | 1997-05-07 | 1 | -20/+12 |
* | Don't source $ENV unless this is an interactive shell. | steve | 1997-05-05 | 1 | -2/+2 |
* | Turn on the new type builtin. | steve | 1997-04-28 | 1 | -1/+2 |
* | Sync with NetBSD's revision 1.29 of this file. | steve | 1997-04-28 | 1 | -27/+55 |
* | Remove an extra semicolon and nuke register keyword usage. | steve | 1997-04-28 | 1 | -7/+7 |
* | Fix redirection of unopened file descriptors and nuke register | steve | 1997-04-28 | 1 | -9/+27 |
* | Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879. | steve | 1997-04-28 | 1 | -49/+29 |
* | mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880. | steve | 1997-04-28 | 1 | -735/+587 |
* | Reorder declarations slightly. | steve | 1997-04-28 | 1 | -3/+3 |
* | Avoid a possible NULL pointer dereference, nuke register usage, | steve | 1997-04-28 | 1 | -6/+5 |
* | Nuke register keyword usage, #if -> #ifdef, and avoid void * | steve | 1997-04-28 | 2 | -13/+13 |
* | Nuke register keyword usage, rename pread to preadfd, and open | steve | 1997-04-28 | 1 | -7/+9 |
* | When NO_HISTORY is defined and the history command is used | steve | 1997-04-28 | 1 | -3/+16 |
* | Add a type builtin and nuke register keyword usage. | steve | 1997-04-28 | 2 | -5/+81 |
* | Nuke register keyword usage and #if -> #ifdef. | steve | 1997-04-28 | 14 | -65/+65 |