Age | Commit message (Expand) | Author | Files | Lines |
2005-09-02 | Removed the -Winternal flag and the checks for the ":=" operator. There had | rillig | 1 | -16/+1 |
2005-09-02 | Removed the (undocumented) -d/--debug option. | rillig | 1 | -16/+1 |
2005-09-02 | The command line options are now defined in one table instead of two. | rillig | 1 | -49/+60 |
2005-09-02 | In logical lines from Makefiles, white-space surrounding the | rillig | 1 | -8/+13 |
2005-09-02 | In the diagnostics, "../../" path components that are not at the | rillig | 1 | -1/+5 |
2005-09-02 | The PKGDIR variable is extracted from the Makefile first, because other | rillig | 1 | -7/+6 |
2005-09-02 | When checking for direct use of tools, the Makefile lines are | rillig | 1 | -8/+27 |
2005-09-01 | Fixed a newly introduced bug that prevented multiple patches per file from | rillig | 1 | -1/+3 |
2005-09-01 | Fixed the false warnings for lines in patches that start with "---". The | rillig | 1 | -3/+10 |
2005-09-01 | Pkglint can check the pkgsrc root directory now. The checks are kept | rillig | 1 | -7/+59 |
2005-09-01 | Added an (undocumented) option -r/--recursive that checks all the packages | rillig | 1 | -9/+14 |
2005-09-01 | fix typo in comment, reported by Leonard Schmidt on tech-pkg@ | hubertf | 1 | -1/+1 |
2005-08-25 | Update to 20050817. | xtraeme | 2 | -6/+6 |
2005-08-25 | Added a check for PLISTs: Man pages should be installed into man/, not | rillig | 1 | -1/+4 |
2005-08-25 | Removed all references to the -B/contblank command line option. | rillig | 2 | -12/+4 |
2005-08-24 | Removed the -p flag from the usage message. It hasn't been implemented | rillig | 1 | -2/+1 |
2005-08-24 | Removed the check for contiguous blank lines completely. As long as | rillig | 1 | -11/+1 |
2005-08-24 | Added a -Wwhitespace flag that is off by default to control whether | rillig | 1 | -2/+4 |
2005-08-23 | Update to 1.22: | jmmv | 3 | -8/+15 |
2005-08-22 | Sorted the regular expression constants alphabetically. Renamed two of them. | rillig | 1 | -7/+7 |
2005-08-22 | Don't warn about unsorted PLIST entries that contain ${foo}. Only make | rillig | 1 | -33/+17 |
2005-08-21 | Reduced the number of warnings for replacing ":=" with "=". Added a command | rillig | 1 | -3/+10 |
2005-08-21 | Buildlink files may use the := assignment operator for variable names that | rillig | 1 | -2/+2 |
2005-08-21 | Added a flag -g or --gcc-output-format that makes the messages parseable by | rillig | 1 | -29/+51 |
2005-08-21 | This is pkglint-4.20. Changes since 4.19 include: | rillig | 1 | -2/+2 |
2005-08-21 | Generally warn about the use of the := operator in Makefiles. | rillig | 1 | -2/+10 |
2005-08-21 | Rewrote the checking of the Makefile variables in the DISTNAME section. | rillig | 1 | -74/+67 |
2005-08-21 | include digest-types.h so the various {u,}intNN_t types are defined. | grant | 1 | -0/+2 |
2005-08-20 | Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so | jlam | 1 | -3/+4 |
2005-08-20 | Fixed a syntax error (a string had not been enclosed in double quotes). | rillig | 1 | -2/+2 |
2005-08-20 | The default values for some variables in checkfile_package_Makefile are | rillig | 1 | -24/+19 |
2005-08-19 | Added the command line option -CDESCR, for consistency. | rillig | 1 | -2/+4 |
2005-08-19 | The --help message was wrong. The progress messages are not printed on | rillig | 1 | -2/+2 |
2005-08-19 | Reduced two errors to warnings for the category Makefiles: The sort | rillig | 1 | -3/+3 |
2005-08-19 | Don't check the distinfo twice if it is defined as ./distinfo in the | rillig | 1 | -2/+2 |
2005-08-17 | Changed the way how the direct use of tools is detected in Makefiles. | rillig | 1 | -14/+20 |
2005-08-17 | Moved the checkdir_package subroutine directly before the main subroutine | rillig | 1 | -97/+86 |
2005-08-17 | Renamed check_{package,category} to checkdir_{package,category} to | rillig | 1 | -7/+7 |
2005-08-17 | Fixed some bugs that appeared while checking the databases/ category | rillig | 1 | -3/+4 |
2005-08-17 | When checking category Makefiles, avoid false warnings about | rillig | 1 | -40/+63 |
2005-08-17 | Don't require the second line of a category Makefile to contain an empty | rillig | 1 | -72/+117 |
2005-08-08 | Don't install the manpage on FreeBSD. | xtraeme | 1 | -2/+3 |
2005-08-07 | Added an experimental --autofix or -F command line option. It currently | rillig | 1 | -12/+89 |
2005-08-06 | Fixed a bug which led to an endless loop. While happily changing the | rillig | 1 | -3/+2 |
2005-08-06 | Fixed the indentation. Replaced a nested if with an &&. Noticed that I | rillig | 1 | -21/+17 |
2005-08-06 | The check_category subroutine has been converted to a one-pass checker. | rillig | 1 | -34/+57 |
2005-08-06 | Don't be too strict to the "wip" category Makefile. It may have a | rillig | 1 | -2/+11 |
2005-08-06 | Made the checks for category Makefiles much stricter. Only the "category | rillig | 1 | -38/+55 |
2005-08-06 | Run a quick self-test after installation. | rillig | 1 | -1/+4 |
2005-08-06 | White-space fixes. | rillig | 1 | -9/+9 |