1. 17 May, 2015 3 commits
  2. 15 May, 2015 4 commits
  3. 14 May, 2015 2 commits
  4. 13 May, 2015 2 commits
  5. 12 May, 2015 3 commits
  6. 08 May, 2015 1 commit
  7. 07 May, 2015 4 commits
  8. 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
  9. 30 Apr, 2015 5 commits
  10. 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
  11. 28 Apr, 2015 4 commits
  12. 27 Apr, 2015 2 commits
  13. 26 Apr, 2015 4 commits
  14. 25 Apr, 2015 1 commit
  15. 24 Apr, 2015 1 commit