aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* dl/extconf.rb: check for -fno-defer-pop optionnobu2014-03-201-1/+6
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-251-0/+13
* * ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu2012-02-091-1/+2
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-22/+0
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-0/+22
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-121-1/+1
* * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu2009-03-031-8/+0
* * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui2008-10-031-7/+6
* * ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr2008-08-301-0/+7
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-081-2/+1
* * include/ruby: moved public headers.nobu2007-06-101-1/+3
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-1/+1
* * sorry, commit miss.usa2005-10-181-1/+1
* * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa2005-10-181-0/+2
* added new files.ttate2005-02-041-0/+28
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-041-193/+0
* Add DL.win32_last_error and DL.last_error.ttate2003-11-081-2/+8
* * eval.c (ruby_cleanup): initialize stack bottom for embedding.nobu2003-10-231-0/+3
* --enable-dlstack is true in default.ttate2003-10-221-6/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-24/+15
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+15
* * ext/dl: change the callback mechanism.ttate2002-06-091-35/+13
* Get rid of the declaration of rb_str_cat2().ttate2002-05-201-7/+2
* * ext/dl: enable dl's stack emulation for constructing function call.ttate2002-05-111-3/+3
* enable dl's stack emulation for constructing function call.ttate2002-05-111-3/+10
* Catch the exception SystemExit in extconf.rb.ttate2002-05-011-0/+6
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-6/+5
* Add ruby-dlttate2002-04-021-0/+197