aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'.cvs2svn2002-02-041-4/+4
* MFC of the fix allowing to do ">/dev/stdout"Sergey Babkin2002-02-041-4/+4
* MFC: Make test(1) a builtin command of sh(1).Akinori MUSHA2001-12-153-5/+10
* MFC: Don't call setvar() with the VTEXTFIXED flag (causes memory leak).Tor Egge2001-11-101-4/+4
* MFC: BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.Tor Egge2001-10-312-6/+6
* MFC: Adjust some type checks to include CTLQUOTEMARK in the range ofTor Egge2001-10-311-4/+4
* MFC: 1.13: Initialize infp at main().Ruslan Ermilov2001-09-261-1/+2
* MFC: Don't check uninitialized memory for having the shell control characterTor Egge2001-09-241-4/+4
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-8/+7
* MFC: can not -> cannotSheldon Hearn2001-08-081-1/+1
* MFC: stdlib.hDavid E. O'Brien2001-08-011-0/+1
* MFC: revs 1.34-1.35 (``!'') and rev 1.36 (| >> !)David E. O'Brien2001-08-011-18/+49
* MFC: include stdlib.h (it doesn't seem to quiet any warnings, so I'm notDavid E. O'Brien2001-08-011-0/+1
* MFC: MAXPATHLEN -> PATH_MAXDavid E. O'Brien2001-08-011-1/+2
* MFC: -Wnon-const-format sweepDavid E. O'Brien2001-08-017-25/+25
* MFC: rev 1.11 (fix printf format to print a long)David E. O'Brien2001-08-011-1/+1
* MFC: include missing header files.Dima Dorfman2001-07-301-0/+1
* MFC rev 1.53: fix "swallowed" paragraph in listSheldon Hearn2001-07-231-0/+2
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
* MFC: remove duplicate words.Dima Dorfman2001-07-221-1/+1
* ....[MFC from 2001/05/31] -r 1.30Garance A Drosehn2001-07-051-0/+16
* MFC 1.49: document chdirDima Dorfman2001-05-161-0/+4
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-5/+8
* MFC: Implement <> redirector.Jeroen Ruigrok van der Werven2001-03-057-3/+34
* MFC: In script mode, don't continue with next command whenMartin Cracauer2001-02-211-1/+2
* MFC: Use secure tempfiles during buildKris Kennaway2001-02-182-8/+9
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-11/+11
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-2/+2
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-6/+7
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
* Merge various fixes that had their test time in -current:Martin Cracauer2000-09-065-14/+39
* MFC rev 1.41 and 1.42: two nitsSheldon Hearn2000-07-241-2/+2
* MFC: Fixd with alias missing.SADA Kenji2000-07-191-0/+1
* MFC: Document the builtin echo commandMark Ovens2000-07-181-4/+60
* MFC: Add \a and \e to echo -e.Matthew Hunt2000-06-291-0/+2
* Merge fixes that has been in -current for a while.Martin Cracauer2000-06-1414-24/+20
* 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