| Commit message (Expand) | Author | Age | Files | Lines |
* | merges r20892 from trunk into ruby_1_9_1. | yugui | 2008-12-21 | 1 | -10/+53 |
* | merges r20771 and r20772 from trunk into ruby_1_9_1. | yugui | 2008-12-17 | 1 | -2/+2 |
* | * dln.c: Ruby no longer supports VMS. | yugui | 2008-10-04 | 1 | -35/+1 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -9/+0 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -85/+1 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 1 | -5/+3 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -3/+0 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -5/+2 |
* | * dln.c: newer BeOS support. a patch from Pete Goodeve | matz | 2008-09-19 | 1 | -1/+2 |
* | * dln.c (load_lib): use dln_find_file_r instead of dln_find_file. | nobu | 2008-07-28 | 1 | -2/+2 |
* | * dln.h (dln_find_exe, dln_find_file): deprecated, use reentrant | nobu | 2008-07-27 | 1 | -2/+2 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -0/+2 |
* | * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions. | nobu | 2008-05-07 | 1 | -8/+21 |
* | * dln.c (dln_find_1): prior files with extensions to files sans | nobu | 2008-04-24 | 1 | -20/+21 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * dln.c (load_1, dln_find_1): constified. | nobu | 2007-07-26 | 1 | -2/+2 |
* | * dln.c (conv_to_posix_path): removed. | nobu | 2007-07-26 | 1 | -26/+0 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -3/+3 |
* | * dln.c: use dlopen on Mac OS X 10.3 or later. | aamine | 2007-02-23 | 1 | -5/+14 |
* | ansificated. | akr | 2006-08-13 | 1 | -57/+17 |
* | * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning. | matz | 2006-08-07 | 1 | -4/+0 |
* | * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use | nobu | 2006-01-25 | 1 | -2/+0 |
* | * dln.c (conv_to_posix_path): should initialize posix. | eban | 2005-11-26 | 1 | -0/+1 |
* | * dln.c: avoid warning of const to non-const convertion. | ocean | 2005-09-12 | 1 | -14/+16 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -18/+8 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -2/+3 |
* | * Makefile.in, common.mk: miniruby depens on MINIOBJS. | nobu | 2005-04-20 | 1 | -0/+10 |
* | * dln.c: typo fix. | eban | 2005-02-07 | 1 | -2/+2 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -2/+2 |
* | * dln.c (dln_load): don't specify RTLD_GLOBAL on Interix, | eban | 2004-02-02 | 1 | -0/+3 |
* | * string.c (rb_str_update): call rb_str_modify(). | matz | 2003-12-25 | 1 | -6/+1 |
* | dln.c: remove last second typo. | matz | 2003-12-20 | 1 | -1/+1 |
* | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz | 2003-12-20 | 1 | -1/+1 |
* | * dln.c (aix_loaderror): should not use member named 'errno' which | matz | 2003-12-04 | 1 | -2/+2 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -6/+20 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -3/+3 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+1 |
* | * string.c (rb_str_upto): generate sequence according to "succ" | matz | 2003-06-23 | 1 | -0/+1 |
* | * defines.h (PATH_ENV): name of PATH environment. [new]. | usa | 2003-06-20 | 1 | -5/+1 |
* | commit miss. | nobu | 2003-03-26 | 1 | -1/+2 |
* | * dln.c (dln_find_1): break if path list end, even for too long | nobu | 2003-03-26 | 1 | -1/+3 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * configure.in: Improve OpenBSD support. [obtained from: OpenBSD | knu | 2002-12-31 | 1 | -1/+1 |
* | * gc.c (gc_sweep): adjust GC trigger. | nobu | 2002-12-29 | 1 | -5/+6 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -9/+11 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -8/+17 |
* | * dln.c (init_funcname_len): remove MAXPATHLEN dependency. | matz | 2002-11-27 | 1 | -17/+7 |
* | * dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32. | eban | 2002-11-24 | 1 | -3/+9 |
* | * dln.c: move the MAXPATHLEN definition in front. | eban | 2002-11-24 | 1 | -4/+3 |