From 7a9812209d94bdfbef22fff8a9a78cc4ed81966e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 24 Oct 2016 01:19:46 +0000 Subject: complex.c: undefine clamp * complex.c (Init_Complex): undefine Complex#clamp, which does not work like other Comparable methods, because Complex does not have <=> method. patched by Tim Peters in [ruby-core:77720]. [Bug #12866] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a1362a6045..9aec88d019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 24 10:19:44 2016 Nobuyoshi Nakada + + * complex.c (Init_Complex): undefine Complex#clamp, which does not + work like other Comparable methods, because Complex does not + have <=> method. patched by Tim Peters + in [ruby-core:77720]. [Bug #12866] + Sun Oct 23 11:41:41 2016 Nobuyoshi Nakada * include/ruby/encoding.h: include "ruby/ruby.h" explicitly for -- cgit v1.2.3