aboutsummaryrefslogtreecommitdiff
path: root/src/ld-lua-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Make a separate library.Přemysl Janouch2011-01-101-26/+0
| | | | | | This is required for gtkdoc-scangobj. So far it's much like it's been before, the main differences are that source files are in two directories from now on and the build process has two stages.
* Redesign and implement the basic parts of LdLua.Přemysl Janouch2010-10-261-0/+26
There's a very strong bond between LdLua and LdLuaSymbol. LdLuaSymbol is more like an interface to LdLua than a separate object.