This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from d52d983e5 Cygwin: implement posix_close new 1efcb2a30 newlib: update Makefile.in new 987d04039 Lift 256 arg limit in execl, execle and execlp
The 2 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/Makefile.in | 615 ++++++++++++++++++++------------------------- newlib/README | 8 + newlib/configure | 19 ++ newlib/configure.ac | 13 + newlib/libc/posix/execl.c | 36 ++- newlib/libc/posix/execle.c | 36 ++- newlib/libc/posix/execlp.c | 31 ++- newlib/newlib.hin | 3 + 8 files changed, 416 insertions(+), 345 deletions(-)