| Age | Commit message (Expand) | Author |
| 2010-11-08 | * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn't | naruse |
| 2010-11-08 | * tool/enc-unicode.rb, | naruse |
| 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 if | nobu |
| 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 root | mame |
| 2010-11-03 | * string.c (rb_enc_cr_str_buf_cat): concatenation of valid | nobu |
| 2010-10-30 | * util.c (ruby_strtod): get rid of overflow/underflow as possible. | nobu |
| 2010-10-28 | * string.c (rb_str_dump): fix expected length. [ruby-core:32935] | nobu |
| 2010-10-27 | * gc.c (GC.stat): added. [ruby-dev:38607] | ko1 |
| 2010-10-27 | * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipe | usa |
| 2010-10-27 | * ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previous | usa |
| 2010-10-27 | * test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptions | usa |
| 2010-10-26 | * object.c (Init_Object), constant.h, variable.c | mame |
| 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 be | nobu |
| 2010-10-24 | * vm.c (vm_define_method): defined method is run with the default | nobu |
| 2010-10-23 | * test/ruby/test_rubyoptions.rb (test_segv_test): follow up the | 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] #3966 | naruse |
| 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-18 | Revert r29527. [ruby-dev:42419] | naruse |
| 2010-10-18 | * pack.c (pack_pack): Add native size option ! to q and Q. | naruse |
| 2010-10-18 | Fix wrong test. | naruse |
| 2010-10-18 | * sprintf.c (BSD_vfprintf): wrong padding arround prefix and | naruse |
| 2010-10-17 | * class.c (rb_define_{class,module}_id_under): register to be | nobu |
| 2010-10-15 | Revert "* 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 and | naruse |
| 2010-10-15 | * pack.c (pack_pack): fix more than one modifiers appear in the | naruse |
| 2010-10-14 | * pack.c (pack_pack): support endian modifiers: < and >. | naruse |
| 2010-10-13 | * numeric.c (ruby_float_step): fix Numeric#step with infinity unit | naruse |
| 2010-10-13 | move a non-combinational test. | akr |
| 2010-10-13 | Fix style for ruby-mode.el. | naruse |
| 2010-10-12 | Clean warnings. | naruse |
| 2010-10-12 | Fix test; escape a backslash. | naruse |
| 2010-10-12 | * string.c (rb_str_concat): use unsigned int for GB18030. | naruse |
| 2010-10-12 | * io.c (rb_io_ungetc): use unsigned int for GB18030. | naruse |
| 2010-10-12 | * io.c (rb_io_putc): support multibyte characters. | naruse |
| 2010-10-12 | * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit | naruse |
| 2010-10-11 | * error.c (syserr_initialize): set the encoding of Errno::*#message | naruse |
| 2010-10-09 | * thread.c (thread_reset_event_flags, exec_event_hooks): ignore | nobu |
| 2010-10-06 | * io.c (fptr_finalize): write_mutex might have been destroyed | nobu |
| 2010-10-04 | * parse.y (regexp): dregexp has literal string only at the head | nobu |
| 2010-09-30 | * win32/win32.c (rb_w32_getenv): should return NULL if specified name | usa |
| 2010-09-29 | * test/ruby/test_rubyoptions.rb (TestRubyOptions::test_script_from_stdin): | shyouhei |
| 2010-09-24 | * string.c (sym_call), vm.c (invoke_block_from_c), | nobu |