| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 1 | -1/+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 |
| * | Better handling of word splitting. Don't record the same region | Tor Egge | 1998-09-06 | 1 | -1/+10 |
| * | Add rcsid. Spelling. | Philippe Charnier | 1998-05-18 | 1 | -3/+5 |
| * | Use the __unused attribute where warranted. | Steve Price | 1997-05-19 | 1 | -3/+3 |
| * | Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879. | Steve Price | 1997-04-28 | 1 | -49/+29 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Merge in NetBSD mods and -Wall cleaning. | Steve Price | 1996-12-14 | 1 | -45/+121 |
| * | Ok, lets try this again, shall we? It was definatly my mistake, not | Peter Wemm | 1996-09-10 | 1 | -1/+13 |
| * | ack! back these out so I can see what I did wrong. It looks like a | Peter Wemm | 1996-09-10 | 1 | -12/+0 |
| * | Fix for PR#1248, sh doesn't expand past ${9} | Peter Wemm | 1996-09-10 | 1 | -1/+13 |
| * | Fix for PR#1287. This makes sh behave sensibly in case statements in the | Peter Wemm | 1996-09-03 | 1 | -4/+9 |
| * | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | Peter Wemm | 1996-09-01 | 1 | -81/+166 |
| * | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | Joerg Wunsch | 1996-02-03 | 1 | -2/+2 |
| * | The shell incorrectly gave & precedence over ;. This breaks the | Joerg Wunsch | 1995-12-10 | 1 | -23/+19 |
| * | Sigh. This will become a never ending story. :-( | Joerg Wunsch | 1995-08-28 | 1 | -1/+4 |
| * | Make the shell handle a null command in a &&/|| sequence correctly. | Joerg Wunsch | 1995-08-27 | 1 | -1/+3 |
| * | sh(1) incorrectly ignored an EOF condition when looking for the | Joerg Wunsch | 1995-08-11 | 1 | -1/+5 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -7/+7 |
| * | What I think is a more correct fix for the handling of backslashes | Paul Richards | 1995-01-11 | 1 | -3/+3 |
| * | Fix a bug with handling backslash escapes inside some quotes. | Paul Richards | 1995-01-09 | 1 | -2/+2 |