* configure.in: alloca is broken; use C_ALLOCA instead.

[ruby-dev:29416]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2006-10-22 19:28:46 +00:00
parent 0184f73bc8
commit 12d0578dcc

View File

@ -18,6 +18,11 @@ Sun Oct 22 07:55:11 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
add RDoc description that case conversion to be effective only add RDoc description that case conversion to be effective only
in ASCII region. in ASCII region.
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]
Sat Oct 21 17:50:40 2006 Akinori MUSHA <knu@iDaemons.org> Sat Oct 21 17:50:40 2006 Akinori MUSHA <knu@iDaemons.org>
* ext/digest/lib/digest.rb: Follow the framework updates. * ext/digest/lib/digest.rb: Follow the framework updates.