Wireshark-commits: [Wireshark-commits] rev 22424: /trunk/ /trunk/epan/dfilter/: Makefile.am scanner
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22424
User: guy
Date: 2007/07/30 08:22 PM
Log:
Add comments to various %option items to explain what they're doing.
Move the %options to the beginning if they weren't already there, and
put them in the same order in all files.
Add "prefix=" options to .l files that don't already have them, so we
don't have to pass a "-P" option.
Add "never-interactive" and "noyywrap" options to our lexical analyzers,
to remove extra isatty() checks and to eliminate the need for yywrap()
from the Flex library.
Get rid of %option nostdinit - that's the default.
Add .l.c: rules to Makefile.am files, replacing the rules for specific
.l files. Have those rules all check that $(LEX) is set.
Update the address for the FSF.
Directory: /trunk/epan/dfilter/
Changes Path Action
+2 -2 Makefile.am Modified
+22 -7 scanner.l Modified
Directory: /trunk/epan/
Changes Path Action
+6 -14 Makefile.am Modified
+28 -4 diam_dict.l Modified
+20 -3 dtd_parse.l Modified
+23 -2 dtd_preparse.l Modified
+21 -3 radius_dict.l Modified
+19 -3 uat_load.l Modified
Directory: /trunk/plugins/mate/
Changes Path Action
+6 -2 Makefile.am Modified
+17 -1 mate_parser.l Modified
(4 files not shown)