aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-25 17:35:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-25 17:35:13 +0000
commit1eafe8b157cdb688a8007c42ed16f81b959a0761 (patch)
tree13dbff343d5dfcf48309660354dc503cc289ad90 /ChangeLog
parent56e2c5243fd1caa769f2dff7ebc819af60a2562b (diff)
downloadruby-1eafe8b157cdb688a8007c42ed16f81b959a0761.tar.gz
* process.c (rb_f_exec): get rid of SEGV when exec failed for command
in single string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 98853a4bc2..c8ee94099c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-Thu Feb 26 02:19:11 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Feb 26 02:35:10 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * process.c (rb_f_exec): get rid of SEGV when exec failed.
+ * process.c (rb_f_exec): get rid of SEGV when exec failed for command
+ in single string.
Wed Feb 25 21:17:33 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>