This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 109a3a02a cygwin: add explicit_bzero, elf.h changes to release new 910cc30c1 Importing strtoimax inttypes method from FreeBSD. new fd1981a7d Importing strtoumax inttypes method from FreeBSD. new 88abc0958 Importing wcstoimax inttypes method from FreeBSD. new a1c2491f7 Importing wcstoumax inttypes method from FreeBSD.
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/inttypes.h | 18 +++++ newlib/libc/stdlib/Makefile.am | 4 + newlib/libc/stdlib/strtoimax.c | 169 +++++++++++++++++++++++++++++++++++++++++ newlib/libc/stdlib/strtoumax.c | 151 ++++++++++++++++++++++++++++++++++++ newlib/libc/stdlib/wcstoimax.c | 158 ++++++++++++++++++++++++++++++++++++++ newlib/libc/stdlib/wcstoumax.c | 157 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 657 insertions(+) create mode 100644 newlib/libc/stdlib/strtoimax.c create mode 100644 newlib/libc/stdlib/strtoumax.c create mode 100644 newlib/libc/stdlib/wcstoimax.c create mode 100644 newlib/libc/stdlib/wcstoumax.c