| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 16177: | shyouhei | 2008-06-15 | 1 | -20/+21 |
* | * dln.c (conv_to_posix_path): removed. | shyouhei | 2007-08-22 | 1 | -29/+0 |
* | * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca | 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 |
* | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | 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 |
* | * stable version 1.8.2 released. | matz | 2004-12-25 | 1 | -1/+1 |
* | Update for VMS ports. | akiyoshi | 2004-08-19 | 1 | -7/+64 |
* | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu | 2004-04-18 | 1 | -2/+2 |
* | * configure.in: backport from 1.9 for Interix. | eban | 2004-02-02 | 1 | -0/+3 |
* | 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 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -2/+4 |
* | * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on | knu | 2002-10-17 | 1 | -6/+3 |
* | fix mem leaks (ruby-core:405, ruby-core:407) | michal | 2002-09-05 | 1 | -14/+20 |
* | * dln.c: remove definition rb_loaderror(). | H_Konishi | 2002-06-25 | 1 | -1/+0 |
* | * dln.c: remark definition rb_loaderror(). | H_Konishi | 2002-06-24 | 1 | -1/+1 |
* | * dln.c (dln_load): rb_notimplement takes no argument. | eban | 2002-06-17 | 1 | -1/+1 |
* | * dln.c (dln_load): need to preserve dln_strerror() result, | nobu | 2002-06-17 | 1 | -3/+13 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * bignum.c (rb_quad_pack): get rid of escape sequences. | eban | 2002-03-26 | 1 | -1/+1 |
* | * dln.c (dln_argv0): unused unless USE_DLN_A_OUT. | nobu | 2002-03-25 | 1 | -0/+2 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -1/+33 |
* | * dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx. | eban | 2002-03-06 | 1 | -2/+1 |
* | * dln.c (dln_load): fix typo. | akr | 2002-02-28 | 1 | -1/+1 |
* | * parse.y (expr_value, arg_value, primary_value): value_expr() | matz | 2002-02-18 | 1 | -12/+35 |
* | * dln.c (dln_strerror): fix a bug that sometimes made null message on | usa | 2001-08-24 | 1 | -1/+1 |
* | * regex.c (re_search): should consider reverse search. | matz | 2001-07-14 | 1 | -1/+1 |
* | * error.c (exc_exception): clone the receiver exception instead of | matz | 2001-07-02 | 1 | -1/+1 |
* | * ruby.c (proc_options): unexpected SecurityError happens when -T4. | matz | 2001-05-30 | 1 | -4/+11 |
* | * array.c (rb_ary_and): should not push frozen key string. | matz | 2001-05-16 | 1 | -0/+1 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -10/+11 |