1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/dl
shyouhei 432ec4f2c4 merge revision(s) 15429, 15471:
* gc.c (rb_newobj): prohibit call of rb_newobj() during gc.
	  Submitted by Sylvain Joyeux [ruby-core:12099].
	* ext/dl/ptr.c: do not use LONG2NUM() inside dlptr_free().
	  Slightly modified fix bassed on a patch by Sylvain Joyeux
	  [ruby-core:12099] [ ruby-bugs-11859 ] [ ruby-bugs-11882 ]
	  [ ruby-patches-13151 ].
	* ext/dl/ptr.c (dlmem_each_i): typo fixed.  a patch from IKOMA
	  Yoshiki <ikoma@mb.i-chubu.ne.jp> in [ruby-dev:33776].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@17138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-06-13 04:12:35 +00:00
..
doc Correct the description about type specifiers. 2003-01-11 17:28:59 +00:00
lib/dl git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2007-08-15 19:24:58 +00:00
sample consistent parentheses in assignment RHS. 2003-10-16 17:47:19 +00:00
test * fixed the problems described in [ruby-dev:28665]. 2006-05-25 16:37:58 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
depend * eval.c (ruby_cleanup): initialize stack bottom for embedding. 2003-10-23 08:59:42 +00:00
dl.c * merge -c 12080 2007-03-19 07:43:56 +00:00
dl.def Conform to the allocation framework. 2002-08-04 13:49:13 +00:00
dl.h * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
extconf.rb Add DL.win32_last_error and DL.last_error. 2003-11-08 04:48:35 +00:00
h2rb * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
handle.c * removed svn:keywords for compatibility. 2007-01-31 03:13:23 +00:00
install.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
mkcall.rb Get rid of ineffective symbols, lines, constants and so on. 2002-11-07 16:42:07 +00:00
mkcallback.rb * merge -c 12028 2007-03-11 15:01:47 +00:00
mkcbtable.rb * ext/dl: change the callback mechanism. 2002-06-09 17:47:34 +00:00
ptr.c merge revision(s) 15429, 15471: 2008-06-13 04:12:35 +00:00
sym.c * file.c (rb_file_s_rename): deleted code to get rid of a bug of 2007-08-15 22:41:41 +00:00
type.rb Add ruby-dl 2002-04-02 10:56:13 +00:00