Activity
From 03/27/2010 to 04/02/2010
04/02/2010
-
11:18 PM Revision a9aeb765 (git): Remove platform dependent test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:44 PM Revision 94ab139b (git): * array.c (rb_ary_product): Make defensive copy in case of block...
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:25 PM Revision d0a98a0e (git): * array.c (rb_ary_product): Test for reentry
- * test/ruby/test_array.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27201 b2dd03c8-39d4-4d8f-98ff-823... - 09:56 PM Revision 7cf6ecd9 (git): * array.c (rb_ary_product): Accept a block [ruby-core:29045]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 PM Bug #3080 (Closed): class_variable_set issue with duped Module
- =begin
Below is the test case which is failing for me on ruby 1.9.2dev (2010-04-02 trunk 27162) [i686-linux] but wo... -
07:48 PM Revision 8d8ff193 (git): * tool/file2lastrev.rb (VCS#relative_to): path and @srcdir may have
- different relative-ness.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:08 PM Feature #3072: Classes Inheriting from Data
- =begin
On 02.04.10 08:59, Joel VanderWerf wrote:
> Agreed, if it's there it should be exposed. But still not sure w... -
05:39 PM Feature #3072: Classes Inheriting from Data
- =begin
> Data class is there because two T_DATA based classes should have some
> relationships in between.
Ye... -
11:37 AM Feature #3072: Classes Inheriting from Data
- =begin
A class is a datatype. If one class and another have real identical data structures in common, there should ... -
06:51 PM Revision 4b4dbeb9 (git): property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:22 PM Revision fe0aab09 (git): * lib/benchmark.rb (Benchmark::Tms#add): fix NameError.
- [ruby-dev:40906]
* test/benchmark/test_benchmark.rb: add a test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
04:50 PM Revision eb86567b (git): * lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.
- * lib/rdoc/stats.rb (RDoc::Normal#print_file): send to stdout and
flush always
git-svn-id: svn+ssh://ci.ruby-lang... -
04:45 PM Revision e654e593 (git): * lib/rdoc/parser/ruby.rb (RDoc#error): get rid of magic number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision de286af3 (git): * 2010-04-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision 58a93ce4 (git): * lib/rdoc/class_module.rb (RDoc#merge): get rid of stack overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:28 PM Revision 232ced73 (git): * lib/rdoc/parser/c.rb (RDoc#handle_method): see source files in
- source directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:13 PM Revision 166fedb4 (git): * lib/rdoc/rdoc.rb: reverted r27186 to add generators.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:17 PM Revision 386962af (git): * NEWS: added reverse_lookup option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Bug #3077 (Closed): `expand_path': couldn't find HOME environment on Windows
- =begin
This issue was solved with changeset r27171.
Heesob, thank you for reporting this issue.
Your contribution ... -
11:26 AM Bug #3077: `expand_path': couldn't find HOME environment on Windows
- =begin
Here is a patch
--- win32.c 2010-04-02 11:21:28.658460040 +0900
+++ win32.c.new 2010-04-02 11:21:5... -
10:23 AM Bug #3077 (Closed): `expand_path': couldn't find HOME environment on Windows
- =begin
1.9.2dev didn't set HOME environment on Windows.
C:\Ruby19\bin>ruby -ve 'p ENV["HOME"]'
ruby 1.9.1p129... -
08:57 AM Feature #3036: String#encode(to, from, opt) の opt[:replace] に Hash
- =begin
=end
-
08:56 AM Feature #3023 (Assigned): RDoc urls
- =begin
=end
-
08:55 AM Feature #2984 (Feedback): string split with capitalize
- =begin
=end
-
08:55 AM Feature #2981: Array#repeated_(permutation|combination)
- =begin
=end
-
08:52 AM Feature #2837: Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
- =begin
=end
-
08:51 AM Feature #2824: Backtrace from Singleton Classes is Unclear
- =begin
=end
-
08:49 AM Feature #2674: RubyVM::InstructionSequence to accept IOs
- =begin
=end
-
08:48 AM Feature #2645 (Feedback): Have a method in StringScanner which returns the position in characters rather than in bytes
- =begin
=end
-
08:47 AM Feature #2645: Have a method in StringScanner which returns the position in characters rather than in bytes
- =begin
=end
-
08:45 AM Feature #2565 (Assigned): adding hooks for better tracing
- =begin
=end
-
08:43 AM Feature #2509: Recursive freezing?
- =begin
=end
-
08:43 AM Feature #2454: OpenSSL has no maintainer
- =begin
=end
-
08:42 AM Feature #2442 (Assigned): [irb] interactive help
- =begin
=end
-
08:41 AM Feature #2408: better error reporting in windows when you try to run a directory
- =begin
=end
-
08:35 AM Feature #2322: [PATCH] Add standard deviation function to Math Module
- =begin
=end
-
08:34 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
=end
-
08:32 AM Feature #2190: FileUtils::chmod - allow symbolic mode
- =begin
=end
-
08:31 AM Feature #2149 (Assigned): Pathname#include?
- =begin
=end
-
08:29 AM Feature #2065: An ancestors iterator
- =begin
=end
-
08:28 AM Feature #1961: Kernel#__dir__
- =begin
=end
-
08:28 AM Feature #1906: Kernel#backtrace: Objectifying Kernel#caller
- =begin
=end
-
08:27 AM Feature #1905 (Assigned): How about IPAddr#<=> to take care of mask_addr?
- =begin
=end
-
08:25 AM Feature #1880: Hash#flatten Doesn't Operate Recursively for Hash Values
- =begin
=end
-
08:23 AM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- =begin
=end
-
08:23 AM Feature #1832 (Assigned): irb -w
- =begin
=end
-
08:19 AM Feature #1408 (Assigned): 0.1.to_r not equal to (1/10)
- =begin
=end
-
08:18 AM Feature #1291 (Assigned): O_CLOEXEC flag missing for Kernel::open
- =begin
=end
-
08:15 AM Feature #1275: IPAddr unnecessarily destroys information on creation
- =begin
=end
-
08:15 AM Feature #1211 (Assigned): nested loop construct
- =begin
=end
-
08:13 AM Feature #1193 (Assigned): Justified Error Messages
- =begin
=end
-
08:13 AM Feature #1122 (Assigned): request for: Object#try
- =begin
=end
-
08:12 AM Feature #1103: Ruby used for webrick cgi should be configurable
- =begin
=end
-
08:10 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
=end
-
08:05 AM Feature #227: rb_scan_args() for keyword arguments
- =begin
=end
-
07:43 AM Revision 871c693c (git): * ChangeLog: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:26 AM Revision cf25ae45 (git): * test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager): don't grap
- terminal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:44 AM Revision bb471e32 (git): * ChangeLog: fixed tab expand width.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:43 AM Revision aae8b872 (git): * lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.
- * lib/rdoc/generator/darkfish.rb: use normal library instead of
gem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
05:40 AM Revision 88ccbf04 (git): * test/rdoc/test_rdoc_parser.rb (test_class_can_parse): parse rdoc
- as ruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:26 AM Revision 104ff608 (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
- RUBY_VERSION. reapplied r24990.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27184 b2dd03c8-39d4-4d8f-98ff-823... -
05:24 AM Revision 2df7054c (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variables
- are delimited by a semicolon. supported Vim style. reapplied
r24988 with fixing a typo for shebang.
git-svn-id: ... -
05:17 AM Revision 30527783 (git): * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdoc
- files. reapplied r24976.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:14 AM Revision 8d3537a8 (git): * lib/rdoc/parser/c.rb: fixed a small error in the documentation.
- [ruby-core:24744] reapplied r24395.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27181 b2dd03c8-39d4-4d8f-98ff... -
05:12 AM Revision 06adf90a (git): * lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nil
- and is irrelevant to whether a file is binary. TAB and newlines
would be usually considered to be included in text... -
04:59 AM Revision 5bdee08c (git): * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been
- obsolete. reapplied r24599.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27179 b2dd03c8-39d4-4d8f-98ff-823fe69... -
04:57 AM Revision 6a08bd96 (git): * lib/rdoc/ri/paths.rb: follows $ridir. reapplied r23554.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:52 AM Revision 6926a102 (git): * lib/rdoc/ri/paths.rb (RDoc::HOMEDIR): expand_path deals with
- platform dependent envirionments. reapplied r21312.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27177 b2dd03c... -
04:40 AM Revision 2553a96f (git): * {lib,test}/rdoc: removed trailing spaces. reapplied r22784.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:40 AM Revision 0c216c32 (git): * bin/erb: removed trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:53 AM Revision 10547e3c (git): * lib/rdoc/parser.rb (binary?): regression.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:27 AM Revision 3a6c6b4b (git): * 2010-04-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 AM Revision 2ce5dfbd (git): merge revision(s) 26131:
- * lib/net/http.rb (HTTPGenericRequest#send_request_with_body_stream):
increased encoding chunk size for POS... -
03:07 AM Bug #2770 (Closed): Matrix: determinant for rectangular matrices should raise an error [patch]
- =begin
This issue was solved with changeset r27160.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
03:07 AM Feature #2266 (Closed): Matrix and Complex [patch]
- =begin
This issue was solved with changeset r27159.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
03:07 AM Feature #2831 (Closed): Matrix: each, all?, none?, each_with_index, ....
- =begin
This issue was solved with changeset r27158.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
03:07 AM Feature #2265 (Closed): Matrix#empty? [patch]
- =begin
This issue was solved with changeset r27156.
Marc-Andre, thank you for reporting this issue.
Your contribut... - 02:57 AM Revision c78dbcd1 (git): * win32/win32.c (init_env): wrong calculation of the head of setenv
- string. [ruby-core:29216]
a patch from Heesob Park in [ruby-core:29218]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
04/01/2010
-
11:32 PM Feature #3073: io/console
- =begin
2010/4/1 Nobuyoshi Nakada <[email protected]>:
> 拡張ライブラリio/consoleの取り込みをリクエストします。
あぁ。これは良いですね。賛成します。
... -
10:23 AM Feature #3073: io/console
- =begin
なかだです。
At Thu, 1 Apr 2010 10:05:46 +0900,
Tanaka Akira wrote in [ruby-dev:40900]:
> > IO#raw
>
> raw... -
08:59 AM Feature #3073 (Closed): io/console
- =begin
なかだです。
拡張ライブラリio/consoleの取り込みをリクエストします。
http://www.rubyist.net/~nobu/ruby/io-console-0.2.gem
http... -
11:25 PM Revision 4dcaa9e5 (git): * process.c (ruby_setsid): split from proc_setsid.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:24 PM Revision 893c123b (git): * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 PM Revision 04a293b9 (git): * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:19 PM Revision df932e66 (git): Add NEWS about hexadecimn floating point format.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:00 PM Revision be30c131 (git): * ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 PM Revision 7271a564 (git): * util.c (BSD__hdtoa): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 PM Revision 93164bd9 (git): * process.c (rb_f_exit_bang, rb_f_exit, rb_f_abort): fix rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:36 PM Revision 71cfa6ea (git): fix file path for building at other than src dir.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 PM Revision 2f207182 (git): * include/ruby/ruby.h (InitVM): calls per-VM initialization in
- single VM, but does nothing in MVM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27162 b2dd03c8-39d4-4d8f-98ff... - 06:06 PM Revision 5ef33531 (git): * lib/matrix.rb: Matrix.determinant: raise on rectangular matrices
- [ruby-core:28271]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:05 PM Revision 729941da (git): * lib/matrix.rb: New Complex instance methods:
- conjugate, conj, imaginary, imag, real, real?, rectangular, rect
[ruby-core:26285]
git-svn-id: svn+ssh://ci.ruby... - 06:04 PM Revision 277cb36b (git): * lib/matrix.rb: New methods Matrix#each, #each_with_index, and
- include Enumerable [ruby-core:28400]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27158 b2dd03c8-39d4-4d8f-98ff... - 06:03 PM Revision af6e31b3 (git): * lib/matrix.rb (empty): Reject negative sizes
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:02 PM Revision fac24582 (git): * lib/matrix.rb: New method #empty? [ruby-core:26284]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:01 PM Revision 39aad8fa (git): * lib/matrix.rb: removed compare_by*, inspect_org, cf [ruby-core:26268]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:51 PM Feature #3069: [TypedData] 関連APIの名前が不揃い
- =begin
なかだです。
At Thu, 1 Apr 2010 01:54:40 +0900,
Tadashi Saito wrote in [ruby-dev:40890]:
> とりあえず、typedが入っている三つ... -
02:27 AM Feature #3069: [TypedData] 関連APIの名前が不揃い
- =begin
ささだです.
(2010/04/01 1:54), Tadashi Saito wrote::
> 1.9.2で新設される、RTypedData関連の関数・マクロ群の名前が
> 不揃いで、ちょっと分かりにく... -
01:54 AM Feature #3069 (Rejected): [TypedData] 関連APIの名前が不揃い
- =begin
斎藤と申します。
# たぶんこれが最後です。
1.9.2で新設される、RTypedData関連の関数・マクロ群の名前が
不揃いで、ちょっと分かりにくいと感じていて、お願いに来ました。
まず、... -
05:41 PM Feature #3072: Classes Inheriting from Data
- =begin
The Data class as a superclass. Why does it participate in the class hierarchy? Does it have some semantic re... -
04:16 PM Feature #3072: Classes Inheriting from Data
- =begin
Hi,
At Thu, 1 Apr 2010 08:09:14 +0900,
Run Paint Run Run wrote in [ruby-core:29186]:
> As I understand i... -
08:09 AM Feature #3072 (Closed): Classes Inheriting from Data
- =begin
As I understand it, the Data class is an internal abstraction, not intended to be exposed to userland like t... - 05:21 PM Revision 99179d63 (git): * 2010-04-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:21 PM Revision bad1200f (git): Fix test for testing rake command.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:17 PM Bug #3071: Convert rubygems and rdoc to use psych
- =begin
Hi,
At Thu, 1 Apr 2010 14:21:56 +0900,
Aaron Patterson wrote in [ruby-core:29197]:
> > Psych must provid... -
02:44 PM Bug #3071: Convert rubygems and rdoc to use psych
- =begin
I don't understand, this patch seems to use a YAML compatible layer so it will work with both Psych and syck
... -
11:53 AM Bug #3071 (Rejected): Convert rubygems and rdoc to use psych
- =begin
Psych must provide YAML compatible layer instead.
=end
-
07:10 AM Bug #3071: Convert rubygems and rdoc to use psych
- =begin
On Wed, Mar 31, 2010 at 2:43 PM, Charles Oliver Nutter
<[email protected]> wrote:
> Doesn't this mean the... -
06:44 AM Bug #3071: Convert rubygems and rdoc to use psych
- =begin
Doesn't this mean the the RubyGems codevase would now be forked
between 1.8 and 1.9? And not work on any imp... -
05:35 AM Bug #3071 (Rejected): Convert rubygems and rdoc to use psych
- =begin
Rubygems and rdoc should be converted to use psych. The attached patch converts them.
=end
-
05:02 PM Bug #2689 (Closed): rdoc gem on 1.9.2 fails for interactive(-i) ri
- =begin
This now works.
=end
-
05:00 PM Bug #3076 (Closed): lib/rake/rdoctask.rb should be removed
- =begin
RDoc provides RDoc::Task (and Rake::RDocTask for backwards compatibility).
This is no longer Rake's resp... -
04:52 PM Bug #1948: RDoc Fails with Non-ASCII Pathnames
- =begin
UTF-8 method names are checked in, but I did not test UTF-8 file name.
I still need to test that part.
=... -
04:52 PM Bug #549 (Closed): ri -f html mungles constants
- =begin
Now checked in
=end
-
04:51 PM Bug #1171 (Closed): ri: if "pager" exists, use it before trying less.
- =begin
Now checked in
=end
-
04:50 PM Bug #1234 (Closed): RDoc failure in benchmark/bm_so_meteor_contest.rb at or around line 542 column
- =begin
Now checked in.
=end
-
04:47 PM Bug #2066 (Closed): Merge Latest RDoc/Ri
- =begin
Updated to RDoc 2.5
=end
- 02:53 PM Revision 1bf2b99d (git): * NEWS: Update new methods
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 PM Bug #1685: Some windows unicode path issues remain
- =begin
Yuki Sonoda wrote:
> Issue #1685 has been updated by Yuki Sonoda.
>
>> The branch manager should judge wh... -
10:30 AM Bug #1685: Some windows unicode path issues remain
- =begin
> The branch manager should judge whether this change is a bug fix or
> feature change.
> How do you thin... -
03:16 AM Bug #1685: Some windows unicode path issues remain
- =begin
U.Nakamura wrote:
> Hello,
>
> In message "[ruby-core:29082] Re: [Bug #1685] Some windows unicode path is... -
11:37 AM Bug #3063 (Closed): document error in IO.new rdoc
- =begin
This issue was solved with changeset r27136.
Heesob, thank you for reporting this issue.
Your contribution ... -
11:29 AM Revision 63a85806 (git): fix path to bin/rake from the test utility file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:43 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
String#to_fやリテラルにはちょっと躊躇しますが、今回はそれは入らないと言うことですのでおおむね差し支えないと思います。
影響範囲を読み切れない部分があるのですが、リリースまでに寄せられた苦情次第では... -
10:01 AM Feature #3065: [TypedData] という名前について
- =begin
なかだです。
At Thu, 1 Apr 2010 02:16:19 +0900,
Tadashi Saito wrote in [ruby-dev:40891]:
> # ところで自分の拡張ライブラリでは、... -
02:28 AM Feature #3065: [TypedData] という名前について
- =begin
ささだです.
(2010/04/01 2:16), Tadashi Saito wrote::
>>> つまり「自分でメモリ使用量を知っているRData」を作りたかったのに、
>>> 名前から伝わる印象はそ... -
01:10 AM Feature #3065: [TypedData] という名前について
- =begin
遠藤です。
2010年4月1日0:30 Tadashi Saito <[email protected]>:
> まず、新しい構造体には「Type」という単語が追加されたわけですが、これは
> str... -
12:30 AM Feature #3065 (Rejected): [TypedData] という名前について
- =begin
斎藤と申します。
1.9.2に取り込まれないであろうことは百二十くらい承知で、TypedDataに
付いての疑問点をいくつか書かせていただきます。
trunkには、RDataの代わりに(なりそう... -
09:27 AM Feature #3067: complex.c : Question: why Complex#~ is disabled? It's in the doc
- =begin
> The above definition of Complex#~ returns conjugate complex,
> while Fixnum#~ and Bignum#~ are bit inversi... -
01:42 AM Feature #3067: complex.c : Question: why Complex#~ is disabled? It's in the doc
- =begin
Hi,
2010/4/1 Benoit Daloze <[email protected]>:
> but I wonder why Complex#~ has been removed ?
>
... -
01:25 AM Feature #3067 (Closed): complex.c : Question: why Complex#~ is disabled? It's in the doc
- =begin
Hi, this is more of a question than a bug, feature or whatever,
but I wonder why Complex#~ has been remo... -
09:15 AM Feature #3068: [TypedData] RUBY_TYPED_DEFAULT_FREE は必要?
- =begin
なかだです。
At Thu, 1 Apr 2010 01:27:52 +0900,
Tadashi Saito wrote in [ruby-dev:40889]:
> 「『-1』と直書きした場合、『(voi... -
02:24 AM Feature #3068: [TypedData] RUBY_TYPED_DEFAULT_FREE は必要?
- =begin
ささだです.
(2010/04/01 1:27), Tadashi Saito wrote::
> 1.9.2からRUBY_TYPED_DEFAULT_FREEというのが導入されるようですが、
> これは本... -
02:24 AM Feature #3068: [TypedData] RUBY_TYPED_DEFAULT_FREE は必要?
- =begin
ささだです.
(2010/04/01 1:27), Tadashi Saito wrote::
> 1.9.2からRUBY_TYPED_DEFAULT_FREEというのが導入されるようですが、
> これは本... -
01:27 AM Feature #3068 (Rejected): [TypedData] RUBY_TYPED_DEFAULT_FREE は必要?
- =begin
斎藤と申します。
1.9.2からRUBY_TYPED_DEFAULT_FREEというのが導入されるようですが、
これは本当に必要なものでしょうか。
#define RUBY_TYPED_DEFA... -
08:43 AM Revision 548932ce (git): Remove hexadecimal-floating-point tests for String#to_f.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:18 AM Revision afd64aaf (git): * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:56 AM Revision a33d29b7 (git): Update svn:ignore for generated files in ext/
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:45 AM Revision 46580b51 (git): Import RDoc 2.5
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:11 AM Revision 9de95a99 (git): * 2010-04-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:11 AM Revision b3c42a2e (git): merge revision(s) 26103:
- * string.c (rb_str_inspect): wrong result of UTF-8 inspect because of
the mistake of calculation. reported... -
06:44 AM Revision 9b40cdfe (git): Add test for sprintf with Infinity and NaN.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:01 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
Hi,
On 31 March 2010 21:39, Yusuke ENDOH <[email protected]> wrote:
> Hi,
> No. You are asking the different... -
04:39 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
Hi,
2010/4/1 Benoit Daloze <[email protected]>:
>> 1) First, there is currently a bug in trunk:
>>
>> ... -
04:04 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
> Issue #2152 has been updated by Marc-Andre Lafortune.
>
> There are two different issues here.
>
> 1) F... -
03:38 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
Hi,
2010/4/1 Marc-Andre Lafortune <[email protected]>:
> 1) First, there is currently a bug in trunk:... -
03:08 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
There are two different issues here.
1) First, there is currently a bug in trunk:
72.9.to_s # ==> "... -
02:21 AM Feature #2152: Split functionality of Float#inspect and Float#to_s
- =begin
Matz any feedback on this patch, when you get a chance?
Thanks.
-rp
=end
-
05:30 AM Revision 7e3e79d0 (git): * enc/utf_16{be,le}.c (utf16{be,le}_mbc_to_code): simplified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:09 AM Revision 3a4c2bc0 (git): * util.c (BSD__hdtoa): don't use C99 macros. (FP_NORMAL etc)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:32 AM Revision 12b2e16e (git): * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]
- * missing/vsnprintf.c (BSD_vfprintf): ditto.
* missing/vsnprintf.c (cvt): ditto.
* util.c (BSD__hdtoa): added. Thi... -
04:32 AM Revision 4d399f12 (git): * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal and
- baccheck is FALSE: Float("0x1p+0") works, but "0x1p+0".to_f
doesn't. [ruby-dev:40650]
* util.c (ruby_strtod): allo... -
04:32 AM Revision 2067e4eb (git): * lib/scanf.rb: support %a format. [ruby-dev:40650]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 AM Revision 7b93993b (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:06 AM Revision c530b9d6 (git): * include/ruby/ruby.h (PRE_TIMET_PREFIX): define if configure doesn't
- defines it. [ruby-core:29190]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27137 b2dd03c8-39d4-4d8f-98ff-823... -
02:36 AM Revision 17113106 (git): * io.c (rb_io_initialize): fixed a rdoc miss that textmode and
- bimode flag explanation was reversed each other. a patch from
Heesob Park in [ruby-core:29166].
git-svn-id: svn+s... -
02:23 AM Feature #3066: [TypedData] wrap_struct_name は必要?
- =begin
ささだです.
(2010/04/01 0:55), Tadashi Saito wrote::
> rb_data_type_tのメンバーとして、 const char *wrap_struct_name と... -
12:53 AM Feature #3066 (Rejected): [TypedData] wrap_struct_name は必要?
- =begin
斎藤と申します。
rb_data_type_tのメンバーとして、 const char *wrap_struct_name と
いうのがありますが、これは本当に必要なものなのでしょうか。
Rub... -
02:20 AM Bug #3064: TypedDataについてのドキュメントがない
- =begin
(2010/04/01 0:03), Tadashi Saito wrote::
...
> 加えて、TypedData新設の動機・メリットを示す形で、NEWSにも書いて欲しいです。
今までも,追加してもド... -
02:20 AM Bug #3064: TypedDataについてのドキュメントがない
- =begin
(2010/04/01 0:03), Tadashi Saito wrote::
...
> 加えて、TypedData新設の動機・メリットを示す形で、NEWSにも書いて欲しいです。
今までも,追加してもド... -
12:03 AM Bug #3064 (Rejected): TypedDataについてのドキュメントがない
- =begin
斎藤と申します。拡張ライブラリの作者・librubyの1ユーザーです。
1.9.2で導入される予定のTypedDataについてのドキュメントが、まったく
ない事で困っています。具体的には、README.E... -
12:54 AM Revision 44e08324 (git): * include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE): added.
- [ruby-dev:40889]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:45 AM Feature #2674: RubyVM::InstructionSequence to accept IOs
- =begin
卜部です。
Yusuke ENDOH さんは書きました:
> rb_compile_file は T_FILE を受け取るという仕様だったのでしょう。
getsじゃなきゃヤダという強い動機があるわけではな... -
12:23 AM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
Hi,
In message "Re: [ruby-dev:40882] [Feature #2673] the length for an enumerator generated by Array#permu... -
12:11 AM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
I just noticed this feature request.
Sadly, google translate is terrible for Japanese.
I wanted to ... -
12:01 AM Feature #2471 (Open): want to choose a GC algorithm
- =begin
ずいぶん前のチケットですみませんが、趣旨が同じなのでreopen させて頂きます。
> copy-on-write friendly GCとかmostly-copying GCのような性能特性が大きく変わ
...
03/31/2010
-
11:48 PM Bug #3063 (Closed): document error in IO.new rdoc
- =begin
In IO.new rdoc, textmode and bimode flag explanation is reversed each other.
"b" should be "t" and "t" shou... -
11:33 PM Feature #3036: String#encode(to, from, opt) の opt[:replace] に Hash
- =begin
反対がないので、1.9.2 の feature として認められたとみなします。
なお、実装を諦めた場合や、4月中にできなかった場合は 1.9.2 には入りません。
=end
-
11:28 PM Feature #872: [PATCH] Add a couple of key bindings to ruby-mode.el
- =begin
Firstly, sorry for the very long delay ;)
Recently I've discussed about this feature with some maintainers.... -
10:51 PM Feature #3021: Array#product should accept a block.
- =begin
Hi,
2010/3/31 Yusuke Endoh <[email protected]>:
> 2010/3/27 Marc-Andre Lafortune <[email protected]... -
01:52 AM Feature #3021: Array#product should accept a block.
- =begin
Hi,
2010/3/27 Marc-Andre Lafortune <[email protected]>:
> Array#permutation and #combination will ... -
10:29 PM Feature #2674: RubyVM::InstructionSequence to accept IOs
- =begin
遠藤です。
2010年3月31日14:38 Urabe Shyouhei <[email protected]>:
> _ wanabe さんは書きました:
>
>> ありがとうございます。
>... -
02:38 PM Feature #2674: RubyVM::InstructionSequence to accept IOs
- =begin
_ wanabe さんは書きました:
> ありがとうございます。
> NG なケースを見つけてしまったので報告します。これで SEGV します。
それはrb_compile_fileのバグでは...
... -
01:15 PM Feature #2674: RubyVM::InstructionSequence to accept IOs
- =begin
ありがとうございます。
NG なケースを見つけてしまったので報告します。これで SEGV します。
a = [nil]
def a.gets
raise
end
RubyVM::Ins... -
11:38 AM Feature #2674: RubyVM::InstructionSequence to accept IOs
- =begin
(2010/03/31 2:28), _ wanabe wrote::
> せっかく rb_compile_file があるので、IO を受け付けてくれるなら
> その方が嬉しいと思います。ですので、このパッチに賛... -
02:28 AM Feature #2674: RubyVM::InstructionSequence to accept IOs
- =begin
ワナベと申します。
せっかく rb_compile_file があるので、IO を受け付けてくれるなら
その方が嬉しいと思います。ですので、このパッチに賛成です。
=end
-
09:28 PM Feature #2832: Vector#each and Enumerable
- =begin
>
>
> I'm probably crazy, and I must be the only one wishing this, but I wish
> that #collect was used... -
12:13 PM Feature #2832: Vector#each and Enumerable
- =begin
I'm probably crazy, and I must be the only one wishing this, but I wish that #collect was used to collect ele... -
06:42 AM Feature #2832: Vector#each and Enumerable
- =begin
=end
-
09:09 PM Revision a4dbc2ea (git): * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]
- * ext/psych/lib/psych/nodes/node.rb: ditto
* test/psych/test_psych.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
07:56 PM Revision c97f5f51 (git): * time.c (rb_big_abs_find_minbit): fix handling the last word.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:31 PM Revision e758c3fb (git): * time.c (long_mul): overflow condition changed.
- (wi_mul): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:51 PM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
本件は1.9.2までに改善されるべきだと思います。
いろいろなやり方がありえそうですが、費用対効果でいうととりあえずfreezeするほうに全部倒すというのが現実的でしょうか。
=end
-
06:37 PM Bug #3058 (Closed): Inconsistent eol conversion of IO#read on Windows
- =begin
I found that IO#read(length) don't convert "\r\n" to "\n" on 1.9.x
On ruby 1.8.6 (2010-02-04 patchlev... - 05:58 PM Revision d245582d (git): * 2010-04-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 PM Revision 69c6ee0b (git): * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml coder
- * test/psych/test_coder.rb: test for syck compatibility
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27130 b2dd... -
04:20 PM Feature #3037: testrb の動作が1.8.7 の testrb と違いすぎる
- =begin
=end
-
04:19 PM Bug #3030: make test-all fails with zlib 1.2.4
- =begin
なかだです。
At Sun, 28 Mar 2010 16:39:07 +0900,
Takashi Tamura wrote in [ruby-dev:40802]:
> $ port info zlib
... -
03:34 PM Bug #3056 (Closed): gem unpack fails
- =begin
Hi
`gem unpack something.gem' fails by following error.
ERROR: While executing gem ... (Gem::FileP... -
02:35 PM Revision 60240745 (git): * time.c (long_mul): extracted from mul and avoid integer overflow.
- (wi_mul): extracted from wmul and avoid integer overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27129 b... -
02:19 PM Feature #2772: Matrix: Calculating determinant using Bareiss algorithm [patch]
- =begin
Hi. Marc-Andre,
In [ruby-core:29154] the message: "[ruby-core:29154] [Feature #2772]
Matrix: Calculating ... -
12:14 PM Feature #2772: Matrix: Calculating determinant using Bareiss algorithm [patch]
- =begin
Unless there is objection, the official spec of determinant will be to calculate the determinant using the al... -
06:37 AM Feature #2772 (Assigned): Matrix: Calculating determinant using Bareiss algorithm [patch]
- =begin
=end
-
01:29 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
むらたです。
On 2010/03/31, at 2:15, _ wanabe wrote:
> ワナベです。
>
> うっかりこんな時期になってしまいましたが(すみません)、この件どうしましょう。
... -
02:15 AM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
ワナベです。
うっかりこんな時期になってしまいましたが(すみません)、この件どうしましょう。
未決定の事項が二つもあるので、どうしても 1.9.2 に導入したいという方からの
非常に強力な説得でもない... -
12:34 PM Revision fbc42054 (git): * time.c: less bignum allocations.
- * strftime.c (rb_strftime_timespec): defined to avoid rational for
nano second resolution time.
git-svn-id: svn+... -
07:05 AM Revision 59ad28c2 (git): * test/rake/test_{package_task,rules,task_manager}.rb: use
- temporary directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:44 AM Bug #2770: Matrix: determinant for rectangular matrices should raise an error [patch]
- =begin
=end
-
06:41 AM Feature #2831: Matrix: each, all?, none?, each_with_index, ....
- =begin
=end
-
06:37 AM Feature #2771 (Assigned): Matrix: constructor to build with block
- =begin
=end
-
06:37 AM Bug #2365 (Assigned): Matrix: poor handling of coercion errors [patch]
- =begin
=end
-
06:36 AM Feature #2266: Matrix and Complex [patch]
- =begin
=end
-
06:36 AM Feature #2265: Matrix#empty? [patch]
- =begin
=end
-
06:33 AM Revision f163275b (git): * test/psych/test_emitter.rb (setup): encoding of @out should be same as script's.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:57 AM Revision 35b2c59a (git): * test/rubygems/gemutilities.rb (setup, teardown):
- Object#to_yaml must use syck on RubyGem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27125 b2dd03c8-39d4-4d8f-... -
02:30 AM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
- Hi,
At Wed, 31 Mar 2010 01:31:39 +0900,
Jon Forums wrote in [ruby-core:29147]:
> I'm curious, where is it descri... -
01:31 AM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
- While I didn't report the behavior, using the code from the OP but using the TCC LE shell from http://www.jpsoft.com/...
-
12:52 AM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
- Hi, usa
Should we keep this ticket open?
I'd like to close this ticket because there is no feedback from OP.
I... -
01:42 AM Feature #1349 (Rejected): Net::SMTP open_message and send_message always require from_addr, *to_addrs
- =begin
I don't consider it should be done in SMTP layer.
What you need is another higher layer library.
=end
-
01:05 AM Feature #583: TmpdirとTempfile
- =begin
=end
-
12:55 AM Feature #1800: rubygems can replace system executable files
- =begin
Hi,
I guess this feature request includes solution for security concern.
So I moved it to Bug tracker.... -
12:43 AM Feature #2984: string split with capitalize
- =begin
Hi,
Pedro, do you still want the method?
I'll close the ticket unless you answer to suggestions by ... -
12:27 AM Feature #3023: RDoc urls
- =begin
Hi,
This ticket is accepted by Eric Hodel, so I set the target to 1.9.2.
It will be deferred to 1.9... -
12:22 AM Bug #2695: Supported Platforms
- =begin
遠藤です。
> そこで、
> * 1.9.2は5.0に上げる
> * 1.9.1は4.0と5.0にする
> のを提案します。
この点については、反対もないようですし、Yugui さんの提... -
12:16 AM Feature #1473: Improvements on expect.rb
- =begin
Hi,
> I was using expect.rb to substitute expect command (as I'm not in a mood to learn Tcl). However, i...
03/30/2010
-
11:38 PM Bug #2365: Matrix: poor handling of coercion errors [patch]
- =begin
Hi, Marc-Andre
In [ruby-dev:40847], [ruby-dev:40849] and [ruby-core:29127],
Keiju and matz agreed with ma... -
02:48 PM Bug #2365: Matrix: poor handling of coercion errors [patch]
- =begin
Hi,
In message "Re: [ruby-core:29113] Re: [Bug #2365](Open) Matrix: poor handling of coercion errors [pat... -
03:23 AM Bug #2365: Matrix: poor handling of coercion errors [patch]
- =begin
Hi, Marc-Andre
Are you willing to become a maintainer for matrix?
If so, I'll suggest Keiju resign, and... -
01:50 AM Bug #2365: Matrix: poor handling of coercion errors [patch]
- =begin
Hi,
2010/3/30 Marc-Andre Lafortune <[email protected]>:
> Reopening the issue.
>
> I feel frustatio... -
01:14 AM Bug #2365 (Open): Matrix: poor handling of coercion errors [patch]
- =begin
Reopening the issue.
I feel frustation at such an unsatisfactory answer, coming 4 months after this simp... -
12:43 AM Bug #2365: Matrix: poor handling of coercion errors [patch]
- =begin
> This behavior is the same as an integer:
>
> % ruby-dev -r matrix -e "p 2 - nil"
> -e:1:in `-': nil ... -
10:17 PM Bug #3055 (Closed): NEWS: URI Obsoleted methods
- =begin
This issue was solved with changeset r27120.
Kazuhiro, thank you for reporting this issue.
Your contributio... -
09:24 PM Bug #3055: NEWS: URI Obsoleted methods
- =begin
> URI に
> * Obsoleted methods:
> * URI#escape
> * URI#unescape
> とありますが、
> * URI.esca... -
09:04 PM Bug #3055 (Closed): NEWS: URI Obsoleted methods
- =begin
URI に
* Obsoleted methods:
* URI#escape
* URI#unescape
とありますが、
* URI.escape
* U... -
09:57 PM Revision 0da3fc65 (git): * time.c (timew2timespec): fix previous change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:37 PM Feature #2442: [irb] interactive help
- =begin
なかださん
中田さんにコミットお願いしてよろしいですか?
=end
-
08:35 PM Feature #1832: irb -w
- =begin
Hi. Yusuke,
Please commit this patch.
=end
-
07:47 PM Bug #3053 (Closed): Psych should not be installed without libyaml.
- =begin
This issue was solved with changeset r27112.
Takashi, thank you for reporting this issue.
Your contribution... -
05:24 PM Bug #3053 (Closed): Psych should not be installed without libyaml.
- =begin
At trunk, psych is installed even if the system does not have libyaml.
If psych continues to require libyam... -
05:35 PM Bug #3054 (Closed): test/psych is executed without libyaml
- =begin
When I make test-all at trunk, test/psych is executed even if the system
does not have libyaml. test/zlib a... -
04:08 PM Bug #3052 (Rejected): DRb::start_service fails to detect used port
- =begin
When I call DRb.start_service('druby://localhost:1234') and port 1234 is already in use, I silently end up wi... - 03:34 PM Revision 8fcc8e2d (git): * 2010-03-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:34 PM Revision 7b83aa4f (git): * time.c (wdivmod): renamed from wdivmodv. fix neg/pos and pos/neg.
- (split_second): return number of seconds as wideval_t.
(timet2wv): new function.
(wv2timet): new function.
(tim... -
03:28 PM Bug #2658 (Closed): rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
- =begin
=end
-
03:27 PM Feature #2366: private constant
- =begin
=end
-
02:27 PM Feature #2771: Matrix: constructor to build with block
- =begin
Hi, Marc-André
Please commit it.
=end
-
02:24 PM Feature #2772: Matrix: Calculating determinant using Bareiss algorithm [patch]
- =begin
Hi, Marc-André
Did you test for Integer, Rational, Complex, and these mixed Matrix?
Please commit i... -
01:25 PM Revision 39146c6b (git): * time.c: use more polymorphic operations.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:13 PM Revision 91616a00 (git): * NEWS: add URI.decode and URI.encode to Obsoleted methods,
- and fix typos. [ruby-dev:40852]
* NEWS: add Time#subsec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27120 b2... -
01:13 PM Revision cda49a46 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 PM Revision c4845fdf (git): * time.c: reorder wide value implementation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 PM Revision 6ca6efc2 (git): * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].
- * lib/irb/context.rb: fix Context#verbose?.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27117 b2dd03c8-39d4-... -
12:58 PM Revision 08f82800 (git): * time.c: make wide value more polymorphic.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:24 PM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40843] Re: [Feature #3018] UNINITIALIZED_VAR() マクロの導入"
on Tue,... -
11:22 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
前田です。
2010年3月30日10:51 Yukihiro Matsumoto <[email protected]>:
> |2010/3/30 Yukihiro Matsumoto <matz@ruby... -
11:22 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40841] Re: [Feature #3018] UNINITIALIZED_VAR() マクロの導入"
on Tue,... -
11:13 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
2010/3/30 Yukihiro Matsumoto <[email protected]>:
> |gpgサイン→(PGP|OpenPGP)(サイン|署名)、とするのがよいと思います。
> 記憶違いかも... -
10:52 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40839] Re: [Feature #3018] UNINITIALIZED_VAR() マクロの導入"
on Tue,... -
10:24 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
本題じゃないですが、
2010/3/30 Yukihiro Matsumoto <[email protected]>:
> [email protected] に gpg サインした ssh2 ... -
07:01 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40831] Re: [Feature #3018] UNINITIALIZED_VAR() マクロの導入"
on Mon,... -
12:21 PM Revision ee90d5d3 (git): * ext/psych/extconf.rb: install psych .so to not psych/ but direct.
- This prepends to install *.rb files to psych/psych.
* ext/psych/lib/psych.rb: require 'psych.so'.
git-svn-id: svn+s... -
12:00 PM Revision 0cf5d3fa (git): fix previous commit for LP64.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:57 AM Revision a00c1c00 (git): * time.c (w2v): renamed from w2xv.
- (v2w): renamed from xv2w.
(rb_time_magnify): takes wideval_t.
(rb_time_unmagnify): returns wideval_t.
git-svn-i... -
10:46 AM Revision f1330fd1 (git): * ext/psych/lib: moved external library dependent files from lib.
- [ruby-core:29129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:26 AM Revision 38af94c6 (git): * file.c (rb_file_dirname): split from rb_file_s_dirname.
- * load.c (rb_f_require_relative): use absolute path instead of
expanded path.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
09:11 AM Revision 84b5e3e0 (git): * version.c (ruby_initial_load_paths): moved initial load path
- from ruby.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:07 AM Bug #3051 (Closed): psych is too osx-specifc
- =begin
This issue was solved with changeset r27100.
Michael, thank you for reporting this issue.
Your contribution... -
08:00 AM Bug #3051: psych is too osx-specifc
- =begin
(2010/03/30 6:19), Aaron Patterson wrote:
> On Tue, Mar 30, 2010 at 06:04:59AM +0900, Michael Graff wrote:
... -
06:04 AM Bug #3051 (Closed): psych is too osx-specifc
- =begin
ext/psych/extconf.rb only looks in Macports' directories for libyaml, and will not look in places other OSs m... -
09:05 AM Revision 074db9c6 (git): * Makefile.in (config.status): ommit cached results.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:52 AM Revision bdb4e343 (git): * configure.in (RUBY_EXEC_PREFIX, RUBY_LIB_PREFIX): fixed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:01 AM Bug #3050: Fiber transfer limitation
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40833] [Bug: trunk] Fiber transfer limitation"
on Tue, 30 Mar 2... -
04:20 AM Bug #3050 (Closed): Fiber transfer limitation
- =begin
ささだです.
1.9.2 に入れて欲しい Fiber に関する仕様変更について,一つ忘れていました.
現在,Fiber#transfer と Fiber.yield/Fiber#resume ... -
06:41 AM Revision 833393f9 (git): * common.mk (revision.h): add RUBY_BRANCH_NAME.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:00 AM Revision 635bdf6f (git): * process.c (proc_daemon): Process.daemon should raise an error on
- failure regardless of whether the implementation uses daemon(3)
or not. [ruby-dev:40832]
git-svn-id: svn+ssh://c... -
04:11 AM Revision 4a6acc26 (git): * tool/file2lastrev.rb (VCS::GIT_SVN): removed because git-log can
- deal with git-svn repository faster than git-svn-info.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27105 b2dd0... -
04:01 AM Revision 0c6fb8cc (git): * tool/file2lastrev.rb (VCS#get_revisions): particular commands do
- not depend on instance.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:36 AM Revision 7cfd27c0 (git): * configure.in (MINIOBJS): use dmydln.o on all platforms.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 AM Bug #3039 (Closed): test/psych should use require_relative
- =begin
This issue was solved with changeset r27095.
Takashi, thank you for reporting this issue.
Your contribution... -
01:33 AM Revision a0d6167d (git): * common.mk (COMMONOBJS): moved dln.o to OBJS not to conflict with
- dmydln.o.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:12 AM Revision 6c7edcb0 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/29/2010
-
11:57 PM Revision 9dd3af9a (git): * ext/psych/extconf.rb: Making library detection more agnostic.
- [ruby-core:29118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:57 PM Revision 797f482f (git): * lib/psych.rb: Fix problem with empty and white-space only strings.
- Thanks Peter McLain!
* test/psych/test_psych.rb: tests for change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
10:25 PM Bug #2667: Segmentation fault error
- =begin
It happened again this morning:
$ cap deploy:migrations
<internal:gem_prelude>: compile/should not be rea... -
09:50 PM Bug #3039 (Closed): test/psych should use require_relative
- =begin
When make test-all at trunk, load errors on test/psych/helper.rb occur.
Scripts in test/psych/ should use
... -
08:33 PM Revision c294fcc0 (git): * lib/psych.rb: documentation updates. Thanks Peter McLain!
- * lib/psych/{coder,tree_builder}.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27098 b2dd03c8-39d4-4d8... -
08:30 PM Bug #2495 (Closed): Matrix: Vector#each2 should check its argument
- =begin
I think that there is not the necessity to change.
However, I acknowledge that it is wrong a result for Int... -
07:45 PM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
> |Linuxではこの問題にたいして以下のようなマクロで解決しており、同様の手法を導入したいと
> |思うのですが、いかがでしょうか?
>
> いいんじゃないでしょうか。コミットしてください。って、こさき
>... -
09:19 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40779] [Feature #3018] UNINITIALIZED_VAR() マクロの導入"
on Fri, 26 ... -
06:58 PM Revision e43b9423 (git): * ext/psych/{emitter,parser,psych}.c: move variable
- declaration to the first of the block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27097 b2dd03c8-39d4-4d8f-98... -
06:48 PM Feature #259 (Feedback): String crypt method's salt argument should be optional
- =begin
I don't think it is a good idea to encourage use of weak DES encryption.
=end
-
06:38 PM Bug #2365 (Rejected): Matrix: poor handling of coercion errors [patch]
- =begin
This behavior is the same as an integer:
% ruby-dev -r matrix -e "p 2 - nil"
-e:1:in `-': nil can't b... - 06:26 PM Revision 7abf7e58 (git): * 2010-03-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:25 PM Revision 03399d90 (git): * test/psych/*: switching tests to use relative require.
- [ruby-core:29104]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:21 PM Feature #3037 (Rejected): testrb の動作が1.8.7 の testrb と違いすぎる
- =begin
1.8.7 の testrb では --help オプションで使用可能なオプションが詳しく表示されますが、
ruby 1.9.2dev (2010-03-24 trunk 27030) [x86_64-linux]... - 05:41 PM Revision d1a08068 (git): * 2010-03-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:41 PM Revision 316a0aa0 (git): * prelude.rb (Process.daemon): New method.
- * .document: Add prelude.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27093 b2dd03c8-39d4-4d8... -
04:11 PM Feature #3036 (Closed): String#encode(to, from, opt) の opt[:replace] に Hash
- =begin
[ruby-dev:40540] の String#encode(to, from, opt) の opt[:replace] に Hash の話を、
別にチケットとして起こしておきます
String#e... -
03:10 PM Bug #3030: make test-all fails with zlib 1.2.4
- =begin
2010/3/28 Takashi Tamura <[email protected]>:
> 1.9 の trunk で make test-all すると、
> zlib 関連で以下のようなエラーがあり... -
02:09 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40820] Re: [Feature #2969] String#to_f が -h.hhh±pd を解釈できるように"
... -
09:33 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
2010年3月29日9:08 Yukihiro Matsumoto <[email protected]>:
> まつもと ゆきひろです
>
> In message "Re: [ruby-d... -
09:08 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40816] Re: [Feature #2969] String#to_f が -h.hhh±pd を解釈できるように"
... -
08:08 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
(2010/03/29 7:04), Yukihiro Matsumoto wrote:
> まつもと ゆきひろです
>
> すいません、忙しくて放置してました。
>
> In mess... -
07:04 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
まつもと ゆきひろです
すいません、忙しくて放置してました。
In message "Re: [ruby-dev:40650] [Feature #2969] String#to_f が -h.hhh±p... - 12:48 PM Revision a828a658 (git): * prelude.rb, .document: Stuff in prelude.rb should be documented
- as well.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:27 AM Revision cd492563 (git): * lib/matrix.rb(Vector#each2, Vector#collect2): add type check for
- Integer[Bug #2495].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:47 AM Revision 33d16472 (git): * time.c: wide value condition changed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:11 AM Bug #3035: Time#zone doesn't round-trip
- =begin
Ok. I found a good explanation in this thread: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/22... -
08:30 AM Bug #3035 (Rejected): Time#zone doesn't round-trip
- =begin
It's intended.
Time#utc_offset does round-trip but not #zone.
=end
-
07:55 AM Bug #3035 (Rejected): Time#zone doesn't round-trip
- =begin
>> Time.now.zone
=> "PDT"
>> Marshal.load(Marshal.dump(Time.now)).zone
=> nil
=end
-
09:10 AM Revision b1b3e135 (git): * lib/optparse.rb (Numeric): accept rationals.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:40 AM Revision 098adfab (git): * 2010-03-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 AM Revision e814f147 (git): * ext/rational/lib/rational.rb: fix [Bug #1397].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:05 AM Feature #1395: Steppable Kernel::eval
- =begin
Assuming Rocky is correct, there's nothing to do; it's been done already. Too bad for me I didn't know about ... -
06:42 AM Bug #3034 (Closed): Bignum: "bigadd_core: Assertion `i <= zn' failed"
- =begin
ruby -ve 'Marshal.load(File.read("/tmp/bignum.mars")).reduce(:*)'
ruby 1.9.2dev (2010-03-22 trunk 27009... -
06:11 AM Revision d0cb5c71 (git): * lib/tempfile.rb (Tempfile#open): re-open with same mode and
- options as initialize.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:59 AM Revision d894e1d9 (git): instance_methods should not special-case singleton classes, fixes #2993
- Signed-off-by: URABE, Shyouhei <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27085 b2dd... -
04:30 AM Revision 0a5d4d29 (git): * test/psych/visitors/test_to_ruby.rb: switching to assert_in_delta
- * test/psych/visitors/test_yaml_tree.rb: switching to assert_in_delta
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
01:40 AM Revision 6c4a07df (git): Revert "* configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):"
- This reverts commit r27078.
It causes build failure on some environments.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
12:43 AM Bug #3033: backtrace of SystemStackError disappeared
- =begin
遠藤です。
2010年3月29日0:00 Yusuke ENDOH <[email protected]>:
> なぜか SystemStackError の時のバックトレースが出なくなっているようです。
gi... -
12:00 AM Bug #3033 (Rejected): backtrace of SystemStackError disappeared
- =begin
遠藤です。
なぜか SystemStackError の時のバックトレースが出なくなっているようです。
$ ./ruby -ve 'def foo; bar; end; def bar; fo... -
12:21 AM Revision 46a4000a (git): * random.c: change include order; ruby.h should be at first.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/28/2010
-
11:57 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hello,
In message "[ruby-core:29082] Re: [Bug #1685] Some windows unicode path issues remain"
on Mar.... -
04:51 PM Bug #1685: Some windows unicode path issues remain
- =begin
Hi,
U.Nakamura wrote:
> Hello,
>
> In message "[ruby-core:28979] [Bug #1685] Some windows unicode path ... -
11:34 PM Revision cb905aff (git): * psych: svn:eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:49 PM Revision 910a0781 (git): * 2010-03-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:49 PM Revision b9b923ca (git): * ext/psych/*: importing Psych to trunk
- * test/psych/*: ditto
* lib/psych/*: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27079 b2dd03c8-39d4-4d8... -
08:02 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> > 統一性とバランスの問題です。
>
> 何の統一性とバランスでしょう。
> String#to_i との統一性とバランス、でしょうか。
[ruby-dev:40728] で書いたようなことです。
... -
07:36 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> これだけだと「直感的に気に入らない。」としか読めないのでなんとか言語化してもらえませんか。
(中略)
> 私から見ると成瀬さんの意見は「賛成できないけどいいたいことは分かる。」ですが
> ふなばさんのメールは... -
04:12 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/27 23:49), Tanaka Akira wrote:
> 2010年3月27日19:14 NARUSE, Yui<[email protected]>:
>
>> ML 上での最大の ... -
03:24 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/27 21:46), EGUCHI Osamu wrote:
> えぐち@エスアンドイーです
>
>
> 2010年3月27日21:01 NARUSE, Yui<naruse@airemix.... -
02:48 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/27 20:56), Tadayoshi Funaba wrote:
>> つまり、ふなばさんは 16 進よりも 2 進や 8 進形式が好みであるところ、
>> 16 進がそれらを差し置いて入るの... -
04:39 PM Bug #3030 (Closed): make test-all fails with zlib 1.2.4
- =begin
1.9 の trunk で make test-all すると、
zlib 関連で以下のようなエラーがあります。
$ ./ruby -v
ruby 1.9.2dev (2010-03-26 trunk... -
01:34 PM Revision a8a99a73 (git): * configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):
- use own vsnprintf to avoid locale problems and platform
difference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
01:04 PM Bug #3024: mkmf: Directory names with spaces cause invalid Makefiles to be generated
- =begin
Hi,
2010/3/27 Sam Quigley <[email protected]>:
> mkmf does not properly quote or escape directory nam... -
11:08 AM Feature #1599 (Closed): ruby test_foo.rb --help do not show help message
- =begin
=end
-
10:39 AM Feature #1599: ruby test_foo.rb --help do not show help message
- =begin
On Mar 21, 2010, at 20:00 , Yusuke Endoh wrote:
> Issue #1599 has been updated by Yusuke Endoh.
>
> A... -
11:06 AM Bug #2695: Supported Platforms
- =begin
2010/3/28 Kenta Murata <[email protected]>:
> ということで、macports を使用しない場合のテストもやってみました。
>
> make test
> http:... -
12:23 AM Bug #2695: Supported Platforms
- =begin
むらたです。
On 2010/03/27, at 22:49, Kenta Murata wrote:
> On 2010/03/27, at 19:00, [email protected]... -
09:06 AM Bug #3027 (Closed): Random#rand(nil)
- =begin
Hi Nobu.
Looking at Random#rand, I notice that passing nil has the same result as not passing any argume... -
04:26 AM Revision 1720e7e0 (git): * lib/scanf.rb: fix max width modifier for %f.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:40 AM Bug #2667: Segmentation fault error
- =begin
I too am seeing this:
$ rails -v
<internal:gem_prelude>: compile/should not be reached: compile.c:473
/... - 01:37 AM Revision 1392791a (git): Imported minitest 1.6.0 r5717.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:13 AM Revision d8cc6ccb (git): * time.c (rb_time_magnify): fix for LP64.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:56 AM Revision 63dd5096 (git): * lib/scanf.rb: fix %[egEFG] isn't accept.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:54 AM Revision c08277c6 (git): * time.c: rename small integer specialization related identifiers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/27/2010
-
11:56 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
>> つまり、ふなばさんは 16 進よりも 2 進や 8 進形式が好みであるところ、
>> 16 進がそれらを差し置いて入るのは納得できないという事でしょうか。
>
> 統一性とバランスの問題です。
これだ... -
09:01 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/27 20:26), EGUCHI Osamu wrote:
> えぐち@エスアンドイーです
>
> 2010年3月27日19:14 NARUSE, Yui<[email protected]... -
08:56 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
> つまり、ふなばさんは 16 進よりも 2 進や 8 進形式が好みであるところ、
> 16 進がそれらを差し置いて入るのは納得できないという事でしょうか。
統一性とバランスの問題です。
> わたしの主張... -
07:14 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/27 18:19), KOSAKI Motohiro wrote:
>>> strtod(3) を参考にしたり、影響されたりすることは普通にあるとは思います
>>> が、strtod をこれ程まで... -
06:19 PM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
>> strtod(3) を参考にしたり、影響されたりすることは普通にあるとは思います
>> が、strtod をこれ程までに尊敬している人は初めてです。
>
> わたしの主張は、以下のようなものです。
> (... -
08:29 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
(2010/03/26 4:02), Tadayoshi Funaba wrote:
>> なぜ同じなのでしょう。
>> 現在サポートしていないのは単に実装時期の問題だと思っているのですが。
>
> 同じとい... -
08:26 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
成瀬です。
(2010/03/26 8:20), EGUCHI Osamu wrote:
> えぐち@エスアンドイーです
> #おひさしぶりです
>
> 2010年3月24日2:55 NARUSE, Y... -
11:24 PM Revision 86aa8f3f (git): * time.c (weq): optimize for small integer.
- (wne): ditto.
(wlt): ditto.
(wgt): ditto.
(wle): ditto.
(wge): ditto.
(rb_time_magnify): ditto.
(rb_time_... -
10:50 PM Bug #2695: Supported Platforms
- =begin
むらたです。
On 2010/03/27, at 19:00, [email protected] wrote:
> こんにちは sheepman です。
>
>> ../../src/... -
07:00 PM Bug #2695: Supported Platforms
- =begin
こんにちは sheepman です。
> ../../src/ruby.git/configure \
> (略
> --with-opt-dir=/opt/local \
> (略
これだと拡張ラ... -
03:24 PM Bug #2695: Supported Platforms
- =begin
むらたです。
On 2010/03/26, at 23:29, Yusuke ENDOH wrote:
>> やってくれる人にお願いしたいのは
>> * 今Leopardではtest-allはだいたい 1... -
10:14 PM Revision 075cbd2a (git): * time.c (mul): condition refined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:26 PM Feature #1395: Steppable Kernel::eval
- =begin
The existing low-level mechanisms in fact do cover this right now. Higher-level tools like debug.rb may need ... - 05:14 PM Revision d5c005fd (git): * 2010-03-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:14 PM Revision f0aa9838 (git): * time.c: fix previos commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:41 PM Feature #1961: Kernel#__dir__
- =begin
On Fri, Mar 26, 2010 at 8:27 PM, Caleb Clausen <[email protected]> wrote:
> Yes, you are right. I tend to bl... -
04:08 PM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
> I'm not against it, although I hope it should be automatic in
> the future as mentioned in [ruby-core:228... -
09:59 AM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
Hi,
At Fri, 26 Mar 2010 23:46:22 +0900,
Motohiro KOSAKI wrote in [ruby-core:29039]:
> File 0001-O_CLOEXE... -
12:41 AM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
On Fri, Mar 26, 2010 at 16:02, stygian23 <[email protected]> wrote:
> How do I unsubscribe to this, as its c... - 02:18 PM Revision 7f9b9fba (git): * 2010-03-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:18 PM Revision cea57f8f (git): * time.c: use 64bit arithmetic even on platforms with 32bit VALUE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 PM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
2010年3月27日9:17 SASADA Koichi <[email protected]>:
> ささだです.
>
> (2010/03/26 22:40), Motohiro KOSAKI wrote::
>... -
09:17 AM Feature #3018: UNINITIALIZED_VAR() マクロの導入
- =begin
ささだです.
(2010/03/26 22:40), Motohiro KOSAKI wrote::
> Linuxではこの問題にたいして以下のようなマクロで解決しており、同様の手法を導入したいと
> 思う... -
10:01 AM Feature #3023: RDoc urls
- =begin
I have been meaning to implement this feature in RDoc, but I have been focused on cleanup. Hopefully soon!
=... -
06:08 AM Feature #3023 (Closed): RDoc urls
- =begin
Currently, rdoc generates url for methods that look like:
.../classes/Enumerable.html#M002713
Thi... -
06:50 AM Bug #3024 (Closed): mkmf: Directory names with spaces cause invalid Makefiles to be generated
- =begin
mkmf does not properly quote or escape directory names containing spaces, and thus creates invalid Makefiles... -
04:13 AM Bug #3022 (Closed): What are $. and ARGF.lineno ?
- =begin
1) $. is not officially documented.
This makes it difficult to know if it works as expected or not...
... -
02:59 AM Feature #3021 (Closed): Array#product should accept a block.
- =begin
Array#permutation and #combination will yield to the given block, or else return an enumerator.
I believ... -
12:37 AM Bug #3015: NetBSD vs test/dl
- =begin
On 3/26/10 8:16 AM, Aaron Patterson wrote:
> Are you on 32bit or 64bit? I'll try installing a virtual machi...
Also available in: Atom