Commit graph

13 commits

Author SHA1 Message Date
rillig
04e0aca8ef Updated uno to 2.13.
Changes since 2.12:

Handles larger data arrays, and deals better with some quirks in lexer.l
when compiled on a linux platform.
2009-03-03 09:03:59 +00:00
joerg
9ec8b8c918 Add missing directories for installation. 2009-02-07 21:42:35 +00:00
jlam
4c8382aec0 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 17:45:33 +00:00
xtraeme
975a58bf5f 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.
2007-09-10 15:19:16 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rillig
e0b68b4574 Fixed pkglint warnings. 2006-06-17 21:42:31 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
3fea9c870e Fix errno. Require bison. 2005-12-15 22:19:19 +00:00
rillig
1a84a612a0 On i386, remove the -m32 option from calls to the compiler. gcc does not
know this option.
2005-11-20 12:43:44 +00:00
wiz
c6ffb805c6 Simplify package:
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-15 21:27:52 +00:00
shannonjr
8872afe14a UNO is a tool for source code analysis. It is designed
to intercept primarily the three most common types of
software defects: use of uninitialized variable,
nil-pointer references, and out-of-bounds array
indexing.
2005-11-15 20:55:47 +00:00