aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-14 02:25:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-14 02:25:27 +0000
commit3dba6dabb6b5794be9f5f17277fd256ef74c6caf (patch)
tree3964ef6eb4f3da35c6132202526639a878ded6ec /ChangeLog
parentd1fb37bca8ee20fe3005df7b11a97b9710c76e84 (diff)
downloadruby-3dba6dabb6b5794be9f5f17277fd256ef74c6caf.tar.gz
printf.c: uint_to_str
* ext/-test-/printf/printf.c (uint_to_str): renamed to get rid of conflict on cygwin. [ruby-core:68877] [Bug #11065] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3674a97c46..bdcece2a86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 14 11:24:56 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/-test-/printf/printf.c (uint_to_str): renamed to get rid of
+ conflict on cygwin. [ruby-core:68877] [Bug #11065]
+
Tue Apr 14 08:59:04 2015 Zachary Scott <e@zzak.io>
* gc.c: [DOC] Improve documentation for ObjectSpace.count_objects