]> granicus.if.org Git - re2c/log
re2c
20 years agoUpdated for 0.9.4 release.
nuffer [Sun, 13 Mar 2005 01:43:24 +0000 (01:43 +0000)]
Updated for 0.9.4 release.

20 years agoGot make distcheck working by fixing the run_tests.sh.in so that it will work if...
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.

20 years ago- Fix WS
helly [Wed, 23 Feb 2005 21:16:24 +0000 (21:16 +0000)]
- Fix WS
- Print version to cout instead cerr

20 years ago- Add version number support that can be used in autoconf checks
helly [Mon, 21 Feb 2005 09:00:26 +0000 (09:00 +0000)]
- Add version number support that can be used in autoconf checks

20 years agoUpdated a bit for a bad link.
nuffer [Tue, 28 Dec 2004 01:14:04 +0000 (01:14 +0000)]
Updated a bit for a bad link.

20 years agoChanged scanner to use a 0 as a terminator for the input, since using a \n caused...
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.

20 years agoRemoving id line.
nuffer [Mon, 1 Nov 2004 04:45:28 +0000 (04:45 +0000)]
Removing id line.

20 years agoUpdating.
nuffer [Mon, 1 Nov 2004 04:41:55 +0000 (04:41 +0000)]
Updating.

20 years agoModified the code to be in namespace re2c, this should prevent problems with typedefs...
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.

20 years agoAdded #include <cctype>
nuffer [Wed, 13 Oct 2004 14:24:00 +0000 (14:24 +0000)]
Added #include <cctype>

20 years agoAdding test suite.
nuffer [Mon, 6 Sep 2004 22:09:26 +0000 (22:09 +0000)]
Adding test suite.

20 years ago- Add missing comma
helly [Wed, 11 Aug 2004 21:22:24 +0000 (21:22 +0000)]
- Add missing comma
# Where did it get lost? probably while merging

20 years agoFix [999103] Invalid options prefixed with two dashes cause program crash
helly [Wed, 11 Aug 2004 21:16:07 +0000 (21:16 +0000)]
Fix [999103] Invalid options prefixed with two dashes cause program crash

20 years agoRan code through astyle to make it easier to read.
nuffer [Mon, 2 Aug 2004 03:42:30 +0000 (03:42 +0000)]
Ran code through astyle to make it easier to read.

20 years agoReplaced YYCHAR with YYCTYPE.
nuffer [Tue, 27 Jul 2004 05:19:55 +0000 (05:19 +0000)]
Replaced YYCHAR with YYCTYPE.

20 years agoModified to use a hex code for any non-printable character.
nuffer [Tue, 27 Jul 2004 05:17:45 +0000 (05:17 +0000)]
Modified to use a hex code for any non-printable character.

20 years agoFix configuration
helly [Sun, 6 Jun 2004 11:49:55 +0000 (11:49 +0000)]
Fix configuration

20 years agoVersion to 0.9.4
nuffer [Thu, 27 May 2004 00:07:58 +0000 (00:07 +0000)]
Version to 0.9.4

20 years agoSmall fix. Output yych instead of ych. Thanks to Jan-Henrik Haukeland
nuffer [Thu, 27 May 2004 00:02:01 +0000 (00:02 +0000)]
Small fix.  Output yych instead of ych.  Thanks to Jan-Henrik Haukeland

20 years agoSimplified scanner and parser rules.
nuffer [Wed, 26 May 2004 23:59:15 +0000 (23:59 +0000)]
Simplified scanner and parser rules.

20 years agoVersion to 0.9.3
nuffer [Wed, 26 May 2004 14:05:34 +0000 (14:05 +0000)]
Version to 0.9.3

20 years agoAdded description of -o option.
nuffer [Wed, 26 May 2004 13:33:25 +0000 (13:33 +0000)]
Added description of -o option.

20 years agoRemoved the website from the dist file list.
nuffer [Wed, 26 May 2004 13:18:42 +0000 (13:18 +0000)]
Removed the website from the dist file list.

20 years agoFixed problem of moving a file onto itself when bulding in the src dir.
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.

20 years agoAdded patch from siebenschlaefer to allow building in a separate dir.
nuffer [Sat, 22 May 2004 03:30:41 +0000 (03:30 +0000)]
Added patch from siebenschlaefer to allow building in a separate dir.

20 years agoAdded strdup if its not available.
nuffer [Thu, 13 May 2004 14:26:01 +0000 (14:26 +0000)]
Added strdup if its not available.

20 years agoAdded -o option to specify the output file which also will set the #line directives...
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.

20 years agoAdded some whitespace and the BUILT_SOURCES variable so that automake will handle...
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.

20 years agoRemoved configure checks for standard C headers which will always be available.
nuffer [Thu, 13 May 2004 03:28:29 +0000 (03:28 +0000)]
Removed configure checks for standard C headers which will always be available.

20 years agoModified the scanner generation rule to update the bootstrap version when the scanner...
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

20 years agoModified code to use portable c++ streams instead of POSIX open/read/close. Changed...
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.

20 years agoDont use -i flag so that automake will generate dependency tracking rules.
nuffer [Thu, 13 May 2004 02:46:11 +0000 (02:46 +0000)]
Dont use -i flag so that automake will generate dependency tracking rules.

20 years agoDont set CXXFLAGS so they can be set when running configure. Removed extra backslash...
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.

20 years agoFix possible SEGV
helly [Wed, 12 May 2004 09:46:18 +0000 (09:46 +0000)]
Fix possible SEGV

21 years agoreadCh must only be true when state-link == NULL
helly [Sat, 24 Apr 2004 23:53:55 +0000 (23:53 +0000)]
readCh must only be true when state-link == NULL

21 years agoWS
helly [Sat, 24 Apr 2004 23:51:16 +0000 (23:51 +0000)]
WS

21 years agoBugfix 869297
helly [Wed, 21 Apr 2004 08:49:44 +0000 (08:49 +0000)]
Bugfix 869297

21 years agoHeader mbo_getopt.h is needed too
helly [Mon, 19 Apr 2004 23:35:09 +0000 (23:35 +0000)]
Header mbo_getopt.h is needed too

21 years agoCorrect output
helly [Mon, 19 Apr 2004 23:31:34 +0000 (23:31 +0000)]
Correct output

21 years agoUpdate
helly [Mon, 19 Apr 2004 22:32:48 +0000 (22:32 +0000)]
Update

21 years ago- Drop unused variable.
helly [Mon, 19 Apr 2004 21:27:15 +0000 (21:27 +0000)]
- Drop unused variable.
- Add some info about the switches.

21 years agoAdd -- style options.
helly [Mon, 19 Apr 2004 21:14:46 +0000 (21:14 +0000)]
Add -- style options.

21 years agoExpand test
helly [Mon, 19 Apr 2004 02:39:05 +0000 (02:39 +0000)]
Expand test

21 years agoBe more informative with error messages.
helly [Mon, 19 Apr 2004 02:32:06 +0000 (02:32 +0000)]
Be more informative with error messages.

21 years agoFeaturerequest #869298 (Add case insensitive string literals)
helly [Mon, 19 Apr 2004 02:13:49 +0000 (02:13 +0000)]
Featurerequest #869298 (Add case insensitive string literals)

21 years agoFix example, cur must be set to make the uncommented printf's working
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

21 years agoFix WS and set the curser to make the uncommented pinrf'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

21 years agoNeed to use original name (not alias)
helly [Tue, 13 Apr 2004 20:37:04 +0000 (20:37 +0000)]
Need to use original name (not alias)

21 years agoForce rebuilding with self created scanner.cc
helly [Tue, 30 Mar 2004 01:06:58 +0000 (01:06 +0000)]
Force rebuilding with self created scanner.cc

21 years agoUpdate docu
helly [Tue, 30 Mar 2004 01:02:45 +0000 (01:02 +0000)]
Update docu

21 years agoClose: [ 891940 ] braced quantifiers: {\d+(,|,\d+)?} style
helly [Tue, 30 Mar 2004 00:49:19 +0000 (00:49 +0000)]
Close: [ 891940 ] braced quantifiers: {\d+(,|,\d+)?} style

21 years agoHandle include files correctly
helly [Sun, 14 Mar 2004 22:40:11 +0000 (22:40 +0000)]
Handle include files correctly

21 years agoUpdate
helly [Sun, 14 Mar 2004 14:23:40 +0000 (14:23 +0000)]
Update

21 years agoReenable release param to makerpm.
helly [Sun, 14 Mar 2004 14:00:55 +0000 (14:00 +0000)]
Reenable release param to makerpm.

21 years agoUpdate
helly [Sun, 14 Mar 2004 14:00:19 +0000 (14:00 +0000)]
Update

21 years agoUpdate
helly [Sun, 14 Mar 2004 13:02:45 +0000 (13:02 +0000)]
Update

21 years agoNext step of autogen patch
helly [Sun, 14 Mar 2004 12:54:19 +0000 (12:54 +0000)]
Next step of autogen patch

21 years agoFix check to work on correct file
helly [Sun, 14 Mar 2004 11:58:41 +0000 (11:58 +0000)]
Fix check to work on correct file

21 years agoUpdated configure stuff
helly [Sat, 13 Mar 2004 20:35:12 +0000 (20:35 +0000)]
Updated configure stuff

21 years agoPatch #914462 (automake build patch) by moriyoshi
helly [Sat, 13 Mar 2004 13:40:37 +0000 (13:40 +0000)]
Patch #914462 (automake build patch) by moriyoshi
Slightly modified

21 years agoNot needed here
helly [Sat, 13 Mar 2004 12:34:15 +0000 (12:34 +0000)]
Not needed here

21 years agoUpdate
helly [Thu, 11 Mar 2004 22:33:11 +0000 (22:33 +0000)]
Update

21 years agoRemove temporary files
helly [Thu, 11 Mar 2004 22:26:39 +0000 (22:26 +0000)]
Remove temporary files

21 years agoExchange clean/dist-clean as they are normally used
helly [Thu, 11 Mar 2004 22:23:25 +0000 (22:23 +0000)]
Exchange clean/dist-clean as they are normally used

21 years agoAdded a <br>
nuffer [Sat, 31 Jan 2004 19:48:49 +0000 (19:48 +0000)]
Added a <br>

21 years agoIntegrated patch from UTF2000 wiki.
nuffer [Sat, 31 Jan 2004 17:42:53 +0000 (17:42 +0000)]
Integrated patch from UTF2000 wiki.

21 years agoregenerated.
nuffer [Sat, 31 Jan 2004 17:38:05 +0000 (17:38 +0000)]
regenerated.

21 years agoRemoving generated file.
nuffer [Sat, 31 Jan 2004 17:34:16 +0000 (17:34 +0000)]
Removing generated file.

21 years agoAdded some links to re2c stuff on the web.
nuffer [Sat, 31 Jan 2004 17:19:22 +0000 (17:19 +0000)]
Added some links to re2c stuff on the web.

21 years agoFixed things so they compile.
nuffer [Sat, 31 Jan 2004 17:02:47 +0000 (17:02 +0000)]
Fixed things so they compile.

21 years agoApplied patch from Marcus Boerger
nuffer [Sat, 31 Jan 2004 15:44:39 +0000 (15:44 +0000)]
Applied patch from Marcus Boerger

21 years agoRemoving compressed file and added uncompressed version.
nuffer [Sun, 25 Jan 2004 00:13:52 +0000 (00:13 +0000)]
Removing compressed file and added uncompressed version.

21 years agoAdding cleanup.pl script from yasm.
nuffer [Mon, 12 Jan 2004 04:36:46 +0000 (04:36 +0000)]
Adding cleanup.pl script from yasm.

21 years agoIntegrated in bug fixes from yasm. 1. Fix detection of EOF in the re2c scanner....
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.

21 years agoAdded a fix to catch eof in certain situations. Patch thanks to Peter Johnson.
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.

21 years agoIntegrated debian patches.
nuffer [Fri, 2 Jan 2004 15:33:07 +0000 (15:33 +0000)]
Integrated debian patches.

21 years agoIncorporated patches from FreeBSD ports.
nuffer [Fri, 2 Jan 2004 15:07:12 +0000 (15:07 +0000)]
Incorporated patches from FreeBSD ports.

21 years agoAdded sf link.
nuffer [Fri, 2 Jan 2004 14:25:05 +0000 (14:25 +0000)]
Added sf link.

21 years agoAdded.
nuffer [Fri, 2 Jan 2004 14:16:55 +0000 (14:16 +0000)]
Added.

21 years agoInitial revision
nuffer [Sat, 13 Dec 2003 04:58:19 +0000 (04:58 +0000)]
Initial revision

21 years agoNew repository initialized by cvs2svn.
(no author) [Sat, 13 Dec 2003 04:58:19 +0000 (04:58 +0000)]
New repository initialized by cvs2svn.