From 1e64421552b5ac25b49b32cd4ceef19175a04f02 Mon Sep 17 00:00:00 2001 From: brarcher Date: Sat, 16 Feb 2013 06:15:40 +0000 Subject: [PATCH] Add to NEWS file git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@735 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 87ac3c7..ffcd39d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ In development: +* Support 64bit int for __ck_assert_int. Patch from bug #3599471 + +* Add equivalent uint variants for __ck_assert_int. Patch from bug #3600433. + +* Detect if the system has a C99 compliant version of the printf related + functions for check to use, and if not use an implementation provided by + check. + * Updated HACKING and release procedure in Makefile.am. * Detect if the system has clock_gettime() available, and if not use an -- 2.50.1