ruby-changes:3895
From: ko1@a...
Date: Wed, 6 Feb 2008 01:53:38 +0900 (JST)
Subject: [ruby-changes:3895] matz - Ruby:r15384 (trunk): typo fixed
matz 2008-02-06 01:53:23 +0900 (Wed, 06 Feb 2008)
New Revision: 15384
Modified files:
trunk/ChangeLog
trunk/hash.c
Log:
typo fixed
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/hash.c?r1=15384&r2=15383&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15384&r2=15383&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15383)
+++ ChangeLog (revision 15384)
@@ -31,7 +31,7 @@
$NONINSTALLFILES.
* lib/mkmf.rb (init_mkmf): defaults $NONINSTALLFILES to backup and
- temporary filse.
+ temporary files.
Mon Feb 4 21:52:06 2008 Nobuyoshi Nakada <nobu@r...>
@@ -68,7 +68,7 @@
Sat Feb 2 20:06:42 2008 Yukihiro Matsumoto <matz@r...>
* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
- a bit faster. a patch from Alexander Dymo <dymo@u...> in
+ a bit faster. a patch from Alexander Dymo <dymo AT ukrpost.ua> in
[ruby-core:15337].
Sat Feb 2 17:40:21 2008 NARUSE, Yui <naruse@r...>
Index: hash.c
===================================================================
--- hash.c (revision 15383)
+++ hash.c (revision 15384)
@@ -1670,7 +1670,7 @@
static VALUE
rb_hash_flatten(int argc, VALUE *argv, VALUE hash)
{
- VALUE ary;
+ VALUE ary, tmp;
ary = rb_hash_to_a(hash);
if (argc == 0) {
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/