]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dd/time-reentrancy'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:31 +0000 (13:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 21:08:31 +0000 (13:08 -0800)
commit4755a34c47c6d624d77ce90c7ea5247b43829cc0
tree3ad415411bd7dfed02ce8ab0b645e0c043c08a19
parent37c2619d91aa63d4c7c07b6f8de5ff2e1c2472b2
parent0109d676f9d4d6f9d149d5194bdb200c6de3fcca
Merge branch 'dd/time-reentrancy'

Avoid gmtime() and localtime() and prefer their reentrant
counterparts.

* dd/time-reentrancy:
  mingw: use {gm,local}time_s as backend for {gm,local}time_r
  archive-zip.c: switch to reentrant localtime_r
  date.c: switch to reentrant {gm,local}time_r
compat/mingw.c