History log of /netbsd/lib/checkver (Results 1 – 18 of 18)
Revision Date Author Comments
# 8631329a 05-Dec-2021 msaitoh <msaitoh@NetBSD.org>

s/supress/suppress/


# bfaf7d3c 17-Sep-2021 christos <christos@NetBSD.org>

Robustness fix: handle libraries that contain . in their basename.


# 9ec489e5 17-Feb-2013 christos <christos@NetBSD.org>

remove -'s from options


# 3147a577 17-Feb-2013 christos <christos@NetBSD.org>

Use $0


# 1591fd20 17-Feb-2013 christos <christos@NetBSD.org>

modernize


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


# 8b8a7d2c 22-Jul-2000 erh <erh@NetBSD.org>

Ignore (to devnull) errors from ls when no libraries are installed.


# 87788b7d 05-Jul-2000 he <he@NetBSD.org>

No longer abuse the "minor" number in the shlib_version file to
optionally contain the "teeny" version number. Instead, introduce
a separate optional "teeny" variable. This corresponds to the chang

No longer abuse the "minor" number in the shlib_version file to
optionally contain the "teeny" version number. Instead, introduce
a separate optional "teeny" variable. This corresponds to the change
in revision 1.171 of share/bsd.lib.mk.

show more ...


# 91242b16 03-Jul-2000 he <he@NetBSD.org>

Pull down revision 1.5.2.1 to the trunk:
Handle use of "tiny" version numbers, to allow version bumps of
shared libraries on a release branch without reusing version numbers.


# 9aa5adae 05-Nov-1999 erh <erh@NetBSD.org>

Add comments describing what this does.


# f7abd769 02-Jul-1999 simonb <simonb@NetBSD.org>

Remove trailing white space.


# c64fd791 24-Jun-1999 christos <christos@NetBSD.org>

portability fix.


# 5b354a58 10-Jun-1999 simonb <simonb@NetBSD.org>

Allow the location of the shlib_version file to specified by the -v
flag.


# 8e3f60f3 16-Mar-1999 christos <christos@NetBSD.org>

Make this work on a real bourne shell.


# 006c21d4 27-Jan-1999 erh <erh@NetBSD.org>

Replace find with ls when looking for installed libraries to prevent subdirectories from being searched. (suggested by Hubert Feyrer)


# c33036e1 27-Jan-1999 hubertf <hubertf@NetBSD.org>

add RCS ID


# 792cde2d 12-Nov-1998 erh <erh@NetBSD.org>

Add ability to use either a file or the sets files when checking library version numbers. Added -d, -s and -f flags for check dir, check sets and check file. Suggested by Simon Burge.


# 7c323c9f 07-Nov-1998 erh <erh@NetBSD.org>

Add scripts to find any installed libraries whose version is greater than the source version (major, minor). "checkver" actually does this check. "checkvers" find all libraries (actually all shlib_

Add scripts to find any installed libraries whose version is greater than 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.

show more ...