aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-02 06:53:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-02 06:53:41 +0000
commite7fb2586eff0f9479ae73abb112f37a3a3866ff4 (patch)
tree7bf2b3e1771c93e5ae943a2e6334e7cb6532063a
parent1642877c69c07f87d7d3291b5a61ea6c8c169338 (diff)
downloadruby-e7fb2586eff0f9479ae73abb112f37a3a3866ff4.tar.gz
describe about OS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22fb6a3bf7..2285296f08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Wed Jan 2 15:23:15 2008 Tanaka Akira <akr@fsij.org>
* util.c (ruby_strtoul): locale independent strtoul is implemented to
- avoid "i".to_i(36) cause 0 under tr_TR locale.
+ avoid "i".to_i(36) cause 0 under tr_TR locale on Debian GNU/Linux
+ 4.0 (Etch).
This is newly implemented, not a copy of missing/strtoul.c.
* include/ruby/ruby.h (ruby_strtoul): declared.