usa | 23 May 03:21
Favicon

[ruby-cvs:42938] usa:r35762 (trunk): * win32/win32.c (finish_overlapped_socket, overlapped_socket_io):

usa	2012-05-23 10:21:33 +0900 (Wed, 23 May 2012)

  New Revision: 35762

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35762

  Log:
    * win32/win32.c (finish_overlapped_socket, overlapped_socket_io):
      replace ECONNABORTED to EPIPE in send, sendto and sendmsg to improve
      BSD socket compatibility.  this change removes a failure on the test
      of net/ftp.

  Modified files:
    trunk/ChangeLog
    trunk/win32/win32.c

drbrain | 22 May 22:36
Favicon

[ruby-cvs:42937] drbrain:r35761 (trunk): * lib/net/http.rb: Broke up Net::HTTP into individual files.

drbrain	2012-05-23 05:36:21 +0900 (Wed, 23 May 2012)

  New Revision: 35761

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35761

  Log:
    * lib/net/http.rb:  Broke up Net::HTTP into individual files.
      [ruby-trunk - Feature #6435]
    * lib/net/http/backward.rb:  ditto.
    * lib/net/http/response.rb:  ditto.
    * lib/net/http/exceptions.rb:  ditto.
    * lib/net/http/responses.rb:  ditto.
    * lib/net/http/generic_request.rb:  ditto.
    * lib/net/http/header.rb:  ditto.
    * lib/net/http/request.rb:  ditto.
    * lib/net/http/proxy_delta.rb:  ditto.
    * lib/net/http/requests.rb:  ditto.

  Added directories:
    trunk/lib/net/http/
  Added files:
    trunk/lib/net/http/backward.rb
    trunk/lib/net/http/exceptions.rb
    trunk/lib/net/http/generic_request.rb
    trunk/lib/net/http/header.rb
    trunk/lib/net/http/proxy_delta.rb
    trunk/lib/net/http/request.rb
    trunk/lib/net/http/requests.rb
    trunk/lib/net/http/response.rb
(Continue reading)

svn | 22 May 22:15
Favicon

[ruby-cvs:42936] svn:r35760 (trunk): * 2012-05-23

svn	2012-05-23 05:15:33 +0900 (Wed, 23 May 2012)

  New Revision: 35760

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35760

  Log:
    * 2012-05-23

  Modified files:
    trunk/version.h

drbrain | 22 May 22:15
Favicon

[ruby-cvs:42935] drbrain:r35759 (trunk): * class.c (rb_mod_init_copy): Clear the cached inspect string of a

drbrain	2012-05-23 05:15:28 +0900 (Wed, 23 May 2012)

  New Revision: 35759

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35759

  Log:
    * class.c (rb_mod_init_copy):  Clear the cached inspect string of a
      dup'd anonymous module or class.  [ruby-trunk - Bug #6454]
    * test/ruby/test_module.rb (class TestModule):  ditto

  Modified files:
    trunk/ChangeLog
    trunk/class.c
    trunk/test/ruby/test_module.rb

nobu | 22 May 15:20
Favicon
Gravatar

[ruby-cvs:42934] nobu:r35758 (trunk): remove trailing spaces

nobu	2012-05-22 22:20:52 +0900 (Tue, 22 May 2012)

  New Revision: 35758

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35758

  Log:
    remove trailing spaces

    * vm_core.h (rb_iseq_struct): remove trailing spaces.

  Modified files:
    trunk/vm_core.h

naruse | 22 May 14:35
Favicon
Gravatar

[ruby-cvs:42933] naruse:r35757 (trunk): rescue EPIPE raised from conn.print because of client's timeout

naruse	2012-05-22 21:35:18 +0900 (Tue, 22 May 2012)

  New Revision: 35757

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35757

  Log:
    rescue EPIPE raised from conn.print because of client's timeout

  Modified files:
    trunk/test/net/ftp/test_ftp.rb

ko1 | 22 May 10:31
Favicon

[ruby-cvs:42932] ko1:r35756 (trunk): * vm_core.h: add a data type rb_location_t to store iseq location

ko1	2012-05-22 17:31:38 +0900 (Tue, 22 May 2012)

  New Revision: 35756

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35756

  Log:
    * vm_core.h: add a data type rb_location_t to store iseq location
      information.
      rb_location_t#filename, filepath, name and line_no was moved from
      rb_iseq_t.  rb_location_t#basename is a new field which is
      similar to `name' field without any decoration.
      `name' field contains some decoration such as `block in foo'.
      `basename' only contains `foo'.
      rb_iseq_t contains memory object of rb_location_t.
    * iseq.c: setup rb_location_t for each rb_iseq_t memory objects.
    * compile.c, proc.c, vm.c, vm_dump.c, vm_eval.c, vm_insnhelper.c,
      vm_method.c: support about it.

  Modified files:
    trunk/ChangeLog
    trunk/compile.c
    trunk/iseq.c
    trunk/proc.c
    trunk/vm.c
    trunk/vm_core.h
    trunk/vm_dump.c
    trunk/vm_eval.c
    trunk/vm_insnhelper.c
    trunk/vm_method.c
(Continue reading)

nobu | 22 May 04:09
Favicon
Gravatar

[ruby-cvs:42931] nobu:r35755 (ruby_1_9_2): merge revision(s) 27939,29703,29704,30164:

nobu	2012-05-22 11:09:55 +0900 (Tue, 22 May 2012)

  New Revision: 35755

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35755

  Log:
    merge revision(s) 27939,29703,29704,30164:

    * ruby.c (ruby_init_loadpath_safe): use real path for non-shared
      build.
    * configure.in (LIBRUBY_RELATIVE): use rpath token expansion.
    * tool/rbinstall.rb (bin-comm): prepend prolog shell script if
      necessary.
    * ruby.c (ruby_init_loadpath_safe): relatively called non-shared
      binary cannot be found in PATH, so use given pathname.

  Modified files:
    branches/ruby_1_9_2/ChangeLog
    branches/ruby_1_9_2/configure.in
    branches/ruby_1_9_2/ruby.c
    branches/ruby_1_9_2/tool/rbinstall.rb
    branches/ruby_1_9_2/version.h

svn | 21 May 17:47
Favicon

[ruby-cvs:42930] svn:r35754 (trunk): * 2012-05-22

svn	2012-05-22 00:47:08 +0900 (Tue, 22 May 2012)

  New Revision: 35754

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35754

  Log:
    * 2012-05-22

  Modified files:
    trunk/version.h

mame | 21 May 17:47
Favicon

[ruby-cvs:42929] mame:r35753 (trunk): * struct.c (rb_struct_members): Refactoring. As Struct#members had

mame	2012-05-22 00:47:03 +0900 (Tue, 22 May 2012)

  New Revision: 35753

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35753

  Log:
    * struct.c (rb_struct_members): Refactoring.  As Struct#members had
      returned an array of String, the old code was needed to convert
      Symbols to Strings.  But it is almost unnecessary because the
      method now returns an array of Symbols.  A patch by Masaki
      Matsushita <glass.saga at gmail dot com>  [Feature #6218]
      [ruby-dev:45451]

  Modified files:
    trunk/ChangeLog
    trunk/struct.c

naruse | 21 May 16:03
Favicon
Gravatar

[ruby-cvs:42928] naruse:r35752 (trunk): OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.

naruse	2012-05-21 23:03:18 +0900 (Mon, 21 May 2012)

  New Revision: 35752

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35752

  Log:
    OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.

    http://cvs.openssl.org/chngview?cn=21471

  Modified files:
    trunk/test/openssl/test_ssl.rb


Gmane