summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * win32/win32.c (waitpid): fix bug of checking child slot.usa2008-12-041-0/+6
| | | | | | | | * win32/win32.c (FindChildSlotByHandle): new. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open3.rb (Open3.poutput3): new method.akr2008-12-041-0/+6
| | | | | | | | | (Open3.poutput2): ditto. (Open3.poutput2e): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * spec/default.mspec: follows changes in rubyspec project.yugui2008-12-041-0/+5
| | | | | | inherits configurations from ruby.1.9.mspec. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_complex.rb: added some tests.tadf2008-12-041-0/+6
| | | | | | | | * test/ruby/test_rational.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open3.rb (Open3.popen3): simplified.akr2008-12-041-0/+11
| | | | | | | | | | | | | | (Open3.popen_run): extracted from Open3.popen3. (Open3.popen2): new method. (Open3.popen2e): new method. (Open3.pipeline_rw): new method. (Open3.pipeline_r): new method. (Open3.pipeline_w): new method. (Open3.pipeline_run): new private method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (check_exec_fds): resolve cascaded child fd reference.akr2008-12-041-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): makematz2008-12-041-0/+5
| | | | | | this method private. a patch from okkez in [ruby-dev:37245] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz2008-12-041-0/+6
| | | | | | | OpenSSL::SSL::SSLSocket should implement read_nonblock. a patch from Aaron Patterson in [ruby-core:20277]. fix: #814 [ruby-core:20241] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/gserver.rb: fixed type in sample code. a report from Olegmatz2008-12-041-0/+5
| | | | | | Puchinin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): matz2008-12-041-0/+5
| | | | | | little documentation fix. a patch from okkez. [ruby-dev:37271] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]matz2008-12-041-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/curses/curses.c (window_getch): avoid ISPRINT() macro whichmatz2008-12-041-0/+7
| | | | | | | | has an issue with OpenSolaris. [ruby-core:20189] * signal.c (ruby_signal): EINVAL from sigaction(2) is not a bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enumerator.c (inspect_enumerator): Implement #inspect.knu2008-12-041-0/+5
| | | | | | | [ruby-dev:37248]-[ruby-dev:37263] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_method.c (rb_obj_respond_to): Remove a duplicated rdocknu2008-12-041-0/+5
| | | | | | | comment and fix a markup error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: add entry.nagai2008-12-031-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai2008-12-031-0/+7
| | | | | | | * ext/tk/tcltklib.c: update RELEASE_DATE git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (nurat_{to_s,inspect}): provides better representationtadf2008-12-031-0/+5
| | | | | | | | for in-finite imag part. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (f_signbit): NaN may be signed value.tadf2008-12-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-031-0/+9
| | | | | | | | | | | | (check_exec_redirect_fd): check :in, :out and :err. (check_exec_redirect): check [:child, fd]. (check_exec_fds): validate EXEC_OPTION_DUP2_CHILD array. (run_exec_dup2_child): new function. (rb_run_exec_options): call run_exec_dup2_child. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (expr): keyword_not can continue across newline.nobu2008-12-031-0/+5
| | | | | | | [ruby-core:20252] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * iseq.c (simple_default_value): returns simplest assignment only.nobu2008-12-031-0/+5
| | | | | | | [ruby-core:20237] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (check_exec_redirect): accept :in, :out, :err as redirectakr2008-12-031-0/+5
| | | | | | | target. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* revert.tadf2008-12-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): mustnobu2008-12-031-0/+5
| | | | | | | not access internal union directly. [ruby-list:45670] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: fixed function name.nobu2008-12-031-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_getc, rb_io_readchar): documentation correction fromnobu2008-12-031-0/+7
| | | | | | | | | Emiel van de Laar. [ruby-core:20212] * ext/stringio/stringio.c (strio_ungetbyte): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz2008-12-031-0/+7
| | | | | | | | patch from Ken Bloom in [ruby-core:20213]. * lib/rexml/xpath.rb (REXML::XPath.each): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_rational.rb: add a test.mame2008-12-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_range.rb: add a test.mame2008-12-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_string.rb: add some tests.mame2008-12-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/pty/pty.c (Init_pty): fix typo.mame2008-12-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open3.rb (Open3.popen3): merge hash options if given. akr2008-12-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz2008-12-021-0/+7
| | | | | | | | read_nonblock instead of sysread wrapped by timeout to boost performance. a patch from Aaron Patterson in [ruby-core:20191]. fix #806 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * set 1.9.1-p5000 into version number. [ruby-dev:36998]yugui2008-12-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * signal.c (register_sigaltstack): no need to define on non-sigaltstackusa2008-12-011-0/+5
| | | | | | | | platform. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (rb_fiber_start): calls with exact argument number.nobu2008-12-011-0/+5
| | | | | | | [ruby-core:20088] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * man/rake.1: new manual pageyugui2008-11-301-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-301-0/+5
| | | | | | | now accepts quantifier on anchrs agian by r20391. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * man/irb.1 (EXAMPLES): new sectionyugui2008-11-291-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz2008-11-291-0/+5
| | | | | | accepts quantifier on anchors. [ruby-core:20161] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (sock_getaddrinfo): should have updated formatz2008-11-291-0/+5
| | | | | | Mac OS X. a patch from Shumpei Akai in [ruby-dev:37234] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (fiber_alloc): separate allocation and initialization.matz2008-11-281-0/+5
| | | | | | allow subclass to override #initialize. [ruby-core:20086] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz2008-11-281-0/+5
| | | | | | code duplication regarding getaddrinfo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangLog: spell miss.keiju2008-11-281-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/foerwardable.rb: should be usable def_single_delegator forkeiju2008-11-281-0/+5
| | | | | | | | Class and Module. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-281-0/+13
| | | | | | | | | | | | | | | argument value. * iseq.c (rb_iseq_parameters): returns parameter list. * proc.c (get_proc_iseq, get_method_iseq): handles ifunc and bmethod. * proc.c (rb_proc_parameters, rb_method_parameters): added Proc#parameters and Method#parameters. [ruby-core:19759] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz2008-11-271-0/+6
| | | | | | | division (including modulo) should raise ZeroDivisionError as integer division. [incompatible] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (flodivmod): floating point division should raisematz2008-11-271-0/+5
| | | | | | ZeroDivisionError as integer division. [incompatible] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (gc_mark): still needs to check stack depth during GC.matz2008-11-271-0/+6
| | | | | | * gc.c (stack_check): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * strftime.c (rb_strftime): should add padding for %%.tadf2008-11-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e