Activity
From 06/21/2009 to 06/27/2009
06/27/2009
- 08:11 PM Revision 753a22a0 (git): * 2009-06-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:10 PM Revision c5a88815 (git): * enum.c (enum_first): Perform negative length check before
- attempting to make an array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:35 AM Revision ae96b225 (git): trivial change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:12 AM Revision 7cf1d668 (git): * complex.c (nucomp_addsub): new
- * complex.c (nucomp_{add,sub}): use nucomp_addsub.
* complex.c (nucomp_divide): changed the algorithm.
* complex.c (nucomp_abs): added shortcuts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23872 b2dd03c8-39d4-... -
08:33 AM Bug #1695: String interpolation Issue with escape characters inside an in-string evaluated statement
- =begin
=end
-
01:16 AM Bug #1695: String interpolation Issue with escape characters inside an in-string evaluated statement
- =begin
Thanks! If anything this seems more on the IRB side of things.
=end
-
12:54 AM Bug #1695: String interpolation Issue with escape characters inside an in-string evaluated statement
- =begin
(Deleted).
=end
-
12:24 AM Bug #1695 (Closed): String interpolation Issue with escape characters inside an in-string evaluated statement
- =begin
Apologies if this has already been addressed but I could not find anything:
# Alone, works fine
>> 'a'.gsub("'",'\\\'')
=> "a"
# Inside a string in #{} - bombs
>> "hi #{'a'.gsub("'",'\\\'')}"
[just waits for an... - 07:58 AM Revision f94228c8 (git): * rational.c (nurat_cmp): use rb_num_coerce_cmp.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:46 AM Revision b2fb7596 (git): * complex.c: revised rdoc.
- * rational.c: ditto.
* numeric.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:50 AM Revision 3f594ce1 (git): * 2009-06-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:50 AM Revision 7b998913 (git): Merge r24865:23867 from trunk.
- * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: add
item.guid.permanent_link? and item.guid.permanent_link=.
* NEWS: rss: 0.2.5 -> 0.2.7.
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.6 -> 0.2.7.
git-svn-id: svn+ssh://ci... - 04:45 AM Revision 4365f671 (git): * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: add
- item.guid.permanent_link? and item.guid.permanent_link=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:41 AM Revision 23c14c36 (git): * NEWS: rss: 0.2.5 -> 0.2.7.
- * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.6 -> 0.2.7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:48 AM Bug #1681 (Closed): Integer#chr Should Infer Encoding of Given Codepoint
- =begin
Applied in changeset r23865.
=end
-
03:38 AM Bug #1692 (Open): warning: useless use of a literal in void context
- =begin
wrong ML ref
=end
-
03:27 AM Bug #1692 (Closed): warning: useless use of a literal in void context
- =begin
Applied in changeset r23864.
=end
-
01:22 AM Bug #1691: ruby --help doesn't display the "skip rubygems" option
- =begin
Looks like just `--disable=gems`. Patch attached to update the help.
=end
06/26/2009
-
10:16 PM Bug #1694 (Closed): Tempfile.open{} の返り値
- =begin
r19454 で、Tempfile.open{} はブロックを評価した値を返すようになっていますが、
ドキュメントが対応していないようなので、パッチです。
File.open{} から取ってきました。
=end
-
06:40 PM Revision 4b85c77e (git): * numeric.c (int_chr): use default_internal encoding as default
- destination encoding if set. [ruby-core:23997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:33 PM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
- =begin
We have String#encode (without any arguments), which transcodes to
default_internal (and in addition, doesn't raise an exception for
invalid byte sequences,..., which may be a security issue), so I don't
think using Integer... -
06:18 PM Revision 8a5ffe48 (git): * numeric.c (int_chr): use default_internal encoding as default
- destination encoding if set. [ruby-dev:38717]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:10 PM Revision 974b30a9 (git): * 2009-06-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:10 PM Revision 91728620 (git): * io.c (argf_rewind): need to rewind $. and ARGF.lineno.
- [ruby-core:24046]
* io.c (struct argf): refactoring on $. and ARGF.lineno behavior.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:14 PM Bug #1692 (Closed): warning: useless use of a literal in void context
- =begin
1.8 では
warning: useless use of a literal in void context
が出るときに 1.9 だと何も出ません。
% ruby18 -ve '1'
ruby 1.8.8dev (2009-06-23 revision 23825) [i686-linux]
-e:1: warning: useless use of a literal in void context
% ruby-t... -
01:01 PM Revision c86115e9 (git): * ext/pty/pty.c (pty_getpty): check dup failure.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 PM Revision cadee06b (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):
- test suite add '.' to RUBYLIB. remove checks.
* test/ruby/test_require.rb (TestRequire#test_tainted_loadpath):
the default tempdir directory /tmp is world writable, so
SecrurityError would be raised. check removed.
git-svn-id: sv... -
12:41 PM Revision 2f262b23 (git): reduce tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:34 AM Revision 9522466f (git): * 2009-06-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:34 AM Revision fc162896 (git): * common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.
- [ruby-dev:38714]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:05 AM Revision fb743c08 (git): * 2009-06-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:05 AM Revision 8e9d249f (git): * lib/mkmf.rb (CXX_EXT): cygwin's filesystem (= Windows) is case
- insensitive.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/25/2009
-
10:23 PM Bug #1691 (Rejected): ruby --help doesn't display the "skip rubygems" option
- =begin
I believe in trunk there is an option to *not* load rubygems. Unfortunately I can't tell for sure, since ruby --help hasn't been updated to mention the new option.
Thanks!
=end
-
10:22 PM Bug #1690 (Rejected): backticks don't set $? in windows
- =begin
currently
>> `bad command`
Errno::ENOENT: No such file or directory - bad
from (irb):1:in ``'
from (irb):1
from C:/installs/ruby_trunk_installed/bin/irb.bat:20:in `<main>'
>> $?
=> nil
... -
06:07 PM Bug #1689 (Closed): ARGF.binmode Affects Encoding Inconsistently
- =begin
Applied in changeset r23853.
=end
-
05:15 PM Bug #1689 (Closed): ARGF.binmode Affects Encoding Inconsistently
- =begin
The IO#binmode documentation promises that "content is treated as ASCII-8BIT". I assumed this would apply to ARGF, too. It sometimes does:
$ echo "a" | ruby -ve 'ARGF.binmode; p ARGF.readpartial(1).encoding'
ruby 1... -
06:06 PM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
- =begin
Hi,
In message "Re: [ruby-core:24001] Re: [Bug #1681] Integer#chr Should Infer Encoding of Given Codepoint"
on Wed, 24 Jun 2009 09:54:06 +0900, Run Paint Run Run <runrun@runpaint.org> writes:
|
|>> This seems needlessl... - 09:46 AM Revision 03f53e3c (git): Imported minitest 1.4.2 r5269.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:01 AM Revision 06e37829 (git): * io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to
- set its encoding to ASCII-8BIT. [ruby-core:24029]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:14 AM Bug #1684: ruby/rubyw.rc still say 1.9.1
- =begin
On Wed, Jun 24, 2009 at 8:04 PM, Roger Pack<redmine@ruby-lang.org> wrote:
> Issue #1684 has been updated by Roger Pack.
>
>
> as a note, appears the makefile still refers to it as 1.9.1, too
>
> ./win32 msvcrt-ruby191.rc m... -
08:04 AM Bug #1684: ruby/rubyw.rc still say 1.9.1
- =begin
as a note, appears the makefile still refers to it as 1.9.1, too
./win32 msvcrt-ruby191.rc msvcrt-ruby191.res.o
Thanks.
=r
=end
-
07:47 AM Bug #1686 (Closed): Enumerable#first broken
- =begin
Applied in changeset r23846.
=end
-
03:25 AM Bug #1686 (Closed): Enumerable#first broken
- =begin
Enumerable#first is broken in the current HEAD. If 4 <= n < enum_length + 4, enum.first(n) returns the (n-4)th element instead of an array of n elements. E.g.:
to6 = (1..6).to_enum # necessary so Enumerable#first is used
... -
06:53 AM Revision 7b90b70d (git): * ruby.c (load_file): preserves $.. [ruby-core:24024]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:11 AM Revision f1190331 (git): * ChangeLog: ML info.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:10 AM Revision 7a45306d (git): * instruby.rb: '&' in sed s command's replacement is '\&' in ruby.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 AM Bug #1672: test-all requires minitest gem installed
- =begin
We'll fix this today
=end
-
01:42 AM Revision 42c6cc84 (git): * lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not executable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 tests are not exhaustive, but do reveal some
remaining issues.
Everything below "NOT WORKING" fails in one way or a... -
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]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 (Init_top_self): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23844 b2dd03c8-39d4-4d8f-98ff-82... -
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_options): don't specify .so for encdb here.
"." is replaced by "_" in load_encoding.
* encoding.c (load_encoding): add .s... - 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.ruby-lang.org/ruby/branches/ruby_1_9_1@23841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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.
$ ruby -vr/tmp/proxy -e 'p 1'
ruby 1.9.2dev (2009-06-21 trunk 23774) [i686-linux]
/tmp/proxy.rb:1:in `req... -
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's irrelevant to source encoding. A possiblity would be
> Encoding.default_internal?
Indeed; my mistake. :-)
-- ... -
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 needlessly verbose given that Ruby already knows
> that my source encoding is UTF-8.
It's irrelevant to source encoding. ... -
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"
But Integer#chr fails to round-trip when the given codepoint is outside the range of ASCII:
"\u{2563}".ord.chr #... - 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-4d8f-98ff-823fe69b080e - 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-4d8f-98ff-823fe69b080e - 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@23836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:08 AM Feature #1673: let irb use pretty_inspect if possible
- =begin
遠藤です。
2009/06/24 0:25 に 石塚圭樹<keiju@ishitsuka.com> さんは書きました:
> 実はすでにこちらでも作っていて, --inspect pp 以外にもブロックが指定で
> きて:
>
> irb -r yaml --inspect "{|v| YAML.dump(v)}"
>
> なんて指定もできるようにしました.
おおすばらしい。
> pp(pretty_print)はともか... -
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_inspect if possible", on Jun/23 05:47(JST) Yusuke
ENDOH writes:
>遠藤です。
>> irb --inspect pp
>> で pp な出力をするかんじです.
... -
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<redmine@ruby-lang.org> さんは書きました:
> set_trace_funcだけでなく例外のバックトレース表示でも同様でした。
>
> $ ruby -e '1.upto(2) {
> raise
> }'
> -e:1:in `block in <main>': unhandled exception
> from -e:1:i... -
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 returned by rb_w32_getenv() get invalidated on the next call to this function due to the freeing of the environment buffer.
... -
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 for handling C/C++
projects ( http://en.wikipedia.org/wiki/GNU_build_system )
- If in your project you have to do c... -
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"
on Tue, 23 Jun 2009 08:24:42 +0900, Luca Bigliardi <redmine@ruby-lang.org> writes:
|How to reproduce:
|
|- start ... -
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 including both ruby.h and config.h generated by autotools
=end
- 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 security error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 (search_required): search file in specified safe level.
* load.c (rb_require_safe): path to load is already searched in
... -
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 additional information here is useful. This seems like a pretty serious problem.
=end
-
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 linux machine.
When I use valgrind to try to figure out where it's failing, I see this suspicious output:
==196... -
05:48 AM Feature #1673: let irb use pretty_inspect if possible
- =begin
遠藤です。
2009/06/22 0:43 に 石塚圭樹<keiju@ishitsuka.com> さんは書きました:
> うーん. require してあると, irbの振る舞いが変わるのはどうかと思います
> が, irb で pp な出力をするモードがあっても良いよなーとは思っていました.
はい。
> コマンドラインオプションもしくは, .irbrc での IRB.CONFの指定で pp な出
> 力になるというのでも良... -
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
===================================================================
--- trunk/variable.c (revision 23818)
+++ trunk/variable.c (working copy)
@@ -920,7 +920,... -
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_func(proc{|*a|p a if a[0] == "call" || a[0] == "return"})
iseq = RubyVM::InstructionSequence.compile(<<EOS)
def foo... -
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.ruby-lang.org/ruby/trunk@23821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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>': unhandled exception
from -e:1:in `upto'
from -e:1: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, line, *a|
p [file, line] if type == "line"
})
iseq = RubyVM::InstructionSequence.compile("\n1.upto(2) {\n\np true\n... -
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-lang.org/ruby/trunk@23820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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/ruby/trunk@23819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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/ruby/trunk@23818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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/ruby/trunk@23815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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_inspect if possible", on Jun/21 23:06(JST) Yusuke ENDOH
writes:
>遠藤です。
>irb メンテナの石塚さん:
>pretty_inspect が使用可能なときは、irb...
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 bar baz"] * 6
=> ["foo bar baz", "foo bar baz", "foo bar baz", "foo bar baz", "foo
bar baz", "foo bar baz"]
irb(main):... -
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)
たぶん、r23659のRubyGemマージ以来です。
=end
-
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 not entirely compatible.
=end
-
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. [ruby-dev:38691]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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/trunk@23809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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) is neither the "default file mode" (according to umask) nor the file mode of the source file.
I guess this is a r... -
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+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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.ruby-lang.org/ruby/branches/ruby_1_9_1@23807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 conflict.
[ruby-core:23907]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23806 b2dd03c8-39d4-4d8f-98f... -
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/branches/ruby_1_9_1@23805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 been removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 using
infinite? method internally. [ruby-dev:38681]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@2... -
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,*_denominator): moved from numeric.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23802 b2dd03c8-39d4-4d8f-9... -
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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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.org/ruby/branches/ruby_1_9_1@23797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 counterintuitive to me that
>
> Regexp.new(re,Regexp::EXTENDED).eql?(/#{re}/x)
>
> can be false for any string 're'. (In t... -
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_autoload): ditto. [ruby-core:23835]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23795 b2dd03c8-39... -
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 sigaltstack is
available. On stack overflow (and with sigaltstack), the signal
handler is more likely to have room to cre... -
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 Rational
instances. [ruby-core:23859]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23793 b2dd0... -
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-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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_1@23791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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_skip): updated test
according to clarified behavior.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@2... -
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 signbit() and adjust indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23789 b2dd03c8-39d4-4... -
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.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 references. [ruby-dev:38613]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23787 b2dd03c8-39d4-4d8f-98ff-823... -
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:23827]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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/ruby/branches/ruby_1_9_1@23784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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-lang.org/ruby/branches/ruby_1_9_1@23782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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/tmpdir.rb: ditto (but not finished yet.)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23781 b2dd03c8-39d... -
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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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.ruby-lang.org/ruby/branches/ruby_1_9_1@23779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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/branches/ruby_1_9_1@23778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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-98ff-823fe69b080e -
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. [ruby-core:23661]
* enum.c (enum_first): call to_int once for an argument. based on
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/branches/ruby_1_9_1@23775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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-823fe69b080e -
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