Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
wc: Improve test coverage.* Add a test that causes mbrtowc() to return 0.* Add a test that causes mbrtowc() to return -2.Sponsored by: Klara, Inc.Reviewed by: emasteDifferential Revision: htt
wc: Improve test coverage.* Add a test that causes mbrtowc() to return 0.* Add a test that causes mbrtowc() to return -2.Sponsored by: Klara, Inc.Reviewed by: emasteDifferential Revision: https://reviews.freebsd.org/D38605
show more ...
wc: Clean up and modernize.* Drop <err.h>, which is unnecessary since we use libxo.* As per POSIX, report an error if output fails.* Fix some type mismatches.* Use bool instead of int where a
wc: Clean up and modernize.* Drop <err.h>, which is unnecessary since we use libxo.* As per POSIX, report an error if output fails.* Fix some type mismatches.* Use bool instead of int where appropriate.* Avoid repeatedly checking for a null filename.* Miscellaneous other tidying.* Add tests (partly derived from work performed by SHENG-YI HONG <i19780219111@kimo.com>).Sponsored by: Klara, Inc.Reviewed by: kevansDifferential Revision: https://reviews.freebsd.org/D38496