Historique des commits

Auteur SHA1 Message Date
  florian 44f588b7ad * fixed nested comment warning il y a 16 ans
  florian ee49e8acb6 * SScanf uses StrToFloat to convert the string to a float so it has to use DecimalSeparator to parse the string il y a 16 ans
  florian 87df99a53d * reverted partially r11598 because it breaks delphi compatibility and e.g. tw3721.pp il y a 16 ans
  Jonas Maebe 55578e8226 * fixed FloatToDecimal() for inf/nan (mantis #14143, thanks to il y a 16 ans
  Jonas Maebe 8cae53bb18 * fixed errors with parsing negative, >$99 and invalid BCD numbers in il y a 16 ans
  Jonas Maebe e8edc31a89 * don't insert thousandseparator if it is #0 (mantis #13552, patch by il y a 16 ans
  Jonas Maebe 8d2f3946e0 * fixed TextToFloat() in case ThousandSeparator = DecimalSeparator, based il y a 16 ans
  Jonas Maebe f13006c7f2 * changed the output parameters of a bunch of *tofloat() and il y a 16 ans
  Jonas Maebe dc2d1c6926 * fixed (harmless) range check errors il y a 16 ans
  michael a469e84820 * And yet another extra test plus fix il y a 16 ans
  michael 6d93a762fd * And once more fixed formatfloat. All results consistent with Delphi now il y a 16 ans
  michael 87a6193f4f * Hopefully fixed formatfloat negative value bugs once and for all il y a 16 ans
  michael f64ec1faa6 * removed debug statement il y a 17 ans
  michael 0d53564797 * Fixed bug #12385 il y a 17 ans
  michael ca4fa01f8f * Fixed formaatfloat for negative numbers (Bug ID 11711) objpas/sysutils/sysstr.inc il y a 17 ans
  marco 03fd61b68d * booltostr overload il y a 17 ans
  marco 24d8341ed6 * (IDE-sysutils) dateutil has now unpacktime/packtime alike to Delphi dt. il y a 17 ans
  michael 1ea2129c0d * Changed var to out parameters for strtoint* il y a 17 ans
  giulio cc08543f57 Patch from Petr Kristan for AnsiStrComp/AnsiStrIComp to fix comparison il y a 17 ans
  Jonas Maebe e60e078eb5 * only allow decimalseparator to be used as decimal separator in il y a 17 ans
  Jonas Maebe 2067da9a62 * patch from Giulio Bernardi to fix the generic AnsiStrIComp, il y a 17 ans
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) il y a 17 ans
  Jonas Maebe 200f1e5643 * fixed webtbs/tw10519.pp for CPUs which don't support extended il y a 17 ans
  peter 6ed3d91989 * CompareText for shortstrings added il y a 18 ans
  yury d568718cb0 * Removed UpperCaseTable and LowerCaseTable variables and TCaseTranslationTable type from interface part. These variables are used only by generic upper/lower case conversion routines. They are not used on Windows targets and it is bad idea to let users use these variables. Users must use AnsiLowerCase and AnsiUpperCase routines. il y a 18 ans
  yury 220a37b443 * Do not fill generic upcase and lowcase conversion tables for windows targets, because generic ANSI routines are not used here. il y a 18 ans
  yury 7240f723ef * Fixed warnings. il y a 18 ans
  marco 827d380691 * pchar(pointer()) isms that were safe. il y a 18 ans
  Jonas Maebe a57f9e0672 + added QWord overloads for IntToHex, hexStr, OctStr, binStr il y a 18 ans
  Jonas Maebe 49a545aef2 * fixed FormatFloat for non-x86 (mantis 9384) il y a 18 ans