summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ad753140f..f18967f739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Mar 28 21:04:21 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * configure.in (ac_cv_func_snprintf, ac_cv_func_vsnprintf):
+ use own vsnprintf to avoid locale problems and platform
+ difference.
+
Sun Mar 28 10:03:51 2010 NARUSE, Yui <naruse@ruby-lang.org>
* lib/scanf.rb: fix max width modifier for %f.