From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (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 51573469719 for ; Fri, 16 Oct 2020 18:27:02 +0300 (MSK) From: Sergey Kaplun Date: Fri, 16 Oct 2020 18:26:31 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/3] LuaJIT misclib minor improvements List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin , Sergey Ostanevich Cc: tarantool-patches@dev.tarantool.org This patch series fix small faults crowed up in the scope of 5a61e1ab54b5c66bfebd836db1ac47996611e065 ('misc: add C and Lua API for platform metrics'). Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-5187-add-missing-header Although the CI is red, I found no errors related to LuaJIT. CI: https://gitlab.com/tarantool/tarantool/-/pipelines/203641026 Sergey Kaplun (3): misc: add lmisclib.h to lua.hpp header misc: add lib_misc.c to all .bat files misc: fix linking when LUA_BUILD_AS_DLL is defined src/lj_mapi.c | 3 +++ src/lua.hpp | 1 + src/msvcbuild.bat | 2 +- src/ps4build.bat | 2 +- src/psvitabuild.bat | 2 +- src/xb1build.bat | 2 +- src/xedkbuild.bat | 2 +- 7 files changed, 9 insertions(+), 5 deletions(-) -- 2.28.0