ruby-changes:3373
From: ko1@a...
Date: 3 Jan 2008 17:56:40 +0900
Subject: [ruby-changes:3373] akr - Ruby:r14866 (trunk): * regenc.h (onigenc_ascii_is_code_ctype): put back.
akr 2008-01-03 17:56:08 +0900 (Thu, 03 Jan 2008)
New Revision: 14866
Modified files:
trunk/ChangeLog
trunk/include/ruby/oniguruma.h
trunk/regenc.h
Log:
* regenc.h (onigenc_ascii_is_code_ctype): put back.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/oniguruma.h?r1=14866&r2=14865&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14866&r2=14865&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/regenc.h?r1=14866&r2=14865&diff_format=u
Index: include/ruby/oniguruma.h
===================================================================
--- include/ruby/oniguruma.h (revision 14865)
+++ include/ruby/oniguruma.h (revision 14866)
@@ -380,8 +380,6 @@
ONIG_EXTERN
int onigenc_str_bytelen_null P_((OnigEncoding enc, const OnigUChar* p));
-ONIG_EXTERN
-int onigenc_ascii_is_code_ctype P_((OnigCodePoint code, unsigned int ctype, OnigEncoding enc));
/* PART: regular expression */
Index: ChangeLog
===================================================================
--- ChangeLog (revision 14865)
+++ ChangeLog (revision 14866)
@@ -1,3 +1,7 @@
+Thu Jan 3 17:54:01 2008 Tanaka Akira <akr@f...>
+
+ * regenc.h (onigenc_ascii_is_code_ctype): put back.
+
Thu Jan 3 17:33:09 2008 Tanaka Akira <akr@f...>
* encoding.c (rb_isalnum): defined.
Index: regenc.h
===================================================================
--- regenc.h (revision 14865)
+++ regenc.h (revision 14866)
@@ -124,6 +124,7 @@
ONIG_EXTERN UChar* onigenc_single_byte_left_adjust_char_head P_((const UChar* start, const UChar* s, OnigEncoding enc));
ONIG_EXTERN int onigenc_always_true_is_allowed_reverse_match P_((const UChar* s, const UChar* end, OnigEncoding enc));
ONIG_EXTERN int onigenc_always_false_is_allowed_reverse_match P_((const UChar* s, const UChar* end, OnigEncoding enc));
+ONIG_EXTERN int onigenc_ascii_is_code_ctype P_((OnigCodePoint code, unsigned int ctype, OnigEncoding enc));
/* methods for multi byte encoding */
ONIG_EXTERN OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar* end));
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml