From 0659081a7ca980b3dd0a7646a340da4d047fa130 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 27 Dec 2008 02:16:20 +0000 Subject: merges r21076 from trunk into ruby_1_9_1. * process.c (after_fork): ignores a termination request in the parent process. [ruby-dev:37447] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5dcfa51cc..31523dda4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 27 05:38:59 2008 Nobuyoshi Nakada + + * process.c (after_fork): ignores a termination request in the + parent process. [ruby-dev:37447] + Sat Dec 27 01:52:39 2008 James Edward Gray II * lib/csv.rb: Using a more robust transcoding scheme to produce @@ -262,7 +267,7 @@ Wed Dec 24 06:29:32 2008 Nobuyoshi Nakada * configure.in (OBJDUMP, OBJCOPY): autoconf list is not comma separated. - * configure.in (AC_HEADER_STDC, AC_CHECK_HEADERS AC_CHECK_FUNCS): + * configure.in (AC_HEADER_STDC, AC_CHECK_HEADERS, AC_CHECK_FUNCS): removed duplicated checks. Wed Dec 24 03:21:21 2008 Yukihiro Matsumoto -- cgit