1. 14 Jan, 2017 1 commit
    • mojoBrendan's avatar
      Allow %s as generic format specifier in printf (#453) · d8754af0
      mojoBrendan authored
      * Allow %s as generic format specifier in printf
      
      Signed integers are formatted as %d
      Unsigned integers are formatted as %u
      Doubles are formatted as %f
      Chars are formatted as %c
      Void Pointers are formatted as %p
      
      * Remove '%S' handling and use visitor for generic format strings
      
      * Default for floating point is now "%g" rather than "%f"
      d8754af0
  2. 06 Jan, 2017 1 commit
  3. 30 Dec, 2016 2 commits
  4. 29 Dec, 2016 1 commit
  5. 26 Dec, 2016 1 commit
  6. 14 Dec, 2016 1 commit
  7. 19 Nov, 2016 1 commit
  8. 15 Nov, 2016 1 commit
  9. 11 Nov, 2016 1 commit
  10. 10 Nov, 2016 1 commit
  11. 08 Nov, 2016 1 commit
  12. 06 Nov, 2016 7 commits
  13. 05 Nov, 2016 2 commits
  14. 03 Nov, 2016 1 commit
  15. 02 Nov, 2016 1 commit
  16. 01 Nov, 2016 3 commits
  17. 31 Oct, 2016 1 commit
  18. 29 Oct, 2016 1 commit
  19. 19 Oct, 2016 1 commit
  20. 17 Oct, 2016 2 commits
  21. 11 Oct, 2016 1 commit
  22. 06 Oct, 2016 2 commits
  23. 05 Oct, 2016 1 commit
  24. 02 Oct, 2016 1 commit
  25. 29 Sep, 2016 1 commit
  26. 27 Sep, 2016 3 commits