summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-073-12/+10
| | | | darcs-hash:cee5f53f4c7c73bb8905d76fa6417b74112a3f42