Searched hist:b5541f456d641d23e0c46874daff0b62552bf3cb (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/diff/ |
H A D | diff.c | diff 7e64519a479abe1ff92a0985790f5c2b8a9d95df Tue Mar 08 17:58:25 CET 2022 Tom Jones <thj@FreeBSD.org> diff: set cflag when passed to diff
In b5541f456d641d23e0c46874daff0b62552bf3cb when flags were converted to be boolean, the setting of cflag as an integer was removed, but no boolean set was added.
This effects the output format of dates, but the context type was set to D_CONTEXT so other functionality worked.
Reviewed by: bapt Sponsored by: Klara Inc. Differential Revision: https://reviews.freebsd.org/D34481 diff b5541f456d641d23e0c46874daff0b62552bf3cb Sun Sep 05 01:44:26 CEST 2021 Piotr Pawel Stefaniak <pstef@FreeBSD.org> diff: convert boolean flag variables to bool
There will be more boolean flags added in upcoming commits and they would have to be stored in ints in order to be consistent with existing code. Change the existing code to use the bool type.
|
H A D | diff.h | diff b5541f456d641d23e0c46874daff0b62552bf3cb Sun Sep 05 01:44:26 CEST 2021 Piotr Pawel Stefaniak <pstef@FreeBSD.org> diff: convert boolean flag variables to bool
There will be more boolean flags added in upcoming commits and they would have to be stored in ints in order to be consistent with existing code. Change the existing code to use the bool type.
|