Age | Commit message (Expand) | Author | Files | Lines |
2006-05-31 | Using the := operator has subtle effects on the number of '$' characters | rillig | 1 | -2/+6 |
2006-05-31 | Added a check for variables that are evaluated at load time. Especially | rillig | 2 | -13/+58 |
2006-05-31 | Fixed indentation level in checkline_mk_vartype. | rillig | 1 | -29/+29 |
2006-05-31 | The checks for variable use and correct quoting have been concentrated | rillig | 2 | -107/+298 |
2006-05-31 | Some minor fixes and additions. | rillig | 1 | -3/+5 |
2006-05-31 | SHLIB_HANDLING and USE_RMAN are deprecated. | rillig | 1 | -1/+3 |
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 | - 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 | - 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-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 | - Added the shell command that is hidden to the diagnostics, so they | rillig | 1 | -9/+43 |
2006-05-01 | Marked all variables from mk/defaults/mk.conf as Readonly. | rillig | 1 | -12/+12 |
2006-04-30 | List! has been replaced by InternalList. | rillig | 1 | -13/+11 |
2006-04-30 | Added a warning that shell commands should not be hidden unconditionally | rillig | 1 | -2/+9 |
2006-04-29 | Distinguish the variables pkgname and effective_pkgname. The latter can | rillig | 1 | -20/+56 |