Activity
From 06/18/2009 to 06/24/2009
06/24/2009
-
10:49 PM Revision bfcc8dbb (git): * io.c (rb_io_each_codepoint): uninitialized local variable enc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:46 PM Revision 6abc3e1b (git): * 2009-06-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:46 PM Revision 304c060d (git): * enum.c (first_i): wrong condition for no argument #first.
- [ruby-core:24017]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:36 PM Bug #1685 (Closed): Some windows unicode path issues remain
- =begin
Hi,
I see some nice progress has been made in unicode path
handling on windows.
The following te... -
04:08 PM Revision 6b6e71e9 (git): merges r23837 from trunk into ruby_1_9_1.
- --
* parse.y (parser_set_encode): show the erred file name instead of
the file that requires it. [ruby-core:24006]... -
04:08 PM Revision ba713680 (git): merges r23815 from trunk into ruby_1_9_1.
- --
* compile.c (iseq_set_arguments, iseq_compile_each): internal
arrays must be hidden. [ruby-dev:38613]
* vm.c (... -
04:07 PM Revision c126c95c (git): merges r23813 and r23821 from trunk into ruby_1_9_1.
- --
* ruby.c (process_options), enc/prelude.rb: encdb and transdb are
extension libraries.
--
* ruby.c (process_opti... - 04:03 PM Revision 78e41feb (git): * 2009-06-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 PM Revision eed1694c (git): merges r23813 and r23821 from trunk into ruby_1_9_1.
- --
* ruby.c (process_options), enc/prelude.rb: encdb and transdb are
extension libraries.
git-svn-id: svn+ssh://ci... -
03:07 PM Bug #1683 (Closed): Invalid Source Encodings Raise Vauge Errors
- =begin
Applied in changeset r23837.
=end
-
01:15 PM Bug #1683 (Closed): Invalid Source Encodings Raise Vauge Errors
- =begin
If a non-ASCII compatible source encoding is specified via a magic comment an ArgumentError is raised.
... -
02:29 PM Bug #1684 (Closed): ruby/rubyw.rc still say 1.9.1
- =begin
though ruby -v says "1.9.2dev" ruby.rc still says 1.9.1
Could use updating sometime.
Thanks.
=end
-
11:19 AM Revision c6480cd0 (git): * time.c (time_s_now): new function. Time.now don't take arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:54 AM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
- =begin
>> This seems needlessly verbose given that Ruby already knows
>> that my source encoding is UTF-8.
>
> It... -
08:53 AM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
- =begin
Hi,
At Wed, 24 Jun 2009 06:42:29 +0900,
Run Paint Run Run wrote in [ruby-core:23997]:
> This seems needl... -
06:42 AM Bug #1681 (Closed): Integer#chr Should Infer Encoding of Given Codepoint
- =begin
String#ord and Integer#chr are symmetrical operations on ASCII Strings:
'a'.ord.chr #=> "a"
B... - 07:09 AM Revision 62c88575 (git): * win32/resource.rb: CONFIG["TEENY"] is not ruby's version but API's
- one. So need to use RUBY_VERSION instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23839 b2dd03c8-39d4-4... - 07:07 AM Revision a560aa56 (git): * win32/mkexports.rb: rbconfig.rb exists on ".".
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:02 AM Revision 37138a2a (git): * parse.y (parser_set_encode): show the erred file name instead of
- the file that requires it. [ruby-core:24006]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23837 b2dd03c8-39d4... - 02:41 AM Revision 4d0e9c45 (git): * misc/ruby-style.el: It is too late to set c-file-style in
- c-mode-hook (at least on Emacs 23). Call c-set-style instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... -
01:08 AM Feature #1673: let irb use pretty_inspect if possible
- =begin
遠藤です。
2009/06/24 0:25 に 石塚圭樹<[email protected]> さんは書きました:
> 実はすでにこちらでも作っていて, --inspect pp 以外にもブロックが指定で
... -
12:26 AM Feature #1673: let irb use pretty_inspect if possible
- =begin
けいじゅ@いしつかです.
In [ruby-dev:38703] the message: "[ruby-dev:38703] Re: [feature:trunk]
let irb use pretty_in... -
12:54 AM Revision 516487de (git): * vm_insnhelper.c (vm_setup_method): fixed format spec.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/23/2009
-
11:38 PM Bug #1674: set_trace_func with 1line block
- =begin
遠藤です。
2009/06/22 15:15 に _ wanabe<[email protected]> さんは書きました:
> set_trace_funcだけでなく例外のバックトレース表示でも同様で... -
08:53 PM Bug #1679 (Closed): rb_w32_getenv() invalidates previous environment pointers
- =begin
On Windows turning on page heap (gflags -p /enable ruby.exe /full) revealed that environment pointers return... -
08:25 PM Bug #940 (Assigned): ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
- =begin
fixed at r23827
=end
-
07:03 PM Bug #940: ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
- =begin
Let me explain you a bit more what's happening:
- Autotools are a widely used, long time existing tool f... -
09:50 AM Bug #940: ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
- =begin
Hi,
In message "Re: [ruby-core:23973] [Bug #940] ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined"
... -
08:24 AM Bug #940: ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
- =begin
How to reproduce:
- start a project with autotools (including autoheader)
- create a C/C++ file includ... - 05:02 PM Revision 157c9529 (git): * 2009-06-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:01 PM Revision 907415bb (git): describe IO#fdatasync.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:06 PM Revision fdd6c4be (git): * ChangeLog: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:28 PM Revision 8b920b4a (git): * file.c (rb_get_path_check): check with given safe level.
- * file.c (rb_find_file_ext_safe, rb_find_file_safe): ditto.
* safe.c (rb_insecure_operation): function to raise secu... -
11:34 AM Revision 5be85964 (git): * gc.c: remove the definition of GC_DEBUG (debugging macro).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:16 AM Revision b15fd851 (git): * configure.in (ruby_version): defaults revision to 0 when no
- revision.h exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:05 AM Revision ff1b8b75 (git): * file.c (rb_find_file_ext, rb_find_file): no needs to expand
- paths with tilde twice.
* load.c (rb_f_load): load the given path directly if not found in
load_path.
* load.c (s... -
06:27 AM Bug #1678: uninitialized value in ossl_x509store_initialize causes occasional segfault
- =begin
Ah, searching through the other issues, it looks like this is a duplicate of bug #405. Hopefully my additiona... -
06:01 AM Bug #1678 (Closed): uninitialized value in ossl_x509store_initialize causes occasional segfault
- =begin
I am seeing segfaults when attempting to run gem to install something on my build of Ruby 1.8.7 on a 64-bit l... -
05:48 AM Feature #1673: let irb use pretty_inspect if possible
- =begin
遠藤です。
2009/06/22 0:43 に 石塚圭樹<[email protected]> さんは書きました:
> うーん. require してあると, irbの振る舞いが変わるのはどうかと思います
... -
03:44 AM Revision 12811c59 (git): * configure.in: remove PACKAGE_* macros generated by autotools.
- [ruby-core:20938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/22/2009
-
11:27 PM Bug #1675 (Closed): typo in variable.c
- =begin
Applied in changeset r23820.
=end
-
06:07 PM Bug #1675 (Closed): typo in variable.c
- =begin
geneic は generic の typo ではないでしょうか。
Index: trunk/variable.c
===========================================... -
07:44 PM Bug #1676 (Closed): only last "return" is traced by set_trace_func
- =begin
複数ある return のうち最後ではないものでメソッドの処理が終わったとき
set_trace_func の "return" イベントが起こりません。
$ ruby -ve '
set_trace... -
05:27 PM Feature #1667 (Closed): IO#codepoints, IO#each_codepoint, and StringIO
- Applied in changeset r23818.
-
05:17 PM Revision cb5eb54d (git): $: doesn't contains "." now.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:31 PM Revision 0872a8c4 (git): * 2009-06-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:31 PM Revision c8eabecb (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 PM Revision 5202b22b (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:21 PM Revision 86b418c2 (git): * 2009-06-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 PM Revision 98aac1e6 (git): * ruby.c (process_options): don't specify .so for encdb here.
- "." is replaced by "_" in load_encoding.
* encoding.c (load_encoding): add .so here.
git-svn-id: svn+ssh://ci.rub... -
03:15 PM Bug #1674: set_trace_func with 1line block
- =begin
set_trace_funcだけでなく例外のバックトレース表示でも同様でした。
$ ruby -e '1.upto(2) {
raise
}'
-e:1:in `block in <main>... -
10:20 AM Bug #1674 (Closed): set_trace_func with 1line block
- =begin
内容が1行だけのブロックを実行すると
set_trace_funcで期待通りの行番号が得られません。
$ ruby -ve '
set_trace_func(proc{|type, file, lin... -
02:25 PM Revision e0d24f31 (git): * variable.c (rb_generic_ivar_memsize): typo fixed. a patch from
- Kazuhiro NISHIYAMA. [ruby-dev:38700]
* ext/objspace/objspace.c (memsize_of): ditto.
git-svn-id: svn+ssh://ci.ruby-... -
12:23 PM Revision fc640282 (git): * io.c: remove __CHECKER__ test.
- * dir.c: ditto.
* dln.c: ditto.
* file.c: ditto.
* process.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
08:23 AM Revision fa31dda1 (git): * ext/stringio/stringio.c (strio_each_codepoint): new method.
- [ruby-core:23949]
* ext/stringio/stringio.c (strio_each_codepoint): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
07:28 AM Revision b205b5e7 (git): fix tests for load_path.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:26 AM Revision 4a81d135 (git): * ruby.c (ruby_init_loadpath_safe): removed "." from load_path.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 AM Revision 877acd03 (git): * compile.c (iseq_set_arguments, iseq_compile_each): internal
- arrays must be hidden. [ruby-dev:38613]
* vm.c (Init_top_self): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
07:05 AM Revision 53106bd5 (git): * compile.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision c030cf19 (git): * ruby.c (process_options), enc/prelude.rb: encdb and transdb are
- extension libraries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:35 AM Revision 210e51f3 (git): * ruby.c (process_options): set progname earlier.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:50 AM Revision a7dedc27 (git): * io.c (rb_io_fdatasync): new method IO#fdatasync.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 AM Feature #1673: let irb use pretty_inspect if possible
- =begin
けいじゅ@いしつかです.
In [ruby-dev:38695] the message: "[ruby-dev:38695] [feature:trunk] let
irb use pretty_inspec...
06/21/2009
-
11:07 PM Feature #1673 (Closed): let irb use pretty_inspect if possible
- =begin
遠藤です。
irb メンテナの石塚さん:
pretty_inspect が使用可能なときは、irb の結果出力にそれを使うのは
どうでしょうか。
irb(main):001:0> ["foo b... -
10:37 PM Bug #1671 (Closed): $-W is assignable
- =begin
Applied in changeset r23809.
=end
-
10:27 PM Bug #1671 (Closed): $-W is assignable
- =begin
$-W = 2
$-W = :not_a_number
ドキュメントによると$-Wはreadonlyであるべきです。
=end
-
10:37 PM Bug #1670 (Closed): assignment to $: breaks rb_vm_struct
- =begin
Applied in changeset r23809.
=end
-
10:24 PM Bug #1670 (Closed): assignment to $: breaks rb_vm_struct
- =begin
$:のsetterがデフォルトのsetterなので、rb_vm_structのselfを上書きします。
1.8に倣うと$:はreadonlyであるべきです。
=end
-
10:30 PM Bug #1672 (Closed): test-all requires minitest gem installed
- =begin
at test/rubygems/test_gem_dependency_installer.rb,
Could not find RubyGem minitest (>= 1.3.1)
たぶん、r23... -
08:32 PM Bug #1401: ftools is not in the 1.9.1
- =begin
ok. Was a bug in Rake for 1.9.1, substituting with fileutils just causes some other errors since the APIs are... -
02:41 PM Revision d990d38a (git): merges r23809 from trunk into ruby_1_9_1.
- --
* load.c (Init_load): $: must be readonly. [ruby-dev:38690]
* ruby.c (ruby_prog_init): $-W must be readonly. [r... -
01:35 PM Revision 5d30ddec (git): * load.c (Init_load): $: must be readonly. [ruby-dev:38690]
- * ruby.c (ruby_prog_init): $-W must be readonly. [ruby-dev:38691]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
10:57 AM Bug #1669 (Closed): FileUtils.cp file mode
- =begin
Applied in changeset r23774.
=end
-
10:01 AM Bug #1669 (Closed): FileUtils.cp file mode
- =begin
Files created by FileUtils.cp (without :preserve => true argument) have the file mode 0600, which (in general... -
10:47 AM Bug #1659 (Closed): Segfault with Encoding::Converter.asciicompat_encoding('internal')
- =begin
Applied in changeset r23773.
=end
-
10:36 AM Revision 953138e4 (git): merges r23774 from trunk into ruby_1_9_1.
- --
* lib/fileutils.rb (FileUtils::Entry_#copy_file): open with
default umask. [ruby-core:23952]
git-svn-id: svn+s... -
10:36 AM Revision a50f85f6 (git): merges r23773 from trunk into ruby_1_9_1.
- --
* transcode.c (enc_arg): default interanl encoding may not be set.
[ruby-core:23932]
git-svn-id: svn+ssh://ci.r... -
10:36 AM Revision ef72effc (git): merges r23754 from trunk into ruby_1_9_1.
- --
* lib/monitor.rb (MonitorMixin::extend_object): should use
#__send__ instead of #send to avoid possible name con... -
10:36 AM Revision 0889e634 (git): merges r23745 from trunk into ruby_1_9_1.
- --
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran... -
10:36 AM Revision 29bf9de0 (git): merges r23744 from trunk into ruby_1_9_1.
- --
* complex.c: constant COMPLEX_NAME has been removed.
* rational.c: constant RATIONAL_NAME has bee... -
10:35 AM Revision 34304a66 (git): merges r23742 from trunk into ruby_1_9_1.
- --
* numeric.c (flo_cmp): should always return nil for NaN.
* numeric.c (flo_cmp): handle infinite value specially u... -
10:35 AM Revision 9bf90435 (git): merges r23741 from trunk into ruby_1_9_1.
- --
* numeric.c (*_numerator,*_denominator): moved to rational.c.
* rational.c (*_numerator,*_denomin... -
10:35 AM Revision 979153cf (git): merges r23739 from trunk into ruby_1_9_1.
- --
* bignum.c (big_lshift, big_rshift): return Bignum always without
normalization. [ruby-dev:38679]
git-svn-id: ... -
10:35 AM Revision 4c52c1c5 (git): merges r23737 from trunk into ruby_1_9_1.
- --
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity too
early. add BASE_FIG margin. [ruby-dev:38673... -
10:35 AM Revision 0e5852ce (git): merges r23733 from trunk into ruby_1_9_1.
- --
* numeric.c ( num_numerator, num_denominator): use
to_r [ruby-core:23910].
git-svn-id: svn+ssh:... -
10:34 AM Revision 24523af7 (git): merges r23730 from trunk into ruby_1_9_1.
- --
* numeric.c (flo_cmp): Infinity is greater than any bignum
number. [ruby-dev:38672]
* bignum.c (rb_big_cmp): d... -
10:34 AM Revision 2a60fec3 (git): merges r23729 from trunk into ruby_1_9_1.
- --
* file.c (file_expand_path): drive letter is ascii only.
[ruby-dev:38612]
git-svn-id: svn+ssh://ci.ruby-lang.or... -
10:34 AM Revision 70161537 (git): merges r23727 from trunk into ruby_1_9_1.
- --
* rational.c (nurat_coerce): accepts Complex when the imag is
exact zero.
git-svn-id: svn+ssh:/... -
09:43 AM Bug #1661: RegExp mismatch
- =begin
Hi,
At Sat, 20 Jun 2009 10:31:26 +0900,
Hirotsugu Asari wrote in [ruby-core:23942]:
> It seems counterin... -
09:17 AM Revision eb556f53 (git): merges r23724 and r23725 from trunk into ruby_1_9_1.
- --
* load.c (rb_f_require): RDoc updated. a patch from Run Paint Run
Run in [ruby-core:23833].
--
* load.c (rb_mod... -
09:16 AM Revision 341c1cb7 (git): merges r23720 from trunk into ruby_1_9_1.
- --
* thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on
stack overflows in the signal handler, if sigalt... -
09:16 AM Revision c2d571c3 (git): merges r23718 from trunk into ruby_1_9_1.
- --
* complex.c (nucomp_coerce): accepts Complex instances.
* rational.c (nurat_coerce): accepts Rati... -
09:16 AM Revision 7eb5dcf3 (git): merges r23715 from trunk into ruby_1_9_1.
- --
* lib/webrick/httputils.rb (parse_form_data): escape boundary of
multipart/form-data when embed in regexp.
git-... -
09:16 AM Revision 92045f3d (git): merges 23699 and 23705 from trunk into ruby_1_9_1.
- --
* io.c (fptr_finalize): skip close(2) for fd 0,1,2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9... -
09:16 AM Revision b00a8195 (git): merges the latter half of r23699 and r23706 from trunk into ruby_1_9_1.
- --
* io.c (argf_skip): should close only when current_file is available.
--
* test/ruby/test_argf.rb (TestArgf#test_s... -
09:15 AM Revision 745dcf09 (git): merges r23695 and r23698 from trunk into ruby_1_9_1.
- --
* bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should return
-HUGE_VAL (-Infinity).
--
avoid ... -
09:15 AM Revision 8eb441fd (git): merges r23694 from trunk into ruby_1_9_1.
- --
* io.c (argf_each_line): should return self. [ruby-core:23852]
* io.c (argf_each_byte, argf_each_char): ditto.
... -
09:15 AM Revision 79cd4bfa (git): merges r23693 from trunk into ruby_1_9_1.
- --
* gc.c (os_obj_of): invoke garbage collection before iteration, to
avoid accessing half recycled object referenc... -
09:15 AM Revision e4d24706 (git): merges r23682 from trunk into ruby_1_9_1.
- --
Fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:15 AM Revision b3260dbe (git): merges r23675 from trunk into ruby_1_9_1.
- --
* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,
and the case without arguments. [ruby-core:2... -
09:14 AM Revision b7a19546 (git): merges r23673 from trunk into ruby_1_9_1.
- --
* vm_eval.c (rb_f_throw): fixed rdoc about execption.
[ruby-core:23824]
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
09:14 AM Revision ff97db81 (git): merges r23670 from trunk into ruby_1_9_1.
- --
* file.c (file_expand_path): associate the input encoding when
copying an absolute path. [ruby-dev:38594]
git-... -
09:14 AM Revision a847df14 (git): merges r23665 from trunk into ruby_1_9_1.
- --
* lib/prime.rb: documentation typo fixed. a patch from okkez.
[ruby-dev:38586]
git-svn-id: svn+ssh://ci.ruby-l... -
09:14 AM Revision 00348634 (git): merges r23661 from trunk into ruby_1_9_1.
- --
* dir.c (dir_s_getwd): directory path's encoding should be filesystem's
one.
* lib/tmpd... -
09:14 AM Revision db54a65f (git): merges r23658 from trunk into ruby_1_9_1.
- --
* lib/cmath.rb (log10): raised exception when the given number is
a negative real.
git-svn-id: ... -
09:13 AM Revision d22db6cc (git): merges r23657 from trunk into ruby_1_9_1.
- --
* dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at
[ruby-core:23767].
git-svn-id: svn+ssh://ci.... -
09:13 AM Revision 22365d9c (git): merges r23655 from trunk into ruby_1_9_1.
- --
* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b... -
09:13 AM Revision 6e169674 (git): merges r23642 from trunk into ruby_1_9_1.
- --
removed extra spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23777 b2dd03c8-39d4-4d8f-98... -
09:13 AM Revision c74466e1 (git): merges r23622 from trunk into ruby_1_9_1.
- --
* enum.c (first_i): Enumerator#first should consume only what is
needed. a patch from Marc-Andre Lafortune. [... -
09:12 AM Revision 5e479b4e (git): merges r23618 from trunk into ruby_1_9_1.
- --
* test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
01:47 AM Revision a02b3374 (git): * lib/fileutils.rb (FileUtils::Entry_#copy_file): open with
- default umask. [ruby-core:23952]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23774 b2dd03c8-39d4-4d8f-98ff-8... -
01:46 AM Revision 3448160b (git): * transcode.c (enc_arg): default interanl encoding may not be set.
- [ruby-core:23932]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:08 AM Revision 29313aa3 (git): * ChangeLog: fixed probable typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/20/2009
-
09:47 PM Feature #1667 (Closed): IO#codepoints, IO#each_codepoint, and StringIO
- Almost all "iterators" of `String` are present in `IO` and `StringIO`: `#each_char`, `#each_byte`, `#each_line` and t...
-
09:44 PM Bug #1666 (Closed): Confusion in documentation for lines vs each_line, etc...
- =begin
Currently, IO#lines is defined as "to_enum(:each_line, *args)" and thus will ignore a block if one is given.
... -
08:57 PM Bug #1665: Enumerable#reverse_each, #entries, #to_a documentation [patch]
- =begin
While I am updating the News for 1.8.7 (and thus 1.9), the new form of Hash.[] should also be added (as per r... -
08:40 PM Bug #1665 (Closed): Enumerable#reverse_each, #entries, #to_a documentation [patch]
- =begin
The following are missing from the 1.8.7 release News:
Enumerable#reverse_each (new method)
Enumerable#to... -
08:51 PM Bug #1385: Wonderful undocumented feature in Ruby 1.8.7 & 1.9
- =begin
The included patch completes the documentation for Hash.[], including the form Hash[[[:a,1],[:b,2]]]
=end
-
07:58 PM Bug #1664 (Closed): Kernel#define_singleton_method not documented [patch]
- =begin
Kernel#define_singleton_method is currently missing its documentation.
I propose the following:
call-s... -
07:53 PM Bug #1663 (Closed): Small documentation fixes [patch]
- =begin
This patch improves the documentation for:
String#partition, String#rpartition (argument can be regexp)
M... - 07:15 PM Revision 231314be (git): * 2009-06-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:15 PM Revision 5baa0431 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 PM Revision fa2ab2fc (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:37 PM Revision d82ed7e2 (git): * numeric.c (num_div): don't use num_floor which is actually
- flo_floor.
* numeric.c (num_modulo): don't call '%'.
* numeric.c (num_divmod): use num_modulo.
... - 11:29 AM Revision a05fd849 (git): * complex.c: edited rdoc.
- * numeric.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:08 AM Revision 41353c51 (git): merges r23616 from trunk into ruby_1_9_1.
- --
* cont.c (cont_capture, fiber_store): reraise transferred error.
* cont.c (fiber_switch): transfers dead fiber er... -
09:07 AM Revision 33b5635a (git): merges r23609 from trunk into ruby_1_9_1.
- --
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
exp is bigger than DBL_MANT_DIG.
git-svn-id: sv... -
09:07 AM Revision 5784b103 (git): merges r23607 from trunk into ruby_1_9_1.
- --
* file.c (istrailinggarbage): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23764 b... -
09:07 AM Revision 6344190e (git): merges r23571 from trunk into ruby_1_9_1.
- --
* include/ruby/ruby.h (FilePathValue): prevent from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
09:07 AM Revision 0fd0bacc (git): merges r23568 from trunk into ruby_1_9_1.
- --
* string.c (rb_str_each_char, rb_str_each_codepoint): string
length must be long.
git-svn-id: svn+ssh://ci.ruby... -
09:07 AM Revision 67a3f2ee (git): merges r23562 and r23564 from trunk into ruby_1_9_1.
- --
* string.c (rb_str_partition): should use the converted result. a
patch from Marc-Andre Lafortune at [ruby-core... -
09:06 AM Revision 509f805a (git): merges r23560 from trunk into ruby_1_9_1.
- --
* lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch from
Nobuhiro IMAI. [ruby-dev:38538]
git-svn-id: sv... -
09:06 AM Revision 0ddc8305 (git): merges r23557 and r23563 from trunk into ruby_1_9_1.
- --
* thread.c (rb_exec_recursive_paired): new function for proper
handling of recursive arrays. [EXPERIMENTAL] [ru... -
09:06 AM Revision 7340277c (git): merges r23556 from trunk into ruby_1_9_1.
- --
* error.c (syserr_initialize): errno is int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@2375... -
09:06 AM Revision a1bfd01a (git): merges r23550 from trunk into ruby_1_9_1.
- --
* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):
splitting with regexp source string is obsolete... -
09:05 AM Revision 972e0b2b (git): merges r23549 from trunk into ruby_1_9_1.
- --
* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrict
to Fixnum. [ruby-dev:38533]
git-svn-id: svn+... -
07:27 AM Bug #1649 (Closed): use of #send in MonitorMixin::extend_object fails for BasicSocket objects
- =begin
Applied in changeset r23754.
=end
-
06:06 AM Bug #1661 (Rejected): RegExp mismatch
- =begin
Because "\s" is just one space, and differs from /\s/.
=end
-
02:57 AM Bug #1661 (Assigned): RegExp mismatch
- =begin
Parser issue. Confirmed on all active branches I can test.
\s is eaten by Regexp::EXTENDED. /\s/x do n... -
12:52 AM Bug #1661 (Rejected): RegExp mismatch
- =begin
#---------------------------
if matches = "all ".match(Regexp.new("^((all)|(submit)|(view))\s\s*",Regexp:... -
02:16 AM Bug #1650: Time range === is slow
- =begin
Hi,
In message "Re: [ruby-core:23908] [Bug #1650] Time range === is slow"
on Thu, 18 Jun 2009 09:48:3...
06/19/2009
- 11:57 PM Revision 40d6a752 (git): * complex.c: edited rdoc.
- * rational.c: ditto.
* numeric.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23755 b2dd03c8... -
10:19 PM Revision a910caec (git): * lib/monitor.rb (MonitorMixin::extend_object): should use
- #__send__ instead of #send to avoid possible name conflict.
[ruby-core:23907]
git-svn-id: svn+ssh://ci.ruby-lang.o... - 09:57 PM Revision ab7baebb (git): * complex.c: edited rdoc.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:14 PM Bug #1659 (Closed): Segfault with Encoding::Converter.asciicompat_encoding('internal')
- =begin
When my internal encoding is nil, Encoding::Converter.asciicompat_encoding("internal") causes a segfault on t... -
08:57 PM Bug #1658 (Closed): Encoding.name_list Returns Dummy Encodings Contrary to Documentation
- =begin
Applied in changeset r23745.
=end
-
08:53 PM Bug #1658: Encoding.name_list Returns Dummy Encodings Contrary to Documentation
- =begin
Hi,
In message "Re: [ruby-core:23926] [Bug #1658] Encoding.name_list Returns Dummy Encodings Contrary to D... -
07:45 PM Bug #1658 (Closed): Encoding.name_list Returns Dummy Encodings Contrary to Documentation
- =begin
Encoding.name_list returns dummy encodings, but the rdoc claims it won't.
Encoding.name_list.map {|e... -
08:29 PM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
i'll merge it.
and i'll try to adjust some rdocs numeric and others.
thanks for your effort.
=end
-
10:04 AM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
On Jun 18, 2009, at 17:42, Run Paint Run Run wrote:
>> ok, i understand.
>> i didn't notice it due to foc... -
09:43 AM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
> ok, i understand.
> i didn't notice it due to focus the text.
> i think i should have reviewed rdocs nume... -
09:16 AM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
ok, i understand.
i didn't notice it due to focus the text.
i think i should have reviewed rdocs numeric ... -
08:20 AM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
> i'm not good at english.
> however, the patch's descriptions are very similar to the book's reference of
... - 08:10 PM Revision 63f2557b (git): * complex.c; edited rdoc.
- * rational.c; ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:31 PM Revision c21b9570 (git): * rational.c (nurat_abs); removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:36 PM Revision 64eccf4d (git): * 2009-06-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:35 PM Revision 94f371aa (git): * complex.c: added rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:07 PM Bug #1645: 大きな数の比較で正しくない結果になることがある
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38681] [Bug #1645] 大きな数の比較で正しくない結果になることがある"
on Thu, 18 Jun 2009... - 02:44 PM Revision d11b5491 (git): * numeric.c: edited rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:59 PM Revision ed0bdbc5 (git): * rational.c; edited rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:37 PM Revision f86ad72d (git): due to conflict
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:54 AM Revision cb699fc9 (git): * encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:47 AM Revision 03f49cbb (git): * complex.c: constant COMPLEX_NAME has been removed.
- * rational.c: constant RATIONAL_NAME has been removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23744 b2d... - 11:42 AM Revision a6e1a03e (git): * rational.c: added rdoc. a patch from Run Paint Run Run.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:14 AM Bug #1066: Frequent failure: test_io.rb test 2 on OS X 10.5.6
- =begin
This failure still happens with ruby 1.9.2dev (2009-06-19 trunk 23741) [i386-darwin9.7.0] on OS X 10.5.7
... -
08:19 AM Revision cdba56b3 (git): * numeric.c (flo_cmp): should always return nil for NaN.
- * numeric.c (flo_cmp): handle infinite value specially using
infinite? method internally. [ruby-dev:38681]
git-sv... -
03:06 AM Bug #1650: Time range === is slow
- =begin
Adding Time#to_int allows Range#include? to use its fast path, but I don't know if it is appropriate. There'... - 12:31 AM Revision 5134783c (git): * numeric.c (*_numerator,*_denominator): moved to rational.c.
- * rational.c (*_numerator,*_denominator): moved from numeric.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
06/18/2009
-
11:14 PM Revision 0f699af3 (git): * bignum.c (big_lshift, big_rshift): return Bignum always without
- normalization. [ruby-dev:38680]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23740 b2dd03c8-39d4-... -
11:14 PM Revision 44a1d996 (git): * bignum.c (big_lshift, big_rshift): return Bignum always without
- normalization. [ruby-dev:38679]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23739 b2dd03c8-39d4-4d8f-98ff-82... -
11:00 PM Bug #1645: 大きな数の比較で正しくない結果になることがある
- =begin
内容は見ていませんが、上記の例はたしかに期待どおりの結果になりました。
しかし、未知のクラスにはやはり対処できないものなのでしょうね。
main@192-20090618> inf <=> BigDeci... -
02:07 AM Bug #1645 (Closed): 大きな数の比較で正しくない結果になることがある
- =begin
Applied in changeset r23730.
=end
-
08:55 PM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
i'm not good at english.
however, the patch's descriptions are very similar to the book's reference of
"P... -
10:11 AM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
Thanks, Tadayoshi. I've, hopefully, incorporated your suggestions in the attached patch.
=end
-
07:43 AM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
>> div and modulo relate to floor, remainder relate to truncate.
>
> Do you suggest a "see also" pointer ... -
01:14 AM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
> should not use float on the description of divmod.
> divmod = div + modulo.
I've removed that explan... -
08:37 PM Bug #1651 (Closed): Segfault for #numerator and #denominator on Numeric Subclass
- =begin
Applied in changeset r23733.
=end
-
01:24 PM Bug #1651 (Closed): Segfault for #numerator and #denominator on Numeric Subclass
- =begin
$ ruby -ve 'class N < Numeric; end; N.new.numerator'
ruby 1.9.2dev (2009-06-17 trunk 23719) [i686-linux... -
07:19 PM Bug #1654 (Closed): Segmentation fault after a "make install" under OpenSolaris 2009.06
- =begin
Hello there,
I've got the source code via
svn co http://svn.ruby-lang.org/repos/ruby/trunk ruby
... - 04:02 PM Revision f0a75dbb (git): * 2009-06-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 PM Revision fe737a1e (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity too
- early. add BASE_FIG margin. [ruby-dev:38673]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23737 b2dd03c8-39d4... -
02:04 PM Revision 32004e3c (git): don't use /tmp as example socket path.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:41 PM Revision 67f93ddc (git): * rational.c (nurat_s_convert): calls to_r when the given argument
- is non-integer.
* rational.c (nurat_s_convert): raises TypeError when the given
argument is nil.
... - 11:39 AM Revision 430eb945 (git): removed an extra space.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:33 AM Revision 1fda5e1a (git): * numeric.c ( num_numerator, num_denominator): use
- to_r [ruby-core:23910].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:48 AM Bug #1650 (Rejected): Time range === is slow
- =begin
The following program runs N times slower in ruby19 compared to ruby18.
N depends on the input range size.... -
09:24 AM Bug #1649 (Closed): use of #send in MonitorMixin::extend_object fails for BasicSocket objects
- =begin
MonitorMixin::extend_object executes obj.send(:mon_initialize) with the intention of invoking Object#send. H... - 07:32 AM Revision dd2c22ae (git): oops. bump
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:31 AM Revision 58cfb41d (git): Imported minitest 1.4.0 r5083.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:17 AM Bug #1643 (Closed): documentation are installed to the wrong dir in windows
- =begin
Applied in changeset r23728.
=end
-
12:25 AM Bug #1643: documentation are installed to the wrong dir in windows
- =begin
This happens on both Linux(x86_64) and AIX as well.
Attached patch is how I avoided this issue, but I'm not...
Also available in: Atom