sergei
|
d8eccf008d
+ Test for Mantis #17560
|
15 år sedan |
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 år sedan |
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 år sedan |
florian
|
1c5a3b6bf0
o patch by Graeme Geldenhuys
|
15 år sedan |
florian
|
eb3644140a
* patches from Aleksa Todorovic for #15480 to improve error reporting, does not resolve #15480
|
15 år sedan |
michael
|
03774ca2c3
* Replace strange characters with ! instead of dropping them (dropping causes duplicate labels)
|
15 år sedan |
florian
|
747b93b7ec
+ cpu unit for x86-64 containing a CAS128 implementation
|
15 år sedan |
florian
|
d6d3791939
* fix compilation of cmpxchg16b
|
15 år sedan |
sergei
|
0933bdc045
* win/sysutils.pp, removed an unused variable (forgotten part of r13838)
|
15 år sedan |
tom_at_work
|
446eacaf47
* another compilation failure due to cleanup of changes to r16272
|
15 år sedan |
tom_at_work
|
f1a7cf78fe
* fixed compilation after cleaning up for r16272
|
15 år sedan |
florian
|
b4c912bf92
* made Byte/Word/Long/Int64Rec endian safe
|
15 år sedan |
tom_at_work
|
d786f8a1b8
* fix test after changes to TStartRoutine in pthreads
|
15 år sedan |
Legolas
|
42ffd3bc50
* Updated nds to devkitARM r32 and libnds 1.4.8
|
15 år sedan |
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 år sedan |
tom_at_work
|
0cb36ee173
* fix integer message dispatch on ppc64-darwin by temporarily setting the correct record alignment
|
15 år sedan |
sergei
|
b066395a2b
* xmlread.pp: separated DOM-specific code into DoStartElement(); introduced FNameTable.
|
15 år sedan |
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 år sedan |
florian
|
0a625c856d
+ don't allow non local gotos across procedures containing exception frames
|
15 år sedan |
tom_at_work
|
88687b2125
* fix definition of function pointer to be passed to pthread_create
|
15 år sedan |
marco
|
a5d7d58f47
* --css-file now also for html (Mantis 17542)
|
15 år sedan |
florian
|
38b90c987b
+ enable non local goto in macpas mode, test/tmacnonlocalgoto.pp does not fail anymore
|
15 år sedan |
sergei
|
6cb9cdcc0d
* xmlread.pp: maintain ID map at reader side, so it can do ID/IDREF validation without DOM.
|
15 år sedan |
florian
|
27ff441975
o patch from Sven Barth:
|
15 år sedan |
florian
|
2ad698fd1c
- remove unneeded spaces
|
15 år sedan |
sergei
|
22f0692745
* xmlread.pp: since FIdRefs and FNotationRefs are never used at the same time (the former is used only while parsing root, the latter only while parsing DTD), simplify things a bit by replacing them with a single FForwardRefs.
|
15 år sedan |
tom_at_work
|
5f3aaf1e60
* minor changes to the startup code: use exit_group syscall to exit, minor cleanup
|
15 år sedan |
joost
|
ef8837cfa8
* Patch from José Mejuto so that TBufDataset.SetRecNo takes the active index into account, bug #15460
|
15 år sedan |
Jonas Maebe
|
3aea9b134a
* make sure that all references used in the inline int->real conversion code
|
15 år sedan |
tom_at_work
|
8a2696eb24
* limit the number of string message methods per class to 2^31 independent of architecture width: this avoids lots of compiler changes when allowing 2^63 (for 64 bit targets)
|
15 år sedan |