]> git.wincent.com - wikitext.git/history - ext/parser.c
Drop second param from _Wikitext_pop_all_from_stack
[wikitext.git] / ext / parser.c
2009-05-08  Wincent ColaiutaDrop second param from _Wikitext_pop_all_from_stack
2009-05-08  Wincent ColaiutaUse _Wikitext_pop_all_from_stack before returning output
2009-05-08  Wincent ColaiutaImprove efficiency of _Wikitext_pop_all_from_stack
2009-05-08  Wincent ColaiutaReuse link_target if link_text is Qnil in _Wikitext_app...
2009-05-08  Wincent ColaiutaMinor clean-up in _Wikitext_rollback_failed_external_link
2009-05-08  Wincent ColaiutaDon't apply "external" class when rolling back failed...
2009-05-08  Wincent ColaiutaHandle blank link text
2009-05-08  Wincent ColaiutaRefactor _Wikitext_rollback_failed_link function and...
2009-05-08  Wincent ColaiutaRename _Wikitext_downcase to _Wikitext_downcase_bang
2009-05-07  Wincent ColaiutaTeach _Wikitext_append_hyperlink to check the autolink...
2009-05-07  Wincent ColaiutaRename _Wikitext_hyperlink to _Wikitext_append_hyperlink
2009-05-07  Wincent ColaiutaRemove temporary string variable from _Wikitext_hyperlink
2009-05-07  Wincent ColaiutaMake _Wikitext_hyperlink return void
2009-05-07  Wincent ColaiutaAutomatically append link in _Wikitext_hyperlink
2009-05-07  Wincent ColaiutaAdd comment justifying the scope_includes_space variable
2009-05-06  Wincent ColaiutaAccept "indent" value of "false" to disable indentation...
2009-05-06  Wincent ColaiutaAdd support for "absolute" image "src" attributes
2009-05-06  Wincent ColaiutaUse C99 comment style for consistency
2009-05-06  Wincent ColaiutaPass through zero-length image targets unchanged
2009-04-28  Wincent ColaiutaMerge branch 'maint'
2009-04-28  Wincent ColaiutaHandle empty (whitespace-only) link targets
2009-04-28  Wincent ColaiutaHandle empty (zero-width) link targets
2009-04-15  Wincent ColaiutaSwitch from GPL to 2-clause BSD
2009-03-27  Wincent ColaiutaExtend e7f856d to handle nested shorthand
2009-03-27  Wincent ColaiutaFix PRE_START and BLOCKQUOTE_START following shorthand
2009-03-27  Wincent ColaiutaConsistently apply "mailto" class to mailto URIs
2009-02-23  Wincent ColaiutaAdd "base_heading_level" option
2009-02-01  Wincent ColaiutaCreate "special links" from external rather than intern...
2009-01-06  Wincent ColaiutaToggle default value of space_to_underscore
2008-04-24  Wincent ColaiutaAllow setting of minimum fulltext token length
2008-04-24  Wincent ColaiutaFix handling of parse-time overrides
2008-04-24  Wincent ColaiutaOnly push fulltext tokens if they exceed minimum length
2008-04-24  Wincent ColaiutaAdd "fulltext_tokenize" method to parser
2008-04-23  Wincent ColaiutaTokenize alphanumeric characters separately from other...
2008-04-23  Wincent ColaiutaMerge branch 'maint'
2008-04-17  Wincent ColaiutaFix BLOCKQUOTE_START after lists
2008-03-24  Wincent ColaiutaMerge branch 'maint'
2008-03-24  Wincent ColaiutaHandle auto-linking in when followed by "special" URI...
2008-03-23  Wincent ColaiutaMerge branch 'maint'
2008-03-23  Wincent ColaiutaFix all known pending CRLF emission bugs
2008-03-23  Wincent ColaiutaFix non-indentation inside PRE blocks
2008-03-23  Wincent ColaiutaFix inconsistent behaviour of unexpected PRE_START...
2008-03-21  Wincent ColaiutaMerge branch 'maint'
2008-03-21  Wincent ColaiutaFix obscure bug handling empty lines in PRE blocks
2008-02-29  Wincent ColaiutaLet the compiler decide when to inline
2008-02-29  Wincent ColaiutaFix bug in "trim link target" function
2008-02-29  Wincent ColaiutaFix "inline is not at beginning of declaration" warning
2008-02-29  Wincent ColaiutaReturn nil from the profiling_parse method
2008-02-29  Wincent ColaiutaRemove unused variable
2008-02-23  Wincent ColaiutaWrap str structs with Data_Wrap_Struct
2008-02-23  Wincent ColaiutaAdd GC_WRAP_ARY macro
2008-02-23  Wincent ColaiutaCall Data_Wrap_Struct on ary structs
2008-02-19  Wincent ColaiutaAdd ability to set and override image prefix
2008-02-19  Wincent ColaiutaTeach options processor to handle nil values
2008-02-19  Wincent ColaiutaTeach parser to interpret image markup
2008-02-18  Wincent ColaiutaTighten up indent function
2008-02-18  Wincent ColaiutaAllow option overrides at intialization time
2008-02-18  Wincent ColaiutaFix trailing space removal
2008-02-18  Wincent ColaiutaTeach link encoding function to convert spaces to under...
2008-02-18  Wincent ColaiutaPass space_to_underscore through to link encoding function
2008-02-18  Wincent ColaiutaRevert "Implement space_to_underscore conversion"
2008-02-18  Wincent ColaiutaImplement space_to_underscore conversion
2008-02-18  Wincent ColaiutaInvert sense of "trim" parameter in sanitization function
2008-02-18  Wincent ColaiutaTeach link sanitization function to take a parser struc...
2008-02-18  Wincent ColaiutaAdd space_to_underscore to parser struct
2008-02-18  Wincent ColaiutaAdd new instance variable, space_to_underscore
2008-02-11  Wincent ColaiutaMore blockquote specs and one fix for nested pre blocks
2008-02-11  Wincent ColaiutaBasic blockquote implementation using real HTML tags
2008-02-10  Wincent ColaiutaFix bad emission of BLOCKQUOTE inside NO_WIKI spans
2008-02-10  Wincent ColaiutaInitial handling of PRE_START and PRE_END in the parser
2008-02-10  Wincent ColaiutaRely on automated early return from rollback functions
2008-02-10  Wincent ColaiutaAdd early returns to the rollback functions
2008-02-10  Wincent ColaiutaAdd public method for testing special link encoding
2008-02-10  Wincent ColaiutaHook up "special link" treatment
2008-02-10  Wincent ColaiutaMake "special link" matching a little stricter
2008-02-10  Wincent ColaiutaPerform prescan to identify special links
2008-02-10  Wincent ColaiutaRemove local "autolink" variable
2008-02-10  Wincent ColaiutaTeach _Wikitext_parser_encode_link_target to take a...
2008-02-09  Wincent ColaiutaHandle URIs in internal link text
2008-02-09  Wincent ColaiutaClean-up rollback functions
2008-02-09  Wincent ColaiutaFix unterminated external links nested inside LI blocks
2008-02-09  Wincent ColaiutaFix for unterminated links in LI blocks
2008-02-09  Wincent ColaiutaFix handling of unclosed span-level elements in lists
2008-02-09  Wincent ColaiutaGet integration specs passing (fix OL/UL nesting in...
2008-02-09  Wincent ColaiutaFix TT handling inside BLOCKQUOTE blocks
2008-02-09  Wincent ColaiutaRemove special case for PRE in the "pop excess elements...
2008-02-09  Wincent ColaiutaMinor cleanup and fix for blockquote/pre interaction
2008-02-09  Wincent ColaiutaFix breakage in PRE specs
2008-02-09  Wincent ColaiutaTweak newline emission of pre blocks
2008-02-09  Wincent ColaiutaFix minor wart with pre block closing
2008-02-09  Wincent ColaiutaUse custom string struct to store line endings
2008-02-09  Wincent ColaiutaSpeed up indentation by caching spaces string
2008-02-09  Wincent ColaiutaAdd custom string struct implementation
2008-02-09  Wincent ColaiutaNormalize negative indents to 0
2008-02-08  Wincent ColaiutaFix list indentation
2008-02-08  Wincent ColaiutaFix pre indentation
2008-02-08  Wincent ColaiutaInitial activation of indenting code
2008-02-08  Wincent ColaiutaHook up indentation method
2008-02-08  Wincent ColaiutaSimplify _Wikitext_rollback_failed_external_link
2008-02-08  Wincent ColaiutaSimplify _Wikitext_rollback_failed_link
next