Commit History

Author SHA1 Message Date
  florian e3f37f98ae * correct handling of -<currency> on non x86 CPUs 18 years ago
  yury 21dcfcd404 * fixed fpc_ShortStr_Currency in case of 0 value. 18 years ago
  yury a4a125e561 * fixed FloatToStrF for ffExponent format. 18 years ago
  Jonas Maebe 3381fd2ea1 * ismultithread is a longbool nowadays (cmpb -> cmpl) 18 years ago
  Jonas Maebe 8e5a5d3f2b * fixed test (typecast floating point constants to float) 18 years ago
  florian 93c86bbaf2 * target test fixed, resolves #6580 18 years ago
  pierre 901cc71411 + allow also <BR/> as line break tag 18 years ago
  pierre f33e66bb4e * avoid overflow check and errors 18 years ago
  pierre f9e00ff2d9 * Move inlcude platform.inc before 18 years ago
  pierre d2711a7013 + added new code to deal better with 18 years ago
  pierre ceec409cff + FpToolsDebugMessage added to 18 years ago
  pierre 92b63304b3 + ReadlnFromFile added to try to cope with 18 years ago
  florian 6791f7caea * test 18 years ago
  florian 36a500c38c * don't coalescate with frame/stack pointer 18 years ago
  yury df10089076 * currency is handled directly in StrToCurr, CurrToStr, CurrToStrF functions. 18 years ago
  joost e8707ad4b8 * added tests for filtering and null-valued fields 18 years ago
  yury a95e47507b * Replaced lot of duplicate code in fpc_Read_xxx procedures by call to internal CheckRead function. 18 years ago
  michael bb9d6120ed * TFormatSettings implementation, stage 1 18 years ago
  yury b3c82a05c5 * Use fpc_Write_Text_Currency and fpc_Read_Text_Currency for currency. 18 years ago
  yury 71961bb8ce * Implemented fpc_Write_Text_Currency and fpc_Read_Text_Currency. 18 years ago
  micha 650bb51d31 update to tdbf svn 18 years ago
  florian ace48bcdf0 * adapted to new fpc behaviour 18 years ago
  yury f45a5e2961 * fixed compilation on 64 bit targets. 18 years ago
  Jonas Maebe 45e9633f97 * count references to class fields/messages from outside that class' 18 years ago
  pierre 6f66f75f69 * more special char fixes 18 years ago
  pierre 8b8db4c1a9 * handle hexadecimal nubmer starting with 'x' 18 years ago
  yury 52b72564e9 * Str and Val for currency values are handled by fpc_xxx_Currency and fpc_Val_Currency_xxx. 18 years ago
  Jonas Maebe 2fa51a485f * bootstrapping for systems where currency is not a float 18 years ago
  florian 9619f4c09d * fixed Math.SetRoundingMode 18 years ago
  yury adae4e9976 * implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_WideStr. 18 years ago