]>
granicus.if.org Git - re2c/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ulya Trofimovich [Sun, 15 Nov 2015 12:56:57 +0000 (12:56 +0000)]
Link to stylesheet rather than embed it.
Ulya Trofimovich [Sun, 15 Nov 2015 12:15:20 +0000 (12:15 +0000)]
Added favicon, template and localhost site launcher.
Ulya Trofimovich [Sat, 14 Nov 2015 21:38:14 +0000 (21:38 +0000)]
Added stub for Atom feed.
Ulya Trofimovich [Fri, 13 Nov 2015 21:53:41 +0000 (21:53 +0000)]
Makefile: include dependencies autogenerated by docutils.
Ulya Trofimovich [Fri, 13 Nov 2015 15:45:40 +0000 (15:45 +0000)]
Added feed link and icon (no feed yet).
Ulya Trofimovich [Fri, 13 Nov 2015 12:24:06 +0000 (12:24 +0000)]
Fixed typos.
Ulya Trofimovich [Fri, 13 Nov 2015 12:22:41 +0000 (12:22 +0000)]
Added Makefile.
Ulya Trofimovich [Thu, 12 Nov 2015 15:17:45 +0000 (15:17 +0000)]
Added '-D' flag description (.dot generation), restructured features.
Ulya Trofimovich [Wed, 11 Nov 2015 16:33:13 +0000 (16:33 +0000)]
Home page: added note about contributing lexers to test sute.
Ulya Trofimovich [Wed, 11 Nov 2015 15:42:43 +0000 (15:42 +0000)]
Fixed section name.
Ulya Trofimovich [Wed, 11 Nov 2015 15:29:23 +0000 (15:29 +0000)]
Added [-Wmatch-empty-string] description.
Ulya Trofimovich [Wed, 11 Nov 2015 11:46:52 +0000 (11:46 +0000)]
Added [-Wempty-character-class] description.
Ulya Trofimovich [Tue, 10 Nov 2015 22:17:36 +0000 (22:17 +0000)]
Added [-Wswapped-range] description.
Ulya Trofimovich [Tue, 10 Nov 2015 17:54:10 +0000 (17:54 +0000)]
Fixed link.
Ulya Trofimovich [Tue, 10 Nov 2015 17:36:27 +0000 (17:36 +0000)]
Added [-Wuseless-escape] description.
Ulya Trofimovich [Tue, 10 Nov 2015 16:06:35 +0000 (16:06 +0000)]
Simplified C++98 example a bit (parsing integers).
Ulya Trofimovich [Tue, 10 Nov 2015 14:41:04 +0000 (14:41 +0000)]
Fixed C++98 lexer example (program code).
Fix: check length when parsing integer sequences.
If a string contains e.g. "\uFFFFf", it must be recognized as "\xffff\x66"
and not as "\xfffff".
Ulya Trofimovich [Sat, 7 Nov 2015 22:48:42 +0000 (22:48 +0000)]
Added [-Wcondition-order] description.
Ulya Trofimovich [Sat, 7 Nov 2015 12:59:09 +0000 (12:59 +0000)]
Added [-Wunreachable-rules] description.
Ulya Trofimovich [Fri, 6 Nov 2015 14:19:21 +0000 (14:19 +0000)]
Added [-Wundefined-control-flow] description.
Ulya Trofimovich [Thu, 5 Nov 2015 14:17:33 +0000 (14:17 +0000)]
Link to the warning.
Ulya Trofimovich [Thu, 5 Nov 2015 14:12:20 +0000 (14:12 +0000)]
Added warnings stubs.
Ulya Trofimovich [Thu, 5 Nov 2015 13:12:06 +0000 (13:12 +0000)]
Fixed link.
Ulya Trofimovich [Thu, 5 Nov 2015 12:42:37 +0000 (12:42 +0000)]
Restructured files and links.
Ulya Trofimovich [Wed, 4 Nov 2015 17:12:26 +0000 (17:12 +0000)]
Split examples in separate files, tweaked CSS.
Ulya Trofimovich [Wed, 4 Nov 2015 14:53:02 +0000 (14:53 +0000)]
Install page: added dependency information.
Ulya Trofimovich [Wed, 4 Nov 2015 14:35:42 +0000 (14:35 +0000)]
List examples in contents.
Ulya Trofimovich [Wed, 4 Nov 2015 14:15:04 +0000 (14:15 +0000)]
Some explanations of the C++98 lexer example.
Ulya Trofimovich [Wed, 4 Nov 2015 13:13:10 +0000 (13:13 +0000)]
Multiple small fixes in examples.
Ulya Trofimovich [Mon, 2 Nov 2015 15:09:38 +0000 (15:09 +0000)]
Overflow checks in "parsing integers" examples.
Ulya Trofimovich [Mon, 2 Nov 2015 13:31:43 +0000 (13:31 +0000)]
Added final example: C++98 lexer.
Ulya Trofimovich [Fri, 30 Oct 2015 15:19:00 +0000 (15:19 +0000)]
Added example with encodings and reuse mode.
Ulya Trofimovich [Wed, 28 Oct 2015 17:36:57 +0000 (17:36 +0000)]
Changed multiple blocks example, added conditions example.
Ulya Trofimovich [Tue, 27 Oct 2015 17:18:43 +0000 (17:18 +0000)]
Added example of parsing strings with multiple blocks.
Ulya Trofimovich [Mon, 26 Oct 2015 13:32:00 +0000 (13:32 +0000)]
Added links to raw source files (examples).
Ulya Trofimovich [Mon, 26 Oct 2015 13:16:45 +0000 (13:16 +0000)]
Added example YYFILL example and fixed YYMAXFILL example.
Ulya Trofimovich [Thu, 22 Oct 2015 13:02:37 +0000 (14:02 +0100)]
Added two examples: simple and YYMAXFILL.
Ulya Trofimovich [Wed, 21 Oct 2015 10:37:03 +0000 (11:37 +0100)]
Minor CSS tweak (literal color in code blocks).
Ulya Trofimovich [Tue, 20 Oct 2015 20:18:11 +0000 (21:18 +0100)]
Install page: changed link to NetBSD package.
Ulya Trofimovich [Tue, 20 Oct 2015 20:17:40 +0000 (21:17 +0100)]
Minor CSS tweak.
Ulya Trofimovich [Tue, 20 Oct 2015 16:34:09 +0000 (17:34 +0100)]
Install page.
Ulya Trofimovich [Tue, 20 Oct 2015 11:47:56 +0000 (12:47 +0100)]
Manual.
Ulya Trofimovich [Mon, 19 Oct 2015 14:35:26 +0000 (15:35 +0100)]
Home page: added note about missing authors (linked to my email).
Ulya Trofimovich [Mon, 19 Oct 2015 14:09:14 +0000 (15:09 +0100)]
Home page.
Ulya Trofimovich [Mon, 19 Oct 2015 11:47:50 +0000 (12:47 +0100)]
New re2c website starts here.