1. 20 May, 2015 1 commit
  2. 19 May, 2015 1 commit
  3. 18 May, 2015 2 commits
  4. 17 May, 2015 5 commits
  5. 15 May, 2015 5 commits
  6. 14 May, 2015 2 commits
  7. 13 May, 2015 2 commits
  8. 12 May, 2015 3 commits
  9. 08 May, 2015 1 commit
  10. 07 May, 2015 4 commits
  11. 04 May, 2015 1 commit
    • cremno's avatar
      define YYDEBUG macro conditionally · 3cd80a52
      cremno authored
      The YYDEBUG macro enables parser debugging which
      unnecessarily increases the executable size (9 to 10 KB).
      Now it only will be defined when PARSER_DEBUG is too.
      3cd80a52
  12. 30 Apr, 2015 5 commits
  13. 29 Apr, 2015 3 commits
    • cremno's avatar
      always define SIZE_ERROR_MUL() macro · c579ab1c
      cremno authored
      Previously there wasn't a way to trigger the useful definition, but it
      is needed and that in every case to check for integer overflow due to
      multiplication and faulty/modified binary files.
      
      Also change existing code to a calloc()-like parameter order.
      c579ab1c
    • cremno's avatar
      remove SIZE_ERROR() macro · aaf2615e
      cremno authored
      It's only used once and in that case it isn't necessary anyway, since
      size_t must be at least 32 bits wide and
      the max. length of a filename is UINT16_MAX.
      aaf2615e
    • cremno's avatar
      4a82b939
  14. 28 Apr, 2015 4 commits
  15. 27 Apr, 2015 1 commit