summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-31* addr2line.c: suppressed shorten-64-to-32 warnings.naruse
2011-01-30Additional fix for r30736naruse
2011-01-30Add ML Reference and a test for r30736 [ruby-core:34997]naruse
2011-01-30* 2011-01-31svn
2011-01-30* array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) beforenaruse
2011-01-30* missing/crypt.c: parenthesize macro arguments.akr
2011-01-30* test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu
2011-01-30* test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu
2011-01-30* strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr
2011-01-30* enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu
2011-01-30* hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu
2011-01-30* string.c (rb_str_ellipsize): new function to ellipsize a string.nobu
2011-01-30* include/ruby/encoding.h (rb_enc_step_back): new function to stepnobu
2011-01-30* enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu
2011-01-30io.c (struct argf): char behaves like an unsigned char by default on AIX.kanemoto
2011-01-29* configure.in: Mac OS X wrongly reports it has fdatasync(3).naruse
2011-01-29* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse
2011-01-29 * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition.kosaki
2011-01-29* 2011-01-30svn
2011-01-29* array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse
2011-01-29 * benchmark/driver.rb (BenchmarkDriver#measure): Show command linekosaki
2011-01-29* property.nobu
2011-01-29* vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame
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