From: brarcher Date: Sat, 16 Feb 2013 06:15:40 +0000 (+0000) Subject: Add to NEWS file X-Git-Tag: 0.10.0~475 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e64421552b5ac25b49b32cd4ceef19175a04f02;p=check Add to NEWS file git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@735 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- 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