index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
dl
/
mkcallback.rb
Age
Commit message (
Expand
)
Author
2009-03-03
* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.
nobu
2009-03-01
* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missing
nobu
2008-08-31
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.
akr
2008-08-30
* ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduce
akr
2008-08-30
* ext/dl/mkcallback.rb (foreach_proc_entry): extracted.
akr
2008-08-30
* ext/dl/mkcallback.rb: fix continuation line detection.
akr
2008-08-30
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem which
akr
2007-11-13
* include/ruby/ruby.h: introduce 2 macros:
ko1
2006-07-06
conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].
ttate
2006-06-30
fixed the alignment problems discussed in [ruby-dev:28667].
ttate
2005-02-06
Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]
ttate
2005-02-04
added new files.
ttate
2005-02-04
remove all files to replace ruby-dl with ruby-dl2.
ttate
2002-06-24
* eval.c (rb_eval): NODE_EVSTR is no longer used.
nobu
2002-06-11
Check the length of proto.
ttate
2002-06-11
Get rid of STR2CSTR. (Thanks N.Nakada)
ttate
2002-06-11
bugfix. (Thanks U.Nakamura)
ttate
2002-06-09
* ext/dl: change the callback mechanism.
ttate
2002-04-02
Add ruby-dl
ttate