summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-11-22* enc/big5.c: split CP950 from Big5.naruse
2010-11-22* string.c (rb_str_inspect): append for each chars instead of bulknobu
2010-11-22Fix r29848's test.naruse
2010-11-22* time.c (time_zone): use rb_locale_str_new_cstr to set encodingnaruse
2010-11-22* string.c (rb_str_concat): set ENC_CODERANGE_VALID when thenaruse
2010-11-20* random.c (random_rand): get rid of overflow.nobu
2010-11-19* test/rexml/test_core.rbkou
2010-11-19* lib/optparse.rb: shell completion support for zsh. based onnobu
2010-11-19* lib/optparse.rb: shell completion support for bash.nobu
2010-11-19Remove a test for reverted feature r26701.naruse
2010-11-18* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):kou
2010-11-17* lib/csv.rb: Upgrading output encoding with ASCII content jeg2
2010-11-17* test/test_tracer.rb: new test case. mimimal regression test for r29280.yugui
2010-11-17* test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):yugui
2010-11-16* lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg2
2010-11-16Refix timing problem.naruse
2010-11-15* pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu
2010-11-15Avoid timing problem.naruse
2010-11-15making ssl test a little bettertenderlove
2010-11-15STDIN is not valid when ruby doesn't have tty.naruse
2010-11-15Prevent timing failure.naruse
2010-11-14* etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove
2010-11-14* parse.y (parser_set_token_info): turn on/off with directives.nobu
2010-11-14* io.c (argf_readlines): forward to current_file for argumentsnobu
2010-11-09* regenc.c (onigenc_minimum_property_name_to_ctype):naruse
2010-11-09Fix wrong test.naruse
2010-11-09* util.c (ruby_strtod): this code uses FPU's rounding system.naruse
2010-11-08* vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse
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