r240 | jonas | 2009-01-08 12:37:39 +0100 (Thu, 08 Jan 2009) | 3 lines
Changed paths:
M /metaPascal/trunc/MPPInterfaces/Endian.pas
* fixed Endian64_Swap_Pascal (at least for FPC on 32 bit platforms:
"<32 bit int> shl 32" is not evaluated as a 64 bit expression there)
...
r239 | gale | 2008-07-09 17:01:16 +0200 (Wed, 09 Jul 2008) | 2 lines
Changed paths:
A /metaPascal/trunc/MPPInterfaces/DriverServices.pas
Initial translation of DriverServices.h from MacOSX10.5.sdk.
...
r238 | gale | 2008-06-25 02:41:55 +0200 (Wed, 25 Jun 2008) | 4 lines
Changed paths:
M /metaPascal/trunc/MPPInterfaces/CFStream.pas
Updated CFStream.pas to correspond with the MacOSX10.5.sdk respective
header. In particular, added declarations for routines
CFStreamCreateBoundPair, CFReadStreamCopyError, and CFWriteStreamCopyError.
...
r237 | gale | 2008-06-25 01:21:18 +0200 (Wed, 25 Jun 2008) | 10 lines
Changed paths:
A /metaPascal/trunc/MPPInterfaces/CFHTTPAuthentication.pas
M /metaPascal/trunc/MPPInterfaces/CFHTTPMessage.pas
M /metaPascal/trunc/MPPInterfaces/CFHTTPStream.pas
A /metaPascal/trunc/MPPInterfaces/CFNetDiagnostics.pas
M /metaPascal/trunc/MPPInterfaces/CFNetServices.pas
A /metaPascal/trunc/MPPInterfaces/CFNetworkErrorss.pas
A /metaPascal/trunc/MPPInterfaces/CFProxySupport.pas
M /metaPascal/trunc/MPPInterfaces/CFSocketStream.pas
Updated interfaces to correspond with CFNetwork.framework Headers from
MacOSX10.5.sdk. Update includes:
1. Initial translations of CFHTTPAuthentication.h, CFNetDiagnostics.h,
CFNetworkErrorss.h, and CFProxySupport.h.
2. MacOSX10.4 and MacOSX10.5 introduced new declarations and comment
updates from CFHTTPMessage.h, CFHTTPStream.h, CFNetServices.h, and
CFSocketStream.h.
...
r236 | gale | 2008-06-24 23:59:39 +0200 (Tue, 24 Jun 2008) | 2 lines
Changed paths:
A /metaPascal/trunc/MPPInterfaces/CFError.pas
Initial translation of CFError.h from MacOSX10.5.sdk.
...
r235 | gale | 2008-06-23 03:36:55 +0200 (Mon, 23 Jun 2008) | 2 lines
Changed paths:
A /metaPascal/trunc/MPPInterfaces/TextInputSources.pas
Initial translation of TextInputSources.h from MacOSX10.5.sdk.
git-svn-id: trunk@13518 -
* ucs-4 -> variant type cast (variant -> ucs-4 is not possible due to overloading contraints of fpc and how ucs-4 is implemented)
* some newlines fixed
git-svn-id: trunk@13451 -
depend on that (and correct a number of cases where this was wrong)
* set the correct subreg type for xmm x86_64 parameter registers
(resolved mantis #14067)
git-svn-id: trunk@13410 -
can create ambiguities for the parser in case the field names also exist
as modifiers (TP- and Delphi-compatible, mantis #13971) + tests
* fixed tests that broke because of this change
git-svn-id: trunk@13334 -
parameters (mantis #13956)
* when reporting an error about too few specified parameters to a call,
return the column of the call itself rather than after the last parameter
(because this ends up after the end of an indexed property in case of
properties, which is confusing)
git-svn-id: trunk@13326 -
case the getter is a function, the result is that first the getter is
called, and subsequently the temp holding the function result is
overwritten (thus not changing anything). This is Delphi-compatible,
and fixes tests/tbf/tb0214*
git-svn-id: trunk@13320 -
starts with './' (mantis #14020)
* also mark files whose name starts with '.' that are found in subdirectories
as faHidden (not reported, but was due to a similar error)
- removed some unused variables related to the Find* functionality
git-svn-id: trunk@13307 -
TDebugInfoDwarf, so DWARFv2 and DWARFv3 generators can share protected
methods.
* fixed the debug info for sets whose language-level lower bound is not
equal to the actual set base used when storing the data (e.g., a "set
of 1..5" is actually stored as a "set of 0..7" or "set of 0..31")
(mantis #13984)
+ interactive test for the above
git-svn-id: trunk@13302 -
another, it's not enough that the temp sizes are the same, because
the assignment may only apply to part of them. In such cases,
perform a regular copy (mantis #13948)
git-svn-id: trunk@13255 -
vmt entries of virtual methods that can never be called with references
to FPC_ABSTRACTERROR. Some virtual methods are always considered to be
reachable: published methods, and methods used as getter/setter for a
published property.
git-svn-id: trunk@13238 -