Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Apply the LGPLv3 to all the code previously released under the GPLv3. | Matthias Benkard | 2008-01-26 | 21 | -120/+290 | |
| | | | | 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 | |||||
* | Improve CLISP compatibility. | Matthias Benkard | 2007-10-18 | 2 | -2/+7 | |
| | | | | darcs-hash:ed5c2f6e5f03f8adabfb89279d275a7ce88821c7 | |||||
* | Support building on Mac OS X without gnustep-make. | Matthias Benkard | 2007-10-18 | 2 | -3/+36 | |
| | | | | darcs-hash:fd214e0244570e27679db980171f866332808a56 | |||||
* | Support Objective-C code compilation via ASDF. | Matthias Benkard | 2007-10-13 | 2 | -10/+94 | |
| | | | | darcs-hash:ef27415b24423ea9a86ff20f7dde1ca55fa01df1 | |||||
* | Objective-C layer: Make initialisation more robust. | Matthias Benkard | 2007-10-13 | 1 | -6/+20 | |
| | | | | darcs-hash:306059409a7f77c02e046864f6bd3237b60b3a87 | |||||
* | FIND-SELECTOR: Make ERRORP default to T. | Matthias Benkard | 2007-10-10 | 5 | -15/+14 | |
| | | | | darcs-hash:629ac814cc7f7427b1b1cbe71448a670c37c0171 | |||||
* | Make compile-time selector warnings work on the NeXT runtime, clean the ↵ | Matthias Benkard | 2007-10-10 | 5 | -19/+170 | |
| | | | | | | Objective-C layer up a bit. darcs-hash:bff1454e2749c658ed0d0ad4eb51c4b1802e6f40 | |||||
* | Make PRIMITIVE-INVOKE compatible with Allegro CL. | Matthias Benkard | 2007-10-04 | 3 | -16/+27 | |
| | | | | darcs-hash:fbad6db938521eb19fe3bf74ed61ad4577651276 | |||||
* | Unit tests: Don't expect FIND-SELECTOR to return NIL. | Matthias Benkard | 2007-10-04 | 1 | -1/+2 | |
| | | | | darcs-hash:152c854a73df5076049538ef29a58ab93c3dabdb | |||||
* | Make type handling work on the GNU runtime again. | Matthias Benkard | 2007-10-04 | 2 | -12/+25 | |
| | | | | darcs-hash:fc311f5f95252858c3d57007d43f5eb327db7cd6 | |||||
* | Mimic the way PyObjC handles types. | Matthias Benkard | 2007-10-04 | 6 | -19/+133 | |
| | | | | darcs-hash:d7cf81f2dd93817e55a04816f3851fabce3dac55 | |||||
* | Move PARSE-TYPE into a new module, as it doesn't really belong to the ↵ | Matthias Benkard | 2007-10-04 | 3 | -152/+174 | |
| | | | | | | Objective-C layer abstraction. darcs-hash:6bd566547259dd8bef79dbb6afb71b22413485ec | |||||
* | Update documentation. | Matthias Benkard | 2007-09-26 | 6 | -17/+325 | |
| | | | | darcs-hash:32d8156e02effa3d43909670add8ac0701acba62 | |||||
* | Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:. | Matthias Benkard | 2007-09-26 | 1 | -5/+6 | |
| | | | | darcs-hash:00a735f71d9c0f34a711e2bf83a4224770009e35 | |||||
* | Add FIND-OBJC-META-CLASS, fix some minor bugs. | Matthias Benkard | 2007-09-26 | 5 | -3/+58 | |
| | | | | darcs-hash:1ae0dd35e64b278b944bc797847ccfedb97ea471 | |||||
* | Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME. | Matthias Benkard | 2007-09-26 | 2 | -5/+5 | |
| | | | | darcs-hash:182cc32ffe3cf9105b2da171ffeba042da419624 | |||||
* | Apply the GPLv3 to my code and clarify the license of the PyObjC parts. | Matthias Benkard | 2007-09-26 | 26 | -0/+1160 | |
| | | | | darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9 | |||||
* | Add a development journal. | Matthias Benkard | 2007-09-24 | 1 | -0/+111 | |
| | | | | darcs-hash:2582b500543d00e6a02f43dd69d3db3844cef350 | |||||
* | Fix condition signalling. | Matthias Benkard | 2007-09-24 | 3 | -13/+25 | |
| | | | | darcs-hash:d14fd897e9b232e09261823625f1083b6d37aa11 | |||||
* | Make memory management a lot saner. | Matthias Benkard | 2007-09-23 | 8 | -74/+121 | |
| | | | | darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777 | |||||
* | Objective-C layer: Add functions for determining the Objective-C runtime ↵ | Matthias Benkard | 2007-09-21 | 5 | -1/+96 | |
| | | | | | | used and for asking for the size of types by typespec. darcs-hash:197f36840c1568c5b3431833a0118d06729b9247 | |||||
* | Improve method invocation docstrings. | Matthias Benkard | 2007-09-21 | 1 | -3/+20 | |
| | | | | darcs-hash:97cbabf4e3fb9b9832ca798b01d571c3d8b56778 | |||||
* | Add a compiler macro for INVOKE. | Matthias Benkard | 2007-09-21 | 3 | -66/+92 | |
| | | | | darcs-hash:93b465085160cfe9dc8978554acdfca73670f6f6 | |||||
* | Make the test suite work on Mac OS X. | Matthias Benkard | 2007-09-21 | 4 | -26/+41 | |
| | | | | darcs-hash:d91ddd8e48860553eae62249043f13dd973a40c2 | |||||
* | Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD. | Matthias Benkard | 2007-09-21 | 6 | -15/+53 | |
| | | | | darcs-hash:e86722d8de9c97edf6ee9665423d57b0239fe910 | |||||
* | Prune yet another bunch of unused code chunks. | Matthias Benkard | 2007-09-21 | 4 | -72/+4 | |
| | | | | darcs-hash:b90a1129a53bdc6fb3762a0d37bb797711d7037e | |||||
* | LOW-LEVEL-INVOKE: Cosmetic changes. | Matthias Benkard | 2007-09-21 | 1 | -6/+6 | |
| | | | | darcs-hash:7e4e25d9e5b35ca41cc7cdbf3aa03e0c38840c78 | |||||
* | Remove even more code that has become obsolete through the new version of ↵ | Matthias Benkard | 2007-09-21 | 4 | -111/+1 | |
| | | | | | | INVOKE-BY-NAME. darcs-hash:06fc98c5e106ac3fc0fd07ac5cc226ea431d265d | |||||
* | Objective-C layer: Remove the code needed by the obsolete version of ↵ | Matthias Benkard | 2007-09-21 | 4 | -296/+0 | |
| | | | | | | INVOKE-BY-NAME. darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241 |