summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-193-17/+37
| | | | | | RETRIEVE-METHOD-SIGNATURE-INFO. darcs-hash:1fd46a3dbdb3a5e2ec284be3255dd08b2b074414
* Make INTERN-POINTER-WRAPPER intern OBJECTIVE-C-CLASSes.Matthias Benkard2008-03-193-6/+29
| | | | darcs-hash:8ea30cedc918a1d45612a6efb68126715c2cf8ef
* Add a NAME slot to class SELECTOR.Matthias Benkard2008-03-194-43/+89
| | | | 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
* 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
* JOURNAL: Improve formatting.Matthias Benkard2008-03-181-30/+32
| | | | darcs-hash:9660ca7bca703286dc716801740d035d8ee4d8e5
* JOURNAL: Add a link to the Objective-CL project webpage.Matthias Benkard2008-03-181-2/+11
| | | | darcs-hash:22e147ff25224667d2e826f8484d1f7d29273a6e
* JOURNAL: Improve formatting.Matthias Benkard2008-03-181-88/+88
| | | | darcs-hash:d9dd83113cada81e7e9154f54f2be3f1b43874a2
* JOURNAL: Make publishable.Matthias Benkard2008-03-181-10/+37
| | | | darcs-hash:e952b278c9fe96a63119b10278b6768274e76d02
* JOURNAL update.Matthias Benkard2008-03-181-0/+27
| | | | darcs-hash:9361abc569ed1b69691bdae03c219be573c97ac1
* Clarify CMUCL-specific function SELECTOR-FUNCTION.Matthias Benkard2008-03-181-5/+21
| | | | darcs-hash:577b893aecdd9144a80184d973b1a6f970f4800a
* Disable manual NSProcessInfo initialisation on GNUstep systems.Matthias Benkard2008-03-141-1/+8
| | | | darcs-hash:07683de74a6675f89f20fdc933a1c0eeadb60725
* Implement the generic sequence protocol for NSArray on SBCL.Matthias Benkard2008-03-142-0/+64
| | | | 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-133-22/+25
| | | | 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-133-14/+94
| | | | darcs-hash:362e46ca84f20400936f066b7c7335417dcffa82
* Minor cleanups.Matthias Benkard2008-03-123-14/+0
| | | | darcs-hash:397e13965e72e0107e762dbf715564a29b9d092c
* Fix selector funcallability on CMUCL.Matthias Benkard2008-03-122-6/+20
| | | | 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: Add the project website to package descriptions.Matthias Benkard2008-03-081-0/+6
| | | | darcs-hash:c4f1b92b9647e66f0c1ea3e7b82d9c01b23f65e2
* Debian: Minor improvements.Matthias Benkard2008-03-082-2/+5
| | | | darcs-hash:8aa88b7bab42c6e828484e45c59fa456e258726d
* Debian: Fix a number of packaging bugs.Matthias Benkard2008-03-085-5/+25
| | | | darcs-hash:63388c926ac1c17af8c8b748049158b49cb9fa26
* Debian: Satisfy linda and lintian.Matthias Benkard2008-03-083-852/+5
| | | | darcs-hash:ae2f175eb7a31ce4dd08588c0e3516c69e97eb14
* debian/watch: Fix the link pattern.Matthias Benkard2008-03-082-2/+2
| | | | darcs-hash:8de354f3cddb4c0607ad5e789f1ad73a298051e9
* debian/control: Add dependencies.Matthias Benkard2008-03-082-4/+4
| | | | darcs-hash:8d54630820cd022e0c2613585f95d807c1f85edd
* Debian: Generate symlinks for libobjcl.Matthias Benkard2008-03-081-1/+7
| | | | darcs-hash:8583b64168e3c5336e8de169cba67188896c599f
* Fix a phase bug in the system definition.Matthias Benkard2008-03-081-8/+12
| | | | darcs-hash:e8b5acb532d249fe6e444fd3908b953e64dec963
* Add Debian package control files.Matthias Benkard2008-03-0815-0/+1070
| | | | darcs-hash:ecc1cae00e95639aad1ab51d344ed2e4d9bc3955
* Prepare the build system for separate compilation of libobjcl.Matthias Benkard2008-03-073-4/+19
| | | | darcs-hash:8bbbddc21828e04ddbf1a075f7186774a7d1c57d
* Make the build system work with manual copying again.Matthias Benkard2008-03-071-1/+1
| | | | darcs-hash:081b10c8044f5b7ede7eaf943f0752f2546831e8
* JOURNAL: Fix a typo.Matthias Benkard2008-03-071-1/+1
| | | | darcs-hash:769dc7689d9046e5737055716f6516e5002e1db4
* Bump version.Matthias Benkard2008-03-075-6/+6
| | | | darcs-hash:8ff05666ef5bf65fb7c77c5e788f196700c78bce
* Add a journal note about memory management.Matthias Benkard2008-03-071-0/+13
| | | | darcs-hash:86658a929ac8adf4c419ba45ef6e14f9052ec08f
* 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