aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follownobu2011-12-211-4/+19
* * test/ruby/test_require.rb (test_race_exception): delete temporary library n...nobu2011-12-201-0/+1
* * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.orgkazu2011-12-202-2/+2
* * ext/date/date_core.c: uses to_integer instead.tadf2011-12-202-7/+69
* * Make sure to clear $! when ignoring an exceptionnahi2011-12-201-0/+11
* * test/ruby/test_require.rb (test_race_exception): rewrote withoutnobu2011-12-201-25/+25
* * test/date/test_date_base.rb (test_jd): tests fornobu2011-12-201-0/+7
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follownobu2011-12-181-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove2011-12-181-0/+11
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove2011-12-181-0/+22
* * test/thread/test_queue.rb (test_thr_kill): extend timeout.nagachika2011-12-181-2/+2
* * test/ruby/envutil.rb (invoke_ruby): remove :timeout option beforenagachika2011-12-181-1/+1
* * io.c (argf_type): make typed data.nobu2011-12-151-0/+12
* * error.c (rb_check_typeddata): refine error message withnobu2011-12-151-0/+21
* Use SIGINT to interrupt.naruse2011-12-151-1/+1
* * regcomp.c (onig_region_memsize): implemented for memsize_of().nobu2011-12-151-0/+4
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu2011-12-151-2/+2
* * test/ruby/test_require.rb (test_race_exception): get rid ofnobu2011-12-151-5/+4
* * test/ruby/test_io_m17n.rbusa2011-12-141-2/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa2011-12-141-0/+92
* Use pipe instead of $stdin.read.naruse2011-12-141-1/+1
* * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse2011-12-141-0/+15
* The test added in r34034 needs to run thousands of times.naruse2011-12-141-10/+11
* FreeBSD 9.0 RC3 is now released.naruse2011-12-141-1/+1
* Add test for [Bug #5343] [ruby-core:39634]naruse2011-12-141-0/+17
* * parse.y (primary): point method name line. [ruby-core:40936]nobu2011-12-132-8/+22
* * error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika2011-12-131-0/+17
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-0/+56
* * lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove2011-12-121-14/+17
* * lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove2011-12-121-0/+46
* * parse.y (parser_magic_comment): should pass the proper value.nobu2011-12-121-2/+2
* * vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu2011-12-121-0/+273
* * parse.y (stmt_or_begin): changed the error message for BEGIN notshugo2011-12-121-3/+6
* Set yamler as syck.naruse2011-12-121-0/+6
* * lib/net/imap.rb: includes the sequence number of UID in a errorshugo2011-12-111-0/+10
* * error.c (exit_initialize): deal with true and false as well asnobu2011-12-111-0/+14
* * test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu2011-12-101-13/+13
* * test/ruby/test_econv.rb (TestEncodingConverter#test_default_external): drop...nobu2011-12-101-2/+2
* * test/ruby/test_econv.rb (test_default_external): include iso-8859-16.nobu2011-12-091-1/+1
* It should be require_relative.naruse2011-12-091-1/+1
* * file.c (file_path_convert): don't convert it when the path string isnaruse2011-12-091-0/+20
* Generate temporary file in tmpdir.naruse2011-12-081-4/+12
* * variable.c (set_const_visibility): clear inine-cache when constant'snagachika2011-12-081-0/+21
* update doc and add test for SystemExit.new.akr2011-12-081-0/+15
* * test/rexml/test_order.rb (OrderTester#test_more_ordering): useusa2011-12-081-1/+1
* * test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa2011-12-081-0/+2
* It is fixed in FreeBSD 9.0 RC3, not RC2.naruse2011-12-071-1/+1
* * vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu2011-12-071-0/+6
* FreeBSD 9.0 RC2 fixes the bug.naruse2011-12-071-2/+2
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-061-1/+77