decimal: rename decimal_to_string to decimal_str
To be consistent with tt_uuid_str() and tt_uuid_to_string(). _str() returns a string. _to_string() copies it into an externally passed buffer. Part of #6259
Showing
- src/box/lua/serialize_lua.c 1 addition, 1 deletionsrc/box/lua/serialize_lua.c
- src/lib/core/decimal.c 1 addition, 1 deletionsrc/lib/core/decimal.c
- src/lib/core/decimal.h 1 addition, 1 deletionsrc/lib/core/decimal.h
- src/lib/core/mp_decimal.c 2 additions, 2 deletionssrc/lib/core/mp_decimal.c
- src/lua/decimal.c 1 addition, 1 deletionsrc/lua/decimal.c
- test/unit/decimal.c 2 additions, 2 deletionstest/unit/decimal.c
- third_party/lua-cjson/lua_cjson.c 1 addition, 1 deletionthird_party/lua-cjson/lua_cjson.c
- third_party/lua-yaml/lyaml.cc 1 addition, 1 deletionthird_party/lua-yaml/lyaml.cc
Loading
Please register or sign in to comment