aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* add timeout for test_should_propagate_signaled.akr2010-02-211-1/+4
* Use only object_id to test living threads.naruse2010-02-191-2/+2
* * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr2010-02-181-0/+7
* * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame2010-02-171-6/+6
* add a test.akr2010-02-171-0/+13
* * regcomp.c (setup_tree, onig_compile): optimize .* at last bymame2010-02-171-0/+7
* * time.c (time_add): propagate fixed time offset.akr2010-02-151-0/+10
* fix previous commit.naruse2010-02-151-1/+1
* More generic regular exression for test.naruse2010-02-151-2/+5
* avoid method redefinition.akr2010-02-144-5/+5
* add a test.akr2010-02-141-4/+19
* add a test.akr2010-02-131-0/+7
* fix a test for Debian GNU/Linux squeeze (armel)akr2010-02-121-1/+1
* * marshal.c (r_object0): read sequentially since marshal sourcenobu2010-02-111-0/+10
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-103-5/+46
* * class.c (rb_class_init_copy): raise a TypeError if the argument isshugo2010-02-061-0/+2
* fix a test.akr2010-02-061-1/+3
* * time.c (time_mdump, time_mload): dump/load utc_offset.nobu2010-02-031-0/+14
* * enumerator.c: move implementation of each_slice, each_cons,matz2010-02-031-8/+11
* use require_relative.akr2010-02-021-1/+1
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-0/+12
* * test/ruby/test_dir.rb: use string instead of symbol as file name.mame2010-01-311-1/+1
* * vm_dump.c (bugreport_backtrace): trivial change.kazu2010-01-271-0/+1
* * test/ruby/test_exception.rbkazu2010-01-271-1/+1
* suppress warnings.akr2010-01-272-10/+26
* suppress warnings.akr2010-01-262-2/+2
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-264-18/+26
* don't gnerate core file.akr2010-01-261-1/+3
* supress warnings.akr2010-01-2511-37/+37
* * lib/matrix.rb: suppress warnings.akr2010-01-253-4/+8
* * test/ruby/envutil.rb: use method_defined? instead ofmame2010-01-251-1/+1
* * test/ruby/envutil.rb: fix the check if instance method `ruby' ismame2010-01-251-1/+1