]> git.wincent.com - wikitext.git/history - ext/wikitext_ragel.c
Various fixes for Ruby 2.0.0 compatibility
[wikitext.git] / ext / wikitext_ragel.c
2010-03-21  Wincent ColaiutaRebuild with Ragel 6.6
2009-05-26  Wincent ColaiutaHandle optional "lang" attribute in PRE_START tags
2009-05-21  Wincent ColaiutaChange license header from GPL to BSD
2009-03-27  Wincent ColaiutaSwitch to Ragel 6.4
2009-02-01  Wincent ColaiutaCreate "special links" from external rather than intern...
2008-04-23  Wincent ColaiutaTokenize alphanumeric characters separately from other...
2008-03-27  Wincent ColaiutaMerge branch 'maint'
2008-03-27  Wincent ColaiutaAdd left-parenthesis to "URI special chars" class
2008-03-24  Wincent ColaiutaMerge branch 'maint'
2008-03-24  Wincent ColaiutaHandle auto-linking in when followed by "special" URI...
2008-02-19  Wincent ColaiutaTeach tokenize to tokenize new symbols
2008-02-10  Wincent ColaiutaUpdate list and header rules for new BLOCKQUOTE_START...
2008-02-10  Wincent ColaiutaAdd tokenization of literal blockquote tags
2008-02-10  Wincent ColaiutaAdd tokenization of PRE_START and PRE_END
2008-02-10  Wincent ColaiutaAdd support for HTTPS URIs
2008-02-10  Wincent ColaiutaAdd tokenization of mailto URIs
2008-02-08  Wincent ColaiutaFix tokenization bug (failure on curly bracket)
2008-02-06  Wincent ColaiutaTokenize email addresses
2008-02-06  Wincent ColaiutaTokenize em and strong HTML tags
2008-02-05  Wincent ColaiutaBuild Ragel scanner with -G2 switch
2008-02-04  Wincent ColaiutaFix tokenization of OL and UL symbols
2008-02-04  Wincent ColaiutaFix PRE tokenization inside blockquotes
2008-02-04  Wincent ColaiutaFix tokenization of STRONG, EM and friends
2008-02-04  Wincent ColaiutaFix unexecuted codepoint actions
2008-02-04  Wincent ColaiutaFix remaining header tag spec breakage
2008-02-03  Wincent ColaiutaFix some header spec breakage
2008-02-03  Wincent ColaiutaReplace ANTLR lexer with Ragel scanner
2008-02-02  Wincent ColaiutaPromote "experimental" to "ext"