Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare the build system for separate compilation of libobjcl. | Matthias Benkard | 2008-03-07 | 1 | -0/+1 |
| | | | | darcs-hash:8bbbddc21828e04ddbf1a075f7186774a7d1c57d | ||||
* | COLLECT-METHODS: Do not free NULL pointers. | Matthias Benkard | 2008-03-05 | 1 | -1/+2 |
| | | | | darcs-hash:c65fd128ad2ff1b86c866e1982dc4ad7e5e884c5 | ||||
* | Document COLLECT-CLASSES and COLLECT-METHODS. | Matthias Benkard | 2008-03-05 | 1 | -0/+25 |
| | | | | darcs-hash:5f9f283cf4206188d49b9a7ac61f247e65ef72c5 | ||||
* | Fix the callback COLLECT-METHODS uses to collect methods of a class. | Matthias Benkard | 2008-03-05 | 1 | -1/+1 |
| | | | | darcs-hash:91949561bc5eba149950b45fae63f5987486febd | ||||
* | Add function COLLECT-METHODS. | Matthias Benkard | 2008-03-05 | 1 | -0/+26 |
| | | | | darcs-hash:4c78479b2d67157304f041d700fceb34a3ed7721 | ||||
* | Acquire the exception lock when returning from a callback. | Matthias Benkard | 2008-03-04 | 1 | -2/+2 |
| | | | | darcs-hash:f644e3e364ebb7bd2c81aa2c7f83a4887ac644d8 | ||||
* | Fix function POINTER for arguments of type EXCEPTION. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
| | | | | darcs-hash:a2605bdf40d3be4bb2950c34cb275d84cd68758f | ||||
* | Objective-C layer: Add function objcl_test_foo. | Matthias Benkard | 2008-03-04 | 1 | -0/+2 |
| | | | | darcs-hash:c52655ddfd12cd8a69285250252705606f3bce35 | ||||
* | Fix objcl_create_imp. | Matthias Benkard | 2008-03-04 | 1 | -3/+3 |
| | | | | darcs-hash:259fe285f4dde3cb5d6a964593524f7e9619faf4 | ||||
* | Avoid calling objcl_class_name on unregistered classes. | Matthias Benkard | 2008-03-03 | 1 | -0/+1 |
| | | | | darcs-hash:ea38f791e7f2bdc840e92709e1b915d985cc9700 | ||||
* | Assign the metaclasses of metaclasses correctly. | Matthias Benkard | 2008-02-20 | 1 | -3/+3 |
| | | | | darcs-hash:e393681b86a1b90b8023281fea1cff5b8fa33a44 | ||||
* | Collect and register all known Objective-C classes at load time. | Matthias Benkard | 2008-02-20 | 1 | -1/+0 |
| | | | | darcs-hash:13dc5d5f8a456e4603e7ced00cf52b3e01e273c2 | ||||
* | Objective-C layer: Add objcl_for_each_class_do. | Matthias Benkard | 2008-02-20 | 1 | -0/+4 |
| | | | | darcs-hash:4314d5bd41bf313fc50049b5e839aa09e5d94d19 | ||||
* | Make objcl_add_method capable of adding methods to registered classes. | Matthias Benkard | 2008-02-19 | 1 | -1/+2 |
| | | | | 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 | ||||
* | Add function POINTER. | Matthias Benkard | 2008-02-19 | 1 | -4/+8 |
| | | | | darcs-hash:68f3e7d8ce27daf943059dab2663183de1f694c3 | ||||
* | Reimplement slot writing. | Matthias Benkard | 2008-02-19 | 1 | -3/+8 |
| | | | | darcs-hash:54a65f96e6367f42013fef524eeddbeb4b8889ec | ||||
* | Reimplement slot reading. | Matthias Benkard | 2008-02-19 | 1 | -0/+7 |
| | | | | darcs-hash:bdef9c8f4c3fb2121456295da23fbe679265a15b | ||||
* | Improve the CLASS-DEFINITION tests. | Matthias Benkard | 2008-02-17 | 1 | -1/+4 |
| | | | | darcs-hash:9f7b9a58aab5c7dfed8e9df10c41381935bf772c | ||||
* | Minor cleanups. | Matthias Benkard | 2008-02-17 | 1 | -7/+9 |
| | | | | darcs-hash:57b1ce2455369fba915bd730fe63eacb3e169a25 | ||||
* | Fix ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 1 | -6/+9 |
| | | | | darcs-hash:cd2b28bb4e252e25afb6807e32d092fcbd9c0977 | ||||
* | Implement OBJCL-CREATE-CLASS. | Matthias Benkard | 2008-02-17 | 1 | -0/+27 |
| | | | | darcs-hash:410094108d1b68697e4bf6c40a92e0d4dfceedba | ||||
* | Implement ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 1 | -1/+1 |
| | | | | darcs-hash:ea08a0dcdbed287c1c1e09124a2cb0650a6b52ad | ||||
* | Implement FOREIGN-CLASS-ENSURE-REGISTERED. | Matthias Benkard | 2008-02-17 | 1 | -3/+9 |
| | | | | darcs-hash:cc3448394e3e337be716275c3e4016a542860fd1 | ||||
* | Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...). | Matthias Benkard | 2008-02-17 | 1 | -10/+3 |
| | | | | darcs-hash:37402e60f79e9837371a68a33126e3b68eb32b09 | ||||
* | Add module: instance-management. | Matthias Benkard | 2008-02-16 | 1 | -0/+8 |
| | | | | darcs-hash:79549f0b837006321061a524ad376df397a9ab5a | ||||
* | Objective-C layer: Add functions for determining whether a class is managed ↵ | Matthias Benkard | 2008-02-16 | 1 | -0/+17 |
| | | | | | | by Lisp. darcs-hash:2be32db4b0358556b007ad6737f689e04de1e7b3 | ||||
* | Split MAKE-POINTER-WRAPPER into two parts. | Matthias Benkard | 2008-02-16 | 1 | -3/+3 |
| | | | | darcs-hash:4b07101cbbba48fb579cb22ebac8ff8f520552c7 | ||||
* | Add automatic finalisation to struct wrappers. | Matthias Benkard | 2008-02-15 | 1 | -0/+15 |
| | | | | darcs-hash:1e1b7811aa26338c747a031d3cf810f621cf12d9 | ||||
* | System refactoring. | Matthias Benkard | 2008-02-15 | 1 | -0/+16 |
| | | | | darcs-hash:961c2ecf3be60a2a4abcfd15f3e51b5ccfb163c0 | ||||
* | Lay the groundwork for super calls. | Matthias Benkard | 2008-02-14 | 1 | -0/+1 |
| | | | | darcs-hash:6b92675f9ae403584bc82cd69df0404f1fde70bb | ||||
* | Do not rely on the GC to remove entries of a weak hash table. | Matthias Benkard | 2008-02-11 | 1 | -1/+1 |
| | | | | | | This patch finally makes Objective-CL not crash consistently on CLISP. darcs-hash:20d392bc8e5203efd20e3c57224c2b1338ecb8d9 | ||||
* | Fix a bug that could cause FOREIGN-FREE to be called on a null pointer. | Matthias Benkard | 2008-02-11 | 1 | -8/+9 |
| | | | | darcs-hash:3821d2debba27096f9fd8dcb630aace179ba4e9b | ||||
* | Specialise MAKE-LOAD-FORM for pointer wrappers. | Matthias Benkard | 2008-02-11 | 1 | -3/+4 |
| | | | | darcs-hash:4a9e629e6e9a9e20d21c80c541e70b4b6a810645 | ||||
* | System definition: Copy the system prior to compilation instead of after it. | Matthias Benkard | 2008-02-10 | 1 | -5/+7 |
| | | | | darcs-hash:73cfed6be2a95e02cf75bcd8cc6b26abf3778a9e | ||||
* | Glue layer: Add functions for class creation. | Matthias Benkard | 2008-02-10 | 1 | -0/+21 |
| | | | | darcs-hash:e2dad7f45636d2065160cadec47f805f286a5bc7 | ||||
* | Objective-C layer: Add objcl_create_imp and assorted functions. | Matthias Benkard | 2008-02-07 | 1 | -0/+15 |
| | | | | darcs-hash:586394a97ab02a3f8e258cd75c1230dff717a38e | ||||
* | Assign a fake metaclass as a metaclass to the root metaclass. | Matthias Benkard | 2008-02-06 | 1 | -29/+28 |
| | | | | darcs-hash:e594ffa7fa03edfdbfd4f44708c2a1863c96a2af | ||||
* | Assign the root metaclass as a metaclass to every metaclass except itself. | Matthias Benkard | 2008-02-05 | 1 | -1/+28 |
| | | | | darcs-hash:459f98ad1f243ae33843a4ba12e01fb772303084 | ||||
* | Reflect the Objective-C class hierarchy in the metaclass hierarchy as well. | Matthias Benkard | 2008-02-05 | 1 | -2/+16 |
| | | | | darcs-hash:cf65597e69517e41fb3e7f92db71b086ca4508b9 | ||||
* | Remove obsolete function OBJC-CLASS-OF. | Matthias Benkard | 2008-02-04 | 1 | -6/+0 |
| | | | | darcs-hash:41dbdbf37b8a66d07d7948be16fe884d7c110af2 | ||||
* | Fix a possible NULL-pointer-related crash. | Matthias Benkard | 2008-02-04 | 1 | -1/+2 |
| | | | | darcs-hash:1202c3fc56fbebc3338ed2b814b9c376bb0c5317 | ||||
* | Add preliminary support for Objective-C slots. | Matthias Benkard | 2008-02-04 | 1 | -1/+6 |
| | | | | darcs-hash:7da372a879d14800683cb79a262e86a8037245fc | ||||
* | Make ID the root of the Objective-C class hierarchy. | Matthias Benkard | 2008-02-04 | 1 | -2/+4 |
| | | | | darcs-hash:7d709124e74a1782fecaf2ee75a0a229783fec8b | ||||
* | Glue layer: Add slot handling functions. | Matthias Benkard | 2008-02-03 | 1 | -0/+51 |
| | | | | darcs-hash:27035c01db5e23dc0c8c9786ded92aa6e564e6d4 | ||||
* | Automatically set Objective-C wrapper classes' superclasses. | Matthias Benkard | 2008-02-03 | 1 | -3/+7 |
| | | | | darcs-hash:ef9a71b349ac03e3d80ed89c750f3dd82ad67630 | ||||
* | Make OBJCL-CLASS-SUPERCLASS a bit safer. | Matthias Benkard | 2008-02-03 | 1 | -1/+1 |
| | | | | darcs-hash:a9e4e8974f590ab21f9eb5985a9c1211ab4a644d | ||||
* | Objective-C layer: Add objcl_class_superclass. | Matthias Benkard | 2008-02-03 | 1 | -0/+9 |
| | | | | darcs-hash:31c261f7b04e09756c407599560a5ef5c3bc5856 | ||||
* | Use Objective-C metaclasses as CLOS metaclasses. | Matthias Benkard | 2008-02-03 | 1 | -2/+5 |
| | | | | darcs-hash:dd0a1476e5412105a56b7c7de18f7d14f7af2696 | ||||
* | Introduce new metaclass OBJECTIVE-C-META-CLASS. | Matthias Benkard | 2008-02-02 | 1 | -9/+10 |
| | | | | darcs-hash:3d9bf7fb5b37a4089ae3d85493612c6e6abc4469 |