aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
* * test/win32ole/test_err_in_callback.rb (teardown): remove tmp fileusa2010-11-251-4/+2
* * 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
* added some tests.tadf2010-11-222-0/+4
* * 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