summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-03 * complex.c (nurat_{to_s,inspect}): provides better representationtadf
2008-12-03 * complex.c (f_signbit): NaN may be signed value.tadf
2008-12-03update rdoc.akr
2008-12-03* 2008-12-04svn
2008-12-03* process.c (EXEC_OPTION_DUP2_CHILD): defined.akr
2008-12-03* parse.y (expr): keyword_not can continue across newline.nobu
2008-12-03* iseq.c (simple_default_value): returns simplest assignment only.nobu
2008-12-03* process.c (check_exec_redirect): accept :in, :out, :err as redirectakr
2008-12-03revert.tadf
2008-12-03* ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu
2008-12-03* ChangeLog: fixed function name.nobu
2008-12-03* io.c (rb_io_getc, rb_io_readchar): documentation correction fromnobu
2008-12-03properties.nobu
2008-12-03* lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz
2008-12-02* test/ruby/test_rational.rb: add a test.mame
2008-12-02* test/ruby/test_range.rb: add a test.mame
2008-12-02* test/ruby/test_string.rb: add some tests.mame
2008-12-02* 2008-12-03svn
2008-12-02* ext/pty/pty.c (Init_pty): fix typo.mame
2008-12-02* lib/open3.rb (Open3.popen3): merge hash options if given. akr
2008-12-02move the previous comment.akr
2008-12-02add comment for select behavior on file descriptors over FD_SETSIZE.akr
2008-12-02* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz
2008-12-02* test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.usa
2008-12-02* 2008-12-02svn
2008-12-02* test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assumeusa
2008-12-01* set 1.9.1-p5000 into version number. [ruby-dev:36998]yugui
2008-12-01 * signal.c (register_sigaltstack): no need to define on non-sigaltstackusa
2008-12-01* cont.c (rb_fiber_start): calls with exact argument number.nobu
2008-12-01* 2008-12-01svn
2008-12-01properties.nobu
2008-11-30* man/rake.1: new manual pageyugui
2008-11-30man/goruby.1: fix typoyugui
2008-11-30* test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui
2008-11-29* 2008-11-30svn
2008-11-29* man/irb.1 (EXAMPLES): new sectionyugui
2008-11-29* man/irb.1: typo fixyugui
2008-11-29* regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz
2008-11-29* ext/socket/socket.c (sock_getaddrinfo): should have updated formatz
2008-11-28* 2008-11-29svn
2008-11-28* cont.c (fiber_alloc): separate allocation and initialization.matz
2008-11-28* ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz
2008-11-28* ChangLog: spell miss.keiju
2008-11-28 * lib/foerwardable.rb: should be usable def_single_delegator forkeiju
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz
2008-11-27* 2008-11-28svn
2008-11-27* numeric.c (flodivmod): floating point division should raisematz
2008-11-27* gc.c (gc_mark): still needs to check stack depth during GC.matz
2008-11-27 * strftime.c (rb_strftime): should add padding for %%.tadf