Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -2/+2 | |
From Sergey Svishchev in private mail. | |||||
2006-07-17 | Fixed an internal cqual error. Improved the gcqual program. Added a | rillig | 5 | -8/+72 | |
debugging option. Bumped PKGREVISION. | |||||
2006-07-02 | Added an explanation to patch-cd. | rillig | 2 | -3/+5 | |
2006-07-01 | Fixed the gcc4 warning reported in PR 33883 and another similar one. One | rillig | 3 | -10/+24 | |
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 | Now really bump PKGREVISION, which I had forgotten in the last patch. | rillig | 1 | -2/+2 | |
2006-06-29 | Fixed gcc warnings that have been reported in PR 33859. While here, also | rillig | 4 | -5/+28 | |
fixed the pkglint warning regarding INFO_FILES. Bumped PKGREVISION. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-03-02 | Fix build on -current. Fix PLIST. | wiz | 5 | -14/+41 | |
Bump PKGREVISION. | |||||
2006-02-12 | NetBSD 1.6 needs bison. | rillig | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-19 | Added some patches to make Cqual build on IRIX 6.5/mips with MIPSpro. (By | rillig | 4 | -1/+91 | |
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 | 16 | -7/+445 | |
with SunPro. | |||||
2006-01-15 | Added emacs as a dependency. | rillig | 1 | -1/+2 | |
2006-01-13 | Added two patches. patch-ab avoids tons of #line warnings from the cpp | rillig | 4 | -3/+58 | |
output, patch-ac fixes the special handling of functions called malloc(). Bumped PKGREVISION. | |||||
2006-01-12 | - Perl is needed at runtime. | rillig | 1 | -3/+5 | |
- Made the package work with CHECK_INTERPRETER=yes set. - Bumped PKGREVISION. | |||||
2006-01-11 | Added documentation and example files. Bumped PKGREVISION. | rillig | 2 | -3/+34 | |
2006-01-11 | Imported cqual. | rillig | 5 | -0/+84 | |
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. |