<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Sorry, forgot to attach issue and branch.<div class=""><a href="https://github.com/tarantool/tarantool/issues/692" class="">https://github.com/tarantool/tarantool/issues/692</a></div><div class=""><a href="https://github.com/tarantool/tarantool/tree/sp/gh-692-introduce-decimal" class="">https://github.com/tarantool/tarantool/tree/sp/gh-692-introduce-decimal</a></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">18 апр. 2019 г., в 20:16, Serge Petrenko <<a href="mailto:sergepetrenko@tarantool.org" class="">sergepetrenko@tarantool.org</a>> написал(а):</div><br class="Apple-interchange-newline"><div class=""><div class="">This patchset adds a new type, decimal fixed-point, to tarantool.<br class=""><br class="">The first patch adds decNumber library as a submodule.<br class="">The second patch adds a small wrapper to the library to make it work<br class="">with fixed-point decimal values, and adds a unit test.<br class=""><br class="">Serge Petrenko (2):<br class="">  third-party: add decNumber library<br class="">  lib/core: introduce decimal type to tarantool<br class=""><br class=""> .gitmodules                 |   3 +<br class=""> CMakeLists.txt              |   7 +<br class=""> cmake/BuildDecNumber.cmake  |  13 ++<br class=""> src/CMakeLists.txt          |   1 +<br class=""> src/lib/core/CMakeLists.txt |   3 +-<br class=""> src/lib/core/decimal.c      | 392 ++++++++++++++++++++++++++++++++++++<br class=""> src/lib/core/decimal.h      | 101 ++++++++++<br class=""> test/unit/CMakeLists.txt    |   2 +<br class=""> test/unit/decimal.c         | 173 ++++++++++++++++<br class=""> test/unit/decimal.result    |  53 +++++<br class=""> third_party/decNumber       |   1 +<br class=""> 11 files changed, 748 insertions(+), 1 deletion(-)<br class=""> create mode 100644 cmake/BuildDecNumber.cmake<br class=""> create mode 100644 src/lib/core/decimal.c<br class=""> create mode 100644 src/lib/core/decimal.h<br class=""> create mode 100644 test/unit/decimal.c<br class=""> create mode 100644 test/unit/decimal.result<br class=""> create mode 160000 third_party/decNumber<br class=""><br class="">-- <br class="">2.20.1 (Apple Git-117)<br class=""><br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>