Stephen Leake <stephen_le...@stephe-leake.org>:

> Various web links hint that strptime is in glibc, so I don't
> understand why it's not in MinGW.

MinGW uses (i.e. provides headers for) the standard C runtime as
provided by the Windows OS. And as far as I understand, there's simply
no strptime() in that runtime, so we have to provide our own
implementation (which basically means copying one of the various
versions already provided by other open source projects).

-- 
Thomas Moschny  <thomas.mosc...@gmx.de>

_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to