summaryrefslogtreecommitdiff
path: root/devel/jflex
AgeCommit message (Collapse)AuthorFilesLines
2013-12-31Update to 1.4.3ryoon4-12/+31
Changelog: JFlex 1.4.3 (Jan 31, 2009) fixes all known bugs of 1.4.2 Fixed bug #2018299 (lookahead syntax error). Fixed bug #2010261 (min_int in Java example scanner). Fixed bug #2007221 (zzEOFDone not reset in yyreset(Reader)). Fixed bug #1999301 (%type and %int at the same time should produce error message). JFlex 1.4.2 (May 27, 2008) fixes all known bugs of 1.4.1 Implemented feature request #1212181: Now supports generics syntax for %type, %extends, etc. Implemented feature request #1762500: Provided %ctorarg option to add arguments to constructor. Fixed bug #1464525 (Reader.read might return 0). Fixed bug #1968897 (Ambiguous error message in macro expansion). Fixed bug #1832973 (Syntax error in input may cause NullPointerException). Fixed bug #1629920 (Need to defend against path blanks in jflex bash script). Fixed bug #1540228 (EOF actions may be ignored for same lex state). Fixed bug #1498726 (syntax error in generated ZZ_CMAP). Fixed bug #1282840 (lookahead and "|" actions). Fixed bug #1164852 (yytext() longer than expected with lookahead). Fixed bug #1065521 (OS/2 Java 1.1.8 Issues). Fixed bug #421495 (dangerous lookahead check may fail).
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-11/+1
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-1/+2
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-5/+8
their files via a custom do-install target.
2007-02-22Imported jflex.rillig4-0/+120
JFlex is a lexical analyzer generator for Java written in Java. It is also a rewrite of the very useful tool JLex which was developed by Elliot Berk at Princeton University. As Vern Paxson states for his C/C++ tool flex: They do not share any code though.