Release 1.5.29.
[wine] / libs / wpp /
2012-12-27  Hermès Bélusca-Maïtowpp: Fix path separator on Windows platforms.
2012-06-13  Matteo Bruniwpp: Explicitly pass include type to the lookup callbac...
2012-06-13  Matteo Bruniwpp: Invert 'type' callback parameter value, to match...
2012-03-29  Józef Kuciawpp: Fix a few memory leaks in the wpp_parse() function.
2012-03-12  Józef Kuciawpp: Reset lexer state after unexpected end of file.
2012-02-20  Nikolay Sivovwpp: Properly use va_start/va_end around vsnprintf().
2011-09-26  Marcus Meissnerwpp: Add semicolons at end of code rules.
2011-08-24  Francois GougetAssorted spelling fixes.
2011-02-28  Gerald Pfeiferwpp: Add explicit casts when mixing unsigned and signed...
2011-02-21  Matteo Bruniwpp: Let pp_add_define take the responsibility of copyi...
2011-02-21  Matteo Bruniwpp: Free strings on define deletion (Valgrind).
2011-02-16  Gerald Pfeiferwpp: Add explicit casts when mixing signed and unsigned...
2011-02-14  Gerald Pfeiferwpp: Fix the output type for the "unsigned OP signed...
2010-12-30  Alexandre Julliardwpp: Line and column numbers must start at one.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-28  Travis Athougieswpp: Fixed bug in preventing add_text_to_macro from...
2010-04-26  Gerald Pfeiferwpp: Remove variable dbgtext which is not really used...
2010-03-30  Alexandre Julliardwpp: Build with -fPIC to allow libwpp to be used from...
2010-03-30  Alexandre Julliardwpp: Get rid of wpp_parse_temp, temp file management...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-02-05  Matteo Bruniwpp: Assure if_stack is clean before returning.
2010-01-19  Rob Shearmanwpp: Fix expansion of macro bodies following the parsin...
2010-01-04  Alexandre Julliardwpp: Reset the line position when parsing a new file.
2009-12-30  Michael StefaniucRevert "Revert "wpp: config.h and wine/port.h should...
2009-12-29  Matteo Bruniwpp: Clean state on error path.
2009-10-13  Matteo Bruniwpp: Add I/O callbacks.
2009-10-07  Marcus Meissnerwpp: Fixed resource leakages (Coverity).
2009-10-06  Matteo Bruniwpp: Add error management callbacks.
2009-10-06  Matteo Bruniwpp: get_string() now can return NULL, handle it.
2009-10-06  Matteo Bruniwpp: Handle remaining memory allocation failures.
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: Manage malloc failure in pp_xstrdup.
2009-10-02  Matteo Bruniwpp: Remove the assumption ppy_error calls exit().
2008-12-27  Gerald Pfeiferwpp: Add missing #include <ctype.h>.
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 Shearmanmakefiles: Split AR into AR and ARFLAGS.
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.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-10-22  Michael Stefaniucwpp: Remove redundant NULL check before free(). Found...
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-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardwpp: Change the prefix on bison-generated names to...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardlibs/wpp: Specify the bison name prefix directly in...
2006-07-18  Dan Hipschmanwpp: In recursive macro definitions, print the macro...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
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  Alexandre Julliardwpp: Fixed typo in long long constants handling.
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 JulliardSupport building flex files without debug support.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
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...
2005-01-11  Rémi AssaillyAdded missing declarations in some headers.
2005-01-09  Jacek Caban- Fixed infinite loop bug.
2005-01-09  Jacek CabanAdded initializing pp_status.input at begin of wpp_parse.
2003-10-21  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-08-18  Jon GriffithsPortability fixes.
2003-07-01  Alexandre JulliardCreate a new list of defined symbols when parsing a...
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/.