Age | Commit message (Expand) | Author | Files | Lines |
2005-09-16 | Removed distfetch from pkgsrc | martti | 7 | -325/+1 |
2005-09-11 | update pkgtools/pkg_chk to 1.61. | abs | 2 | -6/+16 |
2005-09-10 | regen | wiz | 1 | -1/+1 |
2005-09-10 | Date string needs no leading zeroes. | wiz | 1 | -2/+2 |
2005-09-10 | Use \*[Am] instead of & for HTML output. | wiz | 1 | -2/+2 |
2005-09-09 | This is pkglint-4.21. | rillig | 1 | -2/+2 |
2005-09-09 | Changed the regular expression for detecting valid .include lines in | rillig | 1 | -2/+2 |
2005-09-06 | Bugfix: The subdirectories of the pkgsrc root directory are listed | rillig | 1 | -7/+16 |
2005-09-05 | Added a check for variables that are modified using "+=". As they are | rillig | 1 | -1/+75 |
2005-09-05 | Replaced two instances of ad-hoc regular expressions with regex_varassign. | rillig | 1 | -4/+4 |
2005-09-05 | The continuation line indicator in regex_varassign is not needed | rillig | 1 | -4/+4 |
2005-09-04 | Use logical lines for the validation of Makefiles rather than physical | rillig | 1 | -20/+43 |
2005-09-04 | Update url2pkg to 1.29. Change: | hubertf | 2 | -11/+28 |
2005-09-04 | regen (under 2.0) | wiz | 1 | -15/+15 |
2005-09-04 | New sentence, new line. | wiz | 1 | -2/+3 |
2005-09-04 | Changed the wording of the diagnostics message when a patch contains an | rillig | 1 | -5/+4 |
2005-09-04 | Made the code in get_logical_line easier. | rillig | 1 | -3/+8 |
2005-09-04 | Updated the man pages. | rillig | 2 | -36/+30 |
2005-09-03 | When RCS Ids are detected in patches, don't suggest the -ko mode, but | rillig | 1 | -2/+2 |
2005-09-03 | As the shell commands in Makefiles can be quite long, only the close | rillig | 1 | -8/+23 |
2005-09-03 | Added section comments and renamed some subroutines and variables. | rillig | 1 | -28/+27 |
2005-09-03 | Made the import clauses uniform. | rillig | 1 | -5/+11 |
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 |