| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop support for BeOS | nobu | 2015-11-24 | 1 | -52/+0 |
* | Haiku now best effort support | nobu | 2015-11-23 | 1 | -3/+3 |
* | * dln.c: remove defined(__WATCOMC__). | kosaki | 2015-10-18 | 1 | -1/+1 |
* | * numeric.c: Good-by Borland-C. | kosaki | 2015-10-18 | 1 | -1/+1 |
* | * dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive. | kosaki | 2015-10-18 | 1 | -3/+3 |
* | dln.c: fix EXTERNAL_PREFIX | nobu | 2015-05-01 | 1 | -2/+7 |
* | dln.c: raise fatal | nobu | 2015-05-01 | 1 | -2/+4 |
* | dln.c: check incompatible libruby | nobu | 2015-05-01 | 1 | -0/+15 |
* | dln.c: use EXPORT_PREFIX | nobu | 2015-05-01 | 1 | -7/+1 |
* | Merges a patch form naclports. | yugui | 2014-10-11 | 1 | -15/+0 |
* | * symbian/*: removed Symbian support. | hsbt | 2014-09-04 | 1 | -5/+0 |
* | configure.in, missing.h: jemalloc mangling | nobu | 2014-06-05 | 1 | -0/+1 |
* | dln.c: non-ascii path on Windows | nobu | 2014-04-05 | 1 | -5/+10 |
* | adjust indent and style | nobu | 2014-02-27 | 1 | -17/+18 |
* | use strlcat | nobu | 2014-02-27 | 1 | -1/+1 |
* | adjust style. | nobu | 2012-12-01 | 1 | -2/+2 |
* | * dln.c: Simplify and make consistent an ifdef for Mac OS X. | kosaki | 2012-07-09 | 1 | -1/+1 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -0/+15 |
* | * dln.c (rb_w32_check_imported): skip ordinal entries. based on a | nobu | 2012-04-17 | 1 | -3/+1 |
* | * dln.c (rb_w32_check_imported): skip ordinal entries. patched by | nobu | 2012-04-16 | 1 | -2/+6 |
* | * include/ruby/defines.h: use "__sparc" instead of "sparc" and | akr | 2011-10-25 | 1 | -5/+5 |
* | * io.c: use "__sun" instead of "sun" to detect SunOS. | akr | 2011-10-24 | 1 | -5/+5 |
* | * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsody | kosaki | 2011-09-26 | 1 | -39/+1 |
* | * dln.c (init_funcname_len): ignore rest from first dot. | nobu | 2011-01-05 | 1 | -3/+3 |
* | * dln.c: parenthesize macro arguments. | akr | 2010-12-09 | 1 | -6/+6 |
* | * dln.c (init_funcname): allocate and build initialization | nobu | 2010-11-09 | 1 | -22/+25 |
* | * dln.c (dln_strerror): get English message first, instead of | nobu | 2010-10-15 | 1 | -4/+6 |
* | * dln.c (rb_w32_check_imported): suppress warning. | nobu | 2010-10-12 | 1 | -2/+3 |
* | * suppress warnings. | nobu | 2010-05-21 | 1 | -1/+1 |
* | * dln.c (dln_load): check imported addresses only when compiled | nobu | 2010-05-16 | 1 | -0/+2 |
* | * dln.c (rb_w32_check_imported): workaround for VC6. | nobu | 2010-05-16 | 1 | -1/+1 |
* | * dln.c (rb_w32_check_imported): check if extension library to be | nobu | 2010-05-16 | 1 | -22/+58 |
* | * dln.c (aix_loaderror): use execerror for load error on AIX. | kanemoto | 2010-05-05 | 1 | -39/+17 |
* | * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed. | azav | 2010-03-07 | 1 | -1/+1 |
* | * dln.c (translit_separator): moved back from load.c again. | nobu | 2010-02-24 | 1 | -0/+13 |
* | * dln_find.c: split from dln.c. | nobu | 2010-02-24 | 1 | -237/+0 |
* | * dln.c, file.c, io.c, signal.c: add __HAIKU__. | naruse | 2010-01-25 | 1 | -3/+3 |
* | * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from | nobu | 2009-11-30 | 1 | -1/+1 |
* | * dln.c (dln_find_1): removed duplication. | nobu | 2009-11-23 | 1 | -3/+4 |
* | * dln.c (dln_find_1): fixed commit miss. | nobu | 2009-11-23 | 1 | -1/+1 |
* | * dln.c (dln_find_1): removed duplication. | nobu | 2009-11-23 | 1 | -7/+6 |
* | fix typos. | akr | 2009-11-03 | 1 | -4/+4 |
* | * dln.c (load_lib, dln_find_exe_r): env string may be overwritten. | nobu | 2009-09-28 | 1 | -2/+10 |
* | * dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed as | nobu | 2009-09-28 | 1 | -18/+40 |
* | * dln.c (aix_loaderror): needs format string. | nobu | 2009-09-28 | 1 | -1/+1 |
* | * dln.c (aix_loaderror): fixed typo. suppress warnings. | kanemoto | 2009-09-23 | 1 | -3/+4 |
* | * dln.c (aix_loaderror): get rid of using uninitialized value in the | nobu | 2009-09-11 | 1 | -6/+7 |
* | * dln.c (dln_find_1): fixed index overrun. | nobu | 2009-06-30 | 1 | -2/+2 |
* | * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588] | nobu | 2009-06-29 | 1 | -13/+18 |
* | * io.c: remove __CHECKER__ test. | akr | 2009-06-22 | 1 | -6/+0 |