summaryrefslogtreecommitdiff
path: root/lib/checkvers
AgeCommit message (Collapse)Author
2000-08-09Remove executable permission from src/lib/checkver.gmcgarry
2000-07-22Ignore (to devnull) errors from ls when no libraries are installed.erh
1999-07-02Remove trailing white space.simonb
1999-01-27Replace find with ls when looking for installed libraries to prevent ↵erh
subdirectories from being searched. (suggested by Hubert Feyrer)
1998-11-12Add ability to use either a file or the sets files when checking library ↵erh
version numbers. Added -d, -s and -f flags for check dir, check sets and check file. Suggested by Simon Burge.
1998-11-07Add scripts to find any installed libraries whose version is greater than ↵erh
the source version (major, minor). "checkver" actually does this check. "checkvers" find all libraries (actually all shlib_version files) below the current directory and runs the checkver script for each one.