index
:
gunmake
master
GNU make with more features of SunOS make
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
load.c
Age
Commit message (
Expand
)
Author
Files
Lines
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