index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
dl
/
dl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)
tenderlove
2009-10-23
1
-1
/
+0
*
* ext/dl/dl.c (Init_dl): protoized.
nobu
2009-03-09
1
-4
/
+4
*
* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.
nobu
2009-03-03
1
-4
/
+15
*
* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.
matz
2008-08-11
1
-0
/
+5
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-3
/
+2
*
conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].
ttate
2006-07-06
1
-25
/
+0
*
* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from
matz
2006-07-03
1
-0
/
+7
*
Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.
ttate
2005-05-14
1
-0
/
+4
*
added bcc32 support [ruby-dev:25657] and fixed a minor bug.
ttate
2005-02-08
1
-1
/
+1
*
Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]
ttate
2005-02-06
1
-0
/
+9
*
* ext/dl/dl.c (Init_dl): function declaration should precede
akr
2005-02-06
1
-3
/
+3
*
added new files.
ttate
2005-02-04
1
-0
/
+138
*
remove all files to replace ruby-dl with ruby-dl2.
ttate
2005-02-04
1
-721
/
+0
*
* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:
akr
2004-12-08
1
-1
/
+1
*
Use 'P' instead of 'p' in types.rb.
ttate
2004-11-25
1
-1
/
+1
*
Merged Nakada-san's patch [ruby-core:02916].
ttate
2004-05-23
1
-3
/
+10
*
* ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of
usa
2003-06-16
1
-1
/
+1
*
* gc.c (define_final): eliminate rb_f_lambda() call.
matz
2003-06-06
1
-1
/
+1
*
security enhancement of dl library (need test).
matz
2003-03-24
1
-46
/
+51
*
Added rb_secure(4). (Thanks to Minero Aoki)
ttate
2003-03-24
1
-1
/
+8
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
1
-2
/
+0
*
dlsizeof() should handle 'S' and 's'.
ttate
2002-11-26
1
-0
/
+2
*
Get rid of ineffective symbols, lines, constants and so on.
ttate
2002-11-07
1
-32
/
+28
*
fixed rb_ary2cary() to convert nil.
ttate
2002-11-05
1
-0
/
+2
*
Conform to the allocation framework.
ttate
2002-08-04
1
-1
/
+1
*
Include ctype.h for isdigit().
ttate
2002-06-11
1
-0
/
+1
*
Get rid of STR2CSTR. (Thanks N.Nakada)
ttate
2002-06-11
1
-3
/
+4
*
bugfix. (Thanks U.Nakamura)
ttate
2002-06-11
1
-3
/
+3
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
1
-1
/
+1
*
dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitution
ttate
2002-06-10
1
-4
/
+4
*
* ext/dl: change the callback mechanism.
ttate
2002-06-09
1
-98
/
+150
*
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-20
1
-7
/
+1
*
Add DL::DLSTACK.
ttate
2002-05-15
1
-0
/
+1
*
Patch [ruby-dev:16747] (Thanks Nakada)
ttate
2002-04-04
1
-8
/
+8
*
Merge Nakada's patch and define StringValuePtr for ruby-1.6.
ttate
2002-04-03
1
-32
/
+32
*
Add ruby-dl
ttate
2002-04-02
1
-0
/
+655