Change oldnames option from '-o' to '--oldnames'.
[reactos.git] / reactos / tools / widl / ChangeLog
index 3b14c38..9115154 100644 (file)
@@ -1,5 +1,111 @@
 ChangeLog
 
+2005-12-05 ekohl
+
+   tools/widl/widl.c
+   tools/widl/widl.man
+
+- Change oldnames option from '-o' to '--oldnames'.
+
+2005-11-26 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Allocate another 4 bytes for unique pointers to simple types.
+
+2005-10-16 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Fix [out, size_is, unique] parameter issues.
+
+2005-10-09 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Support [out, unique] base type parameters.
+
+2005-08-07 ekohl
+
+   tools/widl/server.c
+
+- Support size_is(*Length) attributes for strings.
+
+2005-07-30 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Support conformant arrays as in and out parameters.
+- Fix message buffer size calculation for client and server.
+
+2005-07-25 ekohl
+
+   tools/widl/client.c
+   tools/widl/lex.yy.c
+   tools/widl/parser.y
+   tools/widl/proxy.c
+   tools/widl/server.c
+   tools/widl/y.tab.c
+   tools/widl/y.tab.h
+
+- Fix grammar of the size_is attribute so that size_is(*Length) gets accepted.
+
+2005-07-23 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+- Fix offset calculation bug in the ProcFormatString.
+- Fix offset calculation bug in the marshalling and unmarshalling code.
+- Fix typos in the TypeFormatString.
+This makes the [string, out, size_is()] parameters work properly.
+
+2005-07-17 ekohl
+
+   tools/widl/client.c
+   tools/widl/server.c
+
+Fix bugs for in-string parameters.
+Implement out-string parameters (untested).
+
+2005-05-08 weiden
+
+   tools/widl/server.c
+
+Don't generate lvalue assignment code.
+
+2005-05-08 weiden
+
+   tools/widl/client.c
+   tools/widl/proxy.c
+   tools/widl/server.c
+
+Generate code GCC4.x accepts.
+
+2005-04-18 navaraf
+
+   tools/widl/parser.y
+
+Don't use pointer to freed memory.
+
+2005-04-17 ekohl
+
+   tools/widl/server.c
+
+Support out-pointers to structs.
+
+2005-04-15 ekohl
+
+   tools/widl/client.c
+   tools/widl/parser.y
+   tools/widl/server.c
+
+Support in-pointers to structs.
+
 2005-04-03 ekohl
 
    tools/widl/client.c
@@ -120,7 +226,7 @@ Merge in Winehq changes to reduce noise.
 
   tools/widl/server.h
   tools/widl/client.h
-  tools/widl/proxy.h  
+  tools/widl/proxy.h
 
 Deleted unneeded headers.