Author: fireball Date: Sat Jan 5 23:40:33 2008 New Revision: 31615
URL: http://svn.reactos.org/svn/reactos?rev=31615&view=rev Log: - WIDL from Wine-20080105, with 2 ReactOS-specific changes: * LANG_SUTU and other non-standard language defines are guarded with #ifndef __REACTOS__ * "#define NO_NATIVE_LNG" hpoussin's patch.
Added: trunk/reactos/tools/widl_20080105/ - copied from r31587, trunk/reactos/tools/widl_new/ Removed: trunk/reactos/tools/widl_20080105/0.9.44.1 - Handle LPSTR in typelibs.diff trunk/reactos/tools/widl_20080105/0.9.44.2 - Handle the size_is attribute on pointers.diff trunk/reactos/tools/widl_20080105/0.9.44.3 - Constify some data.diff trunk/reactos/tools/widl_20080105/0.9.44.4 - Fix top-level and callback conformances.diff trunk/reactos/tools/widl_20080105/0.9.44.5 - Implement NDR for struct field alignment.diff trunk/reactos/tools/widl_20080105/0.9.44.6 - Allow size_is on strings.diff trunk/reactos/tools/widl_20080105/0.9.44.7 - ReactOS hack.diff trunk/reactos/tools/widl_20080105/ChangeLog trunk/reactos/tools/widl_20080105/Makefile.in trunk/reactos/tools/widl_20080105/widl.man.in Modified: trunk/reactos/tools/widl_20080105/client.c trunk/reactos/tools/widl_20080105/hash.c trunk/reactos/tools/widl_20080105/header.c trunk/reactos/tools/widl_20080105/header.h trunk/reactos/tools/widl_20080105/parser.h trunk/reactos/tools/widl_20080105/parser.l trunk/reactos/tools/widl_20080105/parser.tab.c trunk/reactos/tools/widl_20080105/parser.tab.h trunk/reactos/tools/widl_20080105/parser.y trunk/reactos/tools/widl_20080105/parser.yy.c trunk/reactos/tools/widl_20080105/proxy.c trunk/reactos/tools/widl_20080105/server.c trunk/reactos/tools/widl_20080105/typegen.c trunk/reactos/tools/widl_20080105/typegen.h trunk/reactos/tools/widl_20080105/typelib.c trunk/reactos/tools/widl_20080105/utils.c trunk/reactos/tools/widl_20080105/utils.h trunk/reactos/tools/widl_20080105/widl.c trunk/reactos/tools/widl_20080105/widl.h trunk/reactos/tools/widl_20080105/widltypes.h trunk/reactos/tools/widl_20080105/write_msft.c
[This mail would be too long, it was shortened to contain the URLs only.]
Removed: trunk/reactos/tools/widl_20080105/0.9.44.1 - Handle LPSTR in typelibs.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/0.9.44.1%20-...
Removed: trunk/reactos/tools/widl_20080105/0.9.44.2 - Handle the size_is attribute on pointers.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/0.9.44.2%20-...
Removed: trunk/reactos/tools/widl_20080105/0.9.44.3 - Constify some data.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/0.9.44.3%20-...
Removed: trunk/reactos/tools/widl_20080105/0.9.44.4 - Fix top-level and callback conformances.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/0.9.44.4%20-...
Removed: trunk/reactos/tools/widl_20080105/0.9.44.5 - Implement NDR for struct field alignment.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/0.9.44.5%20-...
Removed: trunk/reactos/tools/widl_20080105/0.9.44.6 - Allow size_is on strings.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/0.9.44.6%20-...
Removed: trunk/reactos/tools/widl_20080105/0.9.44.7 - ReactOS hack.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/0.9.44.7%20-...
Removed: trunk/reactos/tools/widl_20080105/ChangeLog URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/ChangeLog?re...
Removed: trunk/reactos/tools/widl_20080105/Makefile.in URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/Makefile.in?...
Modified: trunk/reactos/tools/widl_20080105/client.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/client....
Modified: trunk/reactos/tools/widl_20080105/hash.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/hash.c?...
Modified: trunk/reactos/tools/widl_20080105/header.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/header....
Modified: trunk/reactos/tools/widl_20080105/header.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/header....
Modified: trunk/reactos/tools/widl_20080105/parser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/parser....
Modified: trunk/reactos/tools/widl_20080105/parser.l URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/parser....
Modified: trunk/reactos/tools/widl_20080105/parser.tab.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/parser....
Modified: trunk/reactos/tools/widl_20080105/parser.tab.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/parser....
Modified: trunk/reactos/tools/widl_20080105/parser.y URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/parser....
Modified: trunk/reactos/tools/widl_20080105/parser.yy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/parser....
Modified: trunk/reactos/tools/widl_20080105/proxy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/proxy.c...
Modified: trunk/reactos/tools/widl_20080105/server.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/server....
Modified: trunk/reactos/tools/widl_20080105/typegen.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/typegen...
Modified: trunk/reactos/tools/widl_20080105/typegen.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/typegen...
Modified: trunk/reactos/tools/widl_20080105/typelib.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/typelib...
Modified: trunk/reactos/tools/widl_20080105/utils.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/utils.c...
Modified: trunk/reactos/tools/widl_20080105/utils.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/utils.h...
Modified: trunk/reactos/tools/widl_20080105/widl.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/widl.c?...
Modified: trunk/reactos/tools/widl_20080105/widl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/widl.h?...
Removed: trunk/reactos/tools/widl_20080105/widl.man.in URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_new/widl.man.in?...
Modified: trunk/reactos/tools/widl_20080105/widltypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/widltyp...
Modified: trunk/reactos/tools/widl_20080105/write_msft.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/widl_20080105/write_m...