summaryrefslogtreecommitdiff
path: root/load.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Update Copyright statements for 2014.Paul Smith1-1/+1
2013-11-24* load.c (load_file): Reset the name length minus the symbol.Paul Smith1-0/+1
2013-11-23* load.c: [SV 40515] Define RTLD_GLOBAL if not set.Daniel Richard G1-0/+5
2013-11-23[SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith1-10/+19
2013-09-22Use explicit cast between void* and pointer-to-function.Paul Smith1-2/+2
2013-05-27Porting to VMS, from Hartmut Becker.Paul Smith1-4/+3
2013-05-17Update source file format: remove TABs, use GNU coding styles.Paul Smith1-49/+50
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
2013-05-17Remove the dlopen() pointer from struct filedef.Paul Smith1-13/+51
2013-05-14Add requirement for plugin_is_GPL_compatible symbol in loaded objects.Paul Smith1-0/+6
2013-05-03Fix interfacing with and remaking dynamic objects on MS-Windows.Eli Zaretskii1-9/+12
2013-04-29Support dynamic object loading on MS-Windows.Eli Zaretskii1-1/+19
2013-04-27Rework the implementation of load.c to increase portability.Paul Smith1-59/+64
2013-02-25Expand the loadable object support.Paul Smith1-1/+1
2013-01-20Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith1-3/+3
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-1/+1
2013-01-20Allow dynamically loaded objects to be rebuilt by make.Paul Smith1-15/+28
2012-10-29Implement new "load" directive.Paul Smith1-0/+157