| Commit message (Expand) | Author | Age | Files | Lines |
| * | * merged r14048 - r14054 from trunkobjc | jonas | 2009-11-04 | 1 | -1/+1 |
| |\ |
|
| | * | * make test compilable by Kylix (math->Math) | jonas | 2009-11-04 | 1 | -1/+1 |
| * | | * merged r13762-14047 from trunk | jonas | 2009-11-04 | 61 | -80/+1234 |
| |\ \
| |/ |
|
| | * | compiler: | paul | 2009-11-04 | 1 | -0/+27 |
| | * | compiler: | paul | 2009-11-04 | 2 | -0/+22 |
| | * | compiler: | paul | 2009-11-04 | 2 | -0/+13 |
| | * | compiler: | paul | 2009-11-04 | 8 | -0/+96 |
| | * | * fixed 64 bit compilation | jonas | 2009-11-03 | 1 | -1/+1 |
| | * | merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,... | paul | 2009-11-02 | 12 | -0/+765 |
| | * | rtl: introduce new TObject methods: UnitName, GetHashCode, Equals, ToString a... | paul | 2009-11-01 | 1 | -0/+15 |
| | * | compiler: don't write zero ClassInfo pointer even if class does not have publ... | paul | 2009-11-01 | 1 | -0/+11 |
| | * | fix test (should fail) | paul | 2009-11-01 | 1 | -0/+1 |
| | * | + test | paul | 2009-11-01 | 1 | -0/+16 |
| | * | -- Zusammenführen von r13892 in ».«: | florian | 2009-10-25 | 1 | -0/+16 |
| | * | + final modifier support for methods by Paul Ishenin | florian | 2009-10-24 | 2 | -0/+43 |
| | * | * merged sealed and abstract support by Paul Ishenin | florian | 2009-10-18 | 5 | -0/+107 |
| | * | * fix problem if OpenOffice is not installed | pierre | 2009-10-17 | 1 | -5/+27 |
| | * | o patch by Michael Denisenko, resolves #14734: | florian | 2009-10-09 | 25 | -75/+75 |
| | * | * Source coude don't need to be executable (removes Debian lintian error). | mazen | 2009-09-28 | 1 | -0/+0 |
| * | | * integrated the transformation of an Objective-C method call into a call | jonas | 2009-10-01 | 1 | -4/+6 |
| * | | + support for single character message names (patch by Dmitry Boyarintsev, | jonas | 2009-09-28 | 2 | -2/+9 |
| * | | * fixed checking whether first character of a selector is valid (patch by | jonas | 2009-09-28 | 1 | -0/+18 |
| * | | * forgot to commit previously | jonas | 2009-09-27 | 1 | -0/+22 |
| * | | + support for exporting Objective-C classes from dynamic libraries. It works | jonas | 2009-09-27 | 5 | -0/+176 |
| * | | * the objc1 unit has been renamed to objc | jonas | 2009-09-27 | 32 | -32/+35 |
| * | | --- Merging r13696 through r13760 into '.': | jonas | 2009-09-27 | 2 | -0/+39 |
| |\ \
| |/ |
|
| | * | + sha1 unit by Sergei Gorelkin, resolves #14604 | florian | 2009-09-16 | 1 | -0/+38 |
| * | | * fixed passing var/out parameters to obj-c methods (test by Gorazd Krosl) | jonas | 2009-09-21 | 1 | -0/+75 |
| * | | + support multiple inheritance for obj-c protocols | jonas | 2009-09-18 | 1 | -11/+27 |
| * | | + support for obj-c protocols implemented in Pascal (based on patch by | jonas | 2009-09-17 | 1 | -0/+96 |
| * | | * fixed type compatibility checking for classrefs and id | jonas | 2009-09-16 | 1 | -0/+7 |
| * | | * fixed handling function results of inherited obj-c calls | jonas | 2009-09-16 | 1 | -0/+100 |
| * | | + allow defining classrefdefs for objcclasses. Note, this happens using the | jonas | 2009-09-12 | 1 | -0/+12 |
| * | | * make hidden '_cmd' (selector) parameter available in Objective-C methods | jonas | 2009-09-12 | 1 | -0/+37 |
| * | | * extended test to check fix from r13695/13698 | jonas | 2009-09-12 | 1 | -0/+20 |
| * | | Merged revisions 13627-13631,13637-13638,13640,13642-13648,13650-13653,13656-... | jonas | 2009-09-12 | 53 | -0/+2573 |
| |\ \
| |/ |
|
| | * | o patch by Michael V. Denisenko to handle case <string> of (see also #13700) | florian | 2009-09-03 | 50 | -0/+2561 |
| | * | * tests should fail (see added comment) | jonas | 2009-09-01 | 3 | -0/+12 |
| * | | * fixed the parameter order of self/_cmd relative to the hidden function | jonas | 2009-09-11 | 1 | -0/+75 |
| * | | * use an existing class as external name (NSZone is not a class) | jonas | 2009-09-11 | 1 | -1/+1 |
| * | | + check whether selector names are valid when they are specified in a class | jonas | 2009-09-11 | 1 | -0/+14 |
| * | | * fixed calling inherited methods in Objective-C + test | jonas | 2009-09-09 | 1 | -0/+73 |
| * | | + tests forgotten to commit earlier | jonas | 2009-09-08 | 2 | -0/+38 |
| * | | * fixed number of colons in (fake) message names | jonas | 2009-09-08 | 1 | -2/+2 |
| * | | * fixed test (NSZone is not a class, define a local class to alias) | jonas | 2009-09-08 | 1 | -1/+8 |
| * | | * use separate pools for obj-c strings and string references | jonas | 2009-09-07 | 1 | -0/+30 |
| * | | * give an error if the number of formal parameters of an obj-c method | jonas | 2009-09-07 | 1 | -0/+28 |
| * | | * fixed handling of "type x = y" for objcclass/objcprotocol | jonas | 2009-09-03 | 1 | -0/+17 |
| * | | * fixed support for forward-declared objcprotocols | jonas | 2009-09-01 | 1 | -0/+21 |
| * | | * allow "array of const" parameters again for objcclass/objcprotocol methods | jonas | 2009-08-30 | 1 | -0/+15 |