summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
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/ruby/test_math.rb: Fix lgamma testmarcandre
2010-02-28* math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken
2010-02-25* pack.c: consider DYNAMIC_ENDIAN. refactored.akr
2010-02-24fix assertion message.akr
2010-02-24* pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr
2010-02-22don't use infinite loop.akr
2010-02-21add timeout for test_should_propagate_signaled.akr
2010-02-19Use only object_id to test living threads.naruse
2010-02-18* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr
2010-02-17* io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame