Sweden-Number/tools/widl
Rob Shearman b81f4c24db widl: Only base types or reference pointers to base types don't need to be freed.
There are other cases where calls to Free functions can be omitted (such 
as types always unmarshalled using buffer memory with no embedded 
pointers), but these are easier dealt with inside the relevent case in 
write_remoting_arg.
2007-12-17 11:57:25 +01:00
..
Makefile.in
client.c widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. 2007-12-12 16:03:35 +01:00
hash.c
hash.h
header.c widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. 2007-12-12 16:03:35 +01:00
header.h
parser.h
parser.l
parser.y widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose. 2007-12-12 16:03:35 +01:00
proxy.c widl: Add support for non-basetype return types. 2007-12-11 18:07:05 +01:00
server.c widl: Return types shouldn't be freed. 2007-12-17 11:57:16 +01:00
typegen.c widl: Only base types or reference pointers to base types don't need to be freed. 2007-12-17 11:57:25 +01:00
typegen.h
typelib.c
typelib.h
typelib_struct.h
utils.c tools: Remove duplicate includes. 2007-11-19 13:54:52 +01:00
utils.h widl: Swap the version packing order back to what typelibs expect. 2007-12-13 14:30:40 +01:00
widl.c Make.rules: Added rules for building the dlldata.c file. 2007-12-10 14:26:13 +01:00
widl.h
widl.man.in Assorted spelling fixes. 2007-11-09 13:07:12 +01:00
widltypes.h widl: Support the address-of operator in expressions. 2007-12-10 14:40:29 +01:00
write_msft.c