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.3-trunk has been updated via 15f62ad9fe91fc0bf882c2a89a12b020c27dff40 (commit) via 1612b9f8989f8927c10f3b9e33b8fec5f553f4f7 (commit) via fc451f9b494dd0b6bafb17ba9e35efd9a9d815e7 (commit) from 5ffd683d2c767408f674e9ac9484210e85d581ed (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 15f62ad9fe91fc0bf882c2a89a12b020c27dff40 Author: Keith Marshall <keith****@users*****> Date: Wed Apr 8 11:40:27 2020 +0100 Ensure PDF manpages are generated from local sources. commit 1612b9f8989f8927c10f3b9e33b8fec5f553f4f7 Author: Keith Marshall <keith****@users*****> Date: Wed Apr 8 11:02:23 2020 +0100 Automatically enumerate manpages for publication. commit fc451f9b494dd0b6bafb17ba9e35efd9a9d815e7 Author: Keith Marshall <keith****@users*****> Date: Tue Apr 7 19:55:12 2020 +0100 Document MinGW MBCS/wide character conversion functions. ----------------------------------------------------------------------- Summary of changes: mingwrt/ChangeLog | 25 ++ mingwrt/Makefile.in | 18 +- mingwrt/man/btowc.3.man | 169 +++++++++++ mingwrt/man/mbrlen.3.man | 377 ++++++++++++++++++++++++ mingwrt/man/mbrtowc.3.man | 681 ++++++++++++++++++++++++++++++++++++++++++++ mingwrt/man/mbsinit.3.man | 262 +++++++++++++++++ mingwrt/man/mbsrtowcs.3.man | 521 +++++++++++++++++++++++++++++++++ mingwrt/man/wcrtomb.3.man | 493 ++++++++++++++++++++++++++++++++ mingwrt/man/wcsrtombs.3.man | 361 +++++++++++++++++++++++ mingwrt/man/wctob.3.man | 174 +++++++++++ 10 files changed, 3073 insertions(+), 8 deletions(-) create mode 100644 mingwrt/man/btowc.3.man create mode 100644 mingwrt/man/mbrlen.3.man create mode 100644 mingwrt/man/mbrtowc.3.man create mode 100644 mingwrt/man/mbsinit.3.man create mode 100644 mingwrt/man/mbsrtowcs.3.man create mode 100644 mingwrt/man/wcrtomb.3.man create mode 100644 mingwrt/man/wcsrtombs.3.man create mode 100644 mingwrt/man/wctob.3.man hooks/post-receive -- mingw-org-wsl (mingw)