Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes since 2.12:
Handles larger data arrays, and deals better with some quirks in lexer.l
when compiled on a linux platform.
|
|
|
|
their files via a custom do-install target.
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
|
|
|
|
know this option.
|
|
MAKEFILE=makefile instead of do-build target.
Continuations are not needed for the do-install target.
Fix typo in SUBST_MESSAGE.
Fix PKGNAME.
|
|
to intercept primarily the three most common types of
software defects: use of uninitialized variable,
nil-pointer references, and out-of-bounds array
indexing.
|