Re: CVS commit: src/usr.bin/stat

2024-03-14 Thread Roland Illig
Am 14.03.2024 um 21:27 schrieb Robert Elz: > Date:Thu, 14 Mar 2024 20:53:13 +0100 > From:Roland Illig > Message-ID: <9c7513f7-97b5-4d3b-9d66-dce483af7...@gmx.de> > > | I don't think the flags '+' and '0' make sense for strings, that's why I > | decided to preserve

Re: CVS commit: src/usr.bin/stat

2024-03-14 Thread Robert Elz
Date:Thu, 14 Mar 2024 20:53:13 +0100 From:Roland Illig Message-ID: <9c7513f7-97b5-4d3b-9d66-dce483af7...@gmx.de> | I don't think the flags '+' and '0' make sense for strings, that's why I | decided to preserve existing behavior. But the change only affected

Re: CVS commit: src/usr.bin/stat

2024-03-14 Thread Roland Illig
Am 14.03.2024 um 20:38 schrieb Robert Elz: > Module Name: src > Committed By: kre > Date: Thu Mar 14 19:38:56 UTC 2024 > > Modified Files: > src/usr.bin/stat: stat.c > > Log Message: > While the change in 1.51 certainly retained binary compat with > what was in 1.50 (while silencing

CVS commit: src/usr.bin/stat

2024-03-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Mar 14 19:38:56 UTC 2024 Modified Files: src/usr.bin/stat: stat.c Log Message: While the change in 1.51 certainly retained binary compat with what was in 1.50 (while silencing LINT) - it was clearly not the correct change to

CVS commit: src/usr.bin/stat

2024-03-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Mar 14 19:38:56 UTC 2024 Modified Files: src/usr.bin/stat: stat.c Log Message: While the change in 1.51 certainly retained binary compat with what was in 1.50 (while silencing LINT) - it was clearly not the correct change to

CVS commit: src/usr.bin/stat

2024-03-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 14 00:07:20 UTC 2024 Modified Files: src/usr.bin/stat: stat.c Log Message: stat: fix lint warning about constant argument to '!' No binary change. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/usr.bin/stat

2024-03-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Mar 14 00:07:20 UTC 2024 Modified Files: src/usr.bin/stat: stat.c Log Message: stat: fix lint warning about constant argument to '!' No binary change. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/usr.bin/stat

2024-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 29 22:01:58 UTC 2024 Modified Files: src/usr.bin/stat: Makefile stat.c Log Message: fix tools build To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/stat/Makefile cvs rdiff -u -r1.49 -r1.50

CVS commit: src/usr.bin/stat

2024-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 29 22:01:58 UTC 2024 Modified Files: src/usr.bin/stat: Makefile stat.c Log Message: fix tools build To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/stat/Makefile cvs rdiff -u -r1.49 -r1.50

CVS commit: src/usr.bin/stat

2024-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 29 21:55:24 UTC 2024 Modified Files: src/usr.bin/stat: Makefile stat.1 stat.c Log Message: PR/57891: Ricardo Branco: add symbolic flags printing (from FreeBSD) To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/usr.bin/stat

2024-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 29 21:55:24 UTC 2024 Modified Files: src/usr.bin/stat: Makefile stat.1 stat.c Log Message: PR/57891: Ricardo Branco: add symbolic flags printing (from FreeBSD) To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/usr.bin/stat

2022-07-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 21 10:08:28 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: readlink: sort SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/stat/readlink.1 Please note that diffs are not

CVS commit: src/usr.bin/stat

2022-07-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 21 10:08:28 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: readlink: sort SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/stat/readlink.1 Please note that diffs are not

CVS commit: src/usr.bin/stat

2022-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jul 21 10:00:31 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: Add an Xr to realpath(1) (which does much the same as readlink -f). Try not to forget the damn comma! To generate a diff of this commit: cvs

CVS commit: src/usr.bin/stat

2022-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jul 21 10:00:31 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: Add an Xr to realpath(1) (which does much the same as readlink -f). Try not to forget the damn comma! To generate a diff of this commit: cvs

CVS commit: src/usr.bin/stat

2022-06-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 24 13:11:45 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: Remove the notge (I added a day or so ago) about IFS interfering with -s output (potentially) - it is almost certainly wrong. To generate a diff of

CVS commit: src/usr.bin/stat

2022-06-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 24 13:11:45 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: Remove the notge (I added a day or so ago) about IFS interfering with -s output (potentially) - it is almost certainly wrong. To generate a diff of

CVS commit: src/usr.bin/stat

2022-06-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jun 23 23:41:26 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: stat(1): Fix two more -width. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/stat/stat.1 Please note that diffs are not

CVS commit: src/usr.bin/stat

2022-06-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jun 23 23:41:26 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: stat(1): Fix two more -width. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/stat/stat.1 Please note that diffs are not

CVS commit: src/usr.bin/stat

2022-06-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 22 22:41:14 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: stat(1): Misc fixes. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/stat/stat.1 Please note that diffs are not public

CVS commit: src/usr.bin/stat

2022-06-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 22 22:41:14 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: stat(1): Misc fixes. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/stat/stat.1 Please note that diffs are not public

CVS commit: src/usr.bin/stat

2022-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 22 22:25:23 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: Use \(em, fix macro usage To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.bin/stat/stat.1 Please note that diffs are not

CVS commit: src/usr.bin/stat

2022-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 22 22:25:23 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 Log Message: Use \(em, fix macro usage To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.bin/stat/stat.1 Please note that diffs are not

CVS commit: src/usr.bin/stat

2022-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 22 22:25:09 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: Remove dot at end of SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/stat/readlink.1 Please note that diffs

CVS commit: src/usr.bin/stat

2022-06-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jun 22 22:25:09 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: Remove dot at end of SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/stat/readlink.1 Please note that diffs

CVS commit: src/usr.bin/stat

2022-06-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 22 19:27:47 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: readlink(1): Add italic correction. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/stat/readlink.1 Please note that

CVS commit: src/usr.bin/stat

2022-06-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 22 19:27:47 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: readlink(1): Add italic correction. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/stat/readlink.1 Please note that

CVS commit: src/usr.bin/stat

2022-06-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 22 19:18:17 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: readlink(1): Add missing .El, use non-random .Bl -width To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/stat/readlink.1

CVS commit: src/usr.bin/stat

2022-06-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 22 19:18:17 UTC 2022 Modified Files: src/usr.bin/stat: readlink.1 Log Message: readlink(1): Add missing .El, use non-random .Bl -width To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/stat/readlink.1

CVS commit: src/usr.bin/stat

2022-06-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 22 18:20:30 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: Some corrections to stat to make it more reasonable, and comply with the man page, in particular, in one of the EXAMPLES it is claimed:

CVS commit: src/usr.bin/stat

2022-06-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 22 18:20:30 UTC 2022 Modified Files: src/usr.bin/stat: stat.1 stat.c Log Message: Some corrections to stat to make it more reasonable, and comply with the man page, in particular, in one of the EXAMPLES it is claimed:

CVS commit: src/usr.bin/stat

2022-06-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 22 18:02:43 UTC 2022 Modified Files: src/usr.bin/stat: Makefile stat.1 Added Files: src/usr.bin/stat: readlink.1 Log Message: Divide stat.1 into stat.1 (now only includes stat(1)) and readlink.1 Apologies to cvs

CVS commit: src/usr.bin/stat

2022-06-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jun 22 18:02:43 UTC 2022 Modified Files: src/usr.bin/stat: Makefile stat.1 Added Files: src/usr.bin/stat: readlink.1 Log Message: Divide stat.1 into stat.1 (now only includes stat(1)) and readlink.1 Apologies to cvs

CVS commit: src/usr.bin/stat

2021-08-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 27 18:11:07 UTC 2021 Modified Files: src/usr.bin/stat: stat.c Log Message: stat: fix undefined behavior when calling ctype functions lint says: warning: argument to 'function from ' must be cast to 'unsigned char', not

CVS commit: src/usr.bin/stat

2021-08-27 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Aug 27 18:11:07 UTC 2021 Modified Files: src/usr.bin/stat: stat.c Log Message: stat: fix undefined behavior when calling ctype functions lint says: warning: argument to 'function from ' must be cast to 'unsigned char', not

Re: CVS commit: src/usr.bin/stat

2010-11-24 Thread Christos Zoulas
In article 20101124225754.6201e17...@cvs.netbsd.org, David A. Holland source-changes-d@NetBSD.org wrote: - (void)snprintf(tmp, sizeof(tmp), %dd, prec 9 ? 9 : prec); + (void)snprintf(tmp, sizeof(tmp), %dld, prec 9 ? 9 : prec); perhaps %dlld?

Re: CVS commit: src/usr.bin/stat

2010-11-24 Thread David Holland
On Wed, Nov 24, 2010 at 11:11:36PM +, Christos Zoulas wrote: - (void)snprintf(tmp, sizeof(tmp), %dd, prec 9 ? 9 : prec); + (void)snprintf(tmp, sizeof(tmp), %dld, prec 9 ? 9 : prec); perhaps %dlld? Nope, that's the nsecs, which are long. I'm sort of inclined to

Re: CVS commit: src/usr.bin/stat

2010-11-24 Thread Christos Zoulas
On Nov 24, 11:49pm, dholland-sourcechan...@netbsd.org (David Holland) wrote: -- Subject: Re: CVS commit: src/usr.bin/stat | On Wed, Nov 24, 2010 at 11:11:36PM +, Christos Zoulas wrote: | - (void)snprintf(tmp, sizeof(tmp), %dd, prec 9 ? 9 : prec); | + (void)snprintf(tmp