aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-11 07:56:30 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-11 07:56:30 +0000
commitc5335ee110cfab1179018f6b0dbd504742017a4e (patch)
treed9e722697699ca9b0115889744360e188e980b7d /ChangeLog
parent49d9c3282343f45690d45ce564c33f8bc6b788d2 (diff)
downloadruby-c5335ee110cfab1179018f6b0dbd504742017a4e.tar.gz
* lex.c: renamed from lex.c.blt.
* Makefile.in (lex.c): use find command to check mtime. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa8638dde2..a164688547 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 11 16:54:25 2007 Tanaka Akira <akr@fsij.org>
+
+ * lex.c: renamed from lex.c.blt.
+
+ * Makefile.in (lex.c): use find command to check mtime.
+
Sun Nov 11 05:34:13 2007 Eric Hodel <drbrain@segment7.net>
* bin/gem: Add forgotten gem command.