Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
|
|
Michael
(This used to be commit 85f707c6abc48739c0c3b423ac0b196d2b75e40c)
|
|
metze
(This used to be commit fdf9bcb163516f7d96675ae0dce2917afb8f86d3)
|
|
(This used to be commit ea3371389226a756ba641a7fc02cfbee78663411)
|
|
(This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
|
|
and not to 'declare' to avoid a pidl warning with:
declare [switch_type(uint16)] union netr_Validation;
void foo([in] uint16 level, [in,switch_is(level)] netrValidation info);
metze
(This used to be commit 3b3344f1df000974ad89bf370e99fd6b6dc42000)
|
|
"struct foo {};".
Reported by one of the OpenChange folks, thanks!
(This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
|
|
struct foo {
...
};
in IDL will now work. This is the first step towards nested types and
using typedefs for partial types (such as "typedef int *bar;"), a requirement
for complex uses of represent_as().
(This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
|
|
(This used to be commit 203076129b967ccc6258e807280dc1b75583a064)
|
|
Make sure errors are reported correctly.
(This used to be commit 9f794c55a60b09536d6e0dbadfc172e1e74497ff)
|
|
(This used to be commit 0da2bbcf766dc25805ad583fae185045bb390a5f)
|
|
(This used to be commit 347ae9628202ca4de4318ef8156999239aad9192)
|
|
- `include' (replaces helper())
- `import' (replaces depends())
Add support for parsing importlib() - importlib() is now ignored (with a
warning), but no longer causes syntax errors.
helper() and depends() are now marked deprecated and will cause warnings.
(This used to be commit 1ccab71cb8a9e3db9448b6679d01ad00e1c1e9a3)
|
|
(This used to be commit b076bfa39fefafcf30ac5be5056abfd629338fa5)
|
|
(This used to be commit 084b5002b9a8c9790ce81480fe26d57e52789dbb)
|
|
metze
(This used to be commit 15d37004b70d097a1431fb4d41fef363ed654ac7)
|
|
functions
Allow the use of non-typedef structs and unions when declaring variables. Allow the
use of the 'signed' and 'unsigned' qualifiers for integer types
(This used to be commit bc6b45e242c8d7b2ef1a6e6d3eb172c27afd952d)
|
|
testing framework (Test::Simple, distributed with perl itself).
Run these tests from 'make test'
(This used to be commit 975d8816db6697dab828941b69a740e3a0a2c272)
|
|
(This used to be commit 0c225d2978b11898d334ec2d6da910e0cca0f4cd)
|
|
(This used to be commit 88fcd56fb55ac3f7e1eef3b3c92a2593c79599d3)
|
|
(This used to be commit 0c0a4b55cff4079276073060dae91ff0c19af42f)
|
|
This fixes the
standalone pidl build (as used for ethereal)
(This used to be commit 9c9ebd2214423c58357854f09bd744e13e807d8f)
|
|
use the MIPSPro 7.4 -c99 option to get C99 support. Try to find
a common perl that is more modern than /usr/bin/perl.
(This used to be commit 82fab8b747bf68d8548c6f0f2f4bff98bd428d22)
|
|
(This used to be commit 6a549f35583e71531bea56ce717635ad9499441a)
|
|
(This used to be commit e48202275e60c18e464457d200daeb953386e221)
|