aboutsummaryrefslogtreecommitdiffstats
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
commit173f1e1563f5861de78b2bc4e43cd30ea19400c7 (patch)
tree2ea7354ed2f9fbd5f728a7c3445b2eb94f8ff629 /ChangeLog
parentefd7504d44078af85a2ca6c632c18569bc562928 (diff)
downloadruby-173f1e1563f5861de78b2bc4e43cd30ea19400c7.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/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 26f5606c58..85348cc4b0 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>