Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor data conversion. | Matthias Benkard | 2008-03-06 | 1 | -1/+1 |
| | | | | darcs-hash:9ff52b1ed764ab58522070fc35eca4ab97844a1c | ||||
* | Fix a compilation warning on Mac OS X. | Matthias Benkard | 2008-03-05 | 1 | -0/+2 |
| | | | | darcs-hash:85fb9bdcbc82656ee6d08f6ac1cee72426e05822 | ||||
* | Objective-C layer: Rename the DEBUG macro to DEBUG_P. | Matthias Benkard | 2008-03-05 | 1 | -4/+4 |
| | | | | darcs-hash:dd8ad0ed0065fd829d29cd74c1d8c7c46144b263 | ||||
* | Objective-C layer: Do not #import NSObject-ObjectiveCLWrapperLink.h. | Matthias Benkard | 2008-03-05 | 1 | -1/+0 |
| | | | | darcs-hash:d1c77e865ab5b0da5efbac5594f3c674b50d43e4 | ||||
* | Add function COLLECT-METHODS. | Matthias Benkard | 2008-03-05 | 1 | -0/+48 |
| | | | | darcs-hash:4c78479b2d67157304f041d700fceb34a3ed7721 | ||||
* | Acquire the exception lock when returning from a callback. | Matthias Benkard | 2008-03-04 | 1 | -0/+4 |
| | | | | darcs-hash:f644e3e364ebb7bd2c81aa2c7f83a4887ac644d8 | ||||
* | Cosmetic improvements. | Matthias Benkard | 2008-03-04 | 1 | -5/+5 |
| | | | | darcs-hash:9c9cfd8be339f6c191c1a4befda7a2e555c747a3 | ||||
* | Fix yet another case of misguided stack allocation in objcl_create_imp. | Matthias Benkard | 2008-03-04 | 1 | -1/+3 |
| | | | | darcs-hash:7bd889d82688e8fc94e3086aab3d15d74eb5b5eb | ||||
* | Objective-C layer: Add function objcl_test_foo. | Matthias Benkard | 2008-03-04 | 1 | -1/+43 |
| | | | | darcs-hash:c52655ddfd12cd8a69285250252705606f3bce35 | ||||
* | Fix objcl_create_imp. | Matthias Benkard | 2008-03-04 | 1 | -8/+33 |
| | | | | darcs-hash:259fe285f4dde3cb5d6a964593524f7e9619faf4 | ||||
* | Fix objcl_finalise_class. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
| | | | | darcs-hash:6a392ca2e72987802a85cb77c9376be40a1459b3 | ||||
* | Objective-C layer: Add more debugging aids. | Matthias Benkard | 2008-03-04 | 1 | -1/+5 |
| | | | | darcs-hash:ba7da4d9099567eea4884179b479210d61651ad1 | ||||
* | Objective-C layer: Fix use of the new closure API. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
| | | | | darcs-hash:a8354b3de0699ed2208da3663c2f577589d2c518 | ||||
* | Objective-C layer: Disable debugging mode. | Matthias Benkard | 2008-03-03 | 1 | -1/+1 |
| | | | | darcs-hash:9fd91584f2cf2e119472dc8148e26ac7420e078b | ||||
* | Use the new libffi closure API. | Matthias Benkard | 2008-03-03 | 1 | -12/+7 |
| | | | | darcs-hash:e0e968e79421b740be0860798977a8a205d682fd | ||||
* | Avoid calling objcl_class_name on unregistered classes. | Matthias Benkard | 2008-03-03 | 1 | -7/+7 |
| | | | | darcs-hash:ea38f791e7f2bdc840e92709e1b915d985cc9700 | ||||
* | objcl_create_imp: Make mprotect(2) errors non-fatal. | Matthias Benkard | 2008-03-03 | 1 | -1/+23 |
| | | | | darcs-hash:61cdfff143da2c65b30b3f32c77e4c9ef98b704e | ||||
* | Objective-C layer: Improve robustness a bit. | Matthias Benkard | 2008-03-02 | 1 | -14/+26 |
| | | | | darcs-hash:f4386c84fffb2588cf848a3a63ae5ccd27754217 | ||||
* | Objective-C layer: Random improvements. | Matthias Benkard | 2008-02-20 | 1 | -13/+46 |
| | | | | darcs-hash:ba7be3f88a66fb514aa35c9d3aa4036fa49fc5d6 | ||||
* | Objective-C layer: Add objcl_for_each_class_do. | Matthias Benkard | 2008-02-20 | 1 | -0/+42 |
| | | | | darcs-hash:4314d5bd41bf313fc50049b5e839aa09e5d94d19 | ||||
* | Make objcl_add_method capable of adding methods to registered classes. | Matthias Benkard | 2008-02-19 | 1 | -2/+6 |
| | | | | darcs-hash:a29d29425ab1e91101b691224b5ee591b8237961 | ||||
* | Avoid sending messages to potentially unregistered classes. | Matthias Benkard | 2008-02-19 | 1 | -2/+1 |
| | | | | darcs-hash:e57bfdafd5e8690f8e875bf6a5a0a10050b77303 | ||||
* | Reimplement slot writing. | Matthias Benkard | 2008-02-19 | 1 | -0/+8 |
| | | | | darcs-hash:54a65f96e6367f42013fef524eeddbeb4b8889ec | ||||
* | Reimplement slot reading. | Matthias Benkard | 2008-02-19 | 1 | -0/+18 |
| | | | | 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 | 1 | -7/+20 |
| | | | | darcs-hash:07ee45edca14214270891334f18d56f30e4ea57a | ||||
* | Fix class creation on the NeXT runtime. | Matthias Benkard | 2008-02-18 | 1 | -4/+4 |
| | | | | darcs-hash:41fdbaf243c97cf95045e036172deb5db1ff2fd3 | ||||
* | Fix Objective-C class registration. | Matthias Benkard | 2008-02-18 | 1 | -19/+51 |
| | | | | darcs-hash:03e58bd27621a0bf46f05cc1ee733da1c7ab1170 | ||||
* | 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 | 1 | -1/+1 |
| | | | | darcs-hash:020e2fbf25a4961b312f8f648bab8b9da8c3cff9 | ||||
* | Minor cleanups. | Matthias Benkard | 2008-02-17 | 1 | -0/+10 |
| | | | | darcs-hash:57b1ce2455369fba915bd730fe63eacb3e169a25 | ||||
* | Fix a stupid little bug in objcl_create_class. | Matthias Benkard | 2008-02-17 | 1 | -2/+2 |
| | | | | darcs-hash:d8275472d82a1d084da97337014c776d3068857e | ||||
* | Fix objcl_create_class. | Matthias Benkard | 2008-02-17 | 1 | -1/+1 |
| | | | | darcs-hash:4048baedb88f19262d87f2c8cc3b8352f3a00b3f | ||||
* | Fix ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 1 | -0/+11 |
| | | | | darcs-hash:cd2b28bb4e252e25afb6807e32d092fcbd9c0977 | ||||
* | Implement FOREIGN-CLASS-ENSURE-REGISTERED. | Matthias Benkard | 2008-02-17 | 1 | -0/+8 |
| | | | | darcs-hash:cc3448394e3e337be716275c3e4016a542860fd1 | ||||
* | Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...). | Matthias Benkard | 2008-02-17 | 1 | -5/+9 |
| | | | | darcs-hash:37402e60f79e9837371a68a33126e3b68eb32b09 | ||||
* | Add module: instance-management. | Matthias Benkard | 2008-02-16 | 1 | -0/+7 |
| | | | | darcs-hash:79549f0b837006321061a524ad376df397a9ab5a | ||||
* | Objective-C layer: Add functions for determining whether a class is managed ↵ | Matthias Benkard | 2008-02-16 | 1 | -0/+14 |
| | | | | | | by Lisp. darcs-hash:2be32db4b0358556b007ad6737f689e04de1e7b3 | ||||
* | Use NSRecursiveLock rather than POSIX semaphores. | Matthias Benkard | 2008-02-16 | 1 | -54/+11 |
| | | | | darcs-hash:247b2833d2767a5c432fc1f64155ed5ff2b8763f | ||||
* | Objective-C layer: Add a note about returning structs on the NeXT runtime. | Matthias Benkard | 2008-02-15 | 1 | -0/+12 |
| | | | | darcs-hash:e6b30d57740c3f224a8c20eef95d244deddc6f9b | ||||
* | Stylistic improvements. | Matthias Benkard | 2008-02-14 | 1 | -13/+13 |
| | | | | darcs-hash:b689084814f2e2be21b8f81c00e0b027d1fe7335 | ||||
* | Lay the groundwork for super calls. | Matthias Benkard | 2008-02-14 | 1 | -6/+36 |
| | | | | darcs-hash:6b92675f9ae403584bc82cd69df0404f1fde70bb | ||||
* | Objective-C layer: Make initialisation more robust. | Matthias Benkard | 2008-02-12 | 1 | -20/+24 |
| | | | | darcs-hash:27c95a5ba79bdd0efc3d18c0ee4caa83d7264394 | ||||
* | Glue layer: Add functions for class creation. | Matthias Benkard | 2008-02-10 | 1 | -3/+6 |
| | | | | darcs-hash:e2dad7f45636d2065160cadec47f805f286a5bc7 | ||||
* | Add NSObject category ObjectiveCLWrapperLink. | Matthias Benkard | 2008-02-10 | 1 | -14/+25 |
| | | | | darcs-hash:0a90de7a76127351a989662a577b5688fe39654c | ||||
* | Objective-C layer: Add functions for class creation. | Matthias Benkard | 2008-02-09 | 1 | -0/+141 |
| | | | | darcs-hash:d604bd4a63ca384220760be319d64759ebbd9517 | ||||
* | Objective-C layer: Use mprotect(2) where needed. | Matthias Benkard | 2008-02-08 | 1 | -3/+9 |
| | | | | darcs-hash:46c7d60f049bc9c0a832bae5fcd9420d48ddfa5e | ||||
* | Objective-C layer: Implement locking using semaphores. | Matthias Benkard | 2008-02-07 | 1 | -2/+51 |
| | | | | darcs-hash:3a1f9d1f6597b32c20efcd7ab2cf2721c1bdfe43 | ||||
* | Objective-C layer: Add objcl_create_imp and assorted functions. | Matthias Benkard | 2008-02-07 | 1 | -0/+93 |
| | | | | darcs-hash:586394a97ab02a3f8e258cd75c1230dff717a38e | ||||
* | Objective-C layer: Add some debugging aids. | Matthias Benkard | 2008-02-04 | 1 | -0/+36 |
| | | | | darcs-hash:7c72034ac9fb253f3846a919ad4fde27e17a6d01 |