aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-283-3/+17
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-283-3/+18
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-285-8/+58
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-285-14/+89
* * 2011-01-29svn2011-01-281-2/+2
* * variable.c (set_const_visibility): fix typo. a patch from Tomoyukimame2011-01-282-1/+6
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki2011-01-282-12/+11
* * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki2011-01-282-3/+7
* * ext/zlib/zlib.c: parenthesize macro arguments.akr2011-01-282-1/+5
* * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki2011-01-282-3/+18
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki2011-01-282-2/+7
* * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki2011-01-282-2/+8
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki2011-01-282-2/+8
* remove unnecessary local variable.kosaki2011-01-281-1/+0
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki2011-01-282-1/+24
* * configure.in (--with-valgrind): Fixed r29683. Now this optionkosaki2011-01-282-3/+8
* We don't only need to change "struct stat.st_size" test, but alsokosaki2011-01-281-1/+1
* * configure.in: Add #include<sys/stat.h> when struct stat iskosaki2011-01-282-1/+6
* * configure.in: redundant variable names made strange conftestkosaki2011-01-282-2/+7
* * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa2011-01-282-2/+12
* * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().kosaki2011-01-282-2/+7
* * configure.in: Added mode_t type checking.kosaki2011-01-283-2/+11
* * re.c (rb_reg_raise): add GC guard to prevent intermediatekosaki2011-01-272-1/+6
* * hash.c (rb_hash_fetch_m): add GC guard to prevent intermediatekosaki2011-01-272-1/+6
* * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki2011-01-272-2/+8
* * 2011-01-28svn2011-01-271-2/+2
* * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki2011-01-272-4/+11
* * st.c (st_foreach): check if unpacked.nobu2011-01-272-1/+14
* * misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.nobu2011-01-272-1/+5
* * bignum.c (rb_str_to_inum): get rid of too huge alloca().kosaki2011-01-272-2/+11
* * object.c (rb_str_to_dbl): rewrite again. use ALLOCV insteadkosaki2011-01-272-7/+9
* * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.kosaki2011-01-272-3/+4
* * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().kosaki2011-01-272-1/+6
* * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().kosaki2011-01-272-3/+12
* * win32/win32.c (open_dir_handle): get rid of too huge alloca().kosaki2011-01-272-2/+7
* * file.c (w32_io_info): get rid of too huge alloca().kosaki2011-01-272-1/+9
* * win32/win32.c (wstati64): get rid of too huge alloca().kosaki2011-01-272-1/+10
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry.usa2011-01-271-18/+13
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too hugeusa2011-01-272-10/+23
* * process.c (ALLOC_ARGV_WITH_STR): fix void pointer arithmetic.nobu2011-01-272-1/+5
* * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu2011-01-263-18/+58
* * include/ruby/ruby.h (ALLOCV): new API for exception-safenobu2011-01-263-0/+38
* * dln_find.c (dln_find_1): use rb_warning and return immediatelynobu2011-01-263-7/+23
* * class.c (clone_method): add GC guard to prevent intermediatenagachika2011-01-262-1/+8
* * template/id.h.tmpl: parenthesize macro arguments.akr2011-01-262-1/+5
* * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediatenagachika2011-01-262-0/+6
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-263-0/+19
* * 2011-01-26svn2011-01-261-2/+2
* * string.c (=~): documentation fix; the return value is nil whennaruse2011-01-262-1/+6
* * dln_find.c (dln_find_1): omit too long pathnames.nobu2011-01-242-4/+13