aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-11 05:17:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-11 05:17:34 +0000
commit8e295d4c1799d637080bfd10a99d08574a357acf (patch)
tree019445f960cc81aba78fbfd3fac09d7bd8c93e56 /ChangeLog
parent9ad26a3d24d359bb9a07eb8926df933f0a622f99 (diff)
downloadruby-8e295d4c1799d637080bfd10a99d08574a357acf.tar.gz
* configure.in (RUBY_REPLACE_TYPE): define typename to default
type if the latter is found. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24845 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 af1c9fa438..7d7428110f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 11 14:17:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (RUBY_REPLACE_TYPE): define typename to defaul
+ type if the latter is found.
+
Fri Sep 11 13:57:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/win32.h (fstat): override if large file support is