volatile is valid everywhere const is valid.
[wine] / tools / winapi / c_parser.pm
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.