aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * array.c (inspect_ary): don't taint the inspected result of anaruse2011-02-153-9/+6
* * encoding.c (rb_enc_compatible): change the rule for empty strings:naruse2011-02-154-18/+20
* * string.c (rb_enc_cr_str_buf_cat): remove special treatment ofnaruse2011-02-153-5/+13
* * 2011-02-15svn2011-02-151-2/+2
* * test/ruby/test_system.rb (TestSystem#test_system_at): use findstrusa2011-02-152-1/+7
* * thread.c (rb_thread_io_blocking_region): reset th->waiting_fdnagachika2011-02-142-0/+7
* * configure.in: revert r30621. That revision introduced mkmf testshyouhei2011-02-142-3/+5
* * ext/fiddle/conversions.h: parenthesize macro arguments.akr2011-02-142-2/+6
* * win32/setup.mak (USE_RUBYGEMS): fixed r30835. It didn't work onkosaki2011-02-142-0/+10
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+13
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-142-0/+12
* * win32/win32.c (is_internal_cmd): if the first char of prog is '@',usa2011-02-142-0/+7
* * lib/test/unit.rb: revert r30863, because it causes too many noise.usa2011-02-142-14/+6
* * 2011-02-14svn2011-02-131-2/+2
* * ext/curses/curses.c: parenthesize macro arguments.akr2011-02-132-4/+8
* * lib/test/unit.rb (Test::Unit::RequireFiles#non_options): skipnobu2011-02-132-2/+19
* * ChangeLog: re-edit, and fix indent.nobu2011-02-131-5/+5
* * test/openssl/test_config.rb (OpenSSL#test_freeze): fix errornobu2011-02-132-3/+7
* * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):nobu2011-02-132-1/+5
* * test/syck/test_string.rb (Syck::TestString#test_non_binary_string):nobu2011-02-133-3/+9
* * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):nobu2011-02-132-2/+12
* * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda inmatz2011-02-122-1/+6
* * lib/date.rb (Date#===): [ruby-core:35127]tadf2011-02-123-5/+12