From cc8a08f452bdaeedf610932705b0f7239b75844f Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 17 Dec 2007 08:17:50 +0000 Subject: * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed. * enc/Makefile.in (BUILTIN_ENCS): includes .c suffix. * enc/depend: splitted from Makefile.in. * {bcc32,win32,wince}/setup.mak (-encs-): extracts BUILTIN_ENCOBJS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72e205369..751483991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Dec 17 17:17:49 2007 Nobuyoshi Nakada + + * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed. + + * enc/Makefile.in (BUILTIN_ENCS): includes .c suffix. + + * enc/depend: splitted from Makefile.in. + + * {bcc32,win32,wince}/setup.mak (-encs-): extracts BUILTIN_ENCOBJS. + Mon Dec 17 17:07:53 2007 Tanaka Akira * string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange. -- cgit