| Commit message (Expand) | Author | Age | Files | Lines |
* | * insert explicit type cast for the count parameter of move/fillchar wrappi... | florian | 2021-04-14 | 1 | -2/+2 |
* | rtl: make STACK_MARGIN a variable instead of a const. this allows adjusting m... | karoly | 2021-04-14 | 1 | -4/+7 |
* | Explicitly disable range and overflow checking to avoid troubles with pointe... | pierre | 2021-04-13 | 1 | -0/+2 |
* | osheap: new very small heap manager which only acts as a thin layer above an ... | karoly | 2021-04-09 | 1 | -0/+125 |
* | * handle case where the first instruction with line information is looked up | jonas | 2021-04-08 | 1 | -5/+15 |
* | * Darwin support for printing line info for backtraces when using Dwarf, | jonas | 2021-04-08 | 2 | -62/+367 |
* | * check for cache entry before even trying to open the file containing the ... | florian | 2021-03-30 | 1 | -3/+3 |
* | + use a hash table to speed up line info retrieval | florian | 2021-03-29 | 1 | -0/+34 |
* | rtl: remove defines for v2.x compiler from the common part of the RTL. It's n... | karoly | 2021-03-23 | 9 | -75/+12 |
* | * instead of using discardresult, wrap the uniquestring functions in procedures, | nickysn | 2021-03-19 | 6 | -3/+30 |
* | * overflow checked mul helpers do not need to check all bits either | florian | 2021-03-17 | 1 | -10/+5 |
* | * compilation on Windows fixed | nickysn | 2021-03-14 | 1 | -1/+1 |
* | * fixed rtl compilation with FPC 3.2.0 starting compiler | nickysn | 2021-01-22 | 3 | -3/+3 |
* | + introduced the discardresult directive and declared the UniqueString() | nickysn | 2021-01-21 | 3 | -3/+3 |
* | * synchronized with trunk | nickysn | 2021-01-02 | 1 | -5/+9 |
|\ |
|
| * | * fpc_AnsiStr_Concat: if one of the strings is empty and CP_NONE is passed,... | florian | 2021-01-02 | 1 | -5/+9 |
* | | * more updates to attempt to get a larger part of the full RTL to compile for... | nickysn | 2021-01-02 | 1 | -0/+8 |
* | | + added wasm32 type defines | nickysn | 2021-01-02 | 1 | -0/+13 |
|/ |
|
* | * fixed round(currency) so it takes the rounding mode into account on | jonas | 2020-12-27 | 2 | -21/+37 |
* | * fpc_ln_real raises an exception for invalid operands if they exception is... | florian | 2020-12-18 | 1 | -2/+8 |
* | - remove could which prevented that rte is triggered even if we are inside | florian | 2020-12-14 | 1 | -4/+0 |
* | * patch by Zoran Vučenović: fixes TDoubleRec.SetFrac, resolves #38202 | florian | 2020-12-12 | 1 | -1/+1 |
* | * revert r47598: implement TRandomGenerator | ondrej | 2020-11-27 | 2 | -90/+27 |
* | * rtl: implement TRandomGenerator for thread-safe random | ondrej | 2020-11-26 | 2 | -27/+90 |
* | Revert wrong change, llvm supports extended constants | pierre | 2020-11-24 | 1 | -6/+6 |
* | Fix LLVM compilation by casting untyped real constants to double type, as LL... | pierre | 2020-11-24 | 1 | -6/+6 |
* | * Fix bug ID 38008: allow UTF8 to unicode conversion to react on/ignore inval... | michael | 2020-11-12 | 2 | -66/+26 |
* | * make sure things still build with 3.0 after r47353 | karoly | 2020-11-09 | 1 | -2/+2 |
* | * fix for Mantis #38051: make Chr() a real intrinsics so that it can be used ... | svenbarth | 2020-11-08 | 1 | -0/+2 |
* | * fix memory leak in RegisterLazyInitThreadingProc | ondrej | 2020-11-04 | 1 | -6/+35 |
* | * lazy thread initialization support | ondrej | 2020-11-04 | 2 | -0/+32 |
* | * protect GetFullName with FPC_HAS_FEATURE_UNICODESTRINGS instead of _WIDESTR... | svenbarth | 2020-11-03 | 3 | -8/+8 |
* | Put GetFullName functions inside $ifdef FPC_WIDESTRING_EQUAL_UNICODESTRING | pierre | 2020-11-03 | 3 | -0/+8 |
* | * fix for Mantis #38023: the code to convert LF to CRLF when converting to UT... | svenbarth | 2020-11-02 | 1 | -4/+4 |
* | Fix compilation of RTL when USE_FILEREC_FULLNAME is not defined | pierre | 2020-11-01 | 1 | -0/+2 |
* | fix casting typo in r47263 | karoly | 2020-10-31 | 1 | -1/+1 |
* | + initial implementation of a FullName field in file records to overcome le... | florian | 2020-10-31 | 5 | -3/+94 |
* | * use the sizes of the floatx80 and float128 structs for arrays having their ... | svenbarth | 2020-10-25 | 2 | -4/+4 |
* | * the define to check for inclusion in the System unit is FPC_IS_SYSTEM, *not... | svenbarth | 2020-10-25 | 1 | -64/+64 |
* | * fix for Mantis #37986: apply patch by Bart Broersma to fix a typo in a comment | svenbarth | 2020-10-25 | 1 | -1/+1 |
* | * adjust softfpu unit so that it can be really used as a standalone unit inst... | svenbarth | 2020-10-25 | 1 | -66/+64 |
* | + ISO mode: accept put/get without parameter, works on Input/Output respect... | florian | 2020-10-20 | 1 | -0/+20 |
* | * naturally align threadvar lists/tables | jonas | 2020-10-15 | 1 | -3/+3 |
* | * enable the compiler to optimize away parts of System.PushExceptObject, if S... | florian | 2020-10-06 | 1 | -29/+32 |
* | * replace some longint by ObjpasInt | florian | 2020-10-04 | 1 | -10/+10 |
* | * make framecount and framebufsize dependent on the pointer size | florian | 2020-10-01 | 1 | -2/+2 |
* | + introduce TExitCode | florian | 2020-10-01 | 3 | -12/+16 |
* | * inlinable frame handling dummies for avr | florian | 2020-09-30 | 2 | -5/+5 |
* | + xtensa: make use of nsau to implement Bsr* | florian | 2020-09-26 | 1 | -1/+1 |
* | * add VUString branch to tvardata, resolves #37651 | florian | 2020-09-26 | 1 | -0/+1 |