1. 19 Feb, 2018 1 commit
  2. 04 Feb, 2017 1 commit
  3. 31 Jan, 2017 1 commit
  4. 01 Oct, 2016 1 commit
  5. 30 Aug, 2016 1 commit
    • Explorer09's avatar
      Mark signal tables 'const' · 1f3d85b6
      Explorer09 authored
      
      
      Specifically, Platform_signals[] and Platform_numberOfSignals. Both are
      not supposed to be mutable. Marking them 'const' puts them into rodata
      sections in binary. And for Platform_numberOfSignals, this aids
      optimization (aids only Link Time Optimization for now). :)
      Signed-off-by: default avatarKang-Che Sung <explorer09@gmail.com>
      1f3d85b6
  6. 14 Feb, 2016 1 commit
  7. 02 Feb, 2016 2 commits
  8. 02 Jan, 2016 1 commit
  9. 03 Dec, 2015 1 commit
  10. 07 Sep, 2015 1 commit
    • Christian Hesse's avatar
      fix calloc() calls · e8970b6f
      Christian Hesse authored
      * size_t nmemb (number of elements) first, then size_t size
      * do not assume char is size 1 but use sizeof()
      * allocate for char, not pointer to char (found by Michael McConville,
        fixes #261)
      e8970b6f
  11. 20 Aug, 2015 1 commit
  12. 19 Aug, 2015 1 commit
  13. 16 Mar, 2015 1 commit
  14. 23 Feb, 2015 3 commits
  15. 27 Nov, 2014 7 commits
  16. 24 Nov, 2014 1 commit