summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysutils/sysstr.inc
Commit message (Expand)AuthorAgeFilesLines
* * pass format string to doformaterror procedure. Mantis 16253marco2011-03-051-3/+2
* * RTL: Replaced deprecated formatting symbols with their up-to-date counterpa...sergei2011-01-091-5/+2
* * Fixed IntToHex in case of (0,0)michael2010-09-201-0/+4
* * Implementation of values 11..15 of negcurrentformat from Zeljan Rikalomichael2010-09-141-1/+6
* * Patch from Zeljan Rikalo to fix issue 13722 (FloatToStrF negative 0)michael2010-09-061-0/+31
* * use TrueBoolStrs/FalseBoolStrs for *StrToBool* (mantis #16848)jonas2010-08-101-9/+21
* * fixed FloatToStr for ffGeneral when dealing with numbers whose number ofjonas2010-04-051-9/+10
* rtl: fix FormatFloat to skip first spacespaul2009-12-281-2/+5
* * change length parameter of CompareMem/CompareMemRange into PtrUInt, resolve...florian2009-12-131-28/+5
* * Patch for "formatsettings" overloads of currency functions, mantis 15067marco2009-11-131-0/+25
* * fixed nested comment warningflorian2009-07-261-2/+3
* * SScanf uses StrToFloat to convert the string to a float so it has to use De...florian2009-07-161-1/+1
* * reverted partially r11598 because it breaks delphi compatibility and e.g. t...florian2009-07-161-8/+10
* * fixed FloatToDecimal() for inf/nan (mantis #14143, thanks tojonas2009-07-161-1/+21
* * fixed errors with parsing negative, >$99 and invalid BCD numbers injonas2009-04-271-4/+18
* * don't insert thousandseparator if it is #0 (mantis #13552, patch byjonas2009-04-231-3/+5
* * fixed TextToFloat() in case ThousandSeparator = DecimalSeparator, basedjonas2009-03-141-15/+28
* * changed the output parameters of a bunch of *tofloat() andjonas2009-03-071-11/+11
* * fixed (harmless) range check errorsjonas2009-02-071-15/+18
* * And yet another extra test plus fixmichael2008-12-111-1/+1
* * And once more fixed formatfloat. All results consistent with Delphi nowmichael2008-12-101-16/+12
* * Hopefully fixed formatfloat negative value bugs once and for allmichael2008-12-051-8/+13
* * removed debug statementmichael2008-11-141-1/+0
* * Fixed bug 12385michael2008-11-141-1/+2
* * Fixed formaatfloat for negative numbers (Bug ID 11711) objpas/sysutils/syss...michael2008-08-311-1/+7
* * booltostr overloadmarco2008-08-171-0/+6
* * (IDE-sysutils) dateutil has now unpacktime/packtime alike to Delphi dt.marco2008-08-171-0/+19
* * Changed var to out parameters for strtoint*michael2008-07-021-3/+3
* Patch from Petr Kristan for AnsiStrComp/AnsiStrIComp to fix comparisongiulio2008-06-251-4/+4
* * only allow decimalseparator to be used as decimal separator injonas2008-05-241-3/+13
* * patch from Giulio Bernardi to fix the generic AnsiStrIComp,jonas2008-04-301-3/+8
* + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)micha2008-03-021-11/+30
* * fixed webtbs/tw10519.pp for CPUs which don't support extendedjonas2008-01-241-0/+11
* * CompareText for shortstrings addedpeter2007-12-021-15/+28
* * Removed UpperCaseTable and LowerCaseTable variables and TCaseTranslationTab...yury2007-11-201-0/+9
* * Do not fill generic upcase and lowcase conversion tables for windows target...yury2007-11-011-13/+17
* * Fixed warnings.yury2007-11-011-1/+1
* * pchar(pointer()) isms that were safe. marco2007-09-281-14/+16
* + added QWord overloads for IntToHex, hexStr, OctStr, binStrjonas2007-08-291-0/+4
* * fixed FormatFloat for non-x86 (mantis 9384)jonas2007-08-041-4/+6
* + StrNextChar implementedflorian2007-06-241-8/+14
* * fixed several range errorsjonas2007-03-141-10/+10
* * formatfloat patches for #8388 and 8386marco2007-03-031-3/+5
* * converted CP850UCT and CP850LCT into #-notation (mantis #8104)jonas2007-01-131-16/+16
* * fixed again ffExponent format in FloatToStrFIntl.yury2007-01-131-21/+19
* * better fix than the one in r5920jonas2007-01-121-2/+2
* * fixed FloatToStrFIntl for platforms without extendedjonas2007-01-121-2/+7
* * TFormatSettings implementation, stage 3 (final)michael2007-01-111-66/+73
* * TFormatSettings implementation, stage 2michael2007-01-111-25/+224
* * fixed FloatToStrF for ffExponent format.yury2007-01-111-50/+41