Project

General

Profile

Activity

From 09/14/2010 to 09/20/2010

09/20/2010

11:27 PM Bug #3851 (Closed): Ruby 1.9.2p0 crash on filename with '['
=begin
This issue was solved with changeset r29306.
Jon, thank you for reporting this issue.
Your contribution to ...
nobu (Nobuyoshi Nakada)
06:13 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
=begin
I actually ran across the problem by mistyping.

rspec spec/ as rspec s[ec/

>ruby [foo
crash

>ruby f...
jlambert (Jon Lambert)
02:26 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
=begin
I think this must be a bug.

Here is a patch for the trunk:


--- dir.c 2010-09-20 14:12:13.0...
phasis68 (Heesob Park)
12:49 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
=begin
On Mon, Sep 20, 2010 at 12:43 AM, Ryan Davis <[email protected]> wrote:
>
> This doesn't reproduce o...
luislavena (Luis Lavena)
12:44 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
=begin

On Sep 19, 2010, at 20:05 , Luis Lavena wrote:

> Issue #3851 has been updated by Luis Lavena.
>
>
>...
zenspider (Ryan Davis)
12:05 PM Bug #3851: Ruby 1.9.2p0 crash on filename with '['
=begin
Using quotes or not around the filename, it still crashes.

trunk does too.

1.8.7 does not:

>ty...
luislavena (Luis Lavena)
11:20 AM Bug #3851 (Closed): Ruby 1.9.2p0 crash on filename with '['
=begin
On Windows Vista using ruby one-click installer.
ruby 1.9.2p0 (2010-08-18) [i386-mingw32]

If you have ...
jlambert (Jon Lambert)
06:17 PM Bug #3852 (Closed): test_prime.rb:62が通らない
=begin
test_prime.rb:62が以下のように通りませんでした。

1) Error:
test_new(TestPrime):
IOError: not opened for reading
...
sorah (Sorah Fukumori)
05:44 PM Revision 39be8613 (git): * 2010-09-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:44 PM Revision 27727621 (git): * test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:47 PM Feature #3848: Using http basic authentication for FTP with Open URI
=begin
As James Gray pointed out (http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/32470), it is already ...
jlecour (Jérémy Lecour)
02:23 PM Revision 89130aa8 (git): * dir.c (bracket): get rid of scanning at the end of the pattern
string, not to raise an exception while globbing command line.
[ruby-core:32478]
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
02:26 AM Revision c7caeda5 (git): * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinition
translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29305 b2dd03c8-39d4-4d8f-98ff-823fe6...
akr (Akira Tanaka)

09/19/2010

05:38 PM Revision 971a5700 (git): * ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):
raise ArgumentError instead of TypeError passing invalid modes.
* test/bigdecimal/test_bigdecimal.rb (test_mode, test...
Kenta Murata
05:28 PM Revision ac69adf5 (git): * 2010-09-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:28 PM Revision 04331349 (git): Specify external encoding.
When external encoding is not specified, it uses default external
encoding. But it depends the environment. So specif...
naruse (Yui NARUSE)
01:27 PM Bug #3660: Trace events seem to be missing
=begin
It is intended. see r24226.
But I don't know the reason of this change.

Keiju, I would appreciate it i...
wanabe (_ wanabe)
01:10 PM Revision 3038eae7 (git): * lib/mkmf.rb (try_link): rdoc
(try_compile): ditto
(try_cpp): ditto
(try_func): ditto
(try_var): ditto
(try_run): ditto
(egrep_cpp): ditt...
yugui (Yuki Sonoda)
01:10 PM Revision 32e00d38 (git): * configure.in (--disable-install-doc): disables capi too, in addition
to rdoc.
(--disable-install-rdoc): a new option for disabling only rdoc.
(--disable-install-capi): a new option f...
yugui (Yuki Sonoda)
01:10 PM Revision 4a028d2c (git): * common.mk (clean): removes all documents on cleaning.o
(CAPIOUT): new variable.
(clean-capi, distclean-capi, realclean-capi): new targets
* Makefile.in (clean-capi, dist...
yugui (Yuki Sonoda)
05:51 AM Feature #3835: Resolv::DNS: Retry via TCP on truncated UDP response
=begin
I've discovered a bug in my patch: Resolv::DNS::Message#tc returns a numerical value (0 or 1), not a boolean....
julian.mehnle (Julian Mehnle)
04:44 AM Revision e8291588 (git): * configure.in (LIBRUBY_SO): fix an oversight of replace
RUBY_INSTALL_NAME with RUBY_SO_NAME. a patch from Jeremy Evans
at [ruby-core:32474].
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
02:13 AM Revision 7bc6b36b (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

09/18/2010

10:49 PM Revision f9f73768 (git): * ext/pathname/pathname.c (path_unlink): Pathname#unlink and
Pathname#delete translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29296 b2dd03c8-39d4-...
akr (Akira Tanaka)
09:06 PM Revision fb7fe145 (git): * ext/bigdecimal/bigdecimal.c (check_rounding_mode): added for
converting symbol to rounding mode number.
* ext/bigdecimal/bigdecimal.c (BigDecimal_mode, BigDecimal_round):
suppo...
Kenta Murata
08:19 PM Revision d6e9eebd (git): * 2010-09-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:19 PM Revision 3cbda570 (git): * ext/bigdecimal/bigdecimal.c: fix rounding algorithms for half-down
and half-even. This change is based on the patch created by Matthew
Willson, the reporter of this bug. [Bug #3803...
Kenta Murata
11:10 AM Revision 9dffbcfc (git): * ext/pathname/pathname.c (path_each_entry): Pathname#each_entry
translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29292 b2dd03c8-39d4-4d8f-98ff-823fe...
akr (Akira Tanaka)
08:34 AM Revision c095a38c (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:51 AM Bug #3849 (Closed): Add back documentation for [IO|Kernel].select
=begin
The documentation for select() seems to have been removed. The attached patch adds it back.


Dave
=end
pragdave (Dave Thomas)
06:56 AM Revision dbac0837 (git): * 2010-09-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:56 AM Revision a91ee12d (git): Improved doco for both Module.new and Class.new
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
04:02 AM Feature #3848 (Closed): Using http basic authentication for FTP with Open URI
=begin
Hi,

I needed to download a file from a FTP server, with OpenURI and I've found that it is not possible ...
jlecour (Jérémy Lecour)
01:10 AM Bug #3842 (Closed): REXML gives NoMethodError when using parentheses in Xpath selection criteria
=begin
I've fixed it in trunk.

Thanks for reporting!
=end
kou (Kouhei Sutou)
12:55 AM Feature #3715: Enumerator#size and #size=
=begin
On 23 August 2010 19:44, Run Paint Run Run <[email protected]> wrote:
>>> I find the semantics of Enumerat...
Eregon (Benoit Daloze)
12:11 AM Bug #3847 (Closed): URI.join does not join multiple paths
=begin
URI.join('http://foo.com', '/bar', '/baz') produces http://foo.com/baz while the documentation implies that i...
kaiwren (Chonira Sidu Ponnappa)

09/17/2010

10:58 PM Feature #3845: "in" infix operator
=begin
Hi,

In message "Re: [Ruby 1.9-Feature#3845][Open] "in" infix operator"
on Fri, 17 Sep 2010 19:30:27 +...
matz (Yukihiro Matsumoto)
07:30 PM Feature #3845 (Rejected): "in" infix operator
=begin
Hi,

I'd propose "in" infix operator.

(<arg> in <args>) yields true when <arg> is included in <arg>...
mame (Yusuke Endoh)
10:05 PM Feature #3846 (Closed): ext/openssl: choose the OpenSSL::Digest class for OpenSSL::OCSP::CertificateId
=begin
use the openssl option to pass in the digest type at OpenSSL::OCSP::CertificateId initialization.
The extra...
ehuard (Elise Huard)
07:02 PM Bug #3844 (Closed): Kernel.methods(false) not documented
=begin
The documentation of Kernel.methods doesn't cover the optional argument.
It's covered by RubySpec, so I th...
manveru (Michael Fellinger)
02:47 PM Revision d8c3fa15 (git): * lib/rexml/xpath_parser.rb, test/rexml/test_xpath.rb:
add missing method availability check. [ruby-core:32447]
Reported by Wiebe Cazemier. Thanks!!!
git-svn-id: svn+ss...
Sutou Kouhei
02:23 PM Revision 7bf12316 (git): * test/rexml/test_sax.rb: don't use thread and sleep to avoid slow test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
02:11 PM Revision ede915ce (git): * test/rexml/test_core.rb: enable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
01:46 PM Revision 2a15d25a (git): * test/rexml/: untabify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
01:31 PM Revision 146bf4fd (git): * test/rexml/: fix fixture data path. All REXML tests are worked.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
01:15 PM Revision d357d727 (git): * test/rexml/test_listener.rb: remove needless codes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
01:14 PM Revision 91ed484f (git): * test/rexml/: import REXML tests from
http://www.germane-software.com/repos/rexml/trunk/test/.
Many tests are failed temporary. I'll fix them quickly. So...
Sutou Kouhei
08:37 AM Bug #3843 (Closed): ruby -r tracer prog.rb no longer tracers prog.rb
=begin
This issue was solved with changeset r29280.
Roger, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
07:39 AM Bug #3843 (Closed): ruby -r tracer prog.rb no longer tracers prog.rb
=begin
The problem appears to be at the end of tracer.rb:



if $0 == __FILE__
# direct call

$0 =...
pragdave (Dave Thomas)
08:37 AM Bug #3749 (Closed): -rtracer doesn't trace anymore
=begin
This issue was solved with changeset r29280.
Roger, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
08:25 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
=begin
I was using the mail gem but since it does not use a C extension, it proved to be extremely slow for my use c...
kbaum (Karl Baum)
08:04 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
=begin
TMail doesn't keep up with 1.9.
Use other libraries.
=end
nobu (Nobuyoshi Nakada)
07:52 AM Revision 045491d5 (git): * test/io/console/test_io_console.rb (TestIO_Console::helper):
PTY.open is not guaranteed to work. On my machine opening a
pty is prohibited via process control group. ...
shyouhei (Shyouhei Urabe)
04:00 AM Bug #3842 (Closed): REXML gives NoMethodError when using parentheses in Xpath selection criteria
=begin
When using a selection criterion as follows:

xmldoc.elements.each("descendant::node()[(local-name()='lin...
halfgaar (Wiebe Cazemier)
03:12 AM Bug #3836: Kernel.system, spawnがスペースを含むパスで動作しない
=begin
> 1.9.1までのWindows版固有のバグです。
たしかに、いままで動いていた方がおかしいですね。
system(commandline)の解釈を間違っていました。

the standard sh...
nazy (Hiroki Najima)

09/16/2010

11:30 PM Revision 0f0d0dcd (git): * lib/tracer.rb: count only non-internal libraries in stack trace,
ignoring custom_require. [ruby-core:31858]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29280 b2dd03c8-39d4-...
nobu (Nobuyoshi Nakada)
10:27 PM Bug #3841 (Closed): RubyVM::InstructionSequence.to_a() and disasm() do not work properly for "for <var> in <list>"
I have been playing with the concept of caching compiled Ruby instruction sequences and reloading them later. For no... s_p_oneil (Sean O'Neil)
09:28 PM Bug #3838: regexp for unicode property under windows
=begin
\p{Lu} and \p{Han} is Unicode Property for Unicode regexps.

Where the locale is not UTF-8, the encoding ...
naruse (Yui NARUSE)
08:38 PM Bug #3838 (Assigned): regexp for unicode property under windows
=begin

=end
naruse (Yui NARUSE)
06:39 PM Bug #3838 (Rejected): regexp for unicode property under windows
=begin
•Ruby 1.9.2-p0 RubyInstaller (md5: 21bf42f7ec4b8a831c947d656509cddb) Stable version

such regexp will ca...
ntys (ding ding)
07:28 PM Bug #3839 (Rejected): symbol table over flow
=begin
Symbols are never GCed.
=end
nobu (Nobuyoshi Nakada)
06:52 PM Bug #3839 (Rejected): symbol table over flow
=begin
irb(main):001:0> a=:aaaaaaaa .. :zzzzzzzz
=> :aaaaaaaa..:zzzzzzzz
irb(main):002:0> a.include? :a
Runtim...
ntys (ding ding)
05:28 PM Revision dc259038 (git): * 2010-09-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:28 PM Revision a88191b1 (git): * tool/mkconfig.rb: Fix build with m4 1.4.15 generating duplicate
lines in config.status. According to nobu, the mswin32 port may
depend on the piece of code in question, so the be...
Akinori MUSHA
03:27 PM Bug #3836: Kernel.system, spawnがスペースを含むパスで動作しない
=begin
以下のようにすれば、バージョン・プラットフォームに関係なく動くはずです。

system(["spa ce.bat"]*2)
=end
nobu (Nobuyoshi Nakada)
03:14 PM Bug #3836 (Rejected): Kernel.system, spawnがスペースを含むパスで動作しない
=begin
1.9.1までのWindows版固有のバグです。
=end
nobu (Nobuyoshi Nakada)
11:26 AM Bug #3836 (Rejected): Kernel.system, spawnがスペースを含むパスで動作しない
=begin
名島(nazy)と申します。

1.9.2からKernel.systemまたはKernel.spawnにスペースを含むコマンドを渡すと動作しなくなりました。
1.9.1および、1.8.7では動作します。
...
nazy (Hiroki Najima)
02:48 PM Revision 08c46733 (git): * ext/pathname/pathname.c (path_opendir): Pathname#opendir translated
from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:53 PM Revision 5c1fd225 (git): fix a function name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:20 PM Revision b2a0191b (git): Revert r29271 pending due discussion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
12:40 PM Revision 5bfac0d9 (git): * lib/test/unit.rb (Test::Unit::GlobOption): merged RejectOption.
* test/runner.rb: utilize GlobOption.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29274 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
12:31 PM Revision 9bc2e328 (git): * lib/rdoc/ri/driver.rb (RDoc::RI::Driver.setup_options)
(RDoc::RI::Driver.fixup_options): split from process_args.
libraries should not parse ARGV inside, since it's a tas...
nobu (Nobuyoshi Nakada)
12:02 PM Revision 75d694e5 (git): * lib/rdoc/ri/paths.rb (RDoc::RI::Paths.each): HOMEDIR can be nil
if $HOME is unset.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:22 AM Revision d91f4777 (git): * LEGAL: Rephrase the leading sentences for clarification. Avoid
using the context dependent, ambiguous term "the Ruby's
license", and omit the "or public domain" part because it i...
Akinori MUSHA
08:37 AM Bug #3832 (Closed): Etc.sysconfig contains "$(DESTDIR)" when ./configure is called with --sysconfdir=
=begin
This issue was solved with changeset r29268.
Eric-Olivier, thank you for reporting this issue.
Your contrib...
nobu (Nobuyoshi Nakada)
08:28 AM Bug #3832: Etc.sysconfig contains "$(DESTDIR)" when ./configure is called with --sysconfdir=
=begin
Hi,

(10/09/15 22:03), Eric-Olivier Lamey wrote at [ruby-core:32394]:
> This variable was introduced in r2...
nobu (Nobuyoshi Nakada)
08:31 AM Bug #3833 (Rejected): "foo+bar".gsub("+","\\+") == "foobar" ?
=begin

=end
nobu (Nobuyoshi Nakada)
04:42 AM Bug #3833 (Rejected): "foo+bar".gsub("+","\\+") == "foobar" ?
=begin
The following gsub with a minus seems to work correctly:

>> "foo-bar".gsub("-","\\-") ...
grant (Grant Olson)
06:03 AM Revision 201267b1 (git): * test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):
ENV["HOME"] might not be set. On those cases without it an
exception raises here, which effectively disabl...
shyouhei (Shyouhei Urabe)
05:48 AM Feature #3835 (Closed): Resolv::DNS: Retry via TCP on truncated UDP response
=begin
Resolv::DNS has code implementing DNS queries via TCP, but it is not currently used at all. Furthermore, any...
julian.mehnle (Julian Mehnle)
05:41 AM Bug #3830: ruby 1.9.2 で Net::Telnet の close が undefined method となり実行できない
=begin
Included are two patches which may be alternatives to the MM approach above:

1) Doc patch which clarifie...
erikh (Erik Hollensbe)
05:22 AM Bug #3834 (Closed): ext/openssl fails to build in certain scenarios due to misordered pkg-config check
=begin
If mkmf via ext/openssl/extconf.rb is allowed to search for both headers and libs before consulting pkg-confi...
erikh (Erik Hollensbe)
04:41 AM Bug #3829: [doc] String#% and a hash
=begin
Tomoyuki Chikanaga is complelty right! Also the previously existing example had the same issue:

Index: s...
DanielBovensiepen (Daniel Bovensiepen)
12:37 AM Feature #2032 (Closed): Change the license to "GPLv2+ or Ruby's original".
=begin
This issue was solved with changeset r29262.
Yui, thank you for reporting this issue.
Your contribution to ...
naruse (Yui NARUSE)

09/15/2010

11:30 PM Revision 4f98aa2b (git): * sprintf.c (rb_f_sprintf): fix rdoc. pointed out by Tomoyuki
Chikanaga at [ruby-core:32395], and a patch from Daniel
Bovensiepen at [ruby-core:32403].
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
11:27 PM Revision afd241f7 (git): * ext/etc/extconf.rb: use expanded sysconfdir with empty DESTDIR.
[ruby-core:32394]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:49 PM Bug #3829: [doc] String#% and a hash
=begin
In r29254 documentation for snprintf actually uses String#%.

Index: sprintf.c
========================...
nagachika (Tomoyuki Chikanaga)
07:37 AM Bug #3829 (Closed): [doc] String#% and a hash
=begin
This issue was solved with changeset r29254.
Daniel, thank you for reporting this issue.
Your contribution ...
nobu (Nobuyoshi Nakada)
02:23 AM Bug #3829 (Closed): [doc] String#% and a hash
=begin
String#% can also be used together with a Hash. The documentation is missing this point. This patch is adding...
DanielBovensiepen (Daniel Bovensiepen)
10:03 PM Bug #3832 (Closed): Etc.sysconfig contains "$(DESTDIR)" when ./configure is called with --sysconfdir=
=begin
When the Ruby source files are configured for compilation with ./configure and the --sysconfdir= parameter is...
Anonymous
09:08 PM Revision d0e9ac15 (git): * ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translated
from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
09:01 PM Bug #3830 (Closed): ruby 1.9.2 で Net::Telnet の close が undefined method となり実行できない
=begin
濱野と申します。
ruby-list:47391 からはじまるスレッドで尋ねた Ruby 1.9.2-p0 における
Net::Telenet の不具合について報告させて頂きます。

ruby-1.9....
khiker (Kiyoto HAMANO)
04:14 PM Revision ef5948f0 (git): Update NEWS to add about License.
On backporting License change, r29262 and r29265 should be backported.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
naruse (Yui NARUSE)
03:40 PM Revision 84842f77 (git): Add BSDL file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:40 PM Revision 2fe39b88 (git): * ext/readline/extconf.rb: Remove Readline 6 check because
Ruby's license is now GPLv3 compatible. [ruby-core:28736]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29264 b2...
naruse (Yui NARUSE)
03:35 PM Revision 1c96fb43 (git): * 2010-09-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision 2cd6800f (git): * COPYING: change Ruby's License from a dual license with GPLv2
to a dual license with 2-clause BSDL.
[ruby-dev:42166] [ruby-core:31971]
[ruby-dev:39167] [ruby-core:25272]
* CO...
naruse (Yui NARUSE)
12:07 PM Revision 363ed27f (git): * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translated
from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
07:56 AM Revision cc9b6ba6 (git): reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&group_id=1040
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
06:01 AM Revision 6bab4ea9 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):
should properly ignore MiniTest::Skip
* lib/minitest/unit.rb (MiniTest::Assertions::assert_raises):
...
shyouhei (Shyouhei Urabe)
04:40 AM Revision 64beb15d (git): add ChangeLog entry for the previous one.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
04:37 AM Revision 0d58b7a4 (git): * test/net/imap/test_imap.rb: "localhost" not guaranteed to
resolve to "127.0.0.1". On my machine it is "::1" instead.
The problem is, you have to connect to the imap...
shyouhei (Shyouhei Urabe)
02:17 AM Bug #3828 (Closed): fiddle not working on OpenBSD because DONT_USE_FFI_CLOSURE_ALLOC not defined
=begin
This issue was solved with changeset r29249.
Jeremy, thank you for reporting this issue.
Your contribution ...
Anonymous
02:11 AM Bug #3828 (Closed): fiddle not working on OpenBSD because DONT_USE_FFI_CLOSURE_ALLOC not defined
=begin
If you don't define DONT_USE_FFI_CLOSURE_ALLOC then you get crashes such as the ones at http://pastie.org/115...
jeremyevans0 (Jeremy Evans)
12:12 AM Revision 61ee785c (git): * io.c (rb_io_puts): fix for wide char encoding strings.
[ruby-dev:42212]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

09/14/2010

11:26 PM Revision 3f4a73f0 (git): * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): suppress a
warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:27 PM Revision 757f5bcb (git): * string.c (rb_str_times): mentioned about Hash argument. a patch
from Daniel Bovensiepen at [ruby-core:32386].
* sprintf.c (get_hash): ditto, and fix typo.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
10:23 PM Revision f84f1644 (git): * ext/pathname/pathname.c (path_entries): Pathname#entries translated
from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
08:54 PM Bug #3827 (Closed): ext/readline can't handle cursor keys and cp932 chars
=begin
Ruby-1.9.2-p0のext/readlineと、GNU libreadline-4.3.2 (http://jarp.does.notwork.org/win32/)の組み合わせでカーソルキー、Home/En...
arton (Akio Tajima)
06:22 PM Feature #3773: Module#parent
=begin
Mainly I suggest it be added to core on the basis that 1) since we already have Module#name we might as well ...
trans (Thomas Sawyer)
05:50 PM Bug #3781 (Assigned): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
=begin

=end
shyouhei (Shyouhei Urabe)
05:47 PM Bug #3787 (Feedback): TCPSocket.new() fails on IPv6 connections for IPV4/IPv6 hosts
=begin
Cannot reproduce on my machine (Ubuntu lucid x86_64, no iptables entry, SELinux disabled).

* ruby 1.9.1p...
shyouhei (Shyouhei Urabe)
05:33 PM Revision d3cc9662 (git): * 2010-09-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:33 PM Revision 62a7d796 (git): * ext/fiddle/closure.c : Don't use FFI closure alloc on OpenBSD.
Thanks Jeremy Evans! [ruby-core:32384]
Conflicts:
ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b...
tenderlovemaking (Aaron Patterson)
05:32 PM Bug #3792 (Assigned): Procs created via Method#to_proc and Symbol#to_proc don't pass a block thru
=begin
https://twitter.com/n0kada/status/23096074550
=end
shyouhei (Shyouhei Urabe)
05:26 PM Bug #3796: make check fails on powerpc64 linux
=begin
Seems no one has a power64 environment to check this?
=end
shyouhei (Shyouhei Urabe)
05:22 PM Bug #3808 (Assigned): Minor rubygems test fix to fix cases where :format_executable => true by default
=begin

=end
shyouhei (Shyouhei Urabe)
05:20 PM Feature #3814 (Rejected): Prime.prime?をC拡張にする
=begin
いったんrejectします。Pure ruby版はまだ改良できます。まずはそちらの方向で頑張ってもらったほうが他の実装にも良いはず。
=end
shyouhei (Shyouhei Urabe)
05:20 PM Bug #3150: net/https peer verification doesn't do anything
=begin
Workaround with rvm:

$ openssl version
OpenSSL 0.9.8l 5 Nov 2009

$ rvm package install openssl
...
justincase (Justin Case)
04:01 PM Bug #3150 (Assigned): net/https peer verification doesn't do anything
=begin

=end
shyouhei (Shyouhei Urabe)
05:15 PM Bug #3815 (Rejected): dl2 - DL::Function TYPE_DOUBLE packing/unpacking problem
=begin

=end
shyouhei (Shyouhei Urabe)
05:15 PM Revision d3a0629a (git): * 2010-09-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:15 PM Revision 204f8d68 (git): * ext/fiddle/closure.c : Don't use FFI closure alloc on OpenBSD.
Thanks Jeremy Evans! [ruby-core:32384]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29249 b2dd03c8-39d4-4d8f-98...
tenderlovemaking (Aaron Patterson)
05:13 PM Bug #3825 (Assigned): ENV.delete raise Exception on Windows
=begin

=end
shyouhei (Shyouhei Urabe)
09:53 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
2010/9/14 Peter Weldon <[email protected]>:
> Issue #3825 has been updated by Peter Weldon.
>
>
> Kno...
phasis68 (Heesob Park)
12:48 AM Bug #3825: ENV.delete raise Exception on Windows
=begin
Knowing the value of GetLastError() after SetEnvironmentVariable() fails may give a clue. Can you try get tha...
pweldon (Peter Weldon)
05:04 PM Feature #120 (Assigned): --enable-gc-malloc-stats
=begin

=end
shyouhei (Shyouhei Urabe)
04:59 PM Feature #227 (Assigned): rb_scan_args() for keyword arguments
=begin

=end
shyouhei (Shyouhei Urabe)
04:58 PM Feature #490 (Assigned): relayouting struct RNode
=begin

=end
shyouhei (Shyouhei Urabe)
04:58 PM Feature #512 (Assigned): String#% behavior
=begin

=end
shyouhei (Shyouhei Urabe)
04:56 PM Feature #546 (Assigned): String#gsub と Strnig#scan のブロックパラメータの一致
=begin

=end
shyouhei (Shyouhei Urabe)
04:55 PM Feature #583 (Assigned): TmpdirとTempfile
=begin

=end
shyouhei (Shyouhei Urabe)
04:54 PM Bug #595 (Assigned): Fiber ignores ensure clause
=begin

=end
shyouhei (Shyouhei Urabe)
04:53 PM Feature #614 (Assigned): instance_method(ancestor)
shyouhei (Shyouhei Urabe)
04:53 PM Feature #615 (Assigned): "with" operator
=begin

=end
shyouhei (Shyouhei Urabe)
04:53 PM Feature #641 (Assigned): GC patch to cache the most recent heap for is_pointer_to_heap
=begin

=end
shyouhei (Shyouhei Urabe)
04:52 PM Bug #655 (Assigned): Query part lost when using Net::HTTP.post_form function
=begin

=end
shyouhei (Shyouhei Urabe)
04:52 PM Feature #679 (Assigned): Integer#to_s(:step=>3, :sep=>",") が欲しい
=begin

=end
shyouhei (Shyouhei Urabe)
04:51 PM Feature #707 (Assigned): Documentation for Enumerator chaining
=begin

=end
shyouhei (Shyouhei Urabe)
04:51 PM Feature #708 (Assigned): Lazy Enumerator#select, Enumerator#map etc.
=begin

=end
shyouhei (Shyouhei Urabe)
04:49 PM Feature #749 (Assigned): String#indent, String#tabto, etc.
=begin

=end
shyouhei (Shyouhei Urabe)
04:47 PM Feature #839 (Assigned): Add code on each line of a backtrace output to the screen
=begin

=end
shyouhei (Shyouhei Urabe)
04:47 PM Feature #855 (Assigned): HTTP/1.1 fixes and other enhancements to webrick
=begin

=end
shyouhei (Shyouhei Urabe)
04:47 PM Feature #908 (Assigned): Should be an easy way of reading N characters from am I/O stream
=begin

=end
shyouhei (Shyouhei Urabe)
04:45 PM Bug #963 (Assigned): /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
=begin

=end
shyouhei (Shyouhei Urabe)
04:45 PM Feature #973 (Assigned): EncDet again
=begin

=end
shyouhei (Shyouhei Urabe)
04:44 PM Bug #982 (Assigned): stack level too deep for long Array initialization
=begin

=end
shyouhei (Shyouhei Urabe)
04:39 PM Feature #1081 (Assigned): add File::write() convenience method
=begin

=end
shyouhei (Shyouhei Urabe)
04:38 PM Bug #1162 (Assigned): Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
=begin

=end
shyouhei (Shyouhei Urabe)
04:38 PM Feature #1200 (Assigned): Possibility for using named and normal groups together in regular expressions
=begin

=end
shyouhei (Shyouhei Urabe)
04:38 PM Feature #1201 (Assigned): Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
=begin

=end
shyouhei (Shyouhei Urabe)
04:37 PM Feature #1218 (Assigned): New method needed to set and get the current recursion limit
=begin

=end
shyouhei (Shyouhei Urabe)
04:36 PM Feature #1279 (Assigned): Add DTrace Probes
=begin

=end
shyouhei (Shyouhei Urabe)
04:36 PM Bug #1297 (Assigned): Pathname#subの挙動について
=begin

=end
shyouhei (Shyouhei Urabe)
04:36 PM Bug #1306 (Assigned): exception when exiting from IRB if test/unit is loaded
=begin

=end
shyouhei (Shyouhei Urabe)
04:36 PM Feature #1316 (Assigned): Phasor.rb: Complex number class using polar coordinates
=begin

=end
shyouhei (Shyouhei Urabe)
04:36 PM Bug #1329 (Assigned): Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
=begin

=end
shyouhei (Shyouhei Urabe)
04:35 PM Bug #1341 (Assigned): pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
=begin

=end
shyouhei (Shyouhei Urabe)
04:35 PM Feature #1374 (Assigned): location of already initialized constant
=begin

=end
shyouhei (Shyouhei Urabe)
04:34 PM Feature #1395 (Assigned): Steppable Kernel::eval
=begin

=end
shyouhei (Shyouhei Urabe)
04:34 PM Bug #1396 (Assigned): Kernel.sleep fails with some Float values
=begin

=end
shyouhei (Shyouhei Urabe)
04:34 PM Bug #1418 (Assigned): File.join repeats recursive array contents
=begin

=end
shyouhei (Shyouhei Urabe)
04:33 PM Feature #1436 (Assigned): Please consider this addition to resolv.rb which adds methods for resolving LOC resources
=begin

=end
shyouhei (Shyouhei Urabe)
04:32 PM Bug #1562 (Assigned): r22674 should be backported to 1.8.6
=begin

=end
shyouhei (Shyouhei Urabe)
04:27 PM Feature #1586 (Assigned): Including a module already present in ancestors should not be ignored
shyouhei (Shyouhei Urabe)
04:26 PM Feature #1591 (Assigned): DATA handle unusable in required modules
=begin

=end
shyouhei (Shyouhei Urabe)
04:26 PM Feature #1628 (Assigned): GC.stat
=begin

=end
shyouhei (Shyouhei Urabe)
04:25 PM Feature #1844 (Assigned): Immediates Should Not Respond to :dup
=begin

=end
shyouhei (Shyouhei Urabe)
04:23 PM Feature #1880 (Assigned): Hash#flatten Doesn't Operate Recursively for Hash Values
=begin

=end
shyouhei (Shyouhei Urabe)
04:22 PM Feature #1952 (Assigned): cannot stop with Ctrl+C
=begin

=end
shyouhei (Shyouhei Urabe)
04:19 PM Feature #2013 (Assigned): [PATCH] a = *b calls b.*@
=begin

=end
shyouhei (Shyouhei Urabe)
04:16 PM Feature #2080 (Assigned): Proc#to_source, Method#to_source
=begin

=end
shyouhei (Shyouhei Urabe)
04:14 PM Bug #2121 (Assigned): mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
=begin

=end
shyouhei (Shyouhei Urabe)
04:11 PM Bug #2420: super call may use wrong receiver object
=begin
Hi, can I close this?
=end
shyouhei (Shyouhei Urabe)
04:10 PM Feature #2447 (Assigned): reduce GC pressure by symbol table without String instance
=begin

=end
shyouhei (Shyouhei Urabe)
04:09 PM Feature #2471 (Assigned): want to choose a GC algorithm
=begin

=end
shyouhei (Shyouhei Urabe)
04:09 PM Feature #2509 (Assigned): Recursive freezing?
=begin

=end
shyouhei (Shyouhei Urabe)
04:08 PM Feature #2567 (Assigned): Net::HTTP does not handle encoding correctly
=begin

=end
shyouhei (Shyouhei Urabe)
04:06 PM Feature #2643 (Assigned): test/unit redefinition check of test_* method
=begin

=end
shyouhei (Shyouhei Urabe)
04:05 PM Feature #2710 (Assigned): Kernel#load loads a relative path
=begin

=end
shyouhei (Shyouhei Urabe)
04:04 PM Feature #2832 (Assigned): Vector#each and Enumerable
=begin

=end
shyouhei (Shyouhei Urabe)
04:04 PM Feature #3067 (Assigned): complex.c : Question: why Complex#~ is disabled? It's in the doc
=begin

=end
shyouhei (Shyouhei Urabe)
04:03 PM Feature #3072 (Assigned): Classes Inheriting from Data
=begin

=end
shyouhei (Shyouhei Urabe)
04:02 PM Bug #3118 (Assigned): backport r25230 and r25995 to fix segfault
=begin

=end
shyouhei (Shyouhei Urabe)
04:01 PM Bug #3137 (Assigned): complex.rb changes exceptions of Math
=begin

=end
shyouhei (Shyouhei Urabe)
04:01 PM Bug #3167 (Assigned): RDoc issues in interactive mode
=begin

=end
shyouhei (Shyouhei Urabe)
04:01 PM Feature #3176 (Assigned): Thread#priority= should actually do something
=begin

=end
shyouhei (Shyouhei Urabe)
04:01 PM Feature #3219 (Assigned): assert now passes non-boolean result
=begin

=end
shyouhei (Shyouhei Urabe)
04:00 PM Feature #3222 (Assigned): Can bignums have singleton class & methods?
=begin

=end
shyouhei (Shyouhei Urabe)
04:00 PM Feature #3251 (Assigned): allow to unlock mutex locked by another thread
=begin

=end
shyouhei (Shyouhei Urabe)
04:00 PM Feature #3289 (Assigned): Division of negative numbers
=begin

=end
shyouhei (Shyouhei Urabe)
03:58 PM Bug #3353 (Assigned): Building 32-bit only on Snow Leopard (dylib failed to build)
=begin

=end
shyouhei (Shyouhei Urabe)
03:58 PM Feature #3418 (Assigned): IO#putc Clobbers Multi-byte Characters
=begin

=end
shyouhei (Shyouhei Urabe)
03:58 PM Bug #3434 (Assigned): Specs for coercion?
=begin

=end
shyouhei (Shyouhei Urabe)
03:56 PM Feature #3622 (Assigned): Net::HTTP does not wait to send request body with Expect: 100-continue
=begin

=end
shyouhei (Shyouhei Urabe)
03:56 PM Feature #3638 (Assigned): VM内データ構造へアクセスするマクロ
=begin

=end
shyouhei (Shyouhei Urabe)
03:46 PM Bug #3752 (Assigned): ruby/dl and segmentation fault
=begin

=end
shyouhei (Shyouhei Urabe)
03:46 PM Feature #3793 (Assigned): No test for OpenSSL::PKCS12
=begin

=end
shyouhei (Shyouhei Urabe)
03:45 PM Feature #3809 (Assigned): allow multiple set_trace_func() calls
=begin

=end
shyouhei (Shyouhei Urabe)
03:45 PM Bug #3817 (Assigned): current ruby-openssl impl wrongly utilizes CRYPTO_EX_DATA in X509_STORE
=begin

=end
shyouhei (Shyouhei Urabe)
12:43 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
=begin
I have since fixed my code and the Seg Fault has gone. I am a newbie so you will have to forgive any inaccur...
baldmark (Mark Chapman)
11:35 AM Bug #3826 (Third Party's Issue): Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
=begin
Everything that came up is below. I will take a snapshot of my code in case anyone wants it.

/usr/loca...
baldmark (Mark Chapman)
11:18 AM Revision bf770999 (git): * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd and
Pathname.pwd translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29248 b2dd03c8-39d4-4d8...
akr (Akira Tanaka)
 

Also available in: Atom