Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | const-qualify the address argument to dladdr | Rich Felker | 2014-01-06 | 1 | -1/+1 |
* | implement minimal dlinfo function | Rich Felker | 2013-06-29 | 1 | -0/+3 |
* | add RTLD_NODELETE flag for dlopen | Rich Felker | 2013-01-23 | 1 | -0/+1 |
* | add support for RTLD_NOLOAD to dlopen | Rich Felker | 2013-01-23 | 1 | -0/+1 |
* | default features: make musl usable without feature test macros | Rich Felker | 2012-09-07 | 1 | -5/+1 |
* | dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE | Rich Felker | 2012-09-06 | 1 | -1/+1 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -1/+7 |
* | dladdr support for dynamic linker (nonstandard extension) | Rich Felker | 2012-08-26 | 1 | -0/+10 |
* | further fixup dlfcn.h | Rich Felker | 2011-06-27 | 1 | -4/+10 |
* | match LSB/glibc constants for dynamic loader | Rich Felker | 2011-06-27 | 1 | -4/+4 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+19 |