summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-31 21:56:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-31 21:56:38 +0000
commit79ccc677e779b360e21ba683a1c4f93939aa7c7d (patch)
tree3557689a2fa1049c67c60d3025fc88d5b8d44b59 /ChangeLog
parentaa3665e7826b6e27c43e067f0f8fb6794392319c (diff)
* tool/file2lastrev.rb: unset PWD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 414cc1d5a5..f7f2c36ad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 1 06:56:28 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/file2lastrev.rb: unset PWD.
+
Wed Dec 31 23:37:17 2008 Tanaka Akira <akr@fsij.org>
* ext/socket/socket.c (sock_s_socketpair): yield if a block is given.