]> git.saurik.com Git - apple/dyld.git/commit
dyld-96.2.tar.gz mac-os-x-1052 mac-os-x-1053 mac-os-x-1054 mac-os-x-1055 v96.2
authorApple <opensource@apple.com>
Sat, 1 Mar 2008 01:09:11 +0000 (01:09 +0000)
committerApple <opensource@apple.com>
Sat, 1 Mar 2008 01:09:11 +0000 (01:09 +0000)
commit2028a9150e06923c02d26423650de665cf4470dc
treec70909eeda7292e5674dcc777af4e63dc9aa2a07
parentbac542e65c0030c0d819c7ff1dcfc25892a61844
dyld-96.2.tar.gz
36 files changed:
doc/man/man3/dlsym.3
dyld.xcodeproj/kledzik.mode1v3 [deleted file]
dyld.xcodeproj/kledzik.pbxuser [deleted file]
launch-cache/MachOBinder.hpp
launch-cache/MachOLayout.hpp
launch-cache/MachORebaser.hpp
launch-cache/com.apple.dyld.plist
launch-cache/update_dyld_shared_cache.cpp
src/ImageLoader.cpp
src/ImageLoader.h
src/ImageLoaderMachO.cpp
src/ImageLoaderMachO.h
src/dyld.cpp
src/dyld.h
src/dyldAPIs.cpp
unit-tests/test-cases/dlopen-init-dlopen-notify/Makefile [new file with mode: 0644]
unit-tests/test-cases/dlopen-init-dlopen-notify/bar.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-init-dlopen-notify/foo.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-init-dlopen-notify/foo1.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-init-dlopen-notify/foo2.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-init-dlopen-notify/main.cxx [new file with mode: 0644]
unit-tests/test-cases/dlopen-leak/Makefile [new file with mode: 0644]
unit-tests/test-cases/dlopen-leak/bar.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-leak/foo.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-leak/main.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-notify-bind/Makefile [new file with mode: 0644]
unit-tests/test-cases/dlopen-notify-bind/foo.c [new file with mode: 0644]
unit-tests/test-cases/dlopen-notify-bind/main.c [new file with mode: 0644]
unit-tests/test-cases/dlopen_preflight-leak/Makefile [new file with mode: 0644]
unit-tests/test-cases/dlopen_preflight-leak/bar.c [new file with mode: 0644]
unit-tests/test-cases/dlopen_preflight-leak/foo.c [new file with mode: 0644]
unit-tests/test-cases/dlopen_preflight-leak/main.c [new file with mode: 0644]
unit-tests/test-cases/framework-fallback/main.c
unit-tests/test-cases/read-only-import-shared-cache-dlopen-override/Makefile [new file with mode: 0644]
unit-tests/test-cases/read-only-import-shared-cache-dlopen-override/main.c [new file with mode: 0644]
unit-tests/test-cases/read-only-import-shared-cache-dlopen-override/mymalloc.c [new file with mode: 0644]