aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-3/+3
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-141-7/+7
* * dln.c (dln_find_1): compare fspace in size_t world.akr2009-03-131-3/+6
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-3/+3
* stripped trailing spaces.nobu2009-02-221-10/+10
* * eval_intern.h (translit_char): moved from ruby.c.nobu2009-02-191-12/+3
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-011-2/+2
* * dln.c (FUNCNAME_PATTERN): simplified conditional expression.nobu2009-01-251-1/+1
* * symbian/README.SYMBIAN: symbian support added. great appreciatematz2009-01-151-0/+14
* * dln.c (dln_find_1): supplements an extension for executablenobu2008-12-201-10/+53
* * dln.c (dln_load): ditto.usa2008-12-161-2/+2
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-35/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-9/+0
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-85/+1
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-5/+3
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-3/+0
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-5/+2
* * dln.c: newer BeOS support. a patch from Pete Goodevematz2008-09-191-1/+2
* * dln.c (load_lib): use dln_find_file_r instead of dln_find_file.nobu2008-07-281-2/+2
* * dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu2008-07-271-2/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-0/+2
* * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu2008-05-071-8/+21
* * dln.c (dln_find_1): prior files with extensions to files sansnobu2008-04-241-20/+21
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-261-2/+2