summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 06:36:20 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 06:36:20 +0000
commit279c3cbdbe53c8bf88807bf2e700b67fd9e20383 (patch)
tree4099cd9731b0792a7416b8ef8bc066269f8b0a8d /ChangeLog
parentbf437b73c6fbc9d5a8a80c1db7353858a5210f95 (diff)
* common.mk (gdb-ruby): new target. it runs ruby under controlled by
gdb. * common.mk (dist): accepts RELNAME variable as the second argument of make-snapshot.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 892dd78988..5b96648e79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Oct 4 15:33:26 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * common.mk (gdb-ruby): new target. it runs ruby under controlled by
+ gdb.
+
+ * common.mk (dist): accepts RELNAME variable as the second argument of
+ make-snapshot.rb.
+
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.