summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 19:21:08 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 19:21:08 +0000
commit77f5c7399603de8bdc36069cb89a9874ffdf62bc (patch)
tree615740a2657c5f90db88273eb1aee749b61ec60f /ChangeLog
parent4f061c83c84bb6a37c3e9a1ef658710fe167953b (diff)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12956 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 5b77a6299e..e9dd78d871 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 16 04:14:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * process.c (ruby_setreuid, ruby_setregid): rename to get rid of name
+ clash.
Thu Aug 16 04:11:17 2007 Ryan Davis <ryand@zenspider.com>
* lib/rexml/dtd/dtd.rb: Fixed typo in code. Fixes bug #10420