Age | Commit message (Expand) | Author | Files | Lines |
2006-05-28 | Remove EOL comments for packages which were uncommented; they | wiz | 1 | -3/+3 |
2006-05-26 | After some discussion with jlam and no objection raised by agc, | joerg | 1 | -4/+4 |
2006-05-23 | Moved the code that guesses the type of a variable based on its name | rillig | 1 | -36/+40 |
2006-05-23 | Prevented warnings when defining the new FETCH_MESSAGE. | rillig | 2 | -2/+5 |
2006-05-23 | - _FETCH_MESSAGE, BUILDLINK_RECOMMENDED.* and BUILDLINK_DEPENDS.* are | rillig | 3 | -11/+26 |
2006-05-23 | The "future directions" chapter gives a vision of what pkglint may do if | rillig | 3 | -2/+53 |
2006-05-22 | Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where | jlam | 1 | -2/+3 |
2006-05-22 | - When building the list of used variables, scan Makefile.* in addition | rillig | 1 | -2/+2 |
2006-05-22 | - Pkglint distinguishes between variables FOO and FOO.* now when checking | rillig | 2 | -202/+282 |
2006-05-22 | Removed some drivel that was not appropriate for man pages. | rillig | 2 | -15/+3 |
2006-05-21 | - PLISTs should not contain perllocal.pod. | rillig | 1 | -3/+9 |
2006-05-20 | Switching pkglint to OCaml looks feasible. | rillig | 1 | -1/+10 |
2006-05-20 | Switching the programming language of pkglint to C++ is not an option. | rillig | 1 | -1/+5 |
2006-05-19 | Reindented the whole program to fit my personal taste. | rillig | 1 | -1395/+1441 |
2006-05-19 | - Found three more instances where explain() had been called instead of | rillig | 1 | -14/+33 |
2006-05-16 | Updated pkglint to 4.62. | rillig | 2 | -4/+7 |
2006-05-16 | bsd.options.mk may set PKG_OPTIONS. | rillig | 2 | -4/+6 |
2006-05-16 | Fixed a typo: $op cannot be "+", but sometimes is "+=". | rillig | 1 | -2/+2 |
2006-05-15 | Found two instances of explain() that had not been converted properly. | rillig | 1 | -4/+12 |
2006-05-15 | Allow the compressed form of duplicate elimination for BUILDLINK_PACKAGES. | rillig | 1 | -9/+22 |
2006-05-13 | Updated pkglint to 4.61. | rillig | 1 | -2/+2 |
2006-05-13 | Changed two lines in the generated buildlink3.mk files. For quite a long | rillig | 2 | -6/+6 |
2006-05-13 | - Added the constant NO_LINES as an alias for NO_LINE_NUMBER. | rillig | 1 | -48/+84 |
2006-05-11 | In the make targets show-* and *-message, commands may be hidden using | rillig | 2 | -23/+30 |
2006-05-11 | Removed the "Comment expected" warning from patch files, as suggested by | rillig | 1 | -5/+5 |
2006-05-11 | BUILDLINK_A{B,P}I_DEPENDS should not be assigned using the ?= operator. | rillig | 1 | -3/+3 |
2006-05-11 | - Allow the lines in makevars.map to be folded like in Makefiles. | rillig | 2 | -9/+15 |
2006-05-11 | Some ideas about the contexts in which variables may be used. | rillig | 1 | -1/+40 |
2006-05-10 | - ACL subjects may contain * as a placeholder. | rillig | 3 | -24/+30 |
2006-05-10 | The := or != operators can be used for unconditional assignment, too. | rillig | 1 | -2/+3 |
2006-05-10 | clean up after doing a quick-install. | rillig | 1 | -2/+2 |
2006-05-10 | - Improved ACL definitions in makevars.map. | rillig | 3 | -72/+94 |
2006-05-10 | ACL entries are separated by a comma and optional white-space, since that | rillig | 1 | -3/+3 |
2006-05-10 | - Removed the types Readonly and Userdefined. | rillig | 2 | -239/+299 |
2006-05-10 | Rewrote the section on ACLs. Now I must adjust the implementation to | rillig | 1 | -61/+88 |
2006-05-10 | * In the vartypes.map, distinguish FOO and FOO.*. | rillig | 1 | -1/+2 |
2006-05-10 | - Added the class PkgLint::Type. | rillig | 4 | -316/+461 |
2006-05-10 | Make pkg_install build on platforms that don't define the PRIu64 integer | jlam | 2 | -4/+6 |
2006-05-09 | Took maintainership. | rillig | 1 | -2/+2 |
2006-05-06 | PKGMANDIR instead of "man". | reed | 1 | -5/+5 |
2006-05-06 | This doesn't use c, c++, fortran, java, or objc. | reed | 1 | -1/+2 |
2006-05-04 | Bump version to 1.72: | dillo | 3 | -21/+22 |
2006-05-02 | In Makefiles, the level of indentation of directives should not be | rillig | 1 | -11/+16 |
2006-05-02 | Non-optimal white-space is not worth a warning. A note is enough. | rillig | 1 | -2/+2 |
2006-05-01 | It is an error if a RESTRICTED package does not have a LICENSE. | rillig | 1 | -1/+5 |
2006-05-01 | The only valid value for NO_{SRC,BIN}_ON_{CDROM,FTP} is ${RESTRICTED}, | rillig | 2 | -6/+11 |
2006-05-01 | Don't warn about unknown lines in paragrpah five of buildlink3.mk files | rillig | 1 | -3/+3 |
2006-05-01 | - Added specific checks for buildlink3.mk files. | rillig | 1 | -14/+166 |
2006-05-01 | 1.71: Fix typo in message. PR 33401 by MASUDA Hideo. | wiz | 2 | -4/+4 |
2006-05-01 | - Added the shell command that is hidden to the diagnostics, so they | rillig | 1 | -9/+43 |