server: Allow specifying the status code to return on file descriptors that don't...
[wine] / libs / wpp /
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/.