This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 99796906a Cygwin: AF_UNIX: fix up thread parameter block allocation new 71291047e generated width data, Unicode 10.0 new 8e8fd6c84 use generated width data new 37132125b width data generation
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/string/WIDTH-A | 569 +++++++++++++++++++++++++++++++++ newlib/libc/string/ambiguous.t | 61 ++++ newlib/libc/string/combining.t | 107 +++++++ newlib/libc/string/mkunidata | 54 ++++ newlib/libc/string/mkwide | 49 +++ newlib/libc/string/mkwidthA | 20 ++ newlib/libc/string/uniset | 696 +++++++++++++++++++++++++++++++++++++++++ newlib/libc/string/wcwidth.c | 150 ++------- newlib/libc/string/wide.t | 33 ++ 9 files changed, 1613 insertions(+), 126 deletions(-) create mode 100644 newlib/libc/string/WIDTH-A create mode 100644 newlib/libc/string/ambiguous.t create mode 100644 newlib/libc/string/combining.t create mode 100755 newlib/libc/string/mkunidata create mode 100755 newlib/libc/string/mkwide create mode 100755 newlib/libc/string/mkwidthA create mode 100755 newlib/libc/string/uniset create mode 100644 newlib/libc/string/wide.t