Dr. Stephen Henson
|
4a620922e2
Updates from 1.0.0-stable
|
15 년 전 |
Ben Laurie
|
5ce278a77b
More type-checking.
|
16 년 전 |
Andy Polyakov
|
731339627f
Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it is
|
17 년 전 |
Nils Larsch
|
c971ca4c86
check if pointer is != NULL before dereferencing it (Coverity CID 40)
|
17 년 전 |
Ulf Möller
|
0ef888cd3e
Use Dl_info only on systems where it is known to exist. It does not
|
18 년 전 |
Ulf Möller
|
26c777d516
uncomment; that one slipped through
|
18 년 전 |
Ulf Möller
|
9555339007
improve make dclean to remove files generated during build
|
18 년 전 |
Nils Larsch
|
67b6f1ca88
fix problems found by coverity: remove useless code
|
18 년 전 |
Andy Polyakov
|
c6cb42e4fb
"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.
|
19 년 전 |
Andy Polyakov
|
68b64fb610
Add DSO_global_lookup_func implementation. See commentary in dso_lib.c
|
19 년 전 |
Ulf Möller
|
c8e1edaae5
comments
|
19 년 전 |
Andy Polyakov
|
21ac2b964b
Eliminate gcc -pedantic warnings.
|
19 년 전 |
Richard Levitte
|
3ecbd099eb
_GNU_SOURCE needs to be defined before any standard header.
|
19 년 전 |
Andy Polyakov
|
7ed876533a
New function, DSO_pathbyaddr, to find pathname for loaded shared object
|
19 년 전 |
Nils Larsch
|
3f4657d131
fix "dereferencing type-punned pointer will break strict-aliasing rules"
|
19 년 전 |
Dr. Stephen Henson
|
ba2ba27008
Avoid warnings.
|
19 년 전 |
Richard Levitte
|
54bbde3c3f
Make sure DSO-dlfcn works properly on SunOS4.
|
21 년 전 |
Richard Levitte
|
e666c4599f
Add the possibility to have symbols loaded globally with DSO.
|
21 년 전 |
Richard Levitte
|
cbecb3ac37
There's an ongoing project to bring some kind of path selection
|
22 년 전 |
Richard Levitte
|
3d27b1fa85
Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
|
22 년 전 |
Richard Levitte
|
acf60ef707
At least for the two common Unixly DSO loading methods, include the
|
23 년 전 |
Geoff Thorpe
|
b7b6c047ca
This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filename
|
23 년 전 |
Richard Levitte
|
d9efa3616a
For the operating systems where it matters, it is sometimes good to
|
24 년 전 |
Geoff Thorpe
|
51c8dc37dd
This changes the behaviour of the DSO mechanism for determining an
|
24 년 전 |
Geoff Thorpe
|
75a382bd90
None of the DSO_METHOD's were handling anything except generic messages.
|
24 년 전 |
Geoff Thorpe
|
1a797ac67c
* This adds some checking to the 'dlfcn' DSO_METHOD that at least lets
|
24 년 전 |
Geoff Thorpe
|
e9a68cfbc3
Currently the DSO_METHOD interface has one entry point to bind all
|
24 년 전 |
Geoff Thorpe
|
ebbaebf784
This case in the "dso_unload" handlers should not be reported as an error -
|
24 년 전 |
Geoff Thorpe
|
b9e6391582
This change facilitates name translation for shared libraries. The
|
24 년 전 |
Geoff Thorpe
|
51175595b3
Constification, and a silly mistake in the comments.
|
24 년 전 |