Activity
From 05/16/2009 to 05/22/2009
05/22/2009
-
08:00 PM Bug #1483: some commands installed without program-suffix
- =begin
> 双方でconfigureに使っているシェルは違うものですか?
> とりあえずこれでどうでしょう。
どちらも /bin/sh -> dash です。
再現している環境で残っている configure 時のログをみると最後に
creating config.h
ruby-trunk library version = 1.9.1
configure: creating ./config.status
conf... -
07:22 PM Bug #1504: installed ri docu is not where ri actually searches when compiled with program-suffix
- =begin
Thank you, Jan-Erik.
On 5/22/09 6:46 PM, Yuki Sonoda wrote:
> Bug #1504: installed ri docu is not where ri actually searches when compiled with program-suffix
> http://redmine.ruby-lang.org/issues/show/1504
>
> Author: ... -
06:46 PM Bug #1504 (Closed): installed ri docu is not where ri actually searches when compiled with program-suffix
- =begin
when I updated to the latest patch version I noticed that ri isn't working anymore.
I'm installing with program-suffix:
./configure --enable-shared --enable-pthread --prefix=/usr --program-suffix=19
make
make instal... -
03:22 PM Revision 4bdd8543 (git): * missing/vsnprintf.c (errno): [BUG] fixes a compilation
- error on SIZEOF_LONG > SIZEOF_INT.
(BSD_vfprintf): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:22 PM Revision 5220b19b (git): * 2009-05-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 PM Revision 7378c8fa (git): * spec/default.mspec: follows runruby.rb's move at r23542.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:39 PM Revision dfffa96b (git): * NEWS: add Time#to_r.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 PM Revision 1d9f6c92 (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:48 AM Revision 8d1e0c0a (git): * config.guess: moved into tool/.
- * config.sub: ditto.
* install-sh: ditto
* configure.in: follows the moves.
* LEGAL: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:48 AM Revision a654e0b5 (git): * instruby.rb: moved into tool/.
- * mkconfig.rb: ditto.
* rubytest.rb: ditto.
* runruby.rb: ditto.
* common.mk: follows the moves.
* configure.in: ditto.
* win32/Makefile.sub: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23542 b2dd03c8-39d4-4d8f-98ff-82... -
10:05 AM Revision 66be7154 (git): version.h (RUBY_PATCHLEVEL): forgot to increment it at r23539
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:00 AM Bug #1501: Enumerator.new { }.take(1).inject(&:+) causes stack overflow
- =begin
遠藤です。
2009/05/22 5:39 SASADA Koichi <ko1@atdot.net>:
> Yusuke ENDOH wrote::
>> そこで、以下のように、yielder_new_i で proc メソッドを呼ぶことで
>> バグは直りました。
>
> 似たような話なんですが,そもそも rb_iterate を使う場面じゃなさそうな.
確かに。ささださんのパッチでも直ることを確認しました。
>... -
07:41 AM Bug #1501: Enumerator.new { }.take(1).inject(&:+) causes stack overflow
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38521] Re: [Bug:1.9] Enumerator.new { }.take(1).inject(&:+) causes stack overflow"
on Fri, 22 May 2009 05:39:46 +0900, SASADA Koichi <ko1@atdot.net> writes:
| これは,実は 1.8 以前との非互換の問... -
05:40 AM Bug #1501: Enumerator.new { }.take(1).inject(&:+) causes stack overflow
- =begin
ささだです.
Yusuke ENDOH wrote::
> そこで、以下のように、yielder_new_i で proc メソッドを呼ぶことで
> バグは直りました。
似たような話なんですが,そもそも rb_iterate を使う場面じゃなさそうな.
Index: enumerator.c
===================================================================
... - 09:50 AM Revision 6b22d438 (git): * 2009-05-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:49 AM Revision c31da4fc (git): * instruby.rb (rdoc): considers --program-prefix and --program-suffix
- for the path to ri documents.
fixes [ruby-core:23519]. c.f. [ruby-dev:38255].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:49 AM Revision c30a6322 (git): merges r23500 from trunk into ruby_1_9_1.
- --
* spec/.gitignore: ignores rubyspec/ and mspec/.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:49 AM Revision 7b9cd8c0 (git): merges r23494 from trunk into ruby_1_9_1.
- --
* lib/tempfile.rb (Tempfile#unlink): close first for Windows. a
patch from Florian Frank. [ruby-core:23505]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:49 AM Revision a922df79 (git): merges r23491 from trunk into ruby_1_9_1.
- --
* vm_method.c (rb_attr): should preserve encoding info.
[ruby-dev:38498]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:49 AM Revision 68a2b3cf (git): merges r23474 from trunk into ruby_1_9_1.
- --
* compile.c (rb_parse_in_eval): returns true in true eval, not in
main. [ruby-dev:38382]
* parse.y (program): inherits dvars in eval or main.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23535 b2dd03c8-39d4-4d8... -
09:49 AM Revision 6bfaf6e2 (git): merges r23472 from trunk into ruby_1_9_1.
- --
* vm.c (rb_vm_get_sourceline): should not access out of bound.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:49 AM Revision bef510ad (git): merges r23469 from trunk into ruby_1_9_1.
- --
* ext/win32ole/win32ole.c (foletypelib_name): should return
encoded name corresponding to WIN32OLE.codepage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:49 AM Revision fff99de8 (git): merges r23451 from trunk into ruby_1_9_1.
- --
* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image
element causes parse error even if ignore_unknown_element mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:48 AM Revision 6285874b (git): merges r23447 from trunk into ruby_1_9_1.
- --
* lib/rss/maker/entry.rb: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:48 AM Revision 17f26eef (git): merges r23446 from trunk into ruby_1_9_1.
- --
* lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,
test/test_maker_atom_feed.rb: fix duplicated dc:date.
Reported by Kazuhiro NISHIYAMA. Thanks!!! [ruby-list:46014]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... -
09:48 AM Revision d8b2502b (git): merges r23444 from trunk into ruby_1_9_1.
- --
* ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignore
unbound function. [ruby-dev:38474]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:48 AM Revision caf49246 (git): merges r23440 from trunk into ruby_1_9_1.
- --
* variable.c (rb_autoload_load): gets rid of false warning.
[ruby-core:23466]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:48 AM Revision 6103475a (git): merges r23439 from trunk into ruby_1_9_1.
- --
* sample/drb/dhasenc.rb: add magic comment for encoding.
* sample/mine.rb: ditto.
* ext/tk/sample/tcltklib/sample1.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:48 AM Revision e23aac09 (git): merges r23431 from trunk into ruby_1_9_1.
- --
* variable.c (rb_autoload_load): checks if iv_tbl is valid.
[ruby-dev:38456]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:17 AM Bug #1481 (Closed): exact Time and inexact Time
- =begin
redundant
=end
-
04:14 AM Feature #1488 (Closed): enhancement of Array#drop
- =begin
redundant
=end
-
04:14 AM Feature #1492 (Closed): enhancement of Array#drop
- =begin
redundant
=end
05/21/2009
-
10:58 PM Bug #1501 (Assigned): Enumerator.new { }.take(1).inject(&:+) causes stack overflow
- =begin
=end
-
10:54 PM Bug #1501 (Closed): Enumerator.new { }.take(1).inject(&:+) causes stack overflow
- =begin
遠藤です。
以下のようにすると、謎の SystemStackError が出てきます。
$ ./ruby -ve 'Enumerator.new { }.take(1).inject(&:+)'
ruby 1.9.2dev (2009-05-19 trunk 23489) [i686-linux]
-e:1:in `proc': stack level too deep (SystemStackError)
... -
10:35 PM Revision 58949cf8 (git): * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unless
- it's really necessary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 08:08 PM Revision 8d8a31bd (git): * 2009-05-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:08 PM Revision 3ee7fcc7 (git): * string.c (rb_str_count): optimized for 1byte string count by
- avoiding tr_setup_table().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 PM Revision 642ca17b (git): merges r23435 from trunk into ruby_1_9_1.
- --
* parse.y (magic_comment_encoding): use rb_compile_warning() to
show the currently parsing file name. [ruby-core:23469]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 PM Revision 03ae8480 (git): * ext/pty/pty.c (getDevice): fixes a mistake in merging r20877.
- Patch by Takahiro Kambe <taca AT back-street.net>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 PM Revision ce1a4ee1 (git): merges r23424 from trunk into ruby_1_9_1.
- --
* ext/stringio/stringio.c (strio_ungetbyte): encoding should not
be effective.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:47 PM Revision 6fac4c5f (git): merges r23386 from trunk into ruby_1_9_1.
- --
* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if already
bound to a block.
* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): block must be
given if arg is not bound. [ruby-dev:38404]
git-svn-id: svn+ssh://ci.ruby-lang... -
02:47 PM Revision a5892c11 (git): merges r23385 from trunk into ruby_1_9_1.
- --
* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if
the argument is an instance of DL::CFunc.
* ext/dl/cptr.c (rb_dlptr_initialize, rb_dlptr_s_malloc): checks
if DL::CFunc. [ruby-dev:38403].
git-svn-id: svn+ssh:/... -
02:47 PM Revision 84de5973 (git): merges r23382 from trunk into ruby_1_9_1.
- --
* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): strips
spaces. based on a patch from Takashi Tamura in [ruby-dev:38398].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23517 b2dd03c8-39d4-4d8f-98ff-823fe... -
02:47 PM Revision c378fbc5 (git): merges r23378 from trunk into ruby_1_9_1.
- --
* test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add a
test. see [ruby-core:23282]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:47 PM Revision 8d5f3471 (git): merges r23371 from trunk into ruby_1_9_1.
- --
* vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patch
from Alexey Froloff in [ruby-core:23398]. [ruby-core:22924]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:47 PM Revision 6d3ef1b2 (git): merges r23362 from trunk into ruby_1_9_1.
- --
* test/ruby/test_rubyoptions.rb (test_indentation_check): add a test
for indentation check. [ruby-dev:38382]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:47 PM Revision 3c84bb31 (git): merges r23361 from trunk into ruby_1_9_1.
- --
* array.c (rb_ary_flatten_bang): returns nil if nothing changed.
a patch from Marc-Andre Lafortune in [ruby-core:23382].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:47 PM Revision 5453b6d4 (git): merges r23359 from trunk into ruby_1_9_1.
- --
* array.c (rb_ary_sample): negative sample number is invalid.
[ruby-core:23374]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:17 PM Revision 1b4d0c76 (git): * template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.
- * debug.c (dummy_gdb_enums): added enum ruby_method_ids.
* .gdbinit (rp): improved output of Symbol.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:42 PM Revision 7427390c (git): .gdbinit (rp): missing "else" after T_NODE block.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Revision 08732d4f (git): * missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Feature #1473: Improvements on expect.rb
- =begin
If no one is interested, I can try to improve expect.rb. Is there anything I
need to modify in my patch?
---
Luiz Angelo Daros de Luca, Me.
luizluca@gmail.com
2009/5/19 Ryan Davis <ryand-ruby@zenspider... -
10:00 AM Revision 8f1f47a0 (git): * gem_prelude.rb (Gem.default_dir and misc.): use rubylibprefix.
- follows the chagne in r23368.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:27 AM Bug #1500 (Third Party's Issue): test_io runs forever in windows
- =begin
Don't know if this is expected, but running
loop {a << IO.pipe; }
runs forever in windows (from test_dup_many).
Thanks!
-=r
=end
-
06:07 AM Feature #1498 (Rejected): rubygems tests fail on zlib dependency if you compile ruby without zlib headers
- =begin
Currently if you don't have zlib headers installed and you run the tests, it yields:
...
C:/dev/ruby/downloads/ruby_trunk/test/rubygems/test_gem_spec_fetcher.rb: no such file to load -- zlib
repeat many times
...
... -
05:48 AM Bug #1497 (Closed): test_exception fails in windows
- =begin
on mingw, I get this from trunk make test-all
TestException#test_errat: c:/dev/ruby/downloads/ruby_trunk/test/ruby/envutil.rb:133: [BUG] The handle is invalid.
ruby 1.9.2dev (2009-05-21) [i386-mingw32]
-- control f... -
05:47 AM Bug #1325: fiber tests kill windows
- =begin
I run into this too--except it just segfaults. (mingw)
=end
-
03:07 AM Revision c6a24c45 (git): * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):
- new macro for compatibility check.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/20/2009
-
11:56 PM Revision cff080e5 (git): * ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursing
- require.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 11:53 PM Revision 1ff08ad8 (git): * 2009-05-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:53 PM Revision e6efe5b5 (git): * lib/rexml/text.rb (REXML::Text.normalize): call to_s for input.
- [ruby-talk:337069]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:15 PM Bug #1483: some commands installed without program-suffix
- =begin
On 5/18/09 5:32 PM, Kazuhiro NISHIYAMA wrote:
> trunkでrubyとgoruby以外にconfigureで指定した--program-suffixが反映されなくなっているようです。
こっちでもなんだか、ディレクトリに対して--program-suffixが効かないです
ねー。関係ありますでしょうか。
% ./ruby-trunk -v
ruby 1.9.2dev (2009-05-20 ... -
07:08 AM Bug #1483: some commands installed without program-suffix
- =begin
なかだです。
At Tue, 19 May 2009 16:43:49 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-dev:38497]:
> 別のまだ発生している環境では以下のようになっています。
> % ruby-trunk -v -r rbconfig -e 'p RbConfig::CONFIG["program_transform_name"]'
> ruby 1.9.2dev (2009-0... -
04:43 PM Revision 060f433f (git): * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to
- cast to int. [ruby-dev:38508]
* struct.c, vm_eval.c, vm_insnhelper.c: use RARRAY_LENINT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:04 PM Revision c573aaf7 (git): NEWS (--program-prefix and --program-suffix): describe r23368.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:16 PM Revision a1b5cd1c (git): * rb_enc_get_index: allows an arbitrary RData as the argument but not
- only what points a rb_encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:55 AM Revision 9d0add09 (git): * spec/.gitignore: ignores rubyspec/ and mspec/.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:41 AM Revision e2a43c9e (git): * struct.c (rb_struct_new): get rid of too large alloca.
- * struct.c (rb_struct_hash): use long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:58 AM Revision 53812198 (git): * vm_eval.c, vm_insnhelper.c: argument number is restricted to
- int, and fixed overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:34 AM Revision 6494314d (git): * enumerator.c (inspect_enumerator): should use long.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:58 AM Revision 1da3e0f9 (git): * enum.c (zip_ary): should use long.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:44 AM Revision 0980fe79 (git): * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known
- to be valid.
* string.c (enc_strlen): coderange specified version of
rb_enc_strlen(). use rb_enc_fast_mbclen() if coderange is 7bit
or valid.
* string.c (str_gsub): use rb_enc_fast_mbclen().
* string.c (rb_str_reverse, rb_str_spl... -
04:27 AM Bug #1494 (Third Party's Issue): tempfile#unlink may silently fail on windows
- =begin
There is an unlink method that was causing an exception when running it on my windows machine. The method will call the 'rescue' block but then will do nothing. This is problematic when things like RubyInline uses this method t... -
02:54 AM Feature #1473: Improvements on expect.rb
- =begin
On May 15, 2009, at 10:55 , Luiz Angelo Daros de Luca wrote:
> Feature #1473: Improvements on expect.rb
> http://redmine.ruby-lang.org/issues/show/1473
>
> Author: Luiz Angelo Daros de Luca
> Status: Open, Priority: Norm... -
02:18 AM Feature #1493 (Closed): [patch] lex_state as bit field / IS_lex_state() macro
- =begin
# ? Changelog:
# Represent lex_state by bit field instead of serial integer enum
# so that single or multiple values can be checked together using
# unifying macro IS_lex_state(). States remain mutually exclusive.
... -
01:49 AM Feature #1492 (Closed): enhancement of Array#drop
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38505] Re: [Feature:trunk] enhancement of Array#drop"
on Wed, 20 May 2009 01:19:11 +0900, Tanaka Akira <akr@fsij.org> writes:
|>> [:a, :b, :a, :b].drop(1){|e| e == :b} #=> [:... -
01:05 AM Feature #1488: enhancement of Array#drop
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38500] Re: [Feature:trunk] enhancement of Array#drop"
on Wed, 20 May 2009 00:06:19 +0900, "U.Nakamura" <usa@garbagecollect.jp> writes:
|| drop_whileとは違うのですね。
|
|私が勘違いしてなければ、drop_... -
12:06 AM Feature #1488: enhancement of Array#drop
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:38495] Re: [Feature:trunk] enhancement of Array#drop"
on May.19,2009 16:20:07, <matz@ruby-lang.org> wrote:
| |Rubyでスクリプトを書いていて、配列から、ある条件に合致する先
| |頭の要素のみを削除する、という処理を書きたい場面に出会ったこ
| ... -
12:35 AM Revision c81863c3 (git): * lib/tempfile.rb (Tempfile#unlink): close first for Windows. a
- patch from Florian Frank. [ruby-core:23505]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/19/2009
-
11:07 PM Bug #1468 (Closed): exact Time and inexact Time
- =begin
Applied in changeset r23490.
=end
-
04:59 PM Revision 91e5ba1c (git): * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()
- and rb_enc_codelen() in one function to reduce calls.
* encoding.c (rb_enc_codepoint): compatibility function.
* sprintf.c (rb_str_format): use rb_enc_codepoint_len().
* string.c (rb_str_inspect, rb_str_upcase_bang,
rb_str_downcase_... -
04:43 PM Bug #1483: some commands installed without program-suffix
- =begin
元の報告に使った環境はビルドディレクトリを消してビルドし直したら直ってしまいました。
直った方では以下のようになっています。
% ruby-trunk -v -r rbconfig -e 'p RbConfig::CONFIG["program_transform_name"]'
ruby 1.9.2dev (2009-05-19 trunk 23489) [i686-linux]
"s&$&-trunk&;s&^&&"
%
... -
04:16 PM Bug #1483: some commands installed without program-suffix
- =begin
なかだです。
At Mon, 18 May 2009 17:32:58 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-dev:38486]:
> trunkでrubyとgoruby以外にconfigureで指定した--program-suffixが反映されなくなっているようです。
RbConfig::CONFIG["program_transform_name"]はどうなってますか。
--
-... -
04:20 PM Feature #1488: enhancement of Array#drop
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38493] [Feature:trunk] enhancement of Array#drop"
on Tue, 19 May 2009 15:58:46 +0900, "U.Nakamura" <usa@garbagecollect.jp> writes:
|Rubyでスクリプトを書いていて、配列から、ある条件に合致する先
|頭の要素のみを削除する、と... -
03:58 PM Feature #1488 (Closed): enhancement of Array#drop
- =begin
こんにちは、なかむら(う)です。
Rubyでスクリプトを書いていて、配列から、ある条件に合致する先
頭の要素のみを削除する、という処理を書きたい場面に出会ったこ
とが何度かあります。
無条件で先頭の要素を削除するメソッドとしてはshiftまたはdrop(1)
があり、また、条件に合致した全ての要素を削除するメソッドとし
てはdeleteがありますが、ある条件に合致する先頭の要素のみを削
除しようとすると、意外と複雑な記述になってしま... - 03:07 PM Revision 2510c468 (git): * 2009-05-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 PM Revision 9553911f (git): * vm_method.c (rb_attr): should preserve encoding info.
- [ruby-dev:38498]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:27 PM Bug #1487 (Closed): String#each_char must return self
- =begin
str.each_char{} currently returns a copy of str. It should return self. This also affects Ruby 1.8.7
Poor man's diff for rb_str_each_char:
rb_encoding *enc;
+ VALUE orig = str;
RETURN_ENUMERATOR(str, 0, 0... -
02:00 PM Revision 34658569 (git): * time.c (time_minus): always return a Float. [ruby-dev:38446]
- * time.c (time_to_r): new method. [ruby-dev:38461]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:00 AM Revision 4d4bd7ab (git): * class.c (clone_method): add cast to remove warning from
- rb_gc_write_barrier().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:58 AM Revision 7d1f48b5 (git): * struct.c (struct_ivar_get): new function to avoid repeated
- rb_intern() calls.
* struct.c (rb_struct_iv_get): use struct_ivar_get()
* struct.c (num_members): ditto.
* struct.c (rb_struct_s_members): ditto.
* class.c (rb_singleton_class): cache symbol to reduce calls to
rb_intern().
git-svn... -
01:02 AM Bug #1481: exact Time and inexact Time
- =begin
遠藤です。
2009/05/18 9:05 Yukihiro Matsumoto <matz@ruby-lang.org>:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:38484] Re: [Bug:1.9] exact Time and inexact Time"
> on Sun, 17 May 2009 21:46:01 +0900, Tanaka Akira <akr@fsij.o...
05/18/2009
- 10:53 PM Revision 6009d184 (git): * 2009-05-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 PM Revision cef83891 (git): * test/test_time.rb: make tests timezone independent.
- reported by zunda. [ruby-dev:38492]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:42 PM Bug #1486 (Closed): DL::CParser#parse_struct_signature fails when argument is a String.
- =begin
the result of
parse_struct_signature('int a, int b')
and
parse_struct_signature(['int a', 'int b'])
should be same.
But, the implementation is like this.
if( signature.is_a?(String) )
signature = signature.s... -
05:32 PM Bug #1483 (Rejected): some commands installed without program-suffix
- =begin
trunkでrubyとgoruby以外にconfigureで指定した--program-suffixが反映されなくなっているようです。
% \ls $(ruby-trunk -r rbconfig -e 'puts RbConfig::CONFIG["bindir"]')
erb gem goruby-trunk irb rake rdoc ri ruby-trunk testrb
% \ls $(ruby-1.9.1 ... -
04:45 PM Feature #1482 (Rejected): Kernel.exec doesn't respect COMSPEC environment variable on Windows
- Here is pretty convoluted test case:
```ruby
puts ENV["COMSPEC"] # => "C:\WINDOWS\system32\mycmd.exe"
File.open("1.bat", "w") { |f| f.write("time") } # create test batch file with command which waits for user input
Kernel.exec... -
12:47 PM Revision a543c433 (git): * lib/pathname.rb (Pathname#sub): suppress a warning.
- [ruby-dev:38488]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:41 PM Revision 5a83cfae (git): * 2009-05-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:41 PM Revision 8ce34a86 (git): * lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:13 PM Revision 8dfd918d (git): * ext/thread/thread.c (unlock_mutex_inner): should adjust join
- target here but not in wake_one. a patch from John Carter at
[ruby-core:23490].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:49 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Hi,
At Mon, 18 May 2009 11:15:16 +0900,
Yukihiro Matsumoto wrote in [ruby-core:23487]:
> Could you explain how this patch differs from the original?
Searches more reduceable numerator which can round trip. Since
it just... -
11:15 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Hi,
In message "Re: [ruby-core:23465] Re: [Feature #1408] 0.1.to_r not equal to (1/10)"
on Sat, 16 May 2009 06:23:53 +0900, Nobuyoshi Nakada <nobu@ruby-lang.org> writes:
|What about this?
Could you explain how this... -
09:05 AM Bug #1481 (Closed): exact Time and inexact Time
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38484] Re: [Bug:1.9] exact Time and inexact Time"
on Sun, 17 May 2009 21:46:01 +0900, Tanaka Akira <akr@fsij.org> writes:
|Time#to_r を加えるのはあり得ると思います。
私もこちらに賛成します。
=end
-
12:24 AM Bug #1480: Ruby/Tk infinite loop
- =begin
From: Oleg Puchinin <redmine@ruby-lang.org>
Subject: [ruby-core:23484] [Bug #1480] Ruby/Tk infinite loop
Date: Sun, 17 May 2009 21:09:29 +0900
Message-ID: <4a0ffe7542774_13b5d9865441e3@redmine.ruby-lang.org>
> Bug #1480: Ruby... -
12:24 AM Bug #1480: Ruby/Tk infinite loop
- =begin
From: Oleg Puchinin <redmine@ruby-lang.org>
Subject: [ruby-core:23484] [Bug #1480] Ruby/Tk infinite loop
Date: Sun, 17 May 2009 21:09:29 +0900
Message-ID: <4a0ffe7542774_13b5d9865441e3@redmine.ruby-lang.org>
> Bug #1480: Ruby...
05/17/2009
-
10:12 PM Bug #1372 (Closed): Kernel.catch not accepting &block
- =begin
=end
-
10:11 PM Bug #1414 (Third Party's Issue): NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
=end
-
10:10 PM Bug #1399 (Third Party's Issue): Segmentation fault is raised when you use a postgres gem
- =begin
=end
-
10:09 PM Bug #1423 (Assigned): config.charset not found
- =begin
=end
-
09:09 PM Bug #1480 (Rejected): Ruby/Tk infinite loop
- =begin
linux-jb1a:/home/oleg/src/RUBY/SVN/ruby # /opt/ruby19svn/bin/irb
irb(main):001:0> require "tk"
RuntimeError: out of stack space (infinite loop?)
from /opt/ruby19svn/lib/ruby/1.9.1/tk.rb:29:in `initialize'
... -
02:29 PM Revision 746afd1d (git): * Makefile.in (fake): prefixed with $(arch)-.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:27 PM Revision 75ebffdb (git): * Makefile.in (distclean-ext): removes extension directories.
- * lib/mkmf.rb (try_do): removes conftest.dSYM
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:27 PM Bug #1442 (Closed): indentation check and coverage for toplevel do not work
- =begin
Applied in changeset r23474.
=end
-
02:23 PM Revision 65750099 (git): * lib/mkmf.rb (SRC_EXT): should be flat.
- http://twitter.com/_tad_/status/1825862632
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:23 PM Revision 678b6598 (git): * lib/mkmf.rb (SRC_EXT): should be flat.
- http://twitter.com/_tad_/status/1825862632
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:05 PM Revision 3b6d6b08 (git): * ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is always
- defined, see its value instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:27 PM Revision d291fd52 (git): * win32/setup.mak (-version-): r23426.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 AM Revision cf125a91 (git): * node.h (nd_line): NODE_LMASK is not needed.
- * node.h (NOEX_SAFE): made int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:27 AM Revision d25ea00a (git): * compile.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:23 AM Revision f91b0dc8 (git): * compile.c (rb_parse_in_eval): returns true in true eval, not in
- main. [ruby-dev:38382]
* parse.y (program): inherits dvars in eval or main.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:02 AM Revision 589ec2be (git): * ruby.c (ruby_script): sets also VM toplevel program name.
- * ruby.c (process_options): no longer needs additional frame.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:15 AM Revision 52b3bf36 (git): * vm.c (rb_vm_get_sourceline): should not access out of bound.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Revision cda453c2 (git): * ruby.c (cmdline_options_init): initialize encodings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 AM Revision 64f767b5 (git): * ruby.c (cmdline_options_init): initialize encodings.
- * ruby.c (add_modules, require_libraries, process_sflag):
* ruby.c (process_sflag): not process twice.
* ruby.c (moreswitches): get rid of possible overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23470 b2dd03c8-39d4-4d8f-... -
12:37 AM Revision 8ea0786d (git): * ext/win32ole/win32ole.c (foletypelib_name): should return
- encoded name corresponding to WIN32OLE.codepage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:02 AM Revision bd9a5871 (git): * ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. see
- [ruby-core:23241].
gets rid of possible buffer overflow with realpath().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/16/2009
-
11:55 PM Revision 214e7253 (git): * ruby.c (set_arg0): get rids of overrun.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 PM Bug #1295: SEGFAULT in RHEL 4
- =begin
You're right, I completely forgot to close the file. The directory has many many files (~20.000, maybe) so the trouble probably goes that way. I wonder about the segfault anyways, it would be nice to know if there's a limit of op... -
12:23 PM Bug #1295: SEGFAULT in RHEL 4
- =begin
How many files do you have in this directory? Seemingly you leave too many files open. Close the file you open in the same loop iteration. As for the segfault, I am not sure but I have seen 1.9.1 segfaulting when dealing with man... -
06:07 PM Bug #1477 (Closed): DL::Function#unbind raises TypeError
- =begin
Applied in changeset r23444.
=end
-
05:34 PM Bug #1477 (Closed): DL::Function#unbind raises TypeError
- =begin
コールバックではない単なる DL::Function に対して unbind を呼ぶと
よくわからないエラーが出ます。
$ cat d11.rb
require 'dl/import'
h = DL::Handle.new
addr = h.sym('strlen')
cfunc = DL::CFunc.new(addr, DL::TYPE_INT)
func = DL::Function.n... -
05:47 PM Bug #1382: inline functions ought to be static
- =begin
Hi,
At Sat, 16 May 2009 10:55:17 +0900,
Akira Tanaka wrote in [ruby-core:23475]:
> lex.c.blt is generated by gperf. Don't modify it.
Seems lex.c.blt to need to be updated, for the platforms that
don't have gperf.
lex... -
10:55 AM Bug #1382: inline functions ought to be static
- =begin
lex.c.blt is generated by gperf. Don't modify it.
=end
-
10:34 AM Bug #1382: inline functions ought to be static
- =begin
Excerpts from Luiz Angelo Daros de Luca's message of Wed Apr 15 12:13:39 +0300 2009:
> Bug #1382: inline functions ought to be static
> http://redmine.ruby-lang.org/issues/show/1382
>
> Author: Ollivier Robert
> Status: Ope... -
09:37 AM Bug #1382 (Closed): inline functions ought to be static
- =begin
Applied in changeset r23436.
=end
-
01:57 PM Bug #1474 (Closed): autoload causes "circular require considered harmful" warning without circular require
- =begin
Applied in changeset r23440.
=end
-
06:25 AM Bug #1474 (Closed): autoload causes "circular require considered harmful" warning without circular require
- =begin
$ cat a.rb
autoload :B, 'b'
B
$ cat b.rb
class B
end
$ ruby19 -wv a.rb
ruby 1.9.2dev (2009-05-15 trunk 23433) [i386-darwin9.7.0]
Error loading gem paths on load path in gem_prelude
no implicit conversion from... - 10:52 AM Revision 36f64119 (git): * NEWS: add RSS::Maker.supported?(version).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:51 AM Revision 7e4794a1 (git): merge r23454.
- * lib/rss/parser.rb: add nil check.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:48 AM Revision 0b5294ba (git): merge r23451.
- * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image
element causes parse error even if ignore_unknown_element mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:46 AM Revision 6a5794bd (git): merge r23450.
- * lib/rss/maker.rb, lib/rss/maker/0.9.rb,
test/test_maker_*.rb: add RSS::Maker.supported?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:44 AM Revision df8d8394 (git): merge r23449, r23453.
- * lib/rss/content/*, lib/rss/dublincore/*: fix circular require.
* test/test_maker_atom_feed.rb,
test/test_maker_atom_entry.rb: suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23462 b2dd03c8-39d4-4d8f... - 10:41 AM Revision 54550f9d (git): merge r23448.
- * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:
remove needless codes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:39 AM Revision f0f9c7d0 (git): merge r23447.
- * lib/rss/maker/entry.rb: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:39 AM Revision b2cc48a1 (git): merge r23446.
- * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,
test/test_maker_atom_feed.rb: fix duplicated dc:date.
Reported by Kazuhiro NISHIYAMA. Thanks!!! [ruby-list:46014]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8... - 10:36 AM Revision 7212b5fd (git): merge r23445.
- * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,
test/rss/test_maker_1.0.rb, test/rss/test_maker_atom_feed.rb:
RSS 1.0 and Atom feed maker treat maker.channel.language as
maker.channel.dc_language.
git-svn-id... - 10:34 AM Revision da03c91a (git): merge r23443.
- * sample/rss/rss_recent.rb, sample/rss/list_description.rb: use UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:34 AM Revision 69721fcc (git): * 2009-05-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:34 AM Revision 97c65982 (git): merge r23442.
- * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION):
0.2.5 -> 0.2.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:57 AM Bug #1476 (Closed): ruby -w warns about encoding used as RDoc
- =begin
Applied in changeset r23437.
=end
-
08:55 AM Bug #1476 (Closed): ruby -w warns about encoding used as RDoc
- =begin
$ cat b.rb
# Here is how you set encoding in your file:
#
# # -*- coding: UTF-8 -*-
$ ruby19 -vw b.rb
ruby 1.9.2dev (2009-05-13 trunk 23418) [i386-darwin9.7.0]
ruby19: warning: encoding 'UTF-8' is ignored, valid only... - 09:37 AM Revision a6239ec3 (git): * lib/rss/parser.rb: add nil check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:35 AM Revision 98bbfeae (git): * test/rss/test_maker_atom_feed.rb: suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:32 AM Revision 1d2acd56 (git): * NEWS: add RSS::Maker.supported?(version).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:27 AM Bug #1475 (Closed): ruby -w warns about encoding for the wrong file
- =begin
Applied in changeset r23435.
=end
-
08:53 AM Bug #1475 (Closed): ruby -w warns about encoding for the wrong file
- =begin
$ cat a.rb
require 'b'
$ cat b.rb
# here is a comment
#
# -*- coding: UTF-8 -*-
$ ruby19 -vw a.rb
ruby 1.9.2dev (2009-05-13 trunk 23418) [i386-darwin9.7.0]
a.rb:1: warning: encoding 'UTF-8' is ignored, valid only ... - 09:25 AM Revision 86f2dc74 (git): * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Image
- element causes parse error even if ignore_unknown_element mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:22 AM Revision a687b15f (git): * lib/rss/maker.rb, lib/rss/maker/0.9.rb,
- test/test_maker_*.rb: add RSS::Maker.supported?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:12 AM Revision c5f0360c (git): * lib/rss/content/*, lib/rss/dublincore/*: fix circular require.
- * test/test_maker_atom_feed.rb, test/test_maker_atom_entry.rb:
suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:08 AM Revision b49be81d (git): * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:
- remove needless codes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:04 AM Revision a7cf993f (git): * lib/rss/maker/entry.rb: fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:03 AM Revision 01fb9893 (git): * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,
- test/test_maker_atom_feed.rb: fix duplicated dc:date.
Reported by Kazuhiro NISHIYAMA. Thanks!!! [ruby-list:46014]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:01 AM Revision 277f48de (git): * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,
- test/rss/test_maker_1.0.rb, test/rss/test_maker_atom_feed.rb:
RSS 1.0 and Atom feed maker treat maker.channel.language as
maker.channel.dc_language.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23445 b2dd03c8-39d4-4d8f-98ff-82... -
08:57 AM Revision 28e7beb5 (git): * ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignore
- unbound function. [ruby-dev:38474]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 08:50 AM Revision 461daa60 (git): * sample/rss/rss_recent.rb, sample/rss/list_description.rb: use UTF-8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:48 AM Revision 4ed361e0 (git): * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:27 AM Revision 832d5a83 (git): * iseq.c (rb_iseq_clone): use longlife object and insert write barrier.
- * vm_insnhelper.c (vm_cref_push): ditto.
* vm_insnhelper.h (COPY_CREF): insert write barrier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:24 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Hi,
At Fri, 1 May 2009 21:12:52 +0900,
Roger Pack wrote in [ruby-core:23345]:
> True--however the (current) code for String#to_s attempts to
> determine whether the floating point number "is the
> equivalent default for th... -
04:49 AM Revision 8c717260 (git): * variable.c (rb_autoload_load): gets rid of false warning.
- [ruby-core:23466]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:55 AM Feature #1473 (Closed): Improvements on expect.rb
- =begin
Hello,
I was using expect.rb to substitute expect command (as I'm not in a mood to learn Tcl). However, it demands some attention.
I took expect(1) command as a idea, but not a rule, of how expect should behave.
Fi... -
02:00 AM Revision b10617c3 (git): * sample/drb/dhasenc.rb: add magic comment for encoding.
- * sample/mine.rb: ditto.
* ext/tk/sample/tcltklib/sample1.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:50 AM Revision beae2288 (git): ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:49 AM Revision f2923537 (git): * parse.y (magic_comment_encoding): ignores unused emacs-style
- encoding comment, as like Vim styles. [ruby-core:23470]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:30 AM Revision 78e376a3 (git): * defs/keywords (reserved_word): made inline function static.
- [ruby-core:23210]
* parse.y (rb_reserved_word): ordinary function for ripper.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:19 AM Revision d2c07ecb (git): * parse.y (magic_comment_encoding): use rb_compile_warning() to
- show the currently parsing file name. [ruby-core:23469]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:03 AM Revision 60a5a54e (git): * configure.in (ruby_version): now version.h includes
- include/ruby/version.h, so need to tell to cpp to see
$(srcdir)/include. [ruby-core:23468]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e