summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-01Import RDoc 2.5drbrain
2010-04-01Add test for sprintf with Infinity and NaN.naruse
2010-04-01* sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse
2010-04-01* object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse
2010-04-01* lib/scanf.rb: support %a format. [ruby-dev:40650]naruse
2010-03-31* ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove
2010-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove
2010-03-31* time.c: less bignum allocations.akr
2010-03-31* test/rake/test_{package_task,rules,task_manager}.rb: usenobu
2010-03-31* test/psych/test_emitter.rb (setup): encoding of @out should be same as scri...wanabe
2010-03-31* test/rubygems/gemutilities.rb (setup, teardown):naruse
2010-03-29* lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove
2010-03-29* test/psych/*: switching tests to use relative require.tenderlove
2010-03-29* lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu
2010-03-29instance_methods should not special-case singleton classes, fixes #2993shyouhei
2010-03-29* test/psych/visitors/test_to_ruby.rb: switching to assert_in_deltatenderlove
2010-03-28* ext/psych/*: importing Psych to trunktenderlove
2010-03-28* lib/scanf.rb: fix max width modifier for %f.naruse
2010-03-28Imported minitest 1.6.0 r5717.ryan
2010-03-28* lib/scanf.rb: fix %[egEFG] isn't accept.naruse
2010-03-27* time.c: fix previos commit.akr
2010-03-26* NEWS: add Thread#add_trace_func and Thread#set_trace_func.wanabe
2010-03-26* test/ruby/test_hash.rb (test_recursive_key): recursive keys areshugo
2010-03-26* lib/yaml/basenode.rb: deprecating YPath methodstenderlove
2010-03-25* test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo
2010-03-22* test/yaml/test_hash.rb (test_ref_append): adding a test for idreftenderlove
2010-03-22add a test.wanabe
2010-03-21* lib/uri/common.rb (URI.encode_www_form_component):naruse
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-20* test/dl/test_handle.rb: skip some tests on mswin/mingw.wanabe
2010-03-20add tests.akr
2010-03-20* array.c (rb_ary_uniq_bang): the array is already unique if theakr
2010-03-19* test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr)wanabe
2010-03-19* test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64.wanabe
2010-03-19* test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function.wanabe
2010-03-18add test.akr
2010-03-17* util.c (ruby_strtod): Add support for Hexadecimalnaruse
2010-03-17* lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse
2010-03-16* parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame
2010-03-15* io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz
2010-03-15* random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655]naruse
2010-03-14* file.c (realpath_internal): regulate separators in prefix.nobu
2010-03-14* io.c (rb_io_each_codepoint): read directly when readconv isnobu
2010-03-13* enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz
2010-03-12* file.c (rb_file_s_basename): check encoding of suffix.nobu
2010-03-12indented.akr
2010-03-12wrap tests by Emoji module.akr