nickysn
|
989c543ea2
* UpdateTargetSwitchStr moved from unit globals to unit options in order to
|
12 years ago |
nickysn
|
a48b44cfe5
+ added a new tsystemflag tf_cld, which indicates that ts_cld should be enabled
|
12 years ago |
nickysn
|
ac66f3ae1b
+ added new field 'define' to ttargetswitchinfo, which specifies a system macro
|
12 years ago |
Jonas Maebe
|
90fb63db26
* also compare the type of tordconstnode in docompare, so that the node CSE
|
12 years ago |
nickysn
|
bd0585274e
* tsettings.enablecld converted to a targetswitch ts_cld
|
12 years ago |
nickysn
|
e4b05477e1
* put the cld instructions behind {$ifdef FPC_ENABLED_CLD} in i386/strings*.inc
|
12 years ago |
nickysn
|
52fcc0a407
+ added a new x86-specific compiler option 'enablecld', which controls whether
|
12 years ago |
svenbarth
|
4d1fb1573e
m68k: Fix handling of small sets (based on how ARM does it)
|
12 years ago |
svenbarth
|
83f4344c20
Fix around 30 tests for m68k by fixing FillChar:
|
12 years ago |
svenbarth
|
dfb0c7da24
Forgot to commit this the last time: Use CPUM68K_HAS_DBRA instead of CPUCOLDFIRE (which does not exist anymore).
|
12 years ago |
Jonas Maebe
|
8e107217f6
+ added "nostackframe" to routine with code that should assemble into
|
12 years ago |
michael
|
48250dcafd
* implementation of sqSupportEmptyDatabaseName from Laco, used in PostGres and MSSQL
|
12 years ago |
paul
|
d801548604
compiler: support also XOR expressions in macro expressions
|
12 years ago |
michael
|
098769d1b3
* Added TStringList.CompareStrings (Delphi compatibility), patch by Stephano, bug ID #24981
|
12 years ago |
svenbarth
|
eebabc0152
Correct fix for Mantis #24909 : some systems (Linux, OpenBSD) use the one order while other systems use the other (FreeBSD, NetBSD).
|
12 years ago |
svenbarth
|
32beb30129
Small improvements for generate_specializations.
|
12 years ago |
svenbarth
|
e8edbd29c0
Fix for Mantis #24687.
|
12 years ago |
svenbarth
|
fb8b0e7a27
Fix for Mantis #24453. Check for nested types after a specialization. Additionally check correctly whether a type is really a generic before accepting it when parsing a generic.
|
12 years ago |
svenbarth
|
68a3827539
Fix for Mantis #21051. Correctly handle specializations that occur during the specialization of methods.
|
12 years ago |
michael
|
b45c092186
* Fixed bug ID #24909 (switch 2 fields in addrinfo record)
|
12 years ago |
michael
|
710313a748
* Removed unussed but unix-only variables
|
12 years ago |
paul
|
bc636658d6
rtl: add/change some token related types
|
12 years ago |
Jonas Maebe
|
2c664ac6ae
* fix compatibility with new Package Management system under Haiku
|
12 years ago |
michael
|
1eb2308ffa
* Applied patch from Daniel Garpary to be able to create custom TDomElement descendents
|
12 years ago |
michael
|
973c0687fc
* Changes as suggested in bug ID #24810, so a threaded web application can be stopped correctly, even from a request
|
12 years ago |
michael
|
83cad92b11
* Implement event handler for handling errors during accept. Implemented Abort as suggested in Bug ID #24810
|
12 years ago |
nickysn
|
d89d27a00e
+ added the dependency of unit ptc to unit p_ddraw on win32 and win64
|
12 years ago |
nickysn
|
5da9170615
+ enabled compilation of unit ptc for go32v2
|
12 years ago |
marco
|
c34760677b
* zip64 support by Reinier Olislagers, mantis #23533
|
12 years ago |
lacak
|
ca44693e4b
fcl-db: base: addition to rev.25543 + move property Stream from public to protected section.
|
12 years ago |