aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 00:22:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 00:22:35 +0000
commit55fc5598453ed67a86692e3540fca34ce27d2f13 (patch)
treec92a355c9e6b8448efe2c8d210a8161e456b09b8 /ChangeLog
parent1637dbeca7f6dcd98224a6e992258abffd46c512 (diff)
downloadruby-55fc5598453ed67a86692e3540fca34ce27d2f13.tar.gz
* common.mk (incs): includes encdb.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad73ba4045..b7a3df35e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 13 09:22:33 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (incs): includes encdb.h.
+
Sun Jan 13 09:17:29 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]