This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] strptime timezone handling (Z and [+-]HH:MM)


Hey!

Here is updated versions of strptime() patch that I submitted a while
ago, before #16141 was merged. The previous reported problems for those
patches should have been fixed (spaces after punctuation, tab, colon,
scope in changelog and subjects).

Vincent Bernat (2):
  time: in strptime(), make %z accept Z as a time zone [BZ #17886]
  time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887]

 ChangeLog            | 12 ++++++++++++
 time/strptime_l.c    | 15 ++++++++++++---
 time/tst-strptime2.c | 28 +++++++++++++++++++++++-----
 3 files changed, 47 insertions(+), 8 deletions(-)

-- 
Vincent Bernat â Vincent.Bernat@exoscale.ch
ââ http://www.exoscale.ch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]