diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-20 21:54:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:13 -0500 |
commit | 449c6acd70221ca257eeb4b82de428760e089d59 (patch) | |
tree | 41ebc8710cb3ad9efa1972511e270eb2c0e4d529 /source4/build/pidl/TODO | |
parent | 520139439ede489f94f32e4424526d9bb66fa597 (diff) | |
download | samba-449c6acd70221ca257eeb4b82de428760e089d59.tar.gz samba-449c6acd70221ca257eeb4b82de428760e089d59.tar.bz2 samba-449c6acd70221ca257eeb4b82de428760e089d59.zip |
r9433: - Update TODO & README
- Extend compatibility module (work towards being able to generate
Midl-compatible IDL files, pretty much just removing attributes
midl doesn't know such as value() and charset())
- Support charset() on fixed-size arrays of characters
(This used to be commit 43817eb0bd46aab10d1595ce008d8380565246f0)
Diffstat (limited to 'source4/build/pidl/TODO')
-rw-r--r-- | source4/build/pidl/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/TODO b/source4/build/pidl/TODO index efb103ff0d..f341dba846 100644 --- a/source4/build/pidl/TODO +++ b/source4/build/pidl/TODO @@ -1,5 +1,4 @@ -- True multiple dimension array / strings in arrays support (closely related to - things specified above) +- True multiple dimension array / strings in arrays support - compatibility mode for generating MIDL-readable data: - strip out pidl-specific properties @@ -9,3 +8,4 @@ a (regular) remote error occurs - support nested elements +- fix stand-alone installation |