summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-14 08:48:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-14 08:48:51 +0000
commit2d8bfbb017a4a5a1576d806cf7fe6e76f8b3c233 (patch)
tree7059e8469bb761acc74daa04e28c1eb7993ade7a /ChangeLog
parent3d6b4c962a571d2cc54a92cb5c781707cdd09ddc (diff)
tweak mail addresses
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 2 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index d15a22dd79..83196a95d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Thu Feb 14 17:44:32 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/dl/ptr.c (dlmem_each_i): typo fixed. a patch from IKOMA
- Yoshiki <ikoma@mb.i-chubu.ne.jp> in [ruby-dev:33776].
+ Yoshiki <ikoma AT mb.i-chubu.ne.jp> in [ruby-dev:33776].
Thu Feb 14 16:02:51 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -95,7 +95,7 @@ Mon Feb 4 16:44:24 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sat Feb 2 20:06:42 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime
- a bit faster. a patch from Alexander Dymo <dymo@ukrpost.ua> in
+ a bit faster. a patch from Alexander Dymo <dymo AT ukrpost.ua> in
[ruby-core:15337].
Sat Feb 2 09:53:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
@@ -142,12 +142,6 @@ Tue Jan 29 11:53:05 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in: rm largefile.h.
-Sun Jan 27 03:48:40 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
-
-Sun Jan 27 03:48:07 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
-
-Sun Jan 27 03:47:51 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
-
Mon Jan 28 01:21:15 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (rb_open_file): should check NUL in path.
@@ -243,8 +237,6 @@ Sat Jan 12 18:27:41 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_define_alloc_func, rb_undef_alloc_func): should
define/undef on a signleton class. [ruby-core:09959]
-9959]
-
Sat Jan 12 12:04:14 2008 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date.rb, lib/date/format.rb: tuning for performance.