https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6895a3147be3827aeb802988cff43a0d5e22ed28
commit 6895a3147be3827aeb802988cff43a0d5e22ed28 Author: Corinna Vinschen <[email protected]> Date: Wed Nov 18 22:05:21 2015 +0100 Add missing ChangeLog entry for previous commit Diff: --- winsup/cygwin/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b562969..44738a6 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2015-11-18 Corinna Vinschen <[email protected]> + * collate.h (__collate_load_error): Convert to extern declaration. + * globals.cc (__collate_load_error): Define and initialize here. + * libc/fnmatch.c: Update to latest from FreeBSD. + +2015-11-18 Corinna Vinschen <[email protected]> + * path.cc (symlink_native): Don't generate native symlink targeting Cygwin special file. Inform the caller. (symlink_worker): Don;t bail out in WSYM_nativestrict case if the
