Lines Matching +full:message +full:- +full:handling +full:- +full:unit
1 # $NetBSD: varmod-localtime.mk,v 1.17 2024/07/05 19:47:22 rillig Exp $
7 # varmod-gmtime.mk
9 .if ${TZ:Uno:NEurope/Berlin:NUTC-1} != "" # see unit-tests/Makefile
28 # 2020-07-01T00:00:00Z
47 # Before var.c 1.1050 from 2023-05-09, it was not possible to pass the
54 # Before var.c 1.631 from 2020-10-31 21:40:20, it was possible to pass
59 # expect+2: while evaluating "${:L:localtime=-1} != """ with value "": Invalid time value "-1"
60 # expect+1: Malformed conditional (${:L:localtime=-1} != "")
61 .if ${:L:localtime=-1} != ""
68 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
69 # because it would make sense but just as a side-effect from using strtoul.
99 # All systems that have unsigned time_t or 64-bit time_t.
101 # FreeBSD-12.0-i386 still has 32-bit signed time_t, see
104 # Linux on 32-bit systems may still have 32-bit signed time_t, see
111 # Integer overflow, at least before var.c 1.631 from 2020-10-31.
113 # ULONG_MAX, which got converted to -1. This resulted in a time stamp of
116 # Since var.c 1.631 from 2020-10-31, the overflow is detected and produces a
126 # Before var.c 1.631 from 2020-10-31, there was no error handling while
127 # parsing the :localtime modifier, thus no error message was printed. Parsing
139 # Before var.c 1.1050 from 2023-05-09, the timestamp could be directly