summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-25Fix r34779. Raised error on connection reset varies on environments.naruse
2012-02-25* complex.c (nucomp_marshal_load): raise error on invalid data.naruse
2012-02-25* ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu
2012-02-24* parse.y (parser_tokadd_string): insert a backslash only ifnobu
2012-02-24* dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu
2012-02-24* dir.c (dir_initialize): keep path in original encoding.nobu
2012-02-24* test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi
2012-02-24* test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei
2012-02-24* ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-02-23* parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu
2012-02-23* ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove
2012-02-23* test/test_curses.rb: new file.akr
2012-02-22* lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre
2012-02-22* io.c (rb_io_extract_modeenc): fail only if conflictingnobu
2012-02-22* test/iconv/test_option.rb: enabled. [ruby-core:42802][Bug #6061]nobu
2012-02-22 * reverted 34739 for test/date.tadf
2012-02-22* lib/test/unit.rb (setup_options): add option "--show-skip" tosorah
2012-02-22* test/date, test/rdoc: exclude tests dependent on unbundled libraries.nobu
2012-02-22* io.c (rb_io_s_foreach): argument check before making Enumerator.nobu
2012-02-22* io.c (rb_io_s_foreach): return enumerator including kerwordnobu
2012-02-22* test/mkmf/test_framework.rb: try CoreFoundation framework, thannobu
2012-02-21* proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre
2012-02-19add a test.akr
2012-02-19add assertions.akr
2012-02-19* test/dbm/test_dbm.rb (test_dbmfile_suffix): check pag and dir isakr
2012-02-18cosmetic change.akr
2012-02-18* test/dbm/test_dbm.rb (test_dbmfile_suffix): check magic numbers.akr
2012-02-18simplify a test.akr
2012-02-18* test/dbm/test_dbm.rb (test_dbmfile_suffix): DBM::VERSION shouldakr
2012-02-18* test/dbm/test_dbm.rb (test_dbmfile_suffix): test dbm file suffix.akr
2012-02-17* lib/fileutils.rb: refactored FileUtil methods to use thetenderlove
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2012-02-17* enum.c: move work variables to objects not to let called blocksnobu
2012-02-16* test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr
2012-02-15* insns.def (splatarray): make new array if flag is set.nobu
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2012-02-15* ext/fiddle/closure.c (callback): same as r34506.nobu
2012-02-15Add test for r34624.naruse
2012-02-14Set encoding as ASCII-8BIT. [Bug #6027]naruse
2012-02-13* vm_method.c (rb_method_boundp):knu
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-02-11* vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain
2012-02-11* compile.c (defined_expr): guard the whole expression.nobu
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-02-09* test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu
2012-02-09* test/pathname/test_pathname.rb (test_binread): add assertion tonagachika
2012-02-09* test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa