1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rexml/encodings
matz 662e3cf1f9 * eval.c (rb_load): put rb_load_file() in a thread critical
section. [ruby-dev:20490]

* eval.c (compile): put rb_compile_string() in a thread critical
  section.

* variable.c (rb_const_get_0): should not warn if constant is not
  defined. (ruby-bugs-ja PR#509)

* bignum.c (rb_big2dbl): give a warning on overflow.
  (ruby-bugs-ja PR#510)

* util.c (ruby_strtod): change MDMAXEXPT from 511 to 308.

* pack.c (utf8_to_uv): long is sufficient.  LONG_LONG is not
  required.

* bignum.c (rb_big2str): support 32 bit (without `long long' type)
  machines. (ruby-bugs-ja PR#512)


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-07-09 22:28:42 +00:00
..
EUC-JP.rb * eval.c (rb_load): put rb_load_file() in a thread critical 2003-07-09 22:28:42 +00:00
EUC-JP_decl.rb Initial revision 2003-06-10 01:31:01 +00:00
ISO-8859-1.rb Initial revision 2003-06-10 01:31:01 +00:00
ISO-8859-1_decl.rb Initial revision 2003-06-10 01:31:01 +00:00
Shift-JIS.rb * eval.c (rb_load): put rb_load_file() in a thread critical 2003-07-09 22:28:42 +00:00
Shift-JIS_decl.rb Initial revision 2003-06-10 01:31:01 +00:00
Shift_JIS.rb * eval.c (rb_load): put rb_load_file() in a thread critical 2003-07-09 22:28:42 +00:00
UNILE.rb Initial revision 2003-06-10 01:31:01 +00:00
UNILE_decl.rb Initial revision 2003-06-10 01:31:01 +00:00
US-ASCII.rb Initial revision 2003-06-10 01:31:01 +00:00
US-ASCII_decl.rb Initial revision 2003-06-10 01:31:01 +00:00
UTF-16.rb Initial revision 2003-06-10 01:31:01 +00:00
UTF-16_decl.rb Initial revision 2003-06-10 01:31:01 +00:00