summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 10:12:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-27 10:12:46 +0000
commit33df14986592d8fa044bbbb9db1aee0d2354096c (patch)
tree897fe86c0c774a55ad72badea006315da9839c0c /ChangeLog
parentf643817e31d50eb6cf7b694aa1199fc522c49f51 (diff)
downloadruby-33df14986592d8fa044bbbb9db1aee0d2354096c.tar.gz
ruby-33df14986592d8fa044bbbb9db1aee0d2354096c.tar.xz
ruby-33df14986592d8fa044bbbb9db1aee0d2354096c.zip
* Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get
rid of depending PREP with nmake. * common.mk (encs): depends on libruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dab042232..0367b00ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue May 27 19:12:37 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get
+ rid of depending PREP with nmake.
+
+ * common.mk (encs): depends on libruby.
+
Tue May 27 19:00:22 2008 Akinori MUSHA <knu@iDaemons.org>
* ext/stringio/stringio.c (strio_each_char, Init_stringio): Add