aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/parser.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Allow redirections by themselves between "&&" and "||" operators.Tim J. Robbins2002-08-171-3/+2
* MFC: Don't allow "||" or "&&" to be the first tokens of a command.Tim J. Robbins2002-08-041-0/+1
* Sync with HEAD, except that printf(1) is still a shell builtin and oldTim J. Robbins2002-07-191-63/+58
* MFC: BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.Tor Egge2001-10-311-2/+2
* MFC: revs 1.34-1.35 (``!'') and rev 1.36 (| >> !)David E. O'Brien2001-08-011-18/+49
* MFC: Implement <> redirector.Jeroen Ruigrok van der Werven2001-03-051-0/+2
* Merge various fixes that had their test time in -current:Martin Cracauer2000-09-061-4/+1
* Merge fixes that has been in -current for a while.Martin Cracauer2000-06-141-2/+2
* Fix ${#varname} (getting length of string) when in double-quotes.Martin Cracauer2000-02-151-1/+1
* Second part of 8-bit fixes.Martin Cracauer1999-12-161-1/+9
* First round of 8-bit fixes.Martin Cracauer1999-12-151-4/+5
* Fix "subscript has type `char'" warnings by casting to int, asMartin Cracauer1999-12-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Be more consistent with handling of quote mark control character.Tor Egge1998-09-131-9/+19
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-061-1/+10
* Add rcsid. Spelling.Philippe Charnier1998-05-181-3/+5
* Use the __unused attribute where warranted.Steve Price1997-05-191-3/+3
* Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879.Steve Price1997-04-281-49/+29
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-141-45/+121
* Ok, lets try this again, shall we? It was definatly my mistake, notPeter Wemm1996-09-101-1/+13
* ack! back these out so I can see what I did wrong. It looks like aPeter Wemm1996-09-101-12/+0
* Fix for PR#1248, sh doesn't expand past ${9}Peter Wemm1996-09-101-1/+13
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-031-4/+9
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-81/+166
* Fix the borokeness that crept in with rev 1.10 of parser.c, the shJoerg Wunsch1996-02-031-2/+2
* The shell incorrectly gave & precedence over ;. This breaks theJoerg Wunsch1995-12-101-23/+19
* Sigh. This will become a never ending story. :-(Joerg Wunsch1995-08-281-1/+4
* Make the shell handle a null command in a &&/|| sequence correctly.Joerg Wunsch1995-08-271-1/+3
* sh(1) incorrectly ignored an EOF condition when looking for theJoerg Wunsch1995-08-111-1/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* What I think is a more correct fix for the handling of backslashesPaul Richards1995-01-111-3/+3
* Fix a bug with handling backslash escapes inside some quotes.Paul Richards1995-01-091-2/+2
* Added $Id$David Greenman1994-09-241-0/+2
* With '!' being made into a keyword (yech!), case cases didn't work properly.Sean Eric Fagan1994-09-141-11/+13
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+1363