summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Collect selectors in package OBJECTIVE-C-SELECTORS.Matthias Benkard2008-03-053-11/+29
| | | | darcs-hash:f8184992f82c34b07e6a89745593b8daec17fc61
* Fix syntax enhancement enabling and disabling functions.Matthias Benkard2008-03-042-14/+44
| | | | darcs-hash:9bab32834009040b90d1d10f12abadad6d1391fa
* Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-042-1/+3
| | | | darcs-hash:57cc807cebf34e1ea2e6367648f436e3af2dfa33
* Export DEFOBJCGENERIC and DEFOBJCMETHOD.Matthias Benkard2008-03-042-0/+6
| | | | darcs-hash:215ba7f141aaf113da4111f9dc76b3a6e45e8321
* Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION.Matthias Benkard2008-03-043-2/+18
| | | | darcs-hash:407ea76ee108cb03e819c6d5027b828a1232e24b
* Introduce functions to disable the reader syntax extensions.Matthias Benkard2008-03-042-2/+27
| | | | darcs-hash:bc88fd5b88bc84ccf83caff109762f2813a9b53d
* Introduce Clozure-CL-like method call syntax.Matthias Benkard2008-03-042-3/+85
| | | | darcs-hash:9b1645d06112b61bd4e85f23a7a6725f89e2564b
* Support simple CFFI types as typespecs.Matthias Benkard2008-03-043-4/+4
| | | | darcs-hash:08236de112dc806e436b6d48a24d7922e33e801a
* Move exception reporting to PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-03-042-18/+19
| | | | darcs-hash:7487d34005f69ab123278791d00991d50fde3496
* Add a note about exception handling to ADD-METHOD ↵Matthias Benkard2008-03-041-0/+11
| | | | | | (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD). darcs-hash:5504ab9f0855575e5475118f7e95de779369d0e8
* Acquire the exception lock when returning from a callback.Matthias Benkard2008-03-044-7/+13
| | | | darcs-hash:f644e3e364ebb7bd2c81aa2c7f83a4887ac644d8
* Implement DESCRIBE-OBJECT (EXCEPTION T).Matthias Benkard2008-03-041-10/+9
| | | | darcs-hash:47438eafc656ab7597bd008586346cd52287e670
* Fix function POINTER for arguments of type EXCEPTION.Matthias Benkard2008-03-041-1/+1
| | | | darcs-hash:a2605bdf40d3be4bb2950c34cb275d84cd68758f
* Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+).Matthias Benkard2008-03-042-5/+5
| | | | darcs-hash:f8274fbf2ad34ff49cb274d45fb82468850128ea
* In callbacks, DECLARE the selector argument IGNORABLE.Matthias Benkard2008-03-041-0/+1
| | | | darcs-hash:bff6a2e538d5c8fef6d09992e8e7405968373dd6
* Add a debugging aid to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTION ↵Matthias Benkard2008-03-041-0/+4
| | | | | | OBJECTIVE-C-METHOD). darcs-hash:002220739b73a2ef8394655e7757cab7ba10eb5e
* Cosmetic improvements.Matthias Benkard2008-03-041-5/+5
| | | | darcs-hash:9c9cfd8be339f6c191c1a4befda7a2e555c747a3
* Fix the method definition test case.Matthias Benkard2008-03-041-3/+5
| | | | darcs-hash:f72e60ebe476b5e25cb4710d3027833ff776a32d
* Omit the selector argument when forwarding foreign invocations to generic ↵Matthias Benkard2008-03-041-1/+4
| | | | | | functions. darcs-hash:d0e02549886461cd7837b70b70013be9e2ac507c
* 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-042-1/+45
| | | | darcs-hash:c52655ddfd12cd8a69285250252705606f3bce35
* Fix objcl_create_imp.Matthias Benkard2008-03-043-13/+39
| | | | 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
* Use INTERN-LISP-VALUE for argument conversion.Matthias Benkard2008-03-044-21/+20
| | | | darcs-hash:2f57dd53bfa6b2aa44474232042d9578af720c22
* 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
* Remove the obsolete libffi version from the tree.Matthias Benkard2008-03-04174-55481/+0
| | | | darcs-hash:d03cd1c65ed7114fa601e49a8d189e835479e93f
* Fix a test that assumed (CAR '(:FOO :BAR)) not to be CONSTANTP.Matthias Benkard2008-03-041-1/+1
| | | | darcs-hash:f8ba983e113d533c07e6469fe8882aaab7f4ffd9
* 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-03407-7/+104831
| | | | darcs-hash:d0cdf89441c98da668f268b1af91e536dc3ed76e
* Require libffi 3.x.Matthias Benkard2008-03-031-1/+3
| | | | darcs-hash:336a6b83c9f36e68a26822ae40c0f7bb9a005feb
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-034-7/+10
| | | | darcs-hash:ea38f791e7f2bdc840e92709e1b915d985cc9700
* objcl_create_imp: Make mprotect(2) errors non-fatal.Matthias Benkard2008-03-032-2/+24
| | | | darcs-hash:61cdfff143da2c65b30b3f32c77e4c9ef98b704e
* Introduce function INTERN-CALLBACK-NAME.Matthias Benkard2008-03-031-1/+15
| | | | darcs-hash:5f2cb0e84fcace08fc832adaf3e48728fd76356c
* Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD).Matthias Benkard2008-03-034-2/+78
| | | | darcs-hash:16207045b44287e0f3f332937d826d1cc6c44296
* Add function TYPESPEC.Matthias Benkard2008-03-032-3/+9
| | | | darcs-hash:f36f563a44c43c4fdf5d7c354ea4937afd91eb16
* Make INTERN-POINTER-WRAPPER work with the new keyword type specifiers.Matthias Benkard2008-03-031-7/+7
| | | | darcs-hash:0e08a15a056adda2ad9872d9785d95a048ee2ac4
* Implement the CLOS part of the method definition facility.Matthias Benkard2008-03-032-1/+120
| | | | darcs-hash:fe4d4b0cd4f99af582cd299de99d2b81fc03ac49
* Add stub for INTERN-LISP-VALUE.Matthias Benkard2008-03-031-0/+14
| | | | darcs-hash:42953a98356841268108071d3d0ec701e8514bf1
* Define type OBJECTIVE-C-TYPE-KEYWORD.Matthias Benkard2008-03-031-0/+9
| | | | darcs-hash:e5b50879e9dd0bf3a09fc7cb99aa24bc91bb7e89
* Allow keyword type specifiers :ID, :CLASS, :EXCEPTION, :SELECTOR, and :POINTER.Matthias Benkard2008-03-031-0/+5
| | | | darcs-hash:b7f33cb59f97af5eadcbe8985fc4d3ffab883d9a
* When compiling compiler macros, also define needed utility functions at ↵Matthias Benkard2008-03-031-12/+13
| | | | | | compile-time. darcs-hash:6772d8a7995c6f19b5f6116e0adec26bfd6fe816
* Add Lisp value wrapper classes MLKLispString, MLKLispArray, and MLKLispList.Matthias Benkard2008-03-032-5/+56
| | | | darcs-hash:3dc87ce841df388836310ebc486b20c7214d68e4
* Introduce an Objective-C class for wrapping Lisp values.Matthias Benkard2008-03-022-0/+41
| | | | darcs-hash:47920ab6598799fca44c964c3fa6a3dfb20389c9
* Improve the robustness of the build system.Matthias Benkard2008-03-021-1/+3
| | | | darcs-hash:a90a6c135f43740780ce27b6fea1746d0f1e2c83
* Objective-C layer: Improve robustness a bit.Matthias Benkard2008-03-022-15/+128
| | | | darcs-hash:f4386c84fffb2588cf848a3a63ae5ccd27754217
* Fix the compiler macro for INVOKE.Matthias Benkard2008-03-022-7/+40
| | | | darcs-hash:f76cc3530507e408704652d52b86b434e508c18d
* Minor cleanups.Matthias Benkard2008-02-211-28/+0
| | | | darcs-hash:c0614dcedf9c9c6050445219688b1498509df676