Skip to content
Snippets Groups Projects
  1. Aug 18, 2020
  2. Aug 17, 2020
  3. Aug 14, 2020
    • Gábor Szalai's avatar
      Remove leading zero warning from str2float compiler part (bug 566028) · bcab9cf8
      Gábor Szalai authored
      
      The standard explicitly allow the leading zero for str2float
      Leading zero warning is not needed as it is allowed.
      
      C.1.29  Character string to float
      str2float(in charstring invalue) return float This function
      converts a charstring comprising a number into a float value.
      The format of the number in the charstring shall follow rules
      in clause 6.1.0, items a) or b) with the following exceptions:
      
      leading zeros are allowed;
      
      EXAMPLE:
      
      str2float("12345.6") // is the same as str2float("123.456E+02")
      
      Change-Id: I0e29260f893874d4b34372cd064882bb51087260
      Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
      bcab9cf8
  4. Aug 13, 2020
    • Gábor Szalai's avatar
      Remove leading zero warning from str2float (bug 566028) · 06fb83ab
      Gábor Szalai authored
      
      The standard explicitly allow the leading zero for str2float
      Leading zero warning is not needed as it is allowed.
      
      C.1.29  Character string to float
      str2float(in charstring invalue) return float This function
      converts a charstring comprising a number into a float value.
      The format of the number in the charstring shall follow rules
      in clause 6.1.0, items a) or b) with the following exceptions:
      
      leading zeros are allowed;
      
      EXAMPLE:
      
      str2float("12345.6") // is the same as str2float("123.456E+02")
      
      Change-Id: Ia3a81017b234dae493cd33ccc4ce3ea124727be2
      Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
      06fb83ab
  5. Aug 12, 2020
  6. Aug 11, 2020
  7. Aug 10, 2020
  8. Aug 06, 2020
  9. Jul 31, 2020
  10. Jul 27, 2020
  11. Jul 23, 2020
  12. Jul 18, 2020
  13. Jul 16, 2020
  14. Jul 14, 2020
  15. Jul 10, 2020
  16. Jul 09, 2020
  17. Jul 06, 2020
  18. Jul 03, 2020
  19. Jul 02, 2020
  20. Jun 24, 2020
  21. Jun 23, 2020
  22. Jun 18, 2020
  23. Jun 17, 2020
  24. Jun 16, 2020
  25. Jun 15, 2020
  26. Jun 12, 2020
Loading