Commit graph

8 commits

Author SHA1 Message Date
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
kristerw
f0216e8478 Add a missing header and correct a type, to make this build on NetBSD 1.6. 2004-11-06 18:08:48 +00:00
wiz
43a5790d48 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-09-10 18:52:29 +00:00
grant
81de5c4edc - this uses a c and c++ compiler.
- drop unneeded trailing /
2004-06-12 08:55:05 +00:00
danw
9fb17369e1 s/malloc.h/stdlib.h/ for darwin/freebsd 2004-05-07 01:59:02 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
agc
9b4688a576 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.
2003-07-29 16:17:41 +00:00