| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r220903: sh: Do not word split "${#parameter}". | Jilles Tjoelker | 2011-05-06 | 1 | -1/+1 |
| * | MFC r213811: c89 linkage and storage class (also covers r213744, r213760) | David E. O'Brien | 2010-10-20 | 1 | -45/+46 |
| * | MFC r209653: sh: Use $PWD instead of getcwd() for \w \W prompt expansions. | Jilles Tjoelker | 2010-10-09 | 1 | -12/+11 |
| * | MFC r201053: sh: Various warning fixes (from WARNS=6 NO_WERROR=1): | Jilles Tjoelker | 2010-10-03 | 1 | -4/+5 |
| * | MFC r200956: sh: Constify various strings. | Jilles Tjoelker | 2010-10-02 | 1 | -2/+2 |
| * | MFC r210221: sh: Allow a bg command consisting solely of redirections. | Jilles Tjoelker | 2010-08-01 | 1 | -0/+1 |
| * | MFC r209337: sh: Fix compilation with -DNO_HISTORY. | Jilles Tjoelker | 2010-07-03 | 1 | -0/+1 |
| * | MFC r199282: sh: Allow a newline before "in" in a for command, | Jilles Tjoelker | 2010-04-20 | 1 | -1/+3 |
| * | MFC r204276: | Jaakko Heinonen | 2010-03-03 | 1 | -1/+1 |
| * | MFC r198173: sh: show more info about syntax errors in command substitution: | Jilles Tjoelker | 2009-12-20 | 1 | -0/+5 |
| * | sh: Improve handling of setjmp/longjmp volatile: | Jilles Tjoelker | 2009-06-23 | 1 | -19/+1 |
| * | correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a... | Ralf S. Engelschall | 2009-06-01 | 1 | -2/+2 |
| * | Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire | Stefan Farfeleder | 2009-04-13 | 1 | -0/+1 |
| * | Fix checking if a variable name is LINENO. As STPUTC changes the pointer if it | Stefan Farfeleder | 2008-05-28 | 1 | -2/+5 |
| * | Expand $LINENO to the current line number. This is required by SUSv3's "User | Stefan Farfeleder | 2008-05-15 | 1 | -3/+22 |
| * | When parsing an invalid parameter expansion (eg. ${} or ${foo@bar}) do not | Stefan Farfeleder | 2006-11-05 | 1 | -9/+19 |
| * | Do not forget to increment the input line counter | Yaroslav Tykhiy | 2006-07-31 | 1 | -0/+1 |
| * | Remove a hack for an ancient gdb. | Stefan Farfeleder | 2005-08-15 | 1 | -13/+4 |
| * | Put the comparison with PEOF into a new macro is_eof(). Don't use it if the | Stefan Farfeleder | 2005-08-13 | 1 | -3/+4 |
| * | Use assignment rather than comparison. | Stefan Farfeleder | 2005-08-13 | 1 | -2/+2 |
| * | Include missing headers. | Stefan Farfeleder | 2005-08-13 | 1 | -0/+1 |
| * | Support \H, \h, \w, \W, \$ string expansion in the prompt. | David E. O'Brien | 2005-03-01 | 1 | -4/+91 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 1 | -4/+0 |
| * | Replace home-grown dup2() implementation with actual dup2() calls. This | Dag-Erling Smørgrav | 2004-01-21 | 1 | -1/+0 |
| * | Changes following CScout analysis: | Diomidis Spinellis | 2003-07-05 | 1 | -11/+11 |
| * | Disallow empty condition parts of "if", "while" and "until" compound | Tim J. Robbins | 2002-10-06 | 1 | -3/+6 |
| * | Remove bits and pieces of support for atty, which was made obsolete by | Tim J. Robbins | 2002-10-01 | 1 | -10/+0 |
| * | Allow a left parenthesis before patterns in case blocks. POSIX requires | Tim J. Robbins | 2002-09-30 | 1 | -0/+2 |
| * | Allow empty case/esac statements; POSIX requires this, and recent versions | Tim J. Robbins | 2002-09-30 | 1 | -2/+2 |
| * | Replace various spellings with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | Allow redirections by themselves between "&&" and "||" operators. | Tim J. Robbins | 2002-08-11 | 1 | -3/+2 |
| * | Don't allow "||" or "&&" to be the first tokens of a command. | Tim J. Robbins | 2002-07-22 | 1 | -0/+1 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
| * | Minor const cleanup. | Juli Mallett | 2002-06-20 | 1 | -2/+2 |
| * | Implement the -C (-o noclobber) option, which prevents existing regular | Tim J. Robbins | 2002-05-19 | 1 | -0/+2 |
| * | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -59/+52 |
| * | BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. | Tor Egge | 2001-09-19 | 1 | -2/+2 |
| * | ``|'' should be more binding than ``!'' so that this isn't broken: | Brian Somers | 2001-04-09 | 1 | -2/+13 |
| * | A much better (more correct) fix for handling ``!'' characters | Brian Somers | 2001-04-04 | 1 | -23/+40 |
| * | Handle ``!'' characters when they appear as second and subsequent | Brian Somers | 2001-04-04 | 1 | -0/+3 |
| * | Implement the <> redirection operator. | Brian Somers | 2000-10-03 | 1 | -0/+2 |
| * | Disable part of my 8-bits fixes from December 1999. | Martin Cracauer | 2000-08-16 | 1 | -4/+1 |
| * | Fix parsing of string for eval command. | Martin Cracauer | 2000-05-15 | 1 | -0/+1 |
| * | Fix warnings, some of them serious because sh violated name | Martin Cracauer | 2000-04-20 | 1 | -2/+1 |
| * | Fix ${#varname} (getting length of string) when in double-quotes. | Martin Cracauer | 2000-02-15 | 1 | -1/+1 |
| * | Second part of 8-bit fixes. | Martin Cracauer | 1999-12-16 | 1 | -1/+9 |
| * | First round of 8-bit fixes. | Martin Cracauer | 1999-12-15 | 1 | -4/+5 |
| * | Fix "subscript has type `char'" warnings by casting to int, as | Martin Cracauer | 1999-12-04 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | Be more consistent with handling of quote mark control character. | Tor Egge | 1998-09-13 | 1 | -9/+19 |