summaryrefslogtreecommitdiffstats
path: root/dln.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-26/+0
* * include/ruby: moved public headers.nobu2007-06-101-3/+3
* * dln.c: use dlopen on Mac OS X 10.3 or later.aamine2007-02-231-5/+14
* ansificated.akr2006-08-131-57/+17
* * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz2006-08-071-4/+0
* * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu2006-01-251-2/+0
* * dln.c (conv_to_posix_path): should initialize posix.eban2005-11-261-0/+1
* * dln.c: avoid warning of const to non-const convertion.ocean2005-09-121-14/+16
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-18/+8
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-2/+3
* * Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu2005-04-201-0/+10
* * dln.c: typo fix.eban2005-02-071-2/+2
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * dln.c (dln_load): don't specify RTLD_GLOBAL on Interix,eban2004-02-021-0/+3
* * string.c (rb_str_update): call rb_str_modify().matz2003-12-251-6/+1
* dln.c: remove last second typo.matz2003-12-201-1/+1
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-1/+1
* * dln.c (aix_loaderror): should not use member named 'errno' whichmatz2003-12-041-2/+2
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-6/+20
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-3/+3
* * gcc -Wall clean-up.matz2003-07-241-1/+1
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-0/+1
* * defines.h (PATH_ENV): name of PATH environment. [new].usa2003-06-201-5/+1
* commit miss.nobu2003-03-261-1/+2
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-261-1/+3
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu2002-12-311-1/+1
* * gc.c (gc_sweep): adjust GC trigger.nobu2002-12-291-5/+6
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-9/+11
* WinCE patch mergedmatz2002-12-021-8/+17