]> git.saurik.com Git - apple/objc4.git/commit
objc4-437.tar.gz mac-os-x-106 mac-os-x-1061 v437
authorApple <opensource@apple.com>
Tue, 25 Aug 2009 00:18:22 +0000 (00:18 +0000)
committerApple <opensource@apple.com>
Tue, 25 Aug 2009 00:18:22 +0000 (00:18 +0000)
commit7af964d1562d70f51a8e9aca24215ac3d83d0624
tree489097924d726767a0a2158a4978e6a20f44bf92
parent7c0e6487d7b67b6bf6c632300ee4b74e8950b051
objc4-437.tar.gz
200 files changed:
Makefile [deleted file]
ReleaseNotes.rtf [new file with mode: 0644]
libobjc.order
markgc.c
objc.sln [new file with mode: 0755]
objc.suo [new file with mode: 0755]
objc.vcproj [new file with mode: 0644]
objc.xcodeproj/project.pbxproj [new file with mode: 0644]
objcrt/objcrt.vcproj [new file with mode: 0755]
runtests.sh [new file with mode: 0755]
runtime/Accessors.subproj/objc-accessors-arch.s [deleted file]
runtime/Accessors.subproj/objc-accessors-i386.s [deleted file]
runtime/Accessors.subproj/objc-accessors-ppc.s [deleted file]
runtime/Accessors.subproj/objc-accessors-ppc64.s [deleted file]
runtime/Accessors.subproj/objc-accessors-table.h [deleted file]
runtime/Accessors.subproj/objc-accessors-x86_64.s [deleted file]
runtime/Accessors.subproj/objc-accessors.m
runtime/Auto.subproj/objc-auto-i386.s
runtime/Auto.subproj/objc-auto-ppc.s
runtime/Auto.subproj/objc-auto-ppc64.s
runtime/Auto.subproj/objc-auto-x86_64.s
runtime/Auto.subproj/objc-auto.s [deleted file]
runtime/Messengers.subproj/objc-msg-arm.s [new file with mode: 0644]
runtime/Messengers.subproj/objc-msg-i386.s
runtime/Messengers.subproj/objc-msg-ppc.s
runtime/Messengers.subproj/objc-msg-ppc64.s [deleted file]
runtime/Messengers.subproj/objc-msg-stub-i386.s [deleted file]
runtime/Messengers.subproj/objc-msg-stub-ppc.s [deleted file]
runtime/Messengers.subproj/objc-msg-stub-ppc64.s [deleted file]
runtime/Messengers.subproj/objc-msg-stub-x86_64.s [deleted file]
runtime/Messengers.subproj/objc-msg-stub.s [deleted file]
runtime/Messengers.subproj/objc-msg-win32.m [new file with mode: 0644]
runtime/Messengers.subproj/objc-msg-x86_64.s
runtime/Messengers.subproj/objc-msg.s [deleted file]
runtime/OldClasses.subproj/List.h
runtime/OldClasses.subproj/List.m
runtime/Protocol.h
runtime/Protocol.m
runtime/error.h
runtime/hashtable.h [new file with mode: 0644]
runtime/hashtable2.h
runtime/hashtable2.m
runtime/lookupa.h [deleted file]
runtime/lookupa.m [deleted file]
runtime/maptable.h
runtime/maptable.m
runtime/message.h
runtime/objc-api.h
runtime/objc-auto-dump.h [new file with mode: 0644]
runtime/objc-auto-dump.m [new file with mode: 0644]
runtime/objc-auto.h
runtime/objc-auto.m
runtime/objc-cache.m
runtime/objc-class-old.m
runtime/objc-class.m
runtime/objc-config.h
runtime/objc-errors.m
runtime/objc-exception.h
runtime/objc-exception.m
runtime/objc-file.m
runtime/objc-gdb.h [new file with mode: 0644]
runtime/objc-initialize.h
runtime/objc-initialize.m
runtime/objc-internal.h [new file with mode: 0644]
runtime/objc-layout.m
runtime/objc-load.h
runtime/objc-load.m
runtime/objc-loadmethod.h
runtime/objc-loadmethod.m
runtime/objc-lockdebug.m
runtime/objc-os.h [new file with mode: 0644]
runtime/objc-os.m [new file with mode: 0644]
runtime/objc-private.h
runtime/objc-probes.d [new file with mode: 0644]
runtime/objc-references.h [new file with mode: 0644]
runtime/objc-references.mm [new file with mode: 0644]
runtime/objc-rtp-sym.s [deleted file]
runtime/objc-rtp.h
runtime/objc-rtp.m
runtime/objc-runtime-new.h
runtime/objc-runtime-new.m
runtime/objc-runtime-old.m
runtime/objc-runtime.m
runtime/objc-sel-set.h
runtime/objc-sel-set.m
runtime/objc-sel-table.h [deleted file]
runtime/objc-sel-table.s [new file with mode: 0644]
runtime/objc-sel.m [deleted file]
runtime/objc-sel.mm [new file with mode: 0644]
runtime/objc-selopt.h [new file with mode: 0644]
runtime/objc-sync.h
runtime/objc-sync.m
runtime/objc-typeencoding.m
runtime/objc.h
runtime/objcrt.c [new file with mode: 0644]
runtime/objcrt.h [new file with mode: 0644]
runtime/phash.h [deleted file]
runtime/phash.m [deleted file]
runtime/runtime.h
runtime/standard.h [deleted file]
test/Makefile [new file with mode: 0644]
test/README [new file with mode: 0644]
test/accessors.m [new file with mode: 0644]
test/addMethod.m [new file with mode: 0644]
test/association-cf.m [new file with mode: 0644]
test/cacheflush.h [new file with mode: 0644]
test/cacheflush.m [new file with mode: 0644]
test/cacheflush0.m [new file with mode: 0644]
test/cacheflush2.m [new file with mode: 0644]
test/cacheflush3.m [new file with mode: 0644]
test/category.m [new file with mode: 0644]
test/classgetclass.m [new file with mode: 0644]
test/classname.m [new file with mode: 0644]
test/classpair.m [new file with mode: 0644]
test/classversion.m [new file with mode: 0644]
test/concurrentcat.m [new file with mode: 0644]
test/concurrentcat_category.m [new file with mode: 0644]
test/copyIvarList.m [new file with mode: 0644]
test/copyMethodList.m [new file with mode: 0644]
test/copyPropertyList.m [new file with mode: 0644]
test/createInstance.m [new file with mode: 0644]
test/debuggerMode.m [new file with mode: 0644]
test/definitions.m [new file with mode: 0644]
test/duplicateClass.m [new file with mode: 0644]
test/errcheck.pl [new file with mode: 0644]
test/exc.m [new file with mode: 0644]
test/exchangeImp.m [new file with mode: 0644]
test/fail.m [new file with mode: 0644]
test/foreach.m [new file with mode: 0644]
test/forward.m [new file with mode: 0644]
test/future.h [new file with mode: 0644]
test/future0.m [new file with mode: 0644]
test/future1.m [new file with mode: 0644]
test/future2.m [new file with mode: 0644]
test/gc.c [new file with mode: 0644]
test/gc.m [new file with mode: 0644]
test/gcenforcer.m [new file with mode: 0644]
test/gcenforcer_nogc.gc.expected-stderr [new file with mode: 0644]
test/gcenforcer_nogc.nogc.expected-stderr [new file with mode: 0644]
test/gcenforcer_requiresgc.gc.expected-stderr [new file with mode: 0644]
test/gcenforcer_requiresgc.nogc.expected-stderr [new file with mode: 0644]
test/gdb-lock.m [new file with mode: 0644]
test/gdb.m [new file with mode: 0644]
test/getMethod.m [new file with mode: 0644]
test/ignoredSelector.m [new file with mode: 0644]
test/imageorder.h [new file with mode: 0644]
test/imageorder.m [new file with mode: 0644]
test/imageorder1.m [new file with mode: 0644]
test/imageorder2.m [new file with mode: 0644]
test/imageorder3.m [new file with mode: 0644]
test/initialize.m [new file with mode: 0644]
test/instanceSize.m [new file with mode: 0644]
test/ismeta.m [new file with mode: 0644]
test/ivar.m [new file with mode: 0644]
test/ivarSlide.h [new file with mode: 0644]
test/ivarSlide1.m [new file with mode: 0644]
test/ivarSlide2.m [new file with mode: 0644]
test/layout.m [new file with mode: 0644]
test/load-order.m [new file with mode: 0644]
test/load-order1.m [new file with mode: 0644]
test/load-order2.m [new file with mode: 0644]
test/load-order3.m [new file with mode: 0644]
test/load-parallel.m [new file with mode: 0644]
test/load-parallel0.m [new file with mode: 0644]
test/load-parallel00.m [new file with mode: 0644]
test/load-reentrant.m [new file with mode: 0644]
test/load-reentrant2.m [new file with mode: 0644]
test/load.m [new file with mode: 0644]
test/main.m [new file with mode: 0644]
test/methodArgs.m [new file with mode: 0644]
test/method_getName.m [new file with mode: 0644]
test/msgSend.m [new file with mode: 0644]
test/nilAPIArgs.m [new file with mode: 0644]
test/nsobject.m [new file with mode: 0644]
test/property.m [new file with mode: 0644]
test/protocol.m [new file with mode: 0644]
test/protocol_copyMethodList.m [new file with mode: 0644]
test/protocol_copyPropertyList.m [new file with mode: 0644]
test/protocol_cw.m [new file with mode: 0644]
test/resolve.expected-stderr [new file with mode: 0644]
test/resolve.m [new file with mode: 0644]
test/runtime.expected-stderr [new file with mode: 0644]
test/runtime.m [new file with mode: 0644]
test/sel.m [new file with mode: 0644]
test/setSuper.m [new file with mode: 0644]
test/super.m [new file with mode: 0644]
test/synchronized-counter.m [new file with mode: 0644]
test/synchronized-grid.m [new file with mode: 0644]
test/synchronized.m [new file with mode: 0644]
test/test.h [new file with mode: 0644]
test/test.xcodeproj/project.pbxproj [new file with mode: 0644]
test/unload.h [new file with mode: 0644]
test/unload.m [new file with mode: 0644]
test/unload2.m [new file with mode: 0644]
test/unload3.m [new file with mode: 0644]
test/unload4.m [new file with mode: 0644]
test/unwind.m [new file with mode: 0644]
test/weakcopy.m [new file with mode: 0644]
test/zone.m [new file with mode: 0644]
unexported_symbols [new file with mode: 0644]