10 descendants and 10 ancestors of 1b3d035041679e19e22f7903e0a55fd7e6d13626337337f2d1f68c3f25ca5805
|
2012-04-22
| ||
| 16:02 | Add --enable-runtime. (check-in: 5ca3d6302a user: js tags: runtime) | |
| 15:56 | Add class_registerAlias_np(). (check-in: 8525f9600e user: js tags: runtime) | |
| 12:15 | A few casts to make Clang happy. (check-in: e1586f4dce user: js tags: runtime) | |
|
2012-04-21
| ||
| 13:47 | Ensure all selectors are registered before load. (check-in: d5236bb40e user: js tags: runtime) | |
| 13:05 | Properly copy methods from superclass first. (check-in: 8c368f8f38 user: js tags: runtime) | |
| 13:04 | Avoid useless looking for +[load] method. (check-in: c03268e4c6 user: js tags: runtime) | |
| 12:52 | Move objc_classname_to_class. (check-in: 7bbd6e43fe user: js tags: runtime) | |
| 11:31 | Merge branch 'master' into runtime (check-in: 676e09bf77 user: js tags: runtime) | |
| 10:56 | Remove useless thread-checking. (check-in: 555445ce0a user: js tags: runtime) | |
| 10:35 | Merge branch 'master' into runtime (check-in: e5d2a616de user: js tags: runtime) | |
|
2012-04-20
| ||
| 19:02 | Don't use the lower 8 bits for runtime flags. (check-in: 1b3d035041 user: js tags: runtime) | |
| 13:54 | Fix load queue. (check-in: 70807340fb user: js tags: runtime) | |
| 13:52 | Correctly setup and initialize classes. (check-in: 69f63f872a user: js tags: runtime) | |
|
2012-04-18
| ||
| 19:13 | Fix forwarding on x86. (check-in: a04298c590 user: js tags: runtime) | |
| 19:06 | category.m: Fix cls->info check. (check-in: ff680022ad user: js tags: runtime) | |
| 19:03 | Fix forwarding on AMD64. (check-in: 895b9e3cb6 user: js tags: runtime) | |
| 18:41 | Correctly call load. (check-in: d13674c4c9 user: js tags: runtime) | |
| 18:00 | Split OBJC_CLASS_INFO_INITIALIZED. (check-in: 5a719c9b1f user: js tags: runtime) | |
| 17:29 | Add cast to make Clang happy. (check-in: 3ae7423995 user: js tags: runtime) | |
| 17:26 | Remove unnecessary interface. (check-in: 1bf4571d60 user: js tags: runtime) | |
|
2012-04-08
| ||
| 20:00 | Check if protocol responds to protocol. (check-in: 2fab0339e4 user: js tags: runtime) | |