summaryrefslogtreecommitdiff
path: root/tools/re2c
Commit message (Expand)AuthorAgeFilesLines
* Avoid shadowing warning when building with VS2015Scott Graham2015-02-191-3/+3
* re2c: Work around tmpfile() issue on win32.Peter Johnson2011-10-311-0/+59
* re2c: Use tmpfile instead of fixed temporary filename.Peter Johnson2011-10-021-2/+1
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-2/+0
* Fix #187: Add new variable CFLAGS_FOR_BUILD for CC_FOR_BUILD compiles.Peter Johnson2009-10-311-9/+18
* Add cmake build infrastructure.Peter Johnson2008-05-221-0/+11
* Make ISO C89 compliant (too long constant string, use of // comment).Peter Johnson2008-05-151-4/+7
* Fix some re2c memory/initialization issues.Peter Johnson2008-04-253-2/+6
* re2c: Fix -b generation in certain cases.Peter Johnson2007-12-151-1/+2
* Port re2c parser from YACC to recursive descent.Peter Johnson2006-12-246-221/+288
* Clean up a few minor nits (warnings).Peter Johnson2006-11-192-3/+4
* re2c-parser.y: Work around a bug in Bison 2.1; Bison 2.1 generates bad code i...Peter Johnson2006-10-051-1/+5
* * re2c/main.c: Include string.h so strlen and memcpy are prototyped.Peter Johnson2006-02-041-0/+1
* Build cleanups (mostly for warnings) for VC8.Peter Johnson2006-01-111-0/+1
* re2c: Unbreak distcheck.Peter Johnson2005-10-104-160/+156
* re2c: Finish update to latest version.Peter Johnson2005-10-0910-1186/+890
* re2c: Fix yyaccept warnings.Peter Johnson2005-10-095-582/+511
* Continue re2c updates. This one gets rid of the unused label warnings.Peter Johnson2005-10-098-564/+656
* * cleanup.c: Add strdup implementation as strdup is nonstandard C.Peter Johnson2005-10-091-1/+13
* Update re2c to May 12, 2004 version. This adds an output file option, soPeter Johnson2005-10-0913-316/+828
* * re2c: Start syncing back up to re2c HEAD. This gets us up to 2004-03-29.Peter Johnson2005-10-097-126/+291
* * ins.h, scanner.h, dfa.h, code.c, re.h, parse.h, token.h, substr.h:Peter Johnson2004-09-128-46/+46
* * tools/re2c/Makefile.inc: Update build rules for re2c-parser.c andPeter Johnson2004-09-121-6/+24
* * On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson2004-09-042-2/+2
* Update auto*, libtool, libltdl, and gettext scripts.Peter Johnson2004-08-1411-40/+73
* Convert re2c cleanup.pl to cleanup.c, removing final Perl dependency.Peter Johnson2004-03-153-34/+166
* Repeat after me: test compile before commit.Peter Johnson2003-08-152-60/+60
* Scanner internal to re2c was not catching EOF's properly.Peter Johnson2003-08-153-157/+203
* Use /usr/bin/env for finding PERL.Peter Johnson2003-07-131-1/+1
* Reformat multi-file lists to use many += lines instead of using \Peter Johnson2003-05-311-46/+42
* Remove typedefs for uint/uchar/ushort/ulong to avoid compiler warnings on Linux.Peter Johnson2003-05-0316-170/+172
* Remove unused yyaccept variables (eliminates warnings from generated code).Peter Johnson2003-03-161-2/+24
* Output something a little more unique than just - for the output file #line's.Peter Johnson2002-10-051-2/+2
* Generate #line in the output in a useful way. Now it's much more usable forPeter Johnson2002-10-059-100/+156
* Undo part of the tools/re2c flattening. Specifying a re2c_CFLAGS causesPeter Johnson2002-10-052-4/+5
* Warning cleanups.Peter Johnson2002-08-169-72/+67
* Fix pointer comparison. Should be checking for == NULL, not <0.Peter Johnson2002-08-101-1/+1
* Run through cleanup.pl to get rid of unused labels.Peter Johnson2002-08-101-28/+28
* Neaten the line-continuation a bit.Peter Johnson2002-08-091-8/+8
* Flatten the tools/re2c build.Peter Johnson2002-08-0922-372/+81
* Fix a few cases of freeing NULL pointers.Peter Johnson2002-08-074-66/+74
* Cleanup script for re2c output that removes unreferenced labels (significantlyPeter Johnson2002-06-033-2/+14
* Fix 2 major bugs: -b switch caused crash, and all actions got corrupted.Peter Johnson2002-06-022-3/+4
* Add bison-generated sources to BUILT_SOURCES and CLEANFILES.Peter Johnson2002-05-012-0/+16
* Portability fixes: include config.h to get rid of inline if necessary, removePeter Johnson2002-04-1213-35/+84
* Add local changes (primarily C++ -> C conversion).Peter Johnson2002-04-121-0/+4
* Add re2c to the build tree. Build tools with recursive make instead of fromPeter Johnson2002-04-113-0/+93
* Don't conflict local parser.h with bison-generated parser.h by renamingPeter Johnson2002-04-119-38/+10
* Add pre-generated bootstrap files for re2c-generated scanner.Peter Johnson2002-04-092-0/+964
* Finish C conversion.Peter Johnson2002-04-0912-338/+396