From efff8807cac673e074bc53fbb63e42c06c8835b0 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 10 Sep 2007 15:19:16 +0000 Subject: Update to 2.12: Version 2.12 (11 Aug 07) Handle 0LL, and empty initializer lists (courtesy Dany Vereertbrugghen, lucent). The tool will still complain if a structure is passed to a function without prior initialization. Fix pending. Version 2.11 (2 March 07) Handle larger inputs. Better behavior on self-test. Removes problem with some preprocessors where uno could choke on an unexpected format for linenumber directives. Thanks to rainer from samhain labs. Version 2.9-2.10 (Feb 06) Small fixes only. In pedantic mode, uno will now treat pointers that are initialized to zero as being uninitialized. This is annoying sometimes when you want to initialize the pointer to turn off a report from uno, but it is a little safer. Several patches courtesy of Jerry James. --- devel/uno/patches/patch-aa | 8 ++++---- devel/uno/patches/patch-ab | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'devel/uno/patches') diff --git a/devel/uno/patches/patch-aa b/devel/uno/patches/patch-aa index 6eabdc37255..1a7f1c8e09f 100644 --- a/devel/uno/patches/patch-aa +++ b/devel/uno/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2005/12/15 22:19:19 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2007/09/10 15:19:16 xtraeme Exp $ ---- c_gram.y.orig 2005-12-15 22:13:27.000000000 +0000 -+++ c_gram.y -@@ -40,7 +40,7 @@ int yydebug = 1; +--- c_gram.y.orig 2007-09-10 17:10:42.000000000 +0200 ++++ c_gram.y 2007-09-10 17:10:51.000000000 +0200 +@@ -41,7 +41,7 @@ int structfieldflag; diff --git a/devel/uno/patches/patch-ab b/devel/uno/patches/patch-ab index 1b88a7c9bb3..75a99f02638 100644 --- a/devel/uno/patches/patch-ab +++ b/devel/uno/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2007/08/05 18:42:28 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2007/09/10 15:19:16 xtraeme Exp $ ---- uno_fcts.c.orig 2007-08-05 18:19:06.000000000 +0000 -+++ uno_fcts.c +--- uno_fcts.c.orig 2007-09-10 17:14:19.000000000 +0200 ++++ uno_fcts.c 2007-09-10 17:14:23.000000000 +0200 @@ -11,7 +11,6 @@ #include #include -- cgit v1.2.3