summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 08:58:03 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 08:58:03 +0000
commitdaf826d6e65569fd283198893b75c98ce7c96347 (patch)
tree2ea7354ed2f9fbd5f728a7c3445b2eb94f8ff629 /ChangeLog
parent162e84d970f5b152ac2127fe1a4dad596c9fe9f2 (diff)
downloadruby-daf826d6e65569fd283198893b75c98ce7c96347.tar.gz
ruby-daf826d6e65569fd283198893b75c98ce7c96347.tar.xz
ruby-daf826d6e65569fd283198893b75c98ce7c96347.zip
* lib/weakref.rb, lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanese.c:
change "illegal" to "invalid" in a context which doesn' t against a law. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 26f5606c5..85348cc4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
-Thu Dec 27 17:25:27 2007 Tanaka Akira <akr@fsij.org>
+Thu Dec 27 17:57:30 2007 Tanaka Akira <akr@fsij.org>
- * parse.y, transcode_data.h, transcode.c: change "illegal" to
- "invalid" in a context which doesn' t against a law.
+ * parse.y, transcode_data.h, transcode.c, lib/weakref.rb,
+ lib/irb/ruby-lex.rb, lib/irb/lc/error.rb, enc/trans/japanese.c:
+ change "illegal" to "invalid" in a context which doesn' t against
+ a law.
Thu Dec 27 16:37:06 2007 Tanaka Akira <akr@fsij.org>