1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/iconv
matz 849bc0234a * eval.c (top_include): include in the wrapped load is done for
the wrapper, not for a singleton class for wrapped main.
  [ruby-dev:23305]

* bignum.c (rb_big_eq): use temporary double variable to save the
  result (internal float register may be bigger than 64 bits, for
  example, 80 bits on x86).  [ruby-dev:23311]

* eval.c (block_pass): should generate unique identifier of the
  pushing block.  [ruby-talk:96363]

* ext/socket/socket.c (make_hostent): fix memory leak, based on
  the patch from HORIKAWA Hisashi <vzw00011@nifty.ne.jp>.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-04-05 07:45:32 +00:00
..
.cvsignore add iconv.rb and config.charset. 2003-12-07 15:47:17 +00:00
charset_alias.rb * ext/iconv/charset_alias.rb: preserve original order. 2003-12-13 09:55:21 +00:00
depend * ext/iconv/depend: added. 2002-03-17 11:07:46 +00:00
extconf.rb * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform. 2004-01-14 04:31:11 +00:00
iconv.c * eval.c (top_include): include in the wrapped load is done for 2004-04-05 07:45:32 +00:00
MANIFEST * ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrapper 2003-07-18 19:51:42 +00:00