aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre2010-04-031-1/+4
* * random.c (random_rand): raise ArgumentError on nil, as thenobu2010-04-031-0/+1
* Remove platform dependent test.naruse2010-04-021-2/+0
* * array.c (rb_ary_product): Test for reentrymarcandre2010-04-021-0/+17
* Remove hexadecimal-floating-point tests for String#to_f.naruse2010-04-011-10/+0
* * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse2010-04-011-0/+18
* Add test for sprintf with Infinity and NaN.naruse2010-04-011-0/+4
* * 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
* * time.c (rb_big_abs_find_minbit): fix handling the last word.akr2010-03-311-0/+2
* * time.c: less bignum allocations.akr2010-03-311-0/+29
* instance_methods should not special-case singleton classes, fixes #2993shyouhei2010-03-291-0/+8
* * 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
* * test/ruby/test_dir_m17n.rb: HFS+ escapes invalid byte sequences of filenames.muraken2010-03-251-8/+11
* * object.c (rb_obj_singleton_class): new methodshugo2010-03-231-0/+21
* add a test.wanabe2010-03-221-0/+25
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-0/+43
* add tests.akr2010-03-201-0/+41
* * array.c (rb_ary_uniq_bang): the array is already unique if theakr2010-03-201-0/+43
* add test.akr2010-03-181-0/+9
* * util.c (ruby_strtod): Add support for Hexadecimalnaruse2010-03-171-0/+9
* * 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
* * time.c (time_round): new method Time#round. [ruby-dev:40595]akr2010-03-111-0/+33
* * iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo2010-03-101-0/+16
* * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken2010-03-091-0/+430
* add a test.akr2010-03-071-0/+39
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-071-0/+20
* * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame2010-03-061-30/+0
* * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame2010-03-061-8/+8
* * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame2010-03-041-0/+30
* * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame2010-03-031-0/+18
* * test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu2010-03-031-1/+1
* * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz2010-03-031-0/+15
* * array.c (rb_ary_select_bang): select! removes all elements formatz2010-03-031-0/+16
* * test/ruby/test_math.rb: Fix lgamma testmarcandre2010-03-021-1/+0
* * math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken2010-02-281-12/+39
* * pack.c: consider DYNAMIC_ENDIAN. refactored.akr2010-02-252-1/+120
* fix assertion message.akr2010-02-241-2/+2
* * pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr2010-02-241-1/+1
* don't use infinite loop.akr2010-02-221-2/+2