diff options
author | kouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-09 05:54:33 +0000 |
---|---|---|
committer | kouji <kouji@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-01-09 05:54:33 +0000 |
commit | 38f5ffefe1014882e3cfbea139e7a124d0c76dce (patch) | |
tree | 42d316a09c4c50c88875cfc7959552ed6cd0518a /ChangeLog | |
parent | d3b337c58dcdbfc09c77f812be9426ec3ba70b5c (diff) | |
download | ruby-38f5ffefe1014882e3cfbea139e7a124d0c76dce.tar.gz |
* ext/readline/readline.c: apply a patch from Nobuyoshi Nakada.
fixed #3616 [ruby-core:31484] IRB + readline incorrectly counts
non-printing characters in prompt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Jan 9 14:47:50 2011 TAKAO Kouji <kouji@takao7.net> + + * ext/readline/readline.c: apply a patch from Nobuyoshi Nakada. + fixed #3616 [ruby-core:31484] IRB + readline incorrectly counts + non-printing characters in prompt + Sat Jan 8 21:47:26 2011 Tanaka Akira <akr@fsij.org> * enum.c (enum_sort_by): use rb_ary_resize. |