Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | - 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-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 | - Moved the code for checking macro names in patch lines into its own | rillig | 1 | -47/+52 |
2006-01-06 | - s/existant/existent/ | rillig | 1 | -2/+2 |
2006-01-06 | - Renamed checkfile_patches_patch to checkfile_patch. | rillig | 1 | -4/+4 |
2006-01-06 | Added an RCS Id and an introductory comment. | rillig | 1 | -0/+5 |
2006-01-06 | - It is not an error to have symlinks in pkgsrc -- just a warning. Any | rillig | 1 | -1/+6 |
2006-01-03 | Ask for warnings so that e.g. CONFIGURE_DIRS has overrides for | joerg | 1 | -0/+2 |
2006-01-02 | Cleaned up the TODO list. | rillig | 1 | -6/+0 |
2006-01-02 | - For possibly misquoted variables the current shellword state is | rillig | 1 | -2/+4 |
2006-01-02 | * record with each substring its source location to be able to make | rillig | 1 | -0/+2 |
2006-01-02 | Updated pkglint to 4.51. Welcome to the Fahrenheit release. | rillig | 1 | -2/+2 |
2006-01-02 | - Fixed the wording of the message when CONFIGURE_DIRS and friends are | rillig | 1 | -4/+4 |
2006-01-02 | - Removed the type guessing code for variables with unknown type, as | rillig | 1 | -26/+3 |
2006-01-02 | - Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS. | rillig | 1 | -1/+4 |
2006-01-01 | - Unquoted shell variables may appear in for loops. | rillig | 1 | -6/+9 |
2006-01-01 | - Uncommented the note that CONFIGURE_DIRS, BUILD_DIRS and INSTALL_DIRS | rillig | 1 | -3/+2 |
2006-01-01 | - Added a check for unquoted shell variables (only with -Wextra). | rillig | 1 | -8/+22 |
2006-01-01 | - Integrated checklines_patches_patch back into checkfile_patches_patch. | rillig | 1 | -68/+61 |
2006-01-01 | - Fixed typo: It's __NetBSD_Version__, not __NetBSD_Version_. | rillig | 1 | -2/+2 |
2006-01-01 | Remove stuff that was marked for removal after 2005Q4. | wiz | 1 | -22/+1 |
2006-01-01 | - Added a parser for shell words. | rillig | 1 | -3/+100 |
2005-12-31 | - Moved the code that checks for valid shell words into its own subroutine | rillig | 1 | -21/+33 |
2005-12-31 | Updated pkglint to 4.50. | rillig | 1 | -2/+2 |
2005-12-31 | Added some variables, strengthened the checks for some other variables. | rillig | 1 | -4/+11 |
2005-12-31 | - Restructured the header comment. | rillig | 3 | -53/+204 |
2005-12-31 | Since pkg_install appears in the pkg_info listing, there is no need for | rillig | 1 | -3/+1 |
2005-12-30 | Index: has sometimes different precedence in patch, avoid problems. | joerg | 1 | -0/+1 |
2005-12-18 | lintpkgsrc needs pkgtools/digest, so readd it to the DEPENDS. | rillig | 1 | -1/+2 |
2005-12-18 | Synchronized the way the checksum of patch files is computed with the one | rillig | 1 | -2/+2 |