зеркало из https://github.com/github/ruby.git
* include/ruby/encoding.h (rb_usascii_encindex): added prototype.
* include/ruby/intern.h (rb_usascii_str_new, rb_usascii_str_new2): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
df17bd4313
Коммит
1f7db0db75
|
@ -1,3 +1,10 @@
|
|||
Sat Jan 26 09:30:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/encoding.h (rb_usascii_encindex): added prototype.
|
||||
|
||||
* include/ruby/intern.h (rb_usascii_str_new, rb_usascii_str_new2):
|
||||
ditto.
|
||||
|
||||
Sat Jan 26 09:17:13 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when
|
||||
|
|
|
@ -163,6 +163,7 @@ rb_encoding *rb_utf8_encoding(void);
|
|||
rb_encoding *rb_usascii_encoding(void);
|
||||
rb_encoding *rb_locale_encoding(void);
|
||||
rb_encoding *rb_default_external_encoding(void);
|
||||
int rb_usascii_encindex(void);
|
||||
VALUE rb_enc_default_external(void);
|
||||
void rb_enc_set_default_external(VALUE encoding);
|
||||
VALUE rb_locale_charmap(VALUE klass);
|
||||
|
|
|
@ -499,6 +499,8 @@ VALUE rb_tainted_str_new2(const char*);
|
|||
VALUE rb_str_buf_new(long);
|
||||
VALUE rb_str_buf_new2(const char*);
|
||||
VALUE rb_str_tmp_new(long);
|
||||
VALUE rb_usascii_str_new(const char*, long);
|
||||
VALUE rb_usascii_str_new2(const char*);
|
||||
void rb_str_free(VALUE);
|
||||
void rb_str_shared_replace(VALUE, VALUE);
|
||||
VALUE rb_str_buf_append(VALUE, VALUE);
|
||||
|
|
Загрузка…
Ссылка в новой задаче