aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-04-251-20/+21
* * dln.c: use dlopen on Mac OS X 10.3 or later. backport from trunk.nobu2008-01-111-5/+14
* * dln.c (load_1, dln_find_1): constified.nobu2007-07-261-2/+2
* * dln.c (conv_to_posix_path): removed.nobu2007-07-261-29/+0
* * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz2006-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
* * io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz2005-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
* * stable version 1.8.2 released.matz2004-12-251-1/+1
* Update for VMS ports.akiyoshi2004-08-191-7/+64
* * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb,nobu2004-04-181-2/+2
* * configure.in: backport from 1.9 for Interix.eban2004-02-021-0/+3
* 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
* * dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz2002-11-271-17/+7
* * dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.eban2002-11-241-3/+9
* * dln.c: move the MAXPATHLEN definition in front.eban2002-11-241-4/+3
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-2/+4
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-171-6/+3
* fix mem leaks (ruby-core:405, ruby-core:407)michal2002-09-051-14/+20
* * dln.c: remove definition rb_loaderror().H_Konishi2002-06-251-1/+0
* * dln.c: remark definition rb_loaderror().H_Konishi2002-06-241-1/+1
* * dln.c (dln_load): rb_notimplement takes no argument.eban2002-06-171-1/+1
* * dln.c (dln_load): need to preserve dln_strerror() result,nobu2002-06-171-3/+13
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * bignum.c (rb_quad_pack): get rid of escape sequences.eban2002-03-261-1/+1
* * dln.c (dln_argv0): unused unless USE_DLN_A_OUT.nobu2002-03-251-0/+2
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-1/+33
* * dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.eban2002-03-061-2/+1
* * dln.c (dln_load): fix typo.akr2002-02-281-1/+1
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-12/+35
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-241-1/+1
* * regex.c (re_search): should consider reverse search.matz2001-07-141-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-1/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-4/+11