From dc4d4b3923cbb832f69abdc0df6d9ee0ea38cae1 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Dec 2007 08:07:56 +0000 Subject: * common.mk (enc.mk): depends on rbconfig.rb. * regenc.h (OnigEncodingDefine): external encoding definition macro. * enc/Makefile.in: fix for linking. * enc/depend, enc/make_encmake.rb: fix for Windows. * enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c: renamed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b4ec27e0a..fa90ad85fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Dec 20 17:07:54 2007 Nobuyoshi Nakada + + * common.mk (enc.mk): depends on rbconfig.rb. + + * regenc.h (OnigEncodingDefine): external encoding definition macro. + + * enc/Makefile.in: fix for linking. + + * enc/depend, enc/make_encmake.rb: fix for Windows. + + + * enc/{ascii,euc_jp,sjis,utf8,iso_8859_{1..16}}.c: renamed. + Thu Dec 20 16:42:55 2007 Koichi Sasada * iseq.c (find_line_no): return 0 if not found. -- cgit v1.2.3