cryptnet: Test CertDllVerifyRevocation.
[wine] / tools / winapi / c_parser.pm
2009-07-09  Francois Gougetwinapi/c_parser: Remove special cases for DEFINE_SHLGUI...
2009-07-09  Francois Gougetwinapi/c_parser: Badly indenting a closing brace should...
2009-07-09  Francois Gougetwinapi: Modify parse_c_typedef() to get rid of the...
2009-07-09  Francois Gougetwinapi: Introduce a pseudo-loop in parse_c_variable...
2009-07-06  Francois Gougetwinapi: Simplify and improve the readability of the...
2009-06-16  Francois Gougetwinapi: Fix a $blevel / $plevel mismatch.
2009-06-15  Francois Gougetwinapi/c_parser: Remove some dead code.
2009-04-20  Francois Gougetwinapi: Remove some dead code.
2009-04-20  Francois Gougetwinapi: Fix the parse_c_declaration() prototype and...
2009-04-20  Francois Gougetwinapi: parse_c_declarations() is not used. Remove it.
2007-07-31  Francois Gougetwinapi: Remove some dead code.
2007-02-20  Francois Gougetwinapi: Remove useless 'if (0)' statements.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois Gougetwinapi: Add support for APIENTRY.
2005-12-02  Vincent BéronMake winapi_check understand the interface keyword.
2005-09-26  Francois Gougetvolatile is valid everywhere const is valid.
2005-08-08  Vincent BéronRemove WINE_UNUSED checks.
2004-10-26  Francois GougetAdd function prototypes.
2004-10-22  Francois GougetReview and fix regular expressions of the form /^foo...
2004-09-08  Francois GougetFix and unify parsing of calling conventions.
2004-09-07  Francois GougetFix c_parser.pm so it handles 'const' preceeding a...
2004-08-22  Francois GougetDECLARE_OLD_HANDLE is not used anymore.
2004-08-20  Francois GougetFix packing bug in shlobj.h.
2002-11-12  Patrik StridvallAdded tests for a few new DLLs.
2002-11-04  Patrik StridvallAdded tests for normal types (not just structures).
2002-10-11  Patrik Stridvall- Improved alignment and offset calculations.
2002-10-09  Patrik StridvallReorganized the code for better support of data structu...
2002-10-01  Patrik Stridvall- Added a new tool winapi_test for generating tests.
2002-09-23  Patrik Stridvall- Made the new C parser handle the current Wine source.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-09-10  Patrik Stridvall- FreeBSD now supported.
2001-08-22  Patrik Stridvall- Continued on the new C parser.
2001-08-09  Patrik Stridvall- Begun implementation of a C statements parser.