aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/mkmf.rb: $extmk should be true for test/runner.nobu2010-10-231-1/+1
* * 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
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-2/+4
* * vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu2010-10-191-0/+2
* * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu2010-10-181-0/+8
* Revert r29527. [ruby-dev:42419]naruse2010-10-181-6/+2
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-181-0/+6
* * pack.c (pack_pack): Add native size option ! to q and Q.naruse2010-10-181-2/+6
* Fix wrong test.naruse2010-10-181-1/+1
* * sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse2010-10-181-0/+7
* * class.c (rb_define_{class,module}_id_under): register to benobu2010-10-171-0/+4
* Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse2010-10-152-9/+7
* * sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse2010-10-152-7/+9
* * pack.c (pack_pack): fix more than one modifiers appear in thenaruse2010-10-151-0/+2
* test/win32ole/test_folderitem2_invokeverb.rb: refactoring.suke2010-10-141-47/+16
* * pack.c (pack_pack): support endian modifiers: < and >.naruse2010-10-141-61/+74
* * ext/win32ole/win32ole.c (reg_get_val): expand environment in suke2010-10-141-0/+6
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-132-4/+17
* * lib/cgi/util.rb (CGI::unescape): bugfix to unescape the multibytexibbar2010-10-131-0/+1
* move a non-combinational test.akr2010-10-132-3/+5
* Fix style for ruby-mode.el.naruse2010-10-131-4/+4
* Clean warnings.naruse2010-10-121-2/+9
* Fix test; escape a backslash.naruse2010-10-121-1/+1
* * string.c (rb_str_concat): use unsigned int for GB18030.naruse2010-10-121-0/+3
* * io.c (rb_io_ungetc): use unsigned int for GB18030.naruse2010-10-121-0/+24
* * io.c (rb_io_putc): support multibyte characters.naruse2010-10-121-0/+10
* * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse2010-10-121-0/+1
* * error.c (syserr_initialize): set the encoding of Errno::*#messagenaruse2010-10-111-0/+4
* * thread.c (thread_reset_event_flags, exec_event_hooks): ignorenobu2010-10-091-0/+12
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-0/+10
* * io.c (fptr_finalize): write_mutex might have been destroyednobu2010-10-061-0/+29
* * parse.y (regexp): dregexp has literal string only at the headnobu2010-10-041-0/+2
* * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.newnaruse2010-10-041-0/+5
* Change creating shortcut verb to 'Link' [Bug #3339]arton2010-10-031-0/+5
* test/win32ole/test_thread.rb: add for win32ole with Thread.suke2010-10-021-0/+20
* * test/webrick/test_httpproxy.rb (TestWEBrickHTTPProxy::test_upstream_proxy):shyouhei2010-10-011-0/+1
* * win32/win32.c (rb_w32_getenv): should return NULL if specified nameusa2010-09-301-0/+1
* * lib/uri/common.rb (URI.encode_www_form): change treatment ofnaruse2010-09-301-0/+15
* * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin):shyouhei2010-09-291-10/+14
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_limit):mrkn2010-09-291-0/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode):mrkn2010-09-291-0/+4
* * test/net/http/test_https.rb: As always, localhost is notshyouhei2010-09-271-1/+11
* * test/net/imap/test_imap.rb: resurrection of r29259.shyouhei2010-09-271-6/+16
* * string.c (sym_call), vm.c (invoke_block_from_c),nobu2010-09-241-0/+18