diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-27 08:58:03 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-27 08:58:03 +0000 |
commit | daf826d6e65569fd283198893b75c98ce7c96347 (patch) | |
tree | 2ea7354ed2f9fbd5f728a7c3445b2eb94f8ff629 /ChangeLog | |
parent | 162e84d970f5b152ac2127fe1a4dad596c9fe9f2 (diff) | |
download | ruby-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-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |