summaryrefslogtreecommitdiff
path: root/Lisp
Commit message (Collapse)AuthorAgeFilesLines
* Automatically register Objective-C classes used as superclasses.Matthias Benkard2008-12-042-6/+13
| | | | darcs-hash:928ea318abd6914917d42d77c8581dd4c3ee67d7
* When receiving a Lisp value wrapper from Objective-C, unwrap it automatically.Matthias Benkard2008-03-244-11/+23
| | | | darcs-hash:f1b183f46c4d97c27121e0ada8614b9e9feb9955
* Wrap Lisp values when trying to send them messages.Matthias Benkard2008-03-242-2/+9
| | | | darcs-hash:c7cffd49bb312b7a6d88e3a5d29f3f5446827120
* Fix SELECTOR-FUNCTION for CMUCL again.Matthias Benkard2008-03-231-1/+1
| | | | darcs-hash:9083e5d1cf58bf2da535b58acd80ea9eec267def
* Explain the rationale for passing a static class name as the first argument ↵Matthias Benkard2008-03-211-0/+31
| | | | | | to every OBJECTIVE-C-GENERIC-FUNCTION. darcs-hash:e1afc0fc7530051417435a68b13a4cab52e4a893
* Improve DEFINE-OBJECTIVE-C-METHOD documentation.Matthias Benkard2008-03-211-3/+12
| | | | darcs-hash:9972c12e79f49e8556b974500bc967fe8dabf21c
* Documentation: Minor fixes.Matthias Benkard2008-03-202-9/+9
| | | | darcs-hash:e42cc5a94c23ab108f98e00a9a6eb64429db8ecf
* Fix type handling on Mac OS X.Matthias Benkard2008-03-191-9/+24
| | | | darcs-hash:5d262e23b7c9f6e5f2be206f55fb104693346bcf
* Fix method invocation on Mac OS X.Matthias Benkard2008-03-191-5/+4
| | | | darcs-hash:389135940affce22558648db2fd7e25cebc551bd
* Move (OBJECT-GET-CLASS RECEIVER) from INVOKE-BY-NAME-SUPER-V to ↵Matthias Benkard2008-03-192-16/+10
| | | | | | RETRIEVE-METHOD-SIGNATURE-INFO. darcs-hash:1fd46a3dbdb3a5e2ec284be3255dd08b2b074414
* Make INTERN-POINTER-WRAPPER intern OBJECTIVE-C-CLASSes.Matthias Benkard2008-03-192-4/+9
| | | | darcs-hash:8ea30cedc918a1d45612a6efb68126715c2cf8ef
* Add a NAME slot to class SELECTOR.Matthias Benkard2008-03-192-41/+43
| | | | darcs-hash:c51f1608afb05ec84f8f615114cb7f9f65abf8fe
* Make TYPESPEC a struct type.Matthias Benkard2008-03-197-136/+205
| | | | darcs-hash:e915984995e05d399993c4d602a7c4949053ca66
* Replace all CFFI array types with pointer types.Matthias Benkard2008-03-181-7/+7
| | | | darcs-hash:9a65a6771651aa2ff3c05411d4cd8042b9a1a98e
* Fix support for older versions of CFFI.Matthias Benkard2008-03-182-4/+5
| | | | darcs-hash:2f77404ae69521fa59b974123814e7f008692d37
* Clarify CMUCL-specific function SELECTOR-FUNCTION.Matthias Benkard2008-03-181-5/+21
| | | | darcs-hash:577b893aecdd9144a80184d973b1a6f970f4800a
* Implement the generic sequence protocol for NSArray on SBCL.Matthias Benkard2008-03-141-0/+61
| | | | darcs-hash:af39e2a05a060e7f805e7218ef808c1721edcdd3
* Add a simple example use case for the type declaration reader macro.Matthias Benkard2008-03-131-0/+15
| | | | darcs-hash:9c106c264ce3bd412038f9271cd6957ebd50c155
* OBJCL-CLASS-SET-BACKED-BY-LISP-CLASS/POINTER: Correct type signature.Matthias Benkard2008-03-131-1/+1
| | | | darcs-hash:6ce8803702bdf866eb984ef0984e4763115c7ec3
* Internal type declaration reader macro: Insert THE and DECLARE forms as ↵Matthias Benkard2008-03-131-10/+30
| | | | | | appropriate. darcs-hash:edc70b5906cb75183f673263a3e088f92ad2873e
* Make use of the fact that readtables are file-local.Matthias Benkard2008-03-133-8/+8
| | | | darcs-hash:d07bd4cb573f8d4fa226cca8a1da1e39837b5757
* Add more type declarations.Matthias Benkard2008-03-131-0/+12
| | | | darcs-hash:86334459a1f2ef6b52ca92bee2c79bb1f7cd0bba
* Internal type declaration reader macro: Add &REST NIL to the return type by ↵Matthias Benkard2008-03-131-1/+5
| | | | | | default. darcs-hash:5622add380aaf4eaa7495e34fe07949490a9aac8
* Use the new type declaration reader macro in Objective-CL code.Matthias Benkard2008-03-132-20/+21
| | | | darcs-hash:ba8b3023e541d9e723704583e3f6ffb7a9b3898a
* Internal type declaration reader macro: Generate correct declarations.Matthias Benkard2008-03-131-9/+16
| | | | darcs-hash:47ff07daa62d35ea3d9408b49ed8d059e31b9f6b
* Add an internal reader macro for more readable type declarations.Matthias Benkard2008-03-132-13/+91
| | | | darcs-hash:362e46ca84f20400936f066b7c7335417dcffa82
* Minor cleanups.Matthias Benkard2008-03-123-14/+0
| | | | darcs-hash:397e13965e72e0107e762dbf715564a29b9d092c
* Fix selector funcallability on CMUCL.Matthias Benkard2008-03-121-5/+18
| | | | darcs-hash:e0f4df3e7fc24d1bc9261d161b6efd62ec32b66d
* Pass class names instead of classes to ENSURE-GENERIC-FUNCTION-USING-CLASS.Matthias Benkard2008-03-121-2/+2
| | | | darcs-hash:3309224dd0ddc7ea67830b7ff1a04b2cf49ecd43
* Debian: Satisfy linda and lintian.Matthias Benkard2008-03-081-1/+1
| | | | darcs-hash:ae2f175eb7a31ce4dd08588c0e3516c69e97eb14
* debian/watch: Fix the link pattern.Matthias Benkard2008-03-081-1/+1
| | | | darcs-hash:8de354f3cddb4c0607ad5e789f1ad73a298051e9
* Prepare the build system for separate compilation of libobjcl.Matthias Benkard2008-03-071-0/+1
| | | | darcs-hash:8bbbddc21828e04ddbf1a075f7186774a7d1c57d
* Aesthetic improvements.Matthias Benkard2008-03-072-11/+3
| | | | darcs-hash:8112f3e9cc11608d8f7c2f1862b24f8e0f24b08f
* Correctly handle methods with a :VOID return type.Matthias Benkard2008-03-071-1/+1
| | | | darcs-hash:ed2910a15192d06f60977f9c4bfdeddc44dbe6f9
* Implement memory management for Lisp-managed instances.Matthias Benkard2008-03-071-3/+29
| | | | darcs-hash:88a7136f0fa0768b525a44de92100c15a6f8792a
* Add method COERCE-OBJECT (T (EQL :VOID)).Matthias Benkard2008-03-071-0/+4
| | | | darcs-hash:b093bf9357fecdd28bc81482cb75db967e943e6f
* Call ENSURE-GENERIC-FUNCTION-USING-CLASS at compile-time as well.Matthias Benkard2008-03-071-1/+1
| | | | darcs-hash:ac21bf3688413d3cd95cc68748f3a68546c586d6
* INTERN-CALLBACK-NAME: Correctly distinguish callbacks by the classes they ↵Matthias Benkard2008-03-071-1/+2
| | | | | | are defined for. darcs-hash:3eb9e5d6e38eede09a912519cc1c10c216dc02ac
* Use ENSURE-GENERIC-FUNCTION-USING-CLASS instead of ENSURE-GENERIC-FUNCTION.Matthias Benkard2008-03-072-3/+16
| | | | darcs-hash:be3185662285bada199f68b1622c0be4ab399f29
* Remove an obsolete debugging aid.Matthias Benkard2008-03-071-4/+0
| | | | darcs-hash:521ffa1607066cc2f7fb52c116e3d0b85db4d31a
* Have callbacks properly return pointers to :ID, :CLASS and :SELECTOR values.Matthias Benkard2008-03-071-11/+15
| | | | darcs-hash:d22c6d2a2f51f9653328a76b1de9059f3a9ff61b
* Eliminate a potential conflict between the documentation and the test suite.Matthias Benkard2008-03-071-2/+2
| | | | darcs-hash:99ee78d8d50d2d5486a973910d4a724dde67892b
* Update documentation.Matthias Benkard2008-03-071-8/+8
| | | | darcs-hash:cd586d178636f50a46bd5a7c07d4827eda645f3f
* Fix COERCE-OBJECT (... (EQL :ID)).Matthias Benkard2008-03-072-11/+8
| | | | darcs-hash:cee5f53f4c7c73bb8905d76fa6417b74112a3f42
* Fix code formatting.Matthias Benkard2008-03-061-14/+15
| | | | darcs-hash:b5c8b31cd5192c30558be767843ef375ef1889e1
* Remove a bunch of DEFINE-OBJECTIVE-C-GENERIC-FUNCTION calls.Matthias Benkard2008-03-063-8/+6
| | | | darcs-hash:83d1f95687bb761a7fb70c1a901722d4cd2c5caf
* DEFINE-OBJECTIVE-C-METHOD: Silently define a suitable ↵Matthias Benkard2008-03-061-18/+28
| | | | | | OBJECTIVE-C-GENERIC-FUNCTION if needed. darcs-hash:fa3bfc33170f12fd7d965c08eafd4005e9ac8a8d
* Make DEFINE-OBJECTIVE-C-METHOD macroexpand correctly even if the receiving ↵Matthias Benkard2008-03-061-2/+2
| | | | | | class has not yet been defined. darcs-hash:8556a7cb9a41f5fb6530fef6fa71b222b61af44b
* Make OBJECTIVE-C-METHODs dispatch on the class they have been defined for.Matthias Benkard2008-03-061-5/+14
| | | | darcs-hash:93ae22beaabb2a9f162a297a8c314d36e882a4ab
* Add tests for SUPER calls.Matthias Benkard2008-03-061-5/+30
| | | | darcs-hash:ba79356bb11de7346137e998a4e2db696d325e51