Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
| | |||||
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
| | |||||
* | * tal-debug.c: Add <stdlib.h> for abort. | Kevin Ryde | 2004-04-12 | 1 | -0/+1 |
| | |||||
* | * tal-debug.c: Add <string.h> for strcmp. | Kevin Ryde | 2004-03-03 | 1 | -1/+2 |
| | |||||
* | * tal-debug.c, gmp-impl.h: More checks of TMP_DECL/TMP_MARK/TMP_FREE | Kevin Ryde | 2001-11-19 | 1 | -8/+29 |
| | | | | consistency. | ||||
* | More of: | Kevin Ryde | 2001-06-20 | 1 | -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 Ryde | 2001-06-20 | 1 | -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 Ryde | 2001-06-17 | 1 | -0/+125 |