marco
6ea04bc9ac
* unzip usage changed to unzip51g
...
git-svn-id: trunk@13528 -
2009-08-13 13:36:21 +00:00
marco
554d02c940
* unit unzip renamed to unzip51g. Updated user changes.
...
git-svn-id: trunk@13527 -
2009-08-13 13:32:59 +00:00
marco
5d71c6406a
* adapted test for legacy socket function removal.
...
git-svn-id: trunk@13526 -
2009-08-12 20:21:32 +00:00
florian
a2862ce347
* cleaned up mess of r13516
...
git-svn-id: trunk@13524 -
2009-08-12 19:34:46 +00:00
florian
a1179733a7
+ tsym.prettyname
...
* don't complain about unused compiler generated type symbols of generic specializations, resolves #13405
git-svn-id: trunk@13523 -
2009-08-12 18:46:32 +00:00
florian
65690b9eee
* forgotten part of r13514
...
git-svn-id: trunk@13522 -
2009-08-12 18:42:09 +00:00
florian
e9b5bcc155
+ test for #14236 so it won't popup again
...
git-svn-id: trunk@13521 -
2009-08-12 16:45:18 +00:00
Jonas Maebe
0ee167af14
+ file belonging to r13518
...
git-svn-id: trunk@13520 -
2009-08-12 12:37:57 +00:00
Jonas Maebe
b44bdaa07b
* updated to r241 of the common interfaces:
...
...
r241 | jonas | 2009-08-11 21:28:33 +0200 (Tue, 11 Aug 2009) | 2 lines
Changed paths:
M /metaPascal/trunc/MPPInterfaces/Endian.pas
+ added implementation for FPC for Endian*LtoB() and Endian*BtoL() routines
git-svn-id: trunk@13519 -
2009-08-11 19:29:45 +00:00
Jonas Maebe
9880901dbe
* updated to r240 of the common interfaces:
...
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 -
2009-08-11 18:47:16 +00:00
florian
b8ee63a715
* fixed properties
...
git-svn-id: trunk@13516 -
2009-08-11 18:15:56 +00:00
florian
d34061d7e4
* introduced fmShareDenyNoneFlags on windows because the meaning of fmShareDenyNone is unclear, see also #8898
...
git-svn-id: trunk@13514 -
2009-08-10 20:33:20 +00:00
florian
53d60f02b2
* lying around newline fixes
...
git-svn-id: trunk@13513 -
2009-08-10 18:56:32 +00:00
florian
10ede51609
* access static fields by a absolute sym pointing to the symbol for the space allocation, resolves #14124
...
git-svn-id: trunk@13512 -
2009-08-10 18:46:23 +00:00
yury
6a6a6a6e6f
* Copy() with WideChar array or PWideChar parameter should use fpc_unicodestr_copy compilerproc, since fpc_widestr_copy is available only on Windows. Bug #14307 .
...
+ test.
git-svn-id: trunk@13511 -
2009-08-10 13:09:27 +00:00
yury
e82e4ae806
* Fixed WideString on wince. WideString=UnicodeString on wince. Bug #14304 .
...
git-svn-id: trunk@13510 -
2009-08-10 11:32:08 +00:00
florian
49cff00793
* unified ie
...
git-svn-id: trunk@13509 -
2009-08-09 22:22:30 +00:00
florian
a14db25c64
+ procedure DivMod(Dividend: Integer; Divisor: integer; var Result, Remainder: integer); and procedure DivMod(Dividend: cardinal; Divisor: cardinal; var Result, Remainder: cardinal);, resolves #14286
...
+ assembler implementations of DivMod for i386
git-svn-id: trunk@13508 -
2009-08-09 20:47:06 +00:00
marco
c97a407633
* Fix a netorder issue. From mantis #12858
...
git-svn-id: trunk@13507 -
2009-08-09 18:47:06 +00:00
florian
e022a86c47
* update of german error message files by Karl-Michael Schindler
...
git-svn-id: trunk@13506 -
2009-08-09 16:35:09 +00:00
marco
bafbe5a451
* socket ->fpsocket
...
git-svn-id: trunk@13505 -
2009-08-09 10:30:15 +00:00
sergei
f748a01baf
* Once the #14143 is fixed, I may (and actually must) remove the related workarounds.
...
git-svn-id: trunk@13504 -
2009-08-09 05:42:53 +00:00
marco
51072d065b
* fixed right bound of statusline. Fixes mantis 13064
...
git-svn-id: trunk@13503 -
2009-08-08 23:10:18 +00:00
florian
a9aba39d63
* show warnings about parameter types in cdecl'ed procedures at proper locations, resolves #14283
...
git-svn-id: trunk@13502 -
2009-08-08 22:28:45 +00:00
florian
b98ee089a4
o accelerate testing
...
+ support multiple files on the dotest command line
* tests are passed in directory wise batches on OSes supporting long command lines
git-svn-id: trunk@13501 -
2009-08-08 19:47:32 +00:00
marco
17b3b424f5
* minor fixes to get miniunz compiling under windows.
...
git-svn-id: trunk@13500 -
2009-08-08 17:15:55 +00:00
marco
c79a31fabf
* partial patch from #12040 . One of the problems was already fixed earlier.
...
git-svn-id: trunk@13499 -
2009-08-08 16:43:09 +00:00
marco
2ee5b728ba
* disable the 1:1 aliases of the legacy errorhandling.
...
Leave the more complex functions under deprecated.
Also keep the errorhandling for at least another cycle.
git-svn-id: trunk@13498 -
2009-08-08 12:25:59 +00:00
marco
4f3bccd6d3
* Initial version of "C" netdb header. FreeBSD version.
...
git-svn-id: trunk@13497 -
2009-08-08 12:22:23 +00:00
marco
629c63c9fb
* switch fcl-net from legacy socket functions.
...
The more complicated ones are not replaced.
git-svn-id: trunk@13496 -
2009-08-08 12:12:32 +00:00
marco
c82f8ebff9
* linklib added.
...
git-svn-id: trunk@13495 -
2009-08-08 09:23:03 +00:00
Jonas Maebe
30bfca91a9
* made application of rounding correction more accurate
...
(does *not* resolve #14230 )
git-svn-id: trunk@13494 -
2009-08-06 20:41:43 +00:00
florian
8e9e7f0f8c
- don' read ppc386.cfg any longer, it's deprecated since years, resolves #11317
...
git-svn-id: trunk@13493 -
2009-08-06 19:47:30 +00:00
florian
6c99746074
* forbid the usage of Result(x) as function call, resolves #14248
...
git-svn-id: trunk@13492 -
2009-08-06 19:06:23 +00:00
marco
52a16a2b13
* initialize procedure can now override library name.
...
git-svn-id: trunk@13491 -
2009-08-06 10:47:35 +00:00
marco
2c82c6a747
* several functions are now marked with overload;
...
* implementation of RandomFrom for some float type
(Mantis #12662 )
git-svn-id: trunk@13490 -
2009-08-04 08:20:13 +00:00
Jonas Maebe
e246cac3ac
* regenerated using latest fpcmake
...
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +00:00
Jonas Maebe
4592245c17
* when compiled for statically linking the sqlite3 library, add a linklib
...
statement for darwin (see mantis #14208 )
git-svn-id: trunk@13484 -
2009-08-02 08:44:42 +00:00
marco
0a83746e73
* RUNBATCH now only initialized when not already set. For Dos under Windows XP in some circumstances.
...
git-svn-id: trunk@13477 -
2009-07-30 11:28:54 +00:00
andrew
dd9190e687
Additional fixes to the chm quickref generation. Now both the MS help viewer and 7-zip are happy with the result.
...
git-svn-id: trunk@13476 -
2009-07-30 02:18:12 +00:00
andrew
af76a5368a
Fixed bug #13540 where quickref of chm files was written incorrectly
...
git-svn-id: trunk@13475 -
2009-07-30 01:41:53 +00:00
Károly Balogh
c11243c83d
* made MorphOS build to cycle again: fixed path_absolute() for Amiga and MorphOS, and fixed AllFilesMask for MorphOS
...
git-svn-id: trunk@13474 -
2009-07-30 00:57:06 +00:00
Jonas Maebe
6505b4f9c5
* reverted rest of r13469 because it causes crashes for linux/ppc64
...
git-svn-id: trunk@13473 -
2009-07-29 20:35:51 +00:00
michael
41e3707096
* Changed to proposed events
...
git-svn-id: trunk@13472 -
2009-07-29 16:14:37 +00:00
michael
1aeb9fa530
* Patch from Andrew Haines to allow unzipping to a stream
...
git-svn-id: trunk@13471 -
2009-07-29 06:45:32 +00:00
Jonas Maebe
baf1ac22b7
* fixed r13469 (PLT entries are not GOT-relative). Not reverting all the
...
changes from that commit, because not hardcoding the use of
current_procinfo in all cases when obtaining the GOT register is
cleaner
git-svn-id: trunk@13470 -
2009-07-28 17:43:17 +00:00
Jonas Maebe
f265fbe343
* fixed GOT loading for i386 in stubs for external procedures whose external
...
name is (re)defined in the implementation (mantis #14221 )
git-svn-id: trunk@13469 -
2009-07-28 17:28:17 +00:00
marco
1ca34ee146
* doc-chm.zip added to installer.
...
git-svn-id: trunk@13468 -
2009-07-28 14:49:37 +00:00
michael
d50d1a655a
* Marked extra constructor as overloaded
...
git-svn-id: trunk@13467 -
2009-07-27 07:22:38 +00:00
michael
b09cd7ed16
* Added convenience call passing a string as a encryption/decryption key
...
git-svn-id: trunk@13465 -
2009-07-26 17:53:19 +00:00