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