| Commit message (Expand) | Author | Age | Files | Lines |
* | Disallow empty condition parts of "if", "while" and "until" compound | tjr | 2002-10-06 | 1 | -3/+6 |
* | Remove bits and pieces of support for atty, which was made obsolete by | tjr | 2002-10-01 | 1 | -10/+0 |
* | Allow a left parenthesis before patterns in case blocks. POSIX requires | tjr | 2002-09-30 | 1 | -0/+2 |
* | Allow empty case/esac statements; POSIX requires this, and recent versions | tjr | 2002-09-30 | 1 | -2/+2 |
* | Replace various spellings with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Allow redirections by themselves between "&&" and "||" operators. | tjr | 2002-08-11 | 1 | -3/+2 |
* | Don't allow "||" or "&&" to be the first tokens of a command. | tjr | 2002-07-22 | 1 | -0/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Minor const cleanup. | jmallett | 2002-06-20 | 1 | -2/+2 |
* | Implement the -C (-o noclobber) option, which prevents existing regular | tjr | 2002-05-19 | 1 | -0/+2 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -59/+52 |
* | BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. | tegge | 2001-09-19 | 1 | -2/+2 |
* | ``|'' should be more binding than ``!'' so that this isn't broken: | brian | 2001-04-09 | 1 | -2/+13 |
* | A much better (more correct) fix for handling ``!'' characters | brian | 2001-04-04 | 1 | -23/+40 |
* | Handle ``!'' characters when they appear as second and subsequent | brian | 2001-04-04 | 1 | -0/+3 |
* | Implement the <> redirection operator. | brian | 2000-10-03 | 1 | -0/+2 |
* | Disable part of my 8-bits fixes from December 1999. | cracauer | 2000-08-16 | 1 | -4/+1 |
* | Fix parsing of string for eval command. | cracauer | 2000-05-15 | 1 | -0/+1 |
* | Fix warnings, some of them serious because sh violated name | cracauer | 2000-04-20 | 1 | -2/+1 |
* | Fix ${#varname} (getting length of string) when in double-quotes. | cracauer | 2000-02-15 | 1 | -1/+1 |
* | Second part of 8-bit fixes. | cracauer | 1999-12-16 | 1 | -1/+9 |
* | First round of 8-bit fixes. | cracauer | 1999-12-15 | 1 | -4/+5 |
* | Fix "subscript has type `char'" warnings by casting to int, as | cracauer | 1999-12-04 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Be more consistent with handling of quote mark control character. | tegge | 1998-09-13 | 1 | -9/+19 |
* | Better handling of word splitting. Don't record the same region | tegge | 1998-09-06 | 1 | -1/+10 |
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 1 | -3/+5 |
* | Use the __unused attribute where warranted. | steve | 1997-05-19 | 1 | -3/+3 |
* | Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879. | steve | 1997-04-28 | 1 | -49/+29 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Merge in NetBSD mods and -Wall cleaning. | steve | 1996-12-14 | 1 | -45/+121 |
* | Ok, lets try this again, shall we? It was definatly my mistake, not | peter | 1996-09-10 | 1 | -1/+13 |
* | ack! back these out so I can see what I did wrong. It looks like a | peter | 1996-09-10 | 1 | -12/+0 |
* | Fix for PR#1248, sh doesn't expand past ${9} | peter | 1996-09-10 | 1 | -1/+13 |
* | Fix for PR#1287. This makes sh behave sensibly in case statements in the | peter | 1996-09-03 | 1 | -4/+9 |
* | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | peter | 1996-09-01 | 1 | -81/+166 |
* | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | joerg | 1996-02-03 | 1 | -2/+2 |
* | The shell incorrectly gave & precedence over ;. This breaks the | joerg | 1995-12-10 | 1 | -23/+19 |
* | Sigh. This will become a never ending story. :-( | joerg | 1995-08-28 | 1 | -1/+4 |
* | Make the shell handle a null command in a &&/|| sequence correctly. | joerg | 1995-08-27 | 1 | -1/+3 |
* | sh(1) incorrectly ignored an EOF condition when looking for the | joerg | 1995-08-11 | 1 | -1/+5 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -7/+7 |
* | What I think is a more correct fix for the handling of backslashes | paul | 1995-01-11 | 1 | -3/+3 |
* | Fix a bug with handling backslash escapes inside some quotes. | paul | 1995-01-09 | 1 | -2/+2 |
* | Added $Id$ | dg | 1994-09-24 | 1 | -0/+2 |
* | With '!' being made into a keyword (yech!), case cases didn't work properly. | sef | 1994-09-14 | 1 | -11/+13 |
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 1 | -0/+1363 |