Michael Van Canneyt
|
80ace756b5
* SafeFormat and helper function to convert array of const to string in a safe manner
|
2 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 |
michael
|
b5fb706a65
* Fix bug #31176: (Try)StrToBool should accept localized floats
|
8 years ago |
michael
|
10360a823e
* Fix bug ID #30960
|
8 years ago |
michael
|
8e3381b4bc
Fix bug #30930
|
8 years ago |
michael
|
f648bdecba
* Made some additional functions inlined (Bug ID 30909)
|
8 years ago |
michael
|
9b21d9a87e
* Inline some functions, bug ID #30905
|
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
|
a5d38c7ba6
* Added TStringBuilder
|
9 years ago |
michael
|
2b077f6af3
* Revert Integer -> SizeInt change where appropriate, capping result when needed
|
9 years ago |
michael
|
416151a335
* Adapted string routines so they use sizeint instead of integer (bug ID 29814)
|
9 years ago |
michael
|
671416959d
* Added SameStr, for symmetry and consistency with SameText (bug ID 29821)
|
9 years ago |
michael
|
5568ee5513
* Bug ID #29779, add DWord versions of StrToInt
|
9 years ago |
michael
|
8544b8a500
* Patch from Anthony Walter to make IsValidIdent more strict in case of dotted identifiers (bug ID 29364)
|
9 years ago |
michael
|
67d0cd1770
* Fix bug #29273 (extra argument for IsValidIdent)
|
9 years ago |
michael
|
a5eb3777de
* Fix MaxDateTime constant (bug ID 28282)
|
9 years ago |
michael
|
891aaa9732
* Fix bug ID #28737
|
9 years ago |
svenbarth
|
2cf8cdd885
Fix for Mantis #28650.
|
10 years ago |
florian
|
c2c87828e9
+ slightly modified patch by lelekx to implement plugable file routines for the embedded target, resolves issue #22918
|
10 years ago |
nickysn
|
afea0739c6
* fixed StrToInt, IntToStr and friends for objpas.integer=smallint
|
11 years ago |
Jonas Maebe
|
5ed4e99dc1
+ uppercase/lowercase(unicodestring) (fixes a warning in fina.inc when
|
12 years ago |
Jonas Maebe
|
ba7fc58bed
* declare tsyscharset as a set of ansichar instead of as a set of char
|
12 years ago |
Jonas Maebe
|
349a682596
* corrected license header from GPL to LGPL + static linking exception like
|
13 years ago |
florian
|
230142f08b
* change length parameter of CompareMem/CompareMemRange into PtrUInt, resolves #15190
|
15 years ago |
marco
|
5163b44ac6
* Patch for "formatsettings" overloads of currency functions, mantis 15067
|
15 years ago |
florian
|
87df99a53d
* reverted partially r11598 because it breaks delphi compatibility and e.g. tw3721.pp
|
16 years ago |