]> git.eshelyaron.com Git - emacs.git/commit
Improve port to NetBSD tzalloc
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Mar 2018 16:35:33 +0000 (09:35 -0700)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:31 +0000 (14:17 +0800)
commit520498d2bce8eca8bb8d224bfd5e5aa8ac97c307
tree6582303b837caabdc643dbe455e82aa3d8def33c
parente2aebb9aac8418a19f22d0ffa475f604cb4dee4d
Improve port to NetBSD tzalloc

Problem reported by Valery Ushakov (Bug#30738#13).
* src/editfns.c (tzlookup) [__NetBSD_Version__ < 700000000]:
If tzalloc fails for any reason other than memory exhaustion,
assume it’s because NetBSD 6 does not support tzalloc on
POSIX-format TZ strings, and fall back on tzdb if possible.
src/editfns.c