aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Fix child's SIGSTOP behaviour in scripts.Martin Cracauer2001-02-061-1/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-5/+8
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-11/+11
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-2/+2
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-6/+7
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+1
* Use secure temporary filenames during build.Kris Kennaway2000-11-222-8/+9
* Implement the <> redirection operator.Brian Somers2000-10-037-3/+34
* Disable part of my 8-bits fixes from December 1999.Martin Cracauer2000-08-161-4/+1
* Fix type builtin for absolute paths and relative paths with directoryMartin Cracauer2000-08-161-9/+16
* From submitter:Martin Cracauer2000-08-163-1/+22
* Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar).Sheldon Hearn2000-07-241-1/+1
* Add missing punctuation to one line.Sheldon Hearn2000-07-241-1/+1
* Document the builtin echo commandMark Ovens2000-07-171-4/+60
* Fixd with alias missing.SADA Kenji2000-07-151-0/+1
* Add \a and \e to "echo -e" escape handling.Matthew Hunt2000-06-261-0/+2
* 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