Rika Ichinose
|
72eee6001f
Remake AdjustLineBreaks.
|
2 years ago |
Sven/Sarah Barth
|
009b421498
* have the unsigned 32-bit overload of IntToHex use the signed 32-bit one to avoid usage of 64-bit arithmetic (and parameter passing) when it can be avoided
|
3 years ago |
florian
|
18b6588bda
* reverted TryStrToInt to the old implementation since after the val fixed the changes are not
|
3 years ago |
florian
|
d1166342ca
* proper range checking for TryStrToDWord, should resolve all issues in #39406
|
3 years ago |
florian
|
bbffe9e26a
* allow a range of Low(Longint) to High(DWord) in TryStrToInt, see also issue #39406
|
3 years ago |
Michaël Van Canneyt
|
3828c73678
* Make hexdigits a global constant
|
3 years ago |
florian
|
d64f88293f
* StrTo* functions are now using the TryStrTo* functions
|
3 years ago |
Michaël Van Canneyt
|
5cdb0b1a9e
* Fix integer overflow not being detected. Issue #39406
|
3 years ago |
Michael Van Canneyt
|
80ace756b5
* SafeFormat and helper function to convert array of const to string in a safe manner
|
2 years ago |
marcoonthegit
|
6a33f68fca
* small cleanup, remove redundant result assignment and unused variable (from Lagprogramming on forum)
|
2 years ago |
Sven/Sarah Barth
|
affd8b02d9
* fix #39664: ensure that the 8- and 16-bit signed overloads of IntToHex return the correct number of digits
|
3 years ago |
florian
|
06a0e48958
-- Zusammenführen von r43183 in ».«:
|
4 years ago |
marco
|
0feee25b1e
# revisions: 46531,46744,46747,47288,47327,47366,47392,47393,47414
|
4 years ago |
marco
|
baf8b99261
# revisions: 45370
|
5 years ago |
marco
|
b9e071c1c2
# revisions: 45336
|
5 years ago |
marco
|
e41ddf221c
--- Merging r41271 into '.':
|
6 years ago |
marco
|
499df41c28
--- Merging r40529 into '.':
|
6 years ago |
nickysn
|
5409450195
+ ported and enabled compilation of unit sysutils for win16
|
7 years ago |
michael
|
32cdee6f5d
* Fix bugs 30950 & 29781
|
8 years ago |
marcus
|
824cabd203
Fixed textractquote regression after r35598
|
8 years ago |
michael
|
e2d704cc8d
* Small optimization in CompareStr as suggested in bug ID #30777
|
8 years ago |
michael
|
0ee31963ed
* explicit check for Nil in AnsiExtractQuotedString (bug 31212)
|
8 years ago |
michael
|
b5fb706a65
* Fix bug #31176: (Try)StrToBool should accept localized floats
|
8 years ago |
marco
|
e6029140eb
* fix for #31073
|
8 years ago |
michael
|
3e21810dbd
* Change comments for AdjustLineBreaks (bug ID 30959)
|
8 years ago |
svenbarth
|
63f0c7a2c3
Fix for Mantis #30734: Implement Delphi-compatible functions StrToUInt64(), StrToUInt64Def and TryStrToUInt64 as inline forwarders to the existing respective QWord functions
|
8 years ago |
michael
|
5810ff8154
* Patch from Maciej Izak for delphi compatible TLocaleOptions (bug ID 30660)
|
8 years ago |
michael
|
f4e3068c8b
* AnsiExtractquotedStr returns original string if unquoted
|
9 years ago |
michael
|
5917b38706
* AnsiDequotedString needs to return empty if it equals "" (bug ID 30220)
|
9 years ago |
michael
|
a5d38c7ba6
* Added TStringBuilder
|
9 years ago |