Activity
From 06/30/2009 to 07/06/2009
07/06/2009
-
09:04 PM Bug #1733: require does not look at current directory anymore ?
- =begin
Matz, thanks for the explanation/clarification.
Nobu, the RUBYLIB environment variable is a good enough ... -
09:45 AM Bug #1733: require does not look at current directory anymore ?
- =begin
Hi,
At Mon, 6 Jul 2009 01:53:31 +0900,
Chauk-Mean Proum wrote in [ruby-core:24153]:
> Replacing require ... -
07:57 AM Bug #1733: require does not look at current directory anymore ?
- =begin
Hi,
In message "Re: [ruby-core:24153] [Bug #1733] require does not look at current directory anymore ?"
... -
01:53 AM Bug #1733 (Rejected): require does not look at current directory anymore ?
- =begin
In ruby-1.9 trunk, the behaviour of require has changed.
Require does not look at the current directory any... -
08:46 PM Bug #1092 (Rejected): miniruby cause SEGV on x64-mswin64_90
- =begin
So, not a bug.
=end
-
04:26 PM Bug #1329: Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
- =begin
1.8.6 also has this problem.
=end
-
02:52 PM Bug #1353 (Assigned): io does not convert str when ext == intern
- =begin
=end
-
10:07 AM Bug #1732 (Closed): Inconsistency in Transference of Inherited Traits ('Tainted' and 'Untrusted') with #join
- =begin
Applied in changeset r23971.
=end
-
09:14 AM Bug #1732: Inconsistency in Transference of Inherited Traits ('Tainted' and 'Untrusted') with #join
- =begin
Hi,
At Mon, 6 Jul 2009 00:31:57 +0900,
Run Paint Run Run wrote in [ruby-core:24152]:
> Array#join transf... -
12:31 AM Bug #1732 (Closed): Inconsistency in Transference of Inherited Traits ('Tainted' and 'Untrusted') with #join
- =begin
Array#join transfers self's taintedness and trustworthiness to its return value. If an Array is tainted, so i... -
09:37 AM Bug #1722 (Closed): Curried Lambda Returns False for #lambda? Despite Having No "Tricks"
- =begin
Applied in changeset r23970.
=end
-
09:07 AM Bug #1731 (Closed): Enumerable#join with Recursive Structure: "invalid inspect_tbl list for :to_a"
- =begin
Applied in changeset r23966.
=end
-
04:33 AM Bug #1731: Enumerable#join with Recursive Structure: "invalid inspect_tbl list for :to_a"
- =begin
Apologies if this is obvious, but I just noticed that if you rescue the aforementioned exception then say Fil... -
07:25 AM Revision 4b4ac8ac (git): merge revision(s) 23096:
- * eval.c (rb_eval): checks for interrupt, stack and finalizers too.
[ruby-dev:38208], [Bug #1329]
*... -
01:03 AM Revision 8c7f7c29 (git): * enum.c (enum_to_a): should propagate taint to the return value.
- [ruby-core:24152]
* enum.c (enum_sort_by): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23971 b2dd03c8-... -
12:31 AM Revision 06b9094f (git): * proc.c (make_curry_proc): should propagate lambda-ness.
- [ruby-core:24127]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:23 AM Revision 42569684 (git): * proc.c (proc_hash): use long.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:15 AM Revision ed868485 (git): * test/ruby/test_module.rb (TestModule#test_undef): adjust to
- message change.
* test/ruby/test_object.rb (TestObject#test_redefine_method_which_may_case_serious_problem): ditto.
... -
12:09 AM Revision 7c3fff4f (git): * enum.c (enum_join): deals with self recursive objects to get rid
- of infinite recursion. [ruby-core:24150]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23967 b2dd03c8-39d4-4d8... -
12:04 AM Revision def66cec (git): * enum.c (enum_join): deals with self recursive objects to get rid
- of infinite recursion. [ruby-core:24150]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23966 b2dd03c8-39d4-4d8...
07/05/2009
-
11:41 PM Bug #1731: Enumerable#join with Recursive Structure: "invalid inspect_tbl list for :to_a"
- =begin
Drat. I filed this against the wrong version; it should be against trunk. :-(
=end
-
11:36 PM Bug #1731 (Closed): Enumerable#join with Recursive Structure: "invalid inspect_tbl list for :to_a"
- =begin
class Enum
include Enumerable
def initialize
@elements = [self]
en... -
11:15 PM Revision e86d1ce7 (git): * enum.c (enum_join): added rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:35 PM Bug #1720: [NaN] == [NaN] が true になる
- そんなに速度的にきついんですかね。
であれば、あまり妙なことはしないほうがいいと思うので、
既知の問題として当面は(4)とするとか。
-
01:31 AM Bug #1720: [NaN] == [NaN] が true になる
- まつもと ゆきひろです
In message "Re: [ruby-dev:38734] Re: [Bug #1720] [NaN] == [NaN] が true になる"
on Sun, 5 Jul 2009... -
01:14 AM Bug #1720: [NaN] == [NaN] が true になる
- まつもと ゆきひろです
In message "Re: [ruby-dev:38725] [Bug #1720] [NaN] == [NaN] が true になる"
on Fri, 3 Jul 2009 21:4... -
06:19 PM Bug #1729: Returning ignores ensure section when inside lambda
- =begin
I forgot to add that the same code works when it's in a regular function:
def bar
begin
return... -
05:54 PM Bug #1729 (Closed): Returning ignores ensure section when inside lambda
- =begin
The following code does not run the code inside the ensure section when run in Ruby 1.9.1. When run under Rub... - 03:48 PM Revision 2db86440 (git): * rational.c: edited rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:44 PM Bug #1728 (Rejected): gem installed binaries don't honor program-suffix
- =begin
What happens:
* Compile and Install ruby using ./configure --program-suffix=-foobar
* Install a gem tha... - 03:11 PM Revision 95b71ae3 (git): * 2009-07-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision b5279bb5 (git): * time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bit
- time_t environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:46 PM Revision b50cc1fe (git): * complex.c (nucomp_s_polar): now arg is optional.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:44 AM Revision 5a763bb5 (git): * complex.c (float_arg): returns PI for -0.0.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:17 AM Bug #1725 (Closed): [PATCH] Warnings with Minor Grammatical Errors
- =begin
Applied in changeset r23958.
=end
-
07:56 AM Bug #1725 (Closed): [PATCH] Warnings with Minor Grammatical Errors
- =begin
The attached patch fixes some terribly minor grammatical errors in warnings issued by vm_method.c.
=end
-
07:12 AM Feature #1724 (Rejected): Support for "&*uml;"-HTML-codes in ERB::Util.html_escape (solution included)
- =begin
Certain language specific chars like the german "Umlaute" are represented in HTML with "ä" (ä), "ü... -
05:04 AM Revision b35d1e71 (git): * thread.c (rb_threadptr_exec_event_hooks): new function to
- execute event hooks, with preserving errinfo. [ruby-core:24118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
04:00 AM Bug #1306 (Open): exception when exiting from IRB if test/unit is loaded
- =begin
=end
-
03:58 AM Bug #1306 (Closed): exception when exiting from IRB if test/unit is loaded
- =begin
Applied in changeset r23954.
=end
07/04/2009
-
11:14 PM Revision fd4d1dde (git): * vm_method.c (rb_add_method, remove_method, rb_undef): fixed
- minor grammatical errors in warnings. a patch from Run Paint
Run Run at [ruby-core:24141].
git-svn-id: svn+ssh:/... -
11:12 PM Revision ba0ac946 (git): * vm_method.c (Init_eval_method): registers notimplement_body as a
- mark-object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:08 PM Revision 918fefb7 (git): * vm_insnhelper.c (vm_yield_setup_block_args): restores the first
- arg where is overwritten at funcall. [ruby-core:24139]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23956 b2d... -
06:55 PM Revision 473f3eed (git): merge revision(s) 23032:
- * lib/test/unit.rb: use Kernel.exit to get rid of using
IRB::ExtendCommandBundle#exit. a patch from Dmitry... -
12:56 PM Bug #1708: require 'complex' Causes Unexpected Behaviour
- =begin
ruby is a great believer in unix/c.
Math.acosh(-1) # EDOM
(-8) ** 0.5 #=> NaN
1 / 2 #=> 0
and
... -
05:06 AM Bug #1708: require 'complex' Causes Unexpected Behaviour
- =begin
> According to the fail-early principle, unexpected situation should be
> told (by raising an error) as ear... -
02:48 AM Bug #1708: require 'complex' Causes Unexpected Behaviour
- =begin
Hi,
In message "Re: [ruby-core:24129] [Bug #1708] require 'complex' Causes Unexpected Behaviour"
on S... -
02:10 AM Bug #1708: require 'complex' Causes Unexpected Behaviour
- =begin
Thank you for the explanation, matz. :-)
When I heard that Complex had been moved to core I assumed that... -
01:17 AM Bug #1708: require 'complex' Causes Unexpected Behaviour
- =begin
Hi,
In message "Re: [ruby-core:24126] [Bug #1708] require 'complex' Causes Unexpected Behaviour"
on F... -
12:21 PM Bug #1353: io does not convert str when ext == intern
- =begin
こんにちは sheepman です。
この件は結局どうなったのでしょうか?
>成瀬です。
>
>sheepman wrote:
>>> 内部エンコーディングの設定は、書き込み時のエンコー... -
08:22 AM Bug #1721: NaN.divmod(NaN) が例外にならない
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38727] Re: [Bug #1721] NaN.divmod(NaN) が例外にならない"
on Sat, 4 Jul... -
01:42 AM Bug #1721: NaN.divmod(NaN) が例外にならない
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38726] [Bug #1721] NaN.divmod(NaN) が例外にならない"
on Fri, 3 Jul 200... -
12:46 AM Revision a82c5ee4 (git): * numeric.c (dbl2ival): should raise FloatDomainError on Infinity
- and NaN as 1.8 does. [ruby-dev:38726]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23953 b2dd03c8-39d4-4d8f-98... -
12:22 AM Bug #1722 (Closed): Curried Lambda Returns False for #lambda? Despite Having No "Tricks"
- =begin
A curried lambda returns false for #lambda? despite having identical "rigid" argument handling.
>> l...
07/03/2009
-
10:01 PM Bug #1721 (Closed): NaN.divmod(NaN) が例外にならない
- =begin
1.8 では NaN.divmod(NaN) などは例外になっていました。
NaN.divmod(1) #=> [NaN, NaN]
NaN.divmod(NaN) #=> [NaN, NaN]
1.... -
09:43 PM Bug #1720 (Closed): [NaN] == [NaN] が true になる
- =begin
NaN = 0.0/0
[NaN] == [NaN] が true になりますが、
NaN == NaN #=> false
[1] == [1.0] #=> true
という結果からする... -
08:01 PM Bug #1708: require 'complex' Causes Unexpected Behaviour
- =begin
not a bug
=end
-
07:57 PM Bug #1712 (Closed): Complex#% Raises NoMethodError for #floor
- =begin
Applied in changeset r23946.
=end
-
04:12 PM Bug #1712: Complex#% Raises NoMethodError for #floor
- =begin
Hi,
In message "Re: [ruby-core:24110] [Bug #1712] Complex#% Raises NoMethodError for #floor"
on Thu, ... - 06:14 PM Revision b083b7ee (git): * 2009-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:14 PM Revision 9d9986d2 (git): * enum.c (enum_join): add Enumerable#join.
- * array.c (ary_join_1): recursive join for Enumerators (and
objects with #to_a).
* array.c (rb_ary_join): performa... - 02:02 PM Revision e9722809 (git): added examples.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 PM Revision 7eb5c0ac (git): * time.c (find_time_t): less number of guesses for hh:mm:60.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:31 PM Revision 0d2d0986 (git): * complex.c (nucomp_equal_p): removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:19 PM Revision bac1841a (git): * rational.c: renamed equal_p to eqeq_p.
- * complex.c: ditto.
* complex.c (nucomp_equal_p): added.
Complex(NaN).equal?(Complex(NaN)) should ... - 10:50 AM Revision b61ab11f (git): * complex.c: undef-ed shome methods. [ruby-core:24110]
- * complex.c (Numeric#arg): NaN for NaN. [ruby-core:24116]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23946... -
09:41 AM Bug #963: /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
- =begin
=end
-
09:35 AM Revision 61203382 (git): * vm_core.h (struct rb_iseq_struct): fixed types.
- * vm_core.h (ic_vmstat): VM state version is VALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23945 b2dd03c... - 07:07 AM Revision 703bff0b (git): * 2009-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Revision 93c02c4d (git): * lib/complex.rb (Numeric#arg): should return NaN for NaN.
- [ruby-core:24116]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23943 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:46 AM Revision 0cc978e2 (git): * ChangeLog: stripped.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 AM Revision fa41658f (git): merge revision(s) 22996:
- * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple network
families problem. a patch from Charl Matt...
07/02/2009
-
05:53 PM Revision 4e195add (git): * time.c (find_time_t): time guess strategy refined again.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:42 PM Revision e8f835a1 (git): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:37 PM Revision fbf2cc7c (git): * 2009-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 PM Revision 26f32868 (git): * time.c (find_time_t): time guess strategy refined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:27 AM Bug #1713 (Closed): IMAP NO response messages are unavailable
- =begin
Applied in changeset r23934.
=end
-
10:29 AM Bug #1713: IMAP NO response messages are unavailable
- =begin
=end
-
07:29 AM Bug #1713: IMAP NO response messages are unavailable
- =begin
=end
-
07:25 AM Bug #1713 (Closed): IMAP NO response messages are unavailable
- =begin
In RFC 3501 the IMAP server may respond with information the user can use to retry their request.
For th... -
11:04 AM Revision 6897fddd (git): don't use a string for Time.at argument.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Bug #1712 (Closed): Complex#% Raises NoMethodError for #floor
- =begin
1.8's Complex had a modulus operator (%); 1.9's doesn't, and attempts to use it raise a NoMethodError for #fl... -
06:27 AM Bug #1663 (Closed): Small documentation fixes [patch]
- =begin
Applied in changeset r23930.
=end
-
02:30 AM Bug #1711 (Rejected): Marshal Failing to Round-Trip Certain Recurisve Data Structures
- =begin
I have attached a script that fails to round-trip a recursive data structure on 1.9, but succeeds on 1.8. IOW... -
02:19 AM Revision 00f5982e (git): * lib/net/imap.rb: added response to Net::IMAP::ResponseError.
- a patch from Eric Hodel in [ruby-core:24111].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23934 b2dd03c8-39d4...
07/01/2009
-
11:04 PM Revision 43276844 (git): * time.c (num_exact): rb_check_to_integer() can deal with both of
- Fixnum and Bignum together.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23933 b2dd03c8-39d4-4d8f-98ff-823fe69... -
10:53 PM Revision fc5f0caf (git): * parse.y (parser_yylex): fixed wrong variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:32 PM Revision 058490ee (git): Fix svn:ignore setting
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:20 PM Revision a5e227ed (git): * hash.c (rb_hash_hash): documentation fix. a patch from
- Marc-Andre Lafortune. [ruby-core:23943]
* object.c (rb_mod_cmp): ditto.
* range.c (range_eq): ditto.
* string.c (... -
08:38 PM Revision 841cf3b9 (git): * time.c (num_exact): use to_r for T_FLOAT.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:17 PM Revision 36b84733 (git): * time.c (quo): return an integer if possible.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:48 PM Revision 2cb0c380 (git): unused variable removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:46 PM Revision db0721aa (git): * 2009-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:45 PM Revision d516a3e4 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 PM Bug #1297: Pathname#subの挙動について
- =begin
=end
-
12:11 PM Revision 2f8b6234 (git): * include/ruby/intern.h (rb_time_num_new): declared.
- * time.c (nsec2timev): extracted from time_new_internal.
(time_new_internal): change argument to VALUE.
(rb_time_... -
08:47 AM Bug #1709 (Closed): Marshal.dump Uses Different Definition of 'Depth' on 1.9?
- =begin
Applied in changeset r23918.
=end
-
07:34 AM Bug #1709 (Closed): Marshal.dump Uses Different Definition of 'Depth' on 1.9?
- =begin
Marshal.dump issues an "exceed depth limit" on 1.9 when the same data structure with the same depth dumps cor... -
07:09 AM Revision 3948410b (git): * test/ruby/test_proc.rb (test_return_from_proc): test for [ruby-core:24097].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 AM Revision b8d684d9 (git): * eval.c (PUSH_ANCHOR, POP_ANCHOR, rb_thread_start_0): separated
- anchors from PROT_THREAD. [ruby-core:24097]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23922 b2... -
06:48 AM Revision 30b0fe4c (git): merge revision(s) 22988:
- * lib/pathname.rb (Pathname#sub): set $~ in block.binding.
[ruby-dev:38173]
git-svn-id: svn+ssh://ci.ruby... -
04:39 AM Bug #1708 (Rejected): require 'complex' Causes Unexpected Behaviour
- =begin
1.9 has Complex in core, yet on 1.8 you had to explicitly require it with "require 'complex'". However, 1.9 a... -
02:58 AM Bug #1696: http downloads are unuseably slow
- =begin
On Jun 29, 2009, at 2:12 PM, James Gray wrote:
> On Jun 29, 2009, at 1:38 PM, Eero Saynatkari wrote:
>
... -
02:32 AM Revision ae9c138e (git): * test/ruby/test_marshal.rb (TestMarshal#test_limit): test for
- [ruby-core:24100].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/30/2009
-
11:46 PM Revision 4bef732d (git): * marshal.c (w_encoding): encodings need extra depth.
- [ruby-core:24100]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:47 PM Revision 01430b6e (git): * enum.c (enum_grep): gets rid of type-punning calls.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:06 AM Revision 5d7a215f (git): * re.c (reg_match_pos): adjust offset based on characters, not
- bytes. [ruby-dev:38722]
* string.c (rb_str_offset): new function.
* string.c (rb_str_index_m): no call to rb_reg_a... -
08:02 AM Revision b472f9b6 (git): * tool/*: executable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:57 AM Revision 9a46638f (git): * tool/rbinstall.rb: renamed to get rid of collision against
- instruction.rb on command line completion of shell.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23914 b2dd03c... -
07:55 AM Revision 9ae3b070 (git): * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions on
- frozen strings unless really changed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23913 b2dd03c8-39d4-4d8f-98... -
07:53 AM Revision 99c8ded8 (git): * tool/file2lastrev.rb: get rid of global variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:48 AM Revision fd832307 (git): * tool/compile_prelude.rb: use US-ASCII name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:46 AM Revision d06f74d7 (git): * insns.def, tool/instruction.rb: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:40 AM Revision 7259c3f2 (git): * tool/*: executable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:33 AM Revision 4ac820c0 (git): * tool/{generic_erb,parse,strip-rdoc,transcode-tblgen,vtlh}.rb: executable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:39 AM Bug #1696: http downloads are unuseably slow
- =begin
Excerpts from James Gray's message of Tue Jun 30 00:12:23 +0300 2009:
>
> Well, this definitely sounds like... -
03:38 AM Bug #1696: http downloads are unuseably slow
- =begin
Excerpts from Tanaka Akira's message of Mon Jun 29 21:17:58 +0300 2009:
> In article <4a464441bf3f7_13bd3907... -
02:08 AM Revision 23a32d64 (git): * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,
- regenc.c, regerror.c, regexec.c, regint.h, regparse.c: use long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
02:06 AM Revision 88ca298e (git): * dln.c (dln_find_1): fixed index overrun.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:57 AM Feature #1697: Object#<=>
- =begin
Excerpts from Marc-Andre's message of Mon Jun 29 15:35:52 +0300 2009:
> This really is a different and separ...
Also available in: Atom