summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-28Import rubygems 1.5.0 (release candidate @ 09893d9)ryan
2011-01-28* variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame
2011-01-28* variable.c (rb_const_set): const_set shoud preserve constantmame
2011-01-28* compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame
2011-01-28* constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame
2011-01-28* 2011-01-29svn
2011-01-28* variable.c (set_const_visibility): fix typo. a patch from Tomoyukimame
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki
2011-01-28 * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki
2011-01-28* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki
2011-01-28remove unnecessary local variable.kosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki
2011-01-28 * configure.in (--with-valgrind): Fixed r29683. Now this optionkosaki
2011-01-28We don't only need to change "struct stat.st_size" test, but alsokosaki
2011-01-28 * configure.in: Add #include<sys/stat.h> when struct stat iskosaki
2011-01-28 * configure.in: redundant variable names made strange conftestkosaki
2011-01-28* test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa
2011-01-28 * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().kosaki
2011-01-28 * configure.in: Added mode_t type checking.kosaki
2011-01-27 * re.c (rb_reg_raise): add GC guard to prevent intermediatekosaki
2011-01-27 * hash.c (rb_hash_fetch_m): add GC guard to prevent intermediatekosaki
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki
2011-01-27* 2011-01-28svn
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki
2011-01-27* st.c (st_foreach): check if unpacked.nobu
2011-01-27* misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.nobu
2011-01-27 * bignum.c (rb_str_to_inum): get rid of too huge alloca().kosaki
2011-01-27 * object.c (rb_str_to_dbl): rewrite again. use ALLOCV insteadkosaki
2011-01-27 * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.kosaki
2011-01-27 * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().kosaki
2011-01-27 * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().kosaki
2011-01-27 * win32/win32.c (open_dir_handle): get rid of too huge alloca().kosaki
2011-01-27 * file.c (w32_io_info): get rid of too huge alloca().kosaki
2011-01-27 * win32/win32.c (wstati64): get rid of too huge alloca().kosaki
2011-01-27* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry.usa
2011-01-27* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too hugeusa
2011-01-27* process.c (ALLOC_ARGV_WITH_STR): fix void pointer arithmetic.nobu
2011-01-26* process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu
2011-01-26* include/ruby/ruby.h (ALLOCV): new API for exception-safenobu
2011-01-26* dln_find.c (dln_find_1): use rb_warning and return immediatelynobu
2011-01-26 * class.c (clone_method): add GC guard to prevent intermediatenagachika
2011-01-26* template/id.h.tmpl: parenthesize macro arguments.akr
2011-01-26 * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediatenagachika
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2011-01-26* 2011-01-26svn
2011-01-26* string.c (=~): documentation fix; the return value is nil whennaruse