]> git.wincent.com - wikitext.git/history - ext
Mark Ruby 2.5.0 as supported
[wikitext.git] / ext /
2017-12-26  Greg HurrellMark Ruby 2.5.0 as supported
2017-01-12  Wincent ColaiutaMark Ruby 2.4 as supported
2016-01-01  Wincent ColaiutaMark Ruby 2.3.0 as supported
2015-12-14  Wincent ColaiutaAdd :pre_code option
2015-07-17  Wincent ColaiutaUpdate author info and copyright notices
2015-07-17  Wincent ColaiutaOfficially support Ruby 2.2.x
2014-01-14  Wincent ColaiutaDrop code that only existed to support Rails 2
2014-01-11  Wincent ColaiutaRemove profiling_parse cruft
2013-12-25  Wincent ColaiutaMake tweaks for Ruby 2.1.0 compatibility
2013-02-27  Wincent ColaiutaAttempted fix for build issues on Linux with RubyGems...
2013-02-27  Wincent ColaiutaVarious fixes for Ruby 2.0.0 compatibility
2013-02-26  Wincent ColaiutaSilence some Clang warnings
2013-02-16  Wincent ColaiutaMake it easier to set a link_proc
2013-02-16  Wincent ColaiutaSilence a Clang warning about use of an uninitialized...
2012-11-29  Wincent ColaiutaEnsure ampersands in URIs are adequately entified
2012-11-29  Wincent ColaiutaMove some functions around to avoid the forward declara...
2012-11-29  Wincent ColaiutaSimplify Wikitext_parser_sanitize_link_target
2012-11-29  Wincent ColaiutaTeach wiki_append_sanitized_link_target to take a str_t
2012-03-04  Wincent ColaiutaAllow email addresses inside external link text
2011-11-10  Wincent ColaiutaFix for lines beginning with slashes in PRE blocks
2010-12-03  Wincent ColaiutaFix typo in code comment
2010-11-06  Wincent ColaiutaFix another token-dropping bug
2010-11-05  Wincent ColaiutaDon't drop unexpected token on the floor after failed...
2010-10-17  Wincent ColaiutaAdd ability to override external_link_rel at parse...
2010-10-17  Wincent ColaiutaAdd ability to override external_link_rel via an accessor
2010-10-17  Mike StangelAdd ability to add rel="nofollow" to external links
2010-07-29  Wincent ColaiutaRemove references to old (GPL) license
2010-06-13  Wincent ColaiutaBackend support for HTML5/XML output styles
2010-06-13  Wincent ColaiutaAdd options for "output_style" (no backend yet)
2010-06-12  Wincent ColaiutaAuto-initialize under Rails 3
2010-06-11  Wincent ColaiutaEmit <code> rather than <tt> elements
2010-03-21  Wincent ColaiutaFix CSS class of explicit mailto: URIs 1.10.1
2010-03-21  Wincent ColaiutaRebuild with Ragel 6.6
2009-08-06  Wincent ColaiutaRemove repetition of ID2SYM() and rb_intern()
2009-08-06  Wincent ColaiutaSilence compiler warning in StringValue
2009-07-24  Wincent ColaiutaImplement "link_proc" option ("red link" support)
2009-05-26  Wincent ColaiutaHandle optional "lang" attribute in PRE_START tags
2009-05-26  Wincent ColaiutaExtract repeated pattern into wiki_append_pre_start()
2009-05-21  Wincent ColaiutaReally change license header
2009-05-21  Wincent ColaiutaChange license header from GPL to BSD
2009-05-13  Wincent ColaiutaFix spelling error in comment
2009-05-13  Wincent ColaiutaAdd ary_includes2, ary_includes3 functions
2009-05-12  Wincent ColaiutaChange remaining instances of "_Wikitext_" to "wiki_"
2009-05-12  Wincent ColaiutaChange internal function prefix from "_Wikitext_" to...
2009-05-12  Wincent ColaiutaCollapse H*_END rules into a single case
2009-05-12  Wincent ColaiutaRemove unnecessary parens
2009-05-12  Wincent ColaiutaPass str_t output param to _Wikitext_append_entity_from...
2009-05-12  Wincent ColaiutaRemove comment from _Wikitext_append_entity_from_utf32_char
2009-05-12  Wincent ColaiutaRemove Wikitext_parser_encode_special_link_target function
2009-05-12  Wincent ColaiutaClean up code-level docs for _Wikitext_encode_link_targ...
2009-05-12  Wincent ColaiutaAbandon plan to eliminate ALLOC_N in _Wikitext_encode_l...
2009-05-12  Wincent ColaiutaRemove unnecessary parens
2009-05-12  Wincent ColaiutaMinor reshuffling in _Wikitext_encode_link_target
2009-05-12  Wincent ColaiutaRename input var in _Wikitext_encode_link_target
2009-05-12  Wincent ColaiutaRemove unnecessary include
2009-05-12  Wincent ColaiutaConditional compilation for Ruby 1.8.x and 1.9.x
2009-05-12  Wincent ColaiutaPreliminary fix for Ruby 1.9 compatibility
2009-05-11  Wincent ColaiutaRemove unnecessary "len" variables
2009-05-11  Wincent Colaiuta_Wikitext_append_sanitized_link_target consistency...
2009-05-11  Wincent ColaiutaRemove unnecessary "dest" pointer in _Wikitext_append_s...
2009-05-11  Wincent ColaiutaInvert sense of "trim" parameter in _Wikitext_append_sa...
2009-05-11  Wincent ColaiutaDrop INVALID_ENCODING macro
2009-05-11  Wincent ColaiutaStyle fix
2009-05-11  Wincent ColaiutaAvoid allocation in _Wikitext_append_sanitized_link_target
2009-05-11  Wincent ColaiutaRename _Wikitext_parser_* functions to _Wikitext_*
2009-05-11  Wincent ColaiutaRename "rollback" param in _Wikitext_parser_append_sani...
2009-05-11  Wincent ColaiutaCollapse a conditional in EXT_LINK_START case
2009-05-11  Wincent ColaiutaChange emit parameter of _Wikitext_dedent to bool type
2009-05-11  Wincent ColaiutaMake link_text parameter a pointer to str in append...
2009-05-11  Wincent ColaiutaRemove unnecessary string_from_str call in _Wikitext_pa...
2009-05-11  Wincent ColaiutaMake link_target parameter a pointer to str in append...
2009-05-11  Wincent ColaiutaRemove unused str_new_size function
2009-05-11  Wincent ColaiutaRemove unused str_swap function
2009-05-11  Wincent ColaiutaReformat _Wikitext_utf8_to_utf32 for better readability
2009-05-11  Wincent ColaiutaAvoid copying string backing when returning from parse...
2009-05-11  Wincent ColaiutaMake _Wikitext_parser_sanitize_link_target return void
2009-05-11  Wincent ColaiutaRefactor _Wikitext_utf32_char_to_entity (append to...
2009-05-11  Wincent ColaiutaCollapse conditional inside _Wikitext_parser_sanitize_l...
2009-05-11  Wincent ColaiutaRemove unnecessary allocation from _Wikitext_parser_san...
2009-05-10  Wincent ColaiutaRemove str_new_no_copy function
2009-05-10  Wincent ColaiutaOverallocate for speed in str.c
2009-05-10  Wincent ColaiutaChange 4 VALUE (String) members of the parser_t struct...
2009-05-10  Wincent ColaiutaPartially revert "Remove GC_WRAP_STR and GC_WRAP_ARY...
2009-05-10  Wincent ColaiutaAdd str_append_rb_str function
2009-05-08  Wincent ColaiutaRemove GC_WRAP_STR and GC_WRAP_ARY macros
2009-05-08  Wincent ColaiutaMake parser struct participate in Ruby's Garbage Collection
2009-05-08  Wincent ColaiutaAdd "capturing" member to parser struct
2009-05-08  Wincent ColaiutaReorder parser struct members for better word alignment
2009-05-08  Wincent ColaiutaUse C99 _Bool type
2009-05-08  Wincent ColaiutaUse char type for boolean struct members
2009-05-08  Wincent ColaiutaDefine and use TRUE and FALSE macros
2009-05-08  Wincent ColaiutaConvert pending_crlf struct member to an int
2009-05-08  Wincent ColaiutaRemove superfluous comments about autolinking
2009-05-08  Wincent ColaiutaConvert autolink struct member to an int
2009-05-08  Wincent ColaiutaConvert space_to_underscore struct member to an int
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
next