r21222: Merge a couple of pidl fixes:
commit37c0da541e3962164d5af3e3c9560803a733f3b7
authorJelmer Vernooij <jelmer@samba.org>
Wed, 7 Feb 2007 19:03:19 +0000 (7 19:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:48 +0000 (10 14:44 -0500)
treee1779b3cad51fd788e05db4ece718b2e3e3e7b7f
parentca3b806070b924a455954cdfe124d726b38da87a
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.
13 files changed:
source/pidl/TODO
source/pidl/expr.yp
source/pidl/lib/Parse/Pidl/Expr.pm
source/pidl/lib/Parse/Pidl/NDR.pm
source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
source/pidl/lib/Parse/Pidl/Util.pm
source/pidl/pidl
source/pidl/ref_notes.txt [deleted file]
source/pidl/tests/ndr_deprecations.pl [new file with mode: 0755]
source/pidl/tests/ndr_represent.pl [changed mode: 0644->0755]
source/pidl/tests/util.pl
source/torture/smbtorture.c
source/torture/torture.c