probcomp / crosscat

A domain-general, Bayesian method for analyzing high-dimensional data tables
http://probcomp.csail.mit.edu/crosscat/
Apache License 2.0
322 stars 42 forks source link

_r time function variants don't exist in Windows #27

Closed fiendish closed 9 years ago

fiendish commented 9 years ago

localtime_r and asctime_r are POSIX only, but the original forms should be thread-safe in Windows because they use thread-local storage.

fiendish commented 9 years ago

Yes, no, maybe?