aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/rexml/test_core.rbkou2010-11-191-1/+10
* * lib/optparse.rb: shell completion support for zsh. based onnobu2010-11-191-0/+22
* * lib/optparse.rb: shell completion support for bash.nobu2010-11-192-1/+45
* Remove a test for reverted feature r26701.naruse2010-11-191-8/+0
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):kou2010-11-181-0/+16
* * lib/csv.rb: Upgrading output encoding with ASCII content jeg22010-11-171-0/+8
* * test/test_tracer.rb: new test case. mimimal regression test for r29280.yugui2010-11-171-0/+20
* * test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):yugui2010-11-171-0/+5
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-161-30/+38
* 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
* making ssl test a little bettertenderlove2010-11-151-1/+1
* STDIN is not valid when ruby doesn't have tty.naruse2010-11-151-1/+3
* Prevent timing failure.naruse2010-11-151-1/+1
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-0/+4
* * 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
* removing empty teardown, cleaning up whitespace errorstenderlove2010-11-061-5/+2
* * test/openssl/test_ocsp.rb: adding test for r29699. Thanks Elisetenderlove2010-11-061-0/+55
* * 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
* * lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu2010-11-031-0/+13
* * string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu2010-11-031-0/+10
* fix bug#3990, rake/test_tasksarton2010-11-021-0/+1
* * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464]kou2010-10-307-23/+21
* * util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu2010-10-301-1/+8
* * test/fiddle/test_closure.rb (test_memsize): test for r29635.nobu2010-10-301-0/+7
* property.nobu2010-10-291-52/+52
* * test/pathname/test_pathname.rb (TestPathname#test_grpowned?): theakr2010-10-291-0/+1
* * test/profile_test_all.rb: added.ko12010-10-292-0/+54
* * ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko12010-10-281-2/+7
* * string.c (rb_str_dump): fix expected length. [ruby-core:32935]nobu2010-10-281-0/+15
* Fix test for r29617.naruse2010-10-281-1/+1
* * gc.c (GC.stat): added. [ruby-dev:38607]ko12010-10-271-0/+12