summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2010-03-12* lib/uri/common.rb (URI.encode_www_form): new method tonaruse
2010-03-11add tests.akr
2010-03-11* time.c (time_round): new method Time#round. [ruby-dev:40595]akr
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-03-09* test/dl/test_method.rb: delete a residual test for dl on libffi.mame
2010-03-09* enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken
2010-03-07add a test.akr
2010-03-07* file.c: add optional basedir argument for realpath/realdirpath.akr
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame
2010-03-06* io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame
2010-03-04* io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame
2010-03-03* test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame
2010-03-03* test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu
2010-03-03* hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz
2010-03-03* array.c (rb_ary_select_bang): select! removes all elements formatz
2010-03-02* test/dl/test_closure.rb: forget to revert at r26764.muraken
2010-03-02* test/ruby/test_math.rb: Fix lgamma testmarcandre