Revision: 3835 http://trac.macosforge.org/projects/ruby/changeset/3835 Author: lsansonetti@apple.com Date: 2010-03-19 17:17:41 -0700 (Fri, 19 Mar 2010) Log Message: ----------- ditto Modified Paths: -------------- MacRuby/trunk/encoding.h Modified: MacRuby/trunk/encoding.h =================================================================== --- MacRuby/trunk/encoding.h 2010-03-20 00:17:30 UTC (rev 3834) +++ MacRuby/trunk/encoding.h 2010-03-20 00:17:41 UTC (rev 3835) @@ -292,6 +292,10 @@ VALUE mr_enc_s_is_compatible(VALUE klass, SEL sel, VALUE str1, VALUE str2); VALUE rb_str_intern_fast(VALUE str); VALUE rstr_aref(VALUE str, SEL sel, int argc, VALUE *argv); +VALUE rstr_swapcase(VALUE str, SEL sel); +VALUE rstr_capitalize(VALUE str, SEL sel); +VALUE rstr_upcase(VALUE str, SEL sel); +VALUE rstr_downcase(VALUE str, SEL sel); // The following functions should always been prefered over anything else, // especially if this "else" is RSTRING_PTR and RSTRING_LEN.
participants (1)
-
source_changes@macosforge.org