]> granicus.if.org Git - re2c/log
re2c
18 years ago- Correct support for -wg
helly [Sun, 7 May 2006 21:21:54 +0000 (21:21 +0000)]
- Correct support for -wg
- WS in generated code

18 years ago- Fixed issue with -ws/-wb
helly [Sun, 7 May 2006 20:52:37 +0000 (20:52 +0000)]
- Fixed issue with -ws/-wb
- Added support for -wg

18 years ago- Fix/Add missing readCh support in yyaccept jump generation
helly [Sun, 7 May 2006 20:33:06 +0000 (20:33 +0000)]
- Fix/Add missing readCh support in yyaccept jump generation
# shouldn't be necessary, but might become at some point

18 years ago- Computed goto support for character matches with a treshold of 16
helly [Sun, 7 May 2006 20:31:53 +0000 (20:31 +0000)]
- Computed goto support for character matches with a treshold of 16

18 years ago- Added -g switch to support gcc's computed goto's.
helly [Sun, 7 May 2006 19:11:37 +0000 (19:11 +0000)]
- Added -g switch to support gcc's computed goto's.
# This is the initial step, maybe we use computed goto tables in other
# places too. That may however require to be able to configure a treshhold
# that defines when goto tables are being used.

18 years ago- Changed to use nested if's instead of "switch(yyaccept)" in -s mode.
helly [Sun, 7 May 2006 18:37:48 +0000 (18:37 +0000)]
- Changed to use nested if's instead of "switch(yyaccept)" in -s mode.

18 years ago- WS/CS (some compilers don't even like this)
helly [Sat, 6 May 2006 23:53:29 +0000 (23:53 +0000)]
- WS/CS (some compilers don't even like this)

18 years ago- Fix MAy to May
helly [Mon, 1 May 2006 23:39:31 +0000 (23:39 +0000)]
- Fix MAy to May

18 years ago- Update dates
helly [Mon, 1 May 2006 23:39:05 +0000 (23:39 +0000)]
- Update dates

18 years ago- Change to dev, 0.10.3 this time
helly [Mon, 1 May 2006 23:32:50 +0000 (23:32 +0000)]
- Change to dev, 0.10.3 this time

18 years ago- Go with 0.10.2 release process
helly [Mon, 1 May 2006 22:56:58 +0000 (22:56 +0000)]
- Go with 0.10.2 release process

18 years ago- Prepare 0.10.2
helly [Mon, 1 May 2006 22:55:34 +0000 (22:55 +0000)]
- Prepare 0.10.2

18 years ago- Fixed #1472770 re2c creates an infinite loop.
helly [Mon, 1 May 2006 22:45:59 +0000 (22:45 +0000)]
- Fixed #1472770 re2c creates an infinite loop.

18 years ago- Change comment when num tables > 8
helly [Mon, 1 May 2006 18:01:57 +0000 (18:01 +0000)]
- Change comment when num tables > 8

18 years ago- Fixed #1479044 incorrect code generated when using -b.
helly [Mon, 1 May 2006 17:50:38 +0000 (17:50 +0000)]
- Fixed #1479044 incorrect code generated when using -b.

18 years ago- back to dev
helly [Mon, 17 Apr 2006 21:06:20 +0000 (21:06 +0000)]
- back to dev

18 years ago- rc2
helly [Mon, 17 Apr 2006 21:03:56 +0000 (21:03 +0000)]
- rc2

18 years ago- Back to dev
helly [Mon, 17 Apr 2006 21:03:34 +0000 (21:03 +0000)]
- Back to dev

18 years ago- Prepare 0.10.2.rc2
helly [Mon, 17 Apr 2006 20:17:20 +0000 (20:17 +0000)]
- Prepare 0.10.2.rc2

18 years ago- Fixes by Derick
helly [Mon, 17 Apr 2006 20:16:15 +0000 (20:16 +0000)]
- Fixes by Derick

18 years ago- After some comments from Lynn Allan
helly [Mon, 17 Apr 2006 19:47:37 +0000 (19:47 +0000)]
- After some comments from Lynn Allan

18 years ago- Some compilers like *param better than param[]
helly [Mon, 17 Apr 2006 19:28:47 +0000 (19:28 +0000)]
- Some compilers like *param better than param[]

18 years ago- Clean separation of steps
helly [Mon, 17 Apr 2006 15:39:02 +0000 (15:39 +0000)]
- Clean separation of steps

18 years ago- Formatting update
helly [Mon, 17 Apr 2006 15:21:31 +0000 (15:21 +0000)]
- Formatting update

18 years ago- Update lesson 2 and split YYMARKER/YYCTXMARKER stuff in two steps
helly [Mon, 17 Apr 2006 15:03:53 +0000 (15:03 +0000)]
- Update lesson 2 and split YYMARKER/YYCTXMARKER stuff in two steps

18 years ago- Remove this temp file which was added by accident
helly [Mon, 17 Apr 2006 14:38:15 +0000 (14:38 +0000)]
- Remove this temp file which was added by accident

18 years ago- Code was modified by actually testing the windows stuff
helly [Mon, 17 Apr 2006 14:16:18 +0000 (14:16 +0000)]
- Code was modified by actually testing the windows stuff

18 years ago- Update lessons
helly [Mon, 17 Apr 2006 14:14:17 +0000 (14:14 +0000)]
- Update lessons

18 years ago- Add lesson 2
helly [Mon, 17 Apr 2006 02:08:09 +0000 (02:08 +0000)]
- Add lesson 2

18 years ago- Sort files in lessons dir when testing
helly [Mon, 17 Apr 2006 02:06:08 +0000 (02:06 +0000)]
- Sort files in lessons dir when testing

18 years ago- When ignoring more then a single line's content the we need to write a
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.

18 years ago- Made two pass mode the default and dropped -t
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

18 years ago- In single pass mode we cannot easily optimize out YYMARKER. We actually
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.

18 years ago- Added -t switch to force two pass generation.
helly [Sun, 16 Apr 2006 18:04:39 +0000 (18:04 +0000)]
- Added -t switch to force two pass generation.

18 years ago- Put the lessons directory into doc rather than only its components
helly [Sun, 16 Apr 2006 17:03:48 +0000 (17:03 +0000)]
- Put the lessons directory into doc rather than only its components

18 years ago- Only emit YYMARKER if needed
helly [Sun, 16 Apr 2006 16:59:33 +0000 (16:59 +0000)]
- Only emit YYMARKER if needed

18 years ago- Improve error messge for trailing constxts in named definitions
helly [Sun, 16 Apr 2006 15:15:47 +0000 (15:15 +0000)]
- Improve error messge for trailing constxts in named definitions

18 years ago- Update docu
helly [Sun, 16 Apr 2006 15:02:55 +0000 (15:02 +0000)]
- Update docu

18 years ago- Unify all YYFILL usages to YYFILL(n)
helly [Sun, 16 Apr 2006 13:57:47 +0000 (13:57 +0000)]
- Unify all YYFILL usages to YYFILL(n)

18 years ago- Drop non working links wrong YYFILL
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)

18 years ago- Update lesson 1
helly [Sun, 16 Apr 2006 11:22:45 +0000 (11:22 +0000)]
- Update lesson 1

18 years ago- Update results
helly [Sat, 15 Apr 2006 19:32:33 +0000 (19:32 +0000)]
- Update results

18 years ago- Add docu
helly [Sat, 15 Apr 2006 19:31:26 +0000 (19:31 +0000)]
- Add docu

18 years ago- Add test for -i switch
helly [Sat, 15 Apr 2006 18:51:36 +0000 (18:51 +0000)]
- Add test for -i switch

18 years ago- Add lesson one step 7
helly [Sat, 15 Apr 2006 18:50:57 +0000 (18:50 +0000)]
- Add lesson one step 7

18 years ago- Fixed -i switch.
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.

18 years ago- Fix argument usage
helly [Sat, 15 Apr 2006 17:59:01 +0000 (17:59 +0000)]
- Fix argument usage
# lol at my self

18 years ago- No need to keep change history in the manpage as comment - we have cvs history
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

18 years ago- Update docu
helly [Sat, 15 Apr 2006 17:06:11 +0000 (17:06 +0000)]
- Update docu

18 years ago- Add lessons to distro
helly [Sat, 15 Apr 2006 16:27:54 +0000 (16:27 +0000)]
- Add lessons to distro

18 years ago- Fix heading
helly [Sat, 15 Apr 2006 16:27:28 +0000 (16:27 +0000)]
- Fix heading

18 years ago- Add missing .cvsignore
helly [Sat, 15 Apr 2006 16:04:44 +0000 (16:04 +0000)]
- Add missing .cvsignore

18 years ago- Added tutorial like lessons to re2c.
helly [Sat, 15 Apr 2006 16:03:36 +0000 (16:03 +0000)]
- Added tutorial like lessons to re2c.

18 years ago- Added /*!ignore!re2c */ to support documenting of re2c source.
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).

18 years ago- Update docu
helly [Sat, 15 Apr 2006 11:58:34 +0000 (11:58 +0000)]
- Update docu

18 years ago- Update docu
helly [Sat, 15 Apr 2006 11:50:22 +0000 (11:50 +0000)]
- Update docu

18 years ago- Compiler NEWS
helly [Fri, 14 Apr 2006 11:52:23 +0000 (11:52 +0000)]
- Compiler NEWS

18 years ago- cvs -kb was ignored
helly [Thu, 13 Apr 2006 20:55:47 +0000 (20:55 +0000)]
- cvs -kb was ignored

18 years ago- Back to dev
helly [Thu, 13 Apr 2006 19:50:48 +0000 (19:50 +0000)]
- Back to dev

18 years ago- Prepare for release tag: 0.10.2.rc1
helly [Thu, 13 Apr 2006 19:48:07 +0000 (19:48 +0000)]
- Prepare for release tag: 0.10.2.rc1

18 years ago- No longer needed
helly [Sun, 9 Apr 2006 15:31:10 +0000 (15:31 +0000)]
- No longer needed

18 years ago- Fixed generation of YYDEBUG() when using -d switch.
helly [Sun, 9 Apr 2006 15:19:34 +0000 (15:19 +0000)]
- Fixed generation of YYDEBUG() when using -d switch.

18 years ago- Add -d testing
helly [Sun, 9 Apr 2006 15:15:59 +0000 (15:15 +0000)]
- Add -d testing

18 years ago- Update tests after manually verifying results using gdb
helly [Sun, 9 Apr 2006 11:17:11 +0000 (11:17 +0000)]
- Update tests after manually verifying results using gdb

18 years ago- Improve YYGETSTATE docu
helly [Sun, 9 Apr 2006 02:26:28 +0000 (02:26 +0000)]
- Improve YYGETSTATE docu

18 years ago- Fixed #1454253 Piece of code saving a backtracking point not generated.
helly [Sun, 9 Apr 2006 02:08:59 +0000 (02:08 +0000)]
- Fixed #1454253 Piece of code saving a backtracking point not generated.

18 years ago- BFN
helly [Sun, 9 Apr 2006 00:48:57 +0000 (00:48 +0000)]
- BFN

18 years ago- Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE()
helly [Sun, 9 Apr 2006 00:47:37 +0000 (00:47 +0000)]
- Added /*!getstate:re2c */ which triggers generation of the YYGETSTATE()
  block.

18 years ago- Update docu
helly [Sun, 9 Apr 2006 00:17:30 +0000 (00:17 +0000)]
- Update docu

18 years ago- Added configuration 'state:abort'.
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.

18 years ago- Clearify difference
helly [Sat, 8 Apr 2006 23:05:21 +0000 (23:05 +0000)]
- Clearify difference

18 years ago- Update docu
helly [Sat, 8 Apr 2006 21:33:02 +0000 (21:33 +0000)]
- Update docu

18 years ago- Implemented #1187127 savable state support for multiple re2c blocks.
helly [Sat, 8 Apr 2006 21:21:42 +0000 (21:21 +0000)]
- Implemented #1187127 savable state support for multiple re2c blocks.

18 years ago- Add -fs scanner test
helly [Sat, 8 Apr 2006 20:18:19 +0000 (20:18 +0000)]
- Add -fs scanner test
- Readd scanner tests in binary mode

18 years ago- Add -s test for scanner
helly [Sat, 8 Apr 2006 20:00:44 +0000 (20:00 +0000)]
- Add -s test for scanner

18 years ago- Update scanner tests from current scanner
helly [Sat, 8 Apr 2006 19:59:51 +0000 (19:59 +0000)]
- Update scanner tests from current scanner

18 years ago- Add tests for -f switch
helly [Sat, 8 Apr 2006 19:23:06 +0000 (19:23 +0000)]
- Add tests for -f switch

18 years ago- Simplify fillIndex handling in need()
helly [Sat, 8 Apr 2006 19:21:53 +0000 (19:21 +0000)]
- Simplify fillIndex handling in need()

18 years ago- Add some comments
helly [Sat, 8 Apr 2006 18:42:37 +0000 (18:42 +0000)]
- Add some comments
- Store maxFillIndexes only once where needed

18 years ago- Add tests for bug #1454253
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

18 years ago- Update
helly [Sat, 8 Apr 2006 17:06:25 +0000 (17:06 +0000)]
- Update

18 years ago- Do not generate yyaccept code unless needed
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.

18 years ago- WS fix in generated code for yyaccept-swicth-expressions
helly [Sat, 8 Apr 2006 16:47:01 +0000 (16:47 +0000)]
- WS fix in generated code for yyaccept-swicth-expressions

18 years ago- Update
helly [Sat, 8 Apr 2006 16:41:03 +0000 (16:41 +0000)]
- Update

18 years ago- Replace switch(yyaccept) with if expression when there is only one case
helly [Sat, 8 Apr 2006 16:39:48 +0000 (16:39 +0000)]
- Replace switch(yyaccept) with if expression when there is only one case

18 years ago- Add testing for -o switch
helly [Sat, 8 Apr 2006 16:19:02 +0000 (16:19 +0000)]
- Add testing for -o switch

18 years ago- Fixed #1463639 Missing forward declaration
helly [Tue, 4 Apr 2006 23:14:26 +0000 (23:14 +0000)]
- Fixed #1463639 Missing forward declaration

18 years ago- One more compiler it was tested on
helly [Wed, 1 Mar 2006 12:44:47 +0000 (12:44 +0000)]
- One more compiler it was tested on

18 years ago- Update
helly [Wed, 1 Mar 2006 11:11:39 +0000 (11:11 +0000)]
- Update

18 years ago- Add docu, examples and tests to win src package
helly [Wed, 1 Mar 2006 10:57:11 +0000 (10:57 +0000)]
- Add docu, examples and tests to win src package

18 years ago- Back to dev
helly [Wed, 1 Mar 2006 10:56:31 +0000 (10:56 +0000)]
- Back to dev

18 years ago- Forgot to update the version
helly [Wed, 1 Mar 2006 00:40:26 +0000 (00:40 +0000)]
- Forgot to update the version

18 years ago- Debug is of course not neccessary
helly [Wed, 1 Mar 2006 00:38:08 +0000 (00:38 +0000)]
- Debug is of course not neccessary

18 years ago- Back to dev
helly [Wed, 1 Mar 2006 00:19:16 +0000 (00:19 +0000)]
- Back to dev

18 years ago- Updates before release
helly [Tue, 28 Feb 2006 18:46:43 +0000 (18:46 +0000)]
- Updates before release

18 years ago- Prepare 0.10.1 release
helly [Tue, 28 Feb 2006 18:11:37 +0000 (18:11 +0000)]
- Prepare 0.10.1 release

18 years ago- Update history
helly [Sun, 26 Feb 2006 20:49:37 +0000 (20:49 +0000)]
- Update history

18 years ago- Hint for building under sloaris using native compilers
helly [Sun, 26 Feb 2006 20:41:14 +0000 (20:41 +0000)]
- Hint for building under sloaris using native compilers

18 years ago- The xsgetn implementation make gcc stumble
helly [Sun, 26 Feb 2006 20:36:09 +0000 (20:36 +0000)]
- The xsgetn implementation make gcc stumble

18 years ago- Small tweaks to allow build with Sun compiler using stlport4
helly [Sun, 26 Feb 2006 20:30:54 +0000 (20:30 +0000)]
- Small tweaks to allow build with Sun compiler using stlport4