Activity
From 09/11/2010 to 09/17/2010
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 +... -
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>... -
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... -
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... - 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... - 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
- 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
- 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
- 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
- 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
- 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... -
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... -
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 =... -
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... -
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... -
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
-
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. ... -
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... -
03:12 AM Bug #3836: Kernel.system, spawnがスペースを含むパスで動作しない
- =begin
> 1.9.1までのWindows版固有のバグです。
たしかに、いままで動いていた方がおかしいですね。
system(commandline)の解釈を間違っていました。
the standard sh...
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-... -
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...
-
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 ... -
08:38 PM Bug #3838 (Assigned): regexp for unicode property under windows
- =begin
=end
-
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... -
07:28 PM Bug #3839 (Rejected): symbol table over flow
- =begin
Symbols are never GCed.
=end
-
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... - 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
- 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... -
03:27 PM Bug #3836: Kernel.system, spawnがスペースを含むパスで動作しない
- =begin
以下のようにすれば、バージョン・プラットフォームに関係なく動くはずです。
system(["spa ce.bat"]*2)
=end
-
03:14 PM Bug #3836 (Rejected): Kernel.system, spawnがスペースを含むパスで動作しない
- =begin
1.9.1までのWindows版固有のバグです。
=end
-
11:26 AM Bug #3836 (Rejected): Kernel.system, spawnがスペースを含むパスで動作しない
- =begin
名島(nazy)と申します。
1.9.2からKernel.systemまたはKernel.spawnにスペースを含むコマンドを渡すと動作しなくなりました。
1.9.1および、1.8.7では動作します。
... -
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 -
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
- 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
-
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... -
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... -
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 - 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... -
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... -
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... -
08:31 AM Bug #3833 (Rejected): "foo+bar".gsub("+","\\+") == "foobar" ?
- =begin
=end
-
04:42 AM Bug #3833 (Rejected): "foo+bar".gsub("+","\\+") == "foobar" ?
- =begin
The following gsub with a minus seems to work correctly:
>> "foo-bar".gsub("-","\\-") ... -
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... -
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... -
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... -
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... -
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... -
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 ...
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... -
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 -
10:49 PM Bug #3829: [doc] String#% and a hash
- =begin
In r29254 documentation for snprintf actually uses String#%.
Index: sprintf.c
========================... -
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 ... -
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... -
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... -
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 -
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.... -
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... -
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
-
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... - 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
-
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... -
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 -
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
-
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):
... -
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
-
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... -
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 ... -
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... -
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
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 -
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://... -
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 -
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... -
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 ... -
05:50 PM Bug #3781 (Assigned): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- =begin
=end
-
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... - 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
-
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... -
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
-
05:26 PM Bug #3796: make check fails on powerpc64 linux
- =begin
Seems no one has a power64 environment to check this?
=end
-
05:22 PM Bug #3808 (Assigned): Minor rubygems test fix to fix cases where :format_executable => true by default
- =begin
=end
-
05:20 PM Feature #3814 (Rejected): Prime.prime?をC拡張にする
- =begin
いったんrejectします。Pure ruby版はまだ改良できます。まずはそちらの方向で頑張ってもらったほうが他の実装にも良いはず。
=end
-
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
... -
04:01 PM Bug #3150 (Assigned): net/https peer verification doesn't do anything
- =begin
=end
-
05:15 PM Bug #3815 (Rejected): dl2 - DL::Function TYPE_DOUBLE packing/unpacking problem
- =begin
=end
- 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
-
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... -
05:13 PM Bug #3825 (Assigned): ENV.delete raise Exception on Windows
- =begin
=end
-
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... -
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... -
05:04 PM Feature #120 (Assigned): --enable-gc-malloc-stats
- =begin
=end
-
04:59 PM Feature #227 (Assigned): rb_scan_args() for keyword arguments
- =begin
=end
-
04:58 PM Feature #490 (Assigned): relayouting struct RNode
- =begin
=end
-
04:58 PM Feature #512 (Assigned): String#% behavior
- =begin
=end
-
04:56 PM Feature #546 (Assigned): String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
=end
-
04:55 PM Feature #583 (Assigned): TmpdirとTempfile
- =begin
=end
-
04:54 PM Bug #595 (Assigned): Fiber ignores ensure clause
- =begin
=end
-
04:53 PM Feature #614 (Assigned): instance_method(ancestor)
-
04:53 PM Feature #615 (Assigned): "with" operator
- =begin
=end
-
04:53 PM Feature #641 (Assigned): GC patch to cache the most recent heap for is_pointer_to_heap
- =begin
=end
-
04:52 PM Bug #655 (Assigned): Query part lost when using Net::HTTP.post_form function
- =begin
=end
-
04:52 PM Feature #679 (Assigned): Integer#to_s(:step=>3, :sep=>",") が欲しい
- =begin
=end
-
04:51 PM Feature #707 (Assigned): Documentation for Enumerator chaining
- =begin
=end
-
04:51 PM Feature #708 (Assigned): Lazy Enumerator#select, Enumerator#map etc.
- =begin
=end
-
04:49 PM Feature #749 (Assigned): String#indent, String#tabto, etc.
- =begin
=end
-
04:47 PM Feature #839 (Assigned): Add code on each line of a backtrace output to the screen
- =begin
=end
-
04:47 PM Feature #855 (Assigned): HTTP/1.1 fixes and other enhancements to webrick
- =begin
=end
-
04:47 PM Feature #908 (Assigned): Should be an easy way of reading N characters from am I/O stream
- =begin
=end
-
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
-
04:45 PM Feature #973 (Assigned): EncDet again
- =begin
=end
-
04:44 PM Bug #982 (Assigned): stack level too deep for long Array initialization
- =begin
=end
-
04:39 PM Feature #1081 (Assigned): add File::write() convenience method
- =begin
=end
-
04:38 PM Bug #1162 (Assigned): Build Assertion Failure with VC+++ - Incorrect flushing of stdout/stderr
- =begin
=end
-
04:38 PM Feature #1200 (Assigned): Possibility for using named and normal groups together in regular expressions
- =begin
=end
-
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
-
04:37 PM Feature #1218 (Assigned): New method needed to set and get the current recursion limit
- =begin
=end
-
04:36 PM Feature #1279 (Assigned): Add DTrace Probes
- =begin
=end
-
04:36 PM Bug #1297 (Assigned): Pathname#subの挙動について
- =begin
=end
-
04:36 PM Bug #1306 (Assigned): exception when exiting from IRB if test/unit is loaded
- =begin
=end
-
04:36 PM Feature #1316 (Assigned): Phasor.rb: Complex number class using polar coordinates
- =begin
=end
-
04:36 PM Bug #1329 (Assigned): Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
- =begin
=end
-
04:35 PM Bug #1341 (Assigned): pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
=end
-
04:35 PM Feature #1374 (Assigned): location of already initialized constant
- =begin
=end
-
04:34 PM Feature #1395 (Assigned): Steppable Kernel::eval
- =begin
=end
-
04:34 PM Bug #1396 (Assigned): Kernel.sleep fails with some Float values
- =begin
=end
-
04:34 PM Bug #1418 (Assigned): File.join repeats recursive array contents
- =begin
=end
-
04:33 PM Feature #1436 (Assigned): Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
=end
-
04:32 PM Bug #1562 (Assigned): r22674 should be backported to 1.8.6
- =begin
=end
-
04:27 PM Feature #1586 (Assigned): Including a module already present in ancestors should not be ignored
-
04:26 PM Feature #1591 (Assigned): DATA handle unusable in required modules
- =begin
=end
-
04:26 PM Feature #1628 (Assigned): GC.stat
- =begin
=end
-
04:25 PM Feature #1844 (Assigned): Immediates Should Not Respond to :dup
- =begin
=end
-
04:23 PM Feature #1880 (Assigned): Hash#flatten Doesn't Operate Recursively for Hash Values
- =begin
=end
-
04:22 PM Feature #1952 (Assigned): cannot stop with Ctrl+C
- =begin
=end
-
04:19 PM Feature #2013 (Assigned): [PATCH] a = *b calls b.*@
- =begin
=end
-
04:16 PM Feature #2080 (Assigned): Proc#to_source, Method#to_source
- =begin
=end
-
04:14 PM Bug #2121 (Assigned): mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- =begin
=end
-
04:11 PM Bug #2420: super call may use wrong receiver object
- =begin
Hi, can I close this?
=end
-
04:10 PM Feature #2447 (Assigned): reduce GC pressure by symbol table without String instance
- =begin
=end
-
04:09 PM Feature #2471 (Assigned): want to choose a GC algorithm
- =begin
=end
-
04:09 PM Feature #2509 (Assigned): Recursive freezing?
- =begin
=end
-
04:08 PM Feature #2567 (Assigned): Net::HTTP does not handle encoding correctly
- =begin
=end
-
04:06 PM Feature #2643 (Assigned): test/unit redefinition check of test_* method
- =begin
=end
-
04:05 PM Feature #2710 (Assigned): Kernel#load loads a relative path
- =begin
=end
-
04:04 PM Feature #2832 (Assigned): Vector#each and Enumerable
- =begin
=end
-
04:04 PM Feature #3067 (Assigned): complex.c : Question: why Complex#~ is disabled? It's in the doc
- =begin
=end
-
04:03 PM Feature #3072 (Assigned): Classes Inheriting from Data
- =begin
=end
-
04:02 PM Bug #3118 (Assigned): backport r25230 and r25995 to fix segfault
- =begin
=end
-
04:01 PM Bug #3137 (Assigned): complex.rb changes exceptions of Math
- =begin
=end
-
04:01 PM Bug #3167 (Assigned): RDoc issues in interactive mode
- =begin
=end
-
04:01 PM Feature #3176 (Assigned): Thread#priority= should actually do something
- =begin
=end
-
04:01 PM Feature #3219 (Assigned): assert now passes non-boolean result
- =begin
=end
-
04:00 PM Feature #3222 (Assigned): Can bignums have singleton class & methods?
- =begin
=end
-
04:00 PM Feature #3251 (Assigned): allow to unlock mutex locked by another thread
- =begin
=end
-
04:00 PM Feature #3289 (Assigned): Division of negative numbers
- =begin
=end
-
03:58 PM Bug #3353 (Assigned): Building 32-bit only on Snow Leopard (dylib failed to build)
- =begin
=end
-
03:58 PM Feature #3418 (Assigned): IO#putc Clobbers Multi-byte Characters
- =begin
=end
-
03:58 PM Bug #3434 (Assigned): Specs for coercion?
- =begin
=end
-
03:56 PM Feature #3622 (Assigned): Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
=end
-
03:56 PM Feature #3638 (Assigned): VM内データ構造へアクセスするマクロ
- =begin
=end
-
03:46 PM Bug #3752 (Assigned): ruby/dl and segmentation fault
- =begin
=end
-
03:46 PM Feature #3793 (Assigned): No test for OpenSSL::PKCS12
- =begin
=end
-
03:45 PM Feature #3809 (Assigned): allow multiple set_trace_func() calls
- =begin
=end
-
03:45 PM Bug #3817 (Assigned): current ruby-openssl impl wrongly utilizes CRYPTO_EX_DATA in X509_STORE
- =begin
=end
-
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... -
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... -
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...
09/13/2010
-
11:40 PM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
On Mon, Sep 13, 2010 at 11:34 AM, Roger Pack <[email protected]> wrote:
> Issue #3607 has been updated b... -
11:31 PM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
update: installing rubygems from http://github.com/rubygems/rubygems onto a 1.9.2 distro results in the error... -
11:25 PM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
I just ran into this, as well [1]. I suppose it's a bug that needs to be fixed within rubygems proper, then?... -
10:13 PM Bug #3825: ENV.delete raise Exception on Windows
- =begin
Hi,
2010/9/13 Nobuyoshi Nakada <[email protected]>:
> Hi,
>
> At Mon, 13 Sep 2010 12:05:11 +0900,
> H... -
08:27 PM Bug #3825: ENV.delete raise Exception on Windows
- =begin
Hi,
At Mon, 13 Sep 2010 12:05:11 +0900,
Heesob Park wrote in [ruby-core:32353]:
> ENV.delete raises Inva... -
12:05 PM Bug #3825 (Closed): ENV.delete raise Exception on Windows
- =begin
ENV.delete raises Invalid argument Exception on Windows.
The error is due to trying SetEnvironmentVariab... -
08:28 PM Bug #3821 (Closed): UNIXSocket#send_io and multi-arch compiling
- =begin
Fixed with r29242.
=end
-
06:52 PM Bug #3821: UNIXSocket#send_io and multi-arch compiling
- =begin
Hi,
At Mon, 13 Sep 2010 02:49:33 +0900,
Caio Chassot wrote in [ruby-core:32341]:
> > > (All on OS X 10.6... -
02:48 AM Bug #3821 (Closed): UNIXSocket#send_io and multi-arch compiling
- =begin
It seems we have a problem with UNIXSocket#send_io when compiling for multiple archs. It showed up for me wh... -
08:14 PM Revision 6d9b5fdf (git): * ext/pathname/pathname.c (path_s_glob): Pathname.glob translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:17 PM Bug #3819 (Closed): [Patch] Fix mkmf error message typo
- =begin
This issue was solved with changeset r29241.
Peter, thank you for reporting this issue.
Your contribution t... - 04:02 PM Revision 1428b74f (git): * 2010-09-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:02 PM Revision 54886d08 (git): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:48 AM Revision 87874743 (git): * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:57 AM Revision ccd7af7e (git): * test/openssl/test_bn.rb: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:56 AM Revision 4c916ec8 (git): * ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of a
- bug in system header of darwin 9. [ruby-core:32341]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29242 b2dd03c... -
10:17 AM Bug #3820 (Closed): Float('0x0.') がエラーにならない
- =begin
This issue was solved with changeset r29239.
tadayoshi, thank you for reporting this issue.
Your contributi... -
09:54 AM Bug #3816 (Closed): OpenSSL::BN#prime?の引数の取り扱いがおかしい
- =begin
fixed at r29237
=end
-
09:11 AM Revision 3e86bd8f (git): * lib/mkmf.rb (try_do): fix typo. a patch from Peter Weldon
- at [ruby-core:32327].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:58 AM Revision bed26965 (git): Make punctuation consistent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:15 AM Revision 2590d744 (git): * util.c (ruby_strtod): reject Float('0x0.').
- [ruby-dev:42239] Bug #3820
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:15 AM Revision 1973984f (git): Add ML ref [ruby-dev:42225] for r29237.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 AM Revision 6ebb345d (git): * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparison
- with rb_scan_args. Before this fix, OpenSSL::BN#prime?
is fully broken.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
09/12/2010
-
11:59 PM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
It looks to me as if rvm does do a clean build to me as when i delete, it deleted the ruby install, it delete... -
02:42 PM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
It seems that rvm doesn't clean build directory.
Clean build directory manually or report this to rvm.
=end
-
10:59 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
I ran with ruby 1.9.3dev (2010-09-12 trunk 29232) and got the same problem:
dyld: lazy symbol binding fa... -
09:52 PM Bug #3820 (Closed): Float('0x0.') がエラーにならない
- =begin
Float('0.') がエラーになることから考えて
Float('0x0.') はエラーになるべき。
=end
- 09:46 PM Revision f31eccfa (git): * 2010-09-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 PM Revision a335ded4 (git): * ext/pathname/pathname.c (path_writable_real_p):
- Pathname#writable_real? translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29235 b2dd03... -
09:24 PM Bug #3795 (Closed): Date._valid_civil? in 1.9.1 raises exception for some invalid dates instead of returning false
- =begin
=end
-
07:32 PM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
2010/9/12 NARUSE, Yui <[email protected]>:
>
> I agree with akr's patch; but URI#host should have a descrip... -
03:48 PM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
(2010/09/10 6:44), Tanaka Akira wrote:
> 2010/9/8 Adam Majer<[email protected]>:
>> Issue #3788 has bee... -
02:31 AM Bug #3788: URI cannot parse IPv6 addresses propertly
- =begin
2010/9/10 Marcus Rueckert <[email protected]>:
> doesnt that mean you will need to fix all of the users of t... -
01:10 PM Bug #3812 (Closed): (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
=end
-
01:09 PM Bug #3812 (Assigned): (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
=end
- 12:24 PM Revision d50b19ff (git): * lib/date.rb: [ruby-core:32096] Thanks Colin Bartlett.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:31 AM Revision 5cc5e1c5 (git): * ext/pathname/pathname.c (path_world_writable_p):
- Pathname#world_writable? translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29233 b2dd0... -
09:02 AM Bug #3728: IO.select is not documented.
- =begin
2010/9/7 Eito Katagiri <[email protected]>:
>
> I created a patch to fill some documentation for IO.sel... -
08:47 AM Bug #3813 (Closed): Add Missing RLIMIT_ Constants to Process [Patch]
- =begin
This issue was solved with changeset r29229.
Run Paint, thank you for reporting this issue.
Your contributi... -
06:22 AM Bug #3813: Add Missing RLIMIT_ Constants to Process [Patch]
- =begin
> Your patch is not enough for supporting the limits.
> rlimit_resource_name2int and the document of Pro... -
12:30 AM Bug #3813: Add Missing RLIMIT_ Constants to Process [Patch]
- =begin
2010/9/10 Run Paint Run Run <[email protected]>:
> Bug #3813: Add Missing RLIMIT_ Constants to Process [... -
06:01 AM Bug #3819 (Closed): [Patch] Fix mkmf error message typo
- =begin
---
lib/mkmf.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/mkmf.r... -
04:38 AM Bug #3805: Ruby generated gem specifications for bundled projects are incorrect
- =begin
2010/9/11 Nobuyoshi Nakada <[email protected]>:
> Hi,
>
> At Thu, 9 Sep 2010 02:41:01 +0900,
> Luis Lave... -
12:26 AM Revision a42f6882 (git): * ext/pathname/pathname.c (path_writable_p): Pathname#writable?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29232 b2dd03c8-39d4-4d8f-98ff-823fe6... -
12:15 AM Revision 3f0fd715 (git): update document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/11/2010
-
11:43 PM Revision 7bda092e (git): update document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:38 PM Revision d900ed31 (git): * process.c (rlimit_resource_name2int): support more limits:
- RLIMIT_MSGQUEUE, RLIMIT_NICE, RLIMIT_RTPRIO, RLIMIT_RTTIME and
RLIMIT_SIGPENDING.
(Init_process): ditto.
patch ... -
10:52 PM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
Fixed at r29223 on trunk.
=end
-
12:25 PM Bug #3818 (Third Party's Issue): Seg fault with ruby tmail and ruby 1.9.2
- =begin
=end
-
11:27 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
I was thinking of just using "rvm install ruby-head". Would that work?
thx
On Sep 10, 2010, at 6:50 PM, ... -
07:50 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
Apply it, reinstall ruby, reinstall the extension.
The extension may need to use have_function in extcon... -
05:37 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
What's the best way to go about testing this patch?
thx.
=end
-
05:04 AM Bug #3818: Seg fault with ruby tmail and ruby 1.9.2
- =begin
Looks like rb_get_kcode and rb_set_kcode were not removed from ruby/intern.h despite being removed from the s... -
08:31 PM Bug #3805: Ruby generated gem specifications for bundled projects are incorrect
- =begin
Hi,
At Thu, 9 Sep 2010 02:41:01 +0900,
Luis Lavena wrote in [ruby-core:32165]:
> One common problem is t... -
07:55 PM Revision c755baf8 (git): update document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:28 PM Revision 62c11715 (git): * 2010-09-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:28 PM Revision b4ac655a (git): * process.c (rlimit_resource_name2int): use STRCASECMP to avoid
- ALLOCA_N.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:57 PM Bug #3812 (Closed): (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
This issue was solved with changeset r29225.
Peter, thank you for reporting this issue.
Your contribution t... -
05:20 AM Bug #3812: (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
I would recommend usage of RbConfig::CONFIG instead of Config::CONFIG due it's deprecation warning.
=end
-
04:56 AM Bug #3812: (mswin|mingw) ENV[]= fails silently to set huge values
- =begin
Thank you for the better patch. Fixes to make it compile, new test and fixed broken test:
---
hash.c ... -
07:47 AM Revision da47bbd1 (git): * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariable
- failed, because of the restriction of the size on Windows.
based on a patch from Peter Weldon at [ruby-core:32304].... -
06:21 AM Revision 073e6ccc (git): Add documentation for WEBrick's DigestAuth
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 AM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
With your latest patch if you do not set the continue_timeout after the server is started it does not wait fo... -
03:32 AM Revision 6329215d (git): * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
- zombie prototype declarations. a patch from Eric Hodel
at [ruby-core:32305].
git-svn-id: svn+ssh://ci.ruby-lang.o... -
12:19 AM Revision 72e1df78 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom