summaryrefslogtreecommitdiff
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
* * load.c (load_file): Reset the name length minus the symbol.Paul Smith2013-11-241-0/+1
* * load.c: [SV 40515] Define RTLD_GLOBAL if not set.Daniel Richard G2013-11-231-0/+5
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-10/+19
* Use explicit cast between void* and pointer-to-function.Paul Smith2013-09-221-2/+2
* Porting to VMS, from Hartmut Becker.Paul Smith2013-05-271-4/+3
* 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