aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_complex.rb: added some tests.tadf2008-12-041-0/+6
* * lib/open3.rb (Open3.popen3): simplified.akr2008-12-041-0/+11
* * process.c (check_exec_fds): resolve cascaded child fd reference.akr2008-12-041-0/+4
* * lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): makematz2008-12-041-0/+5
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz2008-12-041-0/+6
* * lib/gserver.rb: fixed type in sample code. a report from Olegmatz2008-12-041-0/+5
* * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): matz2008-12-041-0/+5
* * ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]matz2008-12-041-0/+2
* * ext/curses/curses.c (window_getch): avoid ISPRINT() macro whichmatz2008-12-041-0/+7
* * enumerator.c (inspect_enumerator): Implement #inspect.knu2008-12-041-0/+5
* * vm_method.c (rb_obj_respond_to): Remove a duplicated rdocknu2008-12-041-0/+5
* * ChangeLog: add entry.nagai2008-12-031-0/+5
* * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai2008-12-031-0/+7
* * complex.c (nurat_{to_s,inspect}): provides better representationtadf2008-12-031-0/+5
* * complex.c (f_signbit): NaN may be signed value.tadf2008-12-031-0/+4
* * 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