[MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk, updated. 2c98d6af72c886e5821b3717bfa25efea5147e39

Back to archive index
MinGW Notification List mingw****@lists*****
Wed Dec 5 04:52:41 JST 2018


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.2-trunk has been updated
       via  2c98d6af72c886e5821b3717bfa25efea5147e39 (commit)
       via  c27255fcbab3a43a6db4f15e5c5eb7109189eb0d (commit)
      from  09fb4c40cbb1a2cdf51fd587e8c121289d914303 (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 2c98d6af72c886e5821b3717bfa25efea5147e39
Author: Keith Marshall <keith****@users*****>
Date:   Tue Dec 4 19:00:29 2018 +0000

    Reimplement Win9x specific fseek()/fwrite() redirector.

commit c27255fcbab3a43a6db4f15e5c5eb7109189eb0d
Author: Keith Marshall <keith****@users*****>
Date:   Tue Dec 4 18:06:30 2018 +0000

    Implement POSIX.1-1996 linked-list queue management API.

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

Summary of changes:
 mingwrt/ChangeLog              |  35 ++++++
 mingwrt/Makefile.in            |   7 +-
 mingwrt/include/search.h       |   5 +-
 mingwrt/include/stdio.h        |  44 +++++--
 mingwrt/mingwex/insque.c       |  81 ++++++++++++
 mingwrt/mingwex/mingw-fseek.c  | 138 ---------------------
 mingwrt/mingwex/remque.c       |  77 ++++++++++++
 mingwrt/mingwex/stdio/fwrite.c | 275 +++++++++++++++++++++++++++++++++++++++++
 8 files changed, 508 insertions(+), 154 deletions(-)
 create mode 100644 mingwrt/mingwex/insque.c
 delete mode 100644 mingwrt/mingwex/mingw-fseek.c
 create mode 100644 mingwrt/mingwex/remque.c
 create mode 100644 mingwrt/mingwex/stdio/fwrite.c


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



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