summaryrefslogtreecommitdiff
path: root/devel/uno
AgeCommit message (Collapse)AuthorFilesLines
2007-09-10Update to 2.12:xtraeme4-23/+23
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.
2007-08-05Don't use malloc.h.joerg2-1/+14
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-06-17Fixed pkglint warnings.rillig1-4/+4
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-15Fix errno. Require bison.joerg3-2/+18
2005-11-20On i386, remove the -m32 option from calls to the compiler. gcc does notrillig1-1/+7
know this option.
2005-11-15Simplify package:wiz1-14/+13
MAKEFILE=makefile instead of do-build target. Continuations are not needed for the do-install target. Fix typo in SUBST_MESSAGE. Fix PKGNAME.
2005-11-15UNO is a tool for source code analysis. It is designedshannonjr4-0/+56
to intercept primarily the three most common types of software defects: use of uninitialized variable, nil-pointer references, and out-of-bounds array indexing.