[dovecot/core] ac3de4: lib: Accept leap second in utc_mktime

GitHub noreply at github.com
Tue Feb 21 18:00:10 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: ac3de45a2b7f7411f18bf3c0f0bc8dd54519944a
      https://github.com/dovecot/core/commit/ac3de45a2b7f7411f18bf3c0f0bc8dd54519944a
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-02-21 (Tue, 21 Feb 2017)

  Changed paths:
    M src/lib/test-utc-mktime.c
    M src/lib/utc-mktime.c
    M src/lib/utc-mktime.h

  Log Message:
  -----------
  lib: Accept leap second in utc_mktime

Accept leap second at any time in utc_mktime since utc_mktime is being
used before applying the timezone offset everywhere.


  Commit: 33e83879e02c82280c314c9dd4b891780811ebaf
      https://github.com/dovecot/core/commit/33e83879e02c82280c314c9dd4b891780811ebaf
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-02-21 (Tue, 21 Feb 2017)

  Changed paths:
    M src/lib/test-utc-mktime.c

  Log Message:
  -----------
  lib: Place input/output of utc_mktime tests in one struct

Define both input and output of a utc_mktime test case in a single
struct so it is easier to follow and less error prone.


  Commit: 5423c3086c372f3bcef7af5ca8a7a468dadbdcf8
      https://github.com/dovecot/core/commit/5423c3086c372f3bcef7af5ca8a7a468dadbdcf8
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2017-02-21 (Tue, 21 Feb 2017)

  Changed paths:
    M src/lib-mail/test-message-date.c

  Log Message:
  -----------
  lib-mail: Place input/output of message-date tests in one struct

Define both input and output of a message date test case in a single
struct so it is easier to follow and less error prone. Also add some
leap second tests.


Compare: https://github.com/dovecot/core/compare/289bd999f282...5423c3086c37


More information about the dovecot-cvs mailing list