michael
|
dec9a74507
* Marked TXMLConfig component as deprecated as well
|
vor 14 Jahren |
joost
|
a0f2ed6a13
* Added the FPCFPMAKE define which by default contains a compiler which
|
vor 14 Jahren |
vladob
|
983c3633cd
mutable value iterators fcl-stl
|
vor 14 Jahren |
michael
|
64c0fede25
* Patch from Stephano to implement IProviderSupport
|
vor 14 Jahren |
sergei
|
f97f223de6
x86_64 assembler reader improvements:
|
vor 14 Jahren |
florian
|
918909c65d
* fix building on powerpc/powerpc64/mips/mipsel
|
vor 14 Jahren |
florian
|
58893a7342
* fix formatting: mainly wrapped extremely long lines
|
vor 14 Jahren |
paul
|
d21bbc4548
compiler: reduce amount of hints and warnings
|
vor 14 Jahren |
paul
|
ab8db32e2e
compiler: correct the last used number for parser messages
|
vor 14 Jahren |
florian
|
7f0d245ac2
* reintegrate avr branch into trunk, work on avr is less invasive than I thought so it can be continued in trunk
|
vor 14 Jahren |
sergei
|
576250bc5b
* Reverted r17343, and IFDEF'ed out the newer assembler procedures for FreeBSD for now. They require fixes to assembler writer, and after it's done they still have to be disabled during bootstrapping.
|
vor 14 Jahren |
joost
|
1ef1dbf671
* Remove fpmake file after clean
|
vor 14 Jahren |
joost
|
8387b6995c
* Added distclean and distinstall aliases
|
vor 14 Jahren |
sergei
|
0666ab09ae
* Changed 'movnti' to 'movntiq', the former is rejected by FreeBSD GAS.
|
vor 14 Jahren |
Jonas Maebe
|
64ec0b6659
- reverted back to fpcmake-based Makefile until the fpmake problems are
|
vor 14 Jahren |
sergei
|
dd950d3ceb
* Fixed bug #19188 again, this time with *correct* value of the AND mask.
|
vor 14 Jahren |
sergei
|
e1616fd8ef
* Replaced 'movzbl %r8b, %r8' because it is rejected by GAS (suffix does not match the operand size). The correct instruction is 'movzbq %r8b, %r8' but that one is rejected by FPC reader instead. Provides a fix for broken builds of targets using external assembler (Mantis #19188).
|
vor 14 Jahren |
vladob
|
46d50c9ebc
fcl-stl fixes2
|
vor 14 Jahren |
vladob
|
80dcd5f937
fcl-stl fixes
|
vor 14 Jahren |
paul
|
f904f41664
compiler: don't allow local or anonymous records to have types (the second part of issue #0019099)
|
vor 14 Jahren |
paul
|
550ad700c3
compiler: allow class declarations inside records (1 part of issue #0019099)
|
vor 14 Jahren |
paul
|
56cd7b3450
compiler: allow use of default properties for records (issue #0019098)
|
vor 14 Jahren |
sergei
|
62e11742bf
* Reverted STD_xxx_HANDLE constants back to DWORD type (issue introduced in r15824). These are not handles, and are 32-bit even in Win64. See http://msdn.microsoft.com/en-us/library/ms683231.aspx
|
vor 14 Jahren |
florian
|
d3e0105ba8
+ Italian UTF-8 message file, contributed by Massimo Soricetti, resolves #19179
|
vor 14 Jahren |
florian
|
6b4f13c1d7
* workaround for bug in GetThreadLocale on some W7, resolves #18574
|
vor 14 Jahren |
michael
|
953560eeaa
* Fixed compilation of apache modules in Lazarus
|
vor 14 Jahren |
florian
|
ee54a8b879
* Merged helper branch made by Sven Barth
|
vor 14 Jahren |
florian
|
a31c879e7b
* run test only if the platform supports the extended type
|
vor 14 Jahren |
paul
|
872d9e98ea
rtl: fix return type of 2 callback procedures (UINT -> UINT_PTR)
|
vor 14 Jahren |
sergei
|
06311e5aad
* i386-win32: Pass const variants by reference to safecall procedures, confirmed this behavior with Delphi (in general, safecall on win32 must behave as close as possible to stdcall).
|
vor 14 Jahren |