From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 366B242EF5C for ; Thu, 25 Jun 2020 17:24:06 +0300 (MSK) From: Chris Sosnin Date: Thu, 25 Jun 2020 17:23:53 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org 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(-) -- 2.21.1 (Apple Git-122.3)