1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
nobu c351afc372 * encoding.c (rb_enc_alias): allow encodings multiple aliases.
* encoding.c (rb_enc_find_index): search the encoding which has the
  given name and return its index if found, or -1.

* st.c (type_strcasehash): case-insensitive string hash type.

* string.c (rb_str_force_encoding): force encoding of self.  this name
  comes from [ruby-dev:31894] by Martin Duerst.  [ruby-dev:31744]

* include/ruby/encoding.h (rb_enc_find_index, rb_enc_associate_index):
  prototyped.

* include/ruby/encoding.h (rb_enc_isctype): direct interface to ctype.

* include/ruby/st.h (st_init_strcasetable): prototyped.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-09-28 19:27:10 +00:00
..
defines.h * include/ruby/defines.h (flush_register_windows): call "ta 0x03" 2007-08-29 02:15:03 +00:00
encoding.h * encoding.c (rb_enc_alias): allow encodings multiple aliases. 2007-09-28 19:27:10 +00:00
intern.h * include/ruby/intern.h: export rb_ivar_foreach. 2007-09-28 06:21:46 +00:00
io.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
missing.h * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
node.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
oniguruma.h * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui 2007-09-06 12:33:45 +00:00
re.h * string.c (str_gsub): should not use mbclen2() which has broken API. 2007-08-29 19:16:02 +00:00
regex.h * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui 2007-09-06 12:33:45 +00:00
ruby.h rb_classext_t member order exchanged to 2007-09-28 11:57:30 +00:00
signal.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
st.h * encoding.c (rb_enc_alias): allow encodings multiple aliases. 2007-09-28 19:27:10 +00:00
util.h * encoding.c: provide basic features for M17N. 2007-08-25 03:29:39 +00:00
win32.h * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +00:00