| Commit message (Expand) | Author | Age | Files | Lines |
| * | * process.c (EXEC_OPTION_DUP2_CHILD): defined. | akr | 2008-12-03 | 1 | -0/+9 |
| * | * parse.y (expr): keyword_not can continue across newline. | nobu | 2008-12-03 | 1 | -0/+5 |
| * | * iseq.c (simple_default_value): returns simplest assignment only. | nobu | 2008-12-03 | 1 | -0/+5 |
| * | * process.c (check_exec_redirect): accept :in, :out, :err as redirect | akr | 2008-12-03 | 1 | -0/+5 |
| * | revert. | tadf | 2008-12-03 | 1 | -0/+4 |
| * | * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must | nobu | 2008-12-03 | 1 | -0/+5 |
| * | * ChangeLog: fixed function name. | nobu | 2008-12-03 | 1 | -2/+2 |
| * | * io.c (rb_io_getc, rb_io_readchar): documentation correction from | nobu | 2008-12-03 | 1 | -0/+7 |
| * | * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation | matz | 2008-12-03 | 1 | -0/+7 |
| * | * test/ruby/test_rational.rb: add a test. | mame | 2008-12-02 | 1 | -0/+4 |
| * | * test/ruby/test_range.rb: add a test. | mame | 2008-12-02 | 1 | -0/+4 |
| * | * test/ruby/test_string.rb: add some tests. | mame | 2008-12-02 | 1 | -0/+4 |
| * | * ext/pty/pty.c (Init_pty): fix typo. | mame | 2008-12-02 | 1 | -0/+4 |
| * | * lib/open3.rb (Open3.popen3): merge hash options if given. | akr | 2008-12-02 | 1 | -0/+4 |
| * | * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use | matz | 2008-12-02 | 1 | -0/+7 |
| * | * set 1.9.1-p5000 into version number. [ruby-dev:36998] | yugui | 2008-12-01 | 1 | -0/+4 |
| * | * signal.c (register_sigaltstack): no need to define on non-sigaltstack | usa | 2008-12-01 | 1 | -0/+5 |
| * | * cont.c (rb_fiber_start): calls with exact argument number. | nobu | 2008-12-01 | 1 | -0/+5 |
| * | * man/rake.1: new manual page | yugui | 2008-11-30 | 1 | -0/+4 |
| * | * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace): | yugui | 2008-11-30 | 1 | -0/+5 |
| * | * man/irb.1 (EXAMPLES): new section | yugui | 2008-11-29 | 1 | -0/+4 |
| * | * regparse.c (is_invalid_quantifier_target): Perl and old Ruby | matz | 2008-11-29 | 1 | -0/+5 |
| * | * ext/socket/socket.c (sock_getaddrinfo): should have updated for | matz | 2008-11-29 | 1 | -0/+5 |
| * | * cont.c (fiber_alloc): separate allocation and initialization. | matz | 2008-11-28 | 1 | -0/+5 |
| * | * ext/socket/socket.c (sock_s_getaddrinfo): refactored to remove | matz | 2008-11-28 | 1 | -0/+5 |
| * | * ChangLog: spell miss. | keiju | 2008-11-28 | 1 | -1/+1 |
| * | * lib/foerwardable.rb: should be usable def_single_delegator for | keiju | 2008-11-28 | 1 | -0/+5 |
| * | * iseq.c (simple_default_value): extracts simplest default | nobu | 2008-11-28 | 1 | -0/+13 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimal | matz | 2008-11-27 | 1 | -0/+6 |
| * | * numeric.c (flodivmod): floating point division should raise | matz | 2008-11-27 | 1 | -0/+5 |
| * | * gc.c (gc_mark): still needs to check stack depth during GC. | matz | 2008-11-27 | 1 | -0/+6 |
| * | * strftime.c (rb_strftime): should add padding for %%. | tadf | 2008-11-27 | 1 | -0/+4 |
| * | * signal.c (register_sigaltstack): stores alt stack for debug | nobu | 2008-11-27 | 1 | -0/+9 |
| * | * signal.c (ALT_STACK_SIZE): default minimum size is insufficient | nobu | 2008-11-27 | 1 | -0/+15 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should return | matz | 2008-11-27 | 1 | -0/+8 |
| * | * strftime.c (STRFTIME): use rb_strftime() recursively, instead of | matz | 2008-11-26 | 1 | -0/+5 |
| * | * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zero | matz | 2008-11-26 | 1 | -0/+9 |
| * | * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak. | kazu | 2008-11-26 | 1 | -0/+4 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exception | matz | 2008-11-25 | 1 | -0/+7 |
| * | * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid | matz | 2008-11-25 | 1 | -0/+13 |
| * | * strftime.c (STRFTIME): should add padding for %[xXrR] etc. | matz | 2008-11-25 | 1 | -0/+5 |
| * | * array.c (rb_ary_times): taint (and untrust) status should be | matz | 2008-11-25 | 1 | -0/+5 |
| * | * strftime.c (rb_strftime): should not swallow incomplete | matz | 2008-11-25 | 1 | -0/+8 |
| * | * strftime.c (rb_strftime): "%^P" should convert to upper case. | matz | 2008-11-25 | 1 | -0/+5 |
| * | * strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d". | matz | 2008-11-25 | 1 | -0/+8 |
| * | * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: | nagai | 2008-11-24 | 1 | -0/+6 |
| * | * numeric.c (num_step): treat infinite step specially. | matz | 2008-11-24 | 1 | -0/+5 |
| * | * lib/date/format.rb (strftime): ignores '_' flag for %[LN]. | tadf | 2008-11-24 | 1 | -0/+4 |
| * | * process.c (rb_fork): stops the timer thread during fork. | nobu | 2008-11-24 | 1 | -0/+8 |
| * | * strftime.c (rb_strftime): The # flag should work with %a, %A, %b, | shugo | 2008-11-24 | 1 | -0/+7 |