summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* Update cprt0.as to 5.1 releasepierre2012-03-271-392/+2369
* Avoid SEGV in signal handler as second parameter is only a code, not a pointerpierre2012-03-271-2/+9
* Add support for Default() intrinsic. For now this is only (fully) supportedsvenbarth2012-03-252-0/+7
* * remove duplicate types after r20603, resolves #21548 florian2012-03-251-6/+0
* * Patch for referenceinterface by C. Peterson to properly add to the freenot...marco2012-03-241-1/+4
* * patch by cobines to improve speed of TFPList.Move, resolves #21436florian2012-03-231-3/+4
* * int32 is longint in default mode, not integer.marco2012-03-231-1/+1
* * Adding Delphi (2010 or XE) equivalents to our ctypes unit. Mantis #21537marco2012-03-231-0/+9
* * Call getOwner only once in several TPersistent methods (Patch from Luiz Ame...michael2012-03-221-5/+11
* * Applied patch from Luiz Amerigo to have Delphi compatible behaviour when fr...michael2012-03-222-23/+24
* * Fix wide string shared library loading by adding 'lib' prefix if neededpierre2012-03-221-1/+5
* o patch by Nico Erfurth:florian2012-03-111-5/+17
* * comitted wrong patch in r20491, fixed with this revisionflorian2012-03-111-12/+15
* win rtl: add BM_SETDONTCLICK messagepaul2012-03-111-0/+1
* o patch by Nico Erfurth: Optimize some ARM-RTL functionsflorian2012-03-101-12/+7
* o patch by Nico Erfurth: Better Locked* implementation for arm on linuxflorian2012-03-101-0/+100
* * dereference pchar passed to indexbyte in strecopy (patch by Andrew Haines,jonas2012-03-081-1/+1
* * Rewrote fpc_dynarray_copy to trim out-of-range arguments instead of raising...sergei2012-03-041-32/+31
* * add a check to TRecall.store for FStorage=nil. Patch by Luiz, Mantis #21404marco2012-03-021-1/+1
* * fix for #21199, changing epsilon to 0.0 instead of 0 helps overload select...marco2012-03-011-2/+2
* * remove empty override tpersist.destroy(), patch by Luiz Americo, Mantis #2...marco2012-03-012-8/+0
* * Minor spelling corrections in comments, patch by Graeme, Mantis #21397marco2012-03-011-2/+2
* Add PSigInf oand PSigContext type aliasespierre2012-02-291-0/+8
* Update Makefile for mips-linux supportpierre2012-02-2924-552/+1267
* Set FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE for mipspierre2012-02-291-1/+2
* Fix syntax error in recordpierre2012-02-221-1/+1
* * don't pack softfpu helper records and added dummy for proper alignment, gen...florian2012-02-221-21/+50
* * version updatedflorian2012-02-221-1/+1
* fpc: don't treat codepage as different if one element of array has CP_ACP cod...paul2012-02-201-1/+4
* + Add ifdef USE_MIPS_STK2_ASM to disable assmebler code using alterante stac...pierre2012-02-191-0/+2
* * alias a few more types on windows. This makes developing portable software...marco2012-02-181-1/+7
* * use same code path for iphonesim as for darwin (should fix mantis #21190)jonas2012-02-171-3/+3
* * fixed compilation on platforms without ansistring support since assigningjonas2012-02-171-0/+4
* * set result of exp() to 0 in case of underflow with masked exceptionsjonas2012-02-171-0/+2
* Win32 and Win64, fixed DLL exit sequence, resolves #14603:sergei2012-02-163-46/+41
* - win64: removed empty procedures remove_exception_handlers and fpc_cpucodeinit.sergei2012-02-161-14/+0
* * fix for bug 21281, some functions were missing dllname.marco2012-02-161-2/+2
* * Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince.sergei2012-02-164-26/+18
* Protect against nil values for info or SigContextpierre2012-02-151-2/+8
* Fix SigActionRec record field orderpierre2012-02-151-1/+1
* * Remove local redefinition of types and clarify TIPC_Perm recordpierre2012-02-151-21/+20
* * Cleaned out code marked as originated from glibc:sergei2012-02-142-319/+35
* Regenerate Makefilepierre2012-02-131-0/+2
* Add explicit rule for variants unit compilation for correct dependenciespierre2012-02-131-0/+3
* Regenerate Makefilepierre2012-02-131-129/+137
* Add more missing units to NetBSDpierre2012-02-131-11/+24
* Wide char and mbstate_t types added pierre2012-02-131-0/+11
* NetBSD code addedpierre2012-02-131-2/+38
* NetBSD CODESET and LC_ALL addedpierre2012-02-131-0/+5
* NetBSD code addedpierre2012-02-131-7/+17