Activity
From 12/08/2008 to 12/14/2008
12/14/2008
-
11:30 PM Bug #873 (Closed): compilation failure
- =begin
Linux openSUSE 11.0 gcc-4.3.1
Linux linux-8uq5 2.6.25.18-0.2-pae #1 SMP 2008-10-21 16:30:26 +0200 i686 athl... -
11:00 PM Feature #872 (Closed): [PATCH] Add a couple of key bindings to ruby-mode.el
- =begin
The patch binds C-c C-c and C-c C-c C-u to comment-region and uncomment-region, respectively, in ruby-mode. I... -
03:46 PM Bug #871: Segfault when define_method is setting up a method that takes a block
- =begin
=end
-
03:41 PM Bug #871 (Closed): Segfault when define_method is setting up a method that takes a block
- =begin
I'm getting back in to Ruby and decided to work with 1.9.
At http://www.infoq.com/news/2008/01/new-lambd... -
01:39 PM Revision 43a9e10a (git): * bignum.c (bigmul1_karatsuba): remove temporal bignum.
- * bignum.c (bigsqr): call bigmul0(x, x) because it is faster than the
original bigsqr at this point.
* bignum.c (r... -
12:15 PM Revision 26fc24fb (git): * bignum.c (bigmul1_karatsuba): fix comment and refactoring.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:59 AM Bug #657 (Open): Thread.new { fork }
- =begin
=end
-
04:52 AM Bug #657: Thread.new { fork }
- =begin
% ./ruby -e '30.times { Thread.new { fork } }'
% killall ruby
[BUG] pthread_mutex_lock: 22
ruby 1.9.1 (... -
11:25 AM Bug #727: Signal(CLD) seems not to work on OS X
- =begin
=end
-
08:52 AM Bug #653 (Closed): `rake gem' emits a warning
- =begin
=end
-
12:46 AM Bug #653: `rake gem' emits a warning
- =begin
It has been removed in both trunk and 1_9_1, I think this should be closed now.
=end
-
05:55 AM Revision bba7733b (git): * bignum.c (bigmul1_balance, bigmul1_karatsuba): remove all
- rb_gc_force_recycle which causes memory leak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20737 b2dd03c8-39d4... -
05:37 AM Revision cf359579 (git): * ChangeLog: fix Japanese date. Sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:32 AM Revision c4f8143b (git): * spec/README: directory structrue changed
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Revision c5b86a31 (git): * ChangeLog: add a reference.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 AM Revision 19f45f85 (git): * bignum.c (rb_big_mul): faster multiplication by Karatsuba method and
- twice faster square than normal multiplication.
* random.c (rb_rand_internal): used by Bignum#*.
* test/ruby/test_b... -
03:52 AM Revision 529ad093 (git): new file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 AM Bug #867 (Closed): pty hang
- =begin
=end
-
12:28 AM Revision 20e33b2e (git): reverts r20713
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:28 AM Revision 834e3662 (git): reverts r20713
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/13/2008
-
11:54 PM Bug #730: Infinite recursion on 'super' in dynamically generated modules
- =begin
Even more interesting stuff pops up after some investigation: adding one of the following lines right before ... -
11:17 PM Bug #730: Infinite recursion on 'super' in dynamically generated modules
- =begin
What is interesting, if you include mod2 instead of mod in the code snippet above, there is no stack overflow... - 11:48 PM Revision 555d766f (git): * 2008-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:48 PM Revision ece67af3 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:42 PM Revision 365d27a8 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:15 PM Bug #727: Signal(CLD) seems not to work on OS X
- =begin
Yuguiです。
Tanaka Akira さんは書きました:
> SA_RESTART でシステムコールを再開した場合、システムコールで
> ブロックしているスレッドを殺すのはどうやって実現するんですか?
... -
10:00 PM Bug #727: Signal(CLD) seems not to work on OS X
- =begin
> Errno::EINTRはProcess.waitが発生させています。これは結局waitpid(2)がエ
> ラーを返すためのようです。そこで、添付のようなコードで実験してみると同じ
> ようにwaitpi... -
09:51 PM Bug #727: Signal(CLD) seems not to work on OS X
- =begin
Yuguiです。
[ruby-core:20448]について、いくつかのことが起こっているように思います。
まず、問題のコードを引用します。
Signal.trap(:CHLD) { puts "Chi... -
10:27 PM Bug #868 (Closed): Add RubySpec-related targets to the list make help outputs
- =begin
Applied in changeset r20725.
=end
-
09:51 PM Bug #868 (Closed): Add RubySpec-related targets to the list make help outputs
- =begin
The patch adds RubySpec-related targets to the list make help shows. It wasn't obvious for me initially that ... -
07:34 PM Bug #867 (Closed): pty hang
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37418] [Bug:1.9] pty hang"
on Sat, 13 Dec 2008 14:49:56 +090... -
06:14 PM Bug #742 (Closed): 1.9.1-preview1 build fails on Mac OS X 10.4
- =begin
=end
-
05:36 PM Bug #866 (Rejected): gem(1) gemrc(5)
- =begin
RubyGemsのドキュメントを元にgem.1とgemrc.5を書いたので、今ライセンスを確認中です。
確認が間に合えばRuby 1.9.1に入れます。
=end
-
05:26 PM Bug #657 (Closed): Thread.new { fork }
- =begin
Perhaps it does not reproduce now.
=end
-
05:20 PM Bug #849: --enable-shared で btest が動かない
- =begin
=end
-
05:16 PM Bug #854: Rake::FileList#egrep が動かない
- =begin
Yuguiです。
okkez _ さんは書きました:
> 以下のような Rakefile を作って Ruby1.9.1 preview2 で動かすと動きません。
>
> # Rakefile
> # c... -
04:54 PM Bug #865: [Fwd: some mistakes in Rake RDoc]
- =begin
=end
-
04:53 PM Bug #865: [Fwd: some mistakes in Rake RDoc]
- =begin
=end
-
04:51 PM Bug #865 (Closed): [Fwd: some mistakes in Rake RDoc]
- =begin
okkez reported some mistakes in Rake rdoc to ruby-dev.
-------- Original Message --------
Subject: [ru... -
04:53 PM Bug #860 (Closed): some mistakes in Rake RDoc
- =begin
I re-sent this issue to ruby-core as #865.
=end
-
01:04 AM Bug #860: some mistakes in Rake RDoc
- =begin
=end
-
04:42 PM Bug #827: Fix document for Gem::Installer#write_spec
- =begin
okkez sent a patch for RubyGems to ruby-dev. He said that rdoc does not
seem to have difference from impleme... - 04:40 PM Revision c0bf7abb (git): * 2008-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:40 PM Revision 6e03277d (git): * process.c (forked_child): new variable.
- (before_exec): don't call rb_thread_stop_timer_thread if
forked_child.
(after_exec): reset forked_child after rb_... -
04:07 PM Bug #862 (Closed): r20625 default_internal is nil.
- =begin
Applied in changeset r20720.
=end
-
01:17 AM Bug #862: r20625 default_internal is nil.
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37409] [BUG:trunk] r20625 default_internal is nil."
on Sat, 13 ... -
01:05 AM Bug #862: r20625 default_internal is nil.
- =begin
=end
-
12:55 AM Bug #862 (Closed): r20625 default_internal is nil.
- =begin
高尾宏治です。
trunk の r20625 以降、コマンドラインオプションで渡した
default_internal が nil になっています。
$ svn up -r20624 && ma... -
03:05 PM Bug #804: Ruby 1.9.1 preview 2 : make test failure
- =begin
My announcement was wrong. You cannot "make test" before installing on --enable-shared.
This feature wil... -
01:20 PM Revision 1375d77b (git): * common.mk (help): describes more targets.
- based on a patch by Michael Klishin. [ruby-core:20523].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... -
01:20 PM Revision f3634e5d (git): * common.mk (help): describes more targets.
- based on a patch by Michael Klishin. [ruby-core:20523].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20725 b2d... -
11:33 AM Bug #857: 1.9 Crash on calling 'hour' method on DateTime object in C extension
- =begin
=end
-
10:35 AM Revision 3d28b3bf (git): * string.c (sym_printable): wrong condition for string iteration.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:42 AM Bug #252 (Closed): Array#sort doesn't respect overridden <=>
- =begin
patch already applied.
=end
-
09:15 AM Bug #252: Array#sort doesn't respect overridden <=>
- =begin
If this patch was applied, we should close the bug.
=end
-
09:13 AM Bug #618: some tests still seem to depend on test/unit
- =begin
I've emailed Florian about json to see if he'd rather remove the file or update it to work. It isn't needed f... -
09:02 AM Bug #770 (Closed): assert_match should escape string argument
- =begin
fixed. thanks.
=end
-
09:01 AM Bug #763 (Closed): Mini-unit should not auto-run tests when exiting due to an exception
- =begin
http://redmine.ruby-lang.org/issues/show/732
=end
-
08:56 AM Bug #763: Mini-unit should not auto-run tests when exiting due to an exception
- =begin
This is a general 1.9 bug, I'll search for one or file separately.
% ruby -v -e 'at_exit { p $! }'
rub... -
09:00 AM Bug #813: rubygems/source_info_cache_entry.rb document have a little mistake
- =begin
bad comment. should read: eric hodel owns rubygems. this is fixed tho.
=end
-
08:59 AM Bug #813 (Closed): rubygems/source_info_cache_entry.rb document have a little mistake
- =begin
pls add eric hodel owns rubygems. this is fixed tho.
=end
-
08:44 AM Bug #864 (Rejected): String#include? regexp
- =begin
"readable" is subjective. For me, strings do not "include" patterns.
=end
-
05:46 AM Bug #864 (Rejected): String#include? regexp
- =begin
For consistency, String#include? should be able to take a regexp as an argument. I realize that the return va... -
08:09 AM Revision 0241c650 (git): * string.c (sym_inspect): quote if symbol contains non-printable
- characters. [ruby-dev:37398]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20723 b2dd03c8-39d4-4d8f-98ff-823fe6... -
08:07 AM Revision d6023d88 (git): * string.c (sym_equal): remove documentation error "Otherwise,
- compares them as strings". [ruby-dev:37398]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20722 b2dd03c8-39d4-4... -
07:08 AM Revision ff8d7437 (git): * encoding.c (default_external): endless recursion during
- loading a locale encoding on some locale.
fixed by Nobuyuki Nakada.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b... -
07:08 AM Revision 87f6de3e (git): * encoding.c (default_external): endless recursion during
- loading a locale encoding on some locale.
fixed by Nobuyuki Nakada.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
06:58 AM Revision e53990e4 (git): * ruby.c (process_options): fixed default_internal is nil.
- (closes #862)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:26 AM Revision 24174a45 (git): * test/ruby/enc/test_utf16.rb: feature changed in r20626.
- follows it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:26 AM Revision ada58fe0 (git): * test/ruby/enc/test_utf16.rb: feature changed in r20626.
- follows it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:45 AM Revision dd9ef482 (git): * test/ruby/test_m17n_comb.rb: feature changed in r20626.
- follows it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:45 AM Revision a6c69a7d (git): * test/ruby/test_m17n_comb.rb: feature changed in r20626.
- follows it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:06 AM Revision 65b69d26 (git): merges r20714 from trunk into ruby_1_9_1.
- * test/ruby/test_m17n.rb: feature changed in r20626.
follows it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc... -
04:05 AM Revision 87ab5ecc (git): merges r20713 from trunk into ruby_1_9_1.
- * lib/minitest/test.rb (MinTest::Unit#location):
skips user-defined assertions as MiniTest's.
e.g. for test/ruby/... - 04:05 AM Revision ac6e87fc (git): * complex.c: use rb_usascii_str_new2 instead of rb_str_new2.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:49 AM Revision dd2a86cf (git): * test/ruby/test_m17n.rb: feature changed in r20626.
- follows it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:41 AM Revision 3b1a65ad (git): * lib/minitest/test.rb (MinTest::Unit#location):
- skips user-defined assertions as MiniTest's.
e.g. for test/ruby/test_m17n.rb.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
01:59 AM Revision dfe8fa1b (git): merges r20607 from trunk into ruby_1_9_1. [ruby-dev:37407]
- * enumerator.c (enumerator_rewind): If the enclosed object
responds to a "rewind" method, call it; cf. [ruby-dev:37... -
01:59 AM Revision 1ddbc7e7 (git): merges r20686 from trunk into ruby_1_9_1.
- Imported minitest 1.3.2 r4503.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20711 b2dd03c8-39d4-4... -
01:59 AM Revision 3a3d9ace (git): merges r20684 from trunk into ruby_1_9_1.
- must be typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20710 b2dd03c8-39d4-4d8f-98ff-823fe69... -
01:59 AM Revision 931439d4 (git): merges r20680 and r20682 from trunk into ruby_1_9_1.
- * ext/readline/readline.c
(readline_s_get_completion_append_character): uses locale
encoding but not ASCII-8BIT.
... -
01:59 AM Revision cd01e5a8 (git): merges r20664 from trunk into ruby_1_9_1.
- * common.mk (run, runruby, parse, gdb, gdb-ruby): you can also run
other scripts than $(srcdir)/test.rb.
git-svn-i... -
01:59 AM Revision 4190b3c0 (git): merges r20663 from trunk into ruby_1_9_1.
- * ext/readline/readline.c (readline_readline): changed the message
of IOError to 'closed stdin' from 'stdin closed'... -
01:58 AM Revision 77e495da (git): merges r20655 from trunk into ruby_1_9_1.
- * load.c (rb_feature_p): load path must be expanded.
[ruby-dev:37388]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
01:05 AM Revision 21502527 (git): merges r20652 from trunk into ruby_1_9_1.
- * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20705 b2dd03c8-39d4-4d8f-98ff-823fe69... -
01:03 AM Revision e64a495b (git): merges r20651 from trunk into ruby_1_9_1.
- * string.c (rb_string_value_ptr, rb_to_id): do not use a side
effect expression in RSTRING_PTR.
* string.c (rb_str... -
01:03 AM Revision 2adcc421 (git): merges r20646 and r20647 from trunk into ruby_1_9_1.
- * lib/cmath.rb (sqrt): should pass nan or infinity to the original
method.
git-svn-id: svn+ssh://ci.ruby-l... -
01:03 AM Revision 8f8000be (git): merges r20632 from trunk into ruby_1_9_1.
- * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb.
lib/test/unit/testcase.rb: ditto.
at asakusa.rb. ... -
01:03 AM Revision 3a19241f (git): merges r20630 from trunk into ruby_1_9_1.
- * test/ruby/test_io.rb (test_dup_many): extracted from test_dup.
test in ruby subprocess. at asakusa.rb. [ruby-de... -
01:02 AM Revision e008721b (git): merges r20629 from trunk into ruby_1_9_1.
- * lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.
[ruby-core:19690]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
01:02 AM Revision 622f19cd (git): merges r20626 from trunk into ruby_1-9_1.
- * re.c (reg_enc_error): raise EncodingCompatibilityError for
encoding incompatibility. [ruby-core:18600]
* re.c (... -
01:02 AM Revision 0eb7def2 (git): merges r20625, r20633, r20656 and r20665 from trunk into ruby_1_9_1.
- --
* encoding.c (enc_set_default_encoding): allowed to set default
encoding.
--
* encoding.c (rb_enc_aliases_enc_i)... -
01:02 AM Revision 33f6ae91 (git): merges r20624 from trunk into ruby_1_9_1.
- * encoding.c (rb_enc_set_default_internal): defines internal
encoding as nil.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
01:02 AM Revision feff0bd1 (git): merges r20621 from trunk into ruby_1_9_1.
- * test/ruby/test_bignum.rb (TestBignum#test_convert): remove
platform dependent call of Process.wait. coverage sho... -
01:02 AM Revision a9b7eed7 (git): merges r20620 from trunk into ruby_1_9_1.
- * lib/rexml/document.rb (REXML::Document#write): require
rexml/formatters/transitive if transitive flag is on. a p... -
01:02 AM Revision 24e7a74f (git): merges r20619 from trunk into ruby_1_9_1.
- * math.c (domain_check): should not raise EDOM exception for NaN
value if operand is also NaN. affects acos, asin,... -
01:02 AM Revision f96cd536 (git): merges r20615 from trunk into ruby_1_9_1.
- * thread.c (rb_mutex_unlock): shut up warning. a patch from
Kazuhiro NISHIYAMA in [ruby-dev:37345]. fix #846
git-... -
01:01 AM Revision e886f46b (git): merges r20612 and r20614 from trunk into ruby_1_9_1.
- * complex.c: avoided warnings on cpp. [ruby-dev:37344]
* rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-l... -
01:01 AM Revision 2dab996c (git): merges r20604 from trunk into ruby_1_9_1.
- * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/.
* lib/prime.rb (Prime::OldCompatibility#each): Di... -
01:01 AM Revision 35aefacb (git): merges r20603 from trunk into ruby_1_9_1.
- * re.c (rb_reg_initialize): raise RegexpError when encoding
is dummy encoding. [ruby-dev:37091]
git-svn-id: svn+ss... -
01:01 AM Revision e8c9a7a8 (git): merges r20599 from trunk into ruby_1_9_1.
- * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,
cp855-tbl.rb, koi8-r-tbl.rb, koi8-u-tbl.rb, tis-620-tbl.... - 01:01 AM Revision ca410164 (git): * 2008-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:01 AM Revision 2e52bda3 (git): merges r20593 from trunk into ruby_1_9_1.
- * compile.c (iseq_compile_each), gc.c (assign_heap_slot),
(gc_mark_children), parse.y (vtable_alloc, vtable_free, v... - 12:22 AM Revision ac6024f5 (git): Imported minitest 1.3.2 r4503.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:12 AM Feature #818: Enumerator#inspect
- =begin
Yuguiです。
Akinori MUSHA さんは書きました:
> そうですね。IO系のように、オブジェクト内部に走査中の位置が保持
> されているものは rewind できていませんね。1.8 と 1.9... - 12:03 AM Revision 0e0c53a0 (git): Numeric#scalar? has been renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/12/2008
- 11:59 PM Revision 2209f072 (git): must be typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:40 PM Revision 8729368f (git): * complex.c (nucomp_canonicalization): renamed.
- * ext/math/complex.c: followed the above change.
* rational.c (nurat_canonicalization): renamed.
* ... -
10:14 PM Feature #711: M17N of irb
- =begin
see also [[ruby-dev:37161]]
=end
-
07:37 PM Feature #709 (Rejected): Enumerator#+
- =begin
To tell the truth, I was also tempted to add something like that and
you are not alone.
You might as w... -
06:50 PM Feature #818 (Closed): Enumerator#inspect
- =begin
Committed on trunk.
=end
-
06:49 PM Feature #856 (Closed): Reorganize doc/NEWS
- =begin
Done.
Note: Will have to update trunk/doc/NEWS-1.9.1 when the 1.9.1 final release is out.
=end
-
04:15 PM Revision b7e026fb (git): * ChangeLog: commit miss (r20680).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:13 PM Revision 86a625f8 (git): * 2008-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:13 PM Revision 8b123714 (git): * ext/readline/readline.c
- (readline_s_get_completion_append_character): uses locale
encoding but not ASCII-8BIT.
git-svn-id: svn+ssh://ci.r... -
02:54 PM Revision b1d96435 (git): merges r20591 from trunk into ruby_1_9_1.
- * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type),
vm_insnhelper.h (BOP): ISO C forbids comma at ... -
02:54 PM Revision d8359a45 (git): merges r20589 from trunk into ruby_1_9_1.
- * .gdbinit (rp): fixed typo for T_STRUCT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20678 b2dd... -
02:54 PM Revision 6ecdf87b (git): merges r20587 from trunk into ruby_1_9_1.
- * mkconfig.rb: fix for continued lines. based on a patch from
Marcus Rueckert <darix AT opensu.se> at [ruby-core:2... -
02:54 PM Revision 17e14008 (git): merges r20585 from trunk into ruby_1_9_1.
- * eval.c (rb_make_exception): single argument to raise may be
string compatible object.
git-svn-id: svn+ssh://ci.r... -
02:54 PM Revision 4746af8b (git): merges r20583 from trunk into ruby_1_9_1.
- * tool/make-snapshot (package): enc.mk in snapshot is dummy and should
not deal with objects. [ruby-core:20422]
g... -
02:54 PM Revision eee0bc0c (git): merges r20582 from trunk into ruby_1_9_1.
- * enc/depend (clean-srcs): split out from clean.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@206... -
02:53 PM Revision 9ea87e2c (git): merges r20581 from trunk into ruby_1_9_1.
- * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.
just ignores '*' in these cases.
[ruby-dev:37289]
g... -
02:53 PM Revision 5cb3b9c2 (git): merges r20580 from trunk into ruby_1_9_1.
- * pack.c (pack_pack): fixed length for odd length string.
[ruby-dev:37283]
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
02:53 PM Revision a7e1f0a8 (git): merges r20575 from trunk into ruby_1_9_1.
- * ruby.c (set_option_encoding_once): dry.
* ruby.c (proc_options): checks extra argument for -E/--encoding.
git-svn... -
02:53 PM Revision 563d603d (git): merges r20573 and r20574 from trunk into ruby_1_9_1.
- * configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAG
is set. [ruby-talk:322136]
git-svn-id: svn+ssh:... -
02:53 PM Revision 520f7248 (git): merges r20564 from trunk into ruby_1_9_1.
- * pack.c (pack_pack): 'u0' is not special differently from 'm0'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
02:53 PM Revision 87f30b70 (git): merges r20563 and r20588 from trunk into ruby_1_9_1.
- * pack.c (pack_pack): set US-ASCII and CODERANGE_7BIT
when quoted-printable ('M') and base64 ('m').
[ruby-dev:372... -
02:27 PM Bug #858 (Closed): r20625 dumps core and many strings associated with wrong encoding
- =begin
Applied in changeset r20656.
=end
-
02:26 PM Bug #858: r20625 dumps core and many strings associated with wrong encoding
- =begin
Yukihiro Matsumoto さんは書きました:
> まつもと ゆきひろです
> |修正方針ってこれで良いものでしょうか?
> |* LOAD_PATHのエンコーディングはどうするべき?
> | -E... -
11:39 AM Bug #858: r20625 dumps core and many strings associated with wrong encoding
- =begin
Yuguiです。
Yukihiro Matsumoto さんは書きました:
> まつもと ゆきひろです
> あらら。default_externalについては未設定時はlocale_encoding
> を... -
11:14 AM Bug #858: r20625 dumps core and many strings associated with wrong encoding
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37391] Re: [BUG:trunk] r20625 dumps core and many strings associated... -
11:07 AM Bug #858: r20625 dumps core and many strings associated with wrong encoding
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37390] [BUG:trunk] r20625 dumps core and many strings associated wit... -
12:08 AM Bug #858: r20625 dumps core and many strings associated with wrong encoding
- =begin
=end
-
02:18 PM Bug #861: Rake::MultiTask#invoke_prerequisites should be private
- =begin
ささだです.
作者は Jim Weirich なので,ちょっと英語にして ruby-core に振った方がよ
いかと思いますが,いかがでしょうか.
okkez _ wrote::
> Bug #86... -
02:14 PM Bug #861 (Closed): Rake::MultiTask#invoke_prerequisites should be private
- =begin
Rake::Task#invoke_prerequisites が private なので
Rake::MultiTask#invoke_prerequisites も private な方がいいと思いました。
... -
02:10 PM Bug #860 (Closed): some mistakes in Rake RDoc
- =begin
少しおかしいところを見つけたのでパッチを書きました。
Index: rake.rb
============================================================... - 01:13 PM Revision 75fbac3b (git): * complex.c, rational.c: do not use RUBY_VERSION_CODE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:44 PM Revision 02a37bee (git): * ext/readline/readline.c: r20662 reverted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:35 AM Revision 58740ef8 (git): * encoding.c (rb_enc_set_default_external): default_internal can be
- nil, but default_external cannot.
* encoding.c (rb_set_default_internal): adds rdoc.
* encoding.c (enc_find): ditto... -
10:35 AM Revision 63a53419 (git): * common.mk (run, runruby, parse, gdb, gdb-ruby): you can also run
- other scripts than $(srcdir)/test.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20664 b2dd03c8-39d4-4d8f-98f... -
10:17 AM Revision 74ea7d93 (git): * ext/readline/readline.c (readline_readline): changed the message
- of IOError to 'closed stdin' from 'stdin closed' if stdin was
closed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
10:04 AM Revision cfb8e830 (git): * ext/readline/readline.c: used the ExportStringValue macro
- instead of the OutputStringValue macro. removed the
OutputStringValue macro.
git-svn-id: svn+ssh://ci.ruby-lang.o... - 09:46 AM Revision 1757d800 (git): - Remove doc/NEWS when we have doc/NEWS-1.9.1.
- - Add NEWS for keeping changes since 1.9.1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20661 b2dd03c8-39d4-4... - 09:44 AM Revision 8042a5b6 (git): Add a historical NEWS file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:42 AM Revision cef2867e (git): Add historical NEWS files for the record.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:28 AM Revision 6ffeca48 (git): Move doc/NEWS to NEWS and say that this document is about changes made
- since Ruby 1.8.7.
Merge "severe" and "trivial" sections of incompatibility notes because
the definition of trivialne... -
08:31 AM Bug #617 (Closed): rubygems depend on test/unit/ui/console/testrunner
- =begin
gem19 install --test appears to work now:
$ gem19 install ZenTest --test
[...]
Successfully installe... -
08:03 AM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
That should be fine. Perhaps document it somewhere? [if someone else disagrees feel free to mention it].
-... -
07:41 AM Bug #555: method_missing in Gem module removes some necessary methods
- =begin
May I commit this patch? It is correct:
Index: gem_prelude.rb
========================================... -
07:19 AM Bug #555: method_missing in Gem module removes some necessary methods
- =begin
I think this patch would fix it:
Index: gem_prelude.rb
===============================================... -
07:23 AM Revision 303c28d4 (git): * parse.y (yycompile0): ruby_eval_tree_begin is always 0 when
- ruby_eval_tree is 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:54 AM Bug #549: ri -f html mungles constants
- =begin
It does still happen, but this bug is not unique to 1.9. It should have been filed on the rdoc project on Ru... -
06:24 AM Bug #501 (Closed): rubygems fails to cache spec file
- =begin
This has been fixed and merged.
=end
-
05:25 AM Revision aa06e690 (git): * encoding.c (enc_get_default_encoding): removed.
- Generalizing rb_default_{external,internal}_encoding seems to be
difficult.
default_external cannot be NULL even ... -
03:16 AM Feature #859 (Closed): open-uri doesn't allow redirection to https
- =begin
Only ftp and http are checked in regex in OpenURI.redirectable? method.
Please see the attached patch.
=e... -
02:00 AM Revision d7f67b49 (git): * load.c (rb_feature_p): load path must be expanded.
- [ruby-dev:37388]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:28 AM Revision 1eeeb00a (git): * configure.in (rb_version): greps only the line that defines version.
- * version.h (RUBY_VERSION_CODE, RUBY_RELEASE_CODE): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2065... -
01:20 AM Revision 8e3bf17b (git): * complex.c, rational.c: do not use RUBY_VERSION_CODE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 AM Revision 1a5acb46 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:19 AM Revision dab7d5d8 (git): * string.c (rb_string_value_ptr, rb_to_id): do not use a side
- effect expression in RSTRING_PTR.
* string.c (rb_str_split_m): simplified the argument of
RSTRING_LEN.
git-svn-i... -
12:42 AM Bug #857: 1.9 Crash on calling 'hour' method on DateTime object in C extension
- =begin
This is the least reproducing example.
% ruby -rdate -r./test -e 'lets_abort(DateTime.new)'
-e:1: [BUG... -
12:17 AM Bug #854: Rake::FileList#egrep が動かない
- =begin
=end
-
12:10 AM Bug #813: rubygems/source_info_cache_entry.rb document have a little mistake
- =begin
=end
-
12:09 AM Bug #804: Ruby 1.9.1 preview 2 : make test failure
- =begin
=end
12/11/2008
-
11:25 PM Bug #858: r20625 dumps core and many strings associated with wrong encoding
- =begin
Yugui (Yuki Sonoda) さんは書きました:
> とりあえず、直すのはしてみました。結果として、process_options中に幾つか
> default_externalに依存するオブジェクトを生... -
11:17 PM Bug #858 (Closed): r20625 dumps core and many strings associated with wrong encoding
- =begin
Yuguiです。
r20625で、default_externalもdefault_internal同様に未設定時に
(rb_encoding_t*)NULL を返すようになった結果、trunkでruby... -
10:08 PM Bug #857 (Closed): 1.9 Crash on calling 'hour' method on DateTime object in C extension
- =begin
DateTime#hour works fine in Ruby.
However, calling this in an extension on the same DateTime object caus... -
09:40 PM Feature #856 (Closed): Reorganize doc/NEWS
- =begin
1. svn mv branches/ruby_1_9_1/doc/NEWS branches/ruby_1_9_1/NEWS
2. edit branches/ruby_1_9_1/NEWS and specif... -
07:47 PM Bug #771 (Closed): test/unit wrapper breaks compatibility
- =begin
Applied in changeset r20632.
=end
-
11:06 AM Bug #771: test/unit wrapper breaks compatibility
- =begin
=end
-
10:35 AM Bug #771: test/unit wrapper breaks compatibility
- =begin
With this change, Rails tests are 1.9 compatible!
=end
-
07:27 PM Bug #373 (Closed): MingwでIO#dupがブロックする
- =begin
Applied in changeset r20630.
=end
-
07:27 PM Feature #710 (Closed): Pathname#=~
- =begin
Applied in changeset r20629.
=end
-
11:59 AM Feature #710: Pathname#=~
- =begin
=end
-
07:08 PM Feature #855 (Closed): HTTP/1.1 fixes and other enhancements to webrick
- =begin
I raised the following issues on ruby-core:
1. When returning an open IO object (without Content-Length... -
06:10 PM Bug #854 (Closed): Rake::FileList#egrep が動かない
- =begin
以下のような Rakefile を作って Ruby1.9.1 preview2 で動かすと動きません。
# Rakefile
# coding: utf-8
desc 'aaa'
task :a ... -
06:01 PM Bug #853 (Closed): Rake のテストが無い
- =begin
Rake のテストが test/ 以下にありません。
Gem 版の Rake にはテストがあるので追加漏れでしょうか?
=end
- 04:17 PM Revision f3bc21bf (git): * 2008-12-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 PM Revision 86134239 (git): rdoc fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:11 PM Revision 279363b6 (git): * 2008-12-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:11 PM Revision 0d7f4ad8 (git): do not pass -infinity.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:49 PM Revision 50c1da22 (git): * lib/cmath.rb (sqrt): should pass nan or infinity to the original
- method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:48 PM Feature #850 (Closed): Symbian patch for 1.9.x
- =begin
Alexandre Zavorine at Symbian Software kindly sent us a patch for
Symbian OS. This patch will be a part of... -
01:47 PM Bug #566 (Closed): String encoding error messages are inconsistent
- =begin
Applied in changeset r20626.
=end
-
01:40 PM Bug #566: String encoding error messages are inconsistent
- =begin
Hi,
Sorry for being late.
In message "Re: [ruby-core:18611] Re: [Bug #566] String encoding error messag... -
01:43 PM Feature #841: Object#self
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:37351] Re: [Feature #841] Object#self"
on Dec.11,2008 00:04:33... -
10:41 AM Feature #841: Object#self
- =begin
元の意味は tap into と書いてあるように「入り込む」なのかなと思いますが、
tap 自体に「軽く叩く」という意味もあるので、オブジェクトを軽く叩いたらその人
が返事するのは自然かも?というのは無理がある... -
09:27 AM Feature #841: Object#self
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37361] [Feature #841] Object#self"
on Thu, 11 Dec 2008 07:58:23... -
08:05 AM Feature #841: Object#self
- =begin
すでにあるものを利用ってことで、Object#tap がブロックなしでも呼べる、
というのはどうでしょうか?
array.__send__(hoge ? :sort : :tap).each{...}
... -
01:46 AM Feature #841: Object#self
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37354] Re: [Feature #841] Object#self"
on Thu, 11 Dec 2008 00:4... -
12:50 AM Feature #841: Object#self
- =begin
今更感がありますが、あってもいいなと思っていました。何もしないメソッド
があると都合がいいこともあると思います。
class Object
def identity() self end
end
... -
12:16 AM Feature #841 (Rejected): Object#self
- =begin
今回はreject。
別の名前と、その名前にふさわしいユースケースがあれば今後採用するかも。
=end
-
12:11 AM Feature #841: Object#self
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37347] Re: [Feature #841] Object#self"
on Wed, 10 Dec 2008 21:0... -
12:09 AM Feature #841: Object#self
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37346] Re: [Feature #841] Object#self"
on Wed, 10 Dec 2008 21:0... -
12:38 PM Bug #616: instance_eval and Module#to_s
- =begin
=end
-
12:35 PM Bug #623: optparseでオプションが重複していると--helpと挙動が違う
- =begin
=end
-
12:35 PM Bug #633: dl segfaults on x86_64-linux systems
- =begin
=end
-
12:33 PM Bug #634: Time parsing works in 1.8 but not 1.9
- =begin
=end
-
12:27 PM Bug #650: Marshal.load raises RegexpError
- =begin
1.9.1には間に合わなそうです。直接的な解決はしません @ Ruby開発者会議
=end
-
12:26 PM Bug #617: rubygems depend on test/unit/ui/console/testrunner
- =begin
Does this issue still reproduce?
=end
-
12:25 PM Bug #618: some tests still seem to depend on test/unit
- =begin
=end
-
12:20 PM Feature #641: GC patch to cache the most recent heap for is_pointer_to_heap
- =begin
=end
-
12:18 PM Feature #643: __DIR__
- =begin
=end
- 12:14 PM Revision 5d8659a1 (git): * enumerator.c (enumerator_next, enumerator_rewind),
- lib/generator.rb (Enumerator#rewind): If the enclosed object
responds to a "rewind" method, call it.
git-svn-id: ... -
12:13 PM Bug #653: `rake gem' emits a warning
- =begin
Is this still reproduce? If not, close this issue.
=end
-
12:12 PM Bug #653: `rake gem' emits a warning
- =begin
=end
-
12:11 PM Bug #657 (Assigned): Thread.new { fork }
- =begin
=end
-
12:09 PM Bug #688: test_exit_action(TestSignal)でTimeout::Error
- =begin
=end
- 12:08 PM Revision dd5a95a1 (git): * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:
- RSS::Maker.[] returns a maker class corresponds to passed version.
* test/rss/test_maker_*.rb: add tests for RSS::Ma... -
12:07 PM Feature #666: Enumerable::to_hash
- =begin
=end
- 12:06 PM Revision 876e1b87 (git): * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:
- RSS::Maker.[] returns a maker class corresponds to passed version.
* test/rss/test_maker_*.rb: add tests for RSS::Ma... -
12:06 PM Bug #693: Thread#set_trace_func seems not to work
- =begin
* This is a unsupported feature. This method will be removed from 1.9.1
please do it < ko1
=end
- 12:03 PM Revision 7ff55ae6 (git): * ChangeLog: add missing 'Nobuyoshi Nakada'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Bug #803: eval with binding
- =begin
ささだです.
Yuki Sonoda wrote::
> * その2は重要度低い。KNOWN BUG扱い。
KNOWN BUG というか,許されるのなら仕様変更にしたい.
(重要度は低そう,実装は大... -
11:38 AM Bug #803: eval with binding
- =begin
@ Ruby開発会議
* その1は頑張る
* その2は重要度低い。KNOWN BUG扱い。
=end
-
11:56 AM Bug #727 (Assigned): Signal(CLD) seems not to work on OS X
- =begin
=end
-
04:23 AM Bug #727: Signal(CLD) seems not to work on OS X
- =begin
ruby 1.9.1 (2008-12-10 revision 20602) [i386-darwin9.5.0] now says nothing—the code simply fails silently.
... -
11:53 AM Bug #732: $! in at_exit
- =begin
=end
-
11:52 AM Bug #742: 1.9.1-preview1 build fails on Mac OS X 10.4
- =begin
=end
-
11:52 AM Bug #755: select in windows errantly accepts too many fd's
- =begin
=end
-
11:49 AM Bug #763: Mini-unit should not auto-run tests when exiting due to an exception
- =begin
=end
-
11:42 AM Feature #767: Module#const_getでネストした定数の値を得られてもよいと思う
- =begin
=end
-
11:41 AM Bug #770 (Assigned): assert_match should escape string argument
- =begin
Right.
Matz, ko1, nakada, akr and yugui thought this patch should be merged.
=end
- 11:38 AM Revision 13121895 (git): * test/ruby/test_enumerator.rb: Add tests for the recently added
- features.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 11:37 AM Revision 1c9afaea (git): * lib/generator.rb (Enumerator#__generator): Now that
- Enumerator::Generator is defined, the Generator here must be
referred to as ::Generator.
git-svn-id: svn+ssh://ci... -
11:28 AM Bug #827: Fix document for Gem::Installer#write_spec
- =begin
Ericに確認します
=end
-
11:02 AM Bug #827: Fix document for Gem::Installer#write_spec
- =begin
=end
-
11:27 AM Bug #842 (Rejected): endless loop of ObjectSpace.each_object
- =begin
@ Ruby開発会議
* each_object中に生成されたオブジェクトがeach_objectに出現するかどうかは不定
* 出現する場合、生成し続ければ終了しないケースがあることは仕様
=end
-
10:25 AM Bug #842: endless loop of ObjectSpace.each_object
- =begin
=end
- 11:25 AM Revision 9f37bc55 (git): Remove things that have been backported to the ruby_1_8 branch. [trunk-only]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:25 AM Revision 7306152d (git): Mention Hash#default_proc=.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:22 AM Bug #832: Encoding in which Array#pack returns when a string-related format and a byte seq format are mixed
- =begin
=end
- 11:21 AM Revision 1e24f1af (git): Mention Hash#key and other hash like interfaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:18 AM Bug #847: debug.rb reports extraneous information
- =begin
=end
-
05:51 AM Bug #847 (Closed): debug.rb reports extraneous information
- =begin
dave[RUBY3/Book 14:50:01*] ruby -v -r debug t.rb
ruby 1.9.1 (2008-12-10 revision 20602) [i386-darwin9.5.0]
... -
11:18 AM Bug #848: debug.rb doesn't have access to the source file under test until it has run
- =begin
=end
-
05:53 AM Bug #848 (Closed): debug.rb doesn't have access to the source file under test until it has run
- =begin
dave[RUBY3/Book 14:51:21*] ruby -v -r debug t.rb
ruby 1.9.1 (2008-12-10 revision 20602) [i386-darwin9.5.0]
... -
11:17 AM Bug #824 (Closed): st.h requires stdlib.h
- =begin
Applied in changeset r20622.
=end
- 11:15 AM Revision e49797dd (git): Add String#getbyte and String#setbyte.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:13 AM Revision 5f88f72e (git): Elaborate with Range#include?.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:13 AM Bug #849: --enable-shared で btest が動かない
- =begin
=end
-
09:43 AM Bug #849 (Closed): --enable-shared で btest が動かない
- =begin
configure を --enable-shared でビルドすると,ロードパスが不完全なので
btest-ruby が走りません.
F...build/ruby: error while loadin... -
11:11 AM Bug #821: uninitialized constant Test::Unit::AutoRunner
- =begin
@ Ruby開発会議にて
* このケースでしたら、testrbを使ってください。
* 1.9では、gem化された古いバージョンのtest/unitもあります。
* 1.9.1はfeature free... - 11:09 AM Revision 566e7da7 (git): Elaborate with Range#include?.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:05 AM Revision e5f15725 (git): * encoding.c (rb_enc_aliases_enc_i): skips default internal.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:01 AM Bug #632: StringIO has an odd alias implementation [?]
- =begin
=end
-
10:59 AM Bug #843: RubyGems include useless libraries
- =begin
=end
-
10:57 AM Bug #730: Infinite recursion on 'super' in dynamically generated modules
- =begin
Fix this soon. < ko1
=end
-
10:44 AM Bug #696: 1.9.0-0 is more faster in factrial test
- =begin
=end
-
10:42 AM Bug #607 (Closed): Mini/Unit Break assert_send()
- =begin
Perhaps it was already fixed.
=end
-
10:41 AM Bug #595: Fiber ignores ensure clause
- =begin
パッチを書くか、もしくはドキュメントにKNOWN BUGとして書く、ということで。
=end
-
10:40 AM Bug #595: Fiber ignores ensure clause
- =begin
=end
-
10:40 AM Revision cbc6a104 (git): * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb.
- lib/test/unit/testcase.rb: ditto.
at asakusa.rb. [ruby-core:20014]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
10:39 AM Bug #572: CGI::Session : ignore session_key and session_id options
- =begin
TODO: 藤岡さんに確認する
=end
- 10:39 AM Revision f6895bec (git): * enumerator.c (enumerator_initialize): Add an ability to generate
- an enumerator from a block. [ruby-dev:35903]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20631 b2... -
10:33 AM Bug #555: method_missing in Gem module removes some necessary methods
- =begin
I'll ask Eric whether it still happens
=end
-
10:31 AM Bug #549: ri -f html mungles constants
- =begin
I'll ask Eric whether it still happens.
=end
-
10:27 AM Bug #527: test_execopts_pgroup(TestProcess) fails on NetBSD
- =begin
=end
-
10:27 AM Bug #525 (Closed): test_convert(TestBignum) on NETBSD
- =begin
Applied in changeset r20621.
=end
-
10:27 AM Bug #553 (Closed): REXML::Document#write(io, 1, true, true) #=> NameError/ArgumentError
- =begin
Applied in changeset r20620.
=end
-
10:25 AM Revision 24037885 (git): * test/ruby/test_io.rb (test_dup_many): extracted from test_dup.
- test in ruby subprocess. at asakusa.rb. [ruby-dev:35648]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20630 ... -
10:23 AM Bug #501: rubygems fails to cache spec file
- =begin
I'll ask Eric whether it has already been merged.
=end
-
10:22 AM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
Rails changed its code for compatibility with the new behavior.
=end
-
10:12 AM Bug #256 (Rejected): defined?(Gem::RubyGemsVersion) behaves strange
- =begin
As far as I understand, this issue is three fold:
(a) defined?(Const) does not call const_missing
(b) ... -
10:21 AM Revision 120ab4b8 (git): * lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.
- [ruby-core:19690]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:21 AM Bug #470: File::openのドキュメント
- =begin
call-seq二つじゃなくて、並べて書けば、とのこと。
=end
- 10:17 AM Revision 8707c67d (git): * 2008-12-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:16 AM Revision f4b13fab (git): * enumerator.c (enum_each_with_object): Add
- Enumerable#each_with_object and Enumerator#with_object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... -
09:24 AM Bug #837 (Closed): 異クラスの例外同士の比較でSystemStackError
- =begin
fixed by r19856.
=end
-
04:40 AM Revision 3060c743 (git): * re.c (reg_enc_error): raise EncodingCompatibilityError for
- encoding incompatibility. [ruby-core:18600]
* re.c (rb_reg_prepare_enc): more consistent error message.
[ruby-cor... -
04:36 AM Revision 28d1621d (git): * encoding.c (enc_set_default_encoding): allowed to set default
- encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:17 AM Revision 31c163e4 (git): * encoding.c (rb_enc_set_default_internal): defines internal
- encoding as nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:51 AM Revision a3421d94 (git): * encoding.c (rb_locale_encoding): removed Encoding::LOCALE.
- * encoding.c (rb_enc_set_default_external): ditto.
* encoding.c (rb_enc_set_default_internal): ditto.
git-svn-id: ... -
02:51 AM Revision 84b5d04b (git): * encoding.c (rb_locale_encoding): removed Encoding::LOCALE.
- * encoding.c (rb_enc_set_default_external): ditto.
* encoding.c (rb_enc_set_default_internal): ditto.
git-svn-id: ... -
02:11 AM Revision 3e675b45 (git): * include/ruby/st.h (size_t): needs stddef.h or stdlib.h.
- [ruby-core:20339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20622 b2dd03c8-39d4-4d8f-98ff-823... -
02:11 AM Revision 36eed7bd (git): * include/ruby/st.h (size_t): needs stddef.h or stdlib.h.
- [ruby-core:20339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:37 AM Bug #846 (Closed): thread.c:2981: warning: format not a string literal and no format arguments
- =begin
Applied in changeset r20615.
=end
-
01:26 AM Revision 8249d674 (git): * test/ruby/test_bignum.rb (TestBignum#test_convert): remove
- platform dependent call of Process.wait. coverage should be
accomplished by other method. [ruby-dev:36062]
git-s... -
01:20 AM Revision bc53f80b (git): * lib/rexml/document.rb (REXML::Document#write): require
- rexml/formatters/transitive if transitive flag is on. a patch
from akira yamada in [ruby-dev:36230]. fix #553
* ... -
12:12 AM Bug #845 (Closed): warning: "RUBY_VERSION_CODE" is not defined
- =begin
fixed by r20612.
=end
12/10/2008
-
09:13 PM Feature #841: Object#self
- =begin
From: Yukihiro Matsumoto <[email protected]>
Subject: [ruby-dev:37342] Re: [Feature #841] Object#self
Date... -
09:10 PM Feature #841: Object#self
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:37342] Re: [Feature #841] Object#self"
on Dec.10,2008 15:18:29... -
03:25 PM Feature #841: Object#self
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37337] [Feature #841] Object#self"
on Wed, 10 Dec 2008 08:36:44... -
08:43 AM Feature #841 (Rejected): Object#self
- =begin
自分自身を返すメソッドがあってもいいんじゃないでしょうか?
名前はRuby的にはself、Lispに倣うならばidentityとか。
class Object
def self; self en... -
09:06 PM Bug #626 (Closed): stop test-all at test/rdoc/test_rdoc_ri_driver.rb
- =begin
already fixed in r19537
=end
-
08:50 PM Bug #846 (Closed): thread.c:2981: warning: format not a string literal and no format arguments
- =begin
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/last
gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -W... -
08:42 PM Bug #845 (Closed): warning: "RUBY_VERSION_CODE" is not defined
- =begin
rational.cとcomplex.cでwarningが出ています。
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/last
gcc... -
06:00 PM Revision 54a722bd (git): * math.c (domain_check): should not raise EDOM exception for NaN
- value if operand is also NaN. affects acos, asin, acosh, atanh,
log, log2, log10, sqrt, gamma, lgamma. [ruby-dev:3... -
05:24 PM Revision 3266ec16 (git): * lib/open3.rb (Open3.pipeline_start): return an array of threads if a
- block is not given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:18 PM Revision b314ab3e (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:54 PM Revision 82c719c3 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_round): should be round
- to integer. [ruby-dev:37355]
* ext/bigdecimal/bigdecimal.c (BigDecimal_divmod): division should
be integer. [inc... -
04:30 PM Revision bd4d9e9a (git): * thread.c (rb_mutex_unlock): shut up warning. a patch from
- Kazuhiro NISHIYAMA in [ruby-dev:37345]. fix #846
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20615 b2dd03c8-39... - 03:01 PM Revision 2c91d4ea (git): added ml ref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:00 PM Revision f335104b (git): * 2008-12-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:00 PM Revision 32bc8415 (git): * complex.c: avoided warnings on cpp.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:01 PM Bug #843 (Closed): RubyGems include useless libraries
- =begin
リファレンスを書いていて気付いたのですが、RubyGems で使用されていないファイルが
含まれています。整理した方がいいかと思うのですがいかがでしょうか?
* rubygems/test_utiliti... - 12:37 PM Revision 14df5ba8 (git): * lib/rss/maker.rb (RSS::Maker.[]): add.
- Suggested by Akinori MUSHA. Thanks!!! [ruby-dev:37210]
* NEWS: add an entry for the above change.
git-svn-id: svn+s... - 12:34 PM Revision 1e5fbe04 (git): * lib/rss/maker.rb (RSS::Maker.[]): add.
- Suggested by Akinori MUSHA. Thanks!!! [ruby-dev:37210]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20610 b2dd... -
11:37 AM Bug #751 (Closed): Regexp.new(dummy_encoding_string)
- =begin
Applied in changeset r20603.
=end
-
03:23 AM Bug #751 (Assigned): Regexp.new(dummy_encoding_string)
- =begin
確かにもっともだと思うので、その方向でやっときます。
=end
-
12:32 AM Bug #751: Regexp.new(dummy_encoding_string)
- =begin
=end
-
11:04 AM Bug #842 (Rejected): endless loop of ObjectSpace.each_object
- =begin
nariです.
以下の様にすると無限ループに入ります.
$ ./miniruby -v ... -
05:01 AM Feature #836: Patches for StringScanner, adding #size, #captures and #values_at
- Hi Nobu
Kind thanks for taking a look at my patch.
On 08.12.2008 at 18:27 Nobuyoshi Nakada wrote:
| Variable ... - 03:58 AM Revision 820c409c (git): * enumerator.c (enumerator_rewind): If the enclosed object
- responds to a "rewind" method, call it; cf. [ruby-dev:37268]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2060... - 03:51 AM Revision edf6ed2b (git): * 2008-12-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:51 AM Revision e9a07af7 (git): * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/.
- * lib/generator.rb (Enumerator#next): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20605 b2... - 03:49 AM Revision 1ed79993 (git): * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/.
- * lib/prime.rb (Prime::OldCompatibility#each): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20604 b2dd0... -
02:29 AM Revision d433a70b (git): * re.c (rb_reg_initialize): raise RegexpError when encoding
- is dummy encoding. [ruby-dev:37091]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20603 b2dd03c8-39d4-4d8f-98ff-... -
12:40 AM Bug #837: 異クラスの例外同士の比較でSystemStackError
- =begin
=end
12/09/2008
-
06:16 PM Bug #821: uninitialized constant Test::Unit::AutoRunner
- =begin
On Tue, 9 Dec 2008 14:57:36 +0900
Tanaka Akira <[email protected]> wrote:
> 1.9 の test/unit は 1.8 の test/unit ... - 04:29 PM Revision e8da366e (git): * 2008-12-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:29 PM Revision 994ccbdc (git): * 2008-12-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:29 PM Revision a091c9e1 (git): * common.mk (win32.obj): depend on headers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:29 PM Revision 2a60ecfe (git): * common.mk (win32.obj): depend on headers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:57 AM Bug #833 (Closed): Encoding in which Array#pack returns when the last format is 'u', 'M', 'm'
- =begin
Applied in changeset r20588.
=end
-
01:34 AM Bug #833: Encoding in which Array#pack returns when the last format is 'u', 'M', 'm'
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37324] Re: [BUG:trunk] Encoding in which Array#pack returns when the... -
12:18 AM Bug #833: Encoding in which Array#pack returns when the last format is 'u', 'M', 'm'
- =begin
Yukihiro Matsumoto さんは書きました:
> バグですね。直しておきます。
あ、直しました。
--
Yugui <[email protected]>
http://yugui.jp
... -
09:39 AM Revision a28fdecd (git): * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,
- cp855-tbl.rb, koi8-r-tbl.rb, koi8-u-tbl.rb, tis-620-tbl.rb:
new single-byte transcodings (from Yoshihiro Kambayashi... -
07:17 AM Revision 9e8367ad (git): * vm_core.h: removed trailing garbage spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:14 AM Revision 001d3930 (git): * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,
- template/*.tmpl: removed trailing garbage spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20596 b2dd03c8-... -
04:46 AM Revision b2e82f2d (git): * ext/curses/curses.c: removed trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 AM Revision 7f367649 (git): * ext/curses/curses.c: made indentation consistent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:33 AM Revision 541915b2 (git): * compile.c (iseq_compile_each), gc.c (assign_heap_slot),
- (gc_mark_children), parse.y (vtable_alloc, vtable_free, vtable_add),
proc.c (proc_to_s), thread.c (terminate_i, rb_... -
04:31 AM Revision 3cde544d (git): * ext/curses/curses.c (curses_use_default_colors): add new
- method. a patch from Giancarlo F Bellido
<support at coaxialhost.com> in [ruby-core:20434].
* ext/curses/curses.c... -
04:25 AM Revision fe867f47 (git): * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type),
- vm_insnhelper.h (BOP): ISO C forbids comma at end of enumerator
list.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
04:23 AM Revision 47c2b02f (git): * vm_insnhelper.c (check_cfunc): use function pointer.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 AM Revision e44aeea8 (git): * .gdbinit (rp): fixed typo for T_STRUCT.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 AM Revision e41fb7d4 (git): * pack.c (pack_pck): fixed [ruby-dev:37295].
- Array#pack always has returned an US-ASCII string when
the given format ended with 'u', 'M' or 'm'.
git-svn-id: sv... -
02:40 AM Feature #839: Add code on each line of a backtrace output to the screen
- =begin
Hi,
At Mon, 8 Dec 2008 18:23:04 +0900,
Roger Pack wrote in [ruby-core:20416]:
> This patch adds output t... -
02:34 AM Feature #836: Patches for StringScanner, adding #size, #captures and #values_at
- Hi,
At Mon, 8 Dec 2008 11:20:55 +0900,
Stefan Rusterholz wrote in [ruby-core:20412]:
> The methods are named to ... -
02:02 AM Bug #743: Socket.gethostbyname returns odd values
- =begin
Hi,
In message "Re: [ruby-core:20417] [Bug #743] Socket.gethostbyname returns odd values"
on Mon, 8 D...
12/08/2008
-
06:56 PM Bug #743: Socket.gethostbyname returns odd values
- =begin
So returning to the original "oddity" that Socket.gethostbyname returns different parameters in Linux/Windows... -
06:29 PM Feature #839 (Rejected): Add code on each line of a backtrace output to the screen
- =begin
This patch adds output to unrescued exceptions' output to the command line:
C:\dev\downloads\snap_snaps... -
06:21 PM Revision dfaf6150 (git): * mkconfig.rb: fix for continued lines. based on a patch from
- Marcus Rueckert <darix AT opensu.se> at [ruby-core:20420].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub... -
06:21 PM Revision e2273eac (git): * mkconfig.rb: fix for continued lines. based on a patch from
- Marcus Rueckert <darix AT opensu.se> at [ruby-core:20420].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20587 ... -
05:55 PM Bug #832: Encoding in which Array#pack returns when a string-related format and a byte seq format are mixed
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37294] [BUG:trunk] Encoding in which Array#pack returns when a strin... -
05:54 PM Bug #833: Encoding in which Array#pack returns when the last format is 'u', 'M', 'm'
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37295] [BUG:trunk] Encoding in which Array#pack returns when the las... -
05:00 PM Revision ca138145 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:47 PM Revision b16baa92 (git): * eval.c (rb_make_exception): single argument to raise may be
- string compatible object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:46 PM Revision 70cf909f (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_truncate): return
- integer if no optional argument given. [incompatible]
* ext/bigdecimal/bigdecimal.c (BigDecimal_floor): ditto.
* ex... -
03:54 PM Revision aeec6062 (git): * tool/make-snapshot (package): enc.mk in snapshot is dummy and should
- not deal with objects. [ruby-core:20422]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20583 b2dd03c8-39d4-4d8... -
03:49 PM Bug #831 (Closed): make clean がエラーになる
- =begin
Applied in changeset commit: 20565.
=end
-
03:35 PM Feature #474: Hash#<<
- =begin
Hi,
In message "Re: [ruby-core:18370] [Feature #474] Hash#<<"
on Sat, 23 Aug 2008 05:35:06 +0900, Ano... -
03:33 PM Bug #837 (Closed): 異クラスの例外同士の比較でSystemStackError
- =begin
ワナベと申します。
1.9 でクラスの異なる例外オブジェクトを比較すると
exc_equal で循環してしまい SystemStackError になってしまいます。
$ ruby -ve 'E... -
03:17 PM Revision a6d8d84a (git): * enc/depend (clean-srcs): split out from clean.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:41 PM Revision d64e40ae (git): * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.
- just ignores '*' in these cases.
[ruby-dev:37289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2... -
02:41 PM Revision 0945f41a (git): * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.
- just ignores '*' in these cases.
[ruby-dev:37289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20581 b2dd03c... -
11:36 AM Bug #830: Encoding::UndefinedConversionError
- =begin
気落ちは良く分かります。
実装は大変難しいです。(特に変換スピードを減らしたくない場合)
1.9.x でできるか、2.0 以降になるか分かりません。
=end
-
11:27 AM Feature #836 (Closed): Patches for StringScanner, adding #size, #captures and #values_at
- =begin
The methods are named to be consistent with MatchData.
My C-fu isn't very strong, so a review of the patch... -
09:31 AM Revision 9e4b940d (git): * pack.c (pack_pack): fixed length for odd length string.
- [ruby-dev:37283]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20580 b2dd03c8-39d4-4d8f-98ff-823fe6... -
09:31 AM Revision 92e0f99d (git): * pack.c (pack_pack): fixed length for odd length string.
- [ruby-dev:37283]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:51 AM Revision 8445dbee (git): * 2008-12-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:51 AM Revision fb34f665 (git): * eval.c (rb_yield_0): Qundef means no argument. [ruby-Bugs-22525]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 AM Revision 774f924d (git): * ruby.c (proc_options): added version, copyright, usage, yydebug,
- syntax to --dump option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:15 AM Revision ba274d1f (git): * ruby.c (proc_options): source-encoding option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:32 AM Revision ecc83033 (git): * ruby.c (set_option_encoding_once): dry.
- * ruby.c (proc_options): checks extra argument for -E/--encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
Also available in: Atom