summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-01-24* dln_find.c (dln_find_1): omit too long pathnames.nobu
2011-01-24* string.c (rb_str_resize): get rid of out-of-bound access.nobu
2011-01-24* test/ruby/test_thread.rb: remove unused variables.kazu
2011-01-24* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu
2011-01-24move under correct classkazu
2011-01-24* string.c (rb_string_value_cstr): rb_str_modify can changenobu
2011-01-24 * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki
2011-01-24* 2011-01-25svn
2011-01-24 * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()kosaki
2011-01-24* vm_insnhelper.h: parenthesize macro arguments.akr
2011-01-24 * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N becausekosaki
2011-01-24* 2011-01-24svn
2011-01-24* error.c (rb_invalid_str): prevent intermediate variable from GC.nobu
2011-01-23 * test/io/console/test_io_console.rb: Don't run test if the systemkosaki
2011-01-23 * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki
2011-01-23* vm_exec.h: parenthesize macro arguments.akr
2011-01-23* template/fake.rb.in (ruby): suppress warnings.nobu
2011-01-22 * string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu
2011-01-22* string.c (str_nth_len, str_utf8_nth): return the rest length together.nobu
2011-01-22reverting r30628 since this seems like a bug in libyamltenderlove
2011-01-22* 2011-01-23svn
2011-01-22 * test/test_syslog.rb: Fix to make a lot of test failure ifkosaki
2011-01-22* properties.nobu