summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-24 17:25:00 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-24 17:25:00 +0000
commit646a31fb9adc3ca2d3a62db3ec511df22f5c7294 (patch)
tree1206c1e72930f63dea242f1cafde2a8ef3fb1803 /ChangeLog
parent1ecd9885e0284f13378a84b8bc2a0b16d9e1a27c (diff)
Backport #1700 [ruby-core:24078]; Stringify group argument in #fu_get_gid before making regexp match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f82d1eb30..9a96503efc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Mon May 24 05:15:00 2010 Kirk Haines <khaines@ruby-lang.org>
- * configure.in: Bug #2553 [ruby-core:27380]; Add a --disable-ucontext option, for use with --enable-pthreads, to avoid performance loss from --enable-pthreads and the oodles of sigprocmask calls that normally brings.
+ * configure.in: Bug #2553 [ruby-core:27380]; Add a --disable-ucontext option, for use with --enable-pthreads, to avoid performance loss from --enable-pthreads and the oodles of sigprocmask calls that normally brings. r27999
+
+ * lib/fileutils.rb: Backport #1700 [ruby-core:24078]; stringify group argument in #fu_get_gid before making regexp match.
Thu May 20 04:10:00 2010 Kirk Haines <khaines@ruby-lang.org>