This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from b7e0f286a Fix syntax error in exit.c new bd62f539d Guard langinfo.h nl_item from multiple typedefs new cadc12f69 cygwin: add catopen, catgets, catclose new e5d52a2db cygwin: add gencat tool new 00bf01789 cygwin: update docs for 2.10.0
The 4 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/include/langinfo.h | 3 + winsup/cygwin/Makefile.in | 1 + winsup/cygwin/common.din | 3 + winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/nl_types.h | 100 +++++ winsup/cygwin/libc/msgcat.c | 478 ++++++++++++++++++++++ winsup/cygwin/release/2.10.0 | 27 ++ winsup/doc/new-features.xml | 27 +- winsup/doc/posix.xml | 6 +- winsup/utils/Makefile.in | 2 +- winsup/utils/gencat.c | 696 +++++++++++++++++++++++++++++++++ 11 files changed, 1340 insertions(+), 6 deletions(-) create mode 100644 winsup/cygwin/include/nl_types.h create mode 100644 winsup/cygwin/libc/msgcat.c create mode 100644 winsup/utils/gencat.c