Activity
From 09/12/2009 to 09/18/2009
09/18/2009
-
11:57 PM Bug #2109 (Closed): Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Applied in changeset r25001.
=end
-
07:38 PM Bug #2109: Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Resemble bug happened on trunk r25000, running on Debian GNU/Linux lenny i386.
a = "\x82\xa0".force_en... -
08:49 PM Bug #2118 (Closed): SUN の cc (SunStudio11 C 5.8 コンパイラ) で dir.c のコンパイルに失敗する
- =begin
Solaris10 上の Sun Studio 11 C 5.8 コンパイラにて trunk r25000 の
コンパイルに失敗します。
$ ./configure --prefix=/XXXXX/tes... -
07:57 PM Feature #2117 (Closed): Binding to a class, a method from the class's superclass's metaclass, fails
- =begin
I guess the best way to explain this is with an example:
>> class A; def self.foo; 'bar'; end; end
=> ... -
03:46 PM Bug #2050 (Open): Abbreviated Assignment Operators No Longer Return rvalue
- =begin
$ ./ruby -v -
ruby 1.9.2dev (2009-09-18 trunk 24985) [i386-darwin9.8.0]
a=Hash.new{[]}
b=2,3
p a[:x]<... -
03:42 PM Revision bdde5117 (git): * string.c: added rdocs for symbol.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision ffcd041c (git): * string.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:02 PM Revision 01826ed8 (git): * 2009-09-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision 21367ae0 (git): * include/ruby/ruby.h (rb_type): forward declaration to suppress a
- warning. a patch from Naohisa Goto at [ruby-dev:39350]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25003 b2d... -
02:59 PM Revision 06e52ba5 (git): * dir.c (GlobPathValue): adjust return types. based on a patch
- from Naohisa Goto at [ruby-dev:39350].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25002 b2dd03c8-39d4-4d8f-9... -
02:51 PM Revision 1aa21e63 (git): * marshal.c (r_object0): entry regexp object before its encoding
- name. [ruby-core:25625]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:36 AM Bug #2111 (Open): Error:test_rm_f(TestFileUtils)
- =begin
タイミングが悪かったのでもう一度reopen。
include する順番によって include したクラスと Object の間に FileUtils が入ったり入らなかったりするのも問題の原因の一つだと思... -
07:17 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
Applied in changeset r24987.
=end
-
07:11 AM Bug #2111 (Open): Error:test_rm_f(TestFileUtils)
- =begin
後半の件についてテストを追加したので reopen します。
% ruby-trunk test/fileutils/test_fileutils.rb -n test_rm_f
Loaded suite... -
06:37 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
Applied in changeset r24984.
=end
-
06:25 AM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
rm_f の引数の意味が FileUtils.rm_f と mkmf.rb の rm_f で違うため、
mkmf と rake が require されていると test_rm_f が mkmf.rb の
rm... -
07:29 AM Revision d36c76dc (git): * common.mk (eval.o): needs vm.h.
- * eval.c (ruby_cleanup): destruct current VM before exit.
* gc.c (rb_objspace_free): free object space.
* vm.c (rub... -
07:15 AM Revision 86868409 (git): * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()
- on op_asgn was inversed. [ruby-core:25629] [Bug #2050]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24999 b2d... -
07:06 AM Revision 6200f424 (git): * dir.c (GlobPathValue): glob allows null bytes as separators.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:45 AM Revision 519efacd (git): * win32/win32.c (rb_w32_select): wait specified time on select.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:44 AM Revision 4f8b1505 (git): * win32/win32.c (rb_w32_select): wait specified time on select.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:32 AM Revision d662b55e (git): * 2009-09-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:32 AM Revision a9f65bbd (git): * win32/win32.c (rb_w32_select): on 1.8, we don't need to poll sockets,
- because our select is never called from multiple threads.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub... -
04:59 AM Feature #1596: GC.time
- =begin
=end
-
04:57 AM Feature #1493: [patch] lex_state as bit field / IS_lex_state() macro
- =begin
=end
-
04:53 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
=end
-
04:52 AM Feature #1395: Steppable Kernel::eval
- =begin
=end
-
04:49 AM Feature #1374: location of already initialized constant
- =begin
=end
-
04:48 AM Feature #1358: net/http has no TRACK method - here's a patch
- =begin
=end
-
04:45 AM Feature #1349: Net::SMTP open_message and send_message always require from_addr, *to_addrs
- =begin
=end
-
04:41 AM Feature #1316: Phasor.rb: Complex number class using polar coordinates
- =begin
=end
-
04:40 AM Feature #1291: O_CLOEXEC flag missing for Kernel::open
- =begin
=end
-
04:29 AM Feature #1211: nested loop construct
- =begin
=end
-
04:26 AM Feature #1201: Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- =begin
=end
-
04:25 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
=end
-
04:23 AM Feature #1153: Enumerable#uniq
- =begin
=end
-
04:22 AM Feature #1122: request for: Object#try
- =begin
=end
-
04:21 AM Feature #1102: Prepend Module
- =begin
=end
-
04:19 AM Feature #1159: StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
=end
-
04:18 AM Feature #1193: Justified Error Messages
- =begin
=end
-
04:13 AM Feature #2010: autoset http response encoding
- =begin
=end
-
04:12 AM Feature #1823: Readline Command Completion
- =begin
=end
-
04:11 AM Feature #1832: irb -w
- =begin
=end
-
04:10 AM Feature #1800: rubygems can replace system executable files
- =begin
=end
-
02:20 AM Revision f2b68df4 (git): * test/fileutils/test_fileutils.rb: fixed indent by splitting methods.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Revision d7f76f84 (git): * doc/re.rdoc: use rdoc mode.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Revision 96ac1948 (git): * misc/rdoc-mode.el: added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 AM Revision 2f2d213f (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
- RUBY_VERSION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:02 AM Revision 0e62186d (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch by
- RUBY_VERSION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:02 AM Revision 70f03998 (git): * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variables
- are delimited by a semicolon. supported Vim style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24988 b2dd03c...
09/17/2009
-
10:08 PM Revision 263abf29 (git): * test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:08 PM Revision 44cbd89f (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:47 PM Revision 12fc299a (git): * dir.c (push_glob): str should be a string always.
- * dir.c (rb_push_glob, dir_globs): use #to_path to convert non-
string values. cf. [ruby-dev:39345]
git-svn-id: ... -
09:36 PM Revision 80464f8f (git): * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.
- [ruby-dev:39345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:34 PM Revision 9312426c (git): * lib/mkmf.rb (create_header): open in binmode.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:37 PM Bug #2109: Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
Hi,
In message "Re: [ruby-core:25625] [Bug #2109] Marshal gives error when dumping and loading array with ... -
05:31 PM Bug #2109 (Closed): Marshal gives error when dumping and loading array with two regexps in ruby 1.9.1-p243
- =begin
In ruby 1.9.1-p243, attempting to dump and load again an array containing two or more Regexps gives an error.... -
02:03 PM Bug #1532: Improved matrix.rb [patch]
- =begin
Here is my previous patch simplified and broken down in 6 successive patches (a-f)
*** Summary ***
... -
02:03 PM Bug #2016: Windows (win32.c) command line argument parsing bug
- =begin
=end
-
09:34 AM Revision 0cb17717 (git): * gc.c (vm_xrealloc): free as like standard free if size is zero.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 AM Revision c8c6fde5 (git): * eval_intern.h: use rb_node_newnode() directly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:26 AM Feature #1882: MatchData#==
- =begin
+ if (!rb_reg_equal(RMATCH(match1)->regexp, RMATCH(match2)->regexp)) return Qfalse;
Is this really wh... -
06:03 AM Revision 554e9a83 (git): * blockinlining.c: removed.
- * README.EXT: ditto.
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24980 b2dd03c8-39d4... -
05:33 AM Revision 73b865bd (git): * eval.c (rb_thread_start_0, rb_thread_start_1): should call start
- timer after added new thread to thread list. [ruby-core:25613]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
04:51 AM Revision 76fa0d66 (git): * thread.c: added rdocs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:50 AM Revision a289f7a4 (git): * thread.c (rb_thread_s_debug_set): set level, not only boolean.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:12 AM Revision c922e508 (git): * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdoc
- files.
* doc/re.rdoc: renamed from re.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24976 b2dd03c8-39d4-4d... -
04:06 AM Revision 5a45c08e (git): * doc/re.rb (Regexp): not under Doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:40 AM Revision 43a0a681 (git): * doc/re.rb: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 AM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
On Ruby 1.9.1 and FreeBSD7.2 fork doesn't work.
But on ruby 1.9.2dev (2009-09-16 trunk 24965) [x86_64-freeb... -
12:40 AM Revision 63c7ca40 (git): * doc/re.rb: New document for Ruby's fork of Oniguruma.
- written by Run Paint Run Run [ruby-core:25420]
* re.c: import document in doc/re.rb.
* .document: add doc/re.rb.
g...
09/16/2009
- 09:25 PM Revision 5a52a755 (git): * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:19 PM Revision 433cd0e0 (git): * 2009-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:19 PM Revision b9c7e6b0 (git): * lib/matrix.rb: Optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:04 PM Revision 6023a79d (git): * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:02 PM Revision d09cde18 (git): * lib/matrix.rb: Optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:11 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
Hi,
Thanks for reply. It seems this issue is resolved on FreeBSD 7.2 for anyone who stumbles upon this :... - 03:36 PM Revision 56070dbb (git): * 2009-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:36 PM Revision 87105a7d (git): * time.c (time_mdump): error message refined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:47 PM Bug #1531 (Closed): Matrix#determinant fails on some matrices
- =begin
Applied in changeset r24949.
=end
-
10:33 AM Revision 5529a032 (git): * test/ruby/test_thread.rb (TestThread#test_recursive): remove
- implementation dependent test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24965 b2dd03c8-39d4-4d8f-98ff-823fe... - 08:43 AM Revision 89c3fbd1 (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:42 AM Revision 2b222204 (git): * win32/Makefile.sub (config.status): install-capi needs docdir. And,
- mandir, infodir and ridir are also depend on datadir like docdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... - 08:26 AM Revision 684115fa (git): * lib/matrix.rb (Matrix#/): Fix was is obviously a bug
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:24 AM Revision 405cfda0 (git): * lib/matrix.rb (Matrix#/): Fix obvious bug
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:06 AM Revision e353346e (git): * win32/Makefile.sub: sorry, typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:00 AM Revision 8b70b928 (git): * win32/Makefile.sub (DOCTARGETS): rdoc is default.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:51 AM Revision ce897307 (git): * eval.c (rb_thread_start_timer): start to catch SIGVTALRM together
- with timer thread. [ruby-core:25606]
* eval.c (rb_thread_atfork): stop timer thread.
git-svn-id: svn+ssh://ci.ru... - 07:27 AM Revision 4a21a410 (git): * win32/Makefile.sub: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:20 AM Revision 99b41f38 (git): * configure.in (CAPITARGET): enable iff doxygen is available.
- * configure.in (INSTALLDOC): enable if rdoc or doxygen are enabled.
* common.mk (docs): target to make documents.
*... - 07:18 AM Revision 7239e8e0 (git): * lib/matrix.rb: fix previous optimization
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:17 AM Revision 193a7db4 (git): * lib/matrix.rb: fix previous optimization
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Bug #1852 (Closed): Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Applied in changeset r24943.
=end
-
05:59 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
In message "Re: [ruby-core:25603] [Bug #1852] Enumerable's #hash Raises ArgumentError When Recursive V... -
05:36 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
It turns out that Nobu had already a patch that changed rb_catch_obj to be exactly like my rb_catch_func but... - 06:02 AM Revision eda7e396 (git): * lib/matrix.rb (Scalar#/): fix bug whereby (any numeric)/(any Matrix) would raise an error
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:01 AM Revision 88a5c7a8 (git): * lib/matrix.rb: Fix typos in doc and indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:39 AM Revision 8622d4ba (git): * 2009-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:39 AM Revision 4b4dc980 (git): * lib/matrix.rb: trivial optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:39 AM Revision 52c3721a (git): * lib/matrix.rb (determinant): Bug fix where determinant failed on some matrices [ruby-core:23597]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:39 AM Revision c3db24a4 (git): * lib/matrix.rb: Fix typos in doc and indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:36 AM Revision 9d363844 (git): * lib/matrix.rb: trivial optimizations
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:16 AM Revision af424b17 (git): * template/Doxyfile.tmpl: RbConfig::CONFIG['DOT'] is sometimes nil.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:14 AM Revision 43be7b67 (git): * README.EXT, README.EXT.ja (rb_protect, rb_jump_tag): added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 AM Revision e0976d1a (git): * common.mk (main): makes also encs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:11 AM Feature #2102 (Closed): String#inspect as default_internal encoding
- =begin
String#inspect の結果は特定のエンコーディングに揃えるようにしませんか。
現在の inspect は異なるエンコーディングを持つ文字列でも何も考えず結合を試み、
結果 EncodingCom...
09/15/2009
- 09:30 PM Revision 1796522f (git): * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to short-circuit to the outermost level in case of recursion
- * test/ruby/test_thread.rb (test_recursive_outer): Test for above
* hash.c (rb_hash_hash): Return a sensible hash fo... - 09:18 PM Revision 6a54d4b6 (git): * vm_eval.c (rb_catch_obj, rb_catch, rb_f_catch): No longer use the obsolete function rb_iterate.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:50 PM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
Hello all,
Sorry but I couldn't test all stuff published on this forum <http://www.ruby-forum.com/topic/... - 03:42 PM Revision dad5135d (git): * 2009-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:42 PM Revision 1e69e441 (git): * README.ext: fine tuning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 PM Revision 2c7d6b50 (git): * configure.in (--enable-frame-address): removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:59 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
I wanted to use rb_catch_obj at first but I saw the following issues:
1) rb_catch_obj sends :catch to ni... -
02:51 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Hi,
In message "Re: [ruby-core:25543] [Bug #1852] Enumerable's #hash Raises ArgumentError When Recursive V... - 06:33 AM Revision e98bfc16 (git): * win32/Makefile.sub (RDOCTARGET): the meaning of this macro was changed
- at r24923.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:30 AM Revision 840fd72f (git): * win32/{configure.bat,Makefile.sub} (RDOCTARGET): the meaning of this
- macro was changed at r24923.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24937 b2dd03c8-39d4-4d8f-98ff-823fe... -
06:16 AM Revision 18ffdcf7 (git): * common.mk (install-rdoc), configure.in (RDOCTARGET): removed
- circular dependency. [ruby-dev:39339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24936 b2dd03c8... -
06:16 AM Revision 4d3dac97 (git): * common.mk (install-rdoc), configure.in (RDOCTARGET): removed
- circular dependency. [ruby-dev:39339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24936 b2dd03c8-39d4-4d8f-9... - 06:11 AM Revision e455e85f (git): * win32/configure.bat: need a space before a tab to output the tab by
- echo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:27 AM Revision a8154060 (git): Use rb_isspace for ASCII-incompatible strings.
- * string.c (rb_str_split_m): use rb_isspace when the string
may be ASCII-incompatible.
(rb_str_lstrip_bang): ditt... -
03:17 AM Feature #2093 (Closed): String#stripの対象は\sか[:space:]か
- =begin
Applied in changeset r24926.
=end
-
03:06 AM Feature #2093: String#stripの対象は\sか[:space:]か
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39336] Re: [Feature #2093] String#stripの対象は\sか[:space:]か"
on Tu... -
02:56 AM Feature #2093: String#stripの対象は\sか[:space:]か
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39322] [Feature #2093] String#stripの対象は\sか[:space:]か"
on Sun, 1... -
03:12 AM Revision c59abe41 (git): * configure.in (RUBY_USE_BUILTIN_FRAME_ADDRESS): check after real
- target CPU is set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:01 AM Revision f9b71b88 (git): * configure.in (RUBY_UNIVERSAL_ARCH): check real target CPU after
- AC_PROG_CC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:48 AM Revision 07f8c878 (git): * common.mk (install-all): target to install all.
- * instruby.rb: merged from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24931 b2dd03c8-39d4...
09/14/2009
-
09:43 PM Revision 3c4380ad (git): * tool/rbinstall.rb (parse_args): show help message and exit if
- rbconfig could not load.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:24 PM Revision 68d8a2a4 (git): * common.mk (install-all): target to install all.
- * tool/rbinstall.rb (parse_args): accept all install targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@249... -
08:51 PM Feature #2080: Proc#to_source, Method#to_source
- =begin
2009年9月11日2:43 SASADA Koichi <[email protected]>:
> 私も便利だと思うんですが、ちょっと便利すぎだし、仕様の検討も、凄く自由
> 度のあるわりに議論が十分ではないので 1... -
07:25 PM Revision 265384ae (git): * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:25 PM Revision 6b34fa44 (git): * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:10 PM Revision 4fadea5a (git): * 2009-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:10 PM Revision 5860ba54 (git): * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]
- * string.c (rb_str_rstrip_bang): ditto.
* string.c (rb_str_split_m): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
04:39 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
use Process.spawn.
=end
-
03:23 PM Bug #2097 (Third Party's Issue): fork NotImplementedError on FreeBSD
- =begin
=end
-
03:19 PM Bug #2097: fork NotImplementedError on FreeBSD
- =begin
Hi,
At Mon, 14 Sep 2009 14:16:11 +0900,
robert gleeson wrote in [ruby-core:25564]:
> I'm not sure if a f... -
02:16 PM Bug #2097 (Third Party's Issue): fork NotImplementedError on FreeBSD
- =begin
Hi,
I'm not sure if a fix should be applied via patches to the FreeBSD port of ruby or in ruby itself, ... -
04:09 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
> Anyway I thougt UnicodeData.txt and Scripts.txt are also large.
They're nothing compared to the full X... -
03:52 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
On 2009/09/14 10:43, Yui NARUSE wrote:
> Issue #2095 has been updated by Yui NARUSE.
>
> Status change... -
03:41 PM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
On 2009/09/13 9:21, Run Paint Run Run wrote:
> Bug #2095: Oniguruma No Longer Understands Unihan Charact... -
10:43 AM Bug #2095 (Closed): Oniguruma No Longer Understands Unihan Characters
- =begin
ok I close this.
Anyway I thougt UnicodeData.txt and Scripts.txt are also large.
So those source data ... -
09:31 AM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
Having re-written said script I discovered that my initial analysis was wrong; there is no bug. This ticket c... -
11:44 AM Bug #140 (Closed): [PATCH] Set#== performance improvement
- =begin
Applied in changeset 24910
=end
-
08:37 AM Bug #447 (Closed): [PATCH] Net::HTTPHeaders iterator methods should return Enumerators
- =begin
Applied in changeset r24915.
=end
-
07:57 AM Revision 9f5870b2 (git): * svn:ignore, .gitignore: ignore id.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:40 AM Bug #2050 (Closed): Abbreviated Assignment Operators No Longer Return rvalue
- =begin
Applied in changeset r24761.
=end
-
07:39 AM Revision 4f041daf (git): * debug.c, parse.y: fixed types.
- * node.h (nd_line): limit to int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24924 b2dd03c8-39d4-4d8f-98ff-8... -
05:37 AM Bug #445 (Closed): [PATCH] Net::HTTPHeaders#fetch raises NoMethodError instead of returning default values
- =begin
Applied in changeset r24912.
=end
-
05:34 AM Bug #1665 (Closed): Enumerable#reverse_each, #entries, #to_a documentation [patch]
- =begin
Duplicate of http://redmine.ruby-lang.org/issues/show/1665
=end
-
02:23 AM Revision c206448c (git): * configure.in, common.mk, */configure.bat (rdoc): make before
- install if rdoc is enabled. [ruby-dev:39325]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24923 b... -
02:23 AM Revision 3ab03a23 (git): * configure.in, common.mk, */configure.bat (rdoc): make before
- install if rdoc is enabled. [ruby-dev:39325]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24923 b2dd03c8-39d4... -
02:10 AM Revision 02ea2f35 (git): * common.mk (check-ruby): run all test of ruby itself.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 AM Revision d937bbe9 (git): * win32/configure.bat: keep old makefile with renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 AM Revision 976c4de3 (git): * common.mk (check-ruby): run all test of ruby itself.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 AM Revision e4259b7c (git): * include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for
- special constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:11 AM Revision 011776b4 (git): * string.c (rb_str_inspect): use rb_enc_mbc_to_codepoint
- because we already knew char is found and got length.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24918 b2dd03... - 01:01 AM Revision d8e8849e (git): * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),
- (LONG2NUM, ULONG2NUM, NUM2CHR): get rid of backward references of
macros. the code couldn't compile by VC.
git-... -
12:00 AM Revision f01c8d77 (git): stopdoc Tempfile::Remover.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/13/2009
- 11:35 PM Revision b09845fa (git): * lib/net/http.rb (each_*): return enumerator if no block present. Patch by Arthur Schreiber [ruby-core:18310]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:36 PM Revision 5904f64d (git): * lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie itself. Based on a patch by Arthur Schreiber [ruby-core:17634]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:35 PM Revision 9e137196 (git): * lib/cgi/cookie.rb (value=): Keep CGI::Cookie#value in sync with the
- cookie itself. A patch by Arthur Schreiber [ruby-core:17634]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... -
08:33 PM Feature #2080: Proc#to_source, Method#to_source
- =begin
An other way would be to create a spec to represent ruby code into s-expression.
Each interpreter transform... - 08:30 PM Revision a0c569a3 (git): * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur Schreiber [ruby-core:18308]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:59 PM Revision f2ef8761 (git): * lib/irb/ext/multi-irb.rb: Fix arguments handling for shell commands in irb; a patch by Yusuke Endoh [ruby-dev:35075]
- * lib/irb/extend-command.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24911 b2dd03c8-39d4... - 07:09 PM Revision 8ef3af64 (git): * lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:59 PM Revision dab6f00e (git): * 2009-09-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 PM Revision 242e2aae (git): remove temporally files explicitly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 PM Revision d2e45f49 (git): remove temporally files explicitly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:37 PM Revision 119e9747 (git): * symbian/pre-build: added rule to generate id.h for Symbian build.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:37 PM Revision b2f8eaa4 (git): * symbian/pre-build: added rule to generate id.h for Symbian build.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:36 PM Revision 367ec2f8 (git): * 2009-09-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:36 PM Revision 2cd7b07f (git): * symbian/configure.bat: fixed harmless error message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:46 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
- =begin
Here is a patch that provides a hash for recursive Array, Hash, Struct and Range. As discussed, there will be... -
01:18 PM Revision 28318980 (git): * variable.c (rb_mod_remove_const): do not change VM state when an
- exception will occur.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:16 PM Revision 001884f6 (git): * lib/tempfile.rb (Tempfile::Remover): new class to replace
- Tempfile.callback. [ruby-core:17824] [ruby-dev:39271]
See [ruby-dev:39317] for the reason.
git-svn-id: svn+ssh:... -
12:28 PM Revision 476a0355 (git): * ext/win32ole/win32ole.c (oletypelib_get_libattr): some refactoring
- by adding oletypelib_get_libattr
-This line, and those below, will be ignored--
M ChangeLog
M ext/win32ole/wi... -
11:58 AM Revision 6f0b0701 (git): * ext/win32ole/win32ole.c (oletypelib_get_typelib): some refactoring
- by adding oletypelib_get_typelib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24900 b2dd03c8-39d4-4d8f-98ff-... -
11:18 AM Revision a39f4e5c (git): * ruby.c (process_sflag, proc_options, load_file_internal): fixed
- types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:42 AM Revision 1c75c0e2 (git): ext/win32ole/win32ole.c: some refactoring.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:38 AM Revision bc832b8e (git): * ruby.c (load_file_internal): no need to define DATA when error.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:34 AM Revision 04d1998f (git): * signal.c (interrupt_init): nodoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:51 AM Revision 6b607921 (git): * signal.c (rb_f_kill): added rdoc about exceptions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:48 AM Revision 231fdd86 (git): * configure.in (XLDFLAGS): link startup code with ObjC support.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:47 AM Bug #2094 (Closed): prime.rb has warning.
- =begin
Applied in changeset r24884.
=end
-
03:22 AM Bug #2094 (Closed): prime.rb has warning.
- =begin
The following program:
$VERBOSE = true
require 'prime'
42.prime?
prints a warning:
/var/tmp/r... -
09:40 AM Bug #2095: Oniguruma No Longer Understands Unihan Characters
- =begin
=end
-
09:21 AM Bug #2095 (Closed): Oniguruma No Longer Understands Unihan Characters
- =begin
As Oniguruma was undocumented, the recent update was based mainly on guesswork. While working on a Unicode li... -
05:46 AM Revision 3d93c519 (git): make tempfile prefix more descriptive.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision 98697d36 (git): make tempfile prefix more descriptive.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:09 AM Revision 60f545e2 (git): * thread.c (thread_list_access): prototyped.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:45 AM Revision 8b0cb325 (git): * thread.c (recursive_*): refactored the access to the inspect table used by
- rb_exec_recursive_*. The functions recursive_push, pop and check now assume
a valid hash table as their first argum... -
04:15 AM Revision b516046d (git): * bignum.c (bigmul1_single): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 AM Revision df3ae4e2 (git): * include/ruby/ruby.h (rb_special_const_p): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 AM Revision 8d0bcdb0 (git): * include/ruby/ruby.h (SYM2ID): needs parens.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 AM Revision 73b86a9b (git): * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM),
- (LONG2NUM, ULONG2NUM, NUM2CHR, rb_type_p, rb_special_const_p):
GCC specific optimization.
git-svn-id: svn+ssh://c... -
02:43 AM Revision 35e17cbe (git): * test/ruby/test_process.rb (test_rlimit_value): rlim_max may be
- higher than rlim_cur.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:42 AM Bug #1837: Test failure (test_block.rb) in Ruby 1.9.2 preview1 on FreeBSD 6.0
- =begin
これ、今でも症状出ますか?
なお、うちの FreeBSD 7.2-STABLE amd64 では発生しません。
=end
-
02:39 AM Feature #2074: json の j や jj は module_function にするべき?
- =begin
jやjjが変数などで埋まっていても呼べるというメリットはありますね。
どちらにしても、Ruby全体として方針を合わせた方がいいかなと思います。
=end
-
02:29 AM Revision 1f7edc02 (git): * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:29 AM Revision 0cde80d3 (git): * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 AM Feature #2093 (Closed): String#stripの対象は\sか[:space:]か
- =begin
現在、String#strip は rb_enc_isspace を使っています。
つまり、[:space:] にマッチするものを落とすため、
例えばいわゆる全角空白等も切り落とす対象になっています。
... -
12:38 AM Revision a8998030 (git): * lib/prime.rb (EratosthenesGenerator#initialize): call super.
- (TrialDivisionGenerator, Generator23): ditto. [ruby-core:25539]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
12:34 AM Revision 63b231ce (git): * vm_method.c (rb_add_method_def): no warning for inherited
- method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/12/2009
-
11:36 PM Revision 83139621 (git): * ext/win32ole/win32ole.c: fix WIN32OLE_TYPELIB.new when the 1st
- argument is the non-registered file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24882 b2dd03c8-39d4-4d8f-98f... -
09:18 PM Feature #1905: How about IPAddr#<=> to take care of mask_addr?
- =begin
いまいです。
From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Fri, 14 Aug 2009 21:19:42 +0900
> 少し時間が開いてしまいまし... -
05:16 PM Revision 6f817b6d (git): * vm_core.h: change members of iseq_inline_cache_entry.
- make cache value members to one union member "ic_value".
* insns.def: ditto.
* vm_insnhelper.c: ditto.
git-svn-id:... - 05:14 PM Revision db44fd4d (git): * 2009-09-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:14 PM Revision ba3d552d (git): * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.
- * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in
the URI.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
05:00 PM Revision 6bbed0e3 (git): * test: use require_relative.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:33 PM Revision 945b604e (git): extra commas removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 PM Revision 0466f334 (git): test read_timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:18 PM Revision db2be749 (git): * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:52 PM Revision c8f61740 (git): * test/ruby/test_require.rb (test_relative): test without current
- directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:46 PM Revision 97c3bad4 (git): * vm_method.c (CALL_METHOD_HOOK): refined with macro.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:34 PM Revision 33d5c137 (git): test invalid redirect location.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 PM Revision a5971a12 (git): * vm_method.c (remove_method): typo fixed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 PM Revision 2fcdd7e0 (git): * vm_method.c (rb_remove_method_id): no definition body is
- undefined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:22 PM Revision 0ab4b21d (git): fix tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:21 PM Revision efa4ed8c (git): * vm_method.c (rb_alias): hooks are called from rb_add_method_def.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision d7feab06 (git): * vm_method.c (rb_add_method, rb_add_method_me): call method added
- hook after definition. [ruby-core:25536]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24867 b2dd03c8-39d4-4d8... -
02:19 PM Revision 797749c2 (git): test ftp over http proxy.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 PM Revision 188e9667 (git): * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in
- the URI.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:56 AM Revision c35f6595 (git): test CA certs dir.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:07 AM Revision 5ee445bc (git): test proxy log.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:50 AM Revision f34cf072 (git): add https test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:31 AM Revision a4fbd748 (git): * configure.in (GCC): subst for GCC depending extension libraries.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:32 AM Revision 3d390aed (git): * 2009-09-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:32 AM Revision f401324a (git): * ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize result
- variant value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24859 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
03:47 AM Revision ffad7d73 (git): refined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 89333564 (git): more tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:34 AM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
金本と申します。
返答が遅くなってどうもすみません。
> まず、このdlopenの件と次のシンボルの話はわけるべきではないかと。
はい。おっしゃるとおりです。
先日送ったパッチにも本題と外れる部分(-gxc...
Also available in: Atom