Age | Commit message (Expand) | Author | Files | Lines |
2006-01-24 | - Accept "\"...\"" as valid CPP macro, as some old configure scripts need | rillig | 1 | -1/+4 |
2006-01-23 | - Made the parser for distinfo files stricter. It can catch mismatched | rillig | 1 | -14/+59 |
2006-01-23 | - Made -Wvarorder work like stated in the documentation. I had replaced the | rillig | 1 | -5/+9 |
2006-01-22 | - Instead of only allowing the :Q modifier for quoting, allow any modifier | rillig | 1 | -2/+7 |
2006-01-21 | Update "rpm2pkg" package to version 2.1.1. Changes since 2.1: | tron | 2 | -6/+5 |
2006-01-21 | Update package Makefile now that bsd.pkg.extract.mk is using the | jlam | 2 | -4/+2 |
2006-01-20 | Updated pkglint to 4.54. | rillig | 1 | -2/+2 |
2006-01-20 | - Added the -d|--debug command line option, which replaces -Wdebug. The | rillig | 3 | -33/+58 |
2006-01-20 | Setting BROKEN_GETTEXT_DETECTION to "no" really means "no", so allow it. | rillig | 1 | -2/+2 |
2006-01-20 | Despite its name, BUILTIN_FIND_FILES_VAR is a _list_ of variable names. | rillig | 1 | -2/+2 |
2006-01-19 | Add include/X11/XlibConf.h to xorg list. I noticed and added that | reed | 2 | -3/+4 |
2006-01-17 | - Added some more state transitions and warnings to the shellword parser. | rillig | 1 | -1/+25 |
2006-01-16 | - In -Wextra mode, emit warnings if a "?=" operator occurs before | rillig | 1 | -1/+17 |
2006-01-15 | Update pkgtools/pkg_chk to 1.66 | abs | 2 | -4/+4 |
2006-01-15 | - Implemented a first prototype of the diagnostics with character-wise | rillig | 1 | -24/+121 |
2006-01-14 | - The pkgdir variable is only defined when checking a pkgsrc package. For | rillig | 1 | -2/+3 |
2006-01-14 | - Reduced the number of false warnings for relative directories. | rillig | 1 | -5/+8 |
2006-01-14 | - Unquoted make variables in shell words can be fixed automatically. As | rillig | 1 | -3/+21 |
2006-01-13 | Added LIBTOOL_OVERRIDE. | rillig | 1 | -1/+2 |
2006-01-13 | - When guessing the type of variables, *_DIRS and *_FILES are both of the | rillig | 1 | -3/+3 |
2006-01-12 | - Added about 50 variable types to makevars.map. | rillig | 2 | -22/+146 |
2006-01-12 | Bump date for some new features. | wiz | 2 | -3/+3 |
2006-01-12 | When creating the sorted list of binary packages, "ls -t *.tgz" can | joerg | 2 | -4/+4 |
2006-01-12 | Add runtime dependency of xpkgwedge on imake and xmkmf. | joerg | 1 | -2/+5 |
2006-01-12 | Updated pkglint to 4.53. | rillig | 1 | -2/+2 |
2006-01-12 | Added APACHE_MODULE. | rillig | 1 | -1/+2 |
2006-01-12 | - Allow '^' to appear unquoted in shell programs, although it ``is an | rillig | 1 | -3/+13 |
2006-01-12 | - The shell variables $!, $# and $? are recognized as such. All other | rillig | 1 | -3/+7 |
2006-01-12 | - Improved the parsers for shell words and shell commands. Parsing errors | rillig | 1 | -18/+34 |
2006-01-12 | - Defining and using make variables starting with an underscore is only | rillig | 1 | -3/+3 |
2006-01-12 | - Added three warning categories "debug", "quoting" and "space" that can | rillig | 3 | -5/+31 |
2006-01-12 | - Added the package PkgLint::String, which will be used for improving the | rillig | 1 | -1/+227 |
2006-01-12 | - Added plist-clash.pl to the list of files that have @PERL@ replaced. | rillig | 1 | -1/+2 |
2006-01-11 | - In the shell command parser, go to state SCST_CONT instead of SCST_START | rillig | 1 | -2/+5 |
2006-01-11 | - In resolve_relative_path, the depth of the path should only be adjusted | rillig | 1 | -8/+10 |
2006-01-11 | Fixed spacing issue. | rillig | 2 | -3/+3 |
2006-01-11 | - Renamed PkgLint::FileUtil::Line to PkgLint::Line in preparation to some | rillig | 1 | -5/+5 |
2006-01-10 | Use ${ABI} for library files, patterned after what SGI does. This makes | christos | 2 | -231/+234 |
2006-01-10 | Updated pkglint to 4.52. | rillig | 1 | -2/+2 |
2006-01-09 | Fixed the simple part of the pkglint -Wall warnings. | rillig | 1 | -14/+12 |
2006-01-09 | - Even in an unquoted shell word, variables should be quoted. For example, | rillig | 1 | -7/+13 |
2006-01-09 | - Only check make variables for deprecation and $(...) instead of ${...}. | rillig | 1 | -3/+3 |
2006-01-09 | - Added "Please use ${FOO} instead of $(FOO)." | rillig | 1 | -3/+11 |
2006-01-08 | Unbreak by adding NO_BUILD=yes. | joerg | 1 | -1/+2 |
2006-01-08 | - Rewrote the state transition of the shell command parser. The source | rillig | 1 | -75/+52 |
2006-01-08 | - In shell commands, "case" statements are parsed properly. (Fixes a false | rillig | 1 | -16/+46 |
2006-01-08 | Sync with usr.sbin/pkg_install 1.58: | wiz | 1 | -3/+3 |
2006-01-07 | - Enabled the quoting warning for SUBST_MESSAGE (this time the other | rillig | 1 | -6/+1 |
2006-01-07 | - Added SUBST_MESSAGE to the list of checked variables. The plan is to | rillig | 2 | -3/+20 |
2006-01-06 | Update to version 1.25. | seb | 3 | -33/+15 |