aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2012-01-03svn2012-01-031-2/+2
* * tool/merger.rb (#version_up): version.h date should be Japanesekosaki2012-01-032-1/+7
* * tool/file2lastrev.rb (VCS::detect): Add support for Subversionknu2012-01-022-3/+20
* * lib/securerandom.rb (random_bytes): use IO#read instead ofakr2012-01-022-1/+6
* * vm.c: fix comment.ktsj2012-01-021-6/+6
* * test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj2012-01-022-0/+8
* * test/ruby/test_object.rb (test_send_with_block): moved fromktsj2012-01-023-13/+19
* * lib/test/unit/parallel.rb: use pack("m0") instead ofkazu2012-01-023-5/+11
* * lib/test/unit.rb (Test::Unit::Runner::Worker#run): usekazu2012-01-022-1/+6
* * 2012-01-02svn2012-01-021-2/+2
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): find maykazu2012-01-022-1/+7
* * 2012-01-01svn2012-01-011-4/+4
* * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flagknu2012-01-013-3/+22
* Fix typoayumin2011-12-311-1/+1
* * 2011-12-31svn2011-12-301-2/+2
* * thread.c (rb_barrier_waiting): save the number of waiting threadsnaruse2011-12-303-21/+32
* * vm.c (vm_exec): add guard to prevent optimization for LLVM clang.naruse2011-12-302-0/+7
* * vm_eval.c (rb_f_send): fix [Bug #5125] [ruby-core:38633]ayumin2011-12-302-2/+7
* * lib/matrix.rb (symmetric?): Trivial optimizationmarcandre2011-12-301-2/+3
* * 2011-12-30svn2011-12-301-2/+2
* * vm_core.h: Fix comment about arg_opts of iseq and some typosmarcandre2011-12-303-7/+7
* * lib/test/unit.rb (Test::Unit::Runner::Worker#_run_parallels): fixnagachika2011-12-292-1/+9
* * 2011-12-29svn2011-12-281-2/+2
* * include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported.nagachika2011-12-283-2/+8
* fix indentkazu2011-12-281-1/+1
* * doc/ChangeLog-1.9.3, test/gdbm/test_gdbm.rb: fixed mingw typo.nobu2011-12-282-2/+2
* * lib/fileutils.rb (FileUtils::Entry_#entries): use utility methodnobu2011-12-282-1/+6
* * ChangeLog: fix some typos.nagachika2011-12-271-3/+3
* * 2011-12-28svn2011-12-271-2/+2
* * vm_insnhelper.c (unknown_keyword_error): add GC guard to preventnagachika2011-12-272-0/+6
* * lib/test/unit.rb (Worker#close): "closing IO if IO is closed"sorah2011-12-272-1/+6
* * st.c (st_update): new function to lookup the given key andnobu2011-12-276-0/+136
* * 2011-12-27svn2011-12-271-2/+2
* * node.h (rb_args_info): change pre_args_num and post_args_num asnobu2011-12-274-7/+15
* * vm_insnhelper.c (unknown_keyword_error): make it kind a error message when ...mame2011-12-262-4/+18
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame2011-12-266-12/+43
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame2011-12-267-3/+238
* * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame2011-12-265-75/+650
* * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame2011-12-266-102/+83
* * node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a pre...mame2011-12-263-5/+9
* * io.c (rb_sys_fail_path): move the definition.shirosaki2011-12-263-26/+61
* * common.mk (LIBRUBY_A): depends on main.o since r33774.nobu2011-12-262-1/+6
* * ChangeLog: fix miss; testcase is test file.sorah2011-12-261-2/+2
* * test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa2011-12-262-23/+25
* * lib/test/unit.rb: Avoid zombie processes on "--separate" optionsorah2011-12-262-1/+9
* * ext/openssl/ossl_cipher.c: Fix more typos.emboss2011-12-251-4/+4
* * ext/openssl/ossl_cipher.c: Fixed typo.emboss2011-12-251-1/+1
* * ext/openssl/ossl_cipher.c: Update and complete documentation.emboss2011-12-251-1/+1
* * 2011-12-26svn2011-12-251-2/+2
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34123 b2dd03c8-39d4-4d8f-98...emboss2011-12-252-23/+208