]>
granicus.if.org Git - re2c/log
helly [Mon, 17 Apr 2006 14:14:17 +0000 (14:14 +0000)]
- Update lessons
helly [Mon, 17 Apr 2006 02:08:09 +0000 (02:08 +0000)]
- Add lesson 2
helly [Mon, 17 Apr 2006 02:06:08 +0000 (02:06 +0000)]
- Sort files in lessons dir when testing
helly [Mon, 17 Apr 2006 00:18:46 +0000 (00:18 +0000)]
- When ignoring more then a single line's content the we need to write a
#line directive.
helly [Sun, 16 Apr 2006 22:34:15 +0000 (22:34 +0000)]
- Made two pass mode the default and dropped -t
- Added -1 to force single pass generation
helly [Sun, 16 Apr 2006 19:44:54 +0000 (19:44 +0000)]
- In single pass mode we cannot easily optimize out YYMARKER. We actually
would have to know whether an Accept block is being used that generates
a YYMARKER reference. In two pass mode we know this after the first run.
helly [Sun, 16 Apr 2006 18:04:39 +0000 (18:04 +0000)]
- Added -t switch to force two pass generation.
helly [Sun, 16 Apr 2006 17:03:48 +0000 (17:03 +0000)]
- Put the lessons directory into doc rather than only its components
helly [Sun, 16 Apr 2006 16:59:33 +0000 (16:59 +0000)]
- Only emit YYMARKER if needed
helly [Sun, 16 Apr 2006 15:15:47 +0000 (15:15 +0000)]
- Improve error messge for trailing constxts in named definitions
helly [Sun, 16 Apr 2006 15:02:55 +0000 (15:02 +0000)]
- Update docu
helly [Sun, 16 Apr 2006 13:57:47 +0000 (13:57 +0000)]
- Unify all YYFILL usages to YYFILL(n)
helly [Sun, 16 Apr 2006 13:54:50 +0000 (13:54 +0000)]
- Drop non working links wrong YYFILL
- Unify all YYFILL usages to YYFILL(n)
helly [Sun, 16 Apr 2006 11:22:45 +0000 (11:22 +0000)]
- Update lesson 1
helly [Sat, 15 Apr 2006 19:32:33 +0000 (19:32 +0000)]
- Update results
helly [Sat, 15 Apr 2006 19:31:26 +0000 (19:31 +0000)]
- Add docu
helly [Sat, 15 Apr 2006 18:51:36 +0000 (18:51 +0000)]
- Add test for -i switch
helly [Sat, 15 Apr 2006 18:50:57 +0000 (18:50 +0000)]
- Add lesson one step 7
helly [Sat, 15 Apr 2006 18:44:20 +0000 (18:44 +0000)]
- Fixed -i switch.
- Added configuration 'yyfill:enable' to allow suppression of YYFILL()
blocks.
helly [Sat, 15 Apr 2006 17:59:01 +0000 (17:59 +0000)]
- Fix argument usage
# lol at my self
helly [Sat, 15 Apr 2006 17:10:07 +0000 (17:10 +0000)]
- No need to keep change history in the manpage as comment - we have cvs history
helly [Sat, 15 Apr 2006 17:06:11 +0000 (17:06 +0000)]
- Update docu
helly [Sat, 15 Apr 2006 16:27:54 +0000 (16:27 +0000)]
- Add lessons to distro
helly [Sat, 15 Apr 2006 16:27:28 +0000 (16:27 +0000)]
- Fix heading
helly [Sat, 15 Apr 2006 16:04:44 +0000 (16:04 +0000)]
- Add missing .cvsignore
helly [Sat, 15 Apr 2006 16:03:36 +0000 (16:03 +0000)]
- Added tutorial like lessons to re2c.
helly [Sat, 15 Apr 2006 13:00:06 +0000 (13:00 +0000)]
- Added /*!ignore!re2c */ to support documenting of re2c source.
- Fixed issue with multiline re2c comments (/*!max:re2c ... */ and alike).
helly [Sat, 15 Apr 2006 11:58:34 +0000 (11:58 +0000)]
- Update docu
helly [Sat, 15 Apr 2006 11:50:22 +0000 (11:50 +0000)]
- Update docu
helly [Fri, 14 Apr 2006 11:52:23 +0000 (11:52 +0000)]
- Compiler NEWS
helly [Thu, 13 Apr 2006 20:55:47 +0000 (20:55 +0000)]
- cvs -kb was ignored
helly [Thu, 13 Apr 2006 19:50:48 +0000 (19:50 +0000)]
- Back to dev
helly [Thu, 13 Apr 2006 19:48:07 +0000 (19:48 +0000)]
- Prepare for release tag: 0.10.2.rc1
helly [Sun, 9 Apr 2006 15:31:10 +0000 (15:31 +0000)]
- No longer needed
helly [Sun, 9 Apr 2006 15:19:34 +0000 (15:19 +0000)]
- Fixed generation of YYDEBUG() when using -d switch.
helly [Sun, 9 Apr 2006 15:15:59 +0000 (15:15 +0000)]
- Add -d testing
helly [Sun, 9 Apr 2006 11:17:11 +0000 (11:17 +0000)]
- Update tests after manually verifying results using gdb
helly [Sun, 9 Apr 2006 02:26:28 +0000 (02:26 +0000)]
- Improve YYGETSTATE docu
helly [Sun, 9 Apr 2006 02:08:59 +0000 (02:08 +0000)]
- Fixed #
1454253 Piece of code saving a backtracking point not generated.
helly [Sun, 9 Apr 2006 00:48:57 +0000 (00:48 +0000)]
- BFN
helly [Sun, 9 Apr 2006 00:47:37 +0000 (00:47 +0000)]
- Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE()
block.
helly [Sun, 9 Apr 2006 00:17:30 +0000 (00:17 +0000)]
- Update docu
helly [Sun, 9 Apr 2006 00:06:34 +0000 (00:06 +0000)]
- Added configuration 'state:abort'.
- Changed to not generate yyNext unless configuration 'state:nextlabel' is
used.
- Add tests for the new configurations and adapt old tests.
helly [Sat, 8 Apr 2006 23:05:21 +0000 (23:05 +0000)]
- Clearify difference
helly [Sat, 8 Apr 2006 21:33:02 +0000 (21:33 +0000)]
- Update docu
helly [Sat, 8 Apr 2006 21:21:42 +0000 (21:21 +0000)]
- Implemented #
1187127 savable state support for multiple re2c blocks.
helly [Sat, 8 Apr 2006 20:18:19 +0000 (20:18 +0000)]
- Add -fs scanner test
- Readd scanner tests in binary mode
helly [Sat, 8 Apr 2006 20:00:44 +0000 (20:00 +0000)]
- Add -s test for scanner
helly [Sat, 8 Apr 2006 19:59:51 +0000 (19:59 +0000)]
- Update scanner tests from current scanner
helly [Sat, 8 Apr 2006 19:23:06 +0000 (19:23 +0000)]
- Add tests for -f switch
helly [Sat, 8 Apr 2006 19:21:53 +0000 (19:21 +0000)]
- Simplify fillIndex handling in need()
helly [Sat, 8 Apr 2006 18:42:37 +0000 (18:42 +0000)]
- Add some comments
- Store maxFillIndexes only once where needed
helly [Sat, 8 Apr 2006 17:08:14 +0000 (17:08 +0000)]
- Add tests for bug #
1454253
# Now let's look into fixing the issue
helly [Sat, 8 Apr 2006 17:06:25 +0000 (17:06 +0000)]
- Update
helly [Sat, 8 Apr 2006 17:04:45 +0000 (17:04 +0000)]
- Do not generate yyaccept code unless needed
# The code block after the yyaccept blocks might now become dead blocks.
# A real optimzing compiler would have found out anyway. So this only
# increases readability.
helly [Sat, 8 Apr 2006 16:47:01 +0000 (16:47 +0000)]
- WS fix in generated code for yyaccept-swicth-expressions
helly [Sat, 8 Apr 2006 16:41:03 +0000 (16:41 +0000)]
- Update
helly [Sat, 8 Apr 2006 16:39:48 +0000 (16:39 +0000)]
- Replace switch(yyaccept) with if expression when there is only one case
helly [Sat, 8 Apr 2006 16:19:02 +0000 (16:19 +0000)]
- Add testing for -o switch
helly [Tue, 4 Apr 2006 23:14:26 +0000 (23:14 +0000)]
- Fixed #
1463639 Missing forward declaration
helly [Wed, 1 Mar 2006 12:44:47 +0000 (12:44 +0000)]
- One more compiler it was tested on
helly [Wed, 1 Mar 2006 11:11:39 +0000 (11:11 +0000)]
- Update
helly [Wed, 1 Mar 2006 10:57:11 +0000 (10:57 +0000)]
- Add docu, examples and tests to win src package
helly [Wed, 1 Mar 2006 10:56:31 +0000 (10:56 +0000)]
- Back to dev
helly [Wed, 1 Mar 2006 00:40:26 +0000 (00:40 +0000)]
- Forgot to update the version
helly [Wed, 1 Mar 2006 00:38:08 +0000 (00:38 +0000)]
- Debug is of course not neccessary
helly [Wed, 1 Mar 2006 00:19:16 +0000 (00:19 +0000)]
- Back to dev
helly [Tue, 28 Feb 2006 18:46:43 +0000 (18:46 +0000)]
- Updates before release
helly [Tue, 28 Feb 2006 18:11:37 +0000 (18:11 +0000)]
- Prepare 0.10.1 release
helly [Sun, 26 Feb 2006 20:49:37 +0000 (20:49 +0000)]
- Update history
helly [Sun, 26 Feb 2006 20:41:14 +0000 (20:41 +0000)]
- Hint for building under sloaris using native compilers
helly [Sun, 26 Feb 2006 20:36:09 +0000 (20:36 +0000)]
- The xsgetn implementation make gcc stumble
helly [Sun, 26 Feb 2006 20:30:54 +0000 (20:30 +0000)]
- Small tweaks to allow build with Sun compiler using stlport4
helly [Sat, 25 Feb 2006 12:57:50 +0000 (12:57 +0000)]
- Fix a warning (parameters hide members)
helly [Sat, 25 Feb 2006 12:41:41 +0000 (12:41 +0000)]
- Fix a warning (no more need to pass around out stream)
helly [Fri, 24 Feb 2006 21:16:17 +0000 (21:16 +0000)]
- Applied #
1438160 expose YYCTXMARKER.
helly [Sun, 19 Feb 2006 20:15:57 +0000 (20:15 +0000)]
- Switch back to 'diff -u'
# diffutils from www.sunfreeware.com makes it work under slowaris too
helly [Sun, 19 Feb 2006 16:30:29 +0000 (16:30 +0000)]
- No need to pack 'intermediate.manifest' for win binary package
helly [Sat, 18 Feb 2006 23:38:32 +0000 (23:38 +0000)]
- Improve portability
helly [Sat, 18 Feb 2006 23:22:50 +0000 (23:22 +0000)]
- Update
helly [Sat, 18 Feb 2006 23:21:24 +0000 (23:21 +0000)]
- Update
helly [Sat, 18 Feb 2006 22:45:39 +0000 (22:45 +0000)]
- Back to dev
helly [Sat, 18 Feb 2006 22:41:39 +0000 (22:41 +0000)]
- Update release date
helly [Sat, 18 Feb 2006 22:04:55 +0000 (22:04 +0000)]
- Set release date
helly [Sat, 18 Feb 2006 21:56:08 +0000 (21:56 +0000)]
- Prepare release 0.10.0
helly [Sat, 18 Feb 2006 21:54:35 +0000 (21:54 +0000)]
- Use correct switch to suppress dir names for windows binary package
nuffer [Tue, 14 Feb 2006 19:35:50 +0000 (19:35 +0000)]
Use /bin/bash to run. Solaris diff doesn't like -u
helly [Fri, 3 Feb 2006 23:38:16 +0000 (23:38 +0000)]
- Back to dev
helly [Fri, 3 Feb 2006 23:36:48 +0000 (23:36 +0000)]
- Fix build instructions
helly [Thu, 2 Feb 2006 23:42:26 +0000 (23:42 +0000)]
- Add local VisualStudioUserFiles to cvsignore
helly [Thu, 2 Feb 2006 21:45:38 +0000 (21:45 +0000)]
- Next rc: 0.10.0.rc2
helly [Thu, 2 Feb 2006 20:44:41 +0000 (20:44 +0000)]
- Fix src rpm generation and add 'release' target
helly [Wed, 1 Feb 2006 23:46:26 +0000 (23:46 +0000)]
- Ease release preparation by ensuring config_w32.h is always up zo date in release zip's
helly [Wed, 1 Feb 2006 09:54:30 +0000 (09:54 +0000)]
- Back to dev
helly [Wed, 1 Feb 2006 09:34:29 +0000 (09:34 +0000)]
- Prepare 0.10.0.rc1 release
helly [Sat, 28 Jan 2006 19:30:29 +0000 (19:30 +0000)]
- Add info about where it compiles/works
helly [Sat, 28 Jan 2006 19:18:08 +0000 (19:18 +0000)]
- Fix mproject type (this way one can convert to intel project manager)
helly [Sat, 28 Jan 2006 16:33:22 +0000 (16:33 +0000)]
- Fix warnings on selective compilers
# The problem with new(this) is exception specification. Some compilers
# neither allow to declare a placement delete operator nor do they take
# no-throw declarations of the cinstructors into account.
helly [Sat, 28 Jan 2006 15:13:23 +0000 (15:13 +0000)]
- Add support for sgi style stl, mips' cc
helly [Sat, 28 Jan 2006 14:00:30 +0000 (14:00 +0000)]
- Drop unused variable