aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika2012-03-071-1/+33
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-2/+4
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+8
* * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove2012-03-061-0/+14
* * lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove2012-03-061-1/+24
* * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove2012-03-062-15/+110
* Fix typo.naruse2012-03-061-1/+1
* * parse.y (parser_tokadd_string): escape simple regexp metanobu2012-03-061-1/+35
* * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu2012-03-061-9/+19
* only run `test_key` on ruby 2.0.0 or uptenderlove2012-03-051-0/+1
* * parse.y (block_call): rules for block_call after block_call.nobu2012-03-051-0/+14
* assert_valid_syntaxnobu2012-03-051-8/+9
* fix typoskazu2012-03-051-2/+2
* * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bugnobu2012-03-051-1/+1
* * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa2012-03-051-1/+1
* Fix condition of r34897.naruse2012-03-051-1/+1
* Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.naruse2012-03-051-1/+2
* * parse.y (parser_tokadd_string): regexp engine doesn't neednobu2012-03-041-3/+8
* * process.c (rb_run_exec_options_err): chdir at last to interpretakr2012-03-031-0/+10
* * lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove2012-03-021-0/+11
* * lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove2012-03-021-0/+34
* * lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove2012-03-021-0/+102
* subclass of Stringnobu2012-03-021-0/+7
* * test/ruby/test_array.rb (test_combination2): Make the test case fornahi2012-03-021-3/+1
* * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa2012-02-291-0/+1
* * test/ruby/memory_status.rb (Memory): syntax error.usa2012-02-291-1/+1
* /proc/self/status format checknobu2012-02-291-2/+2
* * ext/date/date_core.c: [ruby-core:42998]tadf2012-02-281-0/+6
* * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu2012-02-281-0/+33
* * lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu2012-02-281-0/+7
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-1/+1
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-282-11/+9
* * 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