summaryrefslogtreecommitdiff
path: root/source4/build/pidl/lib/README
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-07 13:38:07 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-07 13:38:07 +0000
commit55d2c54e030c71e71a8b38d17b0e20a1b79517e7 (patch)
tree06f693e4014278e88bb55cd9cf075214cedfe773 /source4/build/pidl/lib/README
parente10859fd0a45b2415699334be2f0be8b1fd994b2 (diff)
downloadsamba-55d2c54e030c71e71a8b38d17b0e20a1b79517e7.tar.gz
samba-55d2c54e030c71e71a8b38d17b0e20a1b79517e7.tar.bz2
samba-55d2c54e030c71e71a8b38d17b0e20a1b79517e7.zip
re-wrote pidl to use Parse::Yapp instead of Parse::RecDescent, This
makes pidl about 3x faster, and also gives us much better error reporting and a more standard grammer definition that will be much easier to code in lex/yacc if we want to do so at a later date. (Parse::Yapp uses essentially the same grammer file as lex/yacc) It also means we no longer need Parse::RecDescent, which should make pidl much more portable. (This used to be commit 4bbaffeb44dca99ad8c0245beb1fddbe01557215)
Diffstat (limited to 'source4/build/pidl/lib/README')
-rw-r--r--source4/build/pidl/lib/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/build/pidl/lib/README b/source4/build/pidl/lib/README
deleted file mode 100644
index a02b3f59be..0000000000
--- a/source4/build/pidl/lib/README
+++ /dev/null
@@ -1,11 +0,0 @@
-Many thanks to Damian Conway for his excellent Parse::Recdescent
-package. I have included a copy of it here to prevent problems with
-differing versions and pidl. The original package is distributed with
-the following copyright:
-
-COPYRIGHT
-
- Copyright (c) 1997-2000, Damian Conway. All Rights Reserved.
- This module is free software. It may be used, redistributed
- and/or modified under the terms of the Perl Artistic License
- (see http://www.perl.com/perl/misc/Artistic.html)