This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] libc/time/month_lengths.c: use proper (as in original patch) name for array - "__month_lengths" instead of "month_lengths"


W dniu 2014-09-12 23:43, Jeff Johnston pisze:
Yes...I didn't look at the fix-up patch closely.  Fixed.  Thanks.

You took both missing files (month_lengths.c and tzcalc_limits.c) from the first version of patch, so that's the reason for the above problem. But that's not the only problem - the problematic array has old name "month_lengths", not "__month_lengths".

I compile-checked that (with a call to localtime(), to actually pull the relevant code in the link) and it seems to be the last problem. I attach patch with a changelog.

Are patches in git format a problem to apply on CVS repo?

Regards,
FCh

Attachment: ChangeLog.txt
Description: Text document

Attachment: 0001-libc-time-month_lengths.c-use-proper-as-in-original-.patch
Description: Text document


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