CVS commit: src/lib/libc/time

2021-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 1 04:42:14 UTC 2021 Modified Files: src/lib/libc/time: Makefile NEWS theory.html tz-art.html tz-link.html version zic.8 zic.c Log Message: Merge tzcode-2021a - No comments in the changelog about the code

CVS commit: src/lib/libc/time

2020-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 17 16:24:33 UTC 2020 Modified Files: src/lib/libc/time: Makefile NEWS version Log Message: update to 2020c To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/lib/libc/time/Makefile cvs rdiff -u -r1.31

CVS commit: src/lib/libc/time

2020-09-21 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Mon Sep 21 15:31:54 UTC 2020 Modified Files: src/lib/libc/time: strptime.c Log Message: Correct range for ISO week conversion The %V conversion range for strptime(3) should match the strftime(3) conversion range. A valid ISO

CVS commit: src/lib/libc/time

2020-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 25 14:52:48 UTC 2020 Modified Files: src/lib/libc/time: Makefile NEWS localtime.c private.h strftime.c theory.html tz-art.html tz-link.html tzfile.5 version zdump.8 zdump.c zic.8 zic.c Log

CVS commit: src/lib/libc/time

2019-04-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 20 07:27:40 UTC 2019 Modified Files: src/lib/libc/time: tzset.3 Log Message: Remove 'No' macros with no effect. Add width to table. Fix en-dashes. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/lib/libc/time

2019-04-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 18 11:20:17 UTC 2019 Modified Files: src/lib/libc/time: tzset.3 Log Message: Note restrictions on return values from tzgetname() and tzgmtoff() To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/lib/libc/time

2019-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 17 17:37:29 UTC 2019 Modified Files: src/lib/libc/time: localtime.c Log Message: Pick up the latest matching (most recent) entry instead of the first one. This fixes: env TZ=Australia/Melbourne date printing

CVS commit: src/lib/libc/time

2019-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 8 18:50:52 UTC 2019 Modified Files: src/lib/libc/time: localtime.c Log Message: The typecnt refers the to ttis array and the timecnt refers to the type array. The types array can have 0 elements (i.e. timecnt == 0),

CVS commit: src/lib/libc/time

2019-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 7 22:31:54 UTC 2019 Modified Files: src/lib/libc/time: strftime.c Log Message: don't print ???, requested by kre@ To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/time/strftime.c Please

CVS commit: src/lib/libc/time

2019-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 7 14:58:25 UTC 2019 Modified Files: src/lib/libc/time: localtime.c Log Message: only need to initialize the first type. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/lib/libc/time/localtime.c

CVS commit: src/lib/libc/time

2019-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 7 14:51:15 UTC 2019 Modified Files: src/lib/libc/time: strftime.c Log Message: Don't try to print NULL if we can't get a timezone name. First we try dst, then we try the non-dst name and finally we just print ??? if

CVS commit: src/lib/libc/time

2019-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 7 14:44:51 UTC 2019 Modified Files: src/lib/libc/time: localtime.c Log Message: Initialize the default timezone a bit more so that tzgetname(3) works. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/lib/libc/time

2019-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 5 21:27:44 UTC 2019 Modified Files: src/lib/libc/time: strftime.3 strftime.c Log Message: - Padding support from FreeBSD (GNU extensions) - add '+' for the c-locale only. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/time

2019-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 4 22:03:23 UTC 2019 Modified Files: src/lib/libc/time: private.h Log Message: deal with zic that's not part of libc. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libc/time/private.h Please

CVS commit: src/lib/libc/time

2019-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 4 19:42:39 UTC 2019 Modified Files: src/lib/libc/time: Makefile.inc Log Message: ALL_STATE was bought by STATE_FARM. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/time/Makefile.inc

CVS commit: src/lib/libc/time

2019-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 4 19:27:28 UTC 2019 Modified Files: src/lib/libc/time: localtime.c private.h strftime.c Log Message: Make strftime_{l,z} re-entrant and always require a non-NULL timezone to be passed in so that we can use the current

CVS commit: src/lib/libc/time

2019-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 4 19:25:38 UTC 2019 Modified Files: src/lib/libc/time: difftime.c Log Message: explicitly promote to double. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/difftime.c Please note

CVS commit: src/lib/libc/time

2019-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 4 18:18:31 UTC 2019 Modified Files: src/lib/libc/time: Makefile NEWS README theory.html tz-art.html tz-link.html tzfile.5 version zic.8 zic.c Log Message: merge 2019a Changes to code zic now has an

CVS commit: src/lib/libc/time

2019-02-24 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 24 11:51:05 UTC 2019 Modified Files: src/lib/libc/time: strptime.3 Log Message: fix typo. From Evil_Bob. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/strptime.3 Please note that diffs

CVS commit: src/lib/libc/time

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 04:38:38 UTC 2019 Modified Files: src/lib/libc/time: difftime.c localtime.c Log Message: fix duplicated chunk from merge To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/difftime.c

CVS commit: src/lib/libc/time

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 02:40:50 UTC 2019 Modified Files: src/lib/libc/time: asctime.c Log Message: fix mergeo To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/time/asctime.c Please note that diffs are not

CVS commit: src/lib/libc/time

2018-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 1 03:04:56 UTC 2019 Modified Files: src/lib/libc/time: Makefile NEWS localtime.c theory.html tz-art.html tz-link.html version zdump.c zic.c Log Message: Release 2018i - 2018-12-30 11:05:43 -0800 Briefly:

CVS commit: src/lib/libc/time

2018-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 27 22:29:24 UTC 2018 Modified Files: src/lib/libc/time: NEWS theory.html tz-how-to.html tz-link.html tzfile.5 version zdump.8 zic.8 zic.c Log Message: Welcome tzcode-2018g Changes to code When

CVS commit: src/lib/libc/time

2018-02-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 11 13:28:50 UTC 2018 Modified Files: src/lib/libc/time: getdate.3 Log Message: Remove useless macro. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/time/getdate.3 Please note that diffs are not

CVS commit: src/lib/libc/time

2018-02-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 11 13:28:26 UTC 2018 Modified Files: src/lib/libc/time: ctime.3 Log Message: Remove Tn. Remove trailing whitespace. Remove useless Pp. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/lib/libc/time/ctime.3

CVS commit: src/lib/libc/time

2018-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 22:48:42 UTC 2018 Modified Files: src/lib/libc/time: Makefile NEWS README ctime.3 localtime.c theory.html tz-how-to.html tzselect.8 tzselect.ksh tzset.3 version zdump.c zic.8 zic.c Log

CVS commit: src/lib/libc/time

2017-10-29 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Oct 29 06:07:48 UTC 2017 Modified Files: src/lib/libc/time: time2posix.3 Log Message: Fix the escape used for em dash ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/time2posix.3

CVS commit: src/lib/libc/time

2017-10-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 27 08:43:11 UTC 2017 Modified Files: src/lib/libc/time: localtime.c Log Message: Replace a line that somehow got lost in the import from tzcode2017c To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110

CVS commit: src/lib/libc/time

2017-10-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 27 04:05:21 UTC 2017 Modified Files: src/lib/libc/time: strptime.3 Log Message: Minor typo: Coordinated Universal time should be Coordinated Universal Time To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/lib/libc/time

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 19:04:07 UTC 2017 Modified Files: src/lib/libc/time: time2posix.3 Log Message: Remove comma after last Nm entry Remove whitespace at the end of a line To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/lib/libc/time

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 19:01:25 UTC 2017 Modified Files: src/lib/libc/time: offtime.3 Log Message: Add offtime_r to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/time/offtime.3 Please note that

CVS commit: src/lib/libc/time

2017-08-11 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sat Aug 12 03:29:23 UTC 2017 Modified Files: src/lib/libc/time: strptime.c Log Message: Fix a couple comments and a spacing nit. - Change a XXX comment that no longer applies. - Add a clarifying comment. To generate a diff

CVS commit: src/lib/libc/time

2017-05-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 10 10:34:30 UTC 2017 Modified Files: src/lib/libc/time: localtime.c Log Message: Turns out that the previous fix is incorrect, we were not doing ++hit to change the boolean hit from false to true, but to change it from 1 to

CVS commit: src/lib/libc/time

2017-05-08 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue May 9 02:30:49 UTC 2017 Modified Files: src/lib/libc/time: localtime.c Log Message: ++bool to bool=true to appease GCC 8. NFC ok riastradh To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107

CVS commit: src/lib/libc/time

2017-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 25 13:19:45 UTC 2017 Modified Files: src/lib/libc/time: NEWS tz-link.htm version Log Message: merge tzcode2017b. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/NEWS cvs rdiff -u -r1.30

CVS commit: src/lib/libc/time

2017-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 11 18:23:14 UTC 2017 Modified Files: src/lib/libc/time: CONTRIBUTING Makefile NEWS README Theory asctime.c localtime.c private.h strftime.3 strftime.c tz-art.htm tz-link.htm version zdump.8

CVS commit: src/lib/libc/time

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 17:44:51 UTC 2017 Modified Files: src/lib/libc/time: difftime.c Log Message: add constcond To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/time/difftime.c Please note that diffs are not

CVS commit: src/lib/libc/time

2016-12-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 29 21:03:51 UTC 2016 Modified Files: src/lib/libc/time: ctime.3 Log Message: Fix asctime_r prototype. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/lib/libc/time/ctime.3 Please note that diffs are not

CVS commit: src/lib/libc/time

2016-12-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Dec 25 06:37:50 UTC 2016 Modified Files: src/lib/libc/time: strptime.3 Log Message: As per the IEEE 1003.1-2008 standard, the range of values for the %S format specifier is [0,60]. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/time

2016-12-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sat Dec 24 05:33:51 UTC 2016 Modified Files: src/lib/libc/time: strftime.3 Log Message: As per C99 the range of values for the %S format specifier is [0,60] rather than [0,61]. The standard has removed mention of double leap

CVS commit: src/lib/libc/time

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Dec 22 17:39:29 UTC 2016 Modified Files: src/lib/libc/time: ctime.3 Log Message: Remove trailing comma at the end of the last .Nm entry in the NAME section To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/lib/libc/time

2016-12-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Thu Dec 22 17:27:02 UTC 2016 Modified Files: src/lib/libc/time: ctime.3 Log Message: Grammar fixes at few places Also, don't use .D1 inside .Bd (mandoc -Tlint was complaining) Remove whitespace at the end of a sentence To

CVS commit: src/lib/libc/time

2016-11-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 5 23:09:37 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: Actually, this problem won't be reported upstream, their code is just ... ptrdiff_t nitems_max = PTRDIFF_MAX - WORK_AROUND_QTBUG_53071;

CVS commit: src/lib/libc/time

2016-11-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 5 22:21:48 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: Revert a couple of lines of code from tzcode2016i to their state in 2016h SIZE_MAX is the max value of a size_t (and is unsigned) so when converted

CVS commit: src/lib/libc/time

2016-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 5 01:08:58 UTC 2016 Modified Files: src/lib/libc/time: private.h Log Message: lint knows about _Generic To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/time/private.h Please note that

CVS commit: src/lib/libc/time

2016-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 4 19:41:53 UTC 2016 Modified Files: src/lib/libc/time: Makefile NEWS localtime.c private.h tz-art.htm tz-link.htm version zic.c Added Files: src/lib/libc/time: LICENSE Log Message: tzcode2016i To

CVS commit: src/lib/libc/time

2016-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 20 17:41:34 UTC 2016 Modified Files: src/lib/libc/time: Makefile NEWS Theory private.h strftime.c tz-link.htm zdump.c Added Files: src/lib/libc/time: version Removed Files: src/lib/libc/time:

CVS commit: src/lib/libc/time

2016-10-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Oct 7 19:47:16 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: Patch 0001 from upstream to tzcode2016g to restore full functionality of zic -l To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/lib/libc/time

2016-10-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 7 15:29:42 UTC 2016 Modified Files: src/lib/libc/time: Makefile NEWS README Theory localtime.c private.h strftime.c tz-art.htm tz-how-to.html tz-link.htm tzfile.5 tzset.3 zdump.8 zdump.c zic.c

CVS commit: src/lib/libc/time

2016-09-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Sep 22 23:18:11 UTC 2016 Modified Files: src/lib/libc/time: strftime.3 Log Message: Since the argument buf is earlier described as a buffer, replace all references to "the array" with "the buffer" for consistency. Bump

CVS commit: src/lib/libc/time

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 15:03:07 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: use a define, and cast. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/time/zic.c Please note that diffs are not

CVS commit: src/lib/libc/time

2016-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 13:09:08 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: put back part of the code that determines the smallest of INT_MAX and SIZE_MAX to avoid llvm truncation warning. To generate a diff of this

CVS commit: src/lib/libc/time

2016-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 19 18:43:23 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: PR/51484: gson@: Fix off by one (wrong merge) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libc/time/zic.c Please

CVS commit: src/lib/libc/time

2016-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 16 17:12:06 UTC 2016 Modified Files: src/lib/libc/time: Makefile NEWS Theory tz-art.htm tz-link.htm zic.c Added Files: src/lib/libc/time: tz-how-to.html Log Message: welcome to tzcond-2016f To generate a diff

CVS commit: src/lib/libc/time

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 03:47:49 UTC 2016 Modified Files: src/lib/libc/time: zic.c Log Message: PR 51003 David Binderman: bzero struct before passing it around. This is actually unnecessary as the call in question uses only fields that

CVS commit: src/lib/libc/time

2016-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 15 20:37:48 UTC 2016 Modified Files: src/lib/libc/time: strptime.c Log Message: remove stray debugging. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libc/time/strptime.c Please note that

CVS commit: src/lib/libc/time

2016-05-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 15 20:36:42 UTC 2016 Modified Files: src/lib/libc/time: strptime.c Log Message: Bail out if the string does not look like a timezone (is empty or does not start with a letter or a number). tzparse("") or tzparse(".45")

CVS commit: src/lib/libc/time

2016-03-19 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Mar 18 12:41:25 UTC 2016 Modified Files: src/lib/libc/time: localtime.c Log Message: Use the correct upper bounds for the types array. The correct upper bound is typecnt not timecnt. Now perpetual 'standard' time zones

CVS commit: src/lib/libc/time

2016-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 15 15:16:01 UTC 2016 Modified Files: src/lib/libc/time: Makefile NEWS README Theory localtime.c private.h strftime.c tz-art.htm tz-link.htm tzselect.ksh zdump.c zic.c Added Files: src/lib/libc/time:

CVS commit: src/lib/libc/time

2016-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 20 20:11:37 UTC 2016 Modified Files: src/lib/libc/time: localtime.c Log Message: PR/50133: Martin Husemann: Can't cache $TZ. XXX: Pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101

CVS commit: src/lib/libc/time

2015-10-30 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sat Oct 31 02:09:06 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 Log Message: - Add reference to RFC-3339 - Add J to military / nautical time zone description To generate a diff of this commit: cvs rdiff -u -r1.33

CVS commit: src/lib/libc/time

2015-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 31 02:14:08 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: make %Z and %z understand the same strings. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/lib/libc/time/strptime.c

CVS commit: src/lib/libc/time

2015-10-30 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sat Oct 31 03:42:00 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Don't attempt to set TM_ZONE (name) for 'J' as isdst isn't known. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/lib/libc/time

2015-10-30 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Oct 30 21:36:25 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Add 'J' (Juliett) as military time zone name meaning the local time zone. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/lib/libc/time

2015-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 30 18:04:42 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: revert timezone() ifdef; it is wrong (pointed out by ginsbach) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/lib/libc/time

2015-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 30 18:20:16 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: drop stray #endif To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/lib/libc/time/strptime.c Please note that diffs are

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:53:05 UTC 2015 Modified Files: src/lib/libc/time: Makefile.inc Log Message: Add tzgetgmtoff(3) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/time/Makefile.inc Please note that diffs

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:54:49 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 strptime.c Log Message: PR/50380: Balazs Scheidler: strptime() returns incorrect values in tm_gmtoff - Always offset in seconds. - Handle arbitrary

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:51:58 UTC 2015 Modified Files: src/lib/libc/time: tzset.3 Log Message: Document tzgetgmtoff(3) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/time/tzset.3 Please note that diffs are

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 19:18:32 UTC 2015 Modified Files: src/lib/libc/time: localtime.c Log Message: another lint warning for compat. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/lib/libc/time/localtime.c Please

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 19:18:19 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: - use #defined constants (from gisbach) - back to setting tm_zone to NULL when we don't know. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/time

2015-10-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 29 22:42:55 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 tzset.3 Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/time/strptime.3 cvs rdiff -u -r1.33 -r1.34

CVS commit: src/lib/libc/time

2015-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:49:24 UTC 2015 Modified Files: src/lib/libc/time: localtime.c Log Message: Add tzgetgmtoff, delint compat To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/lib/libc/time/localtime.c Please note

CVS commit: src/lib/libc/time

2015-10-29 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Oct 30 01:49:36 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Reject timezone offsets more than 12 hours (east or west). To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/lib/libc/time

2015-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 9 17:21:45 UTC 2015 Modified Files: src/lib/libc/time: Makefile NEWS localtime.c private.h strftime.c strptime.c tz-art.htm tz-link.htm tzfile.5 zic.c Log Message: Release 2015g - 2015-10-01 00:39:51 -0700

CVS commit: src/lib/libc/time

2015-08-18 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Aug 18 16:54:27 UTC 2015 Modified Files: src/lib/libc/time: localtime.c Log Message: Remove second 'const' declaration, to hopefully fix clang builds. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97

CVS commit: src/lib/libc/time

2015-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 13 11:21:18 UTC 2015 Modified Files: src/lib/libc/time: Makefile NEWS Theory difftime.c localtime.c private.h strftime.c tz-art.htm tz-link.htm zdump.c zic.8 zic.c Log Message: merge 2015f To generate a

CVS commit: src/lib/libc/time

2015-07-29 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Jul 29 20:32:54 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Only apply am/pm adjustment to tm_hour when it has actually been parsed. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/lib/libc/time

2015-07-22 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Jul 22 13:33:59 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: More KNF style changes -- consistent use of whitespace in #defines. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/lib/libc/time

2015-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Mon Jul 20 14:37:11 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: KNF and additional comments To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/time/strptime.c Please note that

CVS commit: src/lib/libc/time

2015-07-15 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Jul 15 13:54:38 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Don't set state when parsing any timezone (%z) information. The '+' in this case isn't the same as the FreeBSD '%+' str[fp]time() (GNU)

CVS commit: src/lib/libc/time

2015-07-14 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Tue Jul 14 18:07:17 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Set S_WDAY state for %u (same as it is set for %w). To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/lib/libc/time

2015-07-13 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Mon Jul 13 17:45:16 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Switch to using isleap() and isleap_sum() macros from tzfile.h to be consistent with strftime.c and localtime.c. To generate a diff of

CVS commit: src/lib/libc/time

2015-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 11 16:09:15 UTC 2015 Modified Files: src/lib/libc/time: tzcode2netbsd Log Message: - don't copy the man pages anymore. they have been converted to mdoc format. - don't delete extra files, but mention the 'import'

CVS commit: src/lib/libc/time

2015-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 11 16:41:08 UTC 2015 Removed Files: src/lib/libc/time: tzfile.h Log Message: remove local copy of tzfile.h To generate a diff of this commit: cvs rdiff -u -r1.16 -r0 src/lib/libc/time/tzfile.h Please note that diffs

CVS commit: src/lib/libc/time

2015-07-08 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Jul 8 18:44:09 UTC 2015 Modified Files: src/lib/libc/time: strptime.c To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/time/strptime.c Please note that diffs are not public domain; they are

CVS commit: src/lib/libc/time

2015-07-08 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Wed Jul 8 19:48:20 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: Add macros to clarify what (parse) state is needed to calculate 'missing' tm fields. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/time

2015-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 13:06:55 UTC 2015 Modified Files: src/lib/libc/time: strptime.c Log Message: PR/50009: David CARLIER: Enhance strptime to fill out more fields when it can. From FreeBSD. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/time

2015-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 22 17:43:23 UTC 2015 Modified Files: src/lib/libc/time: private.h Log Message: don't define statics we don't need To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/time/private.h Please note

CVS commit: src/lib/libc/time

2015-06-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 21 16:06:51 UTC 2015 Modified Files: src/lib/libc/time: Makefile NEWS localtime.c private.h tzselect.ksh zdump.c zic.8 zic.c Log Message: merge tzcode2015e: Changes affecting code When displaying

CVS commit: src/lib/libc/time

2015-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 28 17:00:24 UTC 2015 Modified Files: src/lib/libc/time: Makefile NEWS private.h tz-link.htm zic.c Removed Files: src/lib/libc/time: ialloc.c scheck.c Log Message: welcome to tzcode 2015d (zic performance

CVS commit: src/lib/libc/time

2015-04-06 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Mon Apr 6 14:38:22 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 strptime.c Log Message: Add UTC as a synonym for GMT (%Z). [from FreeBSD] To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/lib/libc/time

2015-04-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 5 08:36:38 UTC 2015 Modified Files: src/lib/libc/time: tzset.3 Log Message: Remove dangling cross-ref to localtime(3). There's another cross-ref in the next sentence that actually makes sense. To generate a diff of

CVS commit: src/lib/libc/time

2015-04-03 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Apr 3 15:52:51 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 Log Message: Fix spelling; time zone is two words not one. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/time/strptime.3

CVS commit: src/lib/libc/time

2015-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 24 20:01:18 UTC 2015 Modified Files: src/lib/libc/time: Makefile NEWS Theory localtime.c private.h Log Message: merge 2015b To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/time/Makefile cvs

CVS commit: src/lib/libc/time

2015-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 31 18:55:17 UTC 2015 Modified Files: src/lib/libc/time: Makefile NEWS localtime.c tz-art.htm tz-link.htm tzselect.ksh Log Message: merge tzcode2015a: tzalloc now scrubs time zone abbreviations compatibly

CVS commit: src/lib/libc/time

2014-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 18 01:59:00 UTC 2014 Modified Files: src/lib/libc/time: Makefile NEWS tz-link.htm Log Message: welcome to 2014j To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/time/Makefile cvs rdiff -u

CVS commit: src/lib/libc/time

2014-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 11 18:46:54 UTC 2014 Modified Files: src/lib/libc/time: localtime.c Log Message: localtime did not set tm-tm_zone properly making pkgsrc emacs core-dump. Thanks to Masanori Kanaoka. To generate a diff of this commit:

CVS commit: src/lib/libc/time

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 18:45:58 UTC 2014 Modified Files: src/lib/libc/time: Makefile NEWS asctime.c localtime.c private.h tz-art.htm tz-link.htm tzset.3 zdump.8 zdump.c Log Message: merge 2014i To generate a diff of this

CVS commit: src/lib/libc/time

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 21:19:53 UTC 2014 Modified Files: src/lib/libc/time: zdump.c Log Message: remove stray endif To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/time/zdump.c Please note that diffs are not

  1   2   >