r21222: Merge a couple of pidl fixes:
authorJelmer Vernooij <jelmer@samba.org>
Wed, 7 Feb 2007 19:03:19 +0000 (19:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:48 +0000 (14:44 -0500)
commitecf2c1effb778a95fd863a5e87ec7e378d228b57
tree8b94782e07399490d6390e066c557af8c04aefc1
parent2811e18da0d8dae2e2560c11a28450ae8b2a98d5
r21222: Merge a couple of pidl fixes:

* Pidl will now warn when trying to use pointers as integers in expressions.
* "subcontext()" is now marked as deprecated. The alternatives,
  transmit_as() / represent_as() should be available soon.
* More tests.
* Remove some unused code in smbtorture.
(This used to be commit 37c0da541e3962164d5af3e3c9560803a733f3b7)
13 files changed:
source4/pidl/TODO
source4/pidl/expr.yp
source4/pidl/lib/Parse/Pidl/Expr.pm
source4/pidl/lib/Parse/Pidl/NDR.pm
source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
source4/pidl/lib/Parse/Pidl/Util.pm
source4/pidl/pidl
source4/pidl/ref_notes.txt [deleted file]
source4/pidl/tests/ndr_deprecations.pl [new file with mode: 0755]
source4/pidl/tests/ndr_represent.pl [changed mode: 0644->0755]
source4/pidl/tests/util.pl
source4/torture/smbtorture.c
source4/torture/torture.c