summaryrefslogtreecommitdiff
path: root/re.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 07:52:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 07:52:46 +0000
commit81ef4309a244b78223832895d714fcaec85ed5bf (patch)
tree3bcca74b927794c08e837af5bf28efe1edb54e03 /re.h
parent6b5ad7c5b203b7ffa8b86b1d0b9b15df56a90a27 (diff)
* m17n baseline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.h')
-rw-r--r--re.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/re.h b/re.h
index d69520a8f4..88a67705d5 100644
--- a/re.h
+++ b/re.h
@@ -28,17 +28,12 @@ struct RMatch {
#define RMATCH(obj) (R_CAST(RMatch)(obj))
-int rb_str_cicmp _((VALUE, VALUE));
VALUE rb_reg_regcomp _((VALUE));
int rb_reg_search _((VALUE, VALUE, int, int));
VALUE rb_reg_regsub _((VALUE, VALUE, struct re_registers *));
int rb_reg_adjust_startpos _((VALUE, VALUE, int, int));
-
-int rb_kcode _((void));
void rb_match_busy _((VALUE));
EXTERN int ruby_ignorecase;
-int rb_reg_mbclen2 _((unsigned int, VALUE));
-#define mbclen2(c,re) rb_reg_mbclen2((c),(re))
#endif
+0000'>2009-05-20* struct.c (rb_struct_new): get rid of too large alloca.nobu 2009-05-19* struct.c (struct_ivar_get): new function to avoid repeatedmatz 2009-02-22stripped trailing spaces.nobu 2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame 2008-11-10* struct.c (rb_struct_initialize_m): avoid unnecessary arraymatz 2008-08-20* range.c (range_initialize_copy): Range is now a Struct.nobu 2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo 2008-06-27* gc.c: __size__ removed. use the length of __members__ instead.akr 2008-05-31* suppress warnings with -Wwrite-string.nobu 2008-05-05* struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.matz 2008-04-26* error.c (builtin_types), signal.c (siglist), st.c (primes),nobu 2008-03-09fix doc.akr 2008-03-05* struct.c (make_struct): preserve encoding of struct name.nobu