summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-26 17:39:42 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-26 17:39:42 +0000
commitcd1dc9bdaf0b8f1c84cfacabc4832b4e159d95cd (patch)
tree2d658b32a52bcdfd483bfd708ef31ed7fc8d3f83 /ChangeLog
parentf6adcedb8436216f4aad498ff5a2789c9487646c (diff)
downloadruby-cd1dc9bdaf0b8f1c84cfacabc4832b4e159d95cd.tar.gz
ruby-cd1dc9bdaf0b8f1c84cfacabc4832b4e159d95cd.tar.xz
ruby-cd1dc9bdaf0b8f1c84cfacabc4832b4e159d95cd.zip
* ext/readline/readline.c (readline_getc): the function for
rl_getc_function must be a byte function. so use getbyte method. [ruby-dev:38535] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cb2c39ce..a32c938ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 27 02:31:38 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/readline/readline.c (readline_getc): the function for
+ rl_getc_function must be a byte function.
+ so use getbyte method. [ruby-dev:38535]
+
Tue May 26 14:24:17 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* gc.c: fixed types.