aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* more on NULL versus functions.卜部昌平2020-02-071-1/+2
* decouple internal.h headers卜部昌平2019-12-261-0/+2
* Remove IA64 support.Samuel Williams2019-06-191-2/+2
* reduce copy & pasteshyouhei2018-07-301-11/+4
* constifiednobu2018-01-091-3/+3
* dln.c: dln_incompatible_library_pnobu2018-01-031-5/+3
* dln.c: xmalloc_mismatch_p with dlopennobu2018-01-031-1/+3
* include missing headershyouhei2018-01-021-0/+1
* comparing function pointer versus void* is a GCCismshyouhei2018-01-021-2/+22
* get rid of strcpynobu2016-12-261-2/+2
* dln.c: raise LoadErrornobu2016-11-191-1/+3
* dln.c: move error message definitionnobu2016-04-071-2/+4
* Drop support for BeOSnobu2015-11-241-52/+0
* Haiku now best effort supportnobu2015-11-231-3/+3
* * dln.c: remove defined(__WATCOMC__).kosaki2015-10-181-1/+1
* * numeric.c: Good-by Borland-C.kosaki2015-10-181-1/+1
* * dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.kosaki2015-10-181-3/+3
* dln.c: fix EXTERNAL_PREFIXnobu2015-05-011-2/+7
* dln.c: raise fatalnobu2015-05-011-2/+4
* dln.c: check incompatible librubynobu2015-05-011-0/+15
* dln.c: use EXPORT_PREFIXnobu2015-05-011-7/+1
* Merges a patch form naclports.yugui2014-10-111-15/+0
* * symbian/*: removed Symbian support.hsbt2014-09-041-5/+0
* configure.in, missing.h: jemalloc manglingnobu2014-06-051-0/+1
* dln.c: non-ascii path on Windowsnobu2014-04-051-5/+10
* adjust indent and stylenobu2014-02-271-17/+18
* use strlcatnobu2014-02-271-1/+1
* adjust style.nobu2012-12-011-2/+2
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-091-1/+1
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+15
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-171-3/+1
* * dln.c (rb_w32_check_imported): skip ordinal entries. patched bynobu2012-04-161-2/+6
* * include/ruby/defines.h: use "__sparc" instead of "sparc" andakr2011-10-251-5/+5
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-5/+5
* * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki2011-09-261-39/+1
* * dln.c (init_funcname_len): ignore rest from first dot.nobu2011-01-051-3/+3
* * dln.c: parenthesize macro arguments.akr2010-12-091-6/+6
* * dln.c (init_funcname): allocate and build initializationnobu2010-11-091-22/+25
* * dln.c (dln_strerror): get English message first, instead ofnobu2010-10-151-4/+6
* * dln.c (rb_w32_check_imported): suppress warning.nobu2010-10-121-2/+3
* * suppress warnings.nobu2010-05-211-1/+1
* * dln.c (dln_load): check imported addresses only when compilednobu2010-05-161-0/+2
* * dln.c (rb_w32_check_imported): workaround for VC6.nobu2010-05-161-1/+1
* * dln.c (rb_w32_check_imported): check if extension library to benobu2010-05-161-22/+58
* * dln.c (aix_loaderror): use execerror for load error on AIX.kanemoto2010-05-051-39/+17
* * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.azav2010-03-071-1/+1
* * dln.c (translit_separator): moved back from load.c again.nobu2010-02-241-0/+13