1. 02 Jan, 2016 1 commit
  2. 14 Dec, 2015 1 commit
  3. 03 Dec, 2015 1 commit
  4. 30 Nov, 2015 1 commit
  5. 29 Nov, 2015 1 commit
  6. 23 Oct, 2015 1 commit
  7. 06 Oct, 2015 3 commits
  8. 14 Sep, 2015 1 commit
  9. 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
  10. 20 Aug, 2015 2 commits
  11. 19 Aug, 2015 1 commit
    • David Hunt's avatar
      Rename String to StringUtils. · 5e602f18
      David Hunt authored
      Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>.
      
      From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001
      From: David Hunt <dhunt@iolanthe.attlocal.net>
      Date: Sat, 11 Jul 2015 20:56:31 -0500
      Subject: [PATCH 1/8] Rename String to StringUtils
      5e602f18
  12. 04 Aug, 2015 1 commit
  13. 23 Jul, 2015 1 commit
  14. 15 May, 2015 1 commit
    • Christian Hesse's avatar
      fix compiler warnings · 08829cbc
      Christian Hesse authored
      gcc gives warnings like this:
      
      warning: ignoring return value of ‘fscanf’, declared with attribute
      warn_unused_result
      
      Assign value to a variable, cast to (void) to discard it.
      08829cbc
  15. 13 May, 2015 1 commit
  16. 09 Apr, 2015 2 commits
  17. 01 Apr, 2015 1 commit
  18. 23 Mar, 2015 2 commits
  19. 17 Mar, 2015 2 commits
  20. 16 Mar, 2015 3 commits
  21. 15 Mar, 2015 1 commit
  22. 08 Mar, 2015 3 commits
  23. 23 Feb, 2015 3 commits
  24. 20 Feb, 2015 1 commit
  25. 23 Jan, 2015 2 commits
  26. 22 Jan, 2015 1 commit
  27. 19 Jan, 2015 1 commit