summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Compat.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-12-12pidl: Introduce new dirrective: relative_shortMatthieu Patou1-0/+4
relative_short is like relative but instead of having the offset coded on 4 bytes it's coded on 2 bytes. Such things happen in GET_DFS_REFERAL messages. Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-01-17pidl: Remove "max" and make "range" smarter about unsigned typesTim Prouty1-1/+0
This eliminates a warning in pidl generated code, while preserving cross-platform idl compatibility.
2009-01-15pidl: Add max property to be used instead of range for unsigned types.Tim Prouty1-0/+1
Compilers complain about ranges starting at 0 for unsigned types, since an unsigned type is never less than 0. The max property implicitly makes 0 the lower bound when used with unsigned types.
2008-12-12Remove noejs property, which is no longer used.Jelmer Vernooij1-1/+0
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-0/+163