summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-181-11/+11
* Prepare for mdoc(7)NG.ru2000-12-151-2/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-6/+7
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
* Use secure temporary filenames during build.kris2000-11-222-8/+9
* Implement the <> redirection operator.brian2000-10-037-3/+34
* Disable part of my 8-bits fixes from December 1999.cracauer2000-08-161-4/+1
* Fix type builtin for absolute paths and relative paths with directorycracauer2000-08-161-9/+16
* From submitter:cracauer2000-08-163-1/+22
* Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar).sheldonh2000-07-241-1/+1
* Add missing punctuation to one line.sheldonh2000-07-241-1/+1
* 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
OpenPOWER on IntegriCloud