1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/win32ole
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
..
doc merge win32ole from rough 2002-06-01 12:34:30 +00:00
lib/win32ole merge win32ole from rough 2002-06-01 12:34:30 +00:00
sample consistent parentheses in assignment RHS. 2003-10-16 17:47:19 +00:00
tests add WIN32OLE_TYPE#to_s method. 2003-05-17 13:49:08 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
depend avoid some warnings 2002-06-12 12:23:10 +00:00
extconf.rb * ext/extmk.rb: Makefiles should depend on also rbconfig.rb. 2004-01-26 02:35:30 +00:00
MANIFEST merge win32ole from rough 2002-06-01 12:34:30 +00:00
win32ole.c * eval.c (top_include): include in the wrapped load is done for 2004-04-05 07:45:32 +00:00