aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-0/+15
* * variable.c (set_const_visibility): fix typo. a patch from Tomoyukimame2011-01-281-0/+5
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki2011-01-281-0/+6
* * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki2011-01-281-0/+4
* * ext/zlib/zlib.c: parenthesize macro arguments.akr2011-01-281-0/+4
* * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki2011-01-281-0/+6
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki2011-01-281-0/+5
* * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki2011-01-281-0/+6
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki2011-01-281-0/+6
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki2011-01-281-0/+5
* * configure.in (--with-valgrind): Fixed r29683. Now this optionkosaki2011-01-281-0/+5
* * configure.in: Add #include<sys/stat.h> when struct stat iskosaki2011-01-281-0/+5
* * configure.in: redundant variable names made strange conftestkosaki2011-01-281-0/+5
* * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa2011-01-281-0/+6
* * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().kosaki2011-01-281-0/+5
* * configure.in: Added mode_t type checking.kosaki2011-01-281-0/+8
* * re.c (rb_reg_raise): add GC guard to prevent intermediatekosaki2011-01-271-0/+5
* * hash.c (rb_hash_fetch_m): add GC guard to prevent intermediatekosaki2011-01-271-0/+5
* * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki2011-01-271-0/+6
* * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki2011-01-271-0/+6
* * st.c (st_foreach): check if unpacked.nobu2011-01-271-0/+4
* * misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.nobu2011-01-271-0/+5
* * bignum.c (rb_str_to_inum): get rid of too huge alloca().kosaki2011-01-271-0/+4
* * object.c (rb_str_to_dbl): rewrite again. use ALLOCV insteadkosaki2011-01-271-0/+5
* * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.kosaki2011-01-271-0/+4
* * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().kosaki2011-01-271-0/+5
* * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().kosaki2011-01-271-0/+4
* * win32/win32.c (open_dir_handle): get rid of too huge alloca().kosaki2011-01-271-0/+4
* * file.c (w32_io_info): get rid of too huge alloca().kosaki2011-01-271-0/+5
* * win32/win32.c (wstati64): get rid of too huge alloca().kosaki2011-01-271-0/+5
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too hugeusa2011-01-271-0/+5
* * process.c (ALLOC_ARGV_WITH_STR): fix void pointer arithmetic.nobu2011-01-271-0/+4
* * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu2011-01-261-0/+6
* * include/ruby/ruby.h (ALLOCV): new API for exception-safenobu2011-01-261-0/+8
* * dln_find.c (dln_find_1): use rb_warning and return immediatelynobu2011-01-261-0/+5
* * class.c (clone_method): add GC guard to prevent intermediatenagachika2011-01-261-0/+5
* * template/id.h.tmpl: parenthesize macro arguments.akr2011-01-261-0/+4
* * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediatenagachika2011-01-261-0/+5
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+6
* * string.c (=~): documentation fix; the return value is nil whennaruse2011-01-261-0/+5
* * dln_find.c (dln_find_1): omit too long pathnames.nobu2011-01-241-0/+4
* * string.c (rb_str_resize): get rid of out-of-bound access.nobu2011-01-241-0/+4
* * test/ruby/test_thread.rb: remove unused variables.kazu2011-01-241-0/+4
* * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu2011-01-241-0/+5
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+5
* * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki2011-01-241-0/+4
* * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()kosaki2011-01-241-0/+5
* * vm_insnhelper.h: parenthesize macro arguments.akr2011-01-241-0/+4
* * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N becausekosaki2011-01-241-0/+5
* * error.c (rb_invalid_str): prevent intermediate variable from GC.nobu2011-01-241-0/+5