Commit graph

13 commits

Author SHA1 Message Date
dholland
75d6a0662d Patch elisp for emacs24. This likely isn't all of it. 2013-03-31 14:13:27 +00:00
dholland
c24cd7d971 Use optimizer levels that actually exist. 2012-11-16 02:28:39 +00:00
marino
45beb20f03 devel/cqual: Fix for modern gcc
There are several unreferenced functions in cqual which a modern gcc
complains about using -Werror.  After trying to fix a few of them, it
was easier just to stop considering warnings as errors.
2011-12-02 20:50:31 +00:00
dholland
af5551f80f Fix broken build with gcc4. 2008-07-27 20:10:42 +00:00
rillig
b0ce16e6a3 Fixed an internal cqual error. Improved the gcqual program. Added a
debugging option. Bumped PKGREVISION.
2006-07-17 22:16:55 +00:00
rillig
880c4ce641 Added an explanation to patch-cd. 2006-07-02 09:34:01 +00:00
rillig
aaf8c7692a Fixed the gcc4 warning reported in PR 33883 and another similar one. One
of them was a real bug (missing initialization of a structure; luckily
not introduced by me), the other was a false positive.
2006-07-01 09:12:52 +00:00
rillig
853ac09b84 Fixed gcc warnings that have been reported in PR 33859. While here, also
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION.
2006-06-29 10:58:26 +00:00
wiz
30b6dcf7f6 Fix build on -current. Fix PLIST.
Bump PKGREVISION.
2006-03-02 19:56:24 +00:00
rillig
ad20db380a Added some patches to make Cqual build on IRIX 6.5/mips with MIPSpro. (By
the way, all these patches have already been reported upstream and are
mostly fixed.)
2006-01-19 04:21:39 +00:00
rillig
7da5ddc215 Added the patches that are required to build CQual on SunOS 5.8/sparc
with SunPro.
2006-01-18 23:24:12 +00:00
rillig
7128f4ae6f Added two patches. patch-ab avoids tons of #line warnings from the cpp
output, patch-ac fixes the special handling of functions called
malloc().

Bumped PKGREVISION.
2006-01-13 07:51:42 +00:00
rillig
f6ae07692d Imported cqual.
cqual is a type-based analysis tool for finding bugs in C programs. It
extends the type system of C with extra user-defined type qualifiers.
The programmer annotates their program in a few places, and cqual
performs qualifier inference to check whether the annotations are
correct.
2006-01-11 03:12:38 +00:00