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 configure: Get rid of lex compatibility support, we require flex anyway. 2007-03-08 13:19:50 +01:00
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 "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. 2006-09-29 16:09:24 +02:00
hash.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
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 widl: Handle pointers to conformant arrays (e.g., "[size_is(, n)] int **p; "). 2007-11-05 13:24:37 +01:00
parser.h widl: Implement pointer_default functionality. 2007-10-09 17:52:45 +02:00
parser.l widl: parser_error must append a newline, so write a new function, error_loc. 2007-10-24 13:51:48 +02:00
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 widl: Don't output a void conformance for NdrClearOutParameters. 2007-11-05 13:24:37 +01:00
typelib.c widl: Keep track of every allocated type_t to simplify set_all_tfswrite. 2007-10-09 17:52:45 +02:00
typelib.h widl: Remove redundant get_var_vt function. 2007-05-10 12:54:01 +02:00
typelib_struct.h Assorted spelling fixes. 2006-12-05 10:31:47 +01:00
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: Add a --local-stubs option. 2007-10-31 12:39:54 +01:00
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 widl: Add support for overriding recorded time, allowing binary-identical compilation. 2007-10-29 12:08:10 +01:00