CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 15:25:39 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: date(1) says: STANDARDS The date utility is expected to be compatible with IEEE Std 1003.2 (“POSIX.2”). yet the format used for the dat

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 15:25:39 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: date(1) says: STANDARDS The date utility is expected to be compatible with IEEE Std 1003.2 (“POSIX.2”). yet the format used for the dat

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 14:56:48 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: Add -U and -z options to date(1). -U allows the (internal) TZ setting to be returned to what it was when date started running. -z zone sets TZ to

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 14:56:48 UTC 2024 Modified Files: src/bin/date: date.1 date.c Log Message: Add -U and -z options to date(1). -U allows the (internal) TZ setting to be returned to what it was when date started running. -z zone sets TZ to

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 11:30:11 UTC 2024 Modified Files: src/bin/date: date.c Log Message: PR lib/58674 (and I suspect, several others) Stop expecting strptime(3) in the tools build, it is an XSI function, and the tools builds do not set up the

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 11:30:11 UTC 2024 Modified Files: src/bin/date: date.c Log Message: PR lib/58674 (and I suspect, several others) Stop expecting strptime(3) in the tools build, it is an XSI function, and the tools builds do not set up the

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 10:08:38 UTC 2024 Modified Files: src/bin/date: date.1 Log Message: Note that the order in which the -u and -d options are given matters. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/bin/date/date.1

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 10:08:38 UTC 2024 Modified Files: src/bin/date: date.1 Log Message: Note that the order in which the -u and -d options are given matters. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/bin/date/date.1

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 09:55:38 UTC 2024 Modified Files: src/bin/date: date.c Log Message: isleap() is not a standard function/macro, so if none of the include files have defined a macro of that name, define it ourselves. To generate a diff of

CVS commit: src/bin/date

2024-09-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 17 09:55:38 UTC 2024 Modified Files: src/bin/date: date.c Log Message: isleap() is not a standard function/macro, so if none of the include files have defined a macro of that name, define it ourselves. To generate a diff of

Re: CVS commit: src/bin/date

2024-01-22 Thread Christos Zoulas
In article <19118.1705868...@jacaranda.noi.kre.to>, Robert Elz wrote: >Date:Sun, 21 Jan 2024 18:16:28 - (UTC) >From:chris...@astron.com (Christos Zoulas) >Message-ID: > > | I think this is the yacc used by the build process, not the yacc > | to build tools with

Re: CVS commit: src/bin/date

2024-01-21 Thread Robert Elz
Date:Sun, 21 Jan 2024 18:16:28 - (UTC) From:chris...@astron.com (Christos Zoulas) Message-ID: | I think this is the yacc used by the build process, not the yacc | to build tools with? I.e. will this yacc produce c files usable in | the host compilation envir

Re: CVS commit: src/bin/date

2024-01-21 Thread Roland Illig
Am 21.01.2024 um 19:16 schrieb Christos Zoulas: > In article , > Valery Ushakov wrote: >> On Sun, Jan 21, 2024 at 11:55:56 -0500, Christos Zoulas wrote: >> >>> Consider providing parsedate(3) in libcompat, but then we'd need >>> yacc... >> >> We already have yacc in tools - src/tools/yacc > > I t

Re: CVS commit: src/bin/date

2024-01-21 Thread Christos Zoulas
In article , Valery Ushakov wrote: >On Sun, Jan 21, 2024 at 11:55:56 -0500, Christos Zoulas wrote: > >> Consider providing parsedate(3) in libcompat, but then we'd need >> yacc... > >We already have yacc in tools - src/tools/yacc I think this is the yacc used by the build process, not the yacc t

Re: CVS commit: src/bin/date

2024-01-21 Thread Valery Ushakov
On Sun, Jan 21, 2024 at 11:55:56 -0500, Christos Zoulas wrote: > Consider providing parsedate(3) in libcompat, but then we'd need > yacc... We already have yacc in tools - src/tools/yacc -uwe

CVS commit: src/bin/date

2024-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 16:55:56 UTC 2024 Modified Files: src/bin/date: date.c Log Message: Handle -d %Y%m%d in the tools version. This is used in the release notes Makefile.inc when BUILDID is specified. Consider providing parsedate(3) in l

CVS commit: src/bin/date

2024-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 21 16:55:56 UTC 2024 Modified Files: src/bin/date: date.c Log Message: Handle -d %Y%m%d in the tools version. This is used in the release notes Makefile.inc when BUILDID is specified. Consider providing parsedate(3) in l

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 18:04:00 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): sync two [CC]yy]mm]dd]HH]MM[.SS] instances The markup was the same (modulo Li vs Cm for the dot before the seconds), but use the same source

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 18:04:00 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): sync two [CC]yy]mm]dd]HH]MM[.SS] instances The markup was the same (modulo Li vs Cm for the dot before the seconds), but use the same source

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 17:56:54 UTC 2023 Modified Files: src/bin/date: date.c Log Message: Add -R to usage To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/bin/date/date.c Please note that diffs are not public domain; they ar

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 17:56:54 UTC 2023 Modified Files: src/bin/date: date.c Log Message: Add -R to usage To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/bin/date/date.c Please note that diffs are not public domain; they ar

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 17:52:02 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): minor markup fixes To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/bin/date/date.1 Please note that diffs are not public dom

CVS commit: src/bin/date

2023-05-31 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed May 31 17:52:02 UTC 2023 Modified Files: src/bin/date: date.1 Log Message: date(1): minor markup fixes To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/bin/date/date.1 Please note that diffs are not public dom

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 16:01:53 UTC 2023 Modified Files: src/bin/date: date.1 date.c Log Message: Add -R option for displaying time in RFC 5322 format, similar to GNU date. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/

CVS commit: src/bin/date

2023-05-31 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 31 16:01:53 UTC 2023 Modified Files: src/bin/date: date.1 date.c Log Message: Add -R option for displaying time in RFC 5322 format, similar to GNU date. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/

CVS commit: src/bin/date

2022-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 22 20:11:43 UTC 2022 Modified Files: src/bin/date: date.1 date.c Log Message: Add -f option to set the time. From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/date/date.1 cvs rdiff -u

CVS commit: src/bin/date

2022-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 22 20:11:43 UTC 2022 Modified Files: src/bin/date: date.1 date.c Log Message: Add -f option to set the time. From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/date/date.1 cvs rdiff -u

CVS commit: src/bin/date

2022-05-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue May 10 09:07:57 UTC 2022 Modified Files: src/bin/date: date.1 Log Message: date(1): Use .Dl for one-liners. Same output is generated. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/bin/date/date.1 Please no

CVS commit: src/bin/date

2022-05-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue May 10 09:07:57 UTC 2022 Modified Files: src/bin/date: date.1 Log Message: date(1): Use .Dl for one-liners. Same output is generated. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/bin/date/date.1 Please no

CVS commit: src/bin/date

2022-05-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue May 10 09:00:39 UTC 2022 Modified Files: src/bin/date: date.1 Log Message: date(1): Fix the offset in previous. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/bin/date/date.1 Please note that diffs are not p

CVS commit: src/bin/date

2022-05-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue May 10 09:00:39 UTC 2022 Modified Files: src/bin/date: date.1 Log Message: date(1): Fix the offset in previous. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/bin/date/date.1 Please note that diffs are not p

CVS commit: src/bin/date

2022-05-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 10 05:37:33 UTC 2022 Modified Files: src/bin/date: date.1 Log Message: date(1): add example for how to get seconds since the Epoch output To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/bin/date/date.1 Pl

CVS commit: src/bin/date

2022-05-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue May 10 05:37:33 UTC 2022 Modified Files: src/bin/date: date.1 Log Message: date(1): add example for how to get seconds since the Epoch output To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/bin/date/date.1 Pl

CVS commit: src/bin/date

2010-02-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 4 22:56:11 UTC 2010 Modified Files: src/bin/date: date.1 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/bin/date/date.1 Please note that diffs are not public dom

CVS commit: src/bin/date

2010-02-04 Thread Jeremy C. Reed
Module Name:src Committed By: reed Date: Thu Feb 4 19:25:22 UTC 2010 Modified Files: src/bin/date: date.1 Log Message: For the -d option, refer to parsedate(3) for examples. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/bin/date/date.1 Please note t