[macruby-changes] [3835] MacRuby/trunk/encoding.h

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 19 17:17:41 PDT 2010


Revision: 3835
          http://trac.macosforge.org/projects/ruby/changeset/3835
Author:   lsansonetti at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100319/6bf01a69/attachment.html>


More information about the macruby-changes mailing list