Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-31 | Patch elisp for emacs24. This likely isn't all of it. | dholland | 2 | -0/+39 | |
2012-11-16 | Use optimizer levels that actually exist. | dholland | 2 | -0/+30 | |
2011-12-02 | devel/cqual: Fix for modern gcc | marino | 1 | -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-27 | Fix broken build with gcc4. | dholland | 1 | -2/+12 | |
2006-07-17 | Fixed an internal cqual error. Improved the gcqual program. Added a | rillig | 2 | -4/+52 | |
debugging option. Bumped PKGREVISION. | |||||
2006-07-02 | Added an explanation to patch-cd. | rillig | 1 | -1/+3 | |
2006-07-01 | Fixed the gcc4 warning reported in PR 33883 and another similar one. One | rillig | 2 | -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-29 | Fixed gcc warnings that have been reported in PR 33859. While here, also | rillig | 2 | -2/+23 | |
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION. | |||||
2006-03-02 | Fix build on -current. Fix PLIST. | wiz | 2 | -8/+33 | |
Bump PKGREVISION. | |||||
2006-01-19 | Added some patches to make Cqual build on IRIX 6.5/mips with MIPSpro. (By | rillig | 3 | -0/+87 | |
the way, all these patches have already been reported upstream and are mostly fixed.) | |||||
2006-01-18 | Added the patches that are required to build CQual on SunOS 5.8/sparc | rillig | 14 | -4/+422 | |
with SunPro. | |||||
2006-01-13 | Added two patches. patch-ab avoids tons of #line warnings from the cpp | rillig | 2 | -0/+53 | |
output, patch-ac fixes the special handling of functions called malloc(). Bumped PKGREVISION. | |||||
2006-01-11 | Imported cqual. | rillig | 1 | -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. |