From 7ac15d3bbfe8a961bc5274d5ec00697884951038 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 13 Mar 2005 18:47:13 +0000 Subject: [PATCH 1/1] Fixup for *nix port svn path=/trunk/; revision=14024 --- reactos/tools/widl/ChangeLog | 203 ++++++++++++++++++----------------- 1 file changed, 105 insertions(+), 98 deletions(-) diff --git a/reactos/tools/widl/ChangeLog b/reactos/tools/widl/ChangeLog index d2c3350e79b..34099abfb51 100644 --- a/reactos/tools/widl/ChangeLog +++ b/reactos/tools/widl/ChangeLog @@ -1,98 +1,105 @@ -ChangeLog - -2005-03-13 royce3 - - tools/widl/hash.c - tools/widl/Makefile - tools/widl/write_msft.c - --Wall -Werror and fix warnings - - -2005-03-13 ekohl - - tools/widl/client.c - -Fix gcc warnings in generated client stub. - - -2005-03-13 ekohl - - tools/widl/client.c - tools/widl/server.c - -Implement [string] attribute for pointers to char and wchar_t. - - -2005-03-12 ekohl - - tools/widl/client.c - tools/widl/server.c - -Implement [in], [out] and [in, out] support for pointers to basic types. - - -2005-03-10 ekohl - - tools/widl/client.c - tools/widl/header.c - tools/widl/server.c - tools/widl/widl.c - tools/widl/widl.h - -Implement '-o' option. This is equivalent to MIDLs '/oldnames' option. - - -2005-03-06 ekohl - - tools/widl/client.c - tools/widl/header.c - tools/widl/header.h - tools/widl/server.c - -Support pointers to simple types as input arguments. - - -2005-02-27 sedwards - - tools/widl/y.tab.c - tools/widl/parser.y - tools/widl/widl.c - tools/widl/widl.h - tools/widl/server.c - tools/widl/typelib.c - -Merge in Winehq changes to reduce noise. - - tools/widl/server.h - tools/widl/client.h - tools/widl/proxy.h - -Deleted unneeded headers. - -2005-02-26 ekohl - tools/widl/server.c - -Server stubs are void functions. -Fix a warning in the server stub descriptor. - - -2005-02-25 ekohl - tools/widl/client.c - tools/widl/header.c - tools/widl/header.h - tools/widl/server.c - -Support multiple interfaces per idl file. -Support explicit binding handles. - - -2005-02-24 ekohl - include/wine/rpcfc.h - tools/widl/client.c - tools/widl/header.c - tools/widl/parser.l - tools/widl/parser.y - tools/widl/server.c - -Support remaining basic types (float, double, small, wchar_t and handle_t). +ChangeLog + +2005-03-13 royce3 + + tools/widl/write_msft.c + +Fixup *nix port, added include fcntl.h and unistd.h. + + +2005-03-13 royce3 + + tools/widl/hash.c + tools/widl/Makefile + tools/widl/write_msft.c + +-Wall -Werror and fix warnings + + +2005-03-13 ekohl + + tools/widl/client.c + +Fix gcc warnings in generated client stub. + + +2005-03-13 ekohl + + tools/widl/client.c + tools/widl/server.c + +Implement [string] attribute for pointers to char and wchar_t. + + +2005-03-12 ekohl + + tools/widl/client.c + tools/widl/server.c + +Implement [in], [out] and [in, out] support for pointers to basic types. + + +2005-03-10 ekohl + + tools/widl/client.c + tools/widl/header.c + tools/widl/server.c + tools/widl/widl.c + tools/widl/widl.h + +Implement '-o' option. This is equivalent to MIDLs '/oldnames' option. + + +2005-03-06 ekohl + + tools/widl/client.c + tools/widl/header.c + tools/widl/header.h + tools/widl/server.c + +Support pointers to simple types as input arguments. + + +2005-02-27 sedwards + + tools/widl/y.tab.c + tools/widl/parser.y + tools/widl/widl.c + tools/widl/widl.h + tools/widl/server.c + tools/widl/typelib.c + +Merge in Winehq changes to reduce noise. + + tools/widl/server.h + tools/widl/client.h + tools/widl/proxy.h + +Deleted unneeded headers. + +2005-02-26 ekohl + tools/widl/server.c + +Server stubs are void functions. +Fix a warning in the server stub descriptor. + + +2005-02-25 ekohl + tools/widl/client.c + tools/widl/header.c + tools/widl/header.h + tools/widl/server.c + +Support multiple interfaces per idl file. +Support explicit binding handles. + + +2005-02-24 ekohl + include/wine/rpcfc.h + tools/widl/client.c + tools/widl/header.c + tools/widl/parser.l + tools/widl/parser.y + tools/widl/server.c + +Support remaining basic types (float, double, small, wchar_t and handle_t). -- 2.17.1