Re: [PATCH 2/2] tzset_r.c(_tzset_unlocked_r): POSIX angle bracket <> support
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84twdYeceeYrSTGtVba4u=1jbmMeJGfnuMoT7FAOFo6m-g@mail.gmail.com> |
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 < [email protected]> 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(-) > >