oleaut32/typelib: Fix ITypeInfo_Invoke with restricted keyword.
[wine] / tools / widl / expr.c
2010-04-05  Alexandre Julliardwidl: Add a type_memsize_and_alignment function to...
2010-03-26  Alexandre Julliardwidl: Long constants must be 32-bit on all platforms.
2010-03-23  Rob Shearmanwidl: Fix the calculation of casted integer constant...
2010-01-19  Rob Shearmanwidl: Add support for character constants in expressions.
2009-11-09  Rob Shearmanwidl: Allow pointers, type-qualifiers and other more...
2009-11-09  Rob Shearmanwidl: Add support for bit-fields in non-remote structures.
2009-11-09  Rob Shearmanwidl: Implement __int3264 keyword.
2009-03-09  Rob Shearmanwidl: Move type_basic_get_fc to typegen.c and rename...
2009-03-09  Rob Shearmanwidl: Determine pointer fc at generation time instead...
2009-03-05  Rob Shearmanwidl: Implement a more abstract way of representing...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-23  Rob Shearmanwidl: Don't directly access the type structure when...
2009-01-12  Michael Karcherwidl: Dereference operator in expr works on any declare...
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...
2008-09-15  Alexandre Julliardwidl: Infrastructure for adding a prefix to local varia...
2008-04-25  Rob Shearmanwidl: Add support for string literals and wide-string...
2008-04-22  Rob Shearmanwidl: Remove duplicated code in the form of the write_s...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.