]> granicus.if.org Git - re2c/log
re2c
17 years ago- Bug #1711240 was fixed
helly [Thu, 3 May 2007 11:38:49 +0000 (11:38 +0000)]
- Bug #1711240 was fixed

17 years ago- Add new test
helly [Thu, 3 May 2007 11:37:13 +0000 (11:37 +0000)]
- Add new test

17 years ago- re2c is listed on IceWalkers
helly [Wed, 2 May 2007 23:53:47 +0000 (23:53 +0000)]
- re2c is listed on IceWalkers

17 years ago- Try to fix #1711240
helly [Wed, 2 May 2007 20:28:17 +0000 (20:28 +0000)]
- Try to fix #1711240

17 years ago- Prepare 0.12.1
helly [Wed, 2 May 2007 20:19:32 +0000 (20:19 +0000)]
- Prepare 0.12.1

17 years ago- Provide better test code
helly [Tue, 1 May 2007 22:45:27 +0000 (22:45 +0000)]
- Provide better test code

17 years ago- Add missing header
helly [Tue, 1 May 2007 20:55:09 +0000 (20:55 +0000)]
- Add missing header

17 years ago- Simplify replaceParam() by turning it into template
helly [Tue, 1 May 2007 20:37:49 +0000 (20:37 +0000)]
- Simplify replaceParam() by turning it into template
  This allows to get rid of sprintf

17 years ago- More tests were successful
helly [Tue, 1 May 2007 15:52:42 +0000 (15:52 +0000)]
- More tests were successful

17 years ago- Split YYCONDITION into YYGETCONDITION and YYSETCONDITION
helly [Tue, 1 May 2007 14:55:50 +0000 (14:55 +0000)]
- Split YYCONDITION into YYGETCONDITION and YYSETCONDITION
- Synch YYGETCONDITION with YYGETSTATE
- Synch YYSETCONDITION with YYSETSTATE

17 years ago- Seperate parameter names in YYFILL/YYSETSTATE with '@' instead of ':'
helly [Tue, 1 May 2007 13:44:26 +0000 (13:44 +0000)]
- Seperate parameter names in YYFILL/YYSETSTATE with '@' instead of ':'

17 years ago- Add release information
helly [Tue, 1 May 2007 12:44:26 +0000 (12:44 +0000)]
- Add release information

17 years ago- Add YYFillNamed
helly [Tue, 1 May 2007 11:30:27 +0000 (11:30 +0000)]
- Add YYFillNamed
- Rename bUseYYGetStateFunc to bUseYYGetStateNaked

17 years ago- Add tFlag and rename --header to --type-header to match -t
helly [Tue, 1 May 2007 11:10:35 +0000 (11:10 +0000)]
- Add tFlag and rename --header to --type-header to match -t

17 years ago- Fix -cg (order of jump table)
helly [Mon, 30 Apr 2007 18:10:56 +0000 (18:10 +0000)]
- Fix -cg (order of jump table)

17 years ago- Allow full replacement of YYGETSTATE/YYSETSTAE by inplace-configuration
helly [Mon, 30 Apr 2007 17:59:07 +0000 (17:59 +0000)]
- Allow full replacement of YYGETSTATE/YYSETSTAE by inplace-configuration
- Add ability to specify new condition via '=> condition' prior to code block
- Fix order of states in -cs
- Add support for -cf
- Add new tests

17 years ago- Improve error messages
helly [Mon, 30 Apr 2007 17:47:51 +0000 (17:47 +0000)]
- Improve error messages

17 years ago- Allow more labels
helly [Sun, 29 Apr 2007 22:28:34 +0000 (22:28 +0000)]
- Allow more labels

17 years ago- Make -bc work
helly [Sun, 29 Apr 2007 22:23:29 +0000 (22:23 +0000)]
- Make -bc work

17 years ago- Allow to have types inlined into generated .c file
helly [Sun, 29 Apr 2007 15:36:42 +0000 (15:36 +0000)]
- Allow to have types inlined into generated .c file
- Allow to specify parameter inside YYFILL config
- Add prefix to condition enum constants
- Add/Fix tests
- MFB Prevent build issues with strange compilers

17 years ago- Allow to test single files
helly [Sun, 29 Apr 2007 15:32:47 +0000 (15:32 +0000)]
- Allow to test single files

17 years ago- Fixed #1708378 segfault in actions.cc.
helly [Thu, 26 Apr 2007 23:11:22 +0000 (23:11 +0000)]
- Fixed #1708378 segfault in actions.cc.

17 years ago- Fix expectation found while analysing #1708378
helly [Thu, 26 Apr 2007 23:02:38 +0000 (23:02 +0000)]
- Fix expectation found while analysing #1708378

17 years ago- Add new test
helly [Thu, 26 Apr 2007 21:49:15 +0000 (21:49 +0000)]
- Add new test

17 years ago- If no specNone is present decrease all specs
helly [Wed, 25 Apr 2007 21:59:14 +0000 (21:59 +0000)]
- If no specNone is present decrease all specs

17 years ago- Update bootstrap
helly [Tue, 24 Apr 2007 18:15:36 +0000 (18:15 +0000)]
- Update bootstrap

17 years ago- Fix index of specs
helly [Tue, 24 Apr 2007 18:14:59 +0000 (18:14 +0000)]
- Fix index of specs

17 years ago- '0' should get value 0
helly [Tue, 24 Apr 2007 17:02:10 +0000 (17:02 +0000)]
- '0' should get value 0

17 years ago- Inline genCondList() where needed
helly [Tue, 24 Apr 2007 07:46:14 +0000 (07:46 +0000)]
- Inline genCondList() where needed

17 years ago- Add -cs support
helly [Mon, 23 Apr 2007 22:18:43 +0000 (22:18 +0000)]
- Add -cs support

17 years ago- More commandline argument parsingfixes merged from PHP
helly [Mon, 23 Apr 2007 21:06:56 +0000 (21:06 +0000)]
- More commandline argument parsingfixes merged from PHP

17 years ago- Fix docu
helly [Sun, 22 Apr 2007 20:03:08 +0000 (20:03 +0000)]
- Fix docu

17 years ago- Update docu
helly [Sun, 22 Apr 2007 19:51:00 +0000 (19:51 +0000)]
- Update docu

17 years ago- Add line info to header
helly [Sun, 22 Apr 2007 18:35:24 +0000 (18:35 +0000)]
- Add line info to header

17 years ago- Regenerate with current version
helly [Sun, 22 Apr 2007 18:34:43 +0000 (18:34 +0000)]
- Regenerate with current version

17 years ago- Add -t switch to generate header with all types
helly [Sun, 22 Apr 2007 14:56:40 +0000 (14:56 +0000)]
- Add -t switch to generate header with all types

17 years ago- BFN
helly [Sun, 22 Apr 2007 10:47:59 +0000 (10:47 +0000)]
- BFN

17 years ago- Add TODO marker
helly [Sun, 22 Apr 2007 10:47:28 +0000 (10:47 +0000)]
- Add TODO marker

17 years ago- Allow to test for multiple short args with param
helly [Sun, 22 Apr 2007 10:43:03 +0000 (10:43 +0000)]
- Allow to test for multiple short args with param

17 years ago- Fix another issue in short args
helly [Sun, 22 Apr 2007 10:40:39 +0000 (10:40 +0000)]
- Fix another issue in short args

17 years ago- Fix handling of short opt with parameter if not first opt
helly [Sun, 22 Apr 2007 09:55:53 +0000 (09:55 +0000)]
- Fix handling of short opt with parameter if not first opt

17 years ago- Improve readability
helly [Thu, 19 Apr 2007 01:15:31 +0000 (01:15 +0000)]
- Improve readability

17 years ago- Improve names for condition jump table and condition state variable
helly [Thu, 19 Apr 2007 01:08:03 +0000 (01:08 +0000)]
- Improve names for condition jump table and condition state variable
- Add first working test (as it uses -g it only works with newer gcc)

17 years ago- Use switch in default mode for condition jumps
helly [Wed, 18 Apr 2007 22:52:30 +0000 (22:52 +0000)]
- Use switch in default mode for condition jumps

17 years ago- Reorder prolog part for -c
helly [Wed, 18 Apr 2007 22:36:06 +0000 (22:36 +0000)]
- Reorder prolog part for -c
  . This also allows to drop one {} pair

17 years ago- Add <> to support code in case no condition is being met
helly [Tue, 17 Apr 2007 00:14:12 +0000 (00:14 +0000)]
- Add <> to support code in case no condition is being met
- Merge <*> rules to all other rules
- Configurable code
- In -g mode generate a computed goto jump table

17 years ago- Version update
helly [Mon, 16 Apr 2007 21:44:39 +0000 (21:44 +0000)]
- Version update

17 years ago- WS
helly [Mon, 16 Apr 2007 21:44:18 +0000 (21:44 +0000)]
- WS

17 years ago- Prepare re-release of 0.11.3 as new stable branch 0.12.0.
helly [Mon, 16 Apr 2007 21:39:11 +0000 (21:39 +0000)]
- Prepare re-release of 0.11.3 as new stable branch 0.12.0.

17 years ago- Start new developement version 0.13.*
helly [Mon, 16 Apr 2007 21:21:11 +0000 (21:21 +0000)]
- Start new developement version 0.13.*
- Add conditions: <cond, cond, ...> rule CODE
# This is the first step of many, probably the biggest one

17 years ago- WS (oversight)
helly [Mon, 16 Apr 2007 19:27:37 +0000 (19:27 +0000)]
- WS (oversight)

17 years ago- WS
helly [Mon, 16 Apr 2007 19:16:14 +0000 (19:16 +0000)]
- WS

17 years ago- WS
helly [Sat, 14 Apr 2007 12:54:18 +0000 (12:54 +0000)]
- WS

17 years ago- WS
helly [Sat, 14 Apr 2007 12:51:37 +0000 (12:51 +0000)]
- WS

17 years ago- Add new test
helly [Mon, 2 Apr 2007 22:02:57 +0000 (22:02 +0000)]
- Add new test

17 years ago- Add new test
helly [Mon, 2 Apr 2007 22:00:24 +0000 (22:00 +0000)]
- Add new test

17 years ago- Add new test
helly [Mon, 2 Apr 2007 22:00:01 +0000 (22:00 +0000)]
- Add new test

17 years ago- Add readme on how to release
helly [Sun, 1 Apr 2007 11:28:02 +0000 (11:28 +0000)]
- Add readme on how to release

17 years ago- This is 0.11.4.dev now
helly [Sun, 1 Apr 2007 11:24:28 +0000 (11:24 +0000)]
- This is 0.11.4.dev now

17 years ago- Prepare releases 0.10.8, 0.11.3
helly [Sun, 1 Apr 2007 10:13:18 +0000 (10:13 +0000)]
- Prepare releases 0.10.8, 0.11.3

17 years ago- Added support for underscores in named definitions.
helly [Wed, 28 Mar 2007 20:11:17 +0000 (20:11 +0000)]
- Added support for underscores in named definitions.

17 years ago- Fix handling of not existing long command line options
joscherl [Thu, 22 Mar 2007 22:21:50 +0000 (22:21 +0000)]
- Fix handling of not existing long command line options

17 years ago- Added new option --no-generation-date.
helly [Wed, 21 Mar 2007 22:25:45 +0000 (22:25 +0000)]
- Added new option --no-generation-date.

17 years ago- Fix issue with long form of switches
helly [Wed, 21 Mar 2007 22:15:16 +0000 (22:15 +0000)]
- Fix issue with long form of switches

17 years ago- Drop 0.11.3 header for now
helly [Thu, 1 Mar 2007 00:38:23 +0000 (00:38 +0000)]
- Drop 0.11.3 header for now

17 years ago- This is 0.11.3.dev now
helly [Wed, 28 Feb 2007 23:09:26 +0000 (23:09 +0000)]
- This is 0.11.3.dev now

17 years ago- This is 0.11.3.dev now
helly [Wed, 28 Feb 2007 23:00:19 +0000 (23:00 +0000)]
- This is 0.11.3.dev now

17 years ago- Update docu
helly [Mon, 26 Feb 2007 19:58:29 +0000 (19:58 +0000)]
- Update docu

17 years ago- Update docu
helly [Mon, 26 Feb 2007 09:42:45 +0000 (09:42 +0000)]
- Update docu

17 years ago- Update docu
helly [Mon, 26 Feb 2007 09:22:56 +0000 (09:22 +0000)]
- Update docu

17 years ago- Update docu
helly [Mon, 26 Feb 2007 09:21:52 +0000 (09:21 +0000)]
- Update docu

17 years ago- Update copyright
helly [Sun, 25 Feb 2007 17:17:26 +0000 (17:17 +0000)]
- Update copyright

17 years ago- Extend lesson 1
helly [Sun, 25 Feb 2007 17:15:14 +0000 (17:15 +0000)]
- Extend lesson 1

17 years ago- Added implace configuration 're2c:yyfill:parameter'.
helly [Sun, 25 Feb 2007 16:48:19 +0000 (16:48 +0000)]
- Added implace configuration 're2c:yyfill:parameter'.

17 years ago- Added inplace configuration 're2c:yych:conversion'
helly [Sun, 25 Feb 2007 14:34:52 +0000 (14:34 +0000)]
- Added inplace configuration 're2c:yych:conversion'

17 years ago- Add/fix tests
helly [Sat, 24 Feb 2007 17:27:20 +0000 (17:27 +0000)]
- Add/fix tests

17 years ago- Fix minor issue with -u code generation
helly [Sat, 24 Feb 2007 17:21:01 +0000 (17:21 +0000)]
- Fix minor issue with -u code generation

17 years ago- Update docu
helly [Fri, 23 Feb 2007 21:30:13 +0000 (21:30 +0000)]
- Update docu

17 years ago- Use descriptive name scheme for variable overwriting, too
helly [Fri, 23 Feb 2007 21:28:17 +0000 (21:28 +0000)]
- Use descriptive name scheme for variable overwriting, too

17 years ago- Try to clearify code
helly [Thu, 22 Feb 2007 01:19:58 +0000 (01:19 +0000)]
- Try to clearify code

17 years ago- Disallow multiple changes to code names
helly [Thu, 22 Feb 2007 01:14:09 +0000 (01:14 +0000)]
- Disallow multiple changes to code names

17 years ago- Rephrase
helly [Thu, 22 Feb 2007 01:13:35 +0000 (01:13 +0000)]
- Rephrase

17 years ago- Update documentation
helly [Wed, 21 Feb 2007 21:19:57 +0000 (21:19 +0000)]
- Update documentation

17 years ago- Split labels from code
helly [Wed, 21 Feb 2007 21:19:24 +0000 (21:19 +0000)]
- Split labels from code

17 years ago- Update docu
helly [Tue, 20 Feb 2007 22:40:39 +0000 (22:40 +0000)]
- Update docu

17 years ago- Update unicode information in -u mode
helly [Tue, 20 Feb 2007 22:16:13 +0000 (22:16 +0000)]
- Update unicode information in -u mode

17 years ago- Added ability to avoid defines and overwrite generated variable names.
helly [Tue, 20 Feb 2007 21:47:55 +0000 (21:47 +0000)]
- Added ability to avoid defines and overwrite generated variable names.

17 years ago- Fix lessons to use unsgned char for -s/b
helly [Tue, 20 Feb 2007 17:21:49 +0000 (17:21 +0000)]
- Fix lessons to use unsgned char for -s/b

17 years ago- This is 0.11.2.dev now
helly [Tue, 20 Feb 2007 17:20:42 +0000 (17:20 +0000)]
- This is 0.11.2.dev now

17 years ago- Back to dev
helly [Tue, 20 Feb 2007 15:02:37 +0000 (15:02 +0000)]
- Back to dev

17 years ago- Prepare release 0.11.1
helly [Tue, 20 Feb 2007 15:01:23 +0000 (15:01 +0000)]
- Prepare release 0.11.1

17 years ago- Avoid const_cast<>
helly [Thu, 8 Feb 2007 09:24:47 +0000 (09:24 +0000)]
- Avoid const_cast<>

17 years ago- Listign 0.9.3 once is enough
helly [Thu, 8 Feb 2007 09:10:18 +0000 (09:10 +0000)]
- Listign 0.9.3 once is enough

17 years ago- Applied #1647875 add const to yybm vector
helly [Tue, 30 Jan 2007 20:38:22 +0000 (20:38 +0000)]
- Applied #1647875 add const to yybm vector

17 years ago- This is 0.11.1.dev
helly [Sun, 28 Jan 2007 18:00:19 +0000 (18:00 +0000)]
- This is 0.11.1.dev

17 years ago- Change to 0.11.1.dev
helly [Tue, 2 Jan 2007 17:11:24 +0000 (17:11 +0000)]
- Change to 0.11.1.dev

17 years ago- Prepare release 0.11.0
helly [Mon, 1 Jan 2007 12:13:21 +0000 (12:13 +0000)]
- Prepare release 0.11.0

17 years ago- Update docu
helly [Sun, 5 Nov 2006 00:59:07 +0000 (00:59 +0000)]
- Update docu

17 years ago- Added -u switch to support unicode.
helly [Sun, 5 Nov 2006 00:48:30 +0000 (00:48 +0000)]
- Added -u switch to support unicode.

18 years ago- Update docu
helly [Sat, 5 Aug 2006 13:34:10 +0000 (13:34 +0000)]
- Update docu