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