Tarantool development patches archive
 help / color / mirror / Atom feed
From: Timur Safin <tsafin@tarantool.org>
To: v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH 1.10 7/9] RFC: module api: extend list of public symbols in 1.10
Date: Fri, 25 Sep 2020 00:00:39 +0300	[thread overview]
Message-ID: <b48c0449b43da8ed775b6e498c3323dea24c4807.1600955796.git.tsafin@tarantool.org> (raw)
In-Reply-To: <cover.1600955796.git.tsafin@tarantool.org>

Backported exported symbols necessary for extended
module api for the purposes of external merger

Part of #5273
---
 extra/exports | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/extra/exports b/extra/exports
index a4ac03530..70b59a0a6 100644
--- a/extra/exports
+++ b/extra/exports
@@ -118,7 +118,10 @@ coio_call
 coio_getaddrinfo
 luaL_pushcdata
 luaL_iscdata
+luaL_iscallable
 luaL_checkcdata
+luaL_checkconstchar
+luaL_checkibuf
 luaL_setcdatagc
 luaL_ctypeid
 luaL_cdef
@@ -129,13 +132,16 @@ luaL_checkint64
 luaL_touint64
 luaL_toint64
 luaT_pushtuple
+luaT_newthread
 luaT_istuple
 luaT_tuple_encode
 luaT_tuple_new
 luaT_error
 luaT_call
 luaT_cpcall
+luaT_release_temp_luastate
 luaT_state
+luaT_temp_luastate
 luaT_tolstring
 box_txn
 box_txn_begin
@@ -148,6 +154,7 @@ box_txn_id
 box_key_def_new
 box_key_def_delete
 box_key_def_dump_parts
+box_key_def_dup
 box_key_def_new_ex
 box_key_def_merge
 box_key_def_validate_key
@@ -174,6 +181,7 @@ box_tuple_update
 box_tuple_upsert
 box_tuple_extract_key
 box_tuple_extract_key_ex
+box_tuple_validate
 box_tuple_validate_key_parts
 box_tuple_compare
 box_tuple_compare_with_key
@@ -223,6 +231,16 @@ box_region_aligned_alloc
 box_region_alloc
 box_region_truncate
 box_region_used
+mp_char2escape
+mp_decode_extl
+mp_ext_hint
+mp_format
+mp_fprint
+mp_parser_hint
+mp_snprint
+mp_type_hint
+mp_vformat
+
 
 # Lua / LuaJIT
 
@@ -324,6 +342,8 @@ luaopen_ffi
 luaL_openlibs
 luaL_openlib
 luaL_register
+luaL_register_module
+luaL_register_type
 luaL_getmetafield
 luaL_callmeta
 luaL_typerror
-- 
2.20.1

  parent reply	other threads:[~2020-09-24 21:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24 21:00 [Tarantool-patches] [PATCH 1.10 0/9] RFC: module api: extend for external merger Lua module Timur Safin
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 1/9] module api: export box_tuple_validate Timur Safin
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 2/9] module api: export box_key_def_dup Timur Safin
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 3/9] module api: luaT_newthread Timur Safin
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 4/9] module api: luaL_register_module & luaL_register_type Timur Safin
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 5/9] module api: luaT_temp_luastate & luaT_release_temp_luastate Timur Safin
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 6/9] module api: luaL_checkibuf & luaL_checkconstchar Timur Safin
2020-09-24 21:00 ` Timur Safin [this message]
2020-09-29  6:21   ` [Tarantool-patches] [PATCH 1.10 7/9] RFC: module api: extend list of public symbols in 1.10 Alexander Turenko
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 8/9] module api: add luaL_iscallable with support of cdata metatype Timur Safin
2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 9/9] module api: luaL_cdata_iscallable Timur Safin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b48c0449b43da8ed775b6e498c3323dea24c4807.1600955796.git.tsafin@tarantool.org \
    --to=tsafin@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH 1.10 7/9] RFC: module api: extend list of public symbols in 1.10' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox