summaryrefslogtreecommitdiff
path: root/Objective-C
Commit message (Collapse)AuthorAgeFilesLines
* Build system: Configure libffi --with-pic.Matthias Benkard2008-03-181-1/+3
| | | | darcs-hash:c2f671fcefdca9314491244cea4351741308a90f
* Objective-C layer: Fix an erronous assumption about ssize_t being equivalent ↵Matthias Benkard2008-03-181-3/+3
| | | | | | to int. darcs-hash:77922acb6a31eeacd3df23d00f9f67f0cd4fa21a
* Disable manual NSProcessInfo initialisation on GNUstep systems.Matthias Benkard2008-03-141-1/+8
| | | | darcs-hash:07683de74a6675f89f20fdc933a1c0eeadb60725
* Make the build system work with manual copying again.Matthias Benkard2008-03-071-1/+1
| | | | darcs-hash:081b10c8044f5b7ede7eaf943f0752f2546831e8
* Refactor data conversion.Matthias Benkard2008-03-061-1/+1
| | | | darcs-hash:9ff52b1ed764ab58522070fc35eca4ab97844a1c
* Build system: Fix a long-standing bug that made make too verbose.Matthias Benkard2008-03-061-1/+1
| | | | darcs-hash:19524a6da40b1471d6cbd9b95a62eda6dc9ef7fc
* Fix linking with libffi on GNUstep systems.Matthias Benkard2008-03-051-0/+1
| | | | darcs-hash:9570bf3415ebb1d118f210f989ec927c24914bd2
* Fix a compilation warning on Mac OS X.Matthias Benkard2008-03-052-1/+3
| | | | darcs-hash:85fb9bdcbc82656ee6d08f6ac1cee72426e05822
* Objective-C layer: Rename the DEBUG macro to DEBUG_P.Matthias Benkard2008-03-051-4/+4
| | | | darcs-hash:dd8ad0ed0065fd829d29cd74c1d8c7c46144b263
* Objective-C layer: Do not #import NSObject-ObjectiveCLWrapperLink.h.Matthias Benkard2008-03-051-1/+0
| | | | darcs-hash:d1c77e865ab5b0da5efbac5594f3c674b50d43e4
* Add function COLLECT-METHODS.Matthias Benkard2008-03-051-0/+48
| | | | darcs-hash:4c78479b2d67157304f041d700fceb34a3ed7721
* Acquire the exception lock when returning from a callback.Matthias Benkard2008-03-041-0/+4
| | | | darcs-hash:f644e3e364ebb7bd2c81aa2c7f83a4887ac644d8
* Cosmetic improvements.Matthias Benkard2008-03-041-5/+5
| | | | darcs-hash:9c9cfd8be339f6c191c1a4befda7a2e555c747a3
* Fix yet another case of misguided stack allocation in objcl_create_imp.Matthias Benkard2008-03-041-1/+3
| | | | darcs-hash:7bd889d82688e8fc94e3086aab3d15d74eb5b5eb
* Objective-C layer: Add function objcl_test_foo.Matthias Benkard2008-03-041-1/+43
| | | | darcs-hash:c52655ddfd12cd8a69285250252705606f3bce35
* Fix objcl_create_imp.Matthias Benkard2008-03-041-8/+33
| | | | darcs-hash:259fe285f4dde3cb5d6a964593524f7e9619faf4
* Fix objcl_finalise_class.Matthias Benkard2008-03-041-1/+1
| | | | darcs-hash:6a392ca2e72987802a85cb77c9376be40a1459b3
* Objective-C layer: Add more debugging aids.Matthias Benkard2008-03-041-1/+5
| | | | darcs-hash:ba7da4d9099567eea4884179b479210d61651ad1
* Objective-C layer: Fix use of the new closure API.Matthias Benkard2008-03-041-1/+1
| | | | darcs-hash:a8354b3de0699ed2208da3663c2f577589d2c518
* Build system: Don't break on non-GNUstep systems when compiling libobjcl for ↵Matthias Benkard2008-03-041-1/+1
| | | | | | the second time. darcs-hash:49d9746e4c8e84ee6c4b6253dbb54fa93eaec836
* Objective-C layer: Disable debugging mode.Matthias Benkard2008-03-031-1/+1
| | | | darcs-hash:9fd91584f2cf2e119472dc8148e26ac7420e078b
* Use the new libffi closure API.Matthias Benkard2008-03-031-12/+7
| | | | darcs-hash:e0e968e79421b740be0860798977a8a205d682fd
* Update libffi to 3.0.4.Matthias Benkard2008-03-031-6/+6
| | | | darcs-hash:d0cdf89441c98da668f268b1af91e536dc3ed76e
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-032-7/+8
| | | | darcs-hash:ea38f791e7f2bdc840e92709e1b915d985cc9700
* objcl_create_imp: Make mprotect(2) errors non-fatal.Matthias Benkard2008-03-031-1/+23
| | | | darcs-hash:61cdfff143da2c65b30b3f32c77e4c9ef98b704e
* Objective-C layer: Improve robustness a bit.Matthias Benkard2008-03-021-14/+26
| | | | darcs-hash:f4386c84fffb2588cf848a3a63ae5ccd27754217
* Objective-C layer: Random improvements.Matthias Benkard2008-02-201-13/+46
| | | | darcs-hash:ba7be3f88a66fb514aa35c9d3aa4036fa49fc5d6
* Objective-C layer: Add objcl_for_each_class_do.Matthias Benkard2008-02-202-3/+49
| | | | darcs-hash:4314d5bd41bf313fc50049b5e839aa09e5d94d19
* Make objcl_add_method capable of adding methods to registered classes.Matthias Benkard2008-02-192-3/+8
| | | | darcs-hash:a29d29425ab1e91101b691224b5ee591b8237961
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-191-2/+1
| | | | darcs-hash:e57bfdafd5e8690f8e875bf6a5a0a10050b77303
* Reimplement slot writing.Matthias Benkard2008-02-192-0/+11
| | | | darcs-hash:54a65f96e6367f42013fef524eeddbeb4b8889ec
* Reimplement slot reading.Matthias Benkard2008-02-192-0/+24
| | | | darcs-hash:bdef9c8f4c3fb2121456295da23fbe679265a15b
* Manage Objective-C classes' Lisp backing state via pointers instead of via ↵Matthias Benkard2008-02-191-3/+3
| | | | | | the class objects themselves. darcs-hash:f737c8e7bea5b3a43101e50ff549f130e9f5cd68
* Remove NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-194-70/+21
| | | | darcs-hash:07ee45edca14214270891334f18d56f30e4ea57a
* Fix class creation on the NeXT runtime.Matthias Benkard2008-02-181-4/+4
| | | | darcs-hash:41fdbaf243c97cf95045e036172deb5db1ff2fd3
* Fix Objective-C class registration.Matthias Benkard2008-02-182-19/+59
| | | | darcs-hash:03e58bd27621a0bf46f05cc1ee733da1c7ab1170
* Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime.Matthias Benkard2008-02-171-1/+1
| | | | darcs-hash:0060811e1eaf17e4373a445b3f36bbcebf2bc595
* Objective-C layer: Do not use the MetaClass type.Matthias Benkard2008-02-172-2/+2
| | | | darcs-hash:020e2fbf25a4961b312f8f648bab8b9da8c3cff9
* Minor cleanups.Matthias Benkard2008-02-171-0/+10
| | | | darcs-hash:57b1ce2455369fba915bd730fe63eacb3e169a25
* Fix a stupid little bug in objcl_create_class.Matthias Benkard2008-02-171-2/+2
| | | | darcs-hash:d8275472d82a1d084da97337014c776d3068857e
* Fix objcl_create_class.Matthias Benkard2008-02-171-1/+1
| | | | darcs-hash:4048baedb88f19262d87f2c8cc3b8352f3a00b3f
* Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-172-0/+14
| | | | darcs-hash:cd2b28bb4e252e25afb6807e32d092fcbd9c0977
* Implement FOREIGN-CLASS-ENSURE-REGISTERED.Matthias Benkard2008-02-171-0/+8
| | | | darcs-hash:cc3448394e3e337be716275c3e4016a542860fd1
* Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).Matthias Benkard2008-02-172-7/+11
| | | | darcs-hash:37402e60f79e9837371a68a33126e3b68eb32b09
* Add module: instance-management.Matthias Benkard2008-02-162-0/+10
| | | | darcs-hash:79549f0b837006321061a524ad376df397a9ab5a
* Objective-C layer: Add functions for determining whether a class is managed ↵Matthias Benkard2008-02-162-0/+20
| | | | | | by Lisp. darcs-hash:2be32db4b0358556b007ad6737f689e04de1e7b3
* Use NSRecursiveLock rather than POSIX semaphores.Matthias Benkard2008-02-163-75/+19
| | | | darcs-hash:247b2833d2767a5c432fc1f64155ed5ff2b8763f
* Objective-C layer: Add a note about returning structs on the NeXT runtime.Matthias Benkard2008-02-151-0/+12
| | | | darcs-hash:e6b30d57740c3f224a8c20eef95d244deddc6f9b
* System refactoring.Matthias Benkard2008-02-151-1/+3
| | | | darcs-hash:961c2ecf3be60a2a4abcfd15f3e51b5ccfb163c0
* Stylistic improvements.Matthias Benkard2008-02-141-13/+13
| | | | darcs-hash:b689084814f2e2be21b8f81c00e0b027d1fe7335