summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-11-08* tool/enc-unicode.rb,naruse
2010-11-06removing empty teardown, cleaning up whitespace errorstenderlove
2010-11-06* test/openssl/test_ocsp.rb: adding test for r29699. Thanks Elisetenderlove
2010-11-05* test/ruby/test_{process,system}.rb (test_fallback_to_sh):nobu
2010-11-04* process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu
2010-11-04* io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu
2010-11-03* cont.c (rb_fiber_resume): raise an "double resume" error when rootmame
2010-11-03* lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu
2010-11-03* string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu
2010-11-02fix bug#3990, rake/test_tasksarton
2010-10-30* lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou
2010-10-30* util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu
2010-10-30* test/fiddle/test_closure.rb (test_memsize): test for r29635.nobu
2010-10-29property.nobu
2010-10-29* test/pathname/test_pathname.rb (TestPathname#test_grpowned?): theakr
2010-10-29* test/profile_test_all.rb: added.ko1
2010-10-28* ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko1
2010-10-28* string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu
2010-10-28Fix test for r29617.naruse
2010-10-27* gc.c (GC.stat): added. [ruby-dev:38607]ko1
2010-10-27* ext/objspace/objspace.c (memsize_of): fix rdoc.ko1
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa
2010-10-27* ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previoususa
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa
2010-10-26* object.c (Init_Object), constant.h, variable.cmame
2010-10-25* test/ruby/test_array.rb (test_rotate!): fix expected message.nobu
2010-10-24* vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu
2010-10-24* vm.c (vm_define_method): defined method is run with the defaultnobu
2010-10-23* test/ruby/test_rubyoptions.rb (test_segv_test): follow up thenobu
2010-10-23* lib/mkmf.rb: $extmk should be true for test/runner.nobu
2010-10-20* test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu
2010-10-20* util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse
2010-10-20* vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse
2010-10-19* vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-19* vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu
2010-10-18* vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu
2010-10-18Revert r29527. [ruby-dev:42419]naruse
2010-10-18* ext/digest/digest.c (rb_digest_class_init): Defineknu
2010-10-18* pack.c (pack_pack): Add native size option ! to q and Q.naruse
2010-10-18Fix wrong test.naruse
2010-10-18* sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse
2010-10-17* class.c (rb_define_{class,module}_id_under): register to benobu
2010-10-15Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse
2010-10-15* sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse
2010-10-15* pack.c (pack_pack): fix more than one modifiers appear in thenaruse
2010-10-14test/win32ole/test_folderitem2_invokeverb.rb: refactoring.suke
2010-10-14* pack.c (pack_pack): support endian modifiers: < and >.naruse
2010-10-14* ext/win32ole/win32ole.c (reg_get_val): expand environment in suke
2010-10-13* numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse