[MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.1-trunk, updated. dfa8818f90d20c22d41aa87fce32c1075e81ad52

Back to archive index

MinGW Notification List mingw****@lists*****
Sat Dec 16 19:05:58 JST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.

The branch, 5.1-trunk has been updated
       via  dfa8818f90d20c22d41aa87fce32c1075e81ad52 (commit)
       via  ecc51ca60bf82d678260fa7b119a9f42b3b77fb7 (commit)
       via  06e14e2afe3ec94b7562f0fa436f63d7447af272 (commit)
      from  1a0e5ad189b6ff58a9c34f3a60d7e32565c32ab9 (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 -----------------------------------------------------------------
commit dfa8818f90d20c22d41aa87fce32c1075e81ad52
Author: Keith Marshall <keith****@users*****>
Date:   Sat Dec 16 10:04:49 2017 +0000

    Implement autotest module for POSIX clock API functions.

commit ecc51ca60bf82d678260fa7b119a9f42b3b77fb7
Author: Keith Marshall <keith****@users*****>
Date:   Fri Dec 15 20:58:19 2017 +0000

    Implement a subset of the POSIX.1b-1993 clock API.

commit 06e14e2afe3ec94b7562f0fa436f63d7447af272
Author: Keith Marshall <keith****@users*****>
Date:   Thu Dec 14 23:42:03 2017 +0000

    Add support for POSIX.1 "obsolescence" warnings.

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

Summary of changes:
 mingwrt/ChangeLog                             |  32 ++++++
 mingwrt/Makefile.in                           |   1 +
 mingwrt/include/_mingw.h.in                   |  43 ++++++++
 mingwrt/include/sys/time.h                    |   4 +-
 mingwrt/include/time.h                        |  28 ++++++
 mingwrt/mingwex/clockapi.c                    | 138 ++++++++++++++++++++++++++
 mingwrt/mingwex/clockapi.h                    |  90 +++++++++++++++++
 mingwrt/mingwex/{math/errno.sx => clockres.c} |  50 ++++++----
 mingwrt/mingwex/{math/errno.sx => clockset.c} |  37 ++++---
 mingwrt/mingwex/clocktime.c                   |  98 ++++++++++++++++++
 mingwrt/tests/clockapi.at                     | 104 +++++++++++++++++++
 mingwrt/tests/testsuite.at.in                 |   1 +
 12 files changed, 583 insertions(+), 43 deletions(-)
 create mode 100644 mingwrt/mingwex/clockapi.c
 create mode 100644 mingwrt/mingwex/clockapi.h
 copy mingwrt/mingwex/{math/errno.sx => clockres.c} (52%)
 copy mingwrt/mingwex/{math/errno.sx => clockset.c} (65%)
 create mode 100644 mingwrt/mingwex/clocktime.c
 create mode 100644 mingwrt/tests/clockapi.at


hooks/post-receive
-- 
mingw-org-wsl (mingw)




More information about the MinGW-Notify mailing list
Back to archive index