summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): matz2008-12-042-1/+6
| | | | | | 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-042-1/+3
| | | | 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-043-3/+14
| | | | | | | | 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-042-0/+68
| | | | | | | [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-042-10/+6
| | | | | | | 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/menu.rb: TkOptionMenubutton.new fails to treat nagai2008-12-031-2/+2
| | | | | | | 'parent' and 'variable' options on a Hash argument. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]nagai2008-12-033-3/+10
| | | | | | | * 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-033-10/+20
| | | | | | | | 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-032-7/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* update rdoc.akr2008-12-031-9/+19
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2008-12-04svn2008-12-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-033-19/+154
| | | | | | | | | | | | (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-032-3/+8
| | | | | | | [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-032-3/+7
| | | | | | | [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-033-0/+22
| | | | | | | target. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* revert.tadf2008-12-032-3/+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-032-11/+14
| | | | | | | 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-033-6/+13
| | | | | | | | | 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
* properties.nobu2008-12-030-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz2008-12-032-0/+18
| | | | | | | | 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-022-0/+7
| | | | 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-022-0/+13
| | | | 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-022-0/+47
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2008-12-03svn2008-12-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/pty/pty.c (Init_pty): fix typo.mame2008-12-022-1/+5
| | | | 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-023-19/+298
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* move the previous comment.akr2008-12-022-26/+28
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add comment for select behavior on file descriptors over FD_SETSIZE.akr2008-12-021-0/+26
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz2008-12-022-3/+16
| | | | | | | | 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
* * test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.usa2008-12-021-3/+2
| | | | | | | | * test/socket/test_tcp.rb (test_recvfrom, test_encoding): use IP address instead of host name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2008-12-02svn2008-12-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assumeusa2008-12-021-4/+4
| | | | | | | that th is not nil. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * set 1.9.1-p5000 into version number. [ruby-dev:36998]yugui2008-12-012-4/+8
| | | | 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-012-2/+9
| | | | | | | | 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-013-2/+16
| | | | | | | [ruby-core:20088] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2008-12-01svn2008-12-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* properties.nobu2008-12-010-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * man/rake.1: new manual pageyugui2008-11-302-0/+173
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* man/goruby.1: fix typoyugui2008-11-301-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-302-1/+8
| | | | | | | 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
* * 2008-11-30svn2008-11-291-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * man/irb.1 (EXAMPLES): new sectionyugui2008-11-292-0/+22
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * man/irb.1: typo fixyugui2008-11-291-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz2008-11-292-0/+9
| | | | | | 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-292-1/+6
| | | | | | 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
* * 2008-11-29svn2008-11-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * cont.c (fiber_alloc): separate allocation and initialization.matz2008-11-282-17/+31
| | | | | | 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-282-37/+23
| | | | | | code duplication regarding getaddrinfo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e