Francois Gouget
bda70216a6
wpp: Standardize the error and warning messages.
...
Use lowercase 'error:' and 'warning:' prefixes like other tools so the
messages can be recognized by standard tools.
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-02 11:42:30 +02:00
Alexandre Julliard
918723186b
wpp: Get rid of the no longer needed callbacks.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-07-02 14:59:40 +02:00
Alexandre Julliard
2ae84d5240
Avoid using Windows includes that are already handled in wine/port.h.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-12 20:19:00 +01:00
Matteo Bruni
f91fa37221
wpp: Properly free defines (Valgrind).
2014-06-25 11:32:23 +02:00
Frédéric Delanoy
0f2bed51bd
Assorted spelling fixes.
2014-02-10 15:47:29 +01:00
Hermès Bélusca-Maïto
9dbd1969fc
wpp: Fix path separator on Windows platforms.
2012-12-27 17:15:39 +01:00
Matteo Bruni
80034de243
wpp: Explicitly pass include type to the lookup callback function.
...
Also, always pass the parent name to the callback, d3dcompiler needs
that information.
2012-06-13 21:35:39 +02:00
Matteo Bruni
8b0d3d9f9a
wpp: Invert 'type' callback parameter value, to match comment.
2012-06-13 21:35:38 +02:00
Matteo Bruni
46caa0d225
wpp: Let pp_add_define take the responsibility of copying strings (Valgrind).
2011-02-21 12:45:28 +01:00
Matteo Bruni
e32598b046
wpp: Free strings on define deletion (Valgrind).
2011-02-21 12:45:25 +01:00
Matteo Bruni
e773c516ba
wpp: Add I/O callbacks.
2009-10-13 16:25:43 +02:00
Matteo Bruni
29af4f9fa8
wpp: Add error management callbacks.
2009-10-06 16:12:39 +02:00
Matteo Bruni
9086c59d32
wpp: Handle remaining memory allocation failures.
2009-10-06 16:12:39 +02:00
Matteo Bruni
b7a2d2da3a
wpp: Handle memory allocation failures in tokens management code.
2009-10-02 12:29:24 +02:00
Matteo Bruni
9b61ca1c0f
wpp: Manage malloc failure in pp_xstrdup.
2009-10-02 12:27:43 +02:00
Matteo Bruni
026ca4cd00
wpp: Remove the assumption ppy_error calls exit().
2009-10-02 12:26:06 +02:00
Gerald Pfeifer
3ba9986325
wpp: Add missing #include <ctype.h>.
2008-12-27 20:28:47 +01:00
Alexandre Julliard
2d778c5eea
wpp: Change the prefix on bison-generated names to avoid the name-prefix directive.
2006-09-12 09:04:55 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Alexandre Julliard
36c3199782
Default search path for an include file should be based on the path of
...
the parent source file, not the current directory.
2005-10-10 18:06:50 +00:00
Rémi Assailly
88d049d102
Added missing declarations in some headers.
2005-01-11 10:46:58 +00:00
Jacek Caban
392195438d
- Fixed infinite loop bug.
...
- Code cleanup.
2005-01-09 18:01:16 +00:00
Daniel Marmier
7832562ee6
Fixed warnings with gcc option "-Wwrite-strings".
2003-10-21 23:57:25 +00:00
Jon Griffiths
09fefeed7a
Not everyone has <unistd.h>, some files need <io.h> too (msvc).
2003-09-23 22:54:57 +00:00
Jon Griffiths
140eb97eef
Portability fixes.
2003-08-18 20:00:44 +00:00
Alexandre Julliard
4f432e0545
Create a new list of defined symbols when parsing a file, to allow
...
recursive parsing of multiple files.
2003-07-01 04:36:22 +00:00
Alexandre Julliard
e1a9b10f51
Moved the wpp library from tools/ to libs/.
...
Create symlinks to the various libraries in the libs directory.
2003-05-01 03:16:21 +00:00