wpp: Fix expansion of macro bodies following the parsing of a numerical digit.
[wine] / libs / wpp / ppl.l
2010-01-19  Rob Shearmanwpp: Fix expansion of macro bodies following the parsin...
2009-12-30  Michael StefaniucRevert "Revert "wpp: config.h and wine/port.h should...
2009-10-13  Matteo Bruniwpp: Add I/O callbacks.
2009-10-06  Matteo Bruniwpp: get_string() now can return NULL, handle it.
2009-10-02  Matteo Bruniwpp: Handle remaining memory allocation failures in...
2009-10-02  Matteo Bruniwpp: Handle memory allocation failures in tokens manage...
2009-10-02  Matteo Bruniwpp: Remove the assumption ppy_error calls exit().
2008-10-22  Rob Shearmanwpp: Check for overflows when parsing integer constants.
2008-07-07  Alexandre JulliardAdd noinput directive to all lex files to avoid a compi...
2008-06-30  Alexandre JulliardRevert "wpp: config.h and wine/port.h should be include...
2008-06-30  Alexandre Julliardwpp: config.h and wine/port.h should be included first.
2008-03-04  Rob Shearmanlibwpp: Include wine/port.h in ppl.l as strcasecmp...
2008-02-19  Alexandre JulliardAvoid the nounistd option that doesn't exist on older...
2008-02-19  Rob ShearmanAdd the nounistd option to all lex source files.
2007-06-28  Alexandre Julliardwpp: Don't suppress output from C include files, that...
2006-10-10  Michael Stefaniucjanitorial: Remove remaining NULL checks before free...
2006-09-12  Alexandre Julliardwpp: Change the prefix on bison-generated names to...
2006-07-18  Dan Hipschmanwpp: In recursive macro definitions, print the macro...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Bill Medlandwpp: Support long long constants if configure says...
2006-04-21  Bill Medlandwpp: Implement long long constant parsing.
2006-01-05  Alexandre JulliardRemove YY_NO defines that cause warnings.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-02-25  Ge van GeldorpTreat already preprocessed code just like normal #inclu...
2003-10-21  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-04  Paul LauferWork around for flex brain damage.
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.