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]

Re: [PATCH][BZ #4772] Allow strptime read outputs from strftime.


On Wed, 16 Oct 2013, Ondrej Bilka wrote:

> Another simple bug that was left for five years. A problem is that a
> strptime does not parse modifiers. It contain a simple patch to fix that
> issue.
> 
> In meantime a identical functionality was added for recursive calls so
> this patch just enables this uncoditionally.

Patch should include a new testcase unless there's something making it 
hard to add one to the testsuite.  That applies to most patches fixing 
user-visible bugs.

> 
> 	* time/strptime_l.c: Allow modifiers in strptime.

Mention [BZ #N] in your ChangeLog entries when submitting patches fixing 
bugs (and of course in the ChangeLog file itself).

-- 
Joseph S. Myers
joseph@codesourcery.com


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