]> Savannah Git Hosting - gnulib.git/commit
mktime: refactor convert_time
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Oct 2024 01:29:43 +0000 (18:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Oct 2024 05:10:52 +0000 (22:10 -0700)
commit1589a3354f67c0182171022416978475044cb4dd
tree063bf6a7901aaa0cffc3da9cdf7625a8325098ba
parent5298e842f26463c91536069fda2bd79f16d73175
mktime: refactor convert_time

This is to better merge with a future version of glibc.
This merges a glibc patch by Florian Weimer in:
https://sourceware.org/pipermail/libc-alpha/2024-October/160308.html
* lib/mktime.c (convert_time): Accept a boolean flag instead
of a function pointer.  All callers changed.
ChangeLog
lib/mktime-internal.h
lib/mktime.c
lib/timegm.c