CVS log for ports/devel/re2c/files/Attic/patch-ab
Up to [FreeBSD] / ports / devel / re2c / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3
Tue Feb 20 22:25:03 2001 UTC (10 years, 11 months ago) by eivind
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.2: +0 -0 lines
Update to version 0.9.1 PR: 24906 Submitted by: Anton Berezin <tobez@tobez.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 27 02:03:53 1999 UTC (12 years, 4 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -2 lines
We haven't for a long time (if ever) had to call g++ with -lg++ to compile a program so remove it and fix the build for all -current machines.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat May 16 17:41:24 1998 UTC (13 years, 8 months ago) by eivind
Branches: EE
CVS tags: initial, RELEASE_3_3_0, RELEASE_3_2_0, RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of re2c, a program to compile regular expression to C. This is basically the same concept as lex, except this time it doesn't turn your code inside out, and it generates actual C code to parse the expressions (not tables), and the resulting code is usually about 2 times faster than flex.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 16 17:41:24 1998 UTC (13 years, 8 months ago) by eivind
Branches: MAIN
Initial revision
