Skip to content
Snippets Groups Projects
  1. Feb 27, 2025
  2. Jan 21, 2024
  3. Jan 04, 2024
  4. Dec 29, 2023
  5. Nov 23, 2023
  6. Jun 11, 2023
  7. Feb 08, 2023
  8. Dec 01, 2022
  9. Jan 19, 2022
  10. Apr 30, 2020
  11. Apr 29, 2020
  12. Apr 28, 2020
  13. Apr 07, 2020
  14. Sep 15, 2018
  15. Aug 09, 2018
  16. May 30, 2018
  17. Mar 02, 2018
  18. Apr 12, 2017
  19. Mar 09, 2017
  20. Jun 27, 2016
  21. Oct 02, 2015
  22. Sep 18, 2015
  23. Sep 14, 2015
  24. Sep 09, 2015
  25. 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
    • Oliver Heidmann's avatar
      replaced all xmalloc with malloc · 2da6059b
      Oliver Heidmann authored
      2da6059b
  26. Aug 07, 2015
  27. Aug 07, 2014
Loading