]>
granicus.if.org Git - re2c/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
helly [Fri, 8 Apr 2005 16:06:13 +0000 (16:06 +0000)]
- Fix [
1022799 ] re2c scanner has buffering bug
helly [Thu, 31 Mar 2005 16:24:09 +0000 (16:24 +0000)]
helly [Wed, 30 Mar 2005 23:23:06 +0000 (23:23 +0000)]
- Change to two pass generation which allows to avoid warnings about unused
labels. We first generate virtually everything and store which labels are
used and then generate the stuff while only writing used labels.
helly [Sun, 13 Mar 2005 03:08:35 +0000 (03:08 +0000)]
- Use c++ instead of c workarounds
helly [Sun, 13 Mar 2005 02:14:42 +0000 (02:14 +0000)]
- Bump version
nuffer [Sun, 13 Mar 2005 01:43:24 +0000 (01:43 +0000)]
Updated for 0.9.4 release.
nuffer [Sun, 13 Mar 2005 01:42:03 +0000 (01:42 +0000)]
Got make distcheck working by fixing the run_tests.sh.in so that it will work if the build is in a separate dir and the source dirs are read-only.
helly [Wed, 23 Feb 2005 21:16:24 +0000 (21:16 +0000)]
- Fix WS
- Print version to cout instead cerr
helly [Mon, 21 Feb 2005 09:00:26 +0000 (09:00 +0000)]
- Add version number support that can be used in autoconf checks
nuffer [Tue, 28 Dec 2004 01:14:04 +0000 (01:14 +0000)]
Updated a bit for a bad link.
nuffer [Mon, 1 Nov 2004 06:18:41 +0000 (06:18 +0000)]
Changed scanner to use a 0 as a terminator for the input, since using a \n caused various problems.
Fixing bug [
1012748 ] re2c does not emit last line if '\n' missing.
nuffer [Mon, 1 Nov 2004 04:45:28 +0000 (04:45 +0000)]
Removing id line.
nuffer [Mon, 1 Nov 2004 04:41:55 +0000 (04:41 +0000)]
Updating.
nuffer [Mon, 1 Nov 2004 04:35:57 +0000 (04:35 +0000)]
Modified the code to be in namespace re2c, this should prevent problems with typedefs for uint, uchar, etc.
nuffer [Wed, 13 Oct 2004 14:24:00 +0000 (14:24 +0000)]
Added #include <cctype>
nuffer [Mon, 6 Sep 2004 22:09:26 +0000 (22:09 +0000)]
Adding test suite.
helly [Wed, 11 Aug 2004 21:22:24 +0000 (21:22 +0000)]
- Add missing comma
# Where did it get lost? probably while merging
helly [Wed, 11 Aug 2004 21:16:07 +0000 (21:16 +0000)]
Fix [999103] Invalid options prefixed with two dashes cause program crash
nuffer [Mon, 2 Aug 2004 03:42:30 +0000 (03:42 +0000)]
Ran code through astyle to make it easier to read.
nuffer [Tue, 27 Jul 2004 05:19:55 +0000 (05:19 +0000)]
Replaced YYCHAR with YYCTYPE.
nuffer [Tue, 27 Jul 2004 05:17:45 +0000 (05:17 +0000)]
Modified to use a hex code for any non-printable character.
helly [Sun, 6 Jun 2004 11:49:55 +0000 (11:49 +0000)]
Fix configuration
nuffer [Thu, 27 May 2004 00:07:58 +0000 (00:07 +0000)]
Version to 0.9.4
nuffer [Thu, 27 May 2004 00:02:01 +0000 (00:02 +0000)]
Small fix. Output yych instead of ych. Thanks to Jan-Henrik Haukeland
nuffer [Wed, 26 May 2004 23:59:15 +0000 (23:59 +0000)]
Simplified scanner and parser rules.
nuffer [Wed, 26 May 2004 14:05:34 +0000 (14:05 +0000)]
Version to 0.9.3
nuffer [Wed, 26 May 2004 13:33:25 +0000 (13:33 +0000)]
Added description of -o option.
nuffer [Wed, 26 May 2004 13:18:42 +0000 (13:18 +0000)]
Removed the website from the dist file list.
nuffer [Sat, 22 May 2004 04:26:02 +0000 (04:26 +0000)]
Fixed problem of moving a file onto itself when bulding in the src dir.
nuffer [Sat, 22 May 2004 03:30:41 +0000 (03:30 +0000)]
Added patch from siebenschlaefer to allow building in a separate dir.
nuffer [Thu, 13 May 2004 14:26:01 +0000 (14:26 +0000)]
Added strdup if its not available.
nuffer [Thu, 13 May 2004 03:47:52 +0000 (03:47 +0000)]
Added -o option to specify the output file which also will set the #line directives to something useful.
nuffer [Thu, 13 May 2004 03:33:35 +0000 (03:33 +0000)]
Added some whitespace and the BUILT_SOURCES variable so that automake will handle the intermediate files better.
nuffer [Thu, 13 May 2004 03:28:29 +0000 (03:28 +0000)]
Removed configure checks for standard C headers which will always be available.
nuffer [Thu, 13 May 2004 03:27:50 +0000 (03:27 +0000)]
Modified the scanner generation rule to update the bootstrap version when the scanner is regenerated
nuffer [Thu, 13 May 2004 02:58:18 +0000 (02:58 +0000)]
Modified code to use portable c++ streams instead of POSIX open/read/close. Changed iostream.h to iostream. Added std:: qualifications where necessary.
nuffer [Thu, 13 May 2004 02:46:11 +0000 (02:46 +0000)]
Dont use -i flag so that automake will generate dependency tracking rules.
nuffer [Thu, 13 May 2004 02:44:51 +0000 (02:44 +0000)]
Dont set CXXFLAGS so they can be set when running configure. Removed extra backslash from CLEANFILES line end.
helly [Wed, 12 May 2004 09:46:18 +0000 (09:46 +0000)]
Fix possible SEGV
helly [Sat, 24 Apr 2004 23:53:55 +0000 (23:53 +0000)]
readCh must only be true when state-link == NULL
helly [Sat, 24 Apr 2004 23:51:16 +0000 (23:51 +0000)]
WS
helly [Wed, 21 Apr 2004 08:49:44 +0000 (08:49 +0000)]
Bugfix 869297
helly [Mon, 19 Apr 2004 23:35:09 +0000 (23:35 +0000)]
Header mbo_getopt.h is needed too
helly [Mon, 19 Apr 2004 23:31:34 +0000 (23:31 +0000)]
Correct output
helly [Mon, 19 Apr 2004 22:32:48 +0000 (22:32 +0000)]
Update
helly [Mon, 19 Apr 2004 21:27:15 +0000 (21:27 +0000)]
- Drop unused variable.
- Add some info about the switches.
helly [Mon, 19 Apr 2004 21:14:46 +0000 (21:14 +0000)]
Add -- style options.
helly [Mon, 19 Apr 2004 02:39:05 +0000 (02:39 +0000)]
Expand test
helly [Mon, 19 Apr 2004 02:32:06 +0000 (02:32 +0000)]
Be more informative with error messages.
helly [Mon, 19 Apr 2004 02:13:49 +0000 (02:13 +0000)]
Featurerequest #869298 (Add case insensitive string literals)
helly [Sat, 17 Apr 2004 15:49:13 +0000 (15:49 +0000)]
Fix example, cur must be set to make the uncommented printf's working
helly [Sat, 17 Apr 2004 15:46:28 +0000 (15:46 +0000)]
Fix WS and set the curser to make the uncommented pinrf's working
helly [Tue, 13 Apr 2004 20:37:04 +0000 (20:37 +0000)]
Need to use original name (not alias)
helly [Tue, 30 Mar 2004 01:06:58 +0000 (01:06 +0000)]
Force rebuilding with self created scanner.cc
helly [Tue, 30 Mar 2004 01:02:45 +0000 (01:02 +0000)]
Update docu
helly [Tue, 30 Mar 2004 00:49:19 +0000 (00:49 +0000)]
Close: [ 891940 ] braced quantifiers: {\d+(,|,\d+)?} style
helly [Sun, 14 Mar 2004 22:40:11 +0000 (22:40 +0000)]
Handle include files correctly
helly [Sun, 14 Mar 2004 14:23:40 +0000 (14:23 +0000)]
Update
helly [Sun, 14 Mar 2004 14:00:55 +0000 (14:00 +0000)]
Reenable release param to makerpm.
helly [Sun, 14 Mar 2004 14:00:19 +0000 (14:00 +0000)]
Update
helly [Sun, 14 Mar 2004 13:02:45 +0000 (13:02 +0000)]
Update
helly [Sun, 14 Mar 2004 12:54:19 +0000 (12:54 +0000)]
Next step of autogen patch
helly [Sun, 14 Mar 2004 11:58:41 +0000 (11:58 +0000)]
Fix check to work on correct file
helly [Sat, 13 Mar 2004 20:35:12 +0000 (20:35 +0000)]
Updated configure stuff
helly [Sat, 13 Mar 2004 13:40:37 +0000 (13:40 +0000)]
Patch #914462 (automake build patch) by moriyoshi
Slightly modified
helly [Sat, 13 Mar 2004 12:34:15 +0000 (12:34 +0000)]
Not needed here
helly [Thu, 11 Mar 2004 22:33:11 +0000 (22:33 +0000)]
Update
helly [Thu, 11 Mar 2004 22:26:39 +0000 (22:26 +0000)]
Remove temporary files
helly [Thu, 11 Mar 2004 22:23:25 +0000 (22:23 +0000)]
Exchange clean/dist-clean as they are normally used
nuffer [Sat, 31 Jan 2004 19:48:49 +0000 (19:48 +0000)]
Added a <br>
nuffer [Sat, 31 Jan 2004 17:42:53 +0000 (17:42 +0000)]
Integrated patch from UTF2000 wiki.
nuffer [Sat, 31 Jan 2004 17:38:05 +0000 (17:38 +0000)]
regenerated.
nuffer [Sat, 31 Jan 2004 17:34:16 +0000 (17:34 +0000)]
Removing generated file.
nuffer [Sat, 31 Jan 2004 17:19:22 +0000 (17:19 +0000)]
Added some links to re2c stuff on the web.
nuffer [Sat, 31 Jan 2004 17:02:47 +0000 (17:02 +0000)]
Fixed things so they compile.
nuffer [Sat, 31 Jan 2004 15:44:39 +0000 (15:44 +0000)]
Applied patch from Marcus Boerger
nuffer [Sun, 25 Jan 2004 00:13:52 +0000 (00:13 +0000)]
Removing compressed file and added uncompressed version.
nuffer [Mon, 12 Jan 2004 04:36:46 +0000 (04:36 +0000)]
Adding cleanup.pl script from yasm.
nuffer [Mon, 12 Jan 2004 04:36:00 +0000 (04:36 +0000)]
Integrated in bug fixes from yasm. 1. Fix detection of EOF in the re2c scanner. 2. Correctly output #line directives so that debugging the generated output is possible.
nuffer [Sun, 11 Jan 2004 03:44:39 +0000 (03:44 +0000)]
Added a fix to catch eof in certain situations. Patch thanks to Peter Johnson.
nuffer [Fri, 2 Jan 2004 15:33:07 +0000 (15:33 +0000)]
Integrated debian patches.
nuffer [Fri, 2 Jan 2004 15:07:12 +0000 (15:07 +0000)]
Incorporated patches from FreeBSD ports.
nuffer [Fri, 2 Jan 2004 14:25:05 +0000 (14:25 +0000)]
Added sf link.
nuffer [Fri, 2 Jan 2004 14:16:55 +0000 (14:16 +0000)]
Added.
nuffer [Sat, 13 Dec 2003 04:58:19 +0000 (04:58 +0000)]
Initial revision
(no author) [Sat, 13 Dec 2003 04:58:19 +0000 (04:58 +0000)]
New repository initialized by cvs2svn.