This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug time/19253] tzset() ineffective when temporary TZ did not include DST rules


https://sourceware.org/bugzilla/show_bug.cgi?id=19253

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c83196b0df4340209f260ffaf90e787c711c268e (commit)
      from  97ee300903cdc0a0052d09ed7c3f7779a303d625 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c83196b0df4340209f260ffaf90e787c711c268e

commit c83196b0df4340209f260ffaf90e787c711c268e
Author: Andreas Schwab <schwab@suse.de>
Date:   Tue Nov 17 11:43:49 2015 +0100

    Force rereading TZDEFRULES after it was used to set DST rules only (bug
#19253)

    If the TZDEFRULES file was used to set the DST rules when $TZ didn't
    provide any we need to make sure that the next time it is used we
    recompute everything as __tzfile_default changes some setting from what is
    provided by TZDEFRULES.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                   |   11 +++++++++
 time/Makefile                               |    6 ++++-
 math/tst-definitions.c => time/tst-tzname.c |   31 ++++++++++++++-------------
 time/tzfile.c                               |    6 +++++
 timezone/Makefile                           |    5 +++-
 5 files changed, 42 insertions(+), 17 deletions(-)
 copy math/tst-definitions.c => time/tst-tzname.c (63%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]