aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 04:40:42 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-13 04:40:42 +0000
commit51ebd17afbef736da26e3731d15cccdedc394972 (patch)
tree0a8c872fc1c5f8762ffa6752022e655291fcd48c
parent59edab809e6b2ba1eb7e77c9a9162a4957fcce66 (diff)
downloadruby-51ebd17afbef736da26e3731d15cccdedc394972.tar.gz
typo in commit date
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c80c67a77..b423eb673d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -477,17 +477,17 @@ Thu Jan 3 14:32:47 2013 Yuki Yugui Sonoda <yugui@yugui.jp>
* thread_pthread.c (rb_reserved_fd_p): USE_SLEEPY_TIMER_THREAD is
always defined. Fixes compilation error for NativeClient.
-Wed Jan 02 03:09:00 2012 Zachary Scott <zachary@zacharyscott.net>
+Wed Jan 02 03:09:00 2013 Zachary Scott <zachary@zacharyscott.net>
* ext/zlib/zlib.c (Zlib::GzipReader): Fix typo by zed_0xff
[Fixes Github #229]
-Wed Jan 02 02:29:00 2012 Zachary Scott <zachary@zacharyscott.net>
+Wed Jan 02 02:29:00 2013 Zachary Scott <zachary@zacharyscott.net>
* hash.c (rb_hash_update): Revert documentation from r38672
See: https://github.com/ruby/ruby/pull/228#issuecomment-11791013
-Wed Jan 02 02:16:00 2012 Zachary Scott <zachary@zacharyscott.net>
+Wed Jan 02 02:16:00 2013 Zachary Scott <zachary@zacharyscott.net>
* hash.c (rb_hash_update): Documentation for Hash#merge and shallow
copies Patch by Yorick Peterse [Fixes Github #228]