aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of string for eval command.Martin Cracauer2000-05-151-0/+1
* Fix environment passung to eval'ed commands.Martin Cracauer2000-05-152-1/+2
* Rename the trace() function (that is build only in the -DDEBUG=2Martin Cracauer2000-04-203-4/+5
* Include <errno.h> when compiling with -DDEBUG=2Martin Cracauer2000-04-201-0/+3
* Fix warnings, some of them serious because sh violated nameMartin Cracauer2000-04-208-17/+8
* Use #include <errno.h> rather than extern int errno;.Warner Losh2000-04-141-2/+1
* Fix ${#varname} (getting length of string) when in double-quotes.Martin Cracauer2000-02-151-1/+1
* Fix command hash handling onMartin Cracauer1999-12-203-3/+29
* Second part of 8-bit fixes.Martin Cracauer1999-12-161-1/+9
* Document ulimit -b for RLIMIT_SBSIZE.Martin Cracauer1999-12-151-1/+3
* First round of 8-bit fixes.Martin Cracauer1999-12-153-9/+10
* make '|' character visible.Martin Cracauer1999-12-051-1/+1
* Fix "subscript has type `char'" warnings by casting to int, asMartin Cracauer1999-12-042-5/+6
* Include strerror(errno) in error messages after failed system calls.Martin Cracauer1999-11-2910-15/+21
* Follow-up on mdoc fixes in rev 1.35; this includes things that I missedSheldon Hearn1999-11-181-29/+58
* The pipleline problem introduced in version 1.22 wasn't fully fixed inMartin Cracauer1999-11-171-1/+1
* Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as anSheldon Hearn1999-11-101-2/+2
* Correct logic from previous commit - middle processes in long pipesSteve Price1999-11-071-1/+1
* When a backquote command inside a here-document had a pipe with moreMartin Cracauer1999-11-051-1/+2
* Fix ';' command when used with -e flag.Martin Cracauer1999-10-261-1/+8
* Implement ulimit -b for RLIMIT_SBSIZE.Brian Feldman1999-10-091-1/+4
* Mdoc cleanup, with a few grammar cleanups on the side.Sheldon Hearn1999-10-071-498/+922
* Correct some hard sentence breaks. Only those surrounding the previousSheldon Hearn1999-09-141-61/+65
* Improve shell documentation:Sheldon Hearn1999-09-082-32/+44
* Revert to using .Xr for builtins. The cross-references don't work now,Sheldon Hearn1999-08-311-5/+5
* Clean-up:Sheldon Hearn1999-08-301-69/+160
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2769-71/+71
* Make the behaviour of `read -e', ie. treating backslashes as special,Thomas Gellekum1999-08-262-17/+21
* Fix handling of the cd command inside evaluations. It was changing PWD,Sheldon Hearn1999-07-191-1/+2
* Various spelling/formatting changes.Kris Kennaway1999-05-088-17/+17
* First set of fixes to keep egcs happy. These include {} around singleWarner Losh1999-04-252-5/+4
* Next approach to make loops in interactive interruptable.Martin Cracauer1999-04-214-13/+17
* Typo fix.Masafumi Max NAKANE1999-04-191-3/+3
* Remove my temporary detection for PR 7059, Tor Egge fixed this bug.Martin Cracauer1999-04-131-5/+1
* During variable expansion, the internal representation of the expressionTor Egge1999-04-131-5/+5
* Fix typo in source-explaining comment.Martin Cracauer1999-04-121-2/+2
* Add a guarded abort() for the problem in PR bin/7059 (no fix so far,Martin Cracauer1999-04-121-17/+33
* When a variable expansion is enclosed in double quotes, the internalTor Egge1999-04-092-16/+56
* 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