]>
granicus.if.org Git - re2c/log
helly [Thu, 29 Dec 2005 12:23:10 +0000 (12:23 +0000)]
- Imply -s if -w is being used (makes no sense without)
helly [Thu, 29 Dec 2005 01:22:02 +0000 (01:22 +0000)]
- Need to make position pointers const pointers
helly [Thu, 29 Dec 2005 01:19:24 +0000 (01:19 +0000)]
- MSVC cannot handle struct CharSet on stack (even not with /F switch and
enough stack size), possibly other compilers have the same problem
helly [Thu, 29 Dec 2005 00:47:48 +0000 (00:47 +0000)]
- MSVC.2003 falls on this with wrong switches, probably others too with their normal options
helly [Wed, 28 Dec 2005 23:43:37 +0000 (23:43 +0000)]
- WS
helly [Wed, 28 Dec 2005 20:21:36 +0000 (20:21 +0000)]
- Correct #line directives
- Drop \x0C inserted by bison
helly [Wed, 28 Dec 2005 20:00:09 +0000 (20:00 +0000)]
- Copy parser files to bootstrap dir if changed
helly [Wed, 28 Dec 2005 19:38:29 +0000 (19:38 +0000)]
- Add Debug to ignore list
helly [Wed, 28 Dec 2005 18:33:37 +0000 (18:33 +0000)]
- Added experimental unicode support
helly [Wed, 28 Dec 2005 16:54:56 +0000 (16:54 +0000)]
- WS
helly [Wed, 28 Dec 2005 16:05:04 +0000 (16:05 +0000)]
- Update
helly [Wed, 28 Dec 2005 13:53:25 +0000 (13:53 +0000)]
- Update changelog
helly [Wed, 28 Dec 2005 13:51:10 +0000 (13:51 +0000)]
- Add .rpm to ihnore list
helly [Wed, 28 Dec 2005 13:49:58 +0000 (13:49 +0000)]
- Make rpm creates both binary and source rpms now
helly [Wed, 28 Dec 2005 13:26:49 +0000 (13:26 +0000)]
- Back to dev
helly [Wed, 28 Dec 2005 13:23:45 +0000 (13:23 +0000)]
- Prepare release 0.9.12
helly [Tue, 27 Dec 2005 23:58:09 +0000 (23:58 +0000)]
- Add error message for illegal closure forms
helly [Tue, 27 Dec 2005 23:51:51 +0000 (23:51 +0000)]
- Make run-tests.sh executable if neccessary
helly [Tue, 27 Dec 2005 23:45:26 +0000 (23:45 +0000)]
- Dump errors into temp results of tests
helly [Tue, 27 Dec 2005 22:59:09 +0000 (22:59 +0000)]
- Fix bug
1390174 re2c cannot accept {0,}
helly [Tue, 27 Dec 2005 22:56:35 +0000 (22:56 +0000)]
- WS/CS
helly [Tue, 27 Dec 2005 22:55:13 +0000 (22:55 +0000)]
- Add new test files
helly [Tue, 27 Dec 2005 22:54:16 +0000 (22:54 +0000)]
- Add test target
helly [Tue, 27 Dec 2005 22:53:39 +0000 (22:53 +0000)]
- Update
helly [Tue, 27 Dec 2005 18:24:18 +0000 (18:24 +0000)]
- Update bootstrab dir
helly [Tue, 27 Dec 2005 18:21:44 +0000 (18:21 +0000)]
- WS
helly [Sun, 18 Dec 2005 20:03:44 +0000 (20:03 +0000)]
- Add rpm target and fix package release for rpmbuild -tb
helly [Sun, 18 Dec 2005 19:16:23 +0000 (19:16 +0000)]
- The generated spec file needs to be in the dist file to allow 'rpmbuild -tb *.tar.gz'
helly [Sun, 18 Dec 2005 18:54:36 +0000 (18:54 +0000)]
- Back to dev
helly [Sun, 18 Dec 2005 18:48:11 +0000 (18:48 +0000)]
- Prepare release
helly [Sun, 18 Dec 2005 18:47:06 +0000 (18:47 +0000)]
- Apply #
1362806 Addition to man on flag -f
helly [Fri, 11 Nov 2005 07:39:53 +0000 (07:39 +0000)]
- Fix docu (found by Greg Beaver)
helly [Fri, 11 Nov 2005 07:38:45 +0000 (07:38 +0000)]
- Fix test expectations
helly [Thu, 10 Nov 2005 23:07:37 +0000 (23:07 +0000)]
- Prepare to release 0.9.11.rc1
helly [Wed, 2 Nov 2005 20:29:41 +0000 (20:29 +0000)]
- Fixed #
1313083 -e (EBCDIC cross compile) broken.
helly [Wed, 2 Nov 2005 20:07:33 +0000 (20:07 +0000)]
- Fix bug #
1297658 underestimation of n in YYFILL(n)
helly [Sun, 30 Oct 2005 17:13:15 +0000 (17:13 +0000)]
- Fix test expectations
helly [Sun, 30 Oct 2005 17:07:40 +0000 (17:07 +0000)]
- Initialize yyaccept
helly [Sun, 30 Oct 2005 17:04:56 +0000 (17:04 +0000)]
- Fix translation issue
helly [Thu, 27 Oct 2005 18:28:25 +0000 (18:28 +0000)]
- Applied #
1339483 Avoid rebuilds of re2c when running subtargets
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
helly [Tue, 25 Oct 2005 20:05:59 +0000 (20:05 +0000)]
- Use set instead of list which is the better option & definitively faster
helly [Sun, 4 Sep 2005 12:01:21 +0000 (12:01 +0000)]
- Update docu
helly [Sun, 4 Sep 2005 11:41:21 +0000 (11:41 +0000)]
- The 2nd switch of course describes -i not -d again
helly [Sun, 4 Sep 2005 11:26:47 +0000 (11:26 +0000)]
- Back to dev
helly [Sun, 4 Sep 2005 11:23:46 +0000 (11:23 +0000)]
- Prepare for release
helly [Sat, 6 Aug 2005 23:10:10 +0000 (23:10 +0000)]
- This is actually a 'no' switch
helly [Thu, 4 Aug 2005 18:47:40 +0000 (18:47 +0000)]
- Fixed #
1251653 re2c generate some invalid #line on WIN32.
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
helly [Thu, 21 Jul 2005 16:41:33 +0000 (16:41 +0000)]
- Fix compiler warning
helly [Thu, 21 Jul 2005 16:25:24 +0000 (16:25 +0000)]
- Add -i switch to avoid generating #line information.
helly [Thu, 21 Jul 2005 15:42:47 +0000 (15:42 +0000)]
- Order
helly [Thu, 21 Jul 2005 15:15:21 +0000 (15:15 +0000)]
- Back to dev
helly [Thu, 21 Jul 2005 15:11:08 +0000 (15:11 +0000)]
- Prepare for releaseing 0.9.9
helly [Sun, 10 Jul 2005 14:16:26 +0000 (14:16 +0000)]
- Update
helly [Sun, 10 Jul 2005 13:57:02 +0000 (13:57 +0000)]
- Use bootstrap files for windows build
helly [Sun, 10 Jul 2005 13:49:16 +0000 (13:49 +0000)]
- Update
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
helly [Sun, 10 Jul 2005 09:56:38 +0000 (09:56 +0000)]
- Show test summary
helly [Sun, 10 Jul 2005 09:34:05 +0000 (09:34 +0000)]
- Rephrase
helly [Sat, 9 Jul 2005 23:33:40 +0000 (23:33 +0000)]
- . must not include \n
helly [Sat, 9 Jul 2005 18:51:47 +0000 (18:51 +0000)]
- Also implement '.' as shortcut for [\000-\377]
helly [Sat, 9 Jul 2005 18:34:20 +0000 (18:34 +0000)]
- More tests
helly [Sat, 9 Jul 2005 18:28:47 +0000 (18:28 +0000)]
- Make expression "[^]" work
helly [Sat, 9 Jul 2005 11:14:41 +0000 (11:14 +0000)]
- Implemented #
1232777 negated char classes.
helly [Sat, 9 Jul 2005 11:14:00 +0000 (11:14 +0000)]
- Prefix all bugs/requests/patche ids with #
helly [Sun, 26 Jun 2005 13:12:56 +0000 (13:12 +0000)]
- Update CHANGELOG for new developments
helly [Sun, 26 Jun 2005 12:57:58 +0000 (12:57 +0000)]
- Back to dev
helly [Sun, 26 Jun 2005 12:56:37 +0000 (12:56 +0000)]
- Add CHANGELOG to dist
helly [Sun, 26 Jun 2005 12:49:56 +0000 (12:49 +0000)]
- late update before release
helly [Sun, 26 Jun 2005 12:45:32 +0000 (12:45 +0000)]
- Add MSVC.NET build files
- Add html documents
helly [Sun, 26 Jun 2005 12:37:13 +0000 (12:37 +0000)]
- Prepare for release
helly [Sun, 26 Jun 2005 12:34:57 +0000 (12:34 +0000)]
- Prepare for 0.9.8 release
helly [Wed, 15 Jun 2005 21:11:10 +0000 (21:11 +0000)]
- Update
helly [Wed, 15 Jun 2005 21:09:51 +0000 (21:09 +0000)]
- Fix code generation for -b
helly [Tue, 3 May 2005 15:46:46 +0000 (15:46 +0000)]
- Add missing YYDEBUG() section
helly [Sat, 30 Apr 2005 10:15:51 +0000 (10:15 +0000)]
- Add release date
helly [Sat, 30 Apr 2005 10:10:17 +0000 (10:10 +0000)]
- Change to dev mode: '0.9.8.dev' now
helly [Sat, 30 Apr 2005 10:04:18 +0000 (10:04 +0000)]
- Prepare 0.9.7 release
helly [Mon, 25 Apr 2005 20:28:08 +0000 (20:28 +0000)]
- Speling
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 */'
helly [Mon, 25 Apr 2005 06:32:30 +0000 (06:32 +0000)]
- Show the required signature for YYDEBUG()
helly [Sun, 24 Apr 2005 18:03:59 +0000 (18:03 +0000)]
- Bug fixing news
helly [Sun, 24 Apr 2005 18:02:30 +0000 (18:02 +0000)]
- Fix generation of '#line' directives according to ISO-C99 standard
helly [Sat, 23 Apr 2005 08:45:10 +0000 (08:45 +0000)]
- Issue an error with -f option if multiple /*!re2c blocks are used
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
helly [Fri, 22 Apr 2005 22:15:55 +0000 (22:15 +0000)]
- Change original fprintf base -d patch by Derick to use YYDEBUG() lines
helly [Fri, 22 Apr 2005 22:03:08 +0000 (22:03 +0000)]
- Added -d flag which outputs a debugable parser.
helly [Fri, 22 Apr 2005 21:50:33 +0000 (21:50 +0000)]
- Update date
helly [Fri, 22 Apr 2005 21:46:30 +0000 (21:46 +0000)]
- Fixed bug #
1187452 unused variable `yyaccept'.
helly [Fri, 22 Apr 2005 21:45:09 +0000 (21:45 +0000)]
- 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
helly [Wed, 20 Apr 2005 20:31:30 +0000 (20:31 +0000)]
- WS
helly [Sat, 16 Apr 2005 14:35:30 +0000 (14:35 +0000)]
- Wording
helly [Sat, 16 Apr 2005 14:22:28 +0000 (14:22 +0000)]
- Add .cvsignore
helly [Sat, 16 Apr 2005 14:20:51 +0000 (14:20 +0000)]
- Apply #
1181535 please integrate storable state patch
helly [Sat, 16 Apr 2005 14:16:40 +0000 (14:16 +0000)]
- Run all tests even if one fails (still exit 1 on failure)
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
helly [Thu, 14 Apr 2005 21:39:32 +0000 (21:39 +0000)]
- Change to 0.9.7.dev
helly [Thu, 14 Apr 2005 21:34:33 +0000 (21:34 +0000)]
- Prepare for release 0.9.6