From ec32a0cf40f1c1320f8de08aaa06df22b4994d5a Mon Sep 17 00:00:00 2001 From: keiju Date: Sat, 4 Oct 2008 03:26:16 +0000 Subject: * 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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 + + * 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) * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into -- cgit