]> git.wincent.com - wikitext.git/history - ext/token.c
Rename _Wikitext_parser_* functions to _Wikitext_*
[wikitext.git] / ext / token.c
2009-04-28  Wincent ColaiutaMerge branch 'maint'
2009-04-15  Wincent ColaiutaSwitch from GPL to 2-clause BSD
2009-02-23  Wincent ColaiutaAdd "base_heading_level" option
2009-02-01  Wincent ColaiutaCreate "special links" from external rather than intern...
2008-04-23  Wincent ColaiutaTokenize alphanumeric characters separately from other...
2008-03-24  Wincent ColaiutaMerge branch 'maint'
2008-03-24  Wincent ColaiutaHandle auto-linking in when followed by "special" URI...
2008-02-19  Wincent ColaiutaAdd LEFT_CURLY and RIGHT_CURLY symbols
2008-02-19  Wincent ColaiutaAdd IMG_START and IMG_END token types
2008-02-10  Wincent ColaiutaAdd tokenization of literal blockquote tags
2008-02-10  Wincent ColaiutaAdd PRE_START and PRE_END to token.c
2008-02-08  Wincent ColaiutaFix list indentation
2008-02-06  Wincent ColaiutaTokenize email addresses
2008-02-06  Wincent ColaiutaUpdate Token "types" method
2008-02-03  Wincent ColaiutaReplace ANTLR lexer with Ragel scanner