summaryrefslogtreecommitdiff
path: root/devel/cqual/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-03-31Patch elisp for emacs24. This likely isn't all of it.dholland2-0/+39
2012-11-16Use optimizer levels that actually exist.dholland2-0/+30
2011-12-02devel/cqual: Fix for modern gccmarino1-0/+15
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.
2008-07-27Fix broken build with gcc4.dholland1-2/+12
2006-07-17Fixed an internal cqual error. Improved the gcqual program. Added arillig2-4/+52
debugging option. Bumped PKGREVISION.
2006-07-02Added an explanation to patch-cd.rillig1-1/+3
2006-07-01Fixed the gcc4 warning reported in PR 33883 and another similar one. Onerillig2-7/+21
of them was a real bug (missing initialization of a structure; luckily not introduced by me), the other was a false positive.
2006-06-29Fixed gcc warnings that have been reported in PR 33859. While here, alsorillig2-2/+23
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION.
2006-03-02Fix build on -current. Fix PLIST.wiz2-8/+33
Bump PKGREVISION.
2006-01-19Added some patches to make Cqual build on IRIX 6.5/mips with MIPSpro. (Byrillig3-0/+87
the way, all these patches have already been reported upstream and are mostly fixed.)
2006-01-18Added the patches that are required to build CQual on SunOS 5.8/sparcrillig14-4/+422
with SunPro.
2006-01-13Added two patches. patch-ab avoids tons of #line warnings from the cpprillig2-0/+53
output, patch-ac fixes the special handling of functions called malloc(). Bumped PKGREVISION.
2006-01-11Imported cqual.rillig1-0/+24
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.