aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-1/+1
* forgotten to commit at r34834.usa2012-02-271-6/+6
* * test/ruby/test_syntax.rb (test_newline_in_block_parameters):nobu2012-02-271-0/+10
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): since methodsnobu2012-02-271-0/+7
* * test/rubygems/test_gem_specification.rb (test_self_from_yaml_syck_default_k...nobu2012-02-271-2/+1
* * regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse2012-02-261-5/+12
* * compile.c (iseq_compile_each): call on special object instead ofnobu2012-02-261-0/+7
* Fix r34779. Raised error on connection reset varies on environments.naruse2012-02-251-1/+1
* * complex.c (nucomp_marshal_load): raise error on invalid data.naruse2012-02-251-0/+14
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-254-6/+39
* * parse.y (parser_tokadd_string): insert a backslash only ifnobu2012-02-241-3/+9
* * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu2012-02-242-1/+23
* * dir.c (dir_initialize): keep path in original encoding.nobu2012-02-242-0/+22
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi2012-02-241-0/+16
* * test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei2012-02-241-0/+1
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-0/+30
* * lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain2012-02-241-0/+12
* * parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu2012-02-231-3/+4
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-233-1/+77
* * test/test_curses.rb: new file.akr2012-02-231-0/+12
* * lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre2012-02-221-1/+2
* * io.c (rb_io_extract_modeenc): fail only if conflictingnobu2012-02-221-4/+7
* * test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]nobu2012-02-221-1/+1
* * reverted 34739 for test/date.tadf2012-02-224-5/+17
* * lib/test/unit.rb (setup_options): add option "--show-skip" tosorah2012-02-221-0/+7
* * test/date, test/rdoc: exclude tests dependent on unbundled libraries.nobu2012-02-225-20/+6
* * io.c (rb_io_s_foreach): argument check before making Enumerator.nobu2012-02-221-0/+7
* * io.c (rb_io_s_foreach): return enumerator including kerwordnobu2012-02-221-0/+3
* * test/mkmf/test_framework.rb: try CoreFoundation framework, thannobu2012-02-221-2/+2
* * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre2012-02-211-0/+1
* add a test.akr2012-02-191-0/+4
* add assertions.akr2012-02-191-0/+5
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): check pag and dir isakr2012-02-191-0/+2
* cosmetic change.akr2012-02-181-1/+1
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): check magic numbers.akr2012-02-181-1/+28
* simplify a test.akr2012-02-181-6/+6
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): DBM::VERSION shouldakr2012-02-181-0/+3
* * test/dbm/test_dbm.rb (test_dbmfile_suffix): test dbm file suffix.akr2012-02-181-0/+15
* * lib/fileutils.rb: refactored FileUtil methods to use thetenderlove2012-02-173-11/+15
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-172-2/+2
* * enum.c: move work variables to objects not to let called blocksnobu2012-02-171-0/+19
* * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr2012-02-161-2/+2
* * insns.def (splatarray): make new array if flag is set.nobu2012-02-151-1/+6
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-0/+16
* * ext/fiddle/closure.c (callback): same as r34506.nobu2012-02-151-0/+25
* Add test for r34624.naruse2012-02-151-0/+5
* Set encoding as ASCII-8BIT. [Bug #6027]naruse2012-02-141-1/+1
* * vm_method.c (rb_method_boundp):knu2012-02-131-2/+2
* * io.c (io_setstrbuf): defer resizing buffer string until data isnobu2012-02-131-4/+26
* * vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain2012-02-111-0/+14