]> granicus.if.org Git - re2c/shortlog
re2c
2017-08-16 Ulya TrofimovichUpdated 'About' page.
2017-08-16 Ulya TrofimovichUpdated the main page.
2017-08-14 Ulya TrofimovichUpdated Atom feed.
2017-08-14 Ulya TrofimovichAdded README.
2017-08-14 Ulya TrofimovichRelease notes for 1.0.1.
2017-08-12 Ulya TrofimovichEmbed PDF paper directly rather than provide a download...
2017-08-11 Ulya TrofimovichRelease notes for 1.0.
2017-08-11 Ulya TrofimovichUpdated changelog, added a link to re2c-1.0 tarball...
2017-08-11 Ulya TrofimovichRemoved obsolete article stubs.
2017-08-11 Ulya TrofimovichAdded paper on Lookahead TDFA.
2017-08-10 Ulya TrofimovichFixed Sphinx warnings and synced 'submatch' section...
2017-08-09 Ulya TrofimovichCSS: explicitly set white background color.
2017-08-09 Ulya TrofimovichFixed Sphinx warning: use 'imgmath' instead of deprecat...
2017-07-02 Ryan MastTypo fix and small grammatical change 189/head
2017-04-09 Ulya TrofimovichUse `git archive` insted of `git worktree` to sync...
2017-04-09 Ulya TrofimovichAdded forgotten word.
2017-04-09 Petr Skocikmove manpage rsts to master 178/head
2017-04-08 Petr Skociksplit syntax
2017-04-04 Petr Skocikmore documentation fixes 174/head
2017-04-03 Petr SkocikGrammar fixes in the docs 172/head
2017-03-18 Eldar ZakirovTypo fix 171/head
2016-04-07 Ulya TrofimovichStarted a triplet of articles about submatch extraction...
2016-04-06 Ulya TrofimovichUpdated re2c description on homepage.
2016-03-05 Ulya TrofimovichUpdated re2c description on homepage. Fixed typo.
2016-03-04 Ulya TrofimovichPreserve old path to feed 'feed/atom.xml'.
2016-03-04 Ulya TrofimovichAdded forgotten PDF file; changed section title.
2016-03-04 Ulya TrofimovichMinor tweak: header should not be formatted as a link.
2016-03-04 Ulya TrofimovichAdded .nojekyll to conf.py (must copy it to website...
2016-03-04 Ulya TrofimovichPorted website to sphinx.
2016-01-21 Ulya TrofimovichRelease notes for 0.16.
2015-12-02 Ulya TrofimovichUpdated skeleton-generated files.
2015-12-02 Ulya TrofimovichRelease 0.15.3.
2015-11-23 Ulya TrofimovichRelease notes for re2c-0.15.2.
2015-11-23 Ulya TrofimovichCSS tweak.
2015-11-23 Ulya TrofimovichAdded news about 0.15 release.
2015-11-20 Ulya TrofimovichCSS tweak.
2015-11-20 Ulya TrofimovichCSS tweak.
2015-11-20 Ulya TrofimovichCSS tweak.
2015-11-20 Ulya TrofimovichMakefile: added CNAME.
2015-11-20 Ulya TrofimovichAdded CNAME.
2015-11-20 Ulya TrofimovichTemporary changes needed to quickly publish site.
2015-11-19 Ulya TrofimovichRenamed file (avoided using '+' symbols in URL).
2015-11-19 Ulya TrofimovichCompleted '--skeleton' description.
2015-11-19 Ulya TrofimovichPartially described '--skeleton'.
2015-11-16 Ulya TrofimovichFixed typo.
2015-11-15 Ulya TrofimovichFixed Atom feed (validated with http://validator.w3...
2015-11-15 Ulya TrofimovichFixed attribute 'rel' in tag 'link' in template.
2015-11-15 Ulya TrofimovichLink to stylesheet rather than embed it.
2015-11-15 Ulya TrofimovichAdded favicon, template and localhost site launcher.
2015-11-14 Ulya TrofimovichAdded stub for Atom feed.
2015-11-13 Ulya TrofimovichMakefile: include dependencies autogenerated by docutils.
2015-11-13 Ulya TrofimovichAdded feed link and icon (no feed yet).
2015-11-13 Ulya TrofimovichFixed typos.
2015-11-13 Ulya TrofimovichAdded Makefile.
2015-11-12 Ulya TrofimovichAdded '-D' flag description (.dot generation), restruct...
2015-11-11 Ulya TrofimovichHome page: added note about contributing lexers to...
2015-11-11 Ulya TrofimovichFixed section name.
2015-11-11 Ulya TrofimovichAdded [-Wmatch-empty-string] description.
2015-11-11 Ulya TrofimovichAdded [-Wempty-character-class] description.
2015-11-10 Ulya TrofimovichAdded [-Wswapped-range] description.
2015-11-10 Ulya TrofimovichFixed link.
2015-11-10 Ulya Trofimovich Added [-Wuseless-escape] description.
2015-11-10 Ulya TrofimovichSimplified C++98 example a bit (parsing integers).
2015-11-10 Ulya TrofimovichFixed C++98 lexer example (program code).
2015-11-07 Ulya TrofimovichAdded [-Wcondition-order] description.
2015-11-07 Ulya TrofimovichAdded [-Wunreachable-rules] description.
2015-11-06 Ulya TrofimovichAdded [-Wundefined-control-flow] description.
2015-11-05 Ulya TrofimovichLink to the warning.
2015-11-05 Ulya TrofimovichAdded warnings stubs.
2015-11-05 Ulya TrofimovichFixed link.
2015-11-05 Ulya TrofimovichRestructured files and links.
2015-11-04 Ulya TrofimovichSplit examples in separate files, tweaked CSS.
2015-11-04 Ulya TrofimovichInstall page: added dependency information.
2015-11-04 Ulya TrofimovichList examples in contents.
2015-11-04 Ulya TrofimovichSome explanations of the C++98 lexer example.
2015-11-04 Ulya TrofimovichMultiple small fixes in examples.
2015-11-02 Ulya TrofimovichOverflow checks in "parsing integers" examples.
2015-11-02 Ulya TrofimovichAdded final example: C++98 lexer.
2015-10-30 Ulya TrofimovichAdded example with encodings and reuse mode.
2015-10-28 Ulya TrofimovichChanged multiple blocks example, added conditions example.
2015-10-27 Ulya TrofimovichAdded example of parsing strings with multiple blocks.
2015-10-26 Ulya TrofimovichAdded links to raw source files (examples).
2015-10-26 Ulya TrofimovichAdded example YYFILL example and fixed YYMAXFILL example.
2015-10-22 Ulya TrofimovichAdded two examples: simple and YYMAXFILL.
2015-10-21 Ulya TrofimovichMinor CSS tweak (literal color in code blocks).
2015-10-20 Ulya TrofimovichInstall page: changed link to NetBSD package.
2015-10-20 Ulya TrofimovichMinor CSS tweak.
2015-10-20 Ulya TrofimovichInstall page.
2015-10-20 Ulya TrofimovichManual.
2015-10-19 Ulya TrofimovichHome page: added note about missing authors (linked...
2015-10-19 Ulya TrofimovichHome page.
2015-10-19 Ulya TrofimovichNew re2c website starts here.