summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-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-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 * 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): 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* 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-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 * 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* 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