aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix type of arguments in debug prints.naruse2011-02-231-6/+15
* * 2011-02-23svn2011-02-231-2/+2
* Show encoding of compiling regexp.naruse2011-02-231-1/+1
* * lib/test/unit.rb: Fix --ruby option doesn't effect.sorah2011-02-222-2/+7
* * ext/openssl/ossl_digest.c: parenthesize macro arguments.akr2011-02-222-4/+8
* * lib/test/unit.rb: Fix merging miss.sorah2011-02-222-1/+8
* * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah2011-02-226-37/+490
* Apply documentation patch from mathew murphy. [Bug #4149]drbrain2011-02-212-2/+181
* * ext/psych/lib/psych.rb: increase Psych to 1.1.0 for help withtenderlove2011-02-212-1/+6
* * ext/psych/lib/psych/streaming.rb: refactor streaming methods to atenderlove2011-02-216-19/+46
* should have used anchor, not oidtenderlove2011-02-211-2/+2
* * 2011-02-22svn2011-02-211-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb (accept): use Hash#key?tenderlove2011-02-212-3/+12
* * ext/psych/lib/psych/json/yaml_events.rb: refactoring JSON eventtenderlove2011-02-214-42/+43
* * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove2011-02-215-3/+43
* moving autoload to require so that the correct files are requiredtenderlove2011-02-211-1/+1
* * ext/psych/lib/psych/json/ruby_events.rb: DRY up ruby event handlingtenderlove2011-02-214-28/+34
* * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove2011-02-213-7/+36
* * 2011-02-21svn2011-02-201-2/+2
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-202-6/+29
* * ext/openssl/ossl_cipher.c: parenthesize macro arguments.akr2011-02-202-7/+11
* * thread.c (exec_recursive): prevent temporary objects from GC.nobu2011-02-202-6/+9
* * property.nobu2011-02-200-0/+0
* * prevent temporary objects from GC, and should not usenobu2011-02-208-8/+18
* * file.c (rb_file_flock): use rb_thread_io_blocking_region for thenobu2011-02-202-1/+6
* lib/minitest/*.rb: Imported minitest 2.0.2 r6207ryan2011-02-1911-53/+59
* * signal.c (sig_trap): avoid pthread_sigmask(xx, &mask, &mask) usagekosaki2011-02-192-7/+21
* * 2011-02-20svn2011-02-191-2/+2
* * ext/openssl/ossl_bn.c: parenthesize macro arguments.akr2011-02-192-6/+10
* * vm_insnhelper.c (vm_check_if_namespace): guard temporary objectnagachika2011-02-192-1/+8
* Fix tests.naruse2011-02-192-1/+2
* * 2011-02-19svn2011-02-181-2/+2
* * lib/test/unit.rb: partial revert of r30849. [ruby-core:32864]tenderlove2011-02-183-2/+41
* * lib/fileutils.rb (FileUtils::remove_entry_secure): there is ashyouhei2011-02-182-4/+17
* * compile.c (get_exception_sym2type): guard temporary object from GC.nagachika2011-02-172-1/+7
* * 2011-02-18svn2011-02-171-2/+2
* * iseq.c (prepare_iseq_build): initialize iseq_compile_data::err_infonagachika2011-02-172-0/+6
* * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):nagachika2011-02-172-1/+6
* * 2011-02-17svn2011-02-171-2/+2
* * ext/openssl/ossl.h: parenthesize macro arguments.akr2011-02-172-8/+12
* * eval_jump.c (rb_exec_end_proc): changed at_exit and END prockosaki2011-02-163-37/+59
* * 2011-02-16svn2011-02-161-2/+2
* * ext/openssl/openssl_missing.h: parenthesize macro arguments.akr2011-02-162-13/+17
* * ext/gdbm/gdbm.c: parenthesize macro arguments.akr2011-02-152-4/+8
* * array.c (ary_join_1): fix array size.akr2011-02-152-1/+5
* * configure.in: fix and resubmit r30621. [ruby-dev:43203]kosaki2011-02-152-0/+8
* Fix typo of rdoc. [ruby-core:35016]naruse2011-02-151-1/+1
* Add a test for the encoding of str_aset. [ruby-core:35142]naruse2011-02-151-0/+4
* * array.c (array_join): copy the encoding of the first element asnaruse2011-02-153-4/+37
* * hash.c (inspect_i): copy the encoding of the first key asnaruse2011-02-152-1/+10