[PATCH 2/2] tzset_r.c(_tzset_unlocked_r): POSIX angle bracket <> support

Jeff Johnston jjohnstn@redhat.com
Thu Apr 7 21:35:53 GMT 2022


Hi Brian,

Looks good.  The only issue I have are the added includes (limits.h and
unistd.h) which don't appear to be needed.  Is there a reason for this?

-- Jeff J.

On Tue, Apr 5, 2022 at 12:04 AM Brian Inglis <
Brian.Inglis@systematicsw.ab.ca> wrote:

>
> local defines for POSIX minimum TZ abbr size 3 TZNAME_MIN and
> maximum TZ abbr size supported 10 TZNAME_MAX
> allow POSIX angle bracket < > quoted signed alphanumeric tz abbr e.g.
> <MESZ+0330>
> allow POSIX unquoted alphabetic tz abbr e.g. MESZ
> allow same suuport for DST tz abbr
> ---
>  newlib/libc/time/tzset_r.c | 67 +++++++++++++++++++++++++++++++-------
>  1 file changed, 55 insertions(+), 12 deletions(-)
>
>


More information about the Newlib mailing list