aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-05 16:42:37 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-05 16:42:37 +0000
commit0bd6f36aa73059022fd5dd9cc2462cb4b785ba25 (patch)
tree0aaa3776d60c78989298ee77da0e5440f893a22d /ChangeLog
parente171d499d8b5bbc18abbe67106c3dfaf1c5216d1 (diff)
downloadruby-0bd6f36aa73059022fd5dd9cc2462cb4b785ba25.tar.gz
* process.c: [DOC] Document caveats of command form of Process.spawn
with regard to the shell and OS. Patched by Steve Klabnik [Bug #8550] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 980f8552d9..9c1ca1ff18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 6 01:40:37 2013 Zachary Scott <e@zzak.io>
+
+ * process.c: [DOC] Document caveats of command form of Process.spawn
+ with regard to the shell and OS. Patched by Steve Klabnik [Bug #8550]
+
Tue Aug 6 01:28:35 2013 Zachary Scott <e@zzak.io>
* lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]