Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Dec 10, 2016
  3. Dec 09, 2016
  4. May 04, 2016
    • John Kessenich's avatar
      Correct precision qualification on built-in functions. · af459216
      John Kessenich authored
      This is a replacement commit for pull request #238.
      
      This is a design change, followed by implementation change that
      A) fixes the changes caused by the design change, and
      B) fixes some cases that were originally incorrect.
      
      The design change is to not give built-in functions default precision qualification.
      This is to allow the rule that the precision of some built-in functions adopt their
      precision qualification from the calling arguments.  This is A above.
      
      A consequence of this design change is that all built-ins that are supposed to have
      an explicit precision qualifier must now be declared that way.  So, a lot more
      built-in declarations now have precision qualifiers, just to keep things the same.
      This is B above.
      af459216
  5. Dec 11, 2015
  6. May 18, 2015
  7. Apr 29, 2015
  8. May 06, 2014
  9. Apr 14, 2014
  10. Mar 31, 2014
  11. Jan 06, 2014
  12. Dec 11, 2013
  13. Dec 04, 2013
  14. Nov 20, 2013
  15. Nov 11, 2013
  16. Oct 24, 2013
  17. Oct 02, 2013
  18. Sep 28, 2013
  19. Sep 24, 2013
  20. Aug 05, 2013
Loading