Project

General

Profile

Activity

From 01/21/2009 to 01/27/2009

01/27/2009

10:22 PM Revision 186f7fe9 (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:02 PM Revision aada62da (git): * Makefile.in (distclean): hides removing Doxyfile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:45 PM Bug #1061: free の bcc32 による Ruby の build 時の不具合 ?
=begin
了解しました。
=end
redcat (Jun Kudo)
05:27 PM Bug #1061 (Rejected): free の bcc32 による Ruby の build 時の不具合 ?
=begin
と、いうような問題をメンテする人が存在しないため、bcc32サポートは打ち切られました。
=end
usa (Usaku NAKAMURA)
05:13 PM Bug #1061 (Rejected): free の bcc32 による Ruby の build 時の不具合 ?
=begin
初めまして。

Ruby 1.9.0-5 をソースから build するために free の Borland C++ Compiler 5.5.1 を使用しようと思ったのですが、D:\ruby 以下にソースファイルを展開して bcc32 ディレクトリに移動し
D:\ruby\bcc32> configure --prefix=c:/Ruby
を実行すると

MAKE Version 5.2 Copyright (c) 1987,...
redcat (Jun Kudo)
08:17 PM Bug #1059 (Closed): cannot make socket.so
=begin
Applied in changeset r21804.
=end
akr (Akira Tanaka)
01:41 PM Bug #1059 (Closed): cannot make socket.so
=begin
libsocks4を入れていて、ビルド時に環境変数にSOCKS_SERVER=localhostのように設定していると
SOCKSSocketが出来るようなので、とりあえず設定していたのですが、そのような環境で
コンパイルが通らなくなっているようです。

compiling socket
make[1]: Entering directory `/home/kazu/build/ruby/trunk/ruby/ext/socket'
...
znz (Kazuhiro NISHIYAMA)
05:39 PM Bug #1060: mkmf refuses to find 3rd party extensions - ruby 1.9.1 trunk
=begin
Ok, I figured out what is going on here.

I am building Ruby using msys plus mingw. I find that easier than just straight mingw (or vc++) because msys can easily build pdcurses, zlib, tlc, tk, etc.

The problem is that m...
cfis (Charlie Savage)
04:18 PM Bug #1060 (Rejected): mkmf refuses to find 3rd party extensions - ruby 1.9.1 trunk
=begin
When building with msys/mingw, mkmf incorrectly says header files don't exist when in fact they do. This happens when building the extensions for curses (PDCurses), tk, zlib etc.

Let's use tk as an example. I downloaded, b...
cfis (Charlie Savage)
05:24 PM Bug #1057: ripper does not compile with mingw
=begin
gcc on msys.

config options for ruby:

./configure --prefix=c:/Development/ruby-1.9.1-mingw
=end
cfis (Charlie Savage)
04:59 PM Bug #1057 (Open): ripper does not compile with mingw
=begin
Hi,

At Tue, 27 Jan 2009 02:53:14 +0900,
Charlie Savage wrote in [ruby-core:21570]:
> Mingw, vista, gcc 3.4.5

What do you call Mingw? gcc -mno-cygwin on cygwin, or gcc on
msys?

And what configure options did ...
nobu (Nobuyoshi Nakada)
04:58 AM Bug #1057: ripper does not compile with mingw
=begin
Thanks Matz - fix verified.
=end
cfis (Charlie Savage)
04:08 AM Bug #1057 (Closed): ripper does not compile with mingw
=begin
Applied in changeset r21787.
=end
matz (Yukihiro Matsumoto)
03:56 AM Bug #1057 (Open): ripper does not compile with mingw
=begin
re-opened.
=end
matz (Yukihiro Matsumoto)
03:37 AM Bug #1057 (Closed): ripper does not compile with mingw
=begin
Applied in changeset r21783.
=end
matz (Yukihiro Matsumoto)
02:54 AM Bug #1057 (Closed): ripper does not compile with mingw
=begin
Mingw, vista, gcc 3.4.5

When building ruby 1.9.1-rc2:

make[1]: Entering directory `/usr/src/ruby-1.9.1-rc2/ext/ripper'
make[1]: *** No rule to make target `lex.c', needed by `ripper.o'. Stop.
make[1]: Leaving direc...
cfis (Charlie Savage)
04:18 PM Revision 309eb9aa (git): * 2009-01-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:18 PM Revision fc49d429 (git): pass the trim_mode [Feature #1032] [Bug #1062]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masatoshi SEKI
04:10 PM Bug #1058: Ruby 1.9.1 make install fails on mingw due to rdoc
=begin
Confirmed fixed - thanks Nobu.
=end
cfis (Charlie Savage)
02:47 PM Bug #1058 (Closed): Ruby 1.9.1 make install fails on mingw due to rdoc
=begin
Applied in changeset r21795.
=end
nobu (Nobuyoshi Nakada)
11:08 AM Bug #1058: Ruby 1.9.1 make install fails on mingw due to rdoc
=begin
Building with VC++ 2008 works as expected. So this is limited to YAML + mingw somehow.
=end
cfis (Charlie Savage)
08:18 AM Bug #1058: Ruby 1.9.1 make install fails on mingw due to rdoc
=begin
After installation:

$ irb
> require 'yaml'

TypeError: wrong argument type Fixnum (expected Class)
from c:/Development/ruby-1.9.1/lib/ruby/1.9.1/yaml.rb:9:in `require'
from c:/Development/ruby-1.9.1...
cfis (Charlie Savage)
08:16 AM Bug #1058 (Closed): Ruby 1.9.1 make install fails on mingw due to rdoc
=begin
I can successfully build 1.9.1 from head, using mingw on Vista and gcc 3.4.5.

$ ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --prefix=c:/Development/ruby-1.9.1

$ make
<runs to completion>

Th...
cfis (Charlie Savage)
03:02 PM Feature #1047: request: getters, setters for the GC
=begin
Thomas Enebo wrote:
> No reason MRI should not consider making their GC tunable IMHO.
>
> I think GC tunables at startup or during runtime should be considered
> implementation dependent. Java has many different GCs. Cert...
headius (Charles Nutter)
12:57 PM Feature #1047: request: getters, setters for the GC
=begin
At 01:24 09/01/27, Thomas Enebo wrote:
>Martin Duerst wrote:
>> I agree that something in this direction should be done.
>> Garbage collection details can affect performance a lot.
>>
>> Exposing one or two variables isn't d...
duerst (Martin Dürst)
11:26 AM Revision 94ded2a2 (git): * lib/pathname.rb (Pathname#world_readable?): define only if
FileTest.world_readable? is available.
(Pathname#world_writable?): ditto.
[ruby-core:21566]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:15 AM Revision 96fbb125 (git): * 2009-01-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:15 AM Revision 8c8375ce (git): remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:07 AM Revision 2d958b7f (git): * ext/socket/init.c (socks_connect_blocking): moved from
sockssocket.c. [ruby-dev:37834]
* sockssocket.c (socks_init): don't omit "int" type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
09:52 AM Feature #1046: request: ability to run without specifying .rb
=begin
Hi,

In message "Re: [ruby-core:21586] Re: [Feature #1046] request: ability to run without specifying .rb"
on Tue, 27 Jan 2009 09:35:10 +0900, Roger Pack <rogerdpack@gmail.com> writes:

|Oh sorry--I meant that you would...
matz (Yukihiro Matsumoto)
08:50 AM Feature #1046: request: ability to run without specifying .rb
=begin
Hi,

In message "Re: [ruby-core:21579] [Feature #1046] request: ability to run without specifying .rb"
on Tue, 27 Jan 2009 05:03:24 +0900, Roger Pack <redmine@ruby-lang.org> writes:

|The answer is perhaps unsatisfying.
...
matz (Yukihiro Matsumoto)
06:16 AM Feature #1046: request: ability to run without specifying .rb
=begin
On Mon, Jan 26, 2009 at 6:03 PM, Roger Pack <redmine@ruby-lang.org> wrote:
> Issue #1046 has been updated by Roger Pack.
>
>
>> And could you please tell me why you felt it's be nice to be able to
>> omit extension [on Windo...
luislavena (Luis Lavena)
05:05 AM Feature #1046: request: ability to run without specifying .rb
=begin
> And could you please tell me why you felt it's be nice to be able to
> omit extension [on Windows]? The ruby command is invoked from command

The answer is perhaps unsatisfying. I find the convenience of not having to i...
rogerdpack (Roger Pack)
03:57 AM Feature #1046: request: ability to run without specifying .rb
=begin
> -----Original Message-----
> From: Yukihiro Matsumoto [mailto:matz@ruby-lang.org]
> Sent: Monday, January 26, 2009 6:44 AM
> To: ruby-core@ruby-lang.org
> Subject: [ruby-core:21562] Re: [Feature #1046] request: ability to r...
jredville (Jim Deville)
08:32 AM Revision 6197ef05 (git): merge revision(s) 19652:
* marshal.c (marshal_dump): initializes dump_arg before any funcall.
[ruby-dev:36648]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@21802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
08:29 AM Revision e37bc8ab (git): merge revision(s) 19652:
* marshal.c (marshal_dump): initializes dump_arg before any funcall.
[ruby-dev:36648]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
06:18 AM Revision 1da5a489 (git): merge revision(s) 19593:
* ext/socket/socket.c (host_str): numeric address should be unsigned.
[ruby-core:18971]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@21798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
06:17 AM Revision 88960eb7 (git): merge revision(s) 19593:
* ext/socket/socket.c (host_str): numeric address should be unsigned.
[ruby-core:18971]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
05:41 AM Revision 9c29032c (git): * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to export
non-function symbols. [ruby-core:21582]
* win32/mkexports.rb (Exports::Mingw#each_export): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:57 AM Bug #1056: Ruby 1.9.1-rc2 - ext compilation errors on mingw
=begin
Thanks Matz - fix verified.
=end
cfis (Charlie Savage)
03:55 AM Bug #1056 (Closed): Ruby 1.9.1-rc2 - ext compilation errors on mingw
=begin
fixed in r21783
=end
matz (Yukihiro Matsumoto)
02:52 AM Bug #1056 (Closed): Ruby 1.9.1-rc2 - ext compilation errors on mingw
=begin
When compiling Ruby 1.9.1-rc2 on mingw on vista:

make[1]: Entering directory `/usr/src/ruby-1.9.1-rc2/ext/continuation'
make[1]: *** No rule to make target `ruby.h', needed by `continuation.o'. Stop.
make[1]: Leaving di...
cfis (Charlie Savage)
04:19 AM Revision d9cb14ad (git): eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:02 AM Revision 7cefea6f (git): * ext/ripper/depend: use VPATH.
If a platform doesn't support VPATH, Ruby doesn't support it:
for exapmle MSYS. [ruby-core:21570]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
03:24 AM Revision 6f39590a (git): * ext/ripper/depend: lex.c's correct path is ../../lex.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:09 AM Revision d232a504 (git): * lib/mkmf.rb (try_header): checks the header depending on
platform.
* lib/mkmf.rb (have_header, find_header): use try_header.
* win32/Makefile.sub (try_header): uses try_compile to get rid of
slow -E option of VC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21791 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
02:03 AM Revision c938de20 (git): * common.mk (distclean-enc, realclean-enc): do not call clean of
enc.mk twice or more.
* enc/depend (cleanobjs): added deffile.
* lib/mkmf.rb (create_makefile): removes deffile at clean instead
of distclean.
* win32/Makefile.sub (miniruby, LIBRUBY_SO): removes lib and exp
files.
* win32/Makefi...
nobu (Nobuyoshi Nakada)
01:32 AM Bug #1054: Pathname has invalid delegates for FileTest
=begin
See also #1053
=end
yawn (Joern Barthel)
01:30 AM Bug #1054 (Closed): Pathname has invalid delegates for FileTest
=begin
world_writable? and world_readable? are delegated but are (no longer) present in FileTest
=end
yawn (Joern Barthel)
01:19 AM Bug #1053 (Closed): Obsolete methods in Pathname
=begin
There are lot of methods in Pathname that have been marked obsolete and give warnings since 2003, shouldn't they be removed by 1.9?
=end
manveru (Michael Fellinger)
01:15 AM Revision 882cb2e3 (git): * transcode.c (struct rb_transcoding): added ary member for debug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:10 AM Revision 7788bbfa (git): * Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not use
./miniruby directly for cross compiling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:45 AM Bug #340: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
=begin
I was able to get Ruby 1.9.1 RC2 to compile and run if I set:

#define RUBY_SETJMP(env) setjmp(env)
#define RUBY_LONGJMP(env,val) longjmp(env,val)

I don't know exactly why, but the llvm-gcc doesn't do __builtin_longjmp and ...
ash.gti (john harrison)

01/26/2009

11:46 PM Feature #1046: request: ability to run without specifying .rb
=begin
Hi,

In message "Re: [ruby-core:21551] [Feature #1046] request: ability to run without specifying .rb"
on Sun, 25 Jan 2009 05:42:16 +0900, Roger Pack <redmine@ruby-lang.org> writes:

|Speaking out loud, is there a reason...
matz (Yukihiro Matsumoto)
07:06 PM Revision 0fff7aa6 (git): * ext/ripper/depend: fixed dependency path to lex.c.
[ruby-core:21570]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
06:53 PM Revision 85c2f0aa (git): ChangeLog: fixed wrong ML ref
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
06:48 PM Revision ad049bc5 (git): * hash.c (rb_any_hash): fixed performance issues with nil, true,
false as hash keys. a patch from Matthias Waechter.
[ruby-core:21568]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
06:28 PM Revision f327dd57 (git): * 2009-01-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:27 PM Revision a0947ecd (git): * lib/mkmf.rb (create_makefile): should point correct path to
ruby.h and defines.h. [ruby-core:21570]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
03:09 PM Feature #1047: request: getters, setters for the GC
=begin
I agree that something in this direction should be done.
Garbage collection details can affect performance a lot.

Exposing one or two variables isn't difficult. I'm wondering
why this hasn't been done yet. One guess is that ...
duerst (Martin Dürst)
09:03 AM Revision e02ba9dc (git): * eval.c (Init_Cont): separated from Init_Thread() since
rb_provide() must be after Init_Array().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:32 AM Revision 62734f6d (git): * process.c (proc_spawn_v): removed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:00 AM Revision 2dd66361 (git): * array.c (rb_ary_aset): fixed arguments evaluation order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:00 AM Revision c330fb42 (git): * array.c (rb_ary_aset): fixed arguments evaluation order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:49 AM Revision c93f31d4 (git): * lib/pathname.rb (chop_basename, prepend_prefix): use o option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:49 AM Revision 52259986 (git): * lib/pathname.rb (chop_basename, prepend_prefix): use o option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:15 AM Revision 2af5d793 (git): * eval.c (Init_Thread): provides "continuation.so" for forward
compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:12 AM Revision fade72ee (git): merge revision(s) 19514:
* lib/tmpdir.rb: setup buffer with nul characters instead of spaces.
fixed [ruby-dev:36493]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@21776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
02:11 AM Revision 0d78333b (git): merge revision(s) 19514:
* lib/tmpdir.rb: setup buffer with nul characters instead of spaces.
fixed [ruby-dev:36493]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)

01/25/2009

08:37 PM Revision f5df8d33 (git): * 2009-01-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:37 PM Revision 31dc22d4 (git): * ext/openssl/ossl_ssl.c: Server Name Indication support.
new methods SSLContext#server_name_cb=, SSLSocket#hostname=.
* test/openssl/test_ssl.rb: Tests for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Technorama Ltd.
02:38 PM Bug #1048 (Closed): Failed to load encoding (CP936)
=begin
I am using Ruby 1.9.1 RC2 on English Windows XP SP3 with non-Unicode (Control Panel -> Region and Language Setting -> Advanced) set to Chinese.

After running Ruby.exe, it will display "warning: failed to load encoding (CP936...
count0 (Zero Chen)
07:44 AM Revision 083bddec (git): * dln.c (FUNCNAME_PATTERN): simplified conditional expression.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:36 AM Revision efdef4db (git): * ext/socket/socket.c (socket_s_ip_address_list): renamed from
socket_s_list_ip_address. [ruby-dev:37806]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
06:53 AM Feature #1045: nicer icon for ruby.exe
=begin
Oops that's a feature request not a bug-my bad. And a pretty low priority at that :)
=end
rogerdpack (Roger Pack)
06:51 AM Feature #1045: nicer icon for ruby.exe
=begin
Heh. I hadn't noticed that one since I usually use it built from source.
So that would work, but applied default [and for 1.9], etc.

Something like http://upload.wikimedia.org/wikipedia/en/d/de/Ruby-(programming-language)...
rogerdpack (Roger Pack)
05:40 AM Feature #1045: nicer icon for ruby.exe
=begin
Something like the RubyInstaller icon?

http://blog.mmediasys.com/2008/03/29/progress-of-one-click-installer-rubyinstaller/
=end
luislavena (Luis Lavena)
05:34 AM Feature #1045 (Closed): nicer icon for ruby.exe
=begin
might be nice to have a real icon for ruby.exe instead of the default "white box" application icon.

Thanks!
-=r
http://www.daniweb.com/forums/thread121245.html describes it a little, at least with mingw.
=end
rogerdpack (Roger Pack)
05:48 AM Feature #1047 (Closed): request: getters, setters for the GC
=begin
It has been shown that increasing the malloc_limit can have a dramatic effect in speeding up certain programs.
ex:

Ruby 1.9 normal:
real-world/bm_hilbert_matrix.rb,
4.0054624080658,4.09904861450195,4.052255511283875...
rogerdpack (Roger Pack)
05:44 AM Feature #1046: request: ability to run without specifying .rb
=begin
Speaking out loud, is there a reason why require does not require .rb suffix, and load does?
Thanks!
-=r
=end
rogerdpack (Roger Pack)
05:43 AM Feature #1046 (Rejected): request: ability to run without specifying .rb
=begin
It would be nice to be able to use ruby [on windows, at least] via

ruby filename
when filename.rb exists
This is surprising that it does not work, as
ruby -rfilename filename.rb
does work without the .rb suffix for ...
rogerdpack (Roger Pack)
03:33 AM Revision 45c4ae9b (git): * ext/socket/socket.c (socket_s_list_ip_address): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:17 AM Revision 050a8e91 (git): * cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:03 AM Revision 0243b1d2 (git): * win32/Makefile.sub (clean-ext): condition of EXTS was inverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:50 AM Revision cdaadbd9 (git): * lib/mkmf.rb (create_makefile):fixed the variables order because
converter proc refers the separator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:23 AM Revision 0834056a (git): * common.mk (clean-extout): removes extout directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:06 AM Revision 97de7d10 (git): * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and
parents.
* Makefile.in, win32/Makefile.sub (distclean-rdoc): added to remove
temprary rdoc.
* Makefile.in, win32/Makefile.sub (distclean): removes extout
directory.
* Makefile.in, win32/Makefile.sub (clean-ext): skips non-existent...
nobu (Nobuyoshi Nakada)
12:08 AM Revision 0506348e (git): * dir.c (join_path): use strlcat() to force link.
* dir.c (glob_helper): no strcpy() is needed since len is known.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

01/24/2009

09:45 PM Revision 940e021e (git): * 2009-01-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:45 PM Revision 7361a2ec (git): * ext/openssl/ossl_ssl.c: Server Name Indication support.
new methods SSLContext#server_name_cb=, SSLSocket#hostname=.
* test/openssl/test_ssl.rb: Tests for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Technorama Ltd.
03:07 PM Revision 20178fc0 (git): merge revision(s) 19511:
* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
abandon wrapping if the line contains no space. [ruby-dev:36045]
fix: #342
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@21759 b2...
shyouhei (Shyouhei Urabe)
03:06 PM Revision e903ebb3 (git): merge revision(s) 19511:
* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
abandon wrapping if the line contains no space. [ruby-dev:36045]
fix: #342
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@21757 b2...
shyouhei (Shyouhei Urabe)
03:02 PM Revision a8e3b7de (git): merge revision(s) 19339:
* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
(Vector#eqn?): removed. Defined by mistake.
Fixes [ruby-dev:36294]. Reported by weda <weda AT
issp.u-tokyo.ac.jp> and an anonymous user.
...
shyouhei (Shyouhei Urabe)
03:01 PM Revision cdd72bed (git): merge revision(s) 19339:
* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
(Vector#eqn?): removed. Defined by mistake.
Fixes [ruby-dev:36294]. Reported by weda <weda AT
issp.u-tokyo.ac.jp> and an anonymous user.
...
shyouhei (Shyouhei Urabe)

01/23/2009

11:21 PM Revision b9170351 (git): * lib/mkmf.rb (configuration): tools under the top source
directory are not installed, so unusable outside extmk.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:55 PM Feature #1027: Dir.home
=begin
At Thu, 22 Jan 2009 23:26:40 +0900,
C.E. Thornton wrote:
>
> Dir.chdir(File.expand_path("~")) works on linux/unix
> systems. Does that concept of a "home" Directory translate
> to other OS's?

If Dir.chdir without a...
znz (Kazuhiro NISHIYAMA)
01:27 PM Feature #1038 (Closed): Signal.trapのcommandにSymbol
=begin
Applied in changeset r21746.
=end
nobu (Nobuyoshi Nakada)
01:03 PM Feature #1038: Signal.trapのcommandにSymbol
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37828] Re: [Feature #1038] Signal.trapのcommandにSymbol"
on Fri, 23 Jan 2009 12:50:57 +0900, Nobuyoshi Nakada <nobu@ruby-lang.org> writes:
|At Thu, 22 Jan 2009 18:20:53 +0900,
|Kazuhi...
matz (Yukihiro Matsumoto)
12:52 PM Feature #1038: Signal.trapのcommandにSymbol
=begin
なかだです。

At Thu, 22 Jan 2009 18:20:53 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-dev:37823]:
> Signal.trapの第1引数のsignalの方はSymbolでも受け付けるので
> 第2引数のcommandの方も"SIG_IGN"などをStringだけではなく
> Symbolでも受け付けるようにしてほしいです。

こんなとこでしょうか。


...
nobu (Nobuyoshi Nakada)
12:32 PM Bug #1042 (Closed): RDoc crashes while generating HTML after parsing a Ruby DSL.
=begin
I maintain a SQL/Injection DSL written in Ruby. Recently RDoc began to crash when I would run the usual API documentation generation rake task. The source-code for this DSL, which causes RDoc to crash in the middle of generating ...
postmodern (Hal Brodigan)
11:07 AM Bug #1039 (Rejected): test-all fails without installation
=begin
It's a spec.
=end
yugui (Yuki Sonoda)
01:17 AM Bug #1039: test-all fails without installation
=begin
Oops, forgot my ruby's version:

$ ./miniruby -v
ruby 1.9.1p0 (2009-01-20 revision 21697) [i686-linux]
=end
tad (Tadashi Saito)
01:15 AM Bug #1039 (Rejected): test-all fails without installation
=begin
In the current state of ruby_1_9_1, some tests in `make test-all` fails when I didn't `make install`.


1) Failure:
test_class_build_extconf_fail(TestGemExtExtConfBuilder) [/home/tadashi/svn/ruby/ruby_1_9_1/test/rubygem...
tad (Tadashi Saito)
08:26 AM Revision 3e76849c (git): * golf_prelude.rb (Enumerator#inspect): avoid warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e eban (Hirofumi WATANABE)
06:11 AM Revision 89a52085 (git): * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:11 AM Revision 834e7488 (git): * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:56 AM Revision 36144c4f (git): * lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
* lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir.
a patch by Alexey Borzenkov <snaury AT gmail.com> at
[ruby-core:21448].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
nobu (Nobuyoshi Nakada)
05:56 AM Revision 389157d8 (git): * lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
* lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir.
a patch by Alexey Borzenkov <snaury AT gmail.com> at
[ruby-core:21448].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21749 b2...
nobu (Nobuyoshi Nakada)
05:34 AM Revision 1190cc82 (git): * lib/mkmf.rb (try_func): got rid of c-mode confusion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:34 AM Revision 1c374fef (git): * lib/mkmf.rb (try_func): got rid of c-mode confusion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:25 AM Revision 0af33599 (git): * 2009-01-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:25 AM Revision 9e22c839 (git): * signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:50 AM Revision d3bec17e (git): merge revision(s) 19320,19322:
* lib/rexml/document.rb: limit entity expansion. Thanks, Luka
Treiber, Mitja Kolsek, and Michael Koziarski. backported from
trunk r19033, r19317, r19318.
* lib/rexml/entity.rb: ditto.
* test/rexml/te...
shyouhei (Shyouhei Urabe)
02:48 AM Revision 05159a8b (git): merge revision(s) 19320,19322:
* lib/rexml/document.rb: limit entity expansion. Thanks, Luka
Treiber, Mitja Kolsek, and Michael Koziarski. backported from
trunk r19033, r19317, r19318.
* lib/rexml/entity.rb: ditto.
* test/rexml/te...
shyouhei (Shyouhei Urabe)
02:20 AM Bug #1040 (Closed): rubygems/builder.rb should require user_interaction
=begin
builder.rb includes the UserInteraction module but does not include user_interaction.rb. Anyone wishing to use builder directly gets a strange error:

irb(main):001:0> require 'rubygems/builder'
NameError: uninitial...
ptoland (Phillip Toland)

01/22/2009

06:22 PM Feature #1038 (Closed): Signal.trapのcommandにSymbol
=begin
Signal.trapの第1引数のsignalの方はSymbolでも受け付けるので
第2引数のcommandの方も"SIG_IGN"などをStringだけではなく
Symbolでも受け付けるようにしてほしいです。

% ruby-trunk -ve 'Signal.trap(:CHLD,:IGNORE);fork{exec("true")};sleep 1'
ruby 1.9.1p5000 (2009-01-21 trunk 2171...
znz (Kazuhiro NISHIYAMA)
06:17 PM Feature #1031: -U オプションの説明が --help にない
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37818] [Bug #1031] -U オプションの説明が --help にない"
on Thu, 22 Jan 2009 14:02:11 +0900, Shyouhei Urabe <redmine@ruby-lang.org> writes:

|縦は24行なので文面を調整すれば80文字に納めるのは可能でしょう。
|いずれにせよ1画面にこだわっ...
matz (Yukihiro Matsumoto)
02:03 PM Feature #1031: -U オプションの説明が --help にない
=begin
縦は24行なので文面を調整すれば80文字に納めるのは可能でしょう。

いずれにせよ1画面にこだわってるのはまつもとさんなのでまつもとさんにassignしときますね。
=end
shyouhei (Shyouhei Urabe)
01:56 PM Feature #1031: -U オプションの説明が --help にない
=begin
「1画面」の定義は何でしょうか。今の時代には「画面」のサイズは
どんどん多様化しています。従来のサイズだったら 24x80 ではないか
と思いますが、その大きさには現在の --help は入らないです。

もう一つの問題として、現在のオプションのリストはあたかも「これで
すべて」という印象を与えている。

「1画面」の話を保ちたいと思ったら、少なくとも 24x80 に完全に
入る用にして、新しく
--help-long ...
duerst (Martin Dürst)
03:06 PM Bug #1037 (Closed): RDoc 2.2.2 crashes on comments beginning with '##'
=begin
RDoc 2.2.2 (which is bundled with Ruby 1.9.1-rc2) crashes
when processing comments that begin with two '##' comment
characters. Please observe:

> ./ruby --version
ruby 1.9.1p0 (2009-01-20 revision 21700) [i686-linux...
sunaku (Suraj Kurapati)
12:27 PM Bug #1035 (Closed): crash using weakrefs
=begin
Applied in changeset r21727.
=end
nobu (Nobuyoshi Nakada)
04:53 AM Bug #1035 (Closed): crash using weakrefs
=begin
This test appears to cause a crash in older versions of ruby 1.8.6, and also in 1.9 TRUNK.


go to
http://www.lloydforge.org/projects/misc/
download "ruby performance tests"
unzip
run like
ruby cases/create_weak_h...
rogerdpack (Roger Pack)
11:59 AM Revision 770d89c5 (git): Recover default_default_internal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
11:16 AM Feature #1027: Dir.home
=begin
Hi,

At Thu, 22 Jan 2009 01:25:05 +0900,
Eero Saynatkari wrote in [ruby-core:21490]:
> (And, of course, `File.expand_path ""` does not expand to the
> home directory in 1.8.6 at least, which may or may not be
> expected.)
...
nobu (Nobuyoshi Nakada)
11:15 AM Feature #1027: Dir.home
=begin
Hi,

At Thu, 22 Jan 2009 01:30:00 +0900,
Luis Lavena wrote in [ruby-core:21491]:
> The changes File.expand_path("~") has not been backported to 1.8.6,
> and I believe they will not be.

What change? Using %HOMEDRIVE%%HOME...
nobu (Nobuyoshi Nakada)
01:31 AM Feature #1027: Dir.home
=begin
On Wed, Jan 21, 2009 at 2:25 PM, Eero Saynatkari <ruby-ml@kittensoft.org> wrote:
> Excerpts from Nobuyoshi Nakada's message of Wed Jan 21 05:19:23 +0200 2009:
>> Hi,
>>
>> At Tue, 20 Jan 2009 18:00:00 +0900,
>> Kazuhiro NISH...
luislavena (Luis Lavena)
01:26 AM Feature #1027: Dir.home
=begin
Excerpts from Nobuyoshi Nakada's message of Wed Jan 21 05:19:23 +0200 2009:
> Hi,
>
> At Tue, 20 Jan 2009 18:00:00 +0900,
> Kazuhiro NISHIYAMA wrote in [ruby-core:21454]:
> > Portable way of getting home directory is comple...
rue (Eero Saynatkari)
09:41 AM Bug #1036: 1.9.1 build failing at mt.exe
=begin
Hello,

In message "[ruby-core:21502] [Bug #1036] 1.9.1 build failing at mt.exe"
on Jan.22,2009 06:02:58, <redmine@ruby-lang.org> wrote:
> win vista, visual studio c++ express 2008 sp1
> configure.bat completes, nmake fa...
usa (Usaku NAKAMURA)
06:04 AM Bug #1036 (Rejected): 1.9.1 build failing at mt.exe
=begin
win vista, visual studio c++ express 2008 sp1
configure.bat completes, nmake fails at about line 102 on the mt.exe: couldn't find a ref to this in the forum/ bugs list. If there, please excuse this dupe.
nmake's MT.exe fail...
brrrknee (bernie baillargeon)
09:12 AM Revision 6708c103 (git): * lib/mkmf.rb (create_makefile): removes installed files under
extout at distclean.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:25 AM Revision 9dce4d52 (git): * lib/cgi/core.rb (CGI.parse): generate only key on params hash
if request have only key uri parameters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Takeyuki FUJIOKA
08:02 AM Revision 044965df (git): * ext/socket/extconf.rb ($distcleanfiles): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:57 AM Revision d597a390 (git): * ext/socket/extconf.rb ($distcleanfiles): removes constdefs.[ch].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:28 AM Revision 018e1e4f (git): * lib/rubygems/installer.rb (Gem::Installer#initialize): fixed
typos.
* test/rubygems/test_gem.rb (test_self_dir): removed false
assertions.
* test/rubygems/test_gem.rb (test_self_set_paths): checks if paths
are included.
* test/rubygems/test_gem_commands_install_command.rb
(test_execute_re...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 9e83ce20 (git): * revert previous revision. it's already out-of-date.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:55 AM Revision a3e8d63a (git): * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function
to validate fd.
* io.c (rb_io_initialize): check fd with above function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
06:27 AM Revision 7e4ca526 (git): * test/ruby/test_process.rb: mswin specs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:22 AM Revision 8837f594 (git): merge revision(s) 19078,20097:
* gc.c (rb_mark_set): new function to mark keys.
* marshal.c (struct dump_arg, struct load_arg): added wrappers to mark
data entries. backport from trunk r13527,r13528,r13961,r16533.
[ruby-dev:36082]
...
shyouhei (Shyouhei Urabe)
06:18 AM Revision a040f505 (git): merge revision(s) 19078,20097:
* gc.c (rb_mark_set): new function to mark keys.
* marshal.c (struct dump_arg, struct load_arg): added wrappers to mark
data entries. backport from trunk r13527,r13528,r13961,r16533.
[ruby-dev:36082]
...
shyouhei (Shyouhei Urabe)
05:52 AM Revision 33f7e749 (git): * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run
tests without install.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:18 AM Revision 3ec55262 (git): * gc.c (define_final): cannot define finalizer for immediate
values. [ruby-core:21500]
* gc.c (define_final): freezes or hides internal values.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:18 AM Revision 55bde4fb (git): * gc.c (define_final): cannot define finalizer for immediate
values. [ruby-core:21500]
* gc.c (define_final): freezes or hides internal values.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:56 AM Revision 547f4725 (git): * gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.
[ruby-dev:36646]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:31 AM Revision 3899c1be (git): * thread.c (rb_time_timeval): made a real prototype. a patch from
Marcus Rueckert <darix AT opensu.se> at [ruby-core:21492].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:30 AM Revision af6f5a91 (git): eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

01/21/2009

11:49 PM Bug #1030: Path to enumerator.so in $LOADED_PATH isn't expanded
=begin
I have another argument:

$ ~/opt/bin/ruby1.9-trunk -e 'p $".reject {|p| File.exist?(p) }'

I'm pretty sure that most programmers expect that all files from $" should exists (if they didn't manually modify $" variable). I...
radarek (Radosław Bułat)
06:57 PM Bug #1030: Path to enumerator.so in $LOADED_PATH isn't expanded
=begin
Oh, I see. Could you explain why 'enumerator.so' is need in $" (I wrongly wrote it as $LOADED_PATH, it should be $LOADED_FEATURES)? If it's to not broke code like

require "enumerator"

maybe you could build "dummy" enume...
radarek (Radosław Bułat)
12:24 PM Bug #1030 (Rejected): Path to enumerator.so in $LOADED_PATH isn't expanded
=begin

=end
nobu (Nobuyoshi Nakada)
12:24 PM Bug #1030: Path to enumerator.so in $LOADED_PATH isn't expanded
=begin
Hi,

At Wed, 21 Jan 2009 02:03:55 +0900,
Radosław Bułat wrote in [ruby-core:21468]:
> According to NEWS file all path in $LOADED_PATH should be
> expanded but it looks like they aren't (at least for one ruby
> extension).
...
nobu (Nobuyoshi Nakada)
02:05 AM Bug #1030 (Rejected): Path to enumerator.so in $LOADED_PATH isn't expanded
=begin
According to NEWS file all path in $LOADED_PATH should be expanded but it looks like they aren't (at least for one ruby extension).

$ ruby1.9.1 -v && ruby1.9.1 -e 'p $".find_all {|p| p !~ /^\//}'
ruby 1.9.1p0 (2009-01-20 r...
radarek (Radosław Bułat)
10:59 PM Feature #1031: -U オプションの説明が --help にない
=begin
ruby --help の結果は1画面に収まるべきであるという要求があったのと、
基本的に余計な情報は表には出さないという方針と、
両方の理由から特に --help に載せるべきものは厳選される傾向にあります。
=end
naruse (Yui NARUSE)
08:55 PM Feature #1031: -U オプションの説明が --help にない
=begin

On 2009/01/21, at 20:18, Shyouhei Urabe wrote:
> manを読めばいいと思いますね。
> ----------------------------------------
> http://redmine.ruby-lang.org/issues/show/1031

manpageに書いてあるから--helpの出力には含めることができない、
ということでしょうか?

=end
akira (akira yamada)
08:19 PM Feature #1031 (Rejected): -U オプションの説明が --help にない
=begin
manを読めばいいと思いますね。
=end
shyouhei (Shyouhei Urabe)
07:02 PM Feature #1031 (Rejected): -U オプションの説明が --help にない
=begin
irbのほうに
-U Same as `ruby -U`
-U ruby -U と同じ.
とある以上、本体にもあるべき?

$ ruby19 --version
ruby 1.9.1p0 (2009-01-20 revision 21700) [i386-darwin9.6.0]
$ ruby19 --help
Usage: ruby19 [swit...
sakuro (Sakuro OZAWA)
08:22 PM Revision 3ecde9ce (git): pass the trim_mode [Feature #1032]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masatoshi SEKI
03:33 PM Revision 52cba723 (git): * 2009-01-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:33 PM Revision 76d9148d (git): * array.c (ary_double_capa): a new function to expand array more
aggressively. [ruby-core:21460]
* array.c (rb_ary_store): use ary_double_capa().
* array.c (rb_ary_splice): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
03:27 PM Revision 92ad9fb2 (git): * 2009-01-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:27 PM Revision d47e8e81 (git): * array.c (ary_double_capa): a new function to expand array more
aggressively. [ruby-core:21460]
* array.c (rb_ary_store): use ary_double_capa().
* array.c (rb_ary_unshift_m): ditto.
* array.c (rb_ary_splice): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21719 b2dd03c8-39d4-4d8f-98ff...
matz (Yukihiro Matsumoto)
02:47 PM Bug #1028 (Closed): Array#zip cannot accept enumerables as arguments.
=begin
Applied in changeset r21713.
=end
usa (Usaku NAKAMURA)
02:07 PM Bug #1029 (Closed): \C-z as an EOF
=begin
Applied in changeset r21710.
=end
nobu (Nobuyoshi Nakada)
12:52 PM Bug #1029: \C-z as an EOF
=begin
実はOS依存はなく、\C-dをEOFとみなすプラットフォームでも2回押さないとダメになっています。
というわけで心当たりがあるらしいなかださんに担当を変更。
=end
usa (Usaku NAKAMURA)
11:42 AM Bug #1029: \C-z as an EOF
=begin

=end
usa (Usaku NAKAMURA)
11:41 AM Bug #1029: \C-z as an EOF
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:37798] [Feature #1029] \C-z as an EOF"
on Jan.21,2009 00:11:08, <redmine@ruby-lang.org> wrote:
> 標準入力からのソースコード入力において、mingwでは\C-zをEOFと認識して欲しいという要望がありました。もっともだと思います。
> ARGFも、ですかね。たぶん...
usa (Usaku NAKAMURA)
12:12 AM Bug #1029 (Closed): \C-z as an EOF
=begin
http://pc11.2ch.net/test/read.cgi/tech/1223709050/520

標準入力からのソースコード入力において、mingwでは\C-zをEOFと認識して欲しいという要望がありました。もっともだと思います。
ARGFも、ですかね。たぶん。
=end
yugui (Yuki Sonoda)
12:42 PM Revision 938fcd6b (git): * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF
flag with ungetting nothing.
* ruby.c (load_file_internal): rests EOF flag to make possible to
load from stdin after reading data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:21 PM Bug #907: Various system() and backticks problems on Windows
=begin
Hi,

At Wed, 21 Jan 2009 10:25:09 +0900,
James M. Lawrence wrote in [ruby-core:21476]:
> > Many of built-in shell commands of Unix also exist as an independent
> > file. e.g., /bin/echo, /bin/test, /bin/[ and so on, but not ...
nobu (Nobuyoshi Nakada)
10:26 AM Bug #907: Various system() and backticks problems on Windows
=begin
Nobu wrote:
>> If system("built-in-shell-command", "1") fails on Unix, then it
>> should fail on Windows.
>>
>> If it fails with an alternate shell on Windows, then it should fail
>> with all shells.
>>
>> Why doe...
quix (James M. Lawrence)
12:21 PM Feature #1027: Dir.home
=begin
Hi,

At Tue, 20 Jan 2009 18:00:00 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-core:21454]:
> Portable way of getting home directory is complex see [ruby-core:12347].
> I think a simplest getting home directory is
> Dir.chdir ...
nobu (Nobuyoshi Nakada)
08:41 AM Revision f0cc645a (git): Add test for String#encode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:43 AM Revision 82cfc630 (git): * enumerator.c (inspect_enumerator, yielder_new_i): added
prototypes to suppress warnings due to a bug of VC6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:31 AM Revision 237c5407 (git): * io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:26 AM Revision c5dea4c6 (git): * string.c (hash): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:43 AM Revision 6ff613fc (git): * array.c (take_items): to_ary() raises ArgumentError if cannot to
convert to Array. [ruby-dev:37797]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
05:32 AM Revision 3b817f83 (git): * parse.y (debug_lines): calls rb_intern() once.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:59 AM Revision 1a0f593b (git): * ruby.c (load_file_internal): no need to cast.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:57 AM Revision 767a9a5e (git): * include/ruby/io.h (FMODE_EOF): EOF flag on TTY.
* io.c (io_set_eof): sets EOF flag for TTY.
* io.c (io_seek): clears EOF flag.
* io.c (io_fillbuf): returns EOF if already met EOF. [ruby-dev:37798]
* io.c (io_fillbuf, io_fread, io_getpartial): sets EOF.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
04:56 AM Revision 877dca1e (git): * include/ruby/io.h (typedef struct rb_io_t):
* io.c (flush_before_seek):
* io.c (io_fillbuf):
* io.c (io_fread):
* io.c (io_getpartial):
* ruby.c (load_file_internal):
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:18 AM Revision bccf7b9e (git): * 2009-01-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:18 AM Revision bf29101b (git): * variable.c (rb_mod_remove_cvar): fixed rb_mod_remove_cvar() to
pass test_cvar_scope_with_instance_eval in test/ruby/test_eval.rb.
Module#remove_class_variable seems to be broken in r19711.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shugo (Shugo Maeda)
02:13 AM Revision 48df11da (git): merge revision(s) 19025,19050,19064,19482:
* win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's
buggy about handling summer time.
reported by Yoshikawa <yoshixool AT gmail.com> at [ruby-dev:36071]
* win32/win32.c (gettimeofday): calc tv...
shyouhei (Shyouhei Urabe)
02:11 AM Revision d7da07cd (git): merge revision(s) 19025,19050,19064,19482:
* win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's
buggy about handling summer time.
reported by Yoshikawa <yoshixool AT gmail.com> at [ruby-dev:36071]
* win32/win32.c (gettimeofday): calc tv...
shyouhei (Shyouhei Urabe)
01:34 AM Bug #1003: autoload test failed on OpenSolaris
=begin

=end
yugui (Yuki Sonoda)
01:34 AM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin

=end
yugui (Yuki Sonoda)
01:33 AM Bug #980 (Closed): Requiring erb produces two warnings in 1.9.1-RC1
=begin
applied in r21635.
=end
yugui (Yuki Sonoda)
01:33 AM Bug #1002: r21312 causes test failures on RubyGems
=begin

=end
yugui (Yuki Sonoda)
01:32 AM Bug #888: zlib 1.2.3 does not work with Rubygems 1.3.1 (in Ruby 1.9.1) on Windows
=begin

=end
yugui (Yuki Sonoda)
01:32 AM Bug #866: gem(1) gemrc(5)
=begin

=end
yugui (Yuki Sonoda)
01:31 AM Bug #865: [Fwd: some mistakes in Rake RDoc]
=begin

=end
yugui (Yuki Sonoda)
 

Also available in: Atom