1. 18 Sep, 2015 4 commits
  2. 17 Sep, 2015 3 commits
  3. 15 Sep, 2015 2 commits
  4. 14 Sep, 2015 5 commits
  5. 10 Sep, 2015 3 commits
  6. 09 Sep, 2015 14 commits
  7. 08 Sep, 2015 5 commits
  8. 07 Sep, 2015 2 commits
  9. 28 Aug, 2015 2 commits
    • Thomas Jahns's avatar
      Revert xmalloc/xrealloc replacements. · d31b2ede
      Thomas Jahns authored
      * This reverts r3646 and r3645.
      * xrealloc/xmalloc are there for a reason:
      ** Every call to these functions does not check the return value of
         the memory allocation, hence error checking must be performed
         in the wrapper.
      ** This was historically done in the macros defined in dmemory.h,
         but redefining any identifier from the standard library to
         something which behaves differently is confusing.
      d31b2ede
    • Oliver Heidmann's avatar
      f5774a21