History log of /netbsd/usr.bin/cvslatest/cvslatest.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 6d0bb32c 07-Mar-2023 christos <christos@NetBSD.org>

simplify previous


# ad33a3d1 15-Feb-2023 martin <martin@NetBSD.org>

While this is not intended to be used on unclean checkouts, improve
diagnostics if it happens.
Add another variant of a "new entry" dummy timestamp found in the
cvs code (but not seen in checkouts in

While this is not intended to be used on unclean checkouts, improve
diagnostics if it happens.
Add another variant of a "new entry" dummy timestamp found in the
cvs code (but not seen in checkouts in the wild).

show more ...


# 36c3d8a3 03-Nov-2020 christos <christos@NetBSD.org>

Handle dummy timestamp better and check for I/O errors. From khorben@


# 1957f446 09-Mar-2019 christos <christos@NetBSD.org>

Fix another bug found by jemalloc: don't access dirent entry after closedir(3).


# 485474d7 11-Mar-2018 christos <christos@NetBSD.org>

deal with cvs meta-data directories not called CVS.


# c47cfb2e 24-Sep-2017 joerg <joerg@NetBSD.org>

Force _GNU_SOURCE on Linux, otherwise strptime is not defined and more
restrictive macros result in even nastier fallout.


# 8fa07917 12-Jan-2017 christos <christos@NetBSD.org>

give the absolute path for the error message.


# c5381d7c 26-Dec-2016 christos <christos@NetBSD.org>

- use UTC
- initialize tm_isdst
- use accpath to handle relative paths


# fc381e78 19-Dec-2016 christos <christos@NetBSD.org>

print only the latest entry for debugging.


# 027c4e73 24-Jan-2016 christos <christos@NetBSD.org>

Toolify


# 9b02bbb8 24-Jan-2016 christos <christos@NetBSD.org>

Add a program to find the latest timestamp in a cvs repository