summaryrefslogtreecommitdiff
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-49/+50
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
* Remove the dlopen() pointer from struct filedef.Paul Smith2013-05-171-13/+51
* Add requirement for plugin_is_GPL_compatible symbol in loaded objects.Paul Smith2013-05-141-0/+6
* Fix interfacing with and remaking dynamic objects on MS-Windows.Eli Zaretskii2013-05-031-9/+12
* Support dynamic object loading on MS-Windows.Eli Zaretskii2013-04-291-1/+19
* Rework the implementation of load.c to increase portability.Paul Smith2013-04-271-59/+64
* Expand the loadable object support.Paul Smith2013-02-251-1/+1
* Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith2013-01-201-3/+3
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
* Allow dynamically loaded objects to be rebuilt by make.Paul Smith2013-01-201-15/+28
* Implement new "load" directive.Paul Smith2012-10-291-0/+157