Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add function PRINT-TYPESPEC. | Matthias Benkard | 2008-02-12 | 2 | -1/+90 | |
| | | | | darcs-hash:8b64d370e2168812dfd3dea46c02fdffb8461252 | |||||
* | Unify LOW-LEVEL-INVOKE and PRIMITIVE-INVOKE. | Matthias Benkard | 2008-02-12 | 1 | -105/+26 | |
| | | | | darcs-hash:bf6243e63e5e4d88ad5ab40cf397da0fa61a7a28 | |||||
* | Do not override VALIDATE-SUPERCLASS (FUNCALLABLE-STANDARD-CLASS ↵ | Matthias Benkard | 2008-02-11 | 1 | -5/+9 | |
| | | | | | | STANDARD-CLASS) on CLISP. darcs-hash:caed8a613bac4239d26a45281e0c15281d501a27 | |||||
* | Run make on the top level so that it can run configure if necessary. | Matthias Benkard | 2008-02-11 | 1 | -1/+1 | |
| | | | | darcs-hash:634e1cb35dab6b64c0f287779b5bf4c19ff3fdc3 | |||||
* | Bump version. | Matthias Benkard | 2008-02-11 | 5 | -6/+6 | |
| | | | | darcs-hash:ed8d153d932ea1b8e40e7905c3c5a9da6321c25f | |||||
* | Do not rely on the GC to remove entries of a weak hash table. | Matthias Benkard | 2008-02-11 | 5 | -3/+7 | |
| | | | | | | This patch finally makes Objective-CL not crash consistently on CLISP. darcs-hash:20d392bc8e5203efd20e3c57224c2b1338ecb8d9 | |||||
* | Fix a bug that could cause FOREIGN-FREE to be called on a null pointer. | Matthias Benkard | 2008-02-11 | 1 | -8/+9 | |
| | | | | darcs-hash:3821d2debba27096f9fd8dcb630aace179ba4e9b | |||||
* | Make Objective-CL compile on CLISP. | Matthias Benkard | 2008-02-11 | 1 | -3/+5 | |
| | | | | darcs-hash:86258aba4b9bc787c781a5b0b601f5d0378c7764 | |||||
* | Specialise MAKE-LOAD-FORM for pointer wrappers. | Matthias Benkard | 2008-02-11 | 3 | -3/+29 | |
| | | | | darcs-hash:4a9e629e6e9a9e20d21c80c541e70b4b6a810645 | |||||
* | System definition: Copy the system prior to compilation instead of after it. | Matthias Benkard | 2008-02-10 | 4 | -40/+57 | |
| | | | | darcs-hash:73cfed6be2a95e02cf75bcd8cc6b26abf3778a9e | |||||
* | Bump version. | Matthias Benkard | 2008-02-10 | 5 | -6/+6 | |
| | | | | darcs-hash:e9cee8722e68863ff5a835c160047cdacde025ec | |||||
* | Glue layer: Add functions for class creation. | Matthias Benkard | 2008-02-10 | 3 | -4/+28 | |
| | | | | darcs-hash:e2dad7f45636d2065160cadec47f805f286a5bc7 | |||||
* | Revamp the system definition. | Matthias Benkard | 2008-02-10 | 2 | -112/+150 | |
| | | | | darcs-hash:8060615b1741cadcf0296eb1ee36bd831a3043d3 | |||||
* | Add NSObject category ObjectiveCLWrapperLink. | Matthias Benkard | 2008-02-10 | 4 | -15/+95 | |
| | | | | darcs-hash:0a90de7a76127351a989662a577b5688fe39654c | |||||
* | Objective-C layer: Add functions for class creation. | Matthias Benkard | 2008-02-09 | 2 | -0/+164 | |
| | | | | darcs-hash:d604bd4a63ca384220760be319d64759ebbd9517 | |||||
* | Fix overzealous style cleanups. | Matthias Benkard | 2008-02-09 | 1 | -3/+3 | |
| | | | | darcs-hash:c5c0a79734ae2d8be8b1c08e3c3e63f84df64a86 | |||||
* | Stylistic improvements. | Matthias Benkard | 2008-02-08 | 2 | -5/+5 | |
| | | | | darcs-hash:052ac7d590da800f6a713bc4c50da6e066fb19ba | |||||
* | Objective-C layer: Use mprotect(2) where needed. | Matthias Benkard | 2008-02-08 | 1 | -3/+9 | |
| | | | | darcs-hash:46c7d60f049bc9c0a832bae5fcd9420d48ddfa5e | |||||
* | Objective-C layer: Implement locking using semaphores. | Matthias Benkard | 2008-02-07 | 3 | -2/+68 | |
| | | | | darcs-hash:3a1f9d1f6597b32c20efcd7ab2cf2721c1bdfe43 | |||||
* | Objective-C layer: Add objcl_create_imp and assorted functions. | Matthias Benkard | 2008-02-07 | 3 | -0/+122 | |
| | | | | darcs-hash:586394a97ab02a3f8e258cd75c1230dff717a38e | |||||
* | Assign a fake metaclass as a metaclass to the root metaclass. | Matthias Benkard | 2008-02-06 | 3 | -32/+39 | |
| | | | | darcs-hash:e594ffa7fa03edfdbfd4f44708c2a1863c96a2af | |||||
* | Make PRINT-OBJECT behave a bit nicer for instances of type ID. | Matthias Benkard | 2008-02-05 | 1 | -2/+2 | |
| | | | | darcs-hash:a46e3bf12db7d3f59655da9e37d16a64c0577e00 | |||||
* | Internally, do case-sensitivity-mode-independent method calls only. | Matthias Benkard | 2008-02-05 | 1 | -12/+12 | |
| | | | | darcs-hash:8f3c3e6383a484ef7d0a8c18e3e9354867d792ad | |||||
* | Treat the :UPCASE case sensitivity mode like the :INVERT mode. | Matthias Benkard | 2008-02-05 | 1 | -1/+1 | |
| | | | | darcs-hash:737329e5ebc5a71f0f3d2d8b46cbf7db2b59149a | |||||
* | Fix a bunch of problems related to the :INVERT case sensitivity mode. | Matthias Benkard | 2008-02-05 | 1 | -3/+3 | |
| | | | | darcs-hash:f829c35a91ad7e978c8973cd004f5ae5c27dcf2a | |||||
* | Fix a spelling mistake. | Matthias Benkard | 2008-02-05 | 1 | -15/+15 | |
| | | | | darcs-hash:102a2a705124a21b4f8c702a1209c846751e7dc2 | |||||
* | Properly convert foreign slot names into CLOS slot names. | Matthias Benkard | 2008-02-05 | 2 | -1/+26 | |
| | | | | darcs-hash:86d821bf8ce3432e3ca70dd6429f923d4283baa7 | |||||
* | More cleanups. | Matthias Benkard | 2008-02-05 | 1 | -23/+1 | |
| | | | | darcs-hash:5e7b63e513b1c956c1963761a594bbd332fca0d4 | |||||
* | Minor cleanups. | Matthias Benkard | 2008-02-05 | 1 | -15/+10 | |
| | | | | darcs-hash:6de1e4c4e8804d949fec6d5af4809fbf5a81ae69 | |||||
* | Assign the root metaclass as a metaclass to every metaclass except itself. | Matthias Benkard | 2008-02-05 | 1 | -1/+28 | |
| | | | | darcs-hash:459f98ad1f243ae33843a4ba12e01fb772303084 | |||||
* | Generally declare foreign slots as SLOT-BOUNDP. | Matthias Benkard | 2008-02-05 | 1 | -1/+2 | |
| | | | | darcs-hash:b1e855f149754953d120b267b13e5623253d5c65 | |||||
* | Add support for reading foreign slots. | Matthias Benkard | 2008-02-05 | 2 | -6/+28 | |
| | | | | darcs-hash:00abb78ca0134b8fa34830c9643986e046808c5e | |||||
* | Wrap objects returned by Objective-C code with the appropriate classes ↵ | Matthias Benkard | 2008-02-05 | 2 | -18/+28 | |
| | | | | | | instead of ID. darcs-hash:5e7987f5da1a4d692e6e60c45c34aa80f9c4236d | |||||
* | Fix some recently introduced name conversion bugs. | Matthias Benkard | 2008-02-05 | 1 | -4/+20 | |
| | | | | darcs-hash:d11edd57137604c9e8e5d2427d5a904de3f1df77 | |||||
* | Further simplify name conversion. | Matthias Benkard | 2008-02-05 | 1 | -35/+30 | |
| | | | | darcs-hash:ff2a7edafc4889cb2f1043e1113a1a7c3fa25afc | |||||
* | Use Camel Case for foreign slot names by default. | Matthias Benkard | 2008-02-05 | 1 | -1/+1 | |
| | | | | darcs-hash:5acf6a2a4a0bf35d26c30ba2169098ca25801ca9 | |||||
* | Simplify name conversion. | Matthias Benkard | 2008-02-05 | 1 | -8/+29 | |
| | | | | darcs-hash:cad170af02122ab2e800efbcc77a7f6d1b552956 | |||||
* | Simplify SLOT-NAME->FOREIGN-SLOT-NAME. | Matthias Benkard | 2008-02-05 | 1 | -14/+17 | |
| | | | | darcs-hash:f106034cce0323b22f0aa80b43bccf9d60e471f7 | |||||
* | Reflect the Objective-C class hierarchy in the metaclass hierarchy as well. | Matthias Benkard | 2008-02-05 | 1 | -2/+16 | |
| | | | | darcs-hash:cf65597e69517e41fb3e7f92db71b086ca4508b9 | |||||
* | Minor cleanups. | Matthias Benkard | 2008-02-04 | 1 | -3/+3 | |
| | | | | darcs-hash:e60bcfe2fc8562b5b1c7c9e086335a6985e9a6cb | |||||
* | Simplify CONSTRUCTOR-NAME-P. | Matthias Benkard | 2008-02-04 | 1 | -6/+3 | |
| | | | | darcs-hash:5ddd574a447dc3a34f13e938df4f3b63b26d5be9 | |||||
* | Parse NeXT-style bit field typespecs properly. | Matthias Benkard | 2008-02-04 | 2 | -28/+53 | |
| | | | | darcs-hash:fb2c911e17afaa24da33c223619fad9fc33bb96b | |||||
* | Prefix metaclasses with #\+ instead of #\%. | Matthias Benkard | 2008-02-04 | 2 | -2/+2 | |
| | | | | darcs-hash:b6771564fc256067287ccae46f45e6dce9130268 | |||||
* | Objective-C layer: Add some debugging aids. | Matthias Benkard | 2008-02-04 | 1 | -0/+36 | |
| | | | | darcs-hash:7c72034ac9fb253f3846a919ad4fde27e17a6d01 | |||||
* | Remove obsolete function OBJC-CLASS-OF. | Matthias Benkard | 2008-02-04 | 1 | -6/+0 | |
| | | | | darcs-hash:41dbdbf37b8a66d07d7948be16fe884d7c110af2 | |||||
* | Fix a possible NULL-pointer-related crash. | Matthias Benkard | 2008-02-04 | 1 | -1/+2 | |
| | | | | darcs-hash:1202c3fc56fbebc3338ed2b814b9c376bb0c5317 | |||||
* | Add preliminary support for Objective-C slots. | Matthias Benkard | 2008-02-04 | 3 | -18/+132 | |
| | | | | darcs-hash:7da372a879d14800683cb79a262e86a8037245fc | |||||
* | Add support for named struct members in typespecs. | Matthias Benkard | 2008-02-04 | 1 | -13/+32 | |
| | | | | darcs-hash:8d0b9a343ce487267a739de81fd86aa3b78d103c | |||||
* | Make ID the root of the Objective-C class hierarchy. | Matthias Benkard | 2008-02-04 | 3 | -7/+13 | |
| | | | | darcs-hash:7d709124e74a1782fecaf2ee75a0a229783fec8b | |||||
* | Glue layer: Add slot handling functions. | Matthias Benkard | 2008-02-03 | 2 | -4/+60 | |
| | | | | darcs-hash:27035c01db5e23dc0c8c9786ded92aa6e564e6d4 |