aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * compile.c (defined_expr): guard the whole expression.nobu2012-02-111-0/+12
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-111-0/+17
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-111-0/+23
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-091-9/+6
* * test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu2012-02-092-17/+25
* * test/pathname/test_pathname.rb (test_binread): add assertion tonagachika2012-02-091-1/+3
* * test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa2012-02-091-1/+5
* * test/pathname/test_pathname.rb: not read but binread.naruse2012-02-081-1/+1
* FreeBSD needs multiple -o.naruse2012-02-081-1/+1
* * test/-ext-/string/test_modify_expand.rb: test for r34492.nobu2012-02-082-0/+121
* Fix condition.naruse2012-02-081-1/+1
* "street" for X509 Name is not supported before 0.9.8m.naruse2012-02-081-9/+28
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-0/+15
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-0/+51
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-0/+6
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-071-0/+21
* * encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse2012-02-051-0/+3
* * test/net/http/test_https_proxy.rbkazu2012-02-022-0/+12
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou2012-02-021-0/+38