summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 03:26:16 +0000
committerkeiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 03:26:16 +0000
commitec32a0cf40f1c1320f8de08aaa06df22b4994d5a (patch)
tree71700753dc8b7daae6d37df2bd603c0ba208f6d7 /ChangeLog
parent0e04560c30a31d8ee632e286e055c0446a631092 (diff)
downloadruby-ec32a0cf40f1c1320f8de08aaa06df22b4994d5a.tar.gz
ruby-ec32a0cf40f1c1320f8de08aaa06df22b4994d5a.tar.xz
ruby-ec32a0cf40f1c1320f8de08aaa06df22b4994d5a.zip
* lib/irb/irb/ext/save-history.rb: change load_history using File.expand_path. see [ruby-dev:36660]. Thanks Kouhei Sutou.
* lib/irb/irb/context.rb: convert string Symbol of instance variable names in IRB:Context#inspect. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dced5370..892dd7898 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 4 12:17:46 2008 Keiju Ishitsuka <keiju@ruby-lang.org>
+
+ * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_path. see [ruby-dev:36660]. Thanks Kouhei Sutou.
+ * lib/irb/irb/context.rb: convert string Symbol of instance variable names in IRB:Context#inspect.
+
Fri Oct 3 22:43:04 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into