Jonas Maebe
|
d56a936520
* forgot to commit error message from r13668
|
16 years ago |
Jonas Maebe
|
bcfcf30e04
* give an error if the number of formal parameters of an obj-c method
|
16 years ago |
Jonas Maebe
|
fc40e1fe5b
+ support for implementing Objective-C classes in Pascal,
|
16 years ago |
Jonas Maebe
|
1048ac96d5
* skip hidden function result parameters when generating message signatures
|
16 years ago |
Jonas Maebe
|
27385550f8
* use the (sorted) paras rather than the (unsorted) parasymtable when
|
16 years ago |
Jonas Maebe
|
ac1b340755
* quote the mangled name of ObjC methods, because the +/- otherwise
|
16 years ago |
Jonas Maebe
|
64af998435
* correct type of _cmd parameter for ObjC methods (is objc_id, not
|
16 years ago |
Jonas Maebe
|
ab3294dce2
* fixed handling of "type x = y" for objcclass/objcprotocol
|
16 years ago |
Jonas Maebe
|
1f1396596e
* don't insert vmt for objcprotocols either
|
16 years ago |
Jonas Maebe
|
970fc43aa5
* fixed support for forward-declared objcprotocols
|
16 years ago |
Jonas Maebe
|
f586299b6a
* don't warn that a constructor is necessary for objc classes/protocols
|
16 years ago |
Jonas Maebe
|
744d20d086
* allow "array of const" parameters again for objcclass/objcprotocol methods
|
16 years ago |
Jonas Maebe
|
ed38015758
* release allocated object at the end
|
16 years ago |
Jonas Maebe
|
15cb7aa49c
* added { %norun }
|
16 years ago |
Jonas Maebe
|
5082e23d57
Merged revisions 13599-13600,13602-13604,13608,13615-13618 via svnmerge from
|
16 years ago |
Jonas Maebe
|
b15fb4afb5
* renamed hidden selector parameter to Objective-C methods from msgsel to
|
16 years ago |
Jonas Maebe
|
b3737214b0
* use paraloc info to obtain parameter size (instead of (re)calulcating it
|
16 years ago |
Jonas Maebe
|
ceb547d027
* only allow cdecl "array of const" parameters for procvars and for external
|
16 years ago |
Jonas Maebe
|
ae6200ce72
+ tests forgotten to commit as part of r13334
|
16 years ago |
Jonas Maebe
|
1b6657cf21
* make test fail if the wrong method is called
|
16 years ago |
florian
|
e8dff46f8e
* several small bugs in the handling of implements fixed, resolves #14418
|
16 years ago |
florian
|
a8c6d9ec3a
* partially reverted 13571, I didn't get it work on W7 x64 in win32 mode
|
16 years ago |
sergei
|
e9e6439345
* dom.pp: fixed one possible reason of crashing in Delphi 2009
|
16 years ago |
michael
|
f853ac4c63
* Undid previous patch, because not all compiles
|
16 years ago |
michael
|
612d58c80f
* Patch from Dariusz Mazur to fix compilation with Delphi
|
16 years ago |
Jonas Maebe
|
ec8364904c
* set the size of the (invalid) page at address zero to 64kb for 32 bit
|
16 years ago |
marco
|
1399b7f8fb
* open chm in nonexclusive mode. Could cause problems on Windows Vista where filelocks last even longer after closing.
|
16 years ago |
Jonas Maebe
|
a149674a75
Merged revisions 13458-13596 via svnmerge from
|
16 years ago |
Jonas Maebe
|
8def2c2ac3
* fixed compilation after introduction of strict class type checking
|
16 years ago |
Jonas Maebe
|
1a34492990
* fixed test after merge in r13458 (selector() -> objcselector())
|
16 years ago |