This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from a4fead7bd Cygwin: bump DLL version to 3.6.0 adds 069f56db7 Cygwin: files: slightly simplify suffix handling adds cb54031e0 Cygwin: path: convert symlink_info to class adds 71511d4ac getlocalename_l: implement per SUS Base Specifications Issue 8 draft adds cd260e4da Cygwin: export getlocalename_l adds 7e40e0169 Cygwin: implement dirent.d_reclen adds d72be712a Cygwin: implement fdclosedir adds 5353cb8ef Cygwin: dirent.h: make definition of struct __DIR opaque adds 219b2dff7 Cygwin: devices.h: drop useless mode check adds 62ca95721 Cygwin: posix_getdents: implement per SUS Base Specifications [...] adds 3600654b7 sys/stat.h: drop __INSIDE_CYGWIN__ guards adds b1d64ac26 Cygwin: pinfo: use stpcpy where appropriate adds 732afede9 Cygwin: redefine CW_CMDLINE to CW_CMDLINE_ALLOC adds 1ce9756ee Cygwin: ps -f: output command line adds bded8091c Cygwin: cygwin_GetCommandLineW/A: don't rely on __argv[0] content adds b2476bc52 Cygwin: globals: make __progname an alias of program_invocati [...] adds 61fd87029 Cygwin: commune_process: don't use IsBadStringPtr adds 2e7f7b96e Cygwin: implement setproctitle
No new revisions were added by this update.
Summary of changes: newlib/Makefile.in | 21 ++ newlib/libc/include/dirent.h | 3 + newlib/libc/include/locale.h | 5 + newlib/libc/include/sys/reent.h | 12 ++ newlib/libc/include/sys/stat.h | 4 +- newlib/libc/include/sys/unistd.h | 8 + newlib/libc/locale/Makefile.inc | 1 + newlib/libc/locale/getlocalename_l.c | 77 ++++++++ winsup/cygwin/cygwin.din | 4 + winsup/cygwin/dcrt0.cc | 18 +- winsup/cygwin/dir.cc | 89 ++++++++- winsup/cygwin/external.cc | 41 +++- winsup/cygwin/fhandler/base.cc | 6 + winsup/cygwin/fhandler/serial.cc | 8 +- winsup/cygwin/globals.cc | 10 +- winsup/cygwin/include/cygwin/version.h | 7 +- winsup/cygwin/include/sys/cygwin.h | 4 +- winsup/cygwin/include/sys/dirent.h | 66 ++++--- winsup/cygwin/kernel32.cc | 7 +- winsup/cygwin/libc/bsdlib.cc | 34 ++++ winsup/cygwin/local_includes/devices.h | 5 +- winsup/cygwin/local_includes/dirent.h | 30 +++ winsup/cygwin/local_includes/fhandler.h | 14 ++ winsup/cygwin/local_includes/path.h | 3 +- winsup/cygwin/path.cc | 341 +++++++++++++++++--------------- winsup/cygwin/pinfo.cc | 52 ++--- winsup/cygwin/release/3.6.0 | 15 ++ winsup/cygwin/scripts/mkglobals_h | 1 + winsup/cygwin/spawn.cc | 10 +- winsup/cygwin/strace.cc | 6 +- winsup/cygwin/syscalls.cc | 29 ++- winsup/utils/ps.cc | 17 +- 32 files changed, 677 insertions(+), 271 deletions(-) create mode 100644 newlib/libc/locale/getlocalename_l.c create mode 100644 winsup/cygwin/local_includes/dirent.h create mode 100644 winsup/cygwin/release/3.6.0