aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-0/+13
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-012-0/+15
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-011-0/+2
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-311-0/+19
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-311-0/+2
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-0/+25
* * time.c: less bignum allocations.akr2010-03-311-0/+29
* * test/rake/test_{package_task,rules,task_manager}.rb: usenobu2010-03-313-1/+29
* * test/psych/test_emitter.rb (setup): encoding of @out should be same as scri...wanabe2010-03-311-1/+1
* * test/rubygems/gemutilities.rb (setup, teardown):naruse2010-03-311-0/+17
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-0/+7
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-2929-29/+29
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-291-0/+2
* instance_methods should not special-case singleton classes, fixes #2993shyouhei2010-03-291-0/+8
* * test/psych/visitors/test_to_ruby.rb: switching to assert_in_deltatenderlove2010-03-292-4/+5
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2830-0/+3274
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-1/+1
* Imported minitest 1.6.0 r5717.ryan2010-03-282-40/+44
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-5/+5
* * time.c: fix previos commit.akr2010-03-271-0/+18
* * NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe2010-03-261-0/+60
* * test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo2010-03-261-2/+4
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-261-0/+1
* * test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken2010-03-251-8/+11
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-233-1/+20
* * object.c (rb_obj_singleton_class): new methodshugo2010-03-231-0/+21
* * test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove2010-03-221-0/+11
* add a test.wanabe2010-03-221-0/+25
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-4/+6
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-0/+43
* * test/dl/test_handle.rb: skip some tests on mswin/mingw.wanabe2010-03-201-0/+3
* add tests.akr2010-03-201-0/+41
* * array.c (rb_ary_uniq_bang): the array is already unique if theakr2010-03-201-0/+43
* * test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr)wanabe2010-03-191-1/+1
* * test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64.wanabe2010-03-191-4/+9
* * test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function.wanabe2010-03-191-0/+1
* add test.akr2010-03-181-0/+9
* * util.c (ruby_strtod): Add support for Hexadecimalnaruse2010-03-171-0/+9
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-7/+19
* * parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame2010-03-161-1/+3
* * io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz2010-03-151-0/+17
* * random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655]naruse2010-03-151-0/+10
* * file.c (realpath_internal): regulate separators in prefix.nobu2010-03-141-0/+4
* * io.c (rb_io_each_codepoint): read directly when readconv isnobu2010-03-141-0/+10
* * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz2010-03-132-33/+1
* * file.c (rb_file_s_basename): check encoding of suffix.nobu2010-03-121-0/+2
* indented.akr2010-03-121-337/+337
* wrap tests by Emoji module.akr2010-03-121-0/+12
* * lib/uri/common.rb (URI.encode_www_form): new method tonaruse2010-03-121-0/+25
* add tests.akr2010-03-111-0/+18