Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2006-06-17 | Fixed pkglint warnings. | rillig | 1 | -4/+4 | |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-15 | Fix errno. Require bison. | joerg | 3 | -2/+18 | |
2005-11-20 | On i386, remove the -m32 option from calls to the compiler. gcc does not | rillig | 1 | -1/+7 | |
know this option. | |||||
2005-11-15 | Simplify package: | wiz | 1 | -14/+13 | |
MAKEFILE=makefile instead of do-build target. Continuations are not needed for the do-install target. Fix typo in SUBST_MESSAGE. Fix PKGNAME. | |||||
2005-11-15 | UNO is a tool for source code analysis. It is designed | shannonjr | 4 | -0/+56 | |
to intercept primarily the three most common types of software defects: use of uninitialized variable, nil-pointer references, and out-of-bounds array indexing. |