aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* In interactive shells, break loops to the topmost level when a childMartin Cracauer1999-04-031-1/+6
* Implement -a flag. A test shell script can be found atMartin Cracauer1999-04-032-4/+5
* -T was missing in the synopsis line.Martin Cracauer1999-04-021-2/+2
* The immediate execution of traps I introduced in September 1998 (toMartin Cracauer1999-04-014-7/+23
* sh doesn't support <> redirections.Brian Somers1999-03-311-4/+2
* Add references to test(1) and expr(1).Joseph Koshy1998-12-181-1/+4
* Free memory from setmode.Warner Losh1998-12-161-2/+3
* Fixed warnx format errors in printf and csh, and snprintf format errorsBruce Evans1998-12-071-2/+12
* Fix typo. "If the an entry" --> "If an entry"Bill Fumerola1998-12-021-2/+2
* Be more consistent with handling of quote mark control character.Tor Egge1998-09-134-72/+28
* Narrow down conditions to break wait() to process traps.Martin Cracauer1998-09-102-5/+6
* Fix an inefficiency I introduced in my last commit.Martin Cracauer1998-09-102-10/+6
* If traps are set, they are now executed even when a signal-blockingMartin Cracauer1998-09-083-10/+27
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-067-49/+231
* Don't blindly eliminate `..' and the previous pathname component.Tor Egge1998-09-062-19/+160
* Improve bookkeeping of in_waitcmd and style fixes.Martin Cracauer1998-08-257-27/+41
* Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans.Martin Cracauer1998-08-251-2/+2
* Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.Martin Cracauer1998-08-242-4/+4
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,Martin Cracauer1998-08-249-45/+92
* Document behaviour of "-" and "--" on the command line.Joseph Koshy1998-07-301-2/+7
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-4/+3
* Add rcsid. Spelling.Philippe Charnier1998-05-1827-79/+127
* Backed out previous backout. Put y.tab.h back in SRCS.Bruce Evans1998-05-061-10/+6
* Backed out previous commit. It was tested, but not for the case whereBruce Evans1998-05-051-4/+8
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-8/+4
* When calling a shell function, remember whether exit status is tested.Martin Cracauer1998-05-041-2/+5
* Backed out most of rev.1.19 (explicit dependencies of object filesBruce Evans1998-04-261-19/+1
* Explicitly describe the rules the shell uses to search for a fileJohn Polstra1998-02-121-1/+10
* Back out my previous attempt to fix SIGINT/SIGTERM behaviourMartin Cracauer1998-02-061-16/+0
* Fix handling of SIGINT/SIGQUIT for foreground subprocesses. MostMartin Cracauer1998-02-061-1/+17
* Correct a bogon in an example.Steve Price1998-01-021-2/+2
* Added $Id$.Alexander Langer1997-12-291-0/+2
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-2/+1
* Document the exit status for a command that was terminated by aJohn Polstra1997-11-121-1/+5
* Fixed some type and value mismatches. setsignal() returned a boguslyBruce Evans1997-11-102-12/+11
* 1) Fix longstanding bug:Andrey A. Chernov1997-11-051-3/+10
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-6/+9
* Add the '-t timeout' option to the 'read' builtin. This allows theMike Smith1997-09-292-6/+72
* PR: docs/4449Wolfram Schneider1997-09-131-1/+6
* Restored clobbered parts of rev.1.15 (build intermediate object filesBruce Evans1997-08-251-2/+14
* Make all status values an integral type and useSteve Price1997-08-182-7/+8
* Back out previous fix - this bug's got diplomatic immunity as a registeredJordan K. Hubbard1997-06-191-3/+1
* >Number: 3780Jordan K. Hubbard1997-06-191-1/+3
* Now [^abc] means the same as [!abc] like bash and *csh already doesAndrey A. Chernov1997-06-061-4/+4
* Make sh(1) less aware of the bit fields returned by wait bySteve Price1997-05-241-33/+42
* Remove y.tab.h from the beforedepend target. Also add aSteve Price1997-05-211-2/+3
* Add explicit y.tab.h rule so that 'make depend clean all' doesSteve Price1997-05-191-2/+4
* Use the __unused attribute where warranted.Steve Price1997-05-1911-47/+47
* Miscellaneous sorting and addition of rules for object files thatSteve Price1997-05-191-11/+25
* Revise the section that explains how to protect parts of an $ENV scriptSteve Price1997-05-071-20/+12