Historique des commits

Auteur SHA1 Message Date
  daniel 86cbf76b92 * Fix/improve the value of "code" that is returned for val(string,enum,code) in il y a 15 ans
  Jonas Maebe 08a4ede9c4 * added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr) il y a 15 ans
  Jonas Maebe 6399bcd4e3 * improve precision of values specified with a decimal point and an exponent il y a 15 ans
  florian d3cd6132f2 * handle rounding of currency values correctly, resolves #12207 il y a 16 ans
  Jonas Maebe dcb1046b98 * moved core logic from fpc_shortstr_enum into a separate function, so il y a 16 ans
  Jonas Maebe 063af15a0c * set code to 0 in case val(enum) does not encounter an error il y a 17 ans
  florian 347ae5a3bf * val takes care of empty string, patch from Petr Kristan il y a 17 ans
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) il y a 17 ans
  peter 6ed3d91989 * CompareText for shortstrings added il y a 18 ans
  michael 9777065197 * Fixed carry bug in conversion of currency to string il y a 18 ans
  Jonas Maebe 77eaa77772 - reverted r7790 because it's buggy (+ test) il y a 18 ans
  Jonas Maebe bd0532f158 * removed unused variable from fpc_shortstr_enum and reformatted il y a 18 ans
  Jonas Maebe a57f9e0672 + added QWord overloads for IntToHex, hexStr, OctStr, binStr il y a 18 ans
  daniel bb5fea342f * RTL updates needed to successfully cycle with -CIcommon_type. il y a 18 ans
  Jonas Maebe 76c783f0a1 * removed divisions from val() for unsigned types il y a 18 ans
  pierre 986dea1cfc * reject 0x#0 and variations in val function il y a 18 ans
  Jonas Maebe 69cf42c4f7 * fixed val(s,int64) (it accepted values in the range il y a 18 ans
  Jonas Maebe c13ff3729b * Merged 2.3 branch changes: il y a 18 ans
  florian bfcf0d5459 * val stops on #0 without error, resolves #8177 il y a 18 ans
  Jonas Maebe 5f61271824 * fixed val_sint(x,longint) for negative hex/bin values on 64 bit il y a 18 ans
  Jonas Maebe 6c578f55df * support 'x1f' and 'X1f' for hex notation in val() (Delphi compatibility, il y a 18 ans
  yury 21dcfcd404 * fixed fpc_ShortStr_Currency in case of 0 value. il y a 18 ans
  yury f45a5e2961 * fixed compilation on 64 bit targets. il y a 19 ans
  Jonas Maebe 2fa51a485f * bootstrapping for systems where currency is not a float il y a 19 ans
  yury adae4e9976 * implemented fpc_WideStr_Currency, fpc_chararray_Currency, fpc_Val_Currency_WideStr. il y a 19 ans
  yury b6b9582d8e * implemented fpc_AnsiStr_Currency and fpc_Val_Currency_AnsiStr. il y a 19 ans
  yury 2d683bcbe6 * implemented fpc_Val_Currency_ShortStr.Not used yet. il y a 19 ans
  yury 697875f5af * Fixed reading beyond input string in fpc_Val_Real_ShortStr if empty string was passed. il y a 19 ans
  yury a2f4c7fd2a * fixed fpc_ShortStr_Currency. il y a 19 ans
  yury 37b9258431 * Implemented fpc_ShortStr_Currency. Not used yet. il y a 19 ans