Activity
From 09/10/2009 to 09/16/2009
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...
09/11/2009
- 10:55 PM Revision 433219bc (git): * 2009-09-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:55 PM Revision 488aa830 (git): * ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize result
- variant value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:57 PM Bug #2086 (Closed): Update NEWS for 1.9.2
- =begin
Applied in changeset r24854.
=end
-
06:10 PM Bug #2086 (Closed): Update NEWS for 1.9.2
- =begin
NEWS needs updating. I started on this (rough diff attached) but then realised it was more work than I expect... -
05:04 PM Bug #2053: `for` No Longer Splats When RHS Returns More Values Than LHS Expects
- =begin
Thanks, nobu. I've updated the spec. Don't leave this ticket open on my account. :-)
=end
-
05:03 PM Feature #2084 (Closed): Method#source_location and Methods Created with `attr`
- =begin
$ cat /tmp/attr.rb
class C
attr :a
end
p C.instance_methods(false)
p C.instance_met... -
03:03 PM Feature #2061: Named Unicode Character Escapes
- =begin
> * Normalise the name by converting to uppercase and replacing underscores with spaces.
done this for prop... -
12:52 PM Revision 126d6acc (git): * NEWS: update for 1.9.2. based on a patch from Run Paint Run Run
- in [ruby-core:25534].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:49 PM Revision 726caa59 (git): more tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 PM Revision 175bba39 (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 PM Revision 1ce66c62 (git): * tool/config.{guess,sub}: better guess on darwin 10 .
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:06 PM Revision 2620a840 (git): * bootstraptest/test_thread.rb: just check for normal exit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 AM Revision f20d759c (git): * test/fileutils: use require_relative to require fileasserts.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 AM Revision 50ef1b06 (git): * lib/tmpdir.rb (Dir::Tmpname): for internal use.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 AM Bug #1978: fixed crash in lib/logger.rb from dependency on svn keywork expansion
- =begin
Kirk,
Can you let me know if there is anything else I need to do to get this patch into 1_8_6?
I'd ... -
05:22 AM Revision d328ffff (git): * configure.in (debugflags): use gdb by default on linux and
- darwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:19 AM Revision c1dff9b3 (git): * configure.in (XLDFLAGS): keep ARCHFILE macro on AIX.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:17 AM Revision 8e295d4c (git): * configure.in (RUBY_REPLACE_TYPE): define typename to default
- type if the latter is found.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24845 b2dd03c8-39d4-4d8f-98ff-823fe6... -
04:57 AM Revision 9ad26a3d (git): * include/ruby/win32.h (fstat): override if large file support is
- enabled.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:23 AM Revision e2bc9db7 (git): merge revision(s) 22679:
- * class.c (rb_singleton_class_clone): Qnil must be used for a null
class reference when we use NIL_P() to c... -
02:43 AM Feature #2080: Proc#to_source, Method#to_source
- =begin
ささだです。
Yuki Sonoda wrote::
> 担当者: Koichi Sasada, カテゴリ: core, Target version: 1.9.2
>
> [ruby-core:246... -
01:10 AM Feature #2080 (Rejected): Proc#to_source, Method#to_source
- =begin
[ruby-core:24673]に見るように、Proc#to_sourceやMethod#to_sourceがあると、1.8時代にnode.hを利用してしまっていたようなライブラリの問題の多くを解決できます。そこで... -
02:33 AM Revision 8b04569c (git): * tool/config.{guess,sub}: updated to automake-1.11.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:59 AM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
- =begin
金本です。
2009/9/10 Nobuyoshi Nakada <[email protected]>:
> なかだです。
> これだと、LIBRUBY_DLDFLAGSには-bexpallがついて-... -
01:47 AM Revision 9edcd5d1 (git): resolve conflict.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 AM Revision 607b8e07 (git): Merge branch 'trunk' of git://github.com/swdyh/ruby into trunk
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:37 AM Bug #446 (Closed): [PATCH] [DOC] Net::HTTPHeaders#fetch does not return nil but raises IndexError
- =begin
Applied in changeset r24830.
=end
-
01:35 AM Bug #2072: Segmentation faults with libxml-ruby and ruby 1.9.1
- =begin
On Thu, Sep 10, 2009 at 5:57 PM, Nobuyoshi Nakada <[email protected]> wrote:
> Hi,
>
> At Fri, 11 Sep 200... -
12:57 AM Bug #2072: Segmentation faults with libxml-ruby and ruby 1.9.1
- =begin
Hi,
At Fri, 11 Sep 2009 00:45:12 +0900,
Aaron Patterson wrote in [ruby-core:25516]:
> This is not a bug.... -
12:45 AM Revision 09666358 (git): * dln.c (aix_loaderror): get rid of using uninitialized value in the
- case loadquery fails. fixed wrong index variable usage. see
[ruby-core:25479].
git-svn-id: svn+ssh://ci.ruby-la... -
12:00 AM Revision 848d6fd5 (git): * test/test_open-uri.rb: properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/10/2009
-
11:42 PM Revision 8f0b4e49 (git): renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:14 PM Bug #2053: `for` No Longer Splats When RHS Returns More Values Than LHS Expects
- =begin
Hi,
At Sun, 6 Sep 2009 02:17:17 +0900,
Run Paint Run Run wrote in [ruby-core:25414]:
> $ cat /tmp/for.rb... -
11:07 PM Bug #2077 (Closed): Patch for issue 1337 is incomplete/does not work as intended
- =begin
Applied in changeset r24829.
=end
-
08:37 PM Bug #2077 (Closed): Patch for issue 1337 is incomplete/does not work as intended
- =begin
The patch in issue 1337 does not take into consideration data install, which also fails when using make -jN i... -
10:54 PM Revision ee4b59a4 (git): * unicode.c (onigenc_unicode_property_name_to_ctype):
- ignore case of properties.
* tool/enc-unicode.rb: downcase properties list.
* enc/unicode/name2ctype.h, enc/unicode... -
08:02 PM Revision e519c9d9 (git): * include/ruby/ruby.h (rb_data_type_t): Add comments.
- And add a member variable "data", a multi-purpose storage
area for rb_data_type.
git-svn-id: svn+ssh://ci.ruby-l... -
05:59 PM Revision 717b5a5f (git): add tests for open-uri.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:14 PM Revision 3ce642f5 (git): * test/dl: use require_relative to require test_base.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:07 PM Revision e13ca981 (git): * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.
- * re.c (parser_regx_options): return rb_ascii8bit_encindex on
ASCII-8BIT. [ruby-dev:39300]
git-svn-id: svn+ssh://c... -
04:38 PM Bug #2072 (Third Party's Issue): Segmentation faults with libxml-ruby and ruby 1.9.1
- =begin
The binary gem of libxml-ruby is for 1.8, not 1.9.
Ask the distributor of the gem.
=end
-
03:05 PM Bug #2072 (Third Party's Issue): Segmentation faults with libxml-ruby and ruby 1.9.1
- =begin
I encountered segmentation fault when I used LibXML-ruby with Ruby 1.9.1.
My environment is as follows:
... - 04:28 PM Revision 9e77c428 (git): * 2009-09-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:28 PM Revision 8cdbe2ab (git): * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18309].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 PM Bug #2075 (Closed): ext/json/ext/generator/generator.c のドキュメントへの小さなパッチ
- =begin
コードを見た感じでは call-seq がおかしいと思ったのでパッチを書いてみました。
よろしくお願いします。
Index: ext/json/ext/generator/generator.c
==... -
04:14 PM Feature #2074 (Third Party's Issue): json の j や jj は module_function にするべき?
- =begin
p や pp が module_function なので json の j や jj も合わせるべきかもしれません。
yaml の y や yy も module_function になっていません。
... -
04:07 PM Feature #1949 (Closed): Warn needless escaped characters
- =begin
Applied in changeset r24825.
=end
-
02:00 PM Revision b3607250 (git): * lib/mkmf.rb (create_makefile): fix for parallel execution.
- [ruby-core:25509]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24829 b2dd03c8-39d4-4d8f-98ff-823fe... -
02:00 PM Revision 3a224dbf (git): * lib/mkmf.rb (create_makefile): fix for parallel execution.
- [ruby-core:25509]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:38 PM Bug #2063 (Feedback): Core dump on AIX
- =begin
No diff is attached.
=end
-
12:22 PM Revision 3707fd49 (git): * test/dl/test_cptr.rb (test_free=): test SEGV at first.
- [ruby-dev:39269]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:21 PM Revision 5ced9a43 (git): * test/ruby/envutil.rb (assert_normal_exit): Don't use
- AssertionMessage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:00 AM Revision a87ce304 (git): * 2009-09-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:00 AM Revision 83b76913 (git): Warn unknown escaped chars in regexp.
- * regparse.c (UNKNOWN_ESC_WARN): added.
* regparse.c (conv_backslash_value): Warn unknown
escaped chars in regexp.... -
01:53 AM Revision cc29e1af (git): merge revision(s) 24496:
- * io.c (rb_sysopen): workaround for MSVCRT's bug.
[ruby-core:24838]
git-svn-id: svn+ssh://ci.ruby-lang.or...
Also available in: Atom