setupapi/tests: There is no strncasecmp() on Windows. So use CompareString() instead.
[wine] / tools / widl /
2006-09-07  Dan Hipschmanwidl: Factor the entry_t structure.
2006-09-07  Dan Hipschmanwidl: Use type_t for typedefs, not var_t. Simplify...
2006-09-07  Dan Hipschmanwidl: Generate names for tagless structs, unions and...
2006-08-29  Dan Hipschmanwidl: Add the rest of the pointer types to write_type.
2006-08-26  Alexandre Julliardwidl: xmalloc shouldn't initialize to zero, do that...
2006-08-25  Dan Hipschmanwidl: Remove usage of type_t ref field for base types...
2006-08-25  Andrew Talbotwidl: Write-strings warning fix.
2006-08-18  Dan Hipschmanwidl: Output format-strings for interface pointers.
2006-08-18  Dan Hipschmanwidl: Allow format-string functions to work with objects.
2006-08-17  Dan Hipschmanwidl: Use typegen.c format-string functions in proxy.c.
2006-08-17  Dan Hipschmanwidl: Move format-string declaration output to typegen.c.
2006-08-16  Dan Hipschmanwidl: Generate proxy code for user marshalled types.
2006-08-16  Dan Hipschmanwidl: Fix out-only temporary variable generation.
2006-08-16  Dan Hipschmanwidl: Fix NdrComplexStructUnmarshall calls in generated...
2006-08-16  Dan Hipschmanwidl: Fix NdrConformantArrayUnmarshall calls in generat...
2006-08-16  Dan Hipschmanwidl: Calculate method indices in parser instead of...
2006-08-15  Dan Hipschmanwidl: Pass the right size to MIDL_memset in generated...
2006-08-12  Dan Hipschmanwidl: Improve pointer null checking logic.
2006-08-12  Dan Hipschmanwidl: Use ref_type to simplify some code.
2006-08-11  Dan Hipschmanwidl: Don't generate indentation spaces on empty lines.
2006-08-11  Dan Hipschmanwidl: Fix incorrect version number in generated code.
2006-08-10  Dan Hipschmanwidl: Add ref_type (dereference typedefs) and use it.
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-08-05  Dan Hipschmanwidl: Replace strdup, malloc and realloc with xstrdup...
2006-08-04  Dan Hipschmanwidl: Generate GUID (infile_i.c) files.
2006-08-03  Dan Hipschmanwidl: Write forward declarations for coclass definitions.
2006-07-31  Dan Hipschmanwidl: Set type_t kind field correctly for all types.
2006-07-31  Dan Hipschmanwidl: Set defined flag for coclasses.
2006-07-29  Dan Hipschmanwidl: Fix "static declaration follows non-static declar...
2006-07-29  Dan Hipschmanwidl: Encode coclass types in typelibs.
2006-07-29  Dan Hipschmanwidl: Register types for coclasses.
2006-07-29  Dan Hipschmanwidl: Check if a typeinfo is already in a typelib befor...
2006-07-29  Dan Hipschmanwidl: Set typelib_idx for coclasses when they're added...
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-07-28  Jacek Cabanwidl: Reorder segments to match midl.
2006-07-28  Jacek Cabanwidl: Use cval in ATTR_ID.
2006-07-28  Jacek Cabanwidl: Added ATTR_BINDABLE handling to add_func_desc.
2006-07-28  Jacek Cabanwidl: Store typekind in msft_typeinfo_t to fix ATTR_DUA...
2006-07-26  Dan Hipschmanwidl: Allow trailing commas in attribute lists.
2006-07-25  Dan Hipschmanwidl: Support SAFEARRAY(type) syntax.
2006-07-25  Dan Hipschmanwidl: Fix redefinition of types in output.
2006-07-24  Dan Hipschmanwidl: Allow write_type to output full pointer types.
2006-07-14  Dan Hipschmanwidl: Support coclass forward declarations.
2006-07-14  Dan Hipschmanwidl: Fix unterminated comment in generated code.
2006-07-11  Alexandre Julliardlibs: Get rid of the symlinks for the static libs.
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-07-07  Robert Shearmanwidl: Add support for the builtin constants "TRUE"...
2006-06-27  Alexandre Julliardwidl: Fixed syntax of DECL_LINK macro to look more...
2006-06-26  Andrew Talbotwidl: Write-strings warnings fix.
2006-06-19  Thomas Weidenmuellerwidl: Fix updating the proc offset.
2006-06-13  Alexandre Julliardwidl: Use unsigned int instead of size_t to avoid print...
2006-06-07  Robert Shearmanwidl: Support coclass forward declarations.
2006-06-02  Robert Shearmanwidl: Fix a typo in the man page.
2006-06-02  Robert Shearmanwidl: Properly size the return value procformat.
2006-06-02  Robert Shearmanwidl: Only write one procformat string and one typeform...
2006-05-31  Robert Shearmanwidl: Allow some more "reserved words" to be used as...
2006-05-27  Alexandre Julliardwidl: Clean output files when aborting on a signal.
2006-05-24  Alexandre Julliardwidl: Get rid of unnecessary inclusion of unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Jacek Cabanwidl: Don't add importlib if it is already on the list...
2006-05-20  Jacek Cabanwidl: Added support for importing parent interfaces...
2006-05-17  Jacek Cabanwidl: Added importlib reading implementation.
2006-05-15  Jacek Cabanwidl: Added RPC_FC_ENUM16 encoding.
2006-05-15  Jacek Cabanwidl: res50 is number of impinfos. Fix its usage.
2006-05-05  Eric Kohlwidl: Implement 'oldnames' option.
2006-05-05  Eric Kohlwidl: Fix a typo.
2006-04-21  Jacek Cabanwidl: Fix a typo.
2006-04-21  Jacek Cabanwidl: Added importlib parsing code.
2006-04-21  Eric Kohlwidl: Implement support for unique pointers to strings.
2006-04-20  Robert Shearmanwidl: Prevent NULL pointer de-refs on "void *" types.
2006-04-18  Robert Shearmanwidl: Ignore [object] attribute on interfaces written...
2006-04-17  Eric Kohlwidl: Support multiple RPC interfaces per binary.
2006-04-17  Eric Kohlwidl: Implement support for unique pointers to arrays.
2006-04-14  Mike McCormackwidl: Add support for VT_I8 and VT_UI8 to msft typelibs.
2006-04-10  Eric Kohlwidl: Implement support for ref pointers to simple...
2006-04-05  Eric Kohlwidl: Implement support for ref pointers to arrays...
2006-04-03  Robert Shearmanwidl: Fix the type offset for generated conformant...
2006-03-31  Robert Shearmanwidl: There's no need to cast _StubMsg - it's already...
2006-03-31  Robert Shearmanwidl: Only assign variables if not a string and only...
2006-03-31  Robert Shearmanwidl: Initialise the temporary variable to 0 for parame...
2006-03-31  Robert Shearmanwidl: Create the correct variable type for parameters...
2006-03-31  Robert Shearmanwidl: Re-use print_phase_basetype for generating return...
2006-03-31  Robert Shearmanwidl: Move handling of base type marshaling and unmarsh...
2006-03-31  Robert Shearmanwidl: Use print_phase_function for printing NdrPointerF...
2006-03-31  Robert Shearmanwidl: Add a function to generate the Ndr type calls.
2006-03-31  Robert Shearmanwidl: Only write the buffer incrementing code for the...
2006-03-31  Robert Shearmanwidl: Output the necessary sizing information for other...
2006-03-31  Robert Shearmanwidl: Output NULL ref pointer check for pointer levels...
2006-03-31  Robert Shearmanwidl: Fix a GCC warning in the generated client and...
2006-03-31  Robert Shearmanwidl: The lval member of var_t is essentially a duplica...
2006-03-31  Robert Shearmanwidl: De-reference parameters' types before deciding...
2006-03-31  Robert Shearmanwidl: Write pointer calls for all non-basetype pointer...
2006-03-31  Robert Shearmanwidl: Write definitions for MIDL_user_allocate and...
2006-03-31  Robert Shearmanwidl: Write out the pre- and postamble for RPC interfac...
2006-03-31  Robert Shearmanwidl: Output interface defined guard for rpc interfaces...
2006-03-31  Robert Shearmanwidl: NdrFcShort should be written out instead of NdrShort.
2006-03-31  Robert Shearmanwidl: Output the numeric equivalent of FC_END, not...
2006-03-31  Robert Shearmanwidl: Support references in type_memsize.
2006-03-31  Robert Shearmanwidl: Only output code for non-object interfaces in...
next