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 | 173f1e1563f5861de78b2bc4e43cd30ea19400c7 (patch) | |
tree | 2ea7354ed2f9fbd5f728a7c3445b2eb94f8ff629 /ChangeLog | |
parent | efd7504d44078af85a2ca6c632c18569bc562928 (diff) |
* 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-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,9 @@ -Thu Dec 27 17:25:27 2007 Tanaka Akira <[email protected]> +Thu Dec 27 17:57:30 2007 Tanaka Akira <[email protected]> - * 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 <[email protected]> |