aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-031-0/+9
* * parse.y (expr): keyword_not can continue across newline.nobu2008-12-031-0/+5
* * iseq.c (simple_default_value): returns simplest assignment only.nobu2008-12-031-0/+5
* * process.c (check_exec_redirect): accept :in, :out, :err as redirectakr2008-12-031-0/+5
* revert.tadf2008-12-031-0/+4
* * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu2008-12-031-0/+5
* * ChangeLog: fixed function name.nobu2008-12-031-2/+2
* * io.c (rb_io_getc, rb_io_readchar): documentation correction fromnobu2008-12-031-0/+7
* * lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz2008-12-031-0/+7
* * test/ruby/test_rational.rb: add a test.mame2008-12-021-0/+4
* * test/ruby/test_range.rb: add a test.mame2008-12-021-0/+4
* * test/ruby/test_string.rb: add some tests.mame2008-12-021-0/+4
* * ext/pty/pty.c (Init_pty): fix typo.mame2008-12-021-0/+4
* * lib/open3.rb (Open3.popen3): merge hash options if given. akr2008-12-021-0/+4
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz2008-12-021-0/+7
* * set 1.9.1-p5000 into version number. [ruby-dev:36998]yugui2008-12-011-0/+4
* * signal.c (register_sigaltstack): no need to define on non-sigaltstackusa2008-12-011-0/+5
* * cont.c (rb_fiber_start): calls with exact argument number.nobu2008-12-011-0/+5
* * man/rake.1: new manual pageyugui2008-11-301-0/+4
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-301-0/+5
* * man/irb.1 (EXAMPLES): new sectionyugui2008-11-291-0/+4
* * regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz2008-11-291-0/+5
* * ext/socket/socket.c (sock_getaddrinfo): should have updated formatz2008-11-291-0/+5
* * cont.c (fiber_alloc): separate allocation and initialization.matz2008-11-281-0/+5
* * ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz2008-11-281-0/+5
* * ChangLog: spell miss.keiju2008-11-281-1/+1
* * lib/foerwardable.rb: should be usable def_single_delegator forkeiju2008-11-281-0/+5
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-281-0/+13
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz2008-11-271-0/+6
* * numeric.c (flodivmod): floating point division should raisematz2008-11-271-0/+5
* * gc.c (gc_mark): still needs to check stack depth during GC.matz2008-11-271-0/+6
* * strftime.c (rb_strftime): should add padding for %%.tadf2008-11-271-0/+4
* * signal.c (register_sigaltstack): stores alt stack for debugnobu2008-11-271-0/+9
* * signal.c (ALT_STACK_SIZE): default minimum size is insufficientnobu2008-11-271-0/+15
* * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should returnmatz2008-11-271-0/+8
* * strftime.c (STRFTIME): use rb_strftime() recursively, instead ofmatz2008-11-261-0/+5
* * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz2008-11-261-0/+9
* * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.kazu2008-11-261-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz2008-11-251-0/+7
* * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz2008-11-251-0/+13
* * strftime.c (STRFTIME): should add padding for %[xXrR] etc.matz2008-11-251-0/+5
* * array.c (rb_ary_times): taint (and untrust) status should bematz2008-11-251-0/+5
* * strftime.c (rb_strftime): should not swallow incompletematz2008-11-251-0/+8
* * strftime.c (rb_strftime): "%^P" should convert to upper case.matz2008-11-251-0/+5
* * strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d".matz2008-11-251-0/+8
* * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai2008-11-241-0/+6
* * numeric.c (num_step): treat infinite step specially.matz2008-11-241-0/+5
* * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf2008-11-241-0/+4
* * process.c (rb_fork): stops the timer thread during fork.nobu2008-11-241-0/+8
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-241-0/+7