summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* * change Value argument of SetToString and result of of StringToSet from Inte...svenbarth2019-06-171-10/+10
* * fix SetToString/StringToSet for 8/16-bit platformssvenbarth2019-06-171-9/+9
* * rework/extend SetToString/StringToSet so that sets with a size > 4 can be c...svenbarth2019-06-161-23/+84
* * Nintendo DS port updated to libnds ver.1.7.3Legolas2019-06-105-96/+417
* * GBA port updatedLegolas2019-06-092-31/+35
* * changes shift parameter of shift helpers into ALUUInt, as there is an "and"...florian2019-06-093-20/+20
* + add fpmprotect function to complete fpmmap/fpmunmapsvenbarth2019-06-065-0/+21
* + add FreeBSD syscall number for mprotectsvenbarth2019-06-061-0/+1
* Fix compilation with release 3.0.4 ppcarmpierre2019-06-051-0/+8
* * Added constant for new error message in stringlistmichael2019-06-041-0/+1
* * Sort public properties/methods in stringlistmichael2019-06-041-19/+18
* * Better fix for 35660: Introduced TMissingNameValueSeparatorActionmichael2019-06-042-7/+31
* * Changed String.Split to conform to behaviour in Delphi Rio (bug ID 35669)michael2019-06-031-12/+12
* * properly return from the signal handler on ARM/Linux instead of callingjonas2019-06-021-3/+55
* - Fix compilation on architectures without absolute call/jump instructions.laksen2019-06-021-0/+36
* - Add assembler implementation of integer division, patch by Christo Crause. ...laksen2019-06-024-0/+233
* Fixed stack checking for embedded target. Based on work by Christo Crauselaksen2019-06-013-2/+18
* Add assembler implementation of Move.laksen2019-06-011-31/+37
* * Fix bug 35660, introduce prefervaluestonamesmichael2019-06-012-2/+9
* * set DL=0 in dos.setverify for compatibility with DOS 2.xnickysn2019-05-311-0/+1
* * helper in record to make setting parameters a bit denser.marco2019-05-311-1/+10
* * invoke _csu_finish before __init in the OpenBSD i386 C library startup codenickysn2019-05-282-4/+10
* * more fpc_lib_exit change compilation fixesjonas2019-05-212-2/+6
* Change lib_exit to fpc_lib_exit in missed sources (to fix breakages after co...pierre2019-05-203-3/+3
* * abstracted registration of library init/fini routines (to be able to addjonas2019-05-192-2/+2
* Fix baseunix PPU compilation rule for Haikupierre2019-05-162-2/+2
* Allways use local pt variable to ameliorate readability of codepierre2019-05-161-8/+1
* Disable 64-bit version of CPU_SOURCE is 32-bitpierre2019-05-161-5/+10
* * updated the asm parts of the i386 OpenBSD startup code as wellnickysn2019-05-154-30/+34
* * also update the startup asm code in prt0.as for OpenBSD x86_64nickysn2019-05-151-2/+0
* - removed cprt0.as from the OpenBSD i386 RTL as wellnickysn2019-05-153-221/+4
* - delete cprt0.as from the OpenBSD x86_64 startup code, because it's not need...nickysn2019-05-153-244/+2
* * invoke _csu_finish before __init the OpenBSD x86_64 C library startup codenickysn2019-05-152-4/+10
* * updated the parameter list to _FPC_proc___start in the OpenBSD x86_64 start...nickysn2019-05-153-6/+6
* * updated the OpenBSD x86_64 assembly startup codenickysn2019-05-153-6/+0
* * fixed Darwin/AArch64 flt/int-div-by-zero error codes (fix for 42045, asjonas2019-05-141-2/+2
* * Patch from Ondrej to remove unnecessary overload keywordsmichael2019-05-141-7/+7
* Add new files required to fix RTL compilation for macos targetpierre2019-05-142-0/+132
* Fix RTL compilation for macos targetpierre2019-05-143-98/+132
* * Fix bug ID 0035580michael2019-05-131-7/+7
* * Fix bug ID 35576michael2019-05-132-5/+5
* * Make explicit that Integer is 32-bitmichael2019-05-132-4/+4
* * FIx compilation with 3.0.4michael2019-05-121-1/+1
* * FIx compilation for platforms that do not have extendedmichael2019-05-122-4/+17
* * fixed floating point div-by-zero RTE code on Darwin (208 instead of 200,jonas2019-05-124-9/+9
* * turn off MB_PRECOMPOSED for encodings named in MSDN multibytetowidechar fu...marco2019-05-121-4/+7
* * Add Read/Write(Buffer) TBytes, ReadData/WriteData, ReadBufferData/WriteBuff...michael2019-05-122-21/+875
* + declare Pointer types for the remaining Boolean typessvenbarth2019-05-101-0/+10
* * getguiresources + constants, mantis 035546 by 440bxmarco2019-05-102-0/+6
* * RealChildWindowFromPoint, mantis 035552 by 440bxmarco2019-05-101-0/+1