summaryrefslogtreecommitdiff
path: root/rpmio/rpmlua.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-26Fix rpm.unregister() Lua extensionPanu Matilainen1-1/+1
2009-06-26Add base64 encode and decode extensions to the lua interfacePanu Matilainen1-0/+34
2009-01-15Make sure global state gets NULLed on freePanu Matilainen1-0/+1
2009-01-14Add rpmluaGetGlobalState() to internal lua apiPanu Matilainen1-0/+6
2008-11-22Use rpmConfigDir() instead of hardwired value in Lua initializationPanu Matilainen1-3/+6
2008-05-06Eliminate static buffer in lua findkey()Panu Matilainen1-2/+12
2008-04-17Use sizeof() instead of direct element count in rpmluaGetVar()Jindrich Novy1-1/+1
2008-04-16Convert to Lua 5.1 library loading stylePanu Matilainen1-15/+10
2008-04-16Start phasing out internal copy of LuaPanu Matilainen1-0/+2
2008-03-07Stop insecurely covering up for lack of snprintf and vsnprintfPanu Matilainen1-8/+0
2008-01-30Include spring-cleaningPanu Matilainen1-6/+6
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-4/+4
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-4/+4
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-6/+6
2007-11-02- Fix segfault in %{lua:...}'s rpm_printPeter Jones1-3/+2
2007-10-28Include "rpmio.h" instead of <rpmio.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmhook.h" instead of <rpmhook.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmerr.h" instead of <rpmerr.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmmacro.h" instead of <rpmmacro.h>.Ralf Corsépius1-1/+1
2007-10-28Include "rpmurl.h" instead of <rpmurl.h>.Ralf Corsépius1-1/+1
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen1-6/+6
2007-09-11Remove splint tags.Ralf Corsépius1-89/+23
2004-10-09Splint fiddles.jbj1-5/+8
2004-04-19Splint fiddles.jbj1-24/+33
2004-04-18Implemented Lua support for the hooking system.niemeyer1-0/+139
2004-03-26Splint fiddles.jbj1-0/+2
2004-03-26splint fiddles.jbj1-7/+12
2004-03-24- Now Lua interface is using a global state.niemeyer1-18/+66
2004-03-23Removing unwanted "static" attribute in "luaL_reg *lib". Using itniemeyer1-1/+1
2004-03-23Spint fiddles.jbj1-22/+42
2004-03-23Splint fiddles.jbj1-54/+85
2004-03-19- New internal Lua support scheme, laying under rpmio.niemeyer1-0/+588