Activity
From 06/16/2009 to 06/22/2009
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...
06/17/2009
-
11:18 PM Bug #1646 (Closed): BigDecimal で浮動小数点数への変換が正しく行なわれないことがある
- =begin
BigDecimal で浮動小数点数への変換が正しく行なわれないことがある
irb -r bigdecimal -r bigdecimal/util
main@192-20090617> Float::M... -
11:13 PM Bug #1645 (Closed): 大きな数の比較で正しくない結果になることがある
- =begin
大きな数の比較で正しくない結果になることがある
main@192-20090617> inf = 1.0/0.0
#=> Infinity
main@192-20090617> inf <=> (Fl... -
10:46 PM Bug #1640: [PATCH] Documentation for the Rational Class
- =begin
thanks for your patch. i felt it is good on the whole.
i have some requests and hits.
should not u... -
05:09 PM Bug #1627: Kernel.require Should Canonicalise Paths
- =begin
Hi,
In message "Re: [ruby-core:23845] [Bug #1627] Kernel.require Should Canonicalise Paths"
on Sun, 1... -
05:07 PM Bug #1627: Kernel.require Should Canonicalise Paths
- =begin
Hi,
In message "Re: [ruby-core:23848] [Bug #1627] Kernel.require Should Canonicalise Paths"
on Sun, 1... -
05:07 PM Bug #1622 (Closed): [PATCH] Module.autoload Documentation Fix
- =begin
Applied in changeset r23725.
=end
-
05:07 PM Bug #1620 (Closed): [PATCH] Kernel.require Normalises Paths in 1.9
- =begin
Applied in changeset r23724.
=end
-
05:05 PM Revision 7fc9c4a4 (git): * numeric.c (flo_cmp): Infinity is greater than any bignum
- number. [ruby-dev:38672]
* bignum.c (rb_big_cmp): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23730 b... -
04:29 PM Revision 7785612a (git): * file.c (file_expand_path): drive letter is ascii only.
- [ruby-dev:38612]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:09 PM Revision 4d3c75e2 (git): * configure.in (ridir, RI_BASE_NAME): fixed for path expansion.
- [ruby-core:23876]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:49 PM Revision cefaa168 (git): * rational.c (nurat_coerce): accepts Complex when the imag is
- exact zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:37 PM Feature #1644 (Assigned): recv on inherited socket wrapped in TCPSocket does not read data, on Windows
- =begin
On Windows, if you try to wrap an existing winsock socket that was inherited from a parent process into a TC... -
02:07 PM Bug #1612 (Closed): StringScanner#matchedsize warn "use #matched_size instead"
- =begin
Applied in changeset r23721.
=end
- 12:55 PM Revision b6849b25 (git): * bignum.c (rb_big_fdiv): checks whether the given second argument
- can be converted to float properly.
* numeric.c (fix_fdiv): calls rb_big_fdiv when the given second
... -
08:27 AM Bug #1636 (Closed): Rational#coerce(Rational) Raises TypeError
- =begin
Applied in changeset r23718.
=end
-
08:07 AM Feature #977: caller for all threads patch
- =begin
Hi,
In message "Re: [ruby-core:23812] Re: [Bug #977] caller for all threads patch"
on Fri, 12 Jun 200... -
08:00 AM Revision bbd2b5e9 (git): * load.c (rb_mod_autoload): ditto. [ruby-core:23835]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:59 AM Revision bb7a1e8d (git): * load.c (rb_f_require): RDoc updated. a patch from Run Paint Run
- Run in [ruby-core:23833].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:22 AM Revision a6db50e0 (git): * sample/test.rb (valid_syntax?): should not capture BOM.
- * test/ruby/test_system.rb (TestSystem#valid_syntax?): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@237... -
05:37 AM Revision 53ecede9 (git): * sample/test.rb (valid_syntax?): skips BOM. [ruby-dev:38666]
- * test/ruby/test_system.rb (TestSystem#valid_syntax?): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@237... -
04:57 AM Revision d121a3fb (git): * ext/strscan/strscan.c (Init_strscan): remove obsolete
- matchedsize method, use matched_size instead. [ruby-dev:38591]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23... -
03:56 AM Revision 945ea61c (git): * thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on
- stack overflows in the signal handler, if sigaltstack is
available. On stack overflow (and with sigaltstack), the ... -
03:26 AM Bug #1643 (Closed): documentation are installed to the wrong dir in windows
- =begin
after running make install it says
installing rdoc: $(DATAROOTDIR)/$(RI_BASE_NAME)/1.9.1/syste... -
01:24 AM Bug #1392: Object#extend leaks memory on Ruby 1.9.1
- =begin
I think you can tell if it was a leak by running a loop
loop do
s = {}
s.extend BetterHash...
06/16/2009
-
11:56 PM Revision 39a770b7 (git): * ext/objspace: added. objspace library extends some methods to
- ObjectSpace module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 11:17 PM Revision ad522685 (git): * complex.c (nucomp_coerce): accepts Complex instances.
- * rational.c (nurat_coerce): accepts Rational
instances. [ruby-core:23859]
git-svn-id: svn+ssh://ci.ruby... - 10:46 PM Revision 3afd3c7b (git): * 2009-06-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:46 PM Revision 2e470cbf (git): * lib/webrick/httputils.rb (parse_form_data): escape boundary of
- multipart/form-data when embed in regexp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23716 b2dd0... -
10:42 PM Revision cde49100 (git): * lib/webrick/httputils.rb (parse_form_data): escape boundary of
- multipart/form-data when embed in regexp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23715 b2dd03c8-39d4-4d8f... -
10:36 PM Revision 3caa4ee5 (git): * array.c (rb_ary_memsize): added.
- * io.c (rb_io_memsize): added.
* regcomp.c (onig_memsize): added.
* string.c (rb_str_memsize): added.
* transcode.c (... -
10:23 PM Revision 51d174a1 (git): * iseq.c (iseq_memsize): added. Use RTypedData instead of RData
- for ISeq.
* vm.c (env_memsize, vm_memsize, thread_memsize): added. Use
RTypedData instead of RData for Env, VM, Th... -
10:03 PM Revision af0429b5 (git): * st.c, include/ruby/st.h (st_memsize): added. This function returns
- the memory usage of st_talbe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23712 b2dd03c8-39d4-4d8f-98ff-823f... -
09:40 PM Revision dfb0fa0c (git): fix indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:36 PM Revision a74d12dc (git): * include/ruby/ruby.h: New structure RTypedData, added.
- This structure incldues more explicit type information for
T_DATA objects. If RData(obj)->dfree is immediate value... -
09:15 PM Revision a0e0fafa (git): * gc.c: fix indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:07 PM Revision 06f833e6 (git): * gc.c (rb_objspace_each_objects): New C API, added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:49 PM Revision 6883f97a (git): * 2009-06-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 PM Revision be3c53d5 (git): * test/ruby/test_argf.rb (TestArgf#test_skip): updated test
- according to clarified behavior.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23706 b2dd03c8-39d4-4d8f-98ff-823... -
02:46 PM Revision d3b85234 (git): * io.c (fptr_finalize): revert last change. [ruby-dev:38648]
- * io.c (fptr_finalize): skip close(2) for fd 0,1,2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23705 b2dd03c8... -
01:23 PM Revision 47fc6a3a (git): * io.c (rb_io_open), math.c (domain_check), object.c (boot_defclass):
- constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:05 PM Feature #1628: GC.stat
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38652] Re: [Feature: trunk] GC.stat"
on Tue, 16 Jun 2009 11:18:... -
11:18 AM Feature #1628: GC.stat
- =begin
Yukihiro Matsumoto wrote::
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:38646] Re: [Feature: trunk] GC.sta... -
09:59 AM Feature #1628: GC.stat
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38646] Re: [Feature: trunk] GC.stat"
on Tue, 16 Jun 2009 09:31:... -
09:31 AM Feature #1628: GC.stat
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> 一応、名前を付けた本人は
>
> heap - オブジェクトを切り出して来る空間
> slot - 切り出してきたオブジ... -
01:29 AM Feature #1628: GC.stat
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38642] Re: [Feature: trunk] GC.stat"
on Tue, 16 Jun 2009 00:52:... -
12:52 AM Feature #1628: GC.stat
- =begin
ささだです.
Tanaka Akira wrote::
> slot は、HEAP_MIN_SLOTS などをみると、オブジェクトの場所とい
> う意味で使われていて違うんじゃないかと思いますが。
... -
11:24 AM Bug #595: Fiber ignores ensure clause
- =begin
ささだです.
wanabe wrote::
> ruby 1.9.2dev (2009-06-14 trunk 23691) [i386-mingw32] では
> make test-all で SEGV... -
11:22 AM Feature #1623: rb_objspace_each_objects
- =begin
ささだです.
Nobuyoshi Nakada wrote::
> VALUE*を渡すということは一度VALUEの配列を作るわけですから、
> strideは不要でしょう。もっとも、end-startが大き... -
11:19 AM Feature #1623: rb_objspace_each_objects
- =begin
なかだです。
At Tue, 16 Jun 2009 11:05:58 +0900,
SASADA Koichi wrote in [ruby-dev:38650]:
> void
> rb_objspac... -
11:06 AM Feature #1623: rb_objspace_each_objects
- =begin
ささだです.
SASADA Koichi wrote::
>> このcallbackですが
>>
>> (*callback)(VALUE *values, size_t run, void* dat... -
11:14 AM Bug #1640 (Closed): [PATCH] Documentation for the Rational Class
- =begin
The Rational class has no documentation, so I've attached a first draft. Some comments:
* The class was ... -
11:10 AM Revision e54f8806 (git): * transcode.c (transcode_restartable0): refix can't build with VC9.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:08 AM Feature #1637: RTypedData
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> | 現在,RData に格納された情報は,その元になった型情報がなくなってしまい
> |ますが,型情報を陽に持たせた RTypedDa... -
02:09 AM Feature #1637: RTypedData
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38620] [Feature: trunk] RTypedData"
on Mon, 15 Jun 2009 12:07:2... -
10:25 AM Bug #1633: ARGF#close and ARGF#skip are Often Fatal on 1.9
- =begin
Hi,
In message "Re: [ruby-core:23853] [Bug #1633] ARGF#close and ARGF#skip are Often Fatal on 1.9"
on... -
10:17 AM Bug #1633 (Closed): ARGF#close and ARGF#skip are Often Fatal on 1.9
- =begin
Applied in changeset r23699.
=end
-
07:14 AM Revision bc4c51ec (git): Tue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) <[email protected]>
- * parse.y (parser_read_escape, parser_tokadd_escape):
replace scan_oct as ruby_scan_oct.
git-svn-id: svn... - 01:15 AM Revision a4349c6b (git): * 2009-06-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:15 AM Revision 14d860d9 (git): * io.c (argf_close): always call #close method. [ruby-core:23853]
- * io.c (argf_skip): should close only when current_file is available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br... -
01:14 AM Revision 6f1edacc (git): * io.c (fptr_finalize): should close stdin/stdout/stderr when
- closed explicitly. [ruby-core:23853]
* io.c (argf_skip): should close only when current_file is available.
git-sv...
Also available in: Atom