Age | Commit message (Expand) | Author | Files | Lines |
2006-12-15 | Remove trailing tabs. | martti | 1 | -2/+2 |
2006-12-12 | Made all .include lines look the same. | rillig | 1 | -7/+7 |
2006-12-12 | On Solaris 5.9, the ksh cannot handle null bytes in the input. It's | rillig | 1 | -2/+13 |
2006-11-17 | On Interix, the -c option of checkperms is disabled, as checkperms does | rillig | 1 | -2/+6 |
2006-11-13 | Instead of $0 and $1 .. $NF, the function check_test_eqeq should test | rillig | 1 | -5/+6 |
2006-11-12 | Added a missing line continuation in the code for CHECK_FILES_STRICT. | rillig | 1 | -2/+2 |
2006-11-12 | Moved the test whether this check should be enabled to this file. | rillig | 1 | -13/+7 |
2006-11-12 | Added the CHECK_PERMS_AUTOFIX variable, which allows packages to say | rillig | 1 | -8/+17 |
2006-11-12 | Improved the formatting of the comment and made the code a little | rillig | 1 | -21/+22 |
2006-11-12 | Moved the check for whether check-wrkref should be run from | rillig | 1 | -2/+6 |
2006-11-12 | Improved the readability of the header comment. | rillig | 1 | -24/+25 |
2006-11-11 | Fixed the comment. | rillig | 1 | -2/+2 |
2006-11-11 | Moved the check whether check-shlibs should be run from | rillig | 1 | -2/+7 |
2006-11-11 | Added the usual header comment. | rillig | 1 | -22/+26 |
2006-11-11 | Improved a comment. | rillig | 1 | -3/+3 |
2006-11-10 | Fixed the warning from GNU awk that in strings, \$ is the same as a | rillig | 1 | -2/+2 |
2006-11-10 | Refined the pattern for lines containing bad macros. White-space is | rillig | 1 | -2/+2 |
2006-11-09 | Added documentation. | rillig | 1 | -8/+26 |
2006-11-09 | This is also an FAQ of autoconf, so provide a link to there. | rillig | 1 | -1/+4 |
2006-11-09 | Documented the ksh-compatible form of the SKIP_FILTER. | rillig | 1 | -2/+4 |
2006-11-09 | Added a little comment. | rillig | 1 | -1/+9 |
2006-11-09 | Greatly simplified the code and added documentation. | rillig | 1 | -32/+31 |
2006-11-09 | Fixed the SKIP_FILTER command so that NetBSD's ksh can handle it as well. | rillig | 2 | -5/+7 |
2006-11-09 | Rewrote check-portability in awk instead of shell, since the shell has a | rillig | 4 | -78/+147 |
2006-11-09 | Added a function cs_explain() to check-subr.sh that prints an | rillig | 3 | -6/+51 |
2006-11-09 | Added another sentence that explains how to disable this check for | rillig | 1 | -7/+10 |
2006-11-09 | Added an explanation how to fix the errors reported by this check. | rillig | 1 | -1/+31 |
2006-11-09 | Made the code simpler. | rillig | 1 | -8/+4 |
2006-11-09 | Moved the portability checks from the configure/ directory to checks/, | rillig | 6 | -1/+321 |
2006-11-05 | Look into DESTDIR when checking for WRKDIR references. | joerg | 1 | -2/+2 |
2006-11-02 | Adjusted the check-perms target to the recent update of | rillig | 1 | -11/+11 |
2006-10-21 | Moved the check whether checkperms(1) exists from load time to run time. | rillig | 1 | -12/+10 |
2006-10-16 | Since 2006/10/09 the ${PLIST} file does not contain the full | seb | 1 | -2/+3 |
2006-10-13 | Added a new post-installation check to see whether the files have their | rillig | 2 | -1/+69 |
2006-10-10 | s/LOCALBASE/PREFIX/, but thanks for catching this. | joerg | 1 | -2/+2 |
2006-10-09 | Since a few hours, the .PLIST file does not contain the full pathnames | rillig | 1 | -1/+2 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 4 | -12/+16 |
2006-09-22 | - Compute CHEKCK_FILES filter on the entries requested and keep it | joerg | 1 | -4/+9 |
2006-09-17 | Also ignore fontconfig cache like the "clasic" databases. | joerg | 1 | -1/+2 |
2006-09-14 | Bugfix: Missing shared libraries are reported again. This feature had been | rillig | 1 | -2/+2 |
2006-08-22 | Avoid spurious false negatives when the directories are reordered | joerg | 1 | -4/+7 |
2006-07-13 | Fixed default path wildcards for CHECK_INTERPRETER_SKIP. Now they | heinz | 1 | -4/+6 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 1 | -1/+5 |
2006-07-03 | Moved the command that generates the list of files to its own variable, | rillig | 1 | -2/+4 |
2006-07-02 | I forgot to mention in the last commit that share/examples and share/doc | rillig | 1 | -1/+1 |
2006-07-02 | Added a proper interface documentation. Instead of a .for loop, the | rillig | 1 | -9/+24 |
2006-06-23 | Fix typo that would cause check-shlibs to never find missing libraries | jlam | 1 | -2/+2 |
2006-06-16 | It is worth a warning if a freshly installed file is not readable. | rillig | 1 | -1/+6 |
2006-06-14 | Create DELAYED_{ERROR,WARNING}_MSG macros that can be used to output | jlam | 1 | -8/+4 |
2006-06-12 | Be more consistent about how we're emitting errors and warnings. | jlam | 1 | -6/+8 |