summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Document the builtin echo commandmarko2000-07-171-4/+60
* Fixd with alias missing.sada2000-07-151-0/+1
* Add \a and \e to "echo -e" escape handling.mph2000-06-261-0/+2
* Fix parsing of string for eval command.cracauer2000-05-151-0/+1
* Fix environment passung to eval'ed commands.cracauer2000-05-152-1/+2
* Rename the trace() function (that is build only in the -DDEBUG=2cracauer2000-04-203-4/+5
* Include <errno.h> when compiling with -DDEBUG=2cracauer2000-04-201-0/+3
* Fix warnings, some of them serious because sh violated namecracauer2000-04-208-17/+8
* Use #include <errno.h> rather than extern int errno;.imp2000-04-141-2/+1
* Fix ${#varname} (getting length of string) when in double-quotes.cracauer2000-02-151-1/+1
* Fix command hash handling oncracauer1999-12-203-3/+29
* Second part of 8-bit fixes.cracauer1999-12-161-1/+9
* Document ulimit -b for RLIMIT_SBSIZE.cracauer1999-12-151-1/+3
* First round of 8-bit fixes.cracauer1999-12-153-9/+10
* make '|' character visible.cracauer1999-12-051-1/+1
* Fix "subscript has type `char'" warnings by casting to int, ascracauer1999-12-042-5/+6
* Include strerror(errno) in error messages after failed system calls.cracauer1999-11-2910-15/+21
* Follow-up on mdoc fixes in rev 1.35; this includes things that I missedsheldonh1999-11-181-29/+58
* The pipleline problem introduced in version 1.22 wasn't fully fixed incracauer1999-11-171-1/+1
* Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as ansheldonh1999-11-101-2/+2
* Correct logic from previous commit - middle processes in long pipessteve1999-11-071-1/+1
* When a backquote command inside a here-document had a pipe with morecracauer1999-11-051-1/+2
* Fix ';' command when used with -e flag.cracauer1999-10-261-1/+8
* Implement ulimit -b for RLIMIT_SBSIZE.green1999-10-091-1/+4
* Mdoc cleanup, with a few grammar cleanups on the side.sheldonh1999-10-071-498/+922
* Correct some hard sentence breaks. Only those surrounding the previoussheldonh1999-09-141-61/+65
* Improve shell documentation:sheldonh1999-09-082-32/+44
* Revert to using .Xr for builtins. The cross-references don't work now,sheldonh1999-08-311-5/+5
* Clean-up:sheldonh1999-08-301-69/+160
* $Id$ -> $FreeBSD$peter1999-08-2769-71/+71
* Make the behaviour of `read -e', ie. treating backslashes as special,tg1999-08-262-17/+21
* Fix handling of the cd command inside evaluations. It was changing PWD,sheldonh1999-07-191-1/+2
* Various spelling/formatting changes.kris1999-05-088-17/+17
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-252-5/+4
* Next approach to make loops in interactive interruptable.cracauer1999-04-214-13/+17
* Typo fix.max1999-04-191-3/+3
* Remove my temporary detection for PR 7059, Tor Egge fixed this bug.cracauer1999-04-131-5/+1
* During variable expansion, the internal representation of the expressiontegge1999-04-131-5/+5
* Fix typo in source-explaining comment.cracauer1999-04-121-2/+2
* Add a guarded abort() for the problem in PR bin/7059 (no fix so far,cracauer1999-04-121-17/+33
* When a variable expansion is enclosed in double quotes, the internaltegge1999-04-092-16/+56
* In interactive shells, break loops to the topmost level when a childcracauer1999-04-031-1/+6
* Implement -a flag. A test shell script can be found atcracauer1999-04-032-4/+5
* -T was missing in the synopsis line.cracauer1999-04-021-2/+2
* The immediate execution of traps I introduced in September 1998 (tocracauer1999-04-014-7/+23
* sh doesn't support <> redirections.brian1999-03-311-4/+2
* Add references to test(1) and expr(1).jkoshy1998-12-181-1/+4
* Free memory from setmode.imp1998-12-161-2/+3
* Fixed warnx format errors in printf and csh, and snprintf format errorsbde1998-12-071-2/+12
* Fix typo. "If the an entry" --> "If an entry"billf1998-12-021-2/+2
OpenPOWER on IntegriCloud