aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * missing/crypt.c: parenthesize macro arguments.akr2011-01-302-39/+43
* * test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu2011-01-302-2/+5
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-303-0/+10
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-303-1/+23
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-303-12/+23
* * hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu2011-01-303-4/+14
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-305-1/+114
* * include/ruby/encoding.h (rb_enc_step_back): new function to stepnobu2011-01-302-0/+6
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-303-1/+17
* io.c (struct argf): char behaves like an unsigned char by default on AIX.kanemoto2011-01-302-1/+6
* * configure.in: Mac OS X wrongly reports it has fdatasync(3).naruse2011-01-292-0/+5
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-293-2/+15
* * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition.kosaki2011-01-292-0/+11
* * 2011-01-30svn2011-01-291-2/+2
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-293-1/+7
* * benchmark/driver.rb (BenchmarkDriver#measure): Show command linekosaki2011-01-292-1/+6
* * property.nobu2011-01-290-0/+0
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-293-2/+25
* Import rubygems 1.5.0 (release candidate @ 09893d9)ryan2011-01-2887-331/+570
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-283-3/+17
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-283-3/+18
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-285-8/+58
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-285-14/+89
* * 2011-01-29svn2011-01-281-2/+2
* * variable.c (set_const_visibility): fix typo. a patch from Tomoyukimame2011-01-282-1/+6
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki2011-01-282-12/+11
* * ext/dbm/extconf.rb: Added new header places for Fedora13.kosaki2011-01-282-3/+7
* * ext/zlib/zlib.c: parenthesize macro arguments.akr2011-01-282-1/+5
* * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki2011-01-282-3/+18
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki2011-01-282-2/+7
* * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki2011-01-282-2/+8
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki2011-01-282-2/+8
* remove unnecessary local variable.kosaki2011-01-281-1/+0
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki2011-01-282-1/+24
* * configure.in (--with-valgrind): Fixed r29683. Now this optionkosaki2011-01-282-3/+8
* We don't only need to change "struct stat.st_size" test, but alsokosaki2011-01-281-1/+1
* * configure.in: Add #include<sys/stat.h> when struct stat iskosaki2011-01-282-1/+6
* * configure.in: redundant variable names made strange conftestkosaki2011-01-282-2/+7
* * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa2011-01-282-2/+12
* * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().kosaki2011-01-282-2/+7
* * configure.in: Added mode_t type checking.kosaki2011-01-283-2/+11
* * re.c (rb_reg_raise): add GC guard to prevent intermediatekosaki2011-01-272-1/+6
* * hash.c (rb_hash_fetch_m): add GC guard to prevent intermediatekosaki2011-01-272-1/+6
* * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki2011-01-272-2/+8
* * 2011-01-28svn2011-01-271-2/+2
* * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki2011-01-272-4/+11
* * st.c (st_foreach): check if unpacked.nobu2011-01-272-1/+14
* * misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.nobu2011-01-272-1/+5
* * bignum.c (rb_str_to_inum): get rid of too huge alloca().kosaki2011-01-272-2/+11
* * object.c (rb_str_to_dbl): rewrite again. use ALLOCV insteadkosaki2011-01-272-7/+9