iphlapi: Fix some leaks (coverity).
[wine] / libs / wpp / preproc.c
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...
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).
2009-10-13  Matteo Bruniwpp: Add I/O callbacks.
2009-10-06  Matteo Bruniwpp: Add error management callbacks.
2009-10-06  Matteo Bruniwpp: Handle remaining memory allocation failures.
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>.
2006-09-12  Alexandre Julliardwpp: Change the prefix on bison-generated names to...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-10  Alexandre JulliardDefault search path for an include file should be based...
2005-01-11  Rémi AssaillyAdded missing declarations in some headers.
2005-01-09  Jacek Caban- Fixed infinite loop bug.
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-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.