From 0a489a1596157addd900b90476a4a965265b48c0 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 10 Oct 2007 21:35:45 +0000 Subject: * Makefile.in, */Makefile.sub (VPATH): add enc directory. * common.mk (ENCOBJS): encoding objects. * enc: directory for encodings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21cdcbedf..16846bd73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Oct 11 06:35:43 2007 Nobuyoshi Nakada + + * Makefile.in, */Makefile.sub (VPATH): add enc directory. + + * common.mk (ENCOBJS): encoding objects. + + * enc: directory for encodings. + Thu Oct 11 00:04:37 2007 Yukihiro Matsumoto * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding -- cgit