History log of /src/usr.bin/cvslatest |
Revision | Date | Author | Comments |
1.5 | 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.4 | 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
1.3 | 09-Mar-2019 |
christos | no -g
|
1.2 | 09-Mar-2019 |
christos | Fix another bug found by jemalloc: don't access dirent entry after closedir(3).
|
1.1 | 24-Jan-2016 |
christos | branches: 1.1.16; Add a program to find the latest timestamp in a cvs repository
|
1.1.16.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.1.16.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.2 | 16-Dec-2023 |
wiz | cvslatest(1): remove RETURN VALUES
Pages in section one should use EXIT STATUS instead (which this one already provides).
Closes PR 57778 by Kouichi Hashikawa
|
1.1 | 24-Jan-2016 |
christos | branches: 1.1.26; Add a program to find the latest timestamp in a cvs repository
|
1.1.26.1 | 18-Dec-2023 |
martin | Pull up following revision(s) (requested by wiz in ticket #500):
usr.bin/cvslatest/cvslatest.1: revision 1.2
cvslatest(1): remove RETURN VALUES
Pages in section one should use EXIT STATUS instead (which this one already provides).
Closes PR 57778 by Kouichi Hashikawa
|
1.11 | 07-Mar-2023 |
christos | simplify previous
|
1.10 | 15-Feb-2023 |
martin | 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).
|
1.9 | 03-Nov-2020 |
christos | Handle dummy timestamp better and check for I/O errors. From khorben@
|
1.8 | 09-Mar-2019 |
christos | Fix another bug found by jemalloc: don't access dirent entry after closedir(3).
|
1.7 | 11-Mar-2018 |
christos | branches: 1.7.2; deal with cvs meta-data directories not called CVS.
|
1.6 | 24-Sep-2017 |
joerg | branches: 1.6.2; Force _GNU_SOURCE on Linux, otherwise strptime is not defined and more restrictive macros result in even nastier fallout.
|
1.5 | 12-Jan-2017 |
christos | give the absolute path for the error message.
|
1.4 | 26-Dec-2016 |
christos | - use UTC - initialize tm_isdst - use accpath to handle relative paths
|
1.3 | 19-Dec-2016 |
christos | print only the latest entry for debugging.
|
1.2 | 24-Jan-2016 |
christos | branches: 1.2.2; Toolify
|
1.1 | 24-Jan-2016 |
christos | Add a program to find the latest timestamp in a cvs repository
|
1.2.2.2 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.2.2.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.6.2.1 | 15-Mar-2018 |
pgoyette | Synch with HEAD
|
1.7.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|