summaryrefslogtreecommitdiff
path: root/tal-debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * tal-debug.c: Add <stdlib.h> for abort.Kevin Ryde2004-04-121-0/+1
|
* * tal-debug.c: Add <string.h> for strcmp.Kevin Ryde2004-03-031-1/+2
|
* * tal-debug.c, gmp-impl.h: More checks of TMP_DECL/TMP_MARK/TMP_FREEKevin Ryde2001-11-191-8/+29
| | | | consistency.
* More of:Kevin Ryde2001-06-201-0/+2
| | | | | | | | | | * configure.in, Makefile.am, gmp-impl.h: Add a debugging TMP_ALLOC, selected with --enable-alloca=debug. The reentrant malloc is going to call malloc with the size given to TMP_ALLOC, and since malloc(0) isn't portable we want to get rid of any TMP_ALLOC(0)s. Whether that proves too difficult is another matter.
* More of:Kevin Ryde2001-06-201-15/+7
| | | | | | * tal-debug.c: New file. Don't demand TMP_FREE for a TMP_MARK which hasn't had any TMP_ALLOCs.
* * tal-debug.c: New file.Kevin Ryde2001-06-171-0/+125