summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Nuke register keyword usage, #if -> #ifdef, and avoid void *steve1997-04-282-13/+13
* Nuke register keyword usage, rename pread to preadfd, and opensteve1997-04-281-7/+9
* When NO_HISTORY is defined and the history command is usedsteve1997-04-281-3/+16
* Add a type builtin and nuke register keyword usage.steve1997-04-282-5/+81
* Nuke register keyword usage and #if -> #ifdef.steve1997-04-2814-65/+65
* Shamelessly pilfer most of NetBSD's Makefile so that thesteve1997-04-281-28/+16
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-2268-68/+68
* Fix a expansion bug that caused the result of `echo $((1 << 30))`steve1997-02-161-2/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1468-68/+68
* Fix a problem that caused some foreground pipelines to die with:steve1997-01-061-3/+2
* Make sh(1) think and be in the same place at the same time. This closessteve1997-01-041-15/+11
* With these changes sh(1)'s trap command should be POSIX-compliant,steve1996-12-241-49/+107
* Oops, it needs little more caulk to get it right.steve1996-12-231-2/+2
* Apply a little dab of bit caulk to keep those beggarssteve1996-12-231-6/+2
* Don't use _POSIX_PATH_MAX to limit the size of the path, insteadsteve1996-12-231-3/+3
* Make sh(1) a little braver in the face of adversity. sh(1)steve1996-12-214-169/+21
* This doesn't change any behavior, but may be a slightsteve1996-12-211-2/+2
* Remove extra #undef.steve1996-12-211-2/+1
* Fix a problem caused by finger failure on my part. The builtinsteve1996-12-211-3/+7
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-1443-491/+908
* Back out rev 1.7 which was to fix PR#1206 (to be reopened).peter1996-11-121-19/+2
* 1) define STATIC as static and not emptyache1996-10-312-4/+22
* Add the -p (privileged) commandline switchsteve1996-10-294-8/+31
OpenPOWER on IntegriCloud