<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/fpc.git/packages/winunits-base, branch avr</title>
<subtitle>svn.freepascal.org: svn/fpc
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/'/>
<entry>
<title>winunits-base: fix structure name</title>
<updated>2011-04-07T06:46:50+00:00</updated>
<author>
<name>paul</name>
<email>paul@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-04-07T06:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=1fe20972ca72983dc81038f052dc4eccf11521b5'/>
<id>1fe20972ca72983dc81038f052dc4eccf11521b5</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17267 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17267 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>winunits-base: correct GetThemeFont, GetThemeSystemFont font argument must be LogFontW instead of LogFont</title>
<updated>2011-04-07T06:27:16+00:00</updated>
<author>
<name>paul</name>
<email>paul@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-04-07T06:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=f10c2747321e7bead9e83daaae2790b1e8cb23f8'/>
<id>f10c2747321e7bead9e83daaae2790b1e8cb23f8</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17266 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17266 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fixed spell errors.</title>
<updated>2011-03-25T09:33:15+00:00</updated>
<author>
<name>mazen</name>
<email>mazen@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-03-25T09:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=ed94100c33f3382252b259cbf2756484a72c1ce9'/>
<id>ed94100c33f3382252b259cbf2756484a72c1ce9</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17177 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17177 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>+ added TOleStrList and POleStrList types (same as TBStrList, Delphi compatibility).</title>
<updated>2011-03-24T20:24:54+00:00</updated>
<author>
<name>sergei</name>
<email>sergei@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-03-24T20:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=30c03f14ce79bb2d01e1137c0a568a13144f9c52'/>
<id>30c03f14ce79bb2d01e1137c0a568a13144f9c52</id>
<content type='text'>
* ICatInformation.EnumCategories second parameter must have type IEnumCategoryInfo, fixed.

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17174 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ICatInformation.EnumCategories second parameter must have type IEnumCategoryInfo, fixed.

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17174 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Parse 'variant_expression.ident[parameters]' as a parametrized property access, rather than non-parametrized property followed by array subscript. This corresponds to Delphi behavior and fixes Mantis #17127.</title>
<updated>2011-02-02T09:11:11+00:00</updated>
<author>
<name>sergei</name>
<email>sergei@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-02-02T09:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=26b6ddea55517a186ca60e36d252ce53b2f3bf4d'/>
<id>26b6ddea55517a186ca60e36d252ce53b2f3bf4d</id>
<content type='text'>
* Fixed the related test: Excel Worksheet interface does not have a default property.

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16864 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed the related test: Excel Worksheet interface does not have a default property.

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16864 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes to dispatch calls:</title>
<updated>2011-02-01T16:43:18+00:00</updated>
<author>
<name>sergei</name>
<email>sergei@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-02-01T16:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=07b7c5bd3c1cddc76843efde75065f5a552a1a0c'/>
<id>07b7c5bd3c1cddc76843efde75065f5a552a1a0c</id>
<content type='text'>
* Pass dispinterfaces with correct type (varDispatch).
* Pass skipped parameters as EmptyParam (vType=varError, vError=DISP_E_PARAMNOTFOUND), as COM requires to preserve correct argument count and positions.
* Since ttempcreatenode.size can be set after creation, don't calculate parameter size in first pass, this simplifies things a bit.


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16863 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Pass dispinterfaces with correct type (varDispatch).
* Pass skipped parameters as EmptyParam (vType=varError, vError=DISP_E_PARAMNOTFOUND), as COM requires to preserve correct argument count and positions.
* Since ttempcreatenode.size can be set after creation, don't calculate parameter size in first pass, this simplifies things a bit.


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16863 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Mantis #11783:</title>
<updated>2011-01-29T13:18:34+00:00</updated>
<author>
<name>sergei</name>
<email>sergei@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-01-29T13:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=3c29d4cdf9019ff6f9ed010df8952d336314fcbc'/>
<id>3c29d4cdf9019ff6f9ed010df8952d336314fcbc</id>
<content type='text'>
* Dispinterfaces can be assigned/typecasted to Variants and vice-versa.
  * At the same time, disabled corbainterface assignment compatibility with Variants. Simply intermixing COM and CORBA interfaces is wrong since it causes reference counting calls on CORBA interfaces.
* Dispinterfaces are returned in parameter, similar to regular interfaces.
* Fixed crash in comobj.pp due to incorrect typecast.
* Fixed incorrect dispinterface declarations in the test itself. Now it compiles and works (if MS Excel is installed).


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16835 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Dispinterfaces can be assigned/typecasted to Variants and vice-versa.
  * At the same time, disabled corbainterface assignment compatibility with Variants. Simply intermixing COM and CORBA interfaces is wrong since it causes reference counting calls on CORBA interfaces.
* Dispinterfaces are returned in parameter, similar to regular interfaces.
* Fixed crash in comobj.pp due to incorrect typecast.
* Fixed incorrect dispinterface declarations in the test itself. Now it compiles and works (if MS Excel is installed).


git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16835 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Several functions had their results unassigned, fixed.</title>
<updated>2011-01-25T07:32:39+00:00</updated>
<author>
<name>sergei</name>
<email>sergei@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-01-25T07:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=3a63f20a426771a2dbf2f4f1f87349753b5e2afd'/>
<id>3a63f20a426771a2dbf2f4f1f87349753b5e2afd</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16811 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16811 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * bytelen function added, patch by Cyrax, mantis 18441</title>
<updated>2011-01-09T14:58:21+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-01-09T14:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=3bf334a248e488bf39781965b2855e7daef970c1'/>
<id>3bf334a248e488bf39781965b2855e7daef970c1</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16743 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16743 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * tconnectevent added to comobj</title>
<updated>2010-12-31T15:50:19+00:00</updated>
<author>
<name>marco</name>
<email>marco@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-12-31T15:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=724dfaca4c2dd9e06eeeb6df241efce69b4f7fd6'/>
<id>724dfaca4c2dd9e06eeeb6df241efce69b4f7fd6</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16673 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16673 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
</feed>
