Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support the “byref” qualifier in Objective-C typespecs. | Matthias Benkard | 2007-09-14 | 1 | -3/+7 |
* | Add support for opaque structs and unions in typespecs. | Matthias Benkard | 2007-09-14 | 1 | -2/+6 |
* | Implement a typespec parser for the GNU Objective-C runtime. | Matthias Benkard | 2007-09-14 | 1 | -1/+63 |
* | Add a SELECTOR function and use coerced selectors in Objective C code rather ... | Matthias Benkard | 2007-08-13 | 1 | -7/+9 |
* | Code cleanup, fix a couple of memory leaks. | Matthias Benkard | 2007-08-12 | 1 | -0/+18 |
* | Write some test cases. | Matthias Benkard | 2007-08-07 | 1 | -5/+87 |
* | Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL. | Matthias Benkard | 2007-08-07 | 1 | -1/+1 |
* | Overload EQUAL and EQUALP for Objective C objects. | Matthias Benkard | 2007-08-07 | 1 | -0/+20 |