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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/dl: updated svn:ignore.
nobu
2009-03-21
1
-1
/
+1
*
* win32/Makefile.sub (config.h): added RUBY_COREDLL.
nobu
2009-03-17
2
-1
/
+36
*
* ext/dl: made indent style insistent.
nobu
2009-03-17
3
-160
/
+160
*
* common.mk (srcs-ext): creates ext/dl/callback/callback.c also.
nobu
2009-03-14
1
-0
/
+5
*
* ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbol
nobu
2009-03-11
1
-11
/
+1
*
* ext/dl/win32/lib/Win32API.rb: call by :stdcall as default.
usa
2009-03-11
1
-2
/
+2
*
* ext/dl/handle.c (rb_dlhandle_sym): moved conditinally used variable.
nobu
2009-03-11
1
-1
/
+1
*
* ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.
nobu
2009-03-11
1
-9
/
+9
*
* ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppress
nobu
2009-03-10
1
-1
/
+1
*
* ext/dl/callback/depend: fix for parallel build.
nobu
2009-03-09
3
-23
/
+23
*
* ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.
nobu
2009-03-09
1
-7
/
+5
*
* ext/dl/dl.c (Init_dl): protoized.
nobu
2009-03-09
4
-7
/
+7
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
6
-156
/
+156
*
* ext/dl/win32/lib/win32/resolv.rb: get rid of warning.
usa
2009-03-03
2
-3
/
+5
*
* ext/dl/win32/lib/win32/{registry,resolv}.rb: use dl/import instead
usa
2009-03-03
2
-18
/
+34
*
* ext/dl/lib/dl/func.rb (DL::Function.name): delegate to @cfunc.
usa
2009-03-03
1
-0
/
+4
*
* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.
nobu
2009-03-03
6
-35
/
+63
*
* ext/dl/lib/dl/cparser.rb (DL::CParser::parse_signature): fixed
nobu
2009-03-03
1
-1
/
+1
*
* ext/dl/lib/dl/pack.rb (DL::PackInfo): reduced redundant
nobu
2009-03-03
2
-88
/
+13
*
* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): NULL for nil.
nobu
2009-03-03
1
-0
/
+2
*
* test/dl: moved from ext/dl/test.
nobu
2009-03-03
6
-461
/
+0
*
* ext/dl/dl.h (dlerror): fixed on Windows.
nobu
2009-03-02
2
-1
/
+8
*
* ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,
nobu
2009-03-02
1
-30
/
+25
*
* ext/dl/win32/lib/Win32API.rb (initialize): passes rest
nobu
2009-03-01
1
-2
/
+2
*
* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing
nobu
2009-03-01
3
-25
/
+37
*
* ext/dl/handle.c (rb_dlhandle_sym): moved conditionally used variable.
nobu
2009-02-17
1
-2
/
+1
*
* ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopen
nobu
2009-02-13
1
-0
/
+2
*
* ext/dl/test/test_import.rb: fix a prototype decl.
ko1
2008-12-30
1
-1
/
+1
*
* ext/dl/test/test_base.rb: add libc search logic.
ko1
2008-12-29
5
-33
/
+84
*
* ext/dl/test/test_base.rb: add x86_64-linux's case again. #932
yugui
2008-12-29
1
-0
/
+3
*
* test/ext/dl/test_base.rb : add BSD's case.
naruse
2008-12-28
1
-0
/
+3
*
* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): follows
yugui
2008-12-28
1
-1
/
+1
*
* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename and
yugui
2008-12-28
2
-3
/
+15
*
Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2008-12-28
2
-6
/
+3
*
* ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.
takano32
2008-12-28
1
-0
/
+3
*
* ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.
takano32
2008-12-27
1
-0
/
+3
*
* ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into
yugui
2008-10-03
1
-7
/
+6
*
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.
akr
2008-08-31
1
-1
/
+1
*
* ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduce
akr
2008-08-30
3
-28
/
+62
*
* ext/dl/mkcallback.rb (foreach_proc_entry): extracted.
akr
2008-08-30
1
-37
/
+45
*
* ext/dl/test/test_import.rb: fix character code.
akr
2008-08-30
2
-9
/
+9
*
* ext/dl/mkcallback.rb: fix continuation line detection.
akr
2008-08-30
1
-1
/
+1
*
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem which
akr
2008-08-30
1
-8
/
+13
*
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.
nobu
2008-08-12
1
-2
/
+2
*
* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.
matz
2008-08-11
3
-8
/
+18
*
* lib/resolv.rb (Resolv::Config.default_config_hash): requires
nobu
2008-03-31
2
-6
/
+11
*
* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.
nobu
2008-03-21
2
-2
/
+2
*
* ext/dl/depend: add dependencies. [ruby-dev:32760]
usa
2007-12-25
1
-4
/
+4
*
* dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64
usa
2007-12-18
1
-4
/
+3
*
* ext/Win32API/*: removed or moved to ext/dl/win32.
usa
2007-12-03
5
-0
/
+1559
[next]