]> git.wincent.com - wikitext.git/history - ext/str.h
Various fixes for Ruby 2.0.0 compatibility
[wikitext.git] / ext / str.h
2009-05-11  Wincent ColaiutaRemove unused str_new_size function
2009-05-11  Wincent ColaiutaRemove unused str_swap function
2009-05-10  Wincent ColaiutaRemove str_new_no_copy function
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-04-28  Wincent ColaiutaMerge branch 'maint'
2009-04-15  Wincent ColaiutaSwitch from GPL to 2-clause BSD
2008-02-29  Wincent ColaiutaLet the compiler decide when to inline
2008-02-29  Wincent ColaiutaRSTRING_PTR and RSTRING_LEN fixes for Ruby 1.8.5 compat...
2008-02-29  Wincent ColaiutaFix unused variable warnings for GC variables
2008-02-23  Wincent ColaiutaWrap str structs with Data_Wrap_Struct
2008-02-23  Wincent ColaiutaExtract str_free function into separate function
2008-02-18  Wincent ColaiutaGet rid of Mac OS X-specific header paths
2008-02-09  Wincent ColaiutaAdd custom string struct implementation