summaryrefslogtreecommitdiff
path: root/rpmio/rpmlua.h
Commit message (Expand)AuthorAgeFilesLines
* Add optional readline history support in rpmlua interactive modePanu Matilainen2021-12-201-1/+3
* Eliminate rpm.next_file() from the permanent Lua APIPanu Matilainen2021-12-151-2/+0
* Drop unused rpmluaRegister/rpmluaGetData/rpmluaSetData functionsMichael Schroeder2021-11-261-5/+0
* Add rpmluaCallStringFunction() allowing to call a generic lua functionMichael Schroeder2021-11-191-0/+3
* Lose the internal Lua variable APIPanu Matilainen2020-10-191-31/+0
* Add function for fetching the underlying Lua state from rpmluaPanu Matilainen2020-10-191-0/+3
* Add API support for passing options and arguments to natively to LuaPanu Matilainen2020-10-091-1/+1
* Avoid using types from Lua includes in rpmlua.h againPanu Matilainen2019-10-101-7/+1
* Fix --without-lua build.Mark Wielaard2019-06-051-0/+5
* Make rpmlua structures fully opaque outside rpmlua.cPanu Matilainen2019-02-211-30/+0
* Add a rpmlua wrapper function for registering libraries, use itPanu Matilainen2019-02-211-0/+3
* Add rpmScriptNextFiletFunc()Lubos Kardos2015-02-051-0/+2
* Add support for nested Lua macro expansion (RhBug:490740)Panu Matilainen2011-05-241-6/+5
* Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen2010-09-211-0/+8
* Return typed pointers from rpmluaFree() and rpmluavFree()Panu Matilainen2010-09-211-2/+2
* Add rpmluaGetGlobalState() to internal lua apiPanu Matilainen2009-01-141-0/+1
* More misc size_t issuesPanu Matilainen2007-12-141-3/+3
* Remove splint tags.Ralf Corsépius2007-09-111-94/+33
* Splint fiddles.jbj2004-03-261-1/+3
* splint fiddles.jbj2004-03-261-14/+37
* - Now Lua interface is using a global state.niemeyer2004-03-241-15/+22
* Spint fiddles.jbj2004-03-231-1/+1
* Splint fiddles.jbj2004-03-231-39/+68
* - New internal Lua support scheme, laying under rpmio.niemeyer2004-03-191-0/+84