summaryrefslogtreecommitdiff
path: root/rpmio/rpmlua.c
AgeCommit message (Expand)AuthorFilesLines
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