[4.0] Use strip (instead of eu-strip) to support --strip-debug of *.so at build time
[platform/upstream/rpm.git] / rpmio / rpmlua.c
2012-10-09 Anders F BjorklundAdd lua 5.2 support.
2012-03-14 Panu MatilainenUnbreak lua's base64 encode/decode extensions
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
2011-05-24 Panu MatilainenAdd support for nested Lua macro expansion (RhBug:490740)
2011-05-24 Panu MatilainenPlug a memory leak on Lua rpm.expand()
2010-11-15 Panu MatilainenBasic protection against Lua os.exit() and posix.exec...
2010-09-21 Panu MatilainenReturn typed pointers from rpmluaFree() and rpmluavFree()
2009-06-26 Panu MatilainenFix rpm.unregister() Lua extension
2009-06-26 Panu MatilainenAdd base64 encode and decode extensions to the lua...
2009-01-15 Panu MatilainenMake sure global state gets NULLed on free
2009-01-14 Panu MatilainenAdd rpmluaGetGlobalState() to internal lua api
2008-11-22 Panu MatilainenUse rpmConfigDir() instead of hardwired value in Lua...
2008-05-06 Panu MatilainenEliminate static buffer in lua findkey()
2008-04-17 Jindrich NovyUse sizeof() instead of direct element count in rpmluaG...
2008-04-16 Panu MatilainenConvert to Lua 5.1 library loading style
2008-04-16 Panu MatilainenStart phasing out internal copy of Lua
2008-03-07 Panu MatilainenStop insecurely covering up for lack of snprintf and...
2008-01-30 Panu MatilainenInclude spring-cleaning
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-11-02 Peter JonesMerge
2007-11-02 Peter Jones- Fix segfault in %{lua:...}'s rpm_print
2007-10-28 Ralf CorsépiusInclude "rpmio.h" instead of <rpmio.h>.
2007-10-28 Ralf CorsépiusInclude "rpmhook.h" instead of <rpmhook.h>.
2007-10-28 Ralf CorsépiusInclude "rpmerr.h" instead of <rpmerr.h>.
2007-10-28 Ralf CorsépiusInclude "rpmmacro.h" instead of <rpmmacro.h>.
2007-10-28 Ralf CorsépiusInclude "rpmurl.h" instead of <rpmurl.h>.
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-11 Ralf CorsépiusRemove splint tags.
2004-10-09 jbjSplint fiddles.
2004-04-19 jbjSplint fiddles.
2004-04-18 niemeyerImplemented Lua support for the hooking system.
2004-03-26 jbjSplint fiddles.
2004-03-26 jbjsplint fiddles.
2004-03-24 niemeyer- Now Lua interface is using a global state.
2004-03-23 niemeyerRemoving unwanted "static" attribute in "luaL_reg ...
2004-03-23 jbjSpint fiddles.
2004-03-23 jbjSplint fiddles.
2004-03-19 niemeyer- New internal Lua support scheme, laying under rpmio.