aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 06:59:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 06:59:12 +0000
commit8a41bd7f51506b455d9559c2c9229bd54a59c1f3 (patch)
tree1a773ea1378058da330df1f533f24b0322be6d02 /ChangeLog
parent315ee838bc9eb4ea5b3a58b72ea3d0360e5f089d (diff)
downloadruby-8a41bd7f51506b455d9559c2c9229bd54a59c1f3.tar.gz
* ChangeLog: mentiond about SUSv3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8315588e3a..de7e28045b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,8 @@ Wed Mar 11 13:22:41 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,
TEMP is set.
- * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.
+ * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long,
+ as defined by SUSv3.
Wed Mar 11 13:03:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>