Author: ekohl Date: Sun Oct 19 07:30:41 2008 New Revision: 36829
URL: http://svn.reactos.org/svn/reactos?rev=36829&view=rev Log: Sync to wine-0.9.60: - Rob Shearman rob@codeweavers.com Wed, 26 Mar 2008 widl: Support using context handles as the binding handle in client functions.
- Rob Shearman rob@codeweavers.com Thu, 27 Mar 2008 widl: Use is_string_type for detecting strings in write_typeformatstring_var to make it consistent with write_remoting_arg.
- Rob Shearman rob@codeweavers.com Thu, 27 Mar 2008 widl: Add support for generic binding handles.
- Rob Shearman rob@codeweavers.com Thu, 27 Mar 2008 widl: Fix detection of non-pointer context handles.
- Rob Shearman rob@codeweavers.com Thu, 27 Mar 2008 widl: Make sure that string types are always written out by write_string_tfs and not write_simple_pointer.
- Rob Shearman rob@codeweavers.com Mon, 31 Mar 2008 widl: Parse typedefs of function pointers.
- Rob Shearman rob@codeweavers.com Tue, 1 Apr 2008 widl: Be more strict about where semicolons can appear in IDL files.
- Rob Shearman rob@codeweavers.com Wed, 2 Apr 2008 widl: Add a function to get the return type of a parsed function.
- Rob Shearman rob@codeweavers.com Wed, 2 Apr 2008 widl: Store function and function pointer types completely within type_t type.
- Rob Shearman rob@codeweavers.com Wed, 2 Apr 2008 widl: Support parsing calling conventions for function identifiers.
- Rob Shearman rob@codeweavers.com Wed, 2 Apr 2008 widl: Support __fastcall and __pascal calling conventions.
- Rob Shearman rob@codeweavers.com Wed, 2 Apr 2008 widl: Add a newline between function prototypes for non-object interfaces.
- Rob Shearman rob@codeweavers.com Wed, 2 Apr 2008 widl: Fix the writing out of function pointers with more than one level of indirection.
- Rob Shearman rob@codeweavers.com Wed, 2 Apr 2008 widl: Turn on verbose errors, which gives a little more information in the case of a syntax error.
- Dan Hipschman dsh@linux.ucla.edu Thu, 3 Apr 2008 widl: Fix a mistake in an ordered list (keywords).
Modified: trunk/reactos/media/doc/README.WINE trunk/reactos/tools/widl/client.c trunk/reactos/tools/widl/header.c trunk/reactos/tools/widl/header.h trunk/reactos/tools/widl/parser.h trunk/reactos/tools/widl/parser.l trunk/reactos/tools/widl/parser.tab.c trunk/reactos/tools/widl/parser.tab.h trunk/reactos/tools/widl/parser.y trunk/reactos/tools/widl/parser.yy.c trunk/reactos/tools/widl/proxy.c trunk/reactos/tools/widl/server.c trunk/reactos/tools/widl/typegen.c trunk/reactos/tools/widl/typegen.h trunk/reactos/tools/widl/widl.c trunk/reactos/tools/widl/widl_ros.diff trunk/reactos/tools/widl/widltypes.h trunk/reactos/tools/widl/write_msft.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/media/doc/README.WINE URL: http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=3...
Modified: trunk/reactos/tools/widl/client.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/client.c?rev=368...
Modified: trunk/reactos/tools/widl/header.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/header.c?rev=368...
Modified: trunk/reactos/tools/widl/header.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/header.h?rev=368...
Modified: trunk/reactos/tools/widl/parser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/parser.h?rev=368...
Modified: trunk/reactos/tools/widl/parser.l URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/parser.l?rev=368...
Modified: trunk/reactos/tools/widl/parser.tab.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/parser.tab.c?rev...
Modified: trunk/reactos/tools/widl/parser.tab.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/parser.tab.h?rev...
Modified: trunk/reactos/tools/widl/parser.y URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/parser.y?rev=368...
Modified: trunk/reactos/tools/widl/parser.yy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/parser.yy.c?rev=...
Modified: trunk/reactos/tools/widl/proxy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/proxy.c?rev=3682...
Modified: trunk/reactos/tools/widl/server.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/server.c?rev=368...
Modified: trunk/reactos/tools/widl/typegen.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/typegen.c?rev=36...
Modified: trunk/reactos/tools/widl/typegen.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/typegen.h?rev=36...
Modified: trunk/reactos/tools/widl/widl.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/widl.c?rev=36829...
Modified: trunk/reactos/tools/widl/widl_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/widl_ros.diff?re...
Modified: trunk/reactos/tools/widl/widltypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/widltypes.h?rev=...
Modified: trunk/reactos/tools/widl/write_msft.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl/write_msft.c?rev...