Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | 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 | 1 | -0/+51 | |
| | | | | darcs-hash:27035c01db5e23dc0c8c9786ded92aa6e564e6d4 | |||||
* | Automatically set Objective-C wrapper classes' superclasses. | Matthias Benkard | 2008-02-03 | 2 | -3/+18 | |
| | | | | darcs-hash:ef9a71b349ac03e3d80ed89c750f3dd82ad67630 | |||||
* | Make OBJCL-CLASS-SUPERCLASS a bit safer. | Matthias Benkard | 2008-02-03 | 1 | -1/+1 | |
| | | | | darcs-hash:a9e4e8974f590ab21f9eb5985a9c1211ab4a644d | |||||
* | Objective-C layer: Add objcl_class_superclass. | Matthias Benkard | 2008-02-03 | 1 | -0/+9 | |
| | | | | darcs-hash:31c261f7b04e09756c407599560a5ef5c3bc5856 | |||||
* | Reintroduce Allegro CL compatibility hack. | Matthias Benkard | 2008-02-03 | 1 | -0/+11 | |
| | | | | darcs-hash:f167d79293e352583e396687af4c39c2cb597057 | |||||
* | Remove system objective-cl-clozure-compat. | Matthias Benkard | 2008-02-03 | 2 | -27/+2 | |
| | | | | | | See JOURNAL for details. darcs-hash:dafd1509018ef4badd47d9154cc1473f82a81f20 | |||||
* | Add system objective-cl-clozure-compat. | Matthias Benkard | 2008-02-03 | 3 | -6/+32 | |
| | | | | darcs-hash:118ca7e4268f77f7b9b9ab10c17200cebdd00ba9 | |||||
* | Update documentation. | Matthias Benkard | 2008-02-03 | 2 | -2/+35 | |
| | | | | darcs-hash:af9cfdb8adda53a3459722f8156c54a3d31bfaf1 | |||||
* | Remove Allegro CL compatibility hack. | Matthias Benkard | 2008-02-03 | 1 | -11/+0 | |
| | | | | darcs-hash:ec11150ac1ad641a75268526fd9590a9a71da3ae | |||||
* | Make (DEFCLASS SELECTOR ...) work on Allegro CL. | Matthias Benkard | 2008-02-03 | 1 | -8/+28 | |
| | | | | darcs-hash:1a27f84277b0ed60eefb45499ebac15506aebd20 | |||||
* | Add a compiler macro for SELECTOR. | Matthias Benkard | 2008-02-03 | 2 | -0/+32 | |
| | | | | darcs-hash:4e7f3cf6846d15869487905f52589ee8250bcf5d | |||||
* | Make selectors funcallable. | Matthias Benkard | 2008-02-03 | 1 | -1/+14 | |
| | | | | darcs-hash:cf005558542aa4148fe2e94a113c0eac682d3cac | |||||
* | Implement SLOT-MAKUNBOUND for Objective-C wrapper objects. | Matthias Benkard | 2008-02-03 | 1 | -2/+13 | |
| | | | | darcs-hash:ef968cdf81b142725469929419b150f4dd49846b | |||||
* | Cosmetic improvements. | Matthias Benkard | 2008-02-03 | 1 | -2/+2 | |
| | | | | darcs-hash:7585ed6937fb5617ae00999f9c90adf752b74b2e | |||||
* | Allow subclassing between Objective-C wrapper classes. | Matthias Benkard | 2008-02-03 | 1 | -0/+3 | |
| | | | | darcs-hash:89b323107ac83b94f5db275fb6b1d5909ea90308 | |||||
* | Use Objective-C metaclasses as CLOS metaclasses. | Matthias Benkard | 2008-02-03 | 3 | -4/+12 | |
| | | | | darcs-hash:dd0a1476e5412105a56b7c7de18f7d14f7af2696 | |||||
* | Automatically export newly defined wrapper classes. | Matthias Benkard | 2008-02-03 | 2 | -7/+14 | |
| | | | | darcs-hash:94ee737ab79b1cca1de896b9d6cdbcca06db1071 | |||||
* | Fix a few typos. | Matthias Benkard | 2008-02-03 | 1 | -7/+7 | |
| | | | | darcs-hash:7264ff2459fb64b0005df4df85e7129cf209cd2e | |||||
* | Introduce new metaclass OBJECTIVE-C-META-CLASS. | Matthias Benkard | 2008-02-02 | 6 | -24/+51 | |
| | | | | darcs-hash:3d9bf7fb5b37a4089ae3d85493612c6e6abc4469 | |||||
* | Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS. | Matthias Benkard | 2008-02-02 | 11 | -47/+96 | |
| | | | | darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684 | |||||
* | Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers. | Matthias Benkard | 2008-02-02 | 1 | -0/+142 | |
| | | | | darcs-hash:edb69af98619671f830ff842fb3e69ca369ee8dd | |||||
* | Fix an undefined variable warning. | Matthias Benkard | 2008-02-02 | 1 | -1/+1 | |
| | | | | darcs-hash:424aafab701bb0e18f6af709d15c7ef2250303cc | |||||
* | Objective-C layer: Add function objcl_objc2_p. | Matthias Benkard | 2008-01-29 | 1 | -0/+5 | |
| | | | | darcs-hash:e9c9605cc47cc04e36e2ba9e60f76aea097e77bd | |||||
* | Apply the LGPLv3 to all the code previously released under the GPLv3. | Matthias Benkard | 2008-01-26 | 18 | -108/+108 | |
| | | | | darcs-hash:d09e69f4f9d07e98b5bc8d68d120d50d1ee01848 | |||||
* | Fix the spelling of `Objective-C' in both code and documentation. | Matthias Benkard | 2008-01-26 | 5 | -37/+37 | |
| | | | | darcs-hash:065bdac36eeb490472284101a6d19409d551109b | |||||
* | Support case-sensitive selector designators. | Matthias Benkard | 2008-01-26 | 4 | -20/+136 | |
| | | | | darcs-hash:da29e9f38c99f5a9e558edd20afff7400fced2e4 |