summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 14:27:00 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 14:27:00 +0000
commit9c504ea8111fb44b46e3011c0417045720334f43 (patch)
tree65863cce178d37a50e7aed8677efaebdd5db5bce /ChangeLog
parent9416fedc282b6bd96fe1f150833db3e365029767 (diff)
* ChangeLog: small fixes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 51fb2f7d59..076aabf2ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,10 +5,9 @@ Mon May 12 23:05:24 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* process.c (save_redirect_fd, save_env_i, save_env, run_exec_dup2,
run_exec_open, run_exec_pgroup, run_exec_rlimit, rb_run_exec_options):
save parent's process environments.
- !!!remark!!! these are not thread-safe.
* process.c (rb_spawn_internal): remove calling run_exec_options()
- because cannot restore after spawn. we'll fix this later.
+ because cannot restore after spawn.
* io.c (pipe_open): ditto.