aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * dln_find.c: split from dln.c.nobu2010-02-241-237/+0
* * dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse2010-01-251-3/+3
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-301-1/+1
* * dln.c (dln_find_1): removed duplication.nobu2009-11-231-3/+4
* * dln.c (dln_find_1): fixed commit miss.nobu2009-11-231-1/+1
* * dln.c (dln_find_1): removed duplication.nobu2009-11-231-7/+6
* fix typos.akr2009-11-031-4/+4
* * dln.c (load_lib, dln_find_exe_r): env string may be overwritten.nobu2009-09-281-2/+10
* * dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed asnobu2009-09-281-18/+40
* * dln.c (aix_loaderror): needs format string.nobu2009-09-281-1/+1
* * dln.c (aix_loaderror): fixed typo. suppress warnings.kanemoto2009-09-231-3/+4
* * dln.c (aix_loaderror): get rid of using uninitialized value in thenobu2009-09-111-6/+7
* * dln.c (dln_find_1): fixed index overrun.nobu2009-06-301-2/+2
* * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu2009-06-291-13/+18
* * io.c: remove __CHECKER__ test.akr2009-06-221-6/+0