]> granicus.if.org Git - re2c/log
re2c
19 years ago- Apply #1362806 Addition to man on flag -f
helly [Sun, 18 Dec 2005 18:47:06 +0000 (18:47 +0000)]
- Apply #1362806 Addition to man on flag -f

19 years ago- Fix docu (found by Greg Beaver)
helly [Fri, 11 Nov 2005 07:39:53 +0000 (07:39 +0000)]
- Fix docu (found by Greg Beaver)

19 years ago- Fix test expectations
helly [Fri, 11 Nov 2005 07:38:45 +0000 (07:38 +0000)]
- Fix test expectations

19 years ago- Prepare to release 0.9.11.rc1
helly [Thu, 10 Nov 2005 23:07:37 +0000 (23:07 +0000)]
- Prepare to release 0.9.11.rc1

19 years ago- Fixed #1313083 -e (EBCDIC cross compile) broken.
helly [Wed, 2 Nov 2005 20:29:41 +0000 (20:29 +0000)]
- Fixed #1313083 -e (EBCDIC cross compile) broken.

19 years ago- Fix bug #1297658 underestimation of n in YYFILL(n)
helly [Wed, 2 Nov 2005 20:07:33 +0000 (20:07 +0000)]
- Fix bug #1297658 underestimation of n in YYFILL(n)

19 years ago- Fix test expectations
helly [Sun, 30 Oct 2005 17:13:15 +0000 (17:13 +0000)]
- Fix test expectations

19 years ago- Initialize yyaccept
helly [Sun, 30 Oct 2005 17:07:40 +0000 (17:07 +0000)]
- Initialize yyaccept

19 years ago- Fix translation issue
helly [Sun, 30 Oct 2005 17:04:56 +0000 (17:04 +0000)]
- Fix translation issue

19 years ago- Applied #1339483 Avoid rebuilds of re2c when running subtargets
helly [Thu, 27 Oct 2005 18:28:25 +0000 (18:28 +0000)]
- Applied #1339483 Avoid rebuilds of re2c when running subtargets

19 years ago- Implement SymbolTable using map instead of linked list as inspired by
helly [Tue, 25 Oct 2005 22:02:43 +0000 (22:02 +0000)]
- Implement SymbolTable using map instead of linked list as inspired by
  #1335305 symbol table reimplementation

19 years ago- Use set instead of list which is the better option & definitively faster
helly [Tue, 25 Oct 2005 20:05:59 +0000 (20:05 +0000)]
- Use set instead of list which is the better option & definitively faster

19 years ago- Update docu
helly [Sun, 4 Sep 2005 12:01:21 +0000 (12:01 +0000)]
- Update docu

19 years ago- The 2nd switch of course describes -i not -d again
helly [Sun, 4 Sep 2005 11:41:21 +0000 (11:41 +0000)]
- The 2nd switch of course describes -i not -d again

19 years ago- Back to dev
helly [Sun, 4 Sep 2005 11:26:47 +0000 (11:26 +0000)]
- Back to dev

19 years ago- Prepare for release
helly [Sun, 4 Sep 2005 11:23:46 +0000 (11:23 +0000)]
- Prepare for release

19 years ago- This is actually a 'no' switch
helly [Sat, 6 Aug 2005 23:10:10 +0000 (23:10 +0000)]
- This is actually a 'no' switch

19 years ago- Fixed #1251653 re2c generate some invalid #line on WIN32.
helly [Thu, 4 Aug 2005 18:47:40 +0000 (18:47 +0000)]
- Fixed #1251653 re2c generate some invalid #line on WIN32.

19 years ago- Change to use bootstrap files since we don't generate those under windows
helly [Thu, 21 Jul 2005 16:47:25 +0000 (16:47 +0000)]
- Change to use bootstrap files since we don't generate those under windows

19 years ago- Fix compiler warning
helly [Thu, 21 Jul 2005 16:41:33 +0000 (16:41 +0000)]
- Fix compiler warning

19 years ago- Add -i switch to avoid generating #line information.
helly [Thu, 21 Jul 2005 16:25:24 +0000 (16:25 +0000)]
- Add -i switch to avoid generating #line information.

19 years ago- Order
helly [Thu, 21 Jul 2005 15:42:47 +0000 (15:42 +0000)]
- Order

19 years ago- Back to dev
helly [Thu, 21 Jul 2005 15:15:21 +0000 (15:15 +0000)]
- Back to dev

19 years ago- Prepare for releaseing 0.9.9
helly [Thu, 21 Jul 2005 15:11:08 +0000 (15:11 +0000)]
- Prepare for releaseing 0.9.9

19 years ago- Update
helly [Sun, 10 Jul 2005 14:16:26 +0000 (14:16 +0000)]
- Update

19 years ago- Use bootstrap files for windows build
helly [Sun, 10 Jul 2005 13:57:02 +0000 (13:57 +0000)]
- Use bootstrap files for windows build

19 years ago- Update
helly [Sun, 10 Jul 2005 13:49:16 +0000 (13:49 +0000)]
- Update

19 years ago- Moved some actions into class Scanner to be able to issue fatal errors
helly [Sun, 10 Jul 2005 13:48:03 +0000 (13:48 +0000)]
- Moved some actions into class Scanner to be able to issue fatal errors
- Added hexadecimal character definitions
- Check for consistency of octal character definitions
- Update man page

19 years ago- Show test summary
helly [Sun, 10 Jul 2005 09:56:38 +0000 (09:56 +0000)]
- Show test summary

19 years ago- Rephrase
helly [Sun, 10 Jul 2005 09:34:05 +0000 (09:34 +0000)]
- Rephrase

19 years ago- . must not include \n
helly [Sat, 9 Jul 2005 23:33:40 +0000 (23:33 +0000)]
- . must not include \n

19 years ago- Also implement '.' as shortcut for [\000-\377]
helly [Sat, 9 Jul 2005 18:51:47 +0000 (18:51 +0000)]
- Also implement '.' as shortcut for [\000-\377]

19 years ago- More tests
helly [Sat, 9 Jul 2005 18:34:20 +0000 (18:34 +0000)]
- More tests

19 years ago- Make expression "[^]" work
helly [Sat, 9 Jul 2005 18:28:47 +0000 (18:28 +0000)]
- Make expression "[^]" work

19 years ago- Implemented #1232777 negated char classes.
helly [Sat, 9 Jul 2005 11:14:41 +0000 (11:14 +0000)]
- Implemented #1232777 negated char classes.

19 years ago- Prefix all bugs/requests/patche ids with #
helly [Sat, 9 Jul 2005 11:14:00 +0000 (11:14 +0000)]
- Prefix all bugs/requests/patche ids with #

19 years ago- Update CHANGELOG for new developments
helly [Sun, 26 Jun 2005 13:12:56 +0000 (13:12 +0000)]
- Update CHANGELOG for new developments

19 years ago- Back to dev
helly [Sun, 26 Jun 2005 12:57:58 +0000 (12:57 +0000)]
- Back to dev

19 years ago- Add CHANGELOG to dist
helly [Sun, 26 Jun 2005 12:56:37 +0000 (12:56 +0000)]
- Add CHANGELOG to dist

19 years ago- late update before release
helly [Sun, 26 Jun 2005 12:49:56 +0000 (12:49 +0000)]
- late update before release

19 years ago- Add MSVC.NET build files
helly [Sun, 26 Jun 2005 12:45:32 +0000 (12:45 +0000)]
- Add MSVC.NET build files
- Add html documents

19 years ago- Prepare for release
helly [Sun, 26 Jun 2005 12:37:13 +0000 (12:37 +0000)]
- Prepare for release

19 years ago- Prepare for 0.9.8 release
helly [Sun, 26 Jun 2005 12:34:57 +0000 (12:34 +0000)]
- Prepare for 0.9.8 release

19 years ago- Update
helly [Wed, 15 Jun 2005 21:11:10 +0000 (21:11 +0000)]
- Update

19 years ago- Fix code generation for -b
helly [Wed, 15 Jun 2005 21:09:51 +0000 (21:09 +0000)]
- Fix code generation for -b

19 years ago- Add missing YYDEBUG() section
helly [Tue, 3 May 2005 15:46:46 +0000 (15:46 +0000)]
- Add missing YYDEBUG() section

19 years ago- Add release date
helly [Sat, 30 Apr 2005 10:15:51 +0000 (10:15 +0000)]
- Add release date

19 years ago- Change to dev mode: '0.9.8.dev' now
helly [Sat, 30 Apr 2005 10:10:17 +0000 (10:10 +0000)]
- Change to dev mode: '0.9.8.dev' now

19 years ago- Prepare 0.9.7 release
helly [Sat, 30 Apr 2005 10:04:18 +0000 (10:04 +0000)]
- Prepare 0.9.7 release

19 years ago- Speling
helly [Mon, 25 Apr 2005 20:28:08 +0000 (20:28 +0000)]
- Speling

19 years ago- Change \fC to \fI in -d explanation
helly [Mon, 25 Apr 2005 06:48:31 +0000 (06:48 +0000)]
- Change \fC to \fI in -d explanation
- Drop bug info that was fixed by introduction of '/*!max:re2c */'

19 years ago- Show the required signature for YYDEBUG()
helly [Mon, 25 Apr 2005 06:32:30 +0000 (06:32 +0000)]
- Show the required signature for YYDEBUG()

19 years ago- Bug fixing news
helly [Sun, 24 Apr 2005 18:03:59 +0000 (18:03 +0000)]
- Bug fixing news

19 years ago- Fix generation of '#line' directives according to ISO-C99 standard
helly [Sun, 24 Apr 2005 18:02:30 +0000 (18:02 +0000)]
- Fix generation of '#line' directives according to ISO-C99 standard

19 years ago- Issue an error with -f option if multiple /*!re2c blocks are used
helly [Sat, 23 Apr 2005 08:45:10 +0000 (08:45 +0000)]
- Issue an error with -f option if multiple /*!re2c blocks are used

19 years ago- CVS already ensures directory test is present, so don't try to create it
helly [Fri, 22 Apr 2005 22:27:16 +0000 (22:27 +0000)]
- CVS already ensures directory test is present, so don't try to create it

19 years ago- Change original fprintf base -d patch by Derick to use YYDEBUG() lines
helly [Fri, 22 Apr 2005 22:15:55 +0000 (22:15 +0000)]
- Change original fprintf base -d patch by Derick to use YYDEBUG() lines

19 years ago- Added -d flag which outputs a debugable parser.
helly [Fri, 22 Apr 2005 22:03:08 +0000 (22:03 +0000)]
- Added -d flag which outputs a debugable parser.

19 years ago- Update date
helly [Fri, 22 Apr 2005 21:50:33 +0000 (21:50 +0000)]
- Update date

19 years ago- Fixed bug #1187452 unused variable `yyaccept'.
helly [Fri, 22 Apr 2005 21:46:30 +0000 (21:46 +0000)]
- Fixed bug #1187452 unused variable `yyaccept'.

19 years ago- Fix bug #1187785 Re2c fails to generate valid code
helly [Fri, 22 Apr 2005 21:45:09 +0000 (21:45 +0000)]
- Fix bug #1187785 Re2c fails to generate valid code

19 years ago- Fix bug #1187785 Re2c fails to generate valid code
helly [Fri, 22 Apr 2005 21:23:20 +0000 (21:23 +0000)]
- Fix bug #1187785 Re2c fails to generate valid code

19 years ago- WS
helly [Wed, 20 Apr 2005 20:31:30 +0000 (20:31 +0000)]
- WS

19 years ago- Wording
helly [Sat, 16 Apr 2005 14:35:30 +0000 (14:35 +0000)]
- Wording

19 years ago- Add .cvsignore
helly [Sat, 16 Apr 2005 14:22:28 +0000 (14:22 +0000)]
- Add .cvsignore

19 years ago- Apply #1181535 please integrate storable state patch
helly [Sat, 16 Apr 2005 14:20:51 +0000 (14:20 +0000)]
- Apply #1181535 please integrate storable state patch

19 years ago- Run all tests even if one fails (still exit 1 on failure)
helly [Sat, 16 Apr 2005 14:16:40 +0000 (14:16 +0000)]
- Run all tests even if one fails (still exit 1 on failure)

19 years ago- Add release dates
helly [Thu, 14 Apr 2005 22:26:52 +0000 (22:26 +0000)]
- Add release dates
- Drop re2c header so this file can be used as release notes (by upload)
- Reorder to correctly reflect release history

19 years ago- Change to 0.9.7.dev
helly [Thu, 14 Apr 2005 21:39:32 +0000 (21:39 +0000)]
- Change to 0.9.7.dev

19 years ago- Prepare for release 0.9.6
helly [Thu, 14 Apr 2005 21:34:33 +0000 (21:34 +0000)]
- Prepare for release 0.9.6

19 years ago- Update
helly [Tue, 12 Apr 2005 08:19:39 +0000 (08:19 +0000)]
- Update

19 years ago- Update
helly [Sun, 10 Apr 2005 18:06:18 +0000 (18:06 +0000)]
- Update

19 years ago- Better wording
helly [Sun, 10 Apr 2005 17:25:02 +0000 (17:25 +0000)]
- Better wording

19 years ago- Update Changelog
helly [Sun, 10 Apr 2005 17:22:22 +0000 (17:22 +0000)]
- Update Changelog

19 years ago- Fix build for g++ >= 3.4
helly [Sat, 9 Apr 2005 01:01:10 +0000 (01:01 +0000)]
- Fix build for g++ >= 3.4

19 years ago- Back to dev (0.9.6.dev now)
helly [Fri, 8 Apr 2005 21:28:10 +0000 (21:28 +0000)]
- Back to dev (0.9.6.dev now)

19 years ago- prepare 0.9.5 release
helly [Fri, 8 Apr 2005 20:40:52 +0000 (20:40 +0000)]
- prepare 0.9.5 release

19 years ago- Fix [ 1163046 ] re2c hangs when processing valid re-file
helly [Fri, 8 Apr 2005 19:45:35 +0000 (19:45 +0000)]
- Fix [ 1163046 ] re2c hangs when processing valid re-file

19 years ago- Add /*!max:re2c */ which emits a '#define YYMAXFILL <max>\n' line
helly [Fri, 8 Apr 2005 18:42:45 +0000 (18:42 +0000)]
- Add /*!max:re2c */ which emits a '#define YYMAXFILL <max>\n' line
  This allows to define buffers of the minimum required length. Occurence
  must follow '/*re2c */ and cannot preceed it.

19 years ago- We cannot have '-' in the package name
helly [Fri, 8 Apr 2005 18:30:43 +0000 (18:30 +0000)]
- We cannot have '-' in the package name

19 years ago- Fix [ 1022799 ] re2c scanner has buffering bug
helly [Fri, 8 Apr 2005 16:06:13 +0000 (16:06 +0000)]
- Fix [ 1022799 ] re2c scanner has buffering bug

19 years ago- Fix bug 1054496
helly [Thu, 31 Mar 2005 16:24:09 +0000 (16:24 +0000)]
- Fix bug 1054496

19 years ago- Change to two pass generation which allows to avoid warnings about unused
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.

19 years ago- Use c++ instead of c workarounds
helly [Sun, 13 Mar 2005 03:08:35 +0000 (03:08 +0000)]
- Use c++ instead of c workarounds

19 years ago- Bump version
helly [Sun, 13 Mar 2005 02:14:42 +0000 (02:14 +0000)]
- Bump version

19 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.

19 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.

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

19 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.