- 02 Jul, 2019 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 13 Mar, 2019 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 12 Mar, 2019 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 12 Nov, 2018 1 commit
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 26 Jun, 2014 2 commits
-
-
Matteo Bruni authored
-
Matteo Bruni authored
-
- 25 Jun, 2014 2 commits
-
-
Matteo Bruni authored
-
Matteo Bruni authored
-
- 10 Feb, 2014 1 commit
-
-
Frédéric Delanoy authored
-
- 14 Jan, 2014 1 commit
-
-
Alexandre Julliard authored
-
- 01 Jan, 2014 1 commit
-
-
Alexandre Julliard authored
-
- 09 Oct, 2013 1 commit
-
-
Alexandre Julliard authored
-
- 27 Dec, 2012 1 commit
-
-
Hermès Bélusca-Maïto authored
-
- 13 Jun, 2012 2 commits
-
-
Matteo Bruni authored
Also, always pass the parent name to the callback, d3dcompiler needs that information.
-
Matteo Bruni authored
-
- 29 Mar, 2012 1 commit
-
-
Józef Kucia authored
-
- 12 Mar, 2012 1 commit
-
-
Józef Kucia authored
-
- 20 Feb, 2012 1 commit
-
-
Nikolay Sivov authored
-
- 26 Sep, 2011 1 commit
-
-
Marcus Meissner authored
-
- 24 Aug, 2011 1 commit
-
-
Francois Gouget authored
-
- 28 Feb, 2011 1 commit
-
-
Gerald Pfeifer authored
-
- 21 Feb, 2011 2 commits
-
-
Matteo Bruni authored
-
Matteo Bruni authored
-
- 16 Feb, 2011 1 commit
-
-
Gerald Pfeifer authored
-
- 14 Feb, 2011 1 commit
-
-
Gerald Pfeifer authored
-
- 30 Dec, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 19 Sep, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 28 Jul, 2010 1 commit
-
-
Travis Athougies authored
-
- 26 Apr, 2010 1 commit
-
-
Gerald Pfeifer authored
-
- 30 Mar, 2010 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 16 Mar, 2010 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 08 Feb, 2010 1 commit
-
-
Alexandre Julliard authored
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.
-
- 05 Feb, 2010 1 commit
-
-
Matteo Bruni 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]*.
-
- 04 Jan, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 30 Dec, 2009 1 commit
-
-
Michael Stefaniuc authored
This reverts commit 8e729245. Wine now requires a new enough flex version.
-
- 29 Dec, 2009 1 commit
-
-
Matteo Bruni authored
-
- 13 Oct, 2009 1 commit
-
-
Matteo Bruni authored
-