Description: sysutils, classes and other more hll RTL parts
This file as text.
(active) Revisions in this set:
34fecf90f34c9cc9f6fad91ba024ec9cda3a0a36,8f95c14827ec62cfe7435e485825dff98b72a8f4,8e730d20db57219db3aa63bb97301a0a1591d1f1
735fd20a6a48da586b49b43d1034f950b5ba49bf,0bad315dafc027649333ae3ed76fbee3c1426734,b95bfd07d9fff57970901c224d038e3266ddf49f
7f4420495b9a92d5ae8de25ce21e9eaf5368aace,757d2b4f91683bc9e7c8b84dd0aa67208790d465,a3beff94dcda2ca803abc655de46ff9ef35207ca
813105ea0acd7e33418ef88e25aa19b5701dfd70,d04547eb8309f2be7913d0b435208435ca871b11,ce1a82a1e4b72c032500ed709da6a216469b624e
bc714c0fd7d34e1d59b7a052c7e090702acbd9fc,48cb0eb5b1b8dce44306bcce541a6921c09558fe,ff9fe851fb11e76e35dfc22a72452c0e014d2221
a575a5c0fdd7fd6f9e45eecd2d76c045cf588a4a,2ef822e8e8545cf5335254ad8f7bcf4ae05ac77e,64c27a86a8544dd6e0eb8ef0353afb4180b48c28
9dfbc38a501c9d4585303853b763f72eb9dbafc9,6631f83ccf244b4f7c2eb777cbe57459d7bee2c3,3c5b049f6b5137be2ce5823aa9ef8fdbba11d0e5
84f3c4908ac24847f0ac522f9eadeedb2c8ce944,f94f4e4ed92ae6f9014df8fd69c5667bcafb8ef1,81a55adffb5c4aea8a13c6632e5d1fb0087cb3fa
4868b9d542aae9a279023cc2d3cb9488ae4ad841,cab717ae28d35ac0f8b9d818380f3a60cde6cefa,c38e0689f1cba9854bff4f126c5b416624871339
Clicking a revision will expand files
SysUtils: add ExpandFileName with a BasePath overload
+ implemented SysUtils.FileGetDate for WASI
+ implemented FindFirst, FindNext and FindClose in SysUtils for the WASI platform
* (Hopefully) fix compilation for non-win,non-unix platforms
Fix sysutils unit compilation failure for wasm32-wasi wince and possibly more targets
TMarshal & TMarshaller, strange things from Delphi.
* Move TMarshal to system unit
* Fix compilation for platforms that do not have unicodestring
Replace TEncoding.FLock with interlocked operations.
Add potentially required barriers to TEnconding.
* Added Delphi-compatible overload for ToString with UpdateCapacity argument
* force correct strpas overload when using unicodestrings
Let “Trim”s return string uncopied.
Move Int128Rec to System; remove i386 and x86_64 CPU unit dependency on SysUtils.
* fix
gitlab 0040305: with type helpers now supporting inheriting from unique type aliases, declare a TRealHelper as a descendant of TDoubleHelper (cause Real is a Double)
+ added test
* Adding new generic Extract and Swap function to RTL
These allow to move data from one variable to another without triggering
the copy operation. Extract makes use of the newly introduced move
semantic for function results and Swap uses System.Move to not trigger
the copy mechanism.
Don’t use explicit Move in Extract and Swap.
Change CompareChar uses inside compiler/RTL to CompareByte.
* In case of no DST, DST timezone offset must equal normal timezone offset
* Use last invalid type cast info in EInvalidCast exception
* Typecast correct filename in FileGetDateTimeInfo. Fixes issue
gitlab 0041534
Add case-sensitive TStringHelper.Contains for Delphi compatibility
* Fix Contains signaturen remove double
* Need to put () when calling an overloaded function with same name. Fixes issue
gitlab 0041634
(inactive) Revisions in this set eb62a71a5fe3008b5ba53a5d6609f0f5354706af,66891b1d59177b7b6f32f3e3544c3f952b1f35cf,7e4aca384ff3e7013155120899a3e0a118ab9c92,6f25cccda9bb490f5edca535e104af1d85fb5cb0,326073512d9820751922b3efea9db6a2d2ed76bd,35a21de57cb403eb05e48fd6e65e77eb3019f405,cb237c9008979583822e67d2ff7ffaacb7b8cdfb,8df634e335a30566f9ba0f3ce91f46bcfedd6dc3,3c7d0cbe27aae00041c2ae53695165a828425e17
Add Delphi-compatible TCurrencyHelper
* patch by Rika: Implement TCurrencyHelper.Ceil/Floor, resolves
0040134
* Some delphi compatibility issues solved (PtrToNil and TGUID operator)
* Select proper stringbuilder depending on size of char
const array - reducing unnecessary data copying
* Allow TFormatSettings.Create with string (using callback)
const for TFormatSettings
* Correct compare helper. Fix issue
0041338
* Optimization by Bart. Fixes issue
0040150