summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent with handling of quote mark control character.tegge1998-09-134-72/+28
* Narrow down conditions to break wait() to process traps.cracauer1998-09-102-5/+6
* Fix an inefficiency I introduced in my last commit.cracauer1998-09-102-10/+6
* If traps are set, they are now executed even when a signal-blockingcracauer1998-09-083-10/+27
* Better handling of word splitting. Don't record the same regiontegge1998-09-067-49/+231
* Don't blindly eliminate `..' and the previous pathname component.tegge1998-09-062-19/+160
* Improve bookkeeping of in_waitcmd and style fixes.cracauer1998-08-257-27/+41
* Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans.cracauer1998-08-251-2/+2
* Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.cracauer1998-08-242-4/+4
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,cracauer1998-08-249-45/+92
* Document behaviour of "-" and "--" on the command line.jkoshy1998-07-301-2/+7
* Added a `build-tools' target for internal tools.bde1998-07-071-4/+3
* Add rcsid. Spelling.charnier1998-05-1827-79/+127
* Backed out previous backout. Put y.tab.h back in SRCS.bde1998-05-061-10/+6
* Backed out previous commit. It was tested, but not for the case wherebde1998-05-051-4/+8
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-8/+4
* When calling a shell function, remember whether exit status is tested.cracauer1998-05-041-2/+5
* Backed out most of rev.1.19 (explicit dependencies of object filesbde1998-04-261-19/+1
* Explicitly describe the rules the shell uses to search for a filejdp1998-02-121-1/+10
* Back out my previous attempt to fix SIGINT/SIGTERM behaviourcracauer1998-02-061-16/+0
* Fix handling of SIGINT/SIGQUIT for foreground subprocesses. Mostcracauer1998-02-061-1/+17
* Correct a bogon in an example.steve1998-01-021-2/+2
* Added $Id$.alex1997-12-291-0/+2
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.eivind1997-12-101-2/+1
* Document the exit status for a command that was terminated by ajdp1997-11-121-1/+5
* Fixed some type and value mismatches. setsignal() returned a boguslybde1997-11-102-12/+11
* 1) Fix longstanding bug:ache1997-11-051-3/+10
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-6/+9
* Add the '-t timeout' option to the 'read' builtin. This allows themsmith1997-09-292-6/+72
* PR: docs/4449wosch1997-09-131-1/+6
* Restored clobbered parts of rev.1.15 (build intermediate object filesbde1997-08-251-2/+14
* Make all status values an integral type and usesteve1997-08-182-7/+8
* Back out previous fix - this bug's got diplomatic immunity as a registeredjkh1997-06-191-3/+1
* >Number: 3780jkh1997-06-191-1/+3
* Now [^abc] means the same as [!abc] like bash and *csh already doesache1997-06-061-4/+4
* Make sh(1) less aware of the bit fields returned by wait bysteve1997-05-241-33/+42
* Remove y.tab.h from the beforedepend target. Also add asteve1997-05-211-2/+3
* Add explicit y.tab.h rule so that 'make depend clean all' doessteve1997-05-191-2/+4
* Use the __unused attribute where warranted.steve1997-05-1911-47/+47
* Miscellaneous sorting and addition of rules for object files thatsteve1997-05-191-11/+25
* Revise the section that explains how to protect parts of an $ENV scriptsteve1997-05-071-20/+12
* Don't source $ENV unless this is an interactive shell.steve1997-05-051-2/+2
* Turn on the new type builtin.steve1997-04-281-1/+2
* Sync with NetBSD's revision 1.29 of this file.steve1997-04-281-27/+55
* Remove an extra semicolon and nuke register keyword usage.steve1997-04-281-7/+7
* Fix redirection of unopened file descriptors and nuke registersteve1997-04-281-9/+27
* Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879.steve1997-04-281-49/+29
* mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880.steve1997-04-281-735/+587
* Reorder declarations slightly.steve1997-04-281-3/+3
* Avoid a possible NULL pointer dereference, nuke register usage,steve1997-04-281-6/+5
OpenPOWER on IntegriCloud