From f1d6603cb36a388fe373f847f9aed7ff46ab9305 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Nov 2008 14:25:45 +0000 Subject: * signal.c (register_sigaltstack): should not add external variable (with some cosmetic changes). [ruby-dev:37158] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f4360da05..c8a89b709 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 24 23:16:32 2008 Yukihiro Matsumoto + + * signal.c (register_sigaltstack): should not add external + variable (with some cosmetic changes). [ruby-dev:37158] + Mon Nov 24 22:57:25 2008 Shugo Maeda * strftime.c (rb_strftime): A width specifier for %t and %n should -- cgit