| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Allow redirections by themselves between "&&" and "||" operators. | Tim J. Robbins | 2002-08-17 | 1 | -3/+2 |
| * | MFC: Don't allow "||" or "&&" to be the first tokens of a command. | Tim J. Robbins | 2002-08-04 | 1 | -0/+1 |
| * | Sync with HEAD, except that printf(1) is still a shell builtin and old | Tim J. Robbins | 2002-07-19 | 1 | -63/+58 |
| * | MFC: BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. | Tor Egge | 2001-10-31 | 1 | -2/+2 |
| * | MFC: revs 1.34-1.35 (``!'') and rev 1.36 (| >> !) | David E. O'Brien | 2001-08-01 | 1 | -18/+49 |
| * | MFC: Implement <> redirector. | Jeroen Ruigrok van der Werven | 2001-03-05 | 1 | -0/+2 |
| * | Merge various fixes that had their test time in -current: | Martin Cracauer | 2000-09-06 | 1 | -4/+1 |
| * | Merge fixes that has been in -current for a while. | Martin Cracauer | 2000-06-14 | 1 | -2/+2 |
| * | 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 |
| * | Added $Id$ | David Greenman | 1994-09-24 | 1 | -0/+2 |
| * | With '!' being made into a keyword (yech!), case cases didn't work properly. | Sean Eric Fagan | 1994-09-14 | 1 | -11/+13 |
| * | BSD 4.4 Lite bin Sources | Rodney W. Grimes | 1994-05-26 | 1 | -0/+1363 |