aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * time.c (leap_year_v_p): fixed typo. [ruby-dev:42631]nobu2010-11-271-0/+4
* * regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse2010-11-261-0/+3
* fix typos.nobu2010-11-251-1/+1
* * enc/trans/utf_16_32.trans: add the UTF-32 converter.naruse2010-11-241-0/+7
* * test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.nobu2010-11-231-2/+2
* * enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.naruse2010-11-231-3/+3
* * enc/trans/utf_16_32.trans: raise error on unpaired uppernaruse2010-11-231-0/+2
* * enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.naruse2010-11-231-0/+6
* * vm.c (rb_thread_mark): should mark self in conrolnobu2010-11-231-0/+23
* added some tests.tadf2010-11-222-0/+38
* * vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse2010-11-221-1/+1
* * string.c (rb_str_inspect): fix for ascii-compatible externalnobu2010-11-221-0/+8
* * enc/big5.c: split CP950 from Big5.naruse2010-11-221-5/+5
* * string.c (rb_str_inspect): append for each chars instead of bulknobu2010-11-221-0/+2
* Fix r29848's test.naruse2010-11-221-1/+1
* * time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse2010-11-221-0/+2
* * string.c (rb_str_concat): set ENC_CODERANGE_VALID when thenaruse2010-11-221-0/+1
* * random.c (random_rand): get rid of overflow.nobu2010-11-201-0/+2
* Remove a test for reverted feature r26701.naruse2010-11-191-8/+0
* * test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):yugui2010-11-171-0/+5
* Refix timing problem.naruse2010-11-161-1/+2
* * pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu2010-11-151-0/+7
* Avoid timing problem.naruse2010-11-151-5/+1
* * parse.y (parser_set_token_info): turn on/off with directives.nobu2010-11-141-0/+25
* * io.c (argf_readlines): forward to current_file for argumentsnobu2010-11-141-0/+18
* * regenc.c (onigenc_minimum_property_name_to_ctype):naruse2010-11-091-0/+8
* Fix wrong test.naruse2010-11-091-1/+1
* * util.c (ruby_strtod): this code uses FPU's rounding system.naruse2010-11-091-0/+2
* * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse2010-11-081-0/+1
* * tool/enc-unicode.rb,naruse2010-11-081-0/+19
* * test/ruby/test_{process,system}.rb (test_fallback_to_sh):nobu2010-11-052-2/+2
* * process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu2010-11-042-0/+25
* * io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu2010-11-041-0/+20
* * cont.c (rb_fiber_resume): raise an "double resume" error when rootmame2010-11-031-0/+8
* * string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu2010-11-031-0/+10
* * util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu2010-10-301-1/+8
* * string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu2010-10-281-0/+15
* * gc.c (GC.stat): added. [ruby-dev:38607]ko12010-10-271-0/+12
* * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa2010-10-272-8/+8
* * ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previoususa2010-10-271-2/+2
* * test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa2010-10-272-7/+41
* * object.c (Init_Object), constant.h, variable.cmame2010-10-261-0/+20
* * test/ruby/test_array.rb (test_rotate!): fix expected message.nobu2010-10-251-1/+1
* * vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu2010-10-241-0/+4
* * vm.c (vm_define_method): defined method is run with the defaultnobu2010-10-241-1/+0
* * test/ruby/test_rubyoptions.rb (test_segv_test): follow up thenobu2010-10-231-2/+2
* * test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu2010-10-202-454/+600
* * util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse2010-10-201-2/+4
* * vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse2010-10-201-2/+7
* * vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse2010-10-191-0/+2