From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id CED3D41C5DC for ; Thu, 2 Jul 2020 23:11:03 +0300 (MSK) References: From: Vladislav Shpilevoy Message-ID: <38c226c2-9124-15ec-5432-1ad66e84f1dc@tarantool.org> Date: Thu, 2 Jul 2020 22:11:01 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 0/2] decimal: intrdoduce strtodec and IsInt List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Sosnin , tarantool-patches@dev.tarantool.org Pushed to master. On 25/06/2020 16:23, Chris Sosnin wrote: > branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-4415-dec-utils > related issue: https://github.com/tarantool/tarantool/issues/4415 > > Chris Sosnin (2): > decNumber: bump new version > decimal: introduce strtodec function > > src/lib/core/decimal.c | 14 +++++++++++++- > src/lib/core/decimal.h | 15 +++++++++++++++ > test/unit/decimal.c | 20 +++++++++++++++++++- > test/unit/decimal.result | 18 +++++++++++++++++- > third_party/decNumber | 2 +- > 5 files changed, 65 insertions(+), 4 deletions(-)