Activity
From 07/12/2009 to 07/18/2009
07/18/2009
-
06:27 PM Feature #1786 (Closed): unexpected #inspect behaviour
- =begin
It's said in the documentation that #inspect, if not overridden should use #to_s. Instead of that, when not overridden, #inspect uses #to_s only until the first instance variable assignment, after that it is overridden by interpr... -
05:07 PM Feature #1784: More encoding (Big5 series) support?
- =begin
Hello Jen-Shin,
I have talked with Yui Naruse here at RubyKaigi 2009.
I will ask my student, Tatsuya Mizuno, to work on adding this encoding to
Ruby. I hope it will be finished within about one week.
Regards, Martin.
... -
03:53 PM Bug #1608 (Closed): einval in getsockname (windows)
- =begin
thanks for your information.
=end
-
10:46 AM Bug #1608: einval in getsockname (windows)
- =begin
This is same to Bug #1323 and was fixed at revision 24173
=end
- 03:01 PM Revision 1e18f3a8 (git): * 2009-07-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 PM Revision acbb1812 (git): use rb_enc_get to get the encoding of a Regexp object.
- * re.c (reg_enc_error): use rb_enc_get to get the encoding of
a Regexp object. REGEXP(re)->ptr->enc is the encoding of the
regexp engin for patterns and target strings.
[ruby-core:23208]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
08:43 AM Revision 33151fcf (git): * string.c (rb_str_hash_cmp): got rid of overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:05 AM Revision e07cb859 (git): * suppressed shorten-64-to-32 warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:22 AM Revision 0f6d9dfc (git): * array.c: suppressed shorten-64-to-32 warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:03 AM Revision b3b7cd5f (git): * include/ruby/defines.h (TRUE, FALSE): for internal use.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:39 AM Bug #1324 (Feedback): Imap Tests hanging
- =begin
I cannot reproduce now...
Can you reproduce?
=end
-
06:37 AM Bug #1346 (Closed): Linkage errors compiling C++ extension with VC8
- =begin
Applied in changeset r24179.
=end
-
05:59 AM Bug #1323 (Closed): Sockets broken on windows
- =begin
fixed at revision 24173
=end
-
05:57 AM Bug #1540 (Third Party's Issue): read on win32 now defaults to blocking
- =begin
=end
-
03:41 AM Bug #1654: Segmentation fault after a "make install" under OpenSolaris 2009.06
- =begin
Hi Yuki,
yes, the error still remains. Just got the last HEAD on the svn server: ruby 1.9.2dev (2009-07-18 trunk 24177) [i386-solaris2.11]. But there is a small difference. This time the error comes from ./tool/rbinstall.rb ... -
03:06 AM Revision d1b83a59 (git): * ruby.h (RFLOAT_VALUE, RSTRING_END, RREGEXP_SRC_*, RBIGNUM_*):
- backported macros for compatiblity from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:40 AM Revision 4c7c46b6 (git): * random.c: workaround for VC++ 6.0.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:15 AM Revision b80de9e9 (git): * re.h (RMATCH_REGS): added for compatibility.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:16 AM Revision f3d02254 (git): * random.c (rb_random_{int32,real,bytes,int}): added functions for
- extension libraries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:10 AM Revision 8195282d (git): * random.c (fill_random_seed): needs wincrypt.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 AM Revision b12c5a85 (git): * random.c (fill_random_seed): use cryptographic service on Windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/17/2009
-
11:01 PM Bug #1370 (Closed): in `glob': invalid byte sequence in UTF-8
- =begin
This problem is fixed in Ruby 1.9.2.
=end
-
10:57 PM Revision e6871072 (git): * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:57 PM Revision 924e2fce (git): * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:28 PM Revision bdfe1c7f (git): fix skip condition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:10 PM Revision 4c7e9564 (git): * 2009-07-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:10 PM Revision 00b66b7e (git): * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().
- Extend usage pattern of grid_column()/grid_row().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:09 PM Revision 55623273 (git): * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().
- Extend usage pattern of grid_column()/grid_row().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:33 PM Revision 436b2f88 (git): * include/ruby/win32.h: include winsock headers in extern "C++" for
- C++ extension libraries.
* include/ruby/missing.h (vsnprintf): workaround for VC++.
[ruby-core:23096]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:15 PM Feature #1784: More encoding (Big5 series) support?
- =begin
Very glad to hear so!
In short, what *I* would want would be UAO _or_
Big5 from Mozilla Taiwan (I would call it Moz18 later),
This is because Moz18's b2u table (Big5 to Unicode)
is the same with UAO 2.41's, so either o... -
01:35 AM Feature #1784 (Assigned): More encoding (Big5 series) support?
- =begin
OK, I'll implement it on Ruby 1.9.2 or 1.9.3.
But what do *you* want the variant of Big5? UAO or Big5-HKSCS or both?
I'll implement encodings what people want to use, even if the encoding is unofficial. But not want e... -
12:17 AM Feature #1784 (Closed): More encoding (Big5 series) support?
- =begin
I was very glad to see there's build-in encoding support,
but if we could support more Big5 related encodings,
it would be much better, because there are many,
many Big5 extensions.
Current CP950 (from Microsoft) do no... -
03:48 PM Revision 68201165 (git): * gc.c (rb_gc_call_finalizer_at_exit): finalizer_table can be NULL.
- [ruby-core:24395]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@24178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:26 PM Revision 7d7ca2d9 (git): * 2009-07-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 37859b52 (git): * ext/readline/readline.c (Init_readline): rl_catch_signals does
- not exist on some platform like Mac OS X 10.5.
* ext/readline/extconf.rb: checks existance of rl_catch_signals.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:31 PM Revision 717d3959 (git): merges r20385 from trunk into ruby_1_9_1.
- --
* lib/foerwardable.rb: should be usable def_single_delegator for
Class and Module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:40 PM Revision 229b4e4c (git): * ext/socket/socket.c (socket_s_ip_address_list): drop inactive
- adapters.
* test/socket/test_{nonblock,addrinfo,socket}.rb: skip some tests on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:31 PM Revision 38687bec (git): merges r24148 from trunk into ruby_1_9_1.
- --
* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer
used. [ruby-dev:38760]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:31 PM Revision 3d704802 (git): * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch only
- when existing.
* ext/readline/extconf.rb: check existance of rl_catch_sigwinch, and
workaround for native Win32 readline port.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24171 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
11:06 AM Bug #1323: Sockets broken on windows
- =begin
2009/7/16 Tanaka Akira <akr@fsij.org>:
> In article <20090716185929.6EC1.C613B076@garbagecollect.jp>,
> "U.Nakamura" <usa@garbagecollect.jp> writes:
>
>> Ruby's socket library expects that getsockname(2) always
>> returns l... -
10:10 AM Revision 70a97f9c (git): * 2009-07-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:07 AM Revision 4ebeddc3 (git): merges r24127 and r24133 from trunk into ruby_1_9_1.
- --
* dir.c (push_glob): fix GC problem.
--
* dir.c (push_glob): re-fix GC problem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:06 AM Revision 792799e8 (git): merges r23346 from trunk into ruby_1_9_1.
- --
Update to JSON 1.1.4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:28 AM Revision bc2df413 (git): * range.c (recursive_hash): extracted from range_hash. reject
- recursive key.
(range_hash): use recursive_hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:13 AM Revision 2cdcc564 (git): * struct.c (recursive_hash): extracted from rb_struct_hash. reject
- recursive key.
(rb_struct_hash): use recursive_hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:49 AM Revision 01019587 (git): * array.c (recursive_hash): reject recursive key.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:21 AM Revision 003fa83e (git): * random.c (DIGSPERINT): fix for LP64.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:58 AM Revision ed52949e (git): * random.c (fill_random_seed): /dev/urandom is not available on
- DOSISH systems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:56 AM Revision 115c220b (git): * random.c (random_equal): new method Random#==.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:52 AM Revision bc0ea18d (git): * random.c (dump_mt): removed debug function.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:38 AM Revision c7550e2a (git): * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsockname
- is failed. [ruby-core:24383]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:04 AM Revision ae487eda (git): * array.c (recursive_join): raise ArgumentError for joining
- recursive array.
* array.c (ary_join_1): ditto.
* test/ruby/test_array.rb (TestArray#test_join2): test updated for
recursive join.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:18 AM Revision 4d70a43e (git): * 2009-07-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:18 AM Revision 6dc1fea5 (git): remove test for recursive hash key. [ruby-core:22921]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/16/2009
-
09:14 PM Bug #1611: win32ole errors from make test all
- =begin
These errors are occurres only when Japanese locale is not installed in Windows box.
So, Please ignore errors if Japanese locale is not installed.
I've fixed this issue in ruby trunk(reporting test skipped instead of these er... -
09:07 PM Bug #1611 (Closed): win32ole errors from make test all
- =begin
Applied in changeset r24153.
=end
-
04:24 PM Bug #1611: win32ole errors from make test all
- =begin
I must assign it to suke. but suke is not in the redmine.
=end
-
08:18 PM Bug #1607: TestSocket failures
- =begin
This one is related to (dup of?) http://redmine.ruby-lang.org/issues/show/1323
=end
-
07:01 PM Bug #1323: Sockets broken on windows
- =begin
Hello,
In message "[ruby-core:24380] [Bug #1323](Assigned) Sockets broken on windows"
on Jul.16,2009 18:14:53, <redmine@ruby-lang.org> wrote:
> Is this still reproducible? < unak
Yes.
Ruby's socket library expects ... -
06:14 PM Bug #1323 (Assigned): Sockets broken on windows
- =begin
Is this still reproducible? < unak
=end
-
06:37 PM Bug #1298 (Closed): wrong value for Hash of Hash
- =begin
Applied in changeset r24149.
=end
-
06:24 PM Bug #1298: wrong value for Hash of Hash
- =begin
Possible idea is ArgumentError for cyclic hash key.
=end
-
06:37 PM Bug #1763 (Closed): SecurityError on an Exception object because of modification of instance variable #__ThrowState__
- =begin
Applied in changeset r24148.
=end
-
06:22 PM Bug #1309: dl tests
- =begin
=end
-
06:19 PM Bug #1332 (Assigned): Reading file on Windows is 500x slower then with previous Ruby version
-
06:15 PM Bug #1328 (Closed): "p eval('0' + '+0.1'*n)" の挙動
- =begin
=end
-
06:15 PM Bug #1326 (Rejected): Failing unit tests on windows
- =begin
=end
-
06:14 PM Bug #1319: Fix compiler warnings in file.c
- =begin
=end
-
06:13 PM Bug #1324: Imap Tests hanging
- =begin
=end
-
06:11 PM Bug #1320: sdbm.c compiler warnings
- =begin
=end
-
06:11 PM Bug #1312 (Rejected): String#rindex(Regexp, offset) doesn't seem to match greedily
- =begin
=end
-
06:11 PM Bug #1313 (Rejected): gem install not working on windows server 2008
- =begin
=end
-
06:10 PM Bug #1317 (Rejected): Creating a range with strings
- =begin
=end
-
06:09 PM Bug #1318: Ri documentation missing for BasicObject methods instance_eval, method_missing, __send__
- =begin
=end
-
06:08 PM Bug #1302 (Rejected): Strange behavior of callcc
- =begin
=end
-
06:08 PM Bug #1296: [trunk/22981] 64-bit issues on trunk in ext/zlib
- =begin
=end
-
06:06 PM Bug #1169: Thread#priority still doesn't work
- =begin
=end
-
06:04 PM Bug #1282 (Assigned): tk extension uses old style c function declarations generating a bunch of warnings
- =begin
=end
-
06:03 PM Bug #1280: Fix Compiler Warnings - digest/iconv/json/socket/syck/zlib extensions
- =begin
=end
-
06:02 PM Feature #1275: IPAddr unnecessarily destroys information on creation
- =begin
Patch is welcome.
=end
-
06:00 PM Bug #1271 (Third Party's Issue): Segfault problem
- =begin
=end
-
05:58 PM Bug #1250 (Rejected): String#to_r and String#to_c with float number
- =begin
=end
-
05:57 PM Bug #1248 (Rejected): e.exception(e) returns self
- =begin
Can I reject the issue?
=end
-
05:54 PM Bug #1242 (Rejected): Segfault when requiring wxruby2.0.0
- =begin
=end
-
05:53 PM Bug #1238 (Rejected): invalid multibyte char (US-ASCII)
- =begin
=end
-
05:53 PM Bug #1234: RDoc failure in benchmark/bm_so_meteor_contest.rb at or around line 542 column
- =begin
=end
-
05:50 PM Bug #1190 (Assigned): irb's "help" command errs in 1.9
- =begin
=end
-
05:50 PM Bug #1180 (Rejected): gethostbyname
- =begin
=end
-
05:48 PM Bug #1178 (Rejected): circular dependency on missing ffi
- =begin
=end
-
05:45 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
- =begin
A maintainer for Ruby on sparc is wanted.
=end
-
05:41 PM Bug #1171 (Third Party's Issue): ri: if "pager" exists, use it before trying less.
- =begin
=end
-
05:41 PM Bug #1171: ri: if "pager" exists, use it before trying less.
- =begin
It is a matter on the debian package. < akira
=end
-
05:37 PM Bug #1165 (Closed): Range.eql? and Range.== bug with subclasses
- =begin
=end
-
05:35 PM Bug #1160: tracer attempts to show lines from binary files
- =begin
=end
-
05:33 PM Bug #1678 (Assigned): uninitialized value in ossl_x509store_initialize causes occasional segfault
- =begin
=end
-
05:25 PM Bug #1150 (Closed): calling instance_eval in extended library cause exception
- =begin
=end
-
05:20 PM Bug #1139 (Third Party's Issue): Segmentation fault ruby 1.9.1p0 (2009-01-30 revision 21907)
- =begin
=end
-
05:19 PM Bug #1138 (Rejected): rdoc of taint/untrust
- =begin
どっちでもいいのでは?
=end
-
05:18 PM Bug #1135: Problem renaming CMath.hypot in Ruby1.9
- =begin
=end
-
05:16 PM Bug #1134 (Closed): [PATCH] Update racc runtime and fix warnings
- =begin
=end
-
05:13 PM Bug #1110 (Closed): encoding warning
- =begin
applied in an ancient changeset.
=end
-
05:12 PM Bug #1105 (Rejected): Ruby1.9でのrescue節の例外ハンドラのマッチの処理
- =begin
=end
-
05:06 PM Bug #1345 (Rejected): Ruby 1.9.1-p0 is incomatible with linux distributions that do not have NPTL thearding enabled.
- =begin
Ruby 1.9 does not support LinuxThreads. A maintainer for such platform is wanted.
=end
-
04:59 PM Bug #1346: Linkage errors compiling C++ extension with VC8
- =begin
I think it is a VC8's matter. What do you think? < unak
=end
-
04:57 PM Bug #1350 (Closed): gem method with version dependency fails
- =begin
=end
-
04:57 PM Bug #1344 (Third Party's Issue): sleep(0) sleeps forever on Mac OSX 10.4
- =begin
=end
-
04:55 PM Bug #1344: sleep(0) sleeps forever on Mac OSX 10.4
- =begin
It may be related to follows.
"pthread_cond_timedwait() bug in Tiger?"
http://lists.apple.com/archives/darwin-dev/2005/May/msg00148.html
http://lists.apple.com/archives/Darwin-dev/2005/Jun/msg00174.html
=end
-
04:54 PM Bug #1356: Be consistent in function declarations
- =begin
Do prototypes of missing functions have any meanings?
=end
-
04:52 PM Bug #1356 (Third Party's Issue): Be consistent in function declarations
- =begin
It's matter on OpenSSL.
=end
-
04:54 PM Bug #1351 (Assigned): Net::HTTP - set_form_data no longer allows symbols as keys.
- =begin
=end
-
04:52 PM Bug #1500: test_io runs forever in windows
- =begin
cygwin.
=end
-
04:51 PM Bug #1357 (Feedback): Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
- =begin
=end
-
04:47 PM Bug #1361 (Rejected): Configure fails to recognize the absence of bison
- =begin
=end
-
04:43 PM Bug #1363: Wrong value for Hash of NaN
- =begin
=end
-
04:40 PM Bug #1364 (Feedback): /usr/local/lib/ruby/1.9.1/rexml/text.rb:375: [BUG] Segmentation fault
- =begin
Is this still reproducible?
=end
-
04:39 PM Bug #1368 (Feedback): ruby19 trunk (svn revision 23160) build fails compiling dl ext on win32
- =begin
=end
-
04:36 PM Bug #1370: in `glob': invalid byte sequence in UTF-8
- =begin
=end
-
04:34 PM Bug #1375: Zlib::GzipReaderに対するエンコーディング指定
- =begin
=end
-
04:34 PM Bug #1381: Confusing Encoding Error
- =begin
=end
-
04:32 PM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
- =begin
=end
-
04:31 PM Bug #1385: Wonderful undocumented feature in Ruby 1.8.7 & 1.9
- =begin
=end
-
04:30 PM Bug #1775 (Closed): autoconf failing on cygwin
- =begin
Switching off on-access virus checks for disk writes (still keeping them for disk reads) with MacAffee solved this problem. Thanks everybody for their help, in particular neomjp neomjp.
=end
-
03:25 PM Bug #1775: autoconf failing on cygwin
- =begin
=end
-
04:30 PM Bug #1393: Multiple assignment does not call to_a but to_ary
- =begin
=end
-
04:29 PM Bug #1419: Tk, segmentation fault
- =begin
=end
-
04:28 PM Bug #1684 (Closed): ruby/rubyw.rc still say 1.9.1
- =begin
Applied in changeset r23839.
=end
-
04:14 PM Bug #1684: ruby/rubyw.rc still say 1.9.1
- =begin
=end
-
04:26 PM Bug #1540: read on win32 now defaults to blocking
- =begin
=end
-
04:25 PM Bug #1576: TestFile failures in windows
- =begin
=end
-
04:23 PM Bug #1614: startup failure with non-ascii path
- =begin
applied in a changeset.
=end
-
04:21 PM Bug #1638 (Closed): called on terminated object
- =begin
=end
-
04:17 PM Bug #1666: Confusion in documentation for lines vs each_line, etc...
- =begin
=end
-
04:13 PM Bug #1749: Change in How $~ is Restored After String#sub/String#gsub with a Block
- =begin
=end
-
04:06 PM Bug #1749: Change in How $~ is Restored After String#sub/String#gsub with a Block
- =begin
I think 1.9.2 behaviour is no problem.
String#sub matches a regexp just once.
There is no reason to set $~ at last.
String#gsub matches a regexp repeatedly until it doesn't match.
It set the last match after match f... -
03:59 PM Bug #1749: Change in How $~ is Restored After String#sub/String#gsub with a Block
- =begin
=end
-
04:10 PM Bug #1685 (Assigned): Some windows unicode path issues remain
- =begin
=end
-
04:09 PM Bug #1692: warning: useless use of a literal in void context
- =begin
意図されたことでしょうか? < まつもとさん
=end
-
04:07 PM Bug #1755 (Closed): IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
- =begin
Applied in changeset r24144.
=end
-
03:49 PM Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
- =begin
=end
-
04:01 PM Bug #1747: Immediate Values Can be Frozen
- =begin
=end
-
03:50 PM Bug #1750 (Rejected): Inconsistent Behavior on 1.8 and 1.9 of String#[]= with Single Fixnum Argument
- =begin
Matz said it's intentional.
=end
-
03:48 PM Bug #1665: Enumerable#reverse_each, #entries, #to_a documentation [patch]
- =begin
=end
-
03:44 PM Bug #1711: Marshal Failing to Round-Trip Certain Recurisve Data Structures
- =begin
class UserDefined
class Nested
def ==(other)
other.kind_of? self.class
end
end
attr_reader :a, :b
def initialize
@a = 'stuff'
@b = @a
end
def _du... -
03:32 PM Bug #1757: cygwin-1.7, gcc4-4.3, and ruby-1.9. method `inspect' called on hidden object (0x10046720) (NotImplementedError)
- =begin
=end
-
03:31 PM Bug #1760: Methods Expecting Paths Should Prefer #to_path Over #to_str
- =begin
We need your decision. Decide it. < matz.
=end
-
03:27 PM Bug #1771: system()/popen()/popen3() & windows & unicode is not working
- =begin
=end
-
03:26 PM Bug #1771: system()/popen()/popen3() & windows & unicode is not working
- =begin
=end
-
03:25 PM Bug #1776: make fails when compiling socket
- =begin
=end
- 02:35 PM Revision ecadd9c9 (git): * 2009-07-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 PM Revision 3316eb9c (git): * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes
- white space characters on Windows.[ruby-dev:38794]
* ext/tk/lib/tk.rb: works on Cygwin (limitation:: Tk.mainloop works on
the main thread only).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24155 b2dd03c8-39d4-4d8f-9... -
02:34 PM Revision 31060fb1 (git): * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes
- white space characters on Windows.[ruby-dev:38794]
* ext/tk/lib/tk.rb: works on Cygwin (limitation:: Tk.mainloop works on
the main thread only).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24154 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
02:17 PM Bug #1780 (Closed): Clarification of Array#sample documentation
- =begin
Applied in changeset r24141.
=end
-
01:05 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:38807] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries."
on Jul.16,2009 12:57:29, <usa@garbagecollect.jp> w... -
12:57 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:38804] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries."
on Jul.16,2009 12:49:16, <oshida@bb-next.net> wrot... -
12:55 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
永井@知能.九工大です.
From: "U.Nakamura" <usa@garbagecollect.jp>
Subject: [ruby-dev:38801] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
Date: Thu, 16 Jul ... -
12:49 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
押田です。
お世話になっております。
#別スレと重複しますが、
ruby-dev:38792 に
> mingwやcygwinはここ数年見てません...
とありましたので、
trunk@24117 を Cygwin で make してみたところ、
成功しました。
一応動作もするようです。
> ユーザーが明示的に指定しない限りやらない方がいいんじゃないで
> しょうか?
私もそう思います。
と、言いますか... -
09:54 AM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:38799] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries."
on Jul.15,2009 23:09:44, <nagai@ai.kyutech.ac.jp> ... -
12:47 PM Bug #1118 (Closed): irb core dumps with 'CTRL-C' with zsh
- =begin
Applied in changeset r24140.
=end
-
02:00 AM Bug #1118: irb core dumps with 'CTRL-C' with zsh
- =begin
When you install Readline 6.0 from ports, it doesn't SEGV. But it ignores ^C.
=end
-
12:06 PM Revision 6d7ddc3b (git): * test/win32ole/test_win32ole.rb (test_s_codepage_changed,
- test_s_locale_set, test_s_locale_change): skip test if Japanese
locale is not installed. [ruby-core:23806]
* test/win32ole/test_win32ole_variant.rb (test_conversion_str2cy):
ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... - 10:04 AM Revision 1c75d581 (git): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): servers
- is nil if an error occurs before setting it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:43 AM Revision 36220716 (git): * random.c (fill_random_seed): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:33 AM Revision b0c869c9 (git): * configure.in (MANGLED_PATH): disabled on cygwin and mingw.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:30 AM Revision 1cd0ddea (git): * hash.c (rb_hash_aset, recursive_hash): rejects recursive hash.
- [ruby-core:22921]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:28 AM Revision 415d5ebc (git): * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer
- used. [ruby-dev:38760]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:02 AM Revision fa41dad1 (git): * ChangeLog: log entry for r24144.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:55 AM Revision c15e6bf4 (git): * ChangeLog: reverted entries removed mistakenly at r23889.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:44 AM Revision b5dd85f0 (git): * vm_method.c (rb_alias): fix a case which try non-existing method alias.
- * test/ruby/test_alias.rb: add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:00 AM Revision 53163f81 (git): * io.c (io_reopen): discards read buffer. [ruby-core:24240]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:52 AM Revision 5e65d8f4 (git): * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):
- added for random.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:00 AM Revision eb9bc2d2 (git): * random.c (rb_random_t): objectified. [EXPERIMENTAL]
- [ruby-dev:30954]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:10 AM Revision 57264a4f (git): * array.c (rb_ary_sample): RDoc update. a patch from Florian
- Frank. [ruby-core:24347]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:45 AM Revision 606ea39a (git): Fix SEGV of readline on FreeBSD. [ruby-core:21884]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 AM Revision 34f8c6be (git): * vm_eval.c: adjusted indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Revision 934b7001 (git): * method.h: properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 AM Revision 4156653b (git): merge revision(s) 23380:
- * lib/delegate.rb (Delegator#method_missing)
(DelegateClass()#method_missing): Properly pass a given block
through. [ruby-dev:38390]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@24136 b2dd03c8-39d... -
12:01 AM Revision 94664d6d (git): * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.
- * compile.c, insns.def, iseq.c, vm_insnhelper.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/15/2009
-
11:59 PM Revision d4628c0b (git): * vm_method.c: separate clearing cache entry code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:57 PM Revision 0e03a296 (git): * dir.c (push_glob): re-fix GC problem.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 PM Revision 70303852 (git): * common.mk: add method.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:55 PM Revision 7336e811 (git): * 2009-07-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 0d2449bd (git): * io.c (argf_free): free data body.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:33 PM Bug #1780 (Closed): Clarification of Array#sample documentation
- =begin
I tried to add a description of the sample algorithm when called with an argument n > 1 to make clear that the chosen elements are sampled by using unique random indices not (possibly) repeating random indices.
=end
-
11:09 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
永井@知能.九工大です.
From: Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
Subject: [ruby-dev:38796] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
Date: Wed, 15 ... -
10:25 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
永井@知能.九工大です.
From: "U.Nakamura" <usa@garbagecollect.jp>
Subject: [ruby-dev:38794] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
Date: Wed, 15 Jul ... -
06:38 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:38793] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries."
on Jul.15,2009 18:06:23, <nagai@ai.kyutech.ac.jp> ... -
06:06 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
永井@知能.九工大です.
From: "U.Nakamura" <usa@garbagecollect.jp>
Subject: [ruby-dev:38792] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
Date: Wed, 15 Jul ... -
04:29 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
こんにちは、なかむら(う)です。
実は先に修正いただいた分では完全じゃありませんでした。
とりあえず、$LIBPATHに実在しないパスを追加するのは勘弁してく
ださい、ということで。
Index: ext/tk/extconf.rb
===================================================================
--- ext/tk/extconf.rb (revision 2... -
02:31 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
永井@知能.九工大です.
From: "U.Nakamura" <usa@garbagecollect.jp>
Subject: [ruby-dev:38790] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
Date: Wed, 15 Jul ... -
12:06 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:38784] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries."
on Jul.14,2009 16:41:37, <nagai@ai.kyutech.ac.jp> ... -
06:38 AM Bug #1774 (Closed): Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
Applied in changeset r24111.
=end
-
07:50 PM Bug #1776: make fails when compiling socket
- =begin
Worked for me here with cygwin-1.7.0-51 on XP, gcc4-core-4.3.2-2, ruby-1.8.7-p72-2, and compiling ruby-1.9.2-r24017 .
Looks like you have ruby 1.9.x installed in /cygdrive/c/ruby or c:\ruby, and that is the ruby that comes f... -
02:34 PM Bug #1776: make fails when compiling socket
- =begin
Attaching a file apparently failed (see Bug #1779).
I'm including the last few lines of the abovementioned mkmf.log file here:
--------------------
have_type: checking for socklen_t in sys/types.h,netdb.h,string.h,sys... -
07:25 PM Bug #1664: Kernel#define_singleton_method not documented [patch]
- =begin
Thank you. The patch was applied except the last sentence.
On 6/20/09 7:58 PM, Marc-Andre Lafortune wrote:
> If a block is specified, it is used as the method body. This block
> is evaluated using -
06:56 PM Bug #1775: autoconf failing on cygwin
- =begin
Hi,
Autoconf works fine for me here (cygwin-1.7 on XP). This error looks more like a problem about cygwin and your environment than about ruby. Several messages in cygwin lists suggest that this may be caused by some interfe... -
02:50 PM Bug #1775: autoconf failing on cygwin
- =begin
On 2009/07/15 14:02, Roger Pack wrote:
>> As for 'latest released patch', what exactly do you mean? Is there a patch
>> that isn't in trunk yet? If yes, where can I get it?
>
> latest 187 patch number from ftp://ftp.ruby-lang... -
01:14 PM Bug #1775: autoconf failing on cygwin
- =begin
On 2009/07/14 22:23, Roger Pack wrote:
>> On a pristine anonymous svn checkout of trunk head, I'm not able to run autoconf successfully. The error message I'm getting is as follows:
>> /usr/bin/m4:configure.in:YYY: cannot creat... -
05:46 PM Revision ec453fab (git): Adjusted release date info.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:47 PM Bug #1118: irb core dumps with 'CTRL-C' with zsh
- =begin
This also reproduce on ruby 1.9.2dev (2009-07-14 trunk 24106) [x86_64-freebsd7.2].
So this seems FreeBSD's problem.
=end
-
02:59 PM Revision c330876d (git): * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around
- method management. This change affect some VM control stack structure.
* vm.c, vm_insnhelper.c, vm_method.c, vm_eval.c: ditto. and make some
refactoring.
* insns.def, class.c, eval.c, proc.c, vm_dump.c : ditto.
* vm_core.h, compile.c... -
02:46 PM Revision d3cbda6e (git): * dir.c (push_glob): fix GC problem.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:41 PM Bug #1418 (Open): File.join repeats recursive array contents
- =begin
=end
-
11:57 AM Bug #1418 (Closed): File.join repeats recursive array contents
- =begin
Applied in changeset r24114.
=end
-
12:02 PM Revision cb7e9d61 (git): * 2009-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision b0936bd7 (git): merges r24084 from trunk into ruby_1_9_1.
- --
* .gitignore: synchronized with svn:ignore.
* spec/.gitignore: merged into /.gitignore
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:01 PM Revision 7508774f (git): merges r24116 from trunk into ruby_1_9_1.
- --
* win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:01 PM Revision 18eff087 (git): merges r24103 from trunk into ruby_1_9_1.
- --
Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:00 PM Revision 0d8ac23d (git): merges r24094 from trunk into ruby_1_9_1.
- --
* enumerator.c (yielder_yield_i): use rb_proc_new instead of
rb_iterate. [ruby-dev:38518]
* README.EXT: rb_iterate is obsolete since 1.9; use rb_block_call
instead.
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
11:58 AM Revision 52cc8ef4 (git): merges r24091 from trunk into ruby_1_9_1.
- --
* lib/prime.rb (Prime#prime_division): now decomposes
negative integer into a decomposition with element [-1, 1].
* test/test_prime.rb: test for it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24121 b2dd03c8-3... -
11:57 AM Revision 68e6b4cc (git): merges r24090 from trunk into ruby_1_9_1.
- --
* io.c (pipe_open): handles leaked on win32 when an error occurs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:57 AM Revision ea610ae0 (git): merges r24088 from trunk into ruby_1_9_1.
- --
* lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.
#1694
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:57 AM Revision d6ff3cfb (git): merges r24086,r24087 and r24095 from trunk into ruby_1_9_1.
- --
* marshal.c (r_object0): copy instance variables to new regexp.
--
* marshal.c (r_object0): should not shadow outer variable not to
return Qnil always.
--
* marshal.c (r_object0): should return real object.
git-svn-id: svn+ssh://ci... -
09:05 AM Revision 618cb2ca (git): * ext/purelib.rb: translates a fake path to rubygems in $" into
- an alternative in $: so that Kernel.#require does not load
more rubygems.rb.
Resolves many failures in test/rubygems/*.
* gem_prelude.rb (Gem.load_full_rubygems_library): supports case
the rubygems to load is not in $(rubylibprefi... - 07:30 AM Revision dc1327a6 (git): * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:50 AM Revision e3ba58bb (git): merge revision(s) 23306:
- * file.c (rb_file_join): recursive array has no meaning as path
name. [ruby-core:23329]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@24114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/14/2009
- 09:31 PM Revision 6efd4fda (git): * 2009-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:31 PM Revision 9dd9217f (git): * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:29 PM Revision 3272d17d (git): * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:30 PM Revision 0845f5c1 (git): * 2009-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:28 PM Revision f5787084 (git): Adjust #angle/#arg NaN return as per issue #1715 and recent rubyspec changes. Adjust angle/arg handling of (-0.0).angle as per r23960 & recent rubyspec changes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:26 PM Revision ed550832 (git): Set tempfile name with literal.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:13 PM Bug #1691: ruby --help doesn't display the "skip rubygems" option
- =begin
=end
-
05:57 PM Bug #1691: ruby --help doesn't display the "skip rubygems" option
- =begin
On 7/13/09 8:35 PM, Roger Pack wrote:
> Many users without being able to see an option through some command line option will never know of its existence.
They can read the manpage ruby.1. But it may be insufficient for window... -
05:37 PM Bug #1553 (Closed): String#index Ignores Out-of-Range Offset When Given Regexp Matching the Empty String
- =begin
Applied in changeset r24103.
=end
-
04:41 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
永井@知能.九工大です.
From: "U.Nakamura" <usa@garbagecollect.jp>
Subject: [ruby-dev:38782] [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
Date: Tue, 14 Jul 2009... -
02:03 PM Bug #1774 (Closed): Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries."
on Jul.13,2009 08:08:48, <nagai@ruby-lang.org> wrote:
> nagai 2009-07-13 08:08:32 +090... -
04:17 PM Bug #1582 (Closed): IO.new Raises Other Errors between 1.8 and 1.9
- =begin
Applied in changeset r24102.
=end
-
04:12 PM Bug #1582 (Open): IO.new Raises Other Errors between 1.8 and 1.9
- =begin
=end
-
04:04 PM Bug #1776 (Closed): make fails when compiling socket
- =begin
This is on cygwin on Windows XP, with a pristine trunk HEAD. After a successful
$ ./configure --enable-shared
make fails when compiling socket. The error message is as follows:
compiling socket
make: *** [mkmain.sh] Er... -
03:47 PM Bug #1775 (Closed): autoconf failing on cygwin
- =begin
On a pristine anonymous svn checkout of trunk head, I'm not able to run autoconf successfully. The error message I'm getting is as follows:
/usr/bin/m4:configure.in:YYY: cannot create temporary file for diversion: Permission de... -
03:05 PM Revision 63714e93 (git): Fixes to bignum/numeric so that infinity is always greater than any num.
- configure.in fixes to earlier breakage regarding using $libdir for determining lib dirs, instead of $prefix/lib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:53 PM Revision c749e4fc (git): * ext/io/nonblock: moved from ext/io/wait/lib.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:31 AM Revision 262c620e (git): merge revision(s) 23202,23268,23305:
- * eval.c (safe_mutex_lock): pthread_cleanup_push() must not be
inside parens.
* eval.c (rb_thread_start_timer): guard condition was inverted.
[ruby-dev:38319]
* eval.c (get_ts): use readtime clock. [r... -
09:15 AM Bug #1690: backticks don't set $? in windows
- =begin
Hello,
In message "[ruby-core:24317] [Bug #1690] backticks don't set $? in windows"
on Jul.14,2009 04:46:26, <redmine@ruby-lang.org> wrote:
> Issue #1690 has been updated by Roger Pack.
>
> That's fine, though surpris... -
06:12 AM Bug #1690: backticks don't set $? in windows
- =begin
On Mon, Jul 13, 2009 at 4:46 PM, Roger Pack<redmine@ruby-lang.org> wrote:
> Issue #1690 has been updated by Roger Pack.
>
>
> That's fine, though surprises me that backticks set $? on linux but not windows.
Last year we pr... -
04:46 AM Bug #1690: backticks don't set $? in windows
- =begin
That's fine, though surprises me that backticks set $? on linux but not windows.
=r
=end
-
08:30 AM Revision 6a3931e0 (git): Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:13 AM Revision 9681409e (git): * io.c (rb_io_initialize): check if the descriptor can be accessed
- in the specified open mode. [ruby-dev:38571]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:04 AM Bug #1376 (Assigned): inline symbols/fixnums in a case expression do not honor an overwritten #=== method
- =begin
=end
-
12:57 AM Bug #1376 (Closed): inline symbols/fixnums in a case expression do not honor an overwritten #=== method
- =begin
Applied in changeset r24092.
=end
-
12:33 AM Bug #1376: inline symbols/fixnums in a case expression do not honor an overwritten #=== method
- =begin
=end
-
01:17 AM Bug #1501 (Closed): Enumerator.new { }.take(1).inject(&:+) causes stack overflow
- =begin
Applied in changeset r24094.
=end
-
01:11 AM Feature #1411 (Closed): transcode for UTF8-MAC
- =begin
これってcloseでいいですよね
=end
-
12:49 AM Bug #1285: Fix Compiler Warnings - iseq and insns
- =begin
=end
-
12:29 AM Revision bd3923d5 (git): * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
- So, disable the feature and waiting for improvement in the future.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:28 AM Bug #1295 (Closed): SEGFAULT in RHEL 4
- =begin
=end
-
12:28 AM Revision ed586352 (git): * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
- So, disable the feature and waiting for improvement in the future.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:27 AM Bug #1319: Fix compiler warnings in file.c
- =begin
=end
-
12:27 AM Bug #1320: sdbm.c compiler warnings
- =begin
=end
-
12:26 AM Bug #1116 (Closed): Compilation error for Solaris 10 sparc
- =begin
=end
-
12:25 AM Bug #1342: signal handling on HP-UX
- =begin
=end
-
12:23 AM Bug #1366 (Closed): Pathname#relative_path_from should handle the scenario where the argument uses a different case for the Windows drive letter
- =begin
=end
-
12:22 AM Bug #1178: circular dependency on missing ffi
- =begin
=end
-
12:22 AM Bug #1325: fiber tests kill windows
- =begin
=end
-
12:21 AM Bug #1239 (Closed): build fails for OpenBSD: [BUG] register_sigaltstack. error
- =begin
=end
-
12:19 AM Bug #1130 (Closed): [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
=end
-
12:17 AM Bug #1115 (Closed): $SAFE=1でのrequireがSecurityErrorになる
- =begin
=end
-
12:17 AM Bug #940 (Closed): ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
- =begin
=end
-
12:14 AM Bug #1341: pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- =begin
=end
-
12:13 AM Bug #1335: RubyGems 1.3.1 gem method will load all gems beginning with the given name
- =begin
=end
-
12:12 AM Bug #1334 (Closed): ruby-1.9.1-p0 cannot install libs to /usr/lib/ruby/1.9 anymore with --program-suffix
- =begin
=end
-
12:09 AM Bug #1224 (Closed): Can't install 1.9.1-p0
- =begin
=end
-
12:08 AM Bug #1340 (Third Party's Issue): Demo
- =begin
=end
-
12:06 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
=end
-
12:03 AM Bug #1419: Tk, segmentation fault
- =begin
=end
-
12:03 AM Bug #1421: Permission denied - ~/.ri
- =begin
=end
-
12:01 AM Bug #1423: config.charset not found
- =begin
=end
-
12:00 AM Feature #1431: Object#__class__
- =begin
=end
07/13/2009
-
11:59 PM Bug #1433 (Closed): test_sprintf_p fails
- =begin
=end
-
11:59 PM Feature #1436: Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
=end
-
11:58 PM Bug #1449: [REXML] detected encoding isn't used correctly
- =begin
=end
-
11:57 PM Bug #1455 (Closed): compatability of rational and bigdecimal
- =begin
applied in r23389.
=end
-
11:55 PM Bug #1465 (Closed): debug segmentation fault when starting RoR Webrick server
- =begin
=end
-
11:54 PM Bug #1469: Different behavior of class variables in 1.9.0 and 1.9.1p129
- =begin
=end
-
11:46 PM Bug #1480 (Rejected): Ruby/Tk infinite loop
- =begin
=end
-
11:43 PM Bug #1532: Improved matrix.rb [patch]
- =begin
=end
-
11:42 PM Bug #1483 (Rejected): some commands installed without program-suffix
- =begin
=end
-
11:42 PM Bug #1497: test_exception fails in windows
- =begin
=end
-
11:41 PM Feature #1498: rubygems tests fail on zlib dependency if you compile ruby without zlib headers
- =begin
=end
-
11:40 PM Bug #1500: test_io runs forever in windows
- =begin
=end
-
11:39 PM Bug #1511 (Closed): "[BUG] Segmentation fault" with Win32API
- =begin
=end
-
11:37 PM Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
- =begin
=end
-
11:34 PM Bug #1531: Matrix#determinant fails on some matrices
- =begin
=end
-
11:33 PM Bug #1540: read on win32 now defaults to blocking
- =begin
=end
-
11:31 PM Bug #1541: mingw ssl: Errno::ENOTSOCK: An operation was attempted on something that is not a socket.
- =begin
=end
-
11:31 PM Bug #1542: test_inplace_rename_impossible(TestArgf)
- =begin
=end
-
11:30 PM Bug #1543: failure: test_endblockwarn(TestBeginEndBlock) [c:/dev/downloads/ruby_trunk/test/ruby/test_beginendblock.rb:66]:
- =begin
=end
-
11:29 PM Bug #1553: String#index Ignores Out-of-Range Offset When Given Regexp Matching the Empty String
- =begin
=end
-
11:27 PM Bug #1558: test timeout issues in windows
- =begin
=end
-
11:27 PM Bug #1574: test_systemcallerror_eq(TestDelegateClass) on windows
- =begin
=end
-
11:25 PM Bug #1575: TestEtc failures in windows
- =begin
=end
-
11:25 PM Bug #1577: testFileUtils failure in windows
- =begin
=end
-
11:24 PM Bug #1578: TestFloat failure in windows
- =begin
=end
-
11:24 PM Bug #1579: TestGDBM failure in mingw
- =begin
=end
-
11:24 PM Bug #1581: Test_IO17M failure in windows
- =begin
=end
-
11:23 PM Bug #1582 (Rejected): IO.new Raises Other Errors between 1.8 and 1.9
- =begin
本件はrejectということで良いでしょうか?
=end
-
11:22 PM Bug #1588: ブロックの中断でset_trace_funcのreturnイベントが呼び出されない
- =begin
=end
-
11:20 PM Bug #1559: ERB single line comment does not work
- =begin
=end
-
11:19 PM Feature #1599: ruby test_foo.rb --help do not show help message
- =begin
=end
- 11:12 PM Revision 279b40ac (git): * 2009-07-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:11 PM Revision 140f4dd0 (git): * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:11 PM Revision 2b94358a (git): * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:10 PM Feature #1597: ObjectSpace.count_nodes
- =begin
=end
-
11:09 PM Bug #1602: TestInvokeVerb failure mingw (win32ole)
- =begin
=end
-
11:08 PM Bug #1603: TestOpen3 failure (windows)
- =begin
=end
-
11:08 PM Bug #1604: TestPath failure (mingw)
- =begin
=end
-
11:07 PM Bug #1605: TestProcess failure
- =begin
=end
-
11:07 PM Bug #1768 (Assigned): json で Kernel に追加されるメソッドは private であるべき
- =begin
originalの作者に投げときます。1.9.2には取り込まれるでしょう。
=end
-
05:31 PM Bug #1768 (Closed): json で Kernel に追加されるメソッドは private であるべき
- =begin
json ライブラリで Kernel モジュールに追加されるメソッドは private instance methods であるべきだと思います。
Index: json/lib/json/common.rb
===================================================================
--- json/lib/json/common.rb (revision 24081... -
11:07 PM Bug #1606: TestRequire failure
- =begin
=end
-
11:07 PM Bug #1607: TestSocket failures
- =begin
=end
-
10:55 PM Bug #1610: BasicSocket errors (doze)
- =begin
=end
-
10:55 PM Bug #1609: inetv6 failures in windows
- =begin
=end
-
10:36 PM Bug #1608: einval in getsockname (windows)
- =begin
=end
-
10:25 PM Bug #1690 (Rejected): backticks don't set $? in windows
- =begin
This is spec.
Ruby doesn't execute any child process in such case on Windows, so, ruby cannot set any status to $?.
=end
-
09:17 PM Bug #1690 (Assigned): backticks don't set $? in windows
- =begin
=end
-
10:02 PM Bug #1611: win32ole errors from make test all
- =begin
=end
-
10:01 PM Bug #1614: startup failure with non-ascii path
- =begin
=end
-
10:00 PM Feature #1623 (Closed): rb_objspace_each_objects
- =begin
applied in r23708.
=end
-
09:59 PM Bug #1626 (Assigned): Set Raises NoMethodError for Non-Enumerable Arguments
- =begin
=end
-
09:55 PM Feature #1628: GC.stat
- =begin
=end
-
09:54 PM Feature #1630 (Closed): *_memsize()
- =begin
=end
-
09:53 PM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
=end
-
09:52 PM Bug #1638: called on terminated object
- =begin
=end
-
09:51 PM Feature #1637 (Closed): RTypedData
- =begin
=end
-
09:50 PM Bug #1646 (Closed): BigDecimal で浮動小数点数への変換が正しく行なわれないことがある
- =begin
Applied in r23737.
=end
-
09:47 PM Bug #1664 (Closed): Kernel#define_singleton_method not documented [patch]
- =begin
Applied in changeset r24089.
=end
-
09:44 PM Bug #1650 (Rejected): Time range === is slow
- =begin
=end
-
09:43 PM Bug #1654: Segmentation fault after a "make install" under OpenSolaris 2009.06
- =begin
Is this still reproducible?
=end
-
09:25 PM Bug #1672 (Closed): test-all requires minitest gem installed
- =begin
Applied in r23880.
=end
-
09:21 PM Bug #1674: set_trace_func with 1line block
- =begin
=end
-
06:25 PM Bug #1674: set_trace_func with 1line block
- =begin
=end
-
09:19 PM Bug #1676: only last "return" is traced by set_trace_func
- =begin
=end
-
09:14 PM Bug #1720: [NaN] == [NaN] が true になる
- けいじゅ@いしつかです.
In [ruby-dev:38735] the message: "[ruby-dev:38735] Re: [Bug #1720]
[NaN] == [NaN] が true になる", on Jul/05 01:31(JST) Yukihiro
Matsumoto writes:
>まつもと ゆきひろです
> ...
わたしも, (1)のような気がします.
というか, (1')ですか:
(1')
``... -
08:53 PM Bug #1720 (Assigned): [NaN] == [NaN] が true になる
- 私も(4)を推します。
NaNが生じるケースって、要は例外を発生すべきところ伝統的なモデルを尊重してこうなっている、と理解していますから。無理に整合性を持たせようとしても難しいんじゃないかなーと。だとすると一番被害が少ないのが(4)だと思います。
-
09:11 PM Bug #1748 (Rejected): Kernel.puts(nil) => "\n" on 1.9; "nil\n" on 1.8
- =begin
I think this is intentional.
=end
-
09:10 PM Bug #1745: Module#autoload No Longer Raises where 1.8 Does
- =begin
=end
-
09:08 PM Bug #1733 (Rejected): require does not look at current directory anymore ?
- =begin
=end
-
09:08 PM Bug #1771 (Closed): system()/popen()/popen3() & windows & unicode is not working
- =begin
Hi,
I am very happy from progress in Unicode support on Windows.
There is issue describing pending functionality regarding files (http://redmine.ruby-lang.org/issues/show/1685). But I found another important area - ope... -
09:04 PM Bug #1729 (Assigned): Returning ignores ensure section when inside lambda
- =begin
=end
-
08:47 PM Bug #1708 (Rejected): require 'complex' Causes Unexpected Behaviour
- =begin
Was the issue rejected? right?
=end
-
08:47 PM Bug #1694 (Closed): Tempfile.open{} の返り値
- =begin
Applied in changeset r24088.
=end
-
08:45 PM Bug #1699 (Assigned): URI::FTP to_s problem after modification
- =begin
=end
-
08:40 PM Bug #1695 (Assigned): String interpolation Issue with escape characters inside an in-string evaluated statement
- =begin
=end
-
08:35 PM Bug #1691: ruby --help doesn't display the "skip rubygems" option
- =begin
Hmm. Perhaps I should mutate my request into a request for a command line parameter to display all options [verbose help output] then?
Many users without being able to see an option through some command line option will nev... -
08:31 PM Bug #1691 (Rejected): ruby --help doesn't display the "skip rubygems" option
- =begin
ruby --help does not mention some options so that the output can be displayed on a traditional character display at once.
=end
-
08:19 PM Bug #1750: Inconsistent Behavior on 1.8 and 1.9 of String#[]= with Single Fixnum Argument
- =begin
=end
-
08:10 PM Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
- =begin
=end
-
08:09 PM Bug #1757: cygwin-1.7, gcc4-4.3, and ruby-1.9. method `inspect' called on hidden object (0x10046720) (NotImplementedError)
- =begin
=end
-
08:08 PM Bug #1760: Methods Expecting Paths Should Prefer #to_path Over #to_str
- =begin
=end
-
08:06 PM Bug #1763 (Assigned): SecurityError on an Exception object because of modification of instance variable #__ThrowState__
- =begin
=end
-
08:04 PM Bug #1769: eval with binding, without location
- =begin
=end
-
08:04 PM Bug #1769: eval with binding, without location
- =begin
=end
-
05:50 PM Bug #1769 (Closed): eval with binding, without location
- =begin
evalの第3, 4引数を省略した際にbindingが持っているfile, lineが伝播しなく
なっています。これは意図したことでしょうか。
irbのバックトレースがこれのためにちょっと不親切になっています。
% cat test.rb
b = binding
p eval("__FILE__", b)
b = eval('binding', TOPLEVEL_BINDING, __FILE__, __LINE__)... -
04:32 PM Revision 5cc1edcd (git): Follow tests for changes of ENV's encoding.
- * test/ruby/test_m17n.rb (TestM17N#test_env): the encoding of ENV
is now locale encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:26 PM Revision f0364203 (git): * marshal.c (r_object0): should return real object.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:07 PM Revision cb46d98c (git): * enumerator.c (yielder_yield_i): use rb_proc_new instead of
- rb_iterate. [ruby-dev:38518]
* README.EXT: rb_iterate is obsolete since 1.9; use rb_block_call
instead.
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:47 PM Revision 9e6a1e14 (git): * 2009-07-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:47 PM Revision d41195a3 (git): * test/ruby/test_case.rb (TestCase#test_deoptimization):
- test for [ruby-core:23190].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:51 PM Revision 7287b852 (git): * lib/prime.rb (Prime#prime_division): now decomposes
- negative integer into a decomposition with element [-1, 1].
* test/test_prime.rb: test for it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:33 PM Revision 0fefd190 (git): * io.c (pipe_open): handles leaked on win32 when an error occurs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:41 PM Revision 76e30054 (git): * proc.c (Kernel#define_singleton_method): rdoc. based on a patch by
- Marc-Andre Lafortune <ruby-core-mailing-list AT marc-andre.ca>.
[ruby-core:23944].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:39 AM Revision b3b6698e (git): * lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.
- #1694
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:21 AM Revision 4fbc270c (git): * marshal.c (r_object0): should not shadow outer variable not to
- return Qnil always.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:43 AM Revision ecb96205 (git): * marshal.c (r_object0): copy instance variables to new regexp.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:30 AM Revision 20d9aefc (git): * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.
- Inline cache (IC) entries are no longer GC managed object.
IC entries are freed when ISeq is freed.
* iseq.c: fix mark, free, memsize functions for above change.
* insns.def: remove rb_gc_write_barrier().
* vm_insnhelper.c (vm_method_s... -
09:12 AM Revision 762f9b28 (git): * .gitignore: synchronized with svn:ignore.
- * spec/.gitignore: merged into /.gitignore
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:09 AM Revision b36ca6e2 (git): ignores $(srcdir)/breakpoints.gdb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:06 AM Revision 1d84d2b2 (git): ext/tk: ignores generated ext/tk/config_list
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 AM Bug #1747: Immediate Values Can be Frozen
- =begin
>> Triskadekaphobiacs are presumably upset that, although 13.untrust appears to succeed and reinforce their beliefs, the state doesn't stick; 13.untrusted? subsequently returns false. Similarly, logicians and cynics alike must, r... -
08:08 AM Revision 245f3371 (git): merges r24065 from trunk into ruby_1_9_1.
- --
* lib/pstore.rb (PStore#on_windows): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:08 AM Revision 6646cf7d (git): merges r24016 from trunk into ruby_1_9_1.
- --
Add test for marshaling regexp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:08 AM Revision 39c9f447 (git): merges r24015 from trunk into ruby_1_9_1.
- --
* marshal.c (r_object0): set encoding only if the encoding is not US-ASCII.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:07 AM Revision 2d6fb10a (git): merges r24013 from trunk into ruby_1_9_1.
- --
* include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): added
prototypes. [ruby-dev:38756]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:07 AM Revision f70e6078 (git): merges r24012 from trunk into ruby_1_9_1.
- --
* vm_insnhelper.c (vm_search_superclass): checks for implicit
argument passing before method search. [ruby-core:24244]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:07 AM Revision 92958d0a (git): merges r24002 from trunk into ruby_1_9_1.
- --
Remove debug print.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:12 AM Revision 8d10fc0f (git): version.h: swaps lines so that the maintenance script can handle them easily.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:13 AM Revision 4a3df5dc (git): merges r23999 from trunk into ruby_1_9_1.
- --
* marshal.c (r_object0): replace \u by u when the regexp is
made by Ruby 1.8. [ruby-dev:36750]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:13 AM Revision cb3df565 (git): merges r23989 from trunk into ruby_1_9_1.
- --
* file.c (rb_file_s_basename): returns new string instead of
shared string from FilePathStringValue(). [ruby-core:24199]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:13 AM Revision bf674eca (git): merges r23988 from trunk into ruby_1_9_1.
- --
Update ext/.document with extensions that appear to have documentation.
Fixes #1738.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:13 AM Revision 75d8ae3f (git): merges r23976 from trunk into ruby_1_9_1.
- --
* io.c (rb_io_ext_int_to_encs): Set external encoding if
ext==intern. [ruby-dev:38278]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:12 AM Revision d4c125db (git): merges r23971 from trunk into ruby_1_9_1.
- --
* 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/branches/ruby_1_9_1@24070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:12 AM Revision b9faaa18 (git): merges r23970 from trunk into ruby_1_9_1.
- --
* proc.c (make_curry_proc): should propagate lambda-ness.
[ruby-core:24127]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:10 AM Revision 4240de3c (git): merges r23959 from trunk into ruby_1_9_1.
- --
* 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/branches/ruby_1_9_1@24068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:44 AM Revision 0ac93a1a (git): * insns.def, vm_insnhelper.c (getinstancevariable):
- fix to use inline cache.
* compile.c: fix to skip inline cache entry (IC). IC is added
automatically by compiler.
* insns.def, vm_insnhelper.h: fix IC positions.
* iseq.c: increment minor_version of ISeq because of above change.
gi... -
02:43 AM Revision 0d510784 (git): * ext/tk: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:43 AM Revision 405452b5 (git): * ext/tk: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 AM Bug #1396 (Open): Kernel.sleep fails with some Float values
- =begin
=end
-
01:47 AM Bug #1396 (Closed): Kernel.sleep fails with some Float values
- =begin
Applied in changeset r24060.
=end
-
12:33 AM Revision aaf53ad5 (git): * lib/pstore.rb (PStore#on_windows): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/12/2009
-
11:09 PM Revision 41b74c6e (git): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- * ext/tk/*: Support new features of Tcl/Tk8.6b1 and minor bug fixes.
( [KNOWN BUG] Ruby/Tk on Ruby 1.9 will not work on Cygwin. )
* ext/tk/*: Unify sources between Ruby 1.8 & 1.9.
Improve default_widget_set handling.
* e... -
11:08 PM Revision ed6ce8b4 (git): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
- * ext/tk/*: Support new features of Tcl/Tk8.6b1 and minor bug fixes.
( [KNOWN BUG] Ruby/Tk on Ruby 1.9 will not work on Cygwin. )
* ext/tk/*: Unify sources between Ruby 1.8 & 1.9.
Improve default_widget_set handling.
* e... -
05:36 PM Revision e13fb802 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 PM Revision 4fffacd9 (git): merge revision(s) 23259,24059:
- * time.c (time_timeval): check out-of-range. [ruby-core:23282]
[Bug #1396]
* time.c (time_timeval): rounds subsecond toward zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@24060 b2dd03c8-39d4-4d... -
04:18 PM Revision 4e94c36f (git): * time.c (time_timeval): rounds subsecond toward zero.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:18 PM Revision 796fc30f (git): * time.c (time_timespec): rounds subsecond toward zero.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Bug #1747: Immediate Values Can be Frozen
- =begin
Hi,
2009/7/11 Run Paint Run Run <redmine@ruby-lang.org>:
> Defining instance methods on Fixnum instances seems a particularly contrived case, even for ruby-core. ;-)
Please don't count on me so much ;-)
> Triskadekaph... - 03:04 PM Revision 400d8263 (git): * 2009-07-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision 0dc7839b (git): ENV is now locale encoding.
- * hash.c (env_str_new): use rb_locale_str_new instead of
rb_tainted_str_new. rb_locale_str_new set string locale
encoding and tainted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:57 PM Revision 8d9896c3 (git): * complex.c: added some shortcuts.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:46 PM Revision 07359806 (git): merges r23956 from trunk into ruby_1_9_1.
- --
* 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/branches/ruby_1_9_1@24054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:46 PM Revision 9331ca8f (git): merges r23946 from trunk into ruby_1_9_1.
- --
* 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/branches/ruby_1_9_1@24053 b2dd03c8-39d4-4d8f-98ff-823fe69... -
02:46 PM Revision e0e42932 (git): merges r23932 from trunk into ruby_1_9_1.
- --
* parse.y (parser_yylex): fixed wrong variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:46 PM Revision 1032750a (git): merges r23930 from trunk into ruby_1_9_1.
- --
* 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 (rb_str_partition, rb_str_rpartition): ditto.
* struct.c ... -
02:45 PM Revision 5a7efe4d (git): merges r23918 and r23919 from trunk into ruby_1_9_1.
- --
* marshal.c (w_encoding): encodings need extra depth.
[ruby-core:24100]
--
* test/ruby/test_marshal.rb (TestMarshal#test_limit): test for
[ruby-core:24100].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24050 b2... -
02:45 PM Revision 72c0d800 (git): merges r23916 from trunk into ruby_1_9_1.
- --
* 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_adjust_startpos().
git-svn-id: svn+ssh://ci.ruby-lan... -
02:45 PM Revision 64f82e29 (git): merges r23911 from trunk into ruby_1_9_1.
- --
* tool/compile_prelude.rb: use US-ASCII name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:45 PM Revision 149e1593 (git): merges r23906 from trunk into ruby_1_9_1.
- --
* dln.c (dln_find_1): fixed index overrun.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:44 PM Revision 61c0c7ab (git): merges r23891 from trunk into ruby_1_9_1.
- --
* dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:44 PM Revision 427da297 (git): merges r23889 from trunk into ruby_1_9_1.
- --
* file.c (file_expand_path): should copy original encoding.
[ruby-dev:38612]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:44 PM Revision 8bab26ec (git): merges r23862 from trunk into ruby_1_9_1.
- --
* io.c (argf_rewind): need to rewind $. and ARGF.lineno.
[ruby-core:24046]
* io.c (struct argf): refactoring on $. and ARGF.lineno behavior.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24044 b2dd03c8-39d4-4d8f-... -
02:30 PM Revision b1f618e9 (git): * object.c (rb_to_integer, rb_check_to_integer): return Bignum
- as-is.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:57 PM Revision 05c5b821 (git): * 2009-07-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 PM Revision 45cf635d (git): ChangeLog: fixes a mistake in merging r23801.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 PM Revision b9fb3ee4 (git): merges r23861 from trunk into ruby_1_9_1.
- --
* ext/pty/pty.c (pty_getpty): check dup failure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:56 PM Revision dfcb5cf9 (git): merges r23853 from trunk into ruby_1_9_1.
- --
* io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to
set its encoding to ASCII-8BIT. [ruby-core:24029]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:56 PM Revision 01c53e45 (git): merges r23849 from trunk into ruby_1_9_1.
- --
* lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:56 PM Revision 853c95bd (git): merges r23846 from trunk into ruby_1_9_1.
- --
* enum.c (first_i): wrong condition for no argument #first.
[ruby-core:24017]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:37 PM Bug #1326: Failing unit tests on windows
- =begin
Thanks for the list Charlie.
Could you run them again from trunk? I'd be interested to see how they look compared to my mingw output of the same. For some reason I've never seen any imap errors.
=r
=end
- 12:09 PM Revision 898bb1cb (git): * complex.c: use k_exact_{zero,one}_p macro.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 11:46 AM Revision fff1183f (git): * numeric.c (fix_divide): added an entry to rational.
- * rational.c (rb_rational_reciprocal): added.
* complex.c (f_reciprocal): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:03 AM Bug #1763 (Closed): SecurityError on an Exception object because of modification of instance variable #__ThrowState__
- =begin
以下ような例で,例外オブジェクトのインスタンス変数 (#__ThrowState__) 操作の
SecurityError となり,適切な例外状況を捉えることができません.
-----------------------------------------------------------------------
cmd = proc{p "cmd: safe_level == #{$SAFE}"; raise SystemExit}
...