pierre
|
669e705b54
Change lib_exit to fpc_lib_exit in missed sources (to fix breakages after commit #42104)
|
6 年之前 |
pierre
|
250e924ad3
+ Add RTE 236 for thread errors:
|
7 年之前 |
svenbarth
|
8b5461367b
* move TTypeKind from TypInfo unit to System unit as it's necessary for the future GetTypeKind() intrinsic
|
8 年之前 |
marco
|
7ef8f00100
* more occured -> occurred spelling fixes.
|
8 年之前 |
Jonas Maebe
|
e5a1231931
* updated FSF address (mantis #30198, patch by Paul Gevers)
|
8 年之前 |
michael
|
3b3d5ab8be
* Undid last commit
|
9 年之前 |
michael
|
4fa2ec7740
* Patch from Karl-Michael Schindler to prepend TMP to temp filename../inc/iso7185.pp
|
9 年之前 |
svenbarth
|
535621faaa
Rename FPC_HAS_INDIRECT_MAIN_INFORMATION to FPC_HAS_INDIRECT_ENTRY_INFORMATION which is more logical considering the record's name
|
9 年之前 |
Jonas Maebe
|
c7aabaa3b6
- removed FPC_OBJFPC_EXTENDED_IF-related code, FPC 2.6.4 has it
|
10 年之前 |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
10 年之前 |
Jonas Maebe
|
079b0167fc
* synchronised with latest changes to equivalent files in rtl/inc, in
|
10 年之前 |
Jonas Maebe
|
8504ef3e87
* "public, alias" doesn't do anything (yet) for the jvm target, but the
|
11 年之前 |
Jonas Maebe
|
7949bebb8d
* synchronised with r28168 of trunk
|
11 年之前 |
Jonas Maebe
|
5bc6a2e934
* synchronised JVM versions of generic include files with current generic
|
11 年之前 |
Jonas Maebe
|
bacd303208
* synchronized with trunk up to r27758
|
11 年之前 |
Jonas Maebe
|
49ccedbff1
* r27142 for the JVM target, so its system unit compiles again
|
11 年之前 |
Jonas Maebe
|
9e6764e443
* converted program termination to compilerproc/hlcg
|
11 年之前 |
Jonas Maebe
|
cd92791d09
* converted unit initialization to compilerproc/hlcg
|
11 年之前 |
Jonas Maebe
|
d4b6406e62
* fixed compilation of new str<->float code on the JVM target (patch by
|
11 年之前 |
Jonas Maebe
|
ee0d80ac19
* force use of real2str.inc after r25888 because it doesn't compile (yet?)
|
11 年之前 |
paul
|
d90445e5ee
compiler, rtl, tests: write Delphi compatible (more or less) type information for Class Reference and Pointer types (mantis #0024367)
|
12 年之前 |
florian
|
21c154d60a
Merged r22903
|
12 年之前 |
yury
|
22116ce9be
* Revert changes to java-related files by r23604.
|
12 年之前 |
yury
|
d26f0552a0
* Sync with trunk r23404.
|
12 年之前 |
Jonas Maebe
|
69c29a415f
* pass the procdef to getintparaloc instead of only the proccalloption, so
|
12 年之前 |
Jonas Maebe
|
4ea78538e4
* enabled threading feature for jvm target so that rtl/inc/genmath.inc
|
12 年之前 |
Jeppe Johansen
|
3ee29eb219
Fixed ARMv7-EM code generation and RTL compilation
|
12 年之前 |
Jonas Maebe
|
d40d207552
* workaround because "public,alias" isn't supported yet on JVM targets
|
13 年之前 |
Jonas Maebe
|
060e3ed4ee
* changes from r21697, 21707, 21843, 21861, 21701, 21887, 21899 and 21900
|
13 年之前 |
tom_at_work
|
f252fd369e
Tried to reorganize the ARM define mess in rtl/arm/arm.inc. Instead of requiring to enumerate all possible ARM variants each time a CPU feature is used, add a define of the format CPUARM_HAS_XXX and use that. Note that a better solution would be to properly implement the compiler cpuinfo infrastructure, however that is much more work.
|
13 年之前 |