Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Automatically set Objective-C wrapper classes' superclasses. | Matthias Benkard | 2008-02-03 | 2 | -3/+18 | |
| | | | | darcs-hash:ef9a71b349ac03e3d80ed89c750f3dd82ad67630 | |||||
* | Objective-C layer: Add slot handling functions. | Matthias Benkard | 2008-02-03 | 3 | -4/+95 | |
| | | | | darcs-hash:b4ec2fb1229c4eb9f3201e378a2d3e6e5fc6b872 | |||||
* | Objective-C layer: Make use of the Objective-C 2.0 runtime. | Matthias Benkard | 2008-02-03 | 2 | -21/+15 | |
| | | | | darcs-hash:a8a8f84ba4a1476120750c7b11c08c2088fa3da6 | |||||
* | 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 | 3 | -0/+24 | |
| | | | | 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 | 5 | -38/+25 | |
| | | | | | | See JOURNAL for details. darcs-hash:dafd1509018ef4badd47d9154cc1473f82a81f20 | |||||
* | Add system objective-cl-clozure-compat. | Matthias Benkard | 2008-02-03 | 6 | -11/+49 | |
| | | | | 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 | 12 | -48/+98 | |
| | | | | darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684 | |||||
* | Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers. | Matthias Benkard | 2008-02-02 | 2 | -0/+147 | |
| | | | | darcs-hash:edb69af98619671f830ff842fb3e69ca369ee8dd | |||||
* | Add Closer to MOP as a dependency. | Matthias Benkard | 2008-02-02 | 1 | -1/+2 | |
| | | | | darcs-hash:8bf6549938d2775da13391f872a8772584adcdb3 | |||||
* | New journal entry. | Matthias Benkard | 2008-02-02 | 1 | -0/+24 | |
| | | | | darcs-hash:ccba69bc85ff52c31dc33774627b53eabb9798ed | |||||
* | 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 | 3 | -0/+19 | |
| | | | | darcs-hash:e9c9605cc47cc04e36e2ba9e60f76aea097e77bd | |||||
* | Adapt the system definition to the new directory layout. | Matthias Benkard | 2008-01-29 | 2 | -6/+21 | |
| | | | | darcs-hash:4ab511393dc6beabc22e1e121f055f4075a0f091 | |||||
* | Clarify the licensing for the PyObjC and JIGS parts. | Matthias Benkard | 2008-01-28 | 3 | -17/+541 | |
| | | | | darcs-hash:19507838ced9151385c7d1f8be036e6bf63c53f0 | |||||
* | New journal entry. | Matthias Benkard | 2008-01-28 | 1 | -0/+21 | |
| | | | | darcs-hash:841f37aca749ca08b971c22aeef8eb9ed2703cdb | |||||
* | Add pyobjc-compat.h from PyObjC. | Matthias Benkard | 2008-01-28 | 2 | -0/+104 | |
| | | | | darcs-hash:939dae08bb2c00fc57bd0a413d1225167758851f | |||||
* | Add NeXT runtime guards to the files imported from PyObjC. | Matthias Benkard | 2008-01-28 | 2 | -0/+8 | |
| | | | | darcs-hash:595b0013f39b2ed75555c1632ac31a1c33b3f08f | |||||
* | Import NeXT runtime support files from PyObjC. | Matthias Benkard | 2008-01-28 | 3 | -1/+1186 | |
| | | | | darcs-hash:75e887a4c2fdef84a692ecc368886a3dfb523cde | |||||
* | Add GNU runtime guards to the files imported from JIGS. | Matthias Benkard | 2008-01-28 | 3 | -11/+13 | |
| | | | | darcs-hash:4b8ebfe2f636c1515b99d4138075df0ad4e8a5e1 | |||||
* | Import GNU runtime support files from JIGS. | Matthias Benkard | 2008-01-28 | 4 | -1/+445 | |
| | | | | darcs-hash:71a2a7b9fb464ed3f41eef15f5db3c965e28c18a | |||||
* | Directory layout: Put code imported from PyObjC into its own directory. | Matthias Benkard | 2008-01-28 | 12 | -6/+7 | |
| | | | | darcs-hash:e3dd1138105e4eece0fbcbc13365eb3a25ffb808 | |||||
* | Minor build system cleanups. | Matthias Benkard | 2008-01-28 | 2 | -2/+2 | |
| | | | | darcs-hash:7cd12917b0b61183c70dddabc0fd9c2034768761 | |||||
* | New journal entry. | Matthias Benkard | 2008-01-27 | 1 | -0/+15 | |
| | | | | darcs-hash:09eef565b46609a9845951b46563fac698442f3b | |||||
* | make distclean: Remove config.status and config.log. | Matthias Benkard | 2008-01-27 | 1 | -0/+2 | |
| | | | | darcs-hash:331f9e2b6206489904445e9c3df23b4d1488d992 | |||||
* | Bump version. | Matthias Benkard | 2008-01-27 | 5 | -7/+7 | |
| | | | | darcs-hash:a2ca8ac7c92c392f7db4934272c1d192186a68cf | |||||
* | Do not bother looking for ffi.h if libffi cannot be found. | Matthias Benkard | 2008-01-27 | 1 | -1/+3 | |
| | | | | darcs-hash:788678e11c9fb3e49d5906747cbf7f94319e872b | |||||
* | Do not build our own libffi if we can find one installed on the system. | Matthias Benkard | 2008-01-27 | 7 | -12/+109 | |
| | | | | darcs-hash:98186d9dca2682cb70a25403ee7415dcbd28249c | |||||
* | Bump version. | Matthias Benkard | 2008-01-26 | 4 | -6/+6 | |
| | | | | darcs-hash:928d8e5f6fc819d56a2ee17f1e4ac15653bb62e3 | |||||
* | Minor makefile cleanups. | Matthias Benkard | 2008-01-26 | 1 | -8/+0 | |
| | | | | darcs-hash:4fe32e0e584134445304050cfca9ed2d028b5eb0 | |||||
* | Fix the libffi build procedure for Mac OS X. | Matthias Benkard | 2008-01-26 | 1 | -1/+1 | |
| | | | | darcs-hash:f1894364e045b4f60ef2b1155f9675b1372f1ae4 | |||||
* | Bump version. | Matthias Benkard | 2008-01-26 | 4 | -6/+6 | |
| | | | | darcs-hash:c09b35eb8873585420dab7655e6f83a7ffd585d6 | |||||
* | Remove configure-generated files from libffi. | Matthias Benkard | 2008-01-26 | 2 | -347/+0 | |
| | | | | darcs-hash:56bc89a674f4f47c5eb555d58b623f743525c0af | |||||
* | Link statically against libffi, unbreak the build system on Mac OS X again. | Matthias Benkard | 2008-01-26 | 1 | -3/+14 | |
| | | | | darcs-hash:8acaf95eba0b3e8b415cfc4f2dc26532912ccce8 | |||||
* | Automatically build libffi when loading the system. | Matthias Benkard | 2008-01-26 | 2 | -13/+28 | |
| | | | | darcs-hash:4052b064360c7f3fea44f8360edc845540307ac3 | |||||
* | Make libffi build outside the PyObjC tree. | Matthias Benkard | 2008-01-26 | 1 | -0/+1 | |
| | | | | darcs-hash:574422ace6e3c2ee533fc4bf9e919e2a26f7c9e4 | |||||
* | Import libffi from PyObjC 1.3.7. | Matthias Benkard | 2008-01-26 | 176 | -0/+55827 | |
| | | | | darcs-hash:129bccb59266f997deac9b0353aea2d2d4049f92 |