summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-22 19:28:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-22 19:28:46 +0000
commit60d97dc4c7942346e3a7cf6169fb23e0c9e6f380 (patch)
treea9d234ddec21e2e09acfe7054ac8933528b81500 /ChangeLog
parent0931ed26641624540ec5b53d4ec86fa88016bb29 (diff)
* configure.in: alloca is broken; use C_ALLOCA instead.
[ruby-dev:29416] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11208 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 11e135309e..f2000160a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,11 @@ Sun Oct 22 16:47:56 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* strnig.c (rb_str_new4): keep shared string untainted when orignal
string is tainted. fixed: [ruby-dev:29672]
+Sun Oct 22 05:20:34 2006 URABE Shyouhei <shyouhei@ice.uec.ac.jp>
+
+ * configure.in: alloca is broken; use C_ALLOCA instead.
+ [ruby-dev:29416]
+
Fri Oct 20 10:47:43 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.