- 26 Jun, 2014 2 commits
-
-
Matteo Bruni authored
-
Matteo Bruni authored
-
- 25 Jun, 2014 1 commit
-
-
Matteo Bruni authored
-
- 13 Jun, 2012 1 commit
-
-
Matteo Bruni authored
Also, always pass the parent name to the callback, d3dcompiler needs that information.
-
- 12 Mar, 2012 1 commit
-
-
Józef Kucia authored
-
- 20 Feb, 2012 1 commit
-
-
Nikolay Sivov authored
-
- 24 Aug, 2011 1 commit
-
-
Francois Gouget authored
-
- 28 Jul, 2010 1 commit
-
-
Travis Athougies authored
-
- 26 Apr, 2010 1 commit
-
-
Gerald Pfeifer authored
-
- 19 Jan, 2010 1 commit
-
-
Rob Shearman authored
The current regular expression causes all letters and spaces (among other characters) following the appearance of a digit to be classed as a literal, including C identifiers which may need to be expanded. The expression was intended to catch the remaining characters that were not covered by the first two rules ([^a-zA-Z0-9'"#/\\\n]+ and {cident}), but the [^'"#/\\\n] expression caught {cident} as well. While one solution would have been just to catch the expression that match [a-zA-Z0-9]* that don't match {cident}, i.e. [0-9][a-zA-Z0-9]*, in the interests of avoiding unnecessary multiple LITERALs being generated and then combined during parsing the expression also includes the first expression, making it [0-9][a-zA-Z0-9]*[^a-zA-Z0-9'"#/\\\n]*.
-
- 30 Dec, 2009 1 commit
-
-
Michael Stefaniuc authored
This reverts commit 8e729245. Wine now requires a new enough flex version.
-
- 13 Oct, 2009 1 commit
-
-
Matteo Bruni authored
-
- 06 Oct, 2009 1 commit
-
-
Matteo Bruni authored
-
- 02 Oct, 2009 3 commits
-
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
- 22 Oct, 2008 1 commit
-
-
Rob Shearman authored
-
- 07 Jul, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 30 Jun, 2008 2 commits
-
-
Alexandre Julliard authored
This reverts commit 33017b0d. Some distros still ship flex 2.5.4 unfortunately.
-
Alexandre Julliard authored
-
- 04 Mar, 2008 1 commit
-
-
Rob Shearman authored
-
- 19 Feb, 2008 2 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
-
- 28 Jun, 2007 1 commit
-
-
Alexandre Julliard authored
-
- 10 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 12 Sep, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 18 Jul, 2006 1 commit
-
-
Dan Hipschman authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 05 May, 2006 1 commit
-
-
Bill Medland authored
-
- 21 Apr, 2006 1 commit
-
-
Bill Medland authored
-
- 05 Jan, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 03 Jan, 2006 1 commit
-
-
Alexandre Julliard authored
Moved options from the Makefile into the source.
-
- 10 Oct, 2005 1 commit
-
-
Alexandre Julliard authored
the parent source file, not the current directory.
-
- 28 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
same base name as the .y file, so that we can generate correct dependencies in all cases.
-
- 25 Feb, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 21 Oct, 2003 1 commit
-
-
Daniel Marmier authored
-
- 18 Jun, 2003 1 commit
-
-
Francois Gouget authored
-
- 04 Jun, 2003 1 commit
-
-
Paul Laufer authored
-
- 01 May, 2003 1 commit
-
-
Alexandre Julliard authored
Create symlinks to the various libraries in the libs directory.
-
- 11 Jan, 2003 1 commit
-
-
Johannes E. Schindelin authored
-