summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2010-04-16* array.c (rb_ary_repeated_permutation): new method added. a patchmatz
2010-04-13* transcode.c (transcode_loop): insert output the value whennaruse
2010-04-12add a test.akr
2010-04-11* io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu
2010-04-11* test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu
2010-04-11* encoding.c (enc_replicate): new encoding name must be validnobu
2010-04-07* random.c (rand_init): ignore higher bits if all they are same asnobu
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-06* test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu
2010-04-06add tests.akr
2010-04-06Surpress warnings.naruse
2010-04-03* array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-04-02Remove platform dependent test.naruse
2010-04-02* array.c (rb_ary_product): Test for reentrymarcandre
2010-04-01Remove hexadecimal-floating-point tests for String#to_f.naruse
2010-04-01* enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse
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-03-31* time.c (rb_big_abs_find_minbit): fix handling the last word.akr
2010-03-31* time.c: less bignum allocations.akr
2010-03-29instance_methods should not special-case singleton classes, fixes #2993shyouhei
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-25* test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo
2010-03-22add a test.wanabe
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-20add tests.akr
2010-03-20* array.c (rb_ary_uniq_bang): the array is already unique if theakr
2010-03-18add test.akr
2010-03-17* util.c (ruby_strtod): Add support for Hexadecimalnaruse
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-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* 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