From 39678e7c3f8321dfc074d8a95855e664af348eec Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 17 Dec 2007 17:30:57 +0000 Subject: * configure.in (BUILTIN_ENCS): removed. * common.mk (enc.mk): pass BUILTIN_ENCS from command line. * enc/depend: ditto. * enc/make_encmake.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1252c3781..03c46b621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 18 02:30:56 2007 Nobuyoshi Nakada + + * configure.in (BUILTIN_ENCS): removed. + + * common.mk (enc.mk): pass BUILTIN_ENCS from command line. + + * enc/depend: ditto. + + * enc/make_encmake.rb: ditto. + Tue Dec 18 01:46:48 2007 Yukihiro Matsumoto * sprintf.c (rb_str_format): need to clear output buffer to avoid -- cgit