Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement the CLOS part of the method definition facility. | Matthias Benkard | 2008-03-03 | 2 | -1/+120 |
| | | | | darcs-hash:fe4d4b0cd4f99af582cd299de99d2b81fc03ac49 | ||||
* | Add stub for INTERN-LISP-VALUE. | Matthias Benkard | 2008-03-03 | 1 | -0/+14 |
| | | | | darcs-hash:42953a98356841268108071d3d0ec701e8514bf1 | ||||
* | Define type OBJECTIVE-C-TYPE-KEYWORD. | Matthias Benkard | 2008-03-03 | 1 | -0/+9 |
| | | | | darcs-hash:e5b50879e9dd0bf3a09fc7cb99aa24bc91bb7e89 | ||||
* | Allow keyword type specifiers :ID, :CLASS, :EXCEPTION, :SELECTOR, and :POINTER. | Matthias Benkard | 2008-03-03 | 1 | -0/+5 |
| | | | | darcs-hash:b7f33cb59f97af5eadcbe8985fc4d3ffab883d9a | ||||
* | When compiling compiler macros, also define needed utility functions at ↵ | Matthias Benkard | 2008-03-03 | 1 | -12/+13 |
| | | | | | | compile-time. darcs-hash:6772d8a7995c6f19b5f6116e0adec26bfd6fe816 | ||||
* | Add Lisp value wrapper classes MLKLispString, MLKLispArray, and MLKLispList. | Matthias Benkard | 2008-03-03 | 2 | -5/+56 |
| | | | | darcs-hash:3dc87ce841df388836310ebc486b20c7214d68e4 | ||||
* | Introduce an Objective-C class for wrapping Lisp values. | Matthias Benkard | 2008-03-02 | 2 | -0/+41 |
| | | | | darcs-hash:47920ab6598799fca44c964c3fa6a3dfb20389c9 | ||||
* | Improve the robustness of the build system. | Matthias Benkard | 2008-03-02 | 1 | -1/+3 |
| | | | | darcs-hash:a90a6c135f43740780ce27b6fea1746d0f1e2c83 | ||||
* | Objective-C layer: Improve robustness a bit. | Matthias Benkard | 2008-03-02 | 2 | -15/+128 |
| | | | | darcs-hash:f4386c84fffb2588cf848a3a63ae5ccd27754217 | ||||
* | Fix the compiler macro for INVOKE. | Matthias Benkard | 2008-03-02 | 2 | -7/+40 |
| | | | | darcs-hash:f76cc3530507e408704652d52b86b434e508c18d | ||||
* | Minor cleanups. | Matthias Benkard | 2008-02-21 | 1 | -28/+0 |
| | | | | darcs-hash:c0614dcedf9c9c6050445219688b1498509df676 | ||||
* | Disable load-time class collection. | Matthias Benkard | 2008-02-20 | 1 | -3/+5 |
| | | | | darcs-hash:3e51e222ef312be850a6485f173b008ce6049a44 | ||||
* | Assign the metaclasses of metaclasses correctly. | Matthias Benkard | 2008-02-20 | 3 | -5/+10 |
| | | | | darcs-hash:e393681b86a1b90b8023281fea1cff5b8fa33a44 | ||||
* | Objective-C layer: Random improvements. | Matthias Benkard | 2008-02-20 | 2 | -17/+49 |
| | | | | darcs-hash:ba7be3f88a66fb514aa35c9d3aa4036fa49fc5d6 | ||||
* | Collect and register all known Objective-C classes at load time. | Matthias Benkard | 2008-02-20 | 6 | -31/+89 |
| | | | | darcs-hash:13dc5d5f8a456e4603e7ced00cf52b3e01e273c2 | ||||
* | Make OBJC-CLASS-NAME->SYMBOL not fail for class names whose characters are ↵ | Matthias Benkard | 2008-02-20 | 1 | -1/+2 |
| | | | | | | all upper case. darcs-hash:efeb227563f18f7f698e0386f40280e15a6496b3 | ||||
* | Make PARSE-TYPESPEC aware of typespec suffix strings. | Matthias Benkard | 2008-02-20 | 2 | -14/+25 |
| | | | | darcs-hash:96d2fe4eab2e4db49c60491c3e109bdab2600086 | ||||
* | Objective-C layer: Add objcl_for_each_class_do. | Matthias Benkard | 2008-02-20 | 3 | -3/+53 |
| | | | | darcs-hash:4314d5bd41bf313fc50049b5e839aa09e5d94d19 | ||||
* | After copying the system, do a sanity test on the target directory before ↵ | Matthias Benkard | 2008-02-20 | 1 | -1/+2 |
| | | | | | | proceeding. darcs-hash:f93dd34bf4fea90f5f7481a03edd40f912011121 | ||||
* | When copying directories, leave the trailing slash off. | Matthias Benkard | 2008-02-20 | 1 | -1/+9 |
| | | | | darcs-hash:488cf5c585e76c845736f4c4ca18286e9a0dbadd | ||||
* | Do not fail loading the system if the compilation directory does not exist yet. | Matthias Benkard | 2008-02-19 | 1 | -0/+1 |
| | | | | darcs-hash:171f57ad9afc7f8e98c79aeb3bd854e5508dc968 | ||||
* | Make the system loadable from SLIME on Allegro CL. | Matthias Benkard | 2008-02-19 | 1 | -34/+41 |
| | | | | darcs-hash:df48e2c1f0a91284c607d36ea4cedc85b555a9ca | ||||
* | Speed up system loading. | Matthias Benkard | 2008-02-19 | 1 | -29/+58 |
| | | | | darcs-hash:0d90d4743271a80fddb1f08be00478a31864c3ca | ||||
* | Make objcl_add_method capable of adding methods to registered classes. | Matthias Benkard | 2008-02-19 | 3 | -4/+10 |
| | | | | darcs-hash:a29d29425ab1e91101b691224b5ee591b8237961 | ||||
* | Make FIND-OBJC-CLASS-BY-NAME able to find unregistered classes. | Matthias Benkard | 2008-02-19 | 1 | -11/+21 |
| | | | | darcs-hash:a92f0f0992d491f0f4f7172c94447ce90404dcb6 | ||||
* | Avoid sending messages to potentially unregistered classes. | Matthias Benkard | 2008-02-19 | 2 | -2/+3 |
| | | | | darcs-hash:e57bfdafd5e8690f8e875bf6a5a0a10050b77303 | ||||
* | Add function POINTER. | Matthias Benkard | 2008-02-19 | 1 | -4/+8 |
| | | | | darcs-hash:68f3e7d8ce27daf943059dab2663183de1f694c3 | ||||
* | Simplify slot access. | Matthias Benkard | 2008-02-19 | 1 | -15/+16 |
| | | | | darcs-hash:e01b2af67083c4d030aec83dfb1c87e5e2e39b44 | ||||
* | Reimplement slot writing. | Matthias Benkard | 2008-02-19 | 4 | -34/+35 |
| | | | | darcs-hash:54a65f96e6367f42013fef524eeddbeb4b8889ec | ||||
* | Reimplement slot reading. | Matthias Benkard | 2008-02-19 | 6 | -40/+83 |
| | | | | darcs-hash:bdef9c8f4c3fb2121456295da23fbe679265a15b | ||||
* | Manage Objective-C classes' Lisp backing state via pointers instead of via ↵ | Matthias Benkard | 2008-02-19 | 1 | -3/+3 |
| | | | | | | the class objects themselves. darcs-hash:f737c8e7bea5b3a43101e50ff549f130e9f5cd68 | ||||
* | Remove NSObject category ObjectiveCLWrapperLink. | Matthias Benkard | 2008-02-19 | 4 | -70/+21 |
| | | | | darcs-hash:07ee45edca14214270891334f18d56f30e4ea57a | ||||
* | Fix class creation on the NeXT runtime. | Matthias Benkard | 2008-02-18 | 1 | -4/+4 |
| | | | | darcs-hash:41fdbaf243c97cf95045e036172deb5db1ff2fd3 | ||||
* | Replace all occurrences of MAKE-POINTER-WRAPPER with INTERN-POINTER-WRAPPER. | Matthias Benkard | 2008-02-18 | 1 | -6/+6 |
| | | | | darcs-hash:f0fc8796bb1bc306d0731296acb8a424b79cb1a5 | ||||
* | Fix Objective-C class registration. | Matthias Benkard | 2008-02-18 | 4 | -21/+70 |
| | | | | darcs-hash:03e58bd27621a0bf46f05cc1ee733da1c7ab1170 | ||||
* | Remove some content-free lines of code from the test suite. | Matthias Benkard | 2008-02-18 | 1 | -5/+0 |
| | | | | darcs-hash:0f0da7b5c8c62f3a2fb945c0f5ed886ecb93ffce | ||||
* | Remove a spurious FIXME from the test suite. | Matthias Benkard | 2008-02-18 | 1 | -9/+0 |
| | | | | darcs-hash:d0031d614f4eba4381e4eaea7aa7d18be58f4bf0 | ||||
* | Do not allow foreign methods to receive arrays as arguments. | Matthias Benkard | 2008-02-18 | 1 | -9/+3 |
| | | | | darcs-hash:e4df8f6242c1995b1b50592493978f99c707ca00 | ||||
* | Do not allow foreign methods to return arrays. | Matthias Benkard | 2008-02-18 | 2 | -15/+5 |
| | | | | darcs-hash:60f115fc6d14d462f11dc77e1c97b68753f52e90 | ||||
* | Play around with %OBJCL-SET-SLOT-VALUE in order to satisfy the test suite. | Matthias Benkard | 2008-02-17 | 1 | -5/+17 |
| | | | | darcs-hash:8fc945e23d662bdf4708c20b20223805218d6860 | ||||
* | Improve the CLASS-DEFINITION tests. | Matthias Benkard | 2008-02-17 | 2 | -9/+43 |
| | | | | darcs-hash:9f7b9a58aab5c7dfed8e9df10c41381935bf772c | ||||
* | Synchronise access to *LISP-MANAGED-INSTANCES*. | Matthias Benkard | 2008-02-17 | 1 | -9/+11 |
| | | | | darcs-hash:b2125c11d3e465a389dce6c91432790a706c579b | ||||
* | Fix INTERN-LISP-MANAGED-FOREIGN-INSTANCE. | Matthias Benkard | 2008-02-17 | 1 | -5/+6 |
| | | | | darcs-hash:952721028097b9740e84d6a6d7a4cf43537a1ef5 | ||||
* | Implement setting of foreign slots. | Matthias Benkard | 2008-02-17 | 1 | -12/+19 |
| | | | | darcs-hash:acea0207a1c3d97c6caf8c515cae332275fc06e7 | ||||
* | Fix the CLASS-DEFINITION test. | Matthias Benkard | 2008-02-17 | 1 | -3/+5 |
| | | | | darcs-hash:1df96c3bd336ea3dd7ee51a90b2ae6baac6adfd8 | ||||
* | Make the compiler macro for INVOKE more robust. | Matthias Benkard | 2008-02-17 | 1 | -2/+5 |
| | | | | darcs-hash:e56ef3368be1babcb16faead9276a36091cb26b5 | ||||
* | Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime. | Matthias Benkard | 2008-02-17 | 1 | -1/+1 |
| | | | | darcs-hash:0060811e1eaf17e4373a445b3f36bbcebf2bc595 | ||||
* | Objective-C layer: Do not use the MetaClass type. | Matthias Benkard | 2008-02-17 | 2 | -2/+2 |
| | | | | darcs-hash:020e2fbf25a4961b312f8f648bab8b9da8c3cff9 | ||||
* | Minor cleanups. | Matthias Benkard | 2008-02-17 | 3 | -8/+21 |
| | | | | darcs-hash:57b1ce2455369fba915bd730fe63eacb3e169a25 | ||||
* | Fix a stupid little bug in objcl_create_class. | Matthias Benkard | 2008-02-17 | 1 | -2/+2 |
| | | | | darcs-hash:d8275472d82a1d084da97337014c776d3068857e |