| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix casing, bug ID 38660 | michael | 2021-03-24 | 1 | -6/+6 |
| * | * patch by Arnaud Bouchez: initialize dummy_data properly, resolves #38653 | florian | 2021-03-23 | 1 | -2/+2 |
| * | * Patch from N. Neumann to add delphi-compatible bintohex | michael | 2021-03-14 | 1 | -1/+71 |
| * | * Fix bug ID 0038580: Empty text for startsstr | michael | 2021-03-07 | 1 | -1/+1 |
| * | * Patch from Lacak. Better fix for mantis 30853 | marco | 2021-03-04 | 1 | -11/+11 |
| * | * fix by avk for issue #38513 | florian | 2021-02-21 | 1 | -4/+2 |
| * | * Month constants appeared in Delphi | michael | 2021-02-19 | 1 | -0/+13 |
| * | * Fix issue ID 38462 | michael | 2021-02-10 | 1 | -38/+55 |
| * | * fix for Mantis #38249: apply adjusted patch by avk to implemnt CastTo handl... | svenbarth | 2021-01-31 | 1 | -0/+4 |
| * | * Allow milliseconds up to 1000 milliseconds | michael | 2021-01-24 | 1 | -1/+1 |
| * | + add a copyright/license header for the nullable unit | svenbarth | 2021-01-03 | 1 | -0/+14 |
| * | * Improved UTF8 detection by ALexey | michael | 2020-11-13 | 1 | -12/+18 |
| * | * Fix bug ID 37315: add some delphi compatibility functions | michael | 2020-11-12 | 1 | -2/+157 |
| * | * Micro-optimization, bug id 38044 | michael | 2020-11-05 | 1 | -2/+2 |
| * | GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloads | ondrej | 2020-11-03 | 1 | -6/+6 |
| * | File datetime UTC support | ondrej | 2020-10-26 | 1 | -14/+4 |
| * | GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a To... | ondrej | 2020-10-26 | 1 | -6/+6 |
| * | * debian lintian spellfix | marco | 2020-10-18 | 1 | -1/+1 |
| * | * fix for 037361 daysbetween if parameters are swapped and cross "0" boundery. | marco | 2020-07-15 | 1 | -3/+5 |
| * | Variants: add varQWord to OrdinalVarTypes and varDecimal to FloatVarTypes | ondrej | 2020-06-03 | 1 | -2/+2 |
| * | * Moved constant to rtlconsts | michael | 2020-05-28 | 1 | -2/+2 |
| * | * Add nullable (bug ID 0037128) | michael | 2020-05-28 | 1 | -0/+129 |
| * | * fix for bug 36722. Assigning result of compare(w)str to shortint risks ove... | marco | 2020-03-11 | 1 | -4/+4 |
| * | * implement interface thunk for RISC V 32- and 64-bit | svenbarth | 2020-01-30 | 1 | -0/+40 |
| * | * rpos(ex) unicodestring variants. mantis #35093 | marco | 2020-01-23 | 1 | -0/+95 |
| * | * Currency and Comp are correctly handled by GetFloatProp/SetFloatProp, so us... | svenbarth | 2019-12-25 | 1 | -29/+3 |
| * | * correctly handle smaller enums on Big Endian systems | svenbarth | 2019-12-25 | 1 | -1/+1 |
| * | * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulb... | svenbarth | 2019-12-24 | 1 | -16/+115 |
| * | * partial fix for Mantis #36356: apply partial, adjusted patch by Imants Gulb... | svenbarth | 2019-12-24 | 1 | -0/+28 |
| * | * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulb... | svenbarth | 2019-12-24 | 1 | -0/+3 |
| * | + partial fix for Mantis #36358: apply partial patch by Imants Gulbis to add ... | svenbarth | 2019-12-24 | 1 | -0/+11 |
| * | * also allow TValue.AsExtended for Integer types | svenbarth | 2019-12-24 | 1 | -0/+2 |
| * | + add a generic variant of TValue.IsType | svenbarth | 2019-11-25 | 1 | -0/+10 |
| * | * fix for Mantis #36196: free a property's attributes when the property is de... | svenbarth | 2019-10-21 | 1 | -0/+10 |
| * | * initial version system.uitypes. | marco | 2019-10-06 | 1 | -0/+249 |
| * | * make InvokeKernelRegister work for caller cleared stack/fixed stack and kee... | florian | 2019-09-15 | 1 | -5/+28 |
| * | * implement RawThunk for Aarch64 | svenbarth | 2019-09-13 | 1 | -0/+20 |
| * | * ensure that the RawThunkPlaceholder* constants are compared with using the ... | svenbarth | 2019-09-13 | 1 | -3/+3 |
| * | * correct alignment of the procedure parameters | svenbarth | 2019-08-24 | 1 | -2/+2 |
| * | * correct alignment of the parameter type informations | svenbarth | 2019-08-24 | 1 | -1/+1 |
| * | * correct alignment for the result name/type | svenbarth | 2019-08-24 | 1 | -4/+4 |
| * | + introduce AlignToPtr, a copy of the one from the TypInfo unit (we should re... | svenbarth | 2019-08-24 | 1 | -0/+13 |
| * | * implement RawThunk for m68k (works for Coldfire, but I hope the real 68k wi... | svenbarth | 2019-08-24 | 1 | -0/+17 |
| * | * Make order of ISO8601ToDate consistent, ReturnUTC always at the end, and de... | michael | 2019-08-24 | 1 | -5/+14 |
| * | * Make order of args in TryISO8601ToDate delphi compatible | michael | 2019-08-24 | 1 | -4/+4 |
| * | * fix TValue.FromOrdinal for big endian targets | svenbarth | 2019-08-23 | 1 | -0/+24 |
| * | * fix for Mantis #35982: free created attributes once the type is freed | svenbarth | 2019-08-23 | 1 | -0/+10 |
| * | - remove no longer required pointer types (they are part of the System unit now) | svenbarth | 2019-08-21 | 1 | -5/+0 |
| * | - remove an unused local variable | svenbarth | 2019-08-21 | 1 | -1/+0 |
| * | - remove the no longer required code that used TMethodImplementation for the ... | svenbarth | 2019-08-21 | 1 | -43/+0 |