summaryrefslogtreecommitdiff
path: root/packages/rtl-objpas/src
Commit message (Expand)AuthorAgeFilesLines
* Fix casing, bug ID 38660michael2021-03-241-6/+6
* * patch by Arnaud Bouchez: initialize dummy_data properly, resolves #38653florian2021-03-231-2/+2
* * Patch from N. Neumann to add delphi-compatible bintohexmichael2021-03-141-1/+71
* * Fix bug ID 0038580: Empty text for startsstrmichael2021-03-071-1/+1
* * Patch from Lacak. Better fix for mantis 30853marco2021-03-041-11/+11
* * fix by avk for issue #38513florian2021-02-211-4/+2
* * Month constants appeared in Delphimichael2021-02-191-0/+13
* * Fix issue ID 38462michael2021-02-101-38/+55
* * fix for Mantis #38249: apply adjusted patch by avk to implemnt CastTo handl...svenbarth2021-01-311-0/+4
* * Allow milliseconds up to 1000 millisecondsmichael2021-01-241-1/+1
* + add a copyright/license header for the nullable unitsvenbarth2021-01-031-0/+14
* * Improved UTF8 detection by ALexeymichael2020-11-131-12/+18
* * Fix bug ID 37315: add some delphi compatibility functionsmichael2020-11-121-2/+157
* * Micro-optimization, bug id 38044michael2020-11-051-2/+2
* GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloadsondrej2020-11-031-6/+6
* File datetime UTC supportondrej2020-10-261-14/+4
* GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a To...ondrej2020-10-261-6/+6
* * debian lintian spellfixmarco2020-10-181-1/+1
* * fix for 037361 daysbetween if parameters are swapped and cross "0" boundery.marco2020-07-151-3/+5
* Variants: add varQWord to OrdinalVarTypes and varDecimal to FloatVarTypesondrej2020-06-031-2/+2
* * Moved constant to rtlconstsmichael2020-05-281-2/+2
* * Add nullable (bug ID 0037128)michael2020-05-281-0/+129
* * fix for bug 36722. Assigning result of compare(w)str to shortint risks ove...marco2020-03-111-4/+4
* * implement interface thunk for RISC V 32- and 64-bitsvenbarth2020-01-301-0/+40
* * rpos(ex) unicodestring variants. mantis #35093marco2020-01-231-0/+95
* * Currency and Comp are correctly handled by GetFloatProp/SetFloatProp, so us...svenbarth2019-12-251-29/+3
* * correctly handle smaller enums on Big Endian systemssvenbarth2019-12-251-1/+1
* * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulb...svenbarth2019-12-241-16/+115
* * partial fix for Mantis #36356: apply partial, adjusted patch by Imants Gulb...svenbarth2019-12-241-0/+28
* * partial fix for Mantis #36358: apply partial, adjusted patch by Imants Gulb...svenbarth2019-12-241-0/+3
* + partial fix for Mantis #36358: apply partial patch by Imants Gulbis to add ...svenbarth2019-12-241-0/+11
* * also allow TValue.AsExtended for Integer typessvenbarth2019-12-241-0/+2
* + add a generic variant of TValue.IsTypesvenbarth2019-11-251-0/+10
* * fix for Mantis #36196: free a property's attributes when the property is de...svenbarth2019-10-211-0/+10
* * initial version system.uitypes.marco2019-10-061-0/+249
* * make InvokeKernelRegister work for caller cleared stack/fixed stack and kee...florian2019-09-151-5/+28
* * implement RawThunk for Aarch64svenbarth2019-09-131-0/+20
* * ensure that the RawThunkPlaceholder* constants are compared with using the ...svenbarth2019-09-131-3/+3
* * correct alignment of the procedure parameterssvenbarth2019-08-241-2/+2
* * correct alignment of the parameter type informationssvenbarth2019-08-241-1/+1
* * correct alignment for the result name/typesvenbarth2019-08-241-4/+4
* + introduce AlignToPtr, a copy of the one from the TypInfo unit (we should re...svenbarth2019-08-241-0/+13
* * implement RawThunk for m68k (works for Coldfire, but I hope the real 68k wi...svenbarth2019-08-241-0/+17
* * Make order of ISO8601ToDate consistent, ReturnUTC always at the end, and de...michael2019-08-241-5/+14
* * Make order of args in TryISO8601ToDate delphi compatiblemichael2019-08-241-4/+4
* * fix TValue.FromOrdinal for big endian targetssvenbarth2019-08-231-0/+24
* * fix for Mantis #35982: free created attributes once the type is freedsvenbarth2019-08-231-0/+10
* - remove no longer required pointer types (they are part of the System unit now)svenbarth2019-08-211-5/+0
* - remove an unused local variablesvenbarth2019-08-211-1/+0
* - remove the no longer required code that used TMethodImplementation for the ...svenbarth2019-08-211-43/+0