| Commit message (Expand) | Author | Age | Files | Lines |
* | Update cprt0.as to 5.1 release | pierre | 2012-03-27 | 1 | -392/+2369 |
* | Avoid SEGV in signal handler as second parameter is only a code, not a pointer | pierre | 2012-03-27 | 1 | -2/+9 |
* | Add support for Default() intrinsic. For now this is only (fully) supported | svenbarth | 2012-03-25 | 2 | -0/+7 |
* | * remove duplicate types after r20603, resolves #21548 | florian | 2012-03-25 | 1 | -6/+0 |
* | * Patch for referenceinterface by C. Peterson to properly add to the freenot... | marco | 2012-03-24 | 1 | -1/+4 |
* | * patch by cobines to improve speed of TFPList.Move, resolves #21436 | florian | 2012-03-23 | 1 | -3/+4 |
* | * int32 is longint in default mode, not integer. | marco | 2012-03-23 | 1 | -1/+1 |
* | * Adding Delphi (2010 or XE) equivalents to our ctypes unit. Mantis #21537 | marco | 2012-03-23 | 1 | -0/+9 |
* | * Call getOwner only once in several TPersistent methods (Patch from Luiz Ame... | michael | 2012-03-22 | 1 | -5/+11 |
* | * Applied patch from Luiz Amerigo to have Delphi compatible behaviour when fr... | michael | 2012-03-22 | 2 | -23/+24 |
* | * Fix wide string shared library loading by adding 'lib' prefix if needed | pierre | 2012-03-22 | 1 | -1/+5 |
* | o patch by Nico Erfurth: | florian | 2012-03-11 | 1 | -5/+17 |
* | * comitted wrong patch in r20491, fixed with this revision | florian | 2012-03-11 | 1 | -12/+15 |
* | win rtl: add BM_SETDONTCLICK message | paul | 2012-03-11 | 1 | -0/+1 |
* | o patch by Nico Erfurth: Optimize some ARM-RTL functions | florian | 2012-03-10 | 1 | -12/+7 |
* | o patch by Nico Erfurth: Better Locked* implementation for arm on linux | florian | 2012-03-10 | 1 | -0/+100 |
* | * dereference pchar passed to indexbyte in strecopy (patch by Andrew Haines, | jonas | 2012-03-08 | 1 | -1/+1 |
* | * Rewrote fpc_dynarray_copy to trim out-of-range arguments instead of raising... | sergei | 2012-03-04 | 1 | -32/+31 |
* | * add a check to TRecall.store for FStorage=nil. Patch by Luiz, Mantis #21404 | marco | 2012-03-02 | 1 | -1/+1 |
* | * fix for #21199, changing epsilon to 0.0 instead of 0 helps overload select... | marco | 2012-03-01 | 1 | -2/+2 |
* | * remove empty override tpersist.destroy(), patch by Luiz Americo, Mantis #2... | marco | 2012-03-01 | 2 | -8/+0 |
* | * Minor spelling corrections in comments, patch by Graeme, Mantis #21397 | marco | 2012-03-01 | 1 | -2/+2 |
* | Add PSigInf oand PSigContext type aliases | pierre | 2012-02-29 | 1 | -0/+8 |
* | Update Makefile for mips-linux support | pierre | 2012-02-29 | 24 | -552/+1267 |
* | Set FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE for mips | pierre | 2012-02-29 | 1 | -1/+2 |
* | Fix syntax error in record | pierre | 2012-02-22 | 1 | -1/+1 |
* | * don't pack softfpu helper records and added dummy for proper alignment, gen... | florian | 2012-02-22 | 1 | -21/+50 |
* | * version updated | florian | 2012-02-22 | 1 | -1/+1 |
* | fpc: don't treat codepage as different if one element of array has CP_ACP cod... | paul | 2012-02-20 | 1 | -1/+4 |
* | + Add ifdef USE_MIPS_STK2_ASM to disable assmebler code using alterante stac... | pierre | 2012-02-19 | 1 | -0/+2 |
* | * alias a few more types on windows. This makes developing portable software... | marco | 2012-02-18 | 1 | -1/+7 |
* | * use same code path for iphonesim as for darwin (should fix mantis #21190) | jonas | 2012-02-17 | 1 | -3/+3 |
* | * fixed compilation on platforms without ansistring support since assigning | jonas | 2012-02-17 | 1 | -0/+4 |
* | * set result of exp() to 0 in case of underflow with masked exceptions | jonas | 2012-02-17 | 1 | -0/+2 |
* | Win32 and Win64, fixed DLL exit sequence, resolves #14603: | sergei | 2012-02-16 | 3 | -46/+41 |
* | - win64: removed empty procedures remove_exception_handlers and fpc_cpucodeinit. | sergei | 2012-02-16 | 1 | -14/+0 |
* | * fix for bug 21281, some functions were missing dllname. | marco | 2012-02-16 | 1 | -2/+2 |
* | * Moved DLL_xxx declarations to sysos.inc, so they can be reused by wince. | sergei | 2012-02-16 | 4 | -26/+18 |
* | Protect against nil values for info or SigContext | pierre | 2012-02-15 | 1 | -2/+8 |
* | Fix SigActionRec record field order | pierre | 2012-02-15 | 1 | -1/+1 |
* | * Remove local redefinition of types and clarify TIPC_Perm record | pierre | 2012-02-15 | 1 | -21/+20 |
* | * Cleaned out code marked as originated from glibc: | sergei | 2012-02-14 | 2 | -319/+35 |
* | Regenerate Makefile | pierre | 2012-02-13 | 1 | -0/+2 |
* | Add explicit rule for variants unit compilation for correct dependencies | pierre | 2012-02-13 | 1 | -0/+3 |
* | Regenerate Makefile | pierre | 2012-02-13 | 1 | -129/+137 |
* | Add more missing units to NetBSD | pierre | 2012-02-13 | 1 | -11/+24 |
* | Wide char and mbstate_t types added | pierre | 2012-02-13 | 1 | -0/+11 |
* | NetBSD code added | pierre | 2012-02-13 | 1 | -2/+38 |
* | NetBSD CODESET and LC_ALL added | pierre | 2012-02-13 | 1 | -0/+5 |
* | NetBSD code added | pierre | 2012-02-13 | 1 | -7/+17 |