Next | Query returned 35 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2004-09-10 20:52:29 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.9.3: fixes build on 2.0_BETA.
Changes in 0.9.3:
Fixes one small possible bug in the generated output. ych instead
of yych is output in certain circumstances.
Changes in 0.9.2:
This release fixes most of the known problems with re2c and adds
a few new features as well.
   2004-06-12 10:55:05 by grant beattie | Files touched by this commit (1)
Log message:
- this uses a c and c++ compiler.
- drop unneeded trailing /
   2004-05-07 03:59:02 by Dan Winship | Files touched by this commit (2)
Log message:
s/malloc.h/stdlib.h/ for darwin/freebsd
   2004-01-22 09:24:31 by grant beattie | Files touched by this commit (72)
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
   2003-07-29 18:17:42 by Alistair G. Crooks | Files touched by this commit (4) | Imported package
Log message:
Initial import of re2c-0.9.1 into the NetBSD Packages Collection.

re2c is a preprocessor that generates C-based recognizers from regular
expressions.  The input to re2c consists of C/C++ source interleaved
with comments of the form /*!re2c ...  */ which contain scanner
specifications.  In the output these comments are replaced with code
that, when executed, will find the next input token and then execute
some user-supplied token-specific code.

re2c generates parsers which are not table-based, and can be twice as
fast as flex.


Next | Query returned 35 messages, browsing 31 to 40 | previous