Project

General

Profile

Activity

From 01/07/2009 to 01/13/2009

01/13/2009

11:52 PM Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
On 1.8, the only that bring basic ruby scripts into the plate was One-Click Installer.

By default, Ruby ...
luislavena (Luis Lavena)
11:26 PM Bug #1008 (Rejected): Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation
=begin
For MinGW, only Windows batch script (.bat) of commands like gem, rake, ri ... are installed.
Consequently,...
Chauk-Mean (Chauk-Mean Proum)
09:31 PM Bug #952 (Closed): rb_obj_not_match documentation is buggy
=begin
applied in r21493.
=end
yugui (Yuki Sonoda)
09:13 PM Bug #995: CONFIG['topdir'] defined '1.9.1' instead of '1.9'
=begin
Thank you for your reply.

This will require me keep a separate recipe for building 1.9 in a different wa...
luislavena (Luis Lavena)
09:07 PM Bug #995 (Rejected): CONFIG['topdir'] defined '1.9.1' instead of '1.9'
=begin
This is intentional. CONFIG['topdir'] will change when binary compatibility is broken in a future version.
=...
yugui (Yuki Sonoda)
09:10 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin

=end
yugui (Yuki Sonoda)
09:08 PM Bug #996 (Closed): IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
applied in r21485
=end
yugui (Yuki Sonoda)
08:59 PM Bug #980: Requiring erb produces two warnings in 1.9.1-RC1
=begin

=end
yugui (Yuki Sonoda)
12:05 PM Bug #980: Requiring erb produces two warnings in 1.9.1-RC1
=begin

=end
yugui (Yuki Sonoda)
08:55 PM Feature #971: Reinstate RubyVM::InstructionSequence::load
=begin

=end
yugui (Yuki Sonoda)
08:25 PM Bug #940 (Rejected): ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
=begin

=end
yugui (Yuki Sonoda)
08:20 PM Bug #924: encoding for stdio's
=begin

=end
yugui (Yuki Sonoda)
04:57 PM Bug #755 (Closed): select in windows errantly accepts too many fd's
=begin
Applied in changeset r21487.
=end
usa (Usaku NAKAMURA)
04:56 PM Bug #970: Re: [ruby-cvs:28403] Ruby:r21185 (trunk): * thread.c (rb_thread_blocking_region): add a comment.
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:37761] Re: [BUG:trunk] Re: [ruby-cvs:28403] Ruby:r21185 (trunk): * ...
usa (Usaku NAKAMURA)
01:57 PM Revision badd4484 (git): * ext/socket/addrinfo.h (AI_NUMERICSERV): defined.
(AI_MASK): add AI_NUMERICSERV.
* ext/socket/getaddrinfo.c (getaddrinfo): support AI_NUMERICSERV.
git-svn-id: svn+...
akr (Akira Tanaka)
12:52 PM Revision ed154227 (git): * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
Patch by Kornelius Kalnbach. [ruby-core:20992].
* test/ostruct/test_ostruct.rb: test for inspect.
Patch by Kornel...
yugui (Yuki Sonoda)
12:47 PM Bug #983 (Closed): tool/file2lastrev.rb の文字コードの問題
=begin
Applied in changeset r21486.
=end
yugui (Yuki Sonoda)
12:08 PM Bug #983: tool/file2lastrev.rb の文字コードの問題
=begin

=end
yugui (Yuki Sonoda)
12:45 PM Revision be551172 (git): * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_list
when copying pipe fptr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:41 PM Revision 84775721 (git): * ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL if
getaddrinfo.c/getnameinfo.c is used. They are not thread safe
because gethostbyname/gethostbyaddr is used.
(rb_g...
akr (Akira Tanaka)
12:29 PM Revision e1809a0c (git): * object.c (rb_obj_not_match): rdoc.
Patch by Kornelius Kalnbach.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21493 b2dd03c8-39d4-4d8f-98ff-823fe69...
yugui (Yuki Sonoda)
12:09 PM Bug #981: String#encode() keeps invalid bytes when converting to US-ASCII
=begin

=end
yugui (Yuki Sonoda)
12:07 PM Bug #985: profile lib + iterator => 'NULL pointer given' (ArgumentError)
=begin

=end
yugui (Yuki Sonoda)
12:07 PM Bug #984: Test::Unit::Assertions#assert_match double counts number of assertions
=begin

=end
yugui (Yuki Sonoda)
12:01 PM Bug #886: GC from blocking region
=begin

=end
yugui (Yuki Sonoda)
11:53 AM Bug #1003: autoload test failed on OpenSolaris
=begin

=end
yugui (Yuki Sonoda)
03:29 AM Bug #1003: autoload test failed on OpenSolaris
=begin
Hi,

At Mon, 12 Jan 2009 12:21:11 +0900,
Dae San Hwang wrote in [ruby-core:21267]:
> Following test faile...
nobu (Nobuyoshi Nakada)
09:23 AM Revision c4554d20 (git): * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of
fptr_finalize() because the fptr has special finalizser if it is a
pipe. [ruby-dev:37757] (3)
git-svn-i...
U.Nakamura
09:21 AM Revision fbc4429d (git): * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686]
(also see [ruby-dev:37721])
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21491 b2dd03c8-39d4-4d8f-98ff-823fe6...
U.Nakamura
09:05 AM Revision e668e36b (git): * template/{encdb,transdb}.h.tmpl: moved enc/make_encdb.rb and
enc/trans/make_transdb.rb using tool/generic_erb.rb.
* common.mk (encdb.h, transdb.h): generates from avobe template...
nobu (Nobuyoshi Nakada)
08:28 AM Revision 4cb8d331 (git): * enc/trans/make_transdb.rb (converters): should not depend on the
hash order for cross compile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21489 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
08:18 AM Revision 7371086f (git): Add dummy definition for fake rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:52 AM Revision 50258b19 (git): * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,
rb_fd_init, rb_fd_term, rb_fd_zero, rb_fd_set, rb_fd_clr, rb_fd_isset,
rb_fd_select, rb_fd_ptr, rb_fd_max, ...
U.Nakamura
03:37 AM Revision e41bd618 (git): * tool/file2lastrev.rb (get_revisions): fixes problem with
svn on cygwin. [ruby-dev:37702].
Patch by Kouhei Sutou.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21486 b2...
yugui (Yuki Sonoda)
03:37 AM Revision a5fdc9de (git): * lib/irb/input-method.rb: IRB did not prompt for MSwin32.
[ruby-dev:37686].
Patch by arton <artonx AT yahoo.co.jp>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21485 ...
yugui (Yuki Sonoda)
03:30 AM Bug #1004: Encoding related test failure on OpenSolaris
=begin
Hi,

At Mon, 12 Jan 2009 12:21:32 +0900,
Dae San Hwang wrote in [ruby-core:21268]:
> Following test faile...
nobu (Nobuyoshi Nakada)
03:13 AM Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin
Hi,

At Sat, 10 Jan 2009 02:35:50 +0900,
Tom Link wrote in [ruby-core:21239]:
> A proper solution should ...
nobu (Nobuyoshi Nakada)
03:11 AM Revision fc8835a5 (git): * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.h
on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:55 AM Revision 654e94e1 (git): Commit miss in previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
12:49 AM Revision c2cc750d (git): ext/socket/socket.c: removed warning about unused variable 'rai'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)

01/12/2009

10:21 PM Bug #970: Re: [ruby-cvs:28403] Ruby:r21185 (trunk): * thread.c (rb_thread_blocking_region): add a comment.
=begin
On 1/12/09 1:19 PM, SASADA Koichi wrote:
>  これらの修正(r21438,r21441)は1.9.1 にも,コミットしていただけるとよ
> いかと思うのですが,いかがでしょ...
yugui (Yuki Sonoda)
01:20 PM Bug #970: Re: [ruby-cvs:28403] Ruby:r21185 (trunk): * thread.c (rb_thread_blocking_region): add a comment.
=begin
 ささだです.

U.Nakamura wrote::
> めでたくrb_thread_call_with_gvl()が入りましたが、rb_thread_t
> に追加されたメンバblocking_region...
ko1 (Koichi Sasada)
07:40 PM Revision c65d935b (git): merge revision(s) 18417:
* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct
is not supplied. backported from trunk. f...
shyouhei (Shyouhei Urabe)
07:39 PM Revision 95f1f18d (git): merge revision(s) 18417:
* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct
is not supplied. backported from trunk. f...
shyouhei (Shyouhei Urabe)
06:08 PM Revision 8212ca43 (git): * instruby.rb: require "tool/mdoc2man.rb" before chdir if needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:59 PM Revision 370ffc6a (git): * ext/socket/extconf.rb: use headers instead of "netdb.h" in checking
getnameinfo() and getaddrinfo() because Windows doesn't have it.
see [ruby-dev:37757].
* ext/socke...
U.Nakamura
05:28 PM Revision f0e91e54 (git): describe Encoding.find("locale") in rdoc of Encoding.locale_charmap.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:27 PM Revision e051337b (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:21 PM Revision dea3ad3c (git): * win32/win32.c (internal_cmd_match): extracted from
is_internal_cmd.
* win32/win32.c (argv_size, join_argv): escapes redirection, pipe
and carret punctuations with ca...
nobu (Nobuyoshi Nakada)
05:10 PM Revision 3f2b281e (git): * ext/tk/lib/tk.rb: use Encoding.find("locale") instaed of
Encoding.locale_charmap
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nagai (Hidetoshi Nagai)
04:00 PM Revision c4d9a1a3 (git): * 2009-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:00 PM Revision 81066585 (git): * 2009-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:00 PM Revision 07594eed (git): * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short
sockaddr.
(sock_s_unpack_sockaddr_un): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21469...
akr (Akira Tanaka)
04:00 PM Revision 91ff87c0 (git): * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short
sockaddr.
(sock_s_unpack_sockaddr_un): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21469 b2dd03c8-39...
akr (Akira Tanaka)
02:58 PM Revision 73757753 (git): * ext/socket/socket.c (addrinfo_ip_unpack): new method
AddrInfo#ip_unpack.
(addrinfo_unix_path): new method AddrInfo#unix_path.
(Init_socket): define above methods.
g...
akr (Akira Tanaka)
02:56 PM Revision 5203e86b (git): * enc/trans: ignore files generated in build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:32 PM Revision 68552c42 (git): * ext/socket/socket.c (IS_IP_FAMILY): defined.
(addrinfo_ip_p): use it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:33 PM Revision 61dcd3d1 (git): merges r21449 from trunk into ruby_1_9_1.
* lib/test/unit/assertions.rb (assert_nothing_raised): removes the
current trace to get rid of an issue of MiniTest...
yugui (Yuki Sonoda)
01:33 PM Revision 1fbaa2a5 (git): merges r21447 from trunk into ruby_1_9_1.
* win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.
* win32/win32.c (winnt_stat): gets rid of strange ...
yugui (Yuki Sonoda)
01:32 PM Revision de694df0 (git): merges r21441 from trunk into ruby_1_9_1.
* gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree):
enable to use them without GVL.
if GC is invoked, acquire GVL d...
yugui (Yuki Sonoda)
01:32 PM Revision 171ed510 (git): merges r21438 from trunk into ruby_1_9_1.
* thread.c: fix comment (terminology: Global VM Lock).
* thread.c (blocking_region_begin, blocking_region_end):
sav...
yugui (Yuki Sonoda)
01:32 PM Revision fdbfb35c (git): merges r21431 from trunk into ruby_1_9_1.
remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
yugui (Yuki Sonoda)
01:32 PM Revision 9aa12f77 (git): merges r21426 from trunk into ruby_1_9_1.
* test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):
Add rescue NotImplementedError.
git-svn-id: svn+...
yugui (Yuki Sonoda)
01:32 PM Revision 82349151 (git): merges r21424 from trunk into ruby_1_9_1.
* hash.c (rb_hash_s_create): set nil as the value if assoc length
is not enough. [ruby-core:21249]
git-svn-id: sv...
yugui (Yuki Sonoda)
01:32 PM Revision 6889d3d3 (git): merges r21415 and r21417 from trunk into ruby_1_9_1.
* version.h: make version string succinct:
"ruby 1.9.1p5000 (2009-01-10 trunk 21414) [i686-linux]".
git-svn-id: sv...
yugui (Yuki Sonoda)
01:32 PM Revision 81606e32 (git): merges r21414 from trunk into ruby_1_9_1.
* cont.c (cont_restore_1): should not be inlined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21...
yugui (Yuki Sonoda)
01:32 PM Revision b1a4b40f (git): merges r21406 from trunk into ruby_1_9_1.
* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc...
yugui (Yuki Sonoda)
01:31 PM Revision 396fd889 (git): merges r21393 from trunk into ruby_1_9_1.
* test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): some
platforms need environments for shared objects.
gi...
yugui (Yuki Sonoda)
01:31 PM Revision 9cf53eee (git): merges r21387 from trunk into ruby_1_9_1.
* instruby.rb: should not depend on a library which does not exist
in 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
yugui (Yuki Sonoda)
01:31 PM Revision 944de8e8 (git): merges r21364 and r21370 from trunk into ruby_1_9_1.
* instruby.rb: use installed libraries. [ruby-core:21006]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby...
yugui (Yuki Sonoda)
01:31 PM Revision df632dc4 (git): * 2009-01-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:31 PM Revision 0b491586 (git): merges r21363 from trunk into ruby_1_9_1. But r21312 is not merged.
* instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):
use version invariant configuration.
git-svn-id: ...
yugui (Yuki Sonoda)
12:22 PM Bug #1004 (Rejected): Encoding related test failure on OpenSolaris
=begin
Following test failed.

./miniruby sample/test.rb

...

"ext/tk/sample/demos-jp/button.rb"
unkn...
daesan (Dae San Hwang)
12:21 PM Bug #1003 (Closed): autoload test failed on OpenSolaris
=begin
Following test failed.

gmake btest 'OPTS=-v -q'

...

test_autoload.rb #919 test_autoload.rb:1:i...
daesan (Dae San Hwang)
11:45 AM Bug #998: Cross compile 1.9.1 snapshot fails building socket
=begin
Thank you Mr. Nakada, but seems the problem has moved forward:

...
luislavena (Luis Lavena)
11:34 AM Bug #1002 (Closed): r21312 causes test failures on RubyGems
=begin
r21312 causes many failures on RubyGems tests as the attached log.

r21312 is for [ruby-core:20990]. It i...
yugui (Yuki Sonoda)
08:52 AM Revision 839214e1 (git): add test for AddrInfo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:23 AM Revision 6b0304a5 (git): * lib/test/unit/assertions.rb (assert_nothing_raised): removes the
current trace to get rid of an issue of MiniTest::Unit#location.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
07:49 AM Revision 9aa8fcde (git): * instruby.rb (install): erased a garbage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:45 AM Revision cb190ce6 (git): * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.
* win32/win32.c (winnt_stat): gets rid of strange behavior of
GetFileAttributes(). [ruby-core:21269]
git-svn-id:...
nobu (Nobuyoshi Nakada)
07:45 AM Revision 729b4a81 (git): * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.
* win32/win32.c (winnt_stat): gets rid of strange behavior of
GetFileAttributes(). [ruby-core:21269]
git-svn-id:...
nobu (Nobuyoshi Nakada)
06:57 AM Revision 7099360a (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:40 AM Revision b89dc0ac (git): * 2009-01-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:40 AM Revision fd73d458 (git): * eval.c (rb_thread_start_0): must use ruby_longjmp instead of
longjmp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:08 AM Revision fdd7e03b (git): * ChangeLog: fixed indent and removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:43 AM Revision 9da504bb (git): * instruby.rb (parse_args, install): added --strip option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:41 AM Revision 29a6650d (git): * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree):
enable to use them without GVL.
if GC is invoked, acquire GVL during GC.
if NoMemoryError is raised, acquire GVL ...
ko1 (Koichi Sasada)
03:39 AM Revision 4f2b409a (git): * instruby.rb (install_recursive): skips the directory if matched
to a no_install pattern ending with a file separator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21440 b2dd0...
nobu (Nobuyoshi Nakada)
03:34 AM Revision 5c94a67e (git): * ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.
[ruby-core:21266]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:43 AM Revision 6f09fc2e (git): * thread.c: fix comment (terminology: Global VM Lock).
* thread.c (blocking_region_begin, blocking_region_end):
save and clear th->blocking_region_buffer.
* thread.c (rb_...
ko1 (Koichi Sasada)
01:21 AM Revision af12cefe (git): * eval.c: remove unused decl.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)

01/11/2009

07:33 PM Bug #996: IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin

The issue may be related with readline.
On the MinGW ruby-1.9.1-rc1 version, if I launch irb with --nore...
Chauk-Mean (Chauk-Mean Proum)
03:53 AM Bug #996: IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
Chauk-Mean Proum wrote:
> I think this is a specific problem on MinGW.
> On the same machine, I built ruby-...
headius (Charles Nutter)
02:48 AM Bug #996: IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
Charlie,

>ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [i386-darwin9.6.0]
>[headius @ cnutter:~...
Chauk-Mean (Chauk-Mean Proum)
05:07 PM Bug #997 (Closed): % after %> in erb
=begin
Applied in changeset r21431.
=end
seki (Masatoshi Seki)
03:24 PM Revision f3a4870b (git): merge revision(s) 18392:
* gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO and
Data. [ruby-dev:35578]
* gc.c (...
shyouhei (Shyouhei Urabe)
03:22 PM Revision 869c7d91 (git): merge revision(s) 18392:
* gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO and
Data. [ruby-dev:35578]
* gc.c (...
shyouhei (Shyouhei Urabe)
11:21 AM Revision 3094ebf3 (git): remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masatoshi SEKI
09:57 AM Bug #998 (Closed): Cross compile 1.9.1 snapshot fails building socket
=begin
Applied in changeset r21425.
=end
nobu (Nobuyoshi Nakada)
07:58 AM Revision 2d539256 (git): remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masatoshi SEKI
03:36 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
On Sat, Jan 10, 2009 at 4:33 PM, Austin Ziegler <[email protected]> wrote:
> On Sat, Jan 10, 2009 at 10:2...
luislavena (Luis Lavena)
03:34 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
On Sat, Jan 10, 2009 at 10:23 AM, Luis Lavena <[email protected]> wrote:
> Even worse, zlib has been upd...
austin (Austin Ziegler)
01:18 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
That's one of my complains about the bianries uploaded at garbage collect.

You need to do a lot of undoc...
luislavena (Luis Lavena)
01:13 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
Thanks Luis

That was a great tip. A possible work around to get the gems to update was

A. Copy
...
william (William Mason)
12:44 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
I moved these DLL-s from the Ruby 1.8 bin folder.

The following other DLL-s are also required to use gem...
william (William Mason)
12:24 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
Is a common problem not just of 1.9.1 release but previous (1.8.5, 1.8.6 and 1.8.7).

None of these files...
luislavena (Luis Lavena)
12:22 AM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
ruby --version
ruby 1.9.1 (2008-10-28 revision 19983) [i386-mswin32]
=end
william (William Mason)
12:20 AM Bug #999 (Third Party's Issue): SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin
Hi ..

When I try to add ruby gems one of the SSL DLL-s is missing:

SSLEAY32.DLL
ZLIB.DLL
...
william (William Mason)
02:33 AM Revision 3c299b5f (git): merge revision(s) 18371:
* lib/net/ftp.rb (chdir): handle 5xx errors correctly.
backported from trunk. fixed [ruby-core:18057].
g...
shyouhei (Shyouhei Urabe)
02:32 AM Revision 720dc250 (git): merge revision(s) 18371:
* lib/net/ftp.rb (chdir): handle 5xx errors correctly.
backported from trunk. fixed [ruby-core:18057].
g...
shyouhei (Shyouhei Urabe)
01:30 AM Revision 832740d1 (git): * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):
Add rescue NotImplementedError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21426 b2dd03c8-39d4-4d8f-98ff-823...
naruse (Yui NARUSE)
12:53 AM Revision f914b5a7 (git): * ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature for
cross compile. [ruby-core:21243]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21425 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
12:47 AM Revision 5a38751d (git): * hash.c (rb_hash_s_create): set nil as the value if assoc length
is not enough. [ruby-core:21249]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21424 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
12:42 AM Revision 42d45690 (git): * hash.c (rb_hash_s_create): set nil as the value if assoc length
is not enough. [ruby-core:21249]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21423 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)

01/10/2009

11:48 PM Bug #998 (Closed): Cross compile 1.9.1 snapshot fails building socket
=begin
Downloaded latest snapshot (09 January 2009) for 1.9 and during cross compilation, found a new error:

<p...
luislavena (Luis Lavena)
11:48 PM Bug #996: IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
Chauk-Mean Proum wrote:
> Issue #996 has been updated by Chauk-Mean Proum.
>
>
> As I indicated, it wor...
headius (Charles Nutter)
04:56 PM Bug #996: IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
As I indicated, it worked also for me with ruby-1.9.1-preview2 :
ruby 1.9.1 (2008-12-01 revision 20438) [i3...
Chauk-Mean (Chauk-Mean Proum)
02:11 PM Bug #996: IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
works all right for me [except for readline taking 100% cpu--I disabled it]


C:\installs\ruby_19_lates...
rogerdpack (Roger Pack)
08:33 PM Bug #997 (Closed): % after %> in erb
=begin
遠藤です。

最近になって 1.9 の erb の挙動が変わって気がついたのですが、
行頭の % を有効にした場合の挙動が少し変わっています。


$ ruby -rerb -ve 'p ERB...
mame (Yusuke Endoh)
06:06 PM Revision b802f1bb (git): add constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:26 PM Revision 94c668f1 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:16 PM Revision f86c3821 (git): * 2009-01-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:16 PM Revision 166c122f (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:18 PM Revision 7f52fa08 (git): * ext/socket/mkconstants.rb: don't generate unintended newlines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:58 AM Revision 8de60378 (git): test update for version string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:52 AM Revision 8a126199 (git): * ext/socket/mkconstants.rb: refactored to nest properly in statically
and dynamically.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:28 AM Revision 21495774 (git): * version.h: make version string succinct:
"ruby 1.9.1p5000 (2009-01-10 trunk 21414) [i686-linux]".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21415 b2...
akr (Akira Tanaka)
10:07 AM Revision d46fcaf4 (git): * cont.c (cont_restore_1): should not be inlined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
02:36 AM Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin
> proper charset

I'm fine with any solution that makes something 8-bit clean the default charset.

Peopl...
tomel (Tom Link)

01/09/2009

10:52 PM Bug #996 (Closed): IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW
=begin
Hi,

With ruby-1.9.1-rc1 on MinGW, when irb is launched, nothing is displayed.
In fact, everything that...
Chauk-Mean (Chauk-Mean Proum)
10:01 PM Bug #995 (Rejected): CONFIG['topdir'] defined '1.9.1' instead of '1.9'
=begin
While working on the new One-Click installer, noticed this change the
the folder structure between 1.8 and ...
luislavena (Luis Lavena)
07:02 PM Feature #994 (Closed): Hash-order preservation should be declared a feature; documentation needs to be adapted
=begin
I would like to come back to a thread from March 2008 in comp.lang.ruby,
http://groups.google.com/group/com...
JWuttke (Joachim Wuttke)
12:53 PM Revision ab8a2c7c (git): * ext/socket/socket.c (sock_define_const): use INT2NUM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:25 AM Revision 375cd73c (git): merge revision(s) 18368:
* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for
environments without OpenSSL. backported f...
shyouhei (Shyouhei Urabe)
10:24 AM Revision f67887c1 (git): merge revision(s) 18368:
* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for
environments without OpenSSL. backported f...
shyouhei (Shyouhei Urabe)
06:41 AM Revision f73dca93 (git): * ext/socket/mkconstants.rb: define macro if default_value is passed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:20 AM Revision f1ef1698 (git): * eval.c (TAG_THREAD): to start a new thread.
* eval.c (ruby_init, ruby_options, ruby_cleanup, rb_protect,
rb_load_protect, rb_thread_start_0): make thread ancho...
nobu (Nobuyoshi Nakada)
04:21 AM Revision c8b8db00 (git): * ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagai (Hidetoshi Nagai)
03:29 AM Revision 040a7fa7 (git): * common.mk (test-sample), rubytest.rb: use runruby.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:19 AM Revision b7ebcb60 (git): merges r21376 from trunk into ruby_1_9_1.
* lib/test/unit/assertions.rb (assert_no_match): don't count up as two
assertions.
git-svn-id: svn+ssh://ci.ruby-l...
yugui (Yuki Sonoda)
02:18 AM Revision 7083fd55 (git): merges r21336 from trunk into ruby_1_9_1.
* win32/win32.c (init_env): use user profile folder than personal
folder.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
yugui (Yuki Sonoda)
02:18 AM Revision df7a140b (git): merges r21343 and r21344 from trunk into ruby_1_9_1.
* configure.in (cygwin): needs properly implemented nl_langinfo().
[ruby-core:21110]
* missing/langinfo.c: added a...
yugui (Yuki Sonoda)
02:18 AM Revision 8b0a3af8 (git): merges r21342 from trunk into ruby_1_9_1.
* encoding.c (rb_locale_charmap): use GetConsoleCP() instead of
GetACP() because external encoding should b...
yugui (Yuki Sonoda)
02:18 AM Revision 4e057854 (git): merges r21110 from trunk into ruby_1_9_1.
* encoding.c (rb_filesystem_encoding): use ANSI codepage for file
system on cygwin.
* encoding.c (rb_locale_charma...
yugui (Yuki Sonoda)
02:18 AM Revision e28983e0 (git): merges r21339 from trunk into ruby_1_9_1.
* ext/curses/curses.c (free_window): use xfree instead of free.
[ruby-dev:37200]
git-svn-id: svn+ssh://ci.ruby-lan...
yugui (Yuki Sonoda)
02:18 AM Revision dc60d183 (git): merges r21338 from trunk into ruby_1_9_1.
* rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21398 b2dd03c8-39d4-4d8f-98ff-823fe69...
yugui (Yuki Sonoda)
02:18 AM Revision afd394ab (git): merges r21331 from trunk into ruby_1_9_1.
* file.c (rb_file_s_stat): need type check for non string values.
[ruby-dev:37673] fix: #964
* file.c (rb_file_s_...
yugui (Yuki Sonoda)
02:17 AM Revision 0b1e4a1f (git): * 2009-01-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:17 AM Revision 31698908 (git): merges r21329 from trunk into ruby_1_9_1.
* random.c (rb_f_srand): update RDoc. [ruby-core:21113]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1...
yugui (Yuki Sonoda)
01:40 AM Revision 057f2866 (git): * 2009-01-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:40 AM Revision a931f961 (git): * test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): some
platforms need environments for shared objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21393 b2dd03c8-39...
nobu (Nobuyoshi Nakada)

01/08/2009

02:33 PM Revision 07f0d97d (git): * ChangeLog: forgotten to commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:26 PM Revision 6645606d (git): * instruby.rb: easy code contains fewer bugs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:20 PM Revision 80618e75 (git): * ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.
(shutdown_how_arg): new function.
* ext/socket/mkconstants.rb: generate shutdown_how_to_int.
git-svn-id: svn+ssh:...
akr (Akira Tanaka)
02:00 PM Revision 2f31ea3c (git): * ext/socket/mkconstants.rb (gen_name_to_int_func): generate
name_to_int functions, not only body.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21389 b2dd03c8-39d4-4d8f-98...
akr (Akira Tanaka)
01:45 PM Revision c9ef4fc5 (git): * ext/socket/socket.c: don't use AI_NUMERICSERV for platforms which
not define it as old Windows.
[ruby-dev:37736]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21388 b2dd03c8-3...
akr (Akira Tanaka)
11:44 AM Bug #978 (Closed): Range#step と Integer#step の振舞いの違い
=begin
fixed in r21298 and r21330.
=end
matz (Yukihiro Matsumoto)
11:36 AM Bug #985: profile lib + iterator => 'NULL pointer given' (ArgumentError)
=begin

=end
matz (Yukihiro Matsumoto)
11:35 AM Bug #987 (Closed): Socket.getaddrinfo("www.ruby-lang.org", 80) returns only UDP information
=begin
fixed in r21278.
=end
matz (Yukihiro Matsumoto)
09:42 AM Bug #983: tool/file2lastrev.rb の文字コードの問題
=begin
svn info --xml で確かめたところ、US-ASCII 文字以外はでません。
=end
duerst (Martin Dürst)
08:32 AM Revision 20f78681 (git): * instruby.rb: should not depend on a library which does not exist
in 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:25 AM Revision d458cea6 (git): merge revision(s) 18356:
* parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fix
up fixnum range literal in conditiona...
shyouhei (Shyouhei Urabe)
04:23 AM Revision 182f7e16 (git): merge revision(s) 18356:
* parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fix
up fixnum range literal in conditiona...
shyouhei (Shyouhei Urabe)
12:50 AM Bug #974: Range#max で終了しないことがある
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37720] Re: [Bug #974] Range#max で終了しないことがある"
on Wed, 7 Jan 200...
matz (Yukihiro Matsumoto)

01/07/2009

10:53 PM Revision 0dd41d0d (git): * ext/socket/socket.c (init_unix_addrinfo): don't return a value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:33 PM Revision fc82d467 (git): * lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:33 PM Revision ccdcc971 (git): * lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:28 PM Revision 02f96f47 (git): previous change reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:27 PM Revision 5b3f5495 (git): * 2009-01-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:27 PM Revision 55faa937 (git): updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:21 PM Revision 3a0aa7f8 (git): updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:40 PM Bug #974: Range#max で終了しないことがある
=begin
Yuguiです。

On 1/5/09 6:38 AM, Yukihiro Matsumoto wrote:

> eがNumericでIntegerでない時、...のmaxはエラーにすることにし
> ました...
yugui (Yuki Sonoda)
05:17 PM Bug #958 (Closed): Cross-compile 1.9.1-rc1 fail to make install
=begin
Applied in changeset r21364.
=end
nobu (Nobuyoshi Nakada)
04:07 PM Bug #985: profile lib + iterator => 'NULL pointer given' (ArgumentError)
=begin

In message "Re: [ruby-core:21161] [Bug #985] profile lib + iterator => 'NULL pointer given' (ArgumentError)...
matz (Yukihiro Matsumoto)
03:33 PM Revision d45c4a81 (git): * lib/test/unit/assertions.rb (assert_no_match): don't count up as two
assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:27 PM Revision 3802c43e (git): * ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktype
is SOCK_DGRAM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:21 PM Revision 0f94c670 (git): * 2009-01-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision 69d908a1 (git): * ext/socket/socket.c (host_str): add flags_ptr argument to specify
AI_NUMERICHOST if host is numeric form.
(port_str): add flags_ptr argument to specify AI_NUMERICSERV if port
is n...
akr (Akira Tanaka)
02:33 PM Revision 0e9023ac (git): * test/rubygems/test_gem.rb (test_self_user_home_user_drive_and_path): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:20 PM Revision 55b2bf4d (git): * ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.
(s_recvfrom): return AddrInfo as address.
(s_recvfrom_nonblock): ditto.
(sock_accept): ditto.
(sock_accept_nonb...
akr (Akira Tanaka)
01:12 PM Revision 376004e9 (git): * instruby.rb (man, gem): fixed errors.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:59 AM Revision b92d0623 (git): mistake in the previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
09:57 AM Revision 1ce8843d (git): * 2009-01-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:57 AM Revision e6467096 (git): properties
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
09:16 AM Revision 98aaad53 (git): * 2009-01-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:16 AM Revision 315cc029 (git): * configure.in: fix SEGV on Mac OS X 10.5.3 with --enable-shared.
a patch from Wataru Kimura in Bug #193 [ruby-core:17333].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby...
znz (Kazuhiro NISHIYAMA)
08:14 AM Revision 72937eea (git): * instruby.rb: use installed libraries. [ruby-core:21006]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:13 AM Revision f597d65a (git): * instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir):
use version invariant configuration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21363 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
08:06 AM Revision 99f00269 (git): * 2009-01-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:06 AM Revision 3117bab1 (git): * ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix):
constified.
* ext/socket/socket.c (ruby_getnameinfo__aix): protoized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
nobu (Nobuyoshi Nakada)
02:20 AM Bug #982: stack level too deep for long Array initialization
=begin
遠藤です。

> 次のスクリプトが stack level too deep (SystemStackError) で終わります。

> ruby -e 'puts "A=["; 0.upto(1000...
mame (Yusuke Endoh)
01:12 AM Revision 46e4dcf0 (git): merge revision(s) 18355:
* eval.c (timeofday): use monotonic clock. based on a patch
from zimbatm <[email protected]> in [ruby-core:1...
shyouhei (Shyouhei Urabe)
01:09 AM Revision af7147ea (git): merge revision(s) 18355:
* eval.c (timeofday): use monotonic clock. based on a patch
from zimbatm <[email protected]> in [ruby-core:1...
shyouhei (Shyouhei Urabe)
 

Also available in: Atom