Skip to content
Snippets Groups Projects
  1. Apr 04, 2016
  2. Apr 02, 2016
  3. Apr 01, 2016
  4. Dec 01, 2015
  5. Nov 23, 2015
  6. Nov 22, 2015
  7. Oct 27, 2015
  8. Oct 26, 2015
  9. Oct 23, 2015
  10. Oct 02, 2015
  11. Sep 18, 2015
  12. Sep 09, 2015
  13. Aug 28, 2015
    • 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
Loading