| Commit message (Expand) | Author | Age | Files | Lines |
| * | * pass format string to doformaterror procedure. Mantis 16253 | marco | 2011-03-05 | 1 | -3/+2 |
| * | * RTL: Replaced deprecated formatting symbols with their up-to-date counterpa... | sergei | 2011-01-09 | 1 | -5/+2 |
| * | * Fixed IntToHex in case of (0,0) | michael | 2010-09-20 | 1 | -0/+4 |
| * | * Implementation of values 11..15 of negcurrentformat from Zeljan Rikalo | michael | 2010-09-14 | 1 | -1/+6 |
| * | * Patch from Zeljan Rikalo to fix issue 13722 (FloatToStrF negative 0) | michael | 2010-09-06 | 1 | -0/+31 |
| * | * use TrueBoolStrs/FalseBoolStrs for *StrToBool* (mantis #16848) | jonas | 2010-08-10 | 1 | -9/+21 |
| * | * fixed FloatToStr for ffGeneral when dealing with numbers whose number of | jonas | 2010-04-05 | 1 | -9/+10 |
| * | rtl: fix FormatFloat to skip first spaces | paul | 2009-12-28 | 1 | -2/+5 |
| * | * change length parameter of CompareMem/CompareMemRange into PtrUInt, resolve... | florian | 2009-12-13 | 1 | -28/+5 |
| * | * Patch for "formatsettings" overloads of currency functions, mantis 15067 | marco | 2009-11-13 | 1 | -0/+25 |
| * | * fixed nested comment warning | florian | 2009-07-26 | 1 | -2/+3 |
| * | * SScanf uses StrToFloat to convert the string to a float so it has to use De... | florian | 2009-07-16 | 1 | -1/+1 |
| * | * reverted partially r11598 because it breaks delphi compatibility and e.g. t... | florian | 2009-07-16 | 1 | -8/+10 |
| * | * fixed FloatToDecimal() for inf/nan (mantis #14143, thanks to | jonas | 2009-07-16 | 1 | -1/+21 |
| * | * fixed errors with parsing negative, >$99 and invalid BCD numbers in | jonas | 2009-04-27 | 1 | -4/+18 |
| * | * don't insert thousandseparator if it is #0 (mantis #13552, patch by | jonas | 2009-04-23 | 1 | -3/+5 |
| * | * fixed TextToFloat() in case ThousandSeparator = DecimalSeparator, based | jonas | 2009-03-14 | 1 | -15/+28 |
| * | * changed the output parameters of a bunch of *tofloat() and | jonas | 2009-03-07 | 1 | -11/+11 |
| * | * fixed (harmless) range check errors | jonas | 2009-02-07 | 1 | -15/+18 |
| * | * And yet another extra test plus fix | michael | 2008-12-11 | 1 | -1/+1 |
| * | * And once more fixed formatfloat. All results consistent with Delphi now | michael | 2008-12-10 | 1 | -16/+12 |
| * | * Hopefully fixed formatfloat negative value bugs once and for all | michael | 2008-12-05 | 1 | -8/+13 |
| * | * removed debug statement | michael | 2008-11-14 | 1 | -1/+0 |
| * | * Fixed bug 12385 | michael | 2008-11-14 | 1 | -1/+2 |
| * | * Fixed formaatfloat for negative numbers (Bug ID 11711) objpas/sysutils/syss... | michael | 2008-08-31 | 1 | -1/+7 |
| * | * booltostr overload | marco | 2008-08-17 | 1 | -0/+6 |
| * | * (IDE-sysutils) dateutil has now unpacktime/packtime alike to Delphi dt. | marco | 2008-08-17 | 1 | -0/+19 |
| * | * Changed var to out parameters for strtoint* | michael | 2008-07-02 | 1 | -3/+3 |
| * | Patch from Petr Kristan for AnsiStrComp/AnsiStrIComp to fix comparison | giulio | 2008-06-25 | 1 | -4/+4 |
| * | * only allow decimalseparator to be used as decimal separator in | jonas | 2008-05-24 | 1 | -3/+13 |
| * | * patch from Giulio Bernardi to fix the generic AnsiStrIComp, | jonas | 2008-04-30 | 1 | -3/+8 |
| * | + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) | micha | 2008-03-02 | 1 | -11/+30 |
| * | * fixed webtbs/tw10519.pp for CPUs which don't support extended | jonas | 2008-01-24 | 1 | -0/+11 |
| * | * CompareText for shortstrings added | peter | 2007-12-02 | 1 | -15/+28 |
| * | * Removed UpperCaseTable and LowerCaseTable variables and TCaseTranslationTab... | yury | 2007-11-20 | 1 | -0/+9 |
| * | * Do not fill generic upcase and lowcase conversion tables for windows target... | yury | 2007-11-01 | 1 | -13/+17 |
| * | * Fixed warnings. | yury | 2007-11-01 | 1 | -1/+1 |
| * | * pchar(pointer()) isms that were safe. | marco | 2007-09-28 | 1 | -14/+16 |
| * | + added QWord overloads for IntToHex, hexStr, OctStr, binStr | jonas | 2007-08-29 | 1 | -0/+4 |
| * | * fixed FormatFloat for non-x86 (mantis 9384) | jonas | 2007-08-04 | 1 | -4/+6 |
| * | + StrNextChar implemented | florian | 2007-06-24 | 1 | -8/+14 |
| * | * fixed several range errors | jonas | 2007-03-14 | 1 | -10/+10 |
| * | * formatfloat patches for #8388 and 8386 | marco | 2007-03-03 | 1 | -3/+5 |
| * | * converted CP850UCT and CP850LCT into #-notation (mantis #8104) | jonas | 2007-01-13 | 1 | -16/+16 |
| * | * fixed again ffExponent format in FloatToStrFIntl. | yury | 2007-01-13 | 1 | -21/+19 |
| * | * better fix than the one in r5920 | jonas | 2007-01-12 | 1 | -2/+2 |
| * | * fixed FloatToStrFIntl for platforms without extended | jonas | 2007-01-12 | 1 | -2/+7 |
| * | * TFormatSettings implementation, stage 3 (final) | michael | 2007-01-11 | 1 | -66/+73 |
| * | * TFormatSettings implementation, stage 2 | michael | 2007-01-11 | 1 | -25/+224 |
| * | * fixed FloatToStrF for ffExponent format. | yury | 2007-01-11 | 1 | -50/+41 |