sekelsenmat
|
584fa63ea4
Allows directly setting the core fpcanvas properties in subclasses
|
15 лет назад |
paul
|
f5751d81db
compiler: reset section type to regular fields section after the "public", "protected", ... and other section visibility keywords
|
15 лет назад |
marco
|
71aa7eaabd
* fix from mantis 17818. Value is only peaked, add readvalue to also consume it.
|
15 лет назад |
sergei
|
87b8b02463
* Updated DBus headers to version 1.2.16
|
15 лет назад |
Jonas Maebe
|
ae483061b1
+ add cthreads for unix platforms
|
15 лет назад |
Jonas Maebe
|
c4488f6b3a
* hook up CompareUnicodeStringProc and CompareTextUnicodeStringProc in
|
15 лет назад |
pierre
|
5c92c18bdf
* Shorten check for go32v2 target
|
15 лет назад |
pierre
|
d3d15cbc51
+ Also check IntToBin input
|
15 лет назад |
michael
|
054d2b71a2
* Fixed SetInsertSQL/SetDeleteSQL
|
15 лет назад |
sergei
|
b002c36e8b
+ Test for #17591
|
15 лет назад |
sergei
|
80d69c8a22
* win/sysutils.pp, implement CompareUnicodeString and CompareTextUnicodeString, resolves #17591.
|
15 лет назад |
sergei
|
a4dd7701d9
* win/sysutils.pp: removed private WinAPI function declarations. Since this unit uses Windows unit, there's no point in re-declaring stuff.
|
15 лет назад |
sergei
|
d8eccf008d
+ Test for Mantis #17560
|
15 лет назад |
sergei
|
ffc357a528
* TThread, Windows implementation: prevent resource leak when destroying an initially suspended and never resumed thread. The thread must be always resumed so that ThreadProc can complete and cleanup. Fixes Mantis #17560.
|
15 лет назад |
florian
|
8ca3c8301b
* don't convert second argument of inc/dec to sinttype when inc/dec are compiled with r+ or q+, fixes code generation for inc(<int64>,<int64>); on 32 bit targets
|
15 лет назад |
florian
|
1c5a3b6bf0
o patch by Graeme Geldenhuys
|
15 лет назад |
florian
|
eb3644140a
* patches from Aleksa Todorovic for #15480 to improve error reporting, does not resolve #15480
|
15 лет назад |
michael
|
03774ca2c3
* Replace strange characters with ! instead of dropping them (dropping causes duplicate labels)
|
15 лет назад |
florian
|
747b93b7ec
+ cpu unit for x86-64 containing a CAS128 implementation
|
15 лет назад |
florian
|
d6d3791939
* fix compilation of cmpxchg16b
|
15 лет назад |
sergei
|
0933bdc045
* win/sysutils.pp, removed an unused variable (forgotten part of r13838)
|
15 лет назад |
tom_at_work
|
446eacaf47
* another compilation failure due to cleanup of changes to r16272
|
15 лет назад |
tom_at_work
|
f1a7cf78fe
* fixed compilation after cleaning up for r16272
|
15 лет назад |
florian
|
b4c912bf92
* made Byte/Word/Long/Int64Rec endian safe
|
15 лет назад |
tom_at_work
|
d786f8a1b8
* fix test after changes to TStartRoutine in pthreads
|
15 лет назад |
Legolas
|
42ffd3bc50
* Updated nds to devkitARM r32 and libnds 1.4.8
|
15 лет назад |
tom_at_work
|
e215b215d6
* fix code generation for interface wrappers: adjustment of self pointers with offsets > 16 bit crashed because it tried to allocate a virtual register, but the register allocator is not called for these wrappers. Always use the R11 register, which is scratch on ppc64, for now.
|
15 лет назад |
tom_at_work
|
0cb36ee173
* fix integer message dispatch on ppc64-darwin by temporarily setting the correct record alignment
|
15 лет назад |
sergei
|
b066395a2b
* xmlread.pp: separated DOM-specific code into DoStartElement(); introduced FNameTable.
|
15 лет назад |
ivost
|
4e39959ca1
* InitializeLibrary defaults now the parameter NoSymbolErrors to true and no longer to false. Now it's the same behavior as in 2.4.0 release. But of course it's not optimal and not safe.
|
15 лет назад |