https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=eaa51ea459fc6b9847f35d6ac23cfdb5282c2991
commit eaa51ea459fc6b9847f35d6ac23cfdb5282c2991 Author: Corinna Vinschen <[email protected]> Date: Fri Oct 28 13:01:37 2022 +0200 Cygwin: add missing .com entry in new-features.xml Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/doc/new-features.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 28103d19b..dd27c9773 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -16,6 +16,11 @@ Drop support for Vista and Server 2008. Drop support for 32 bit Windows and WOW64. </para></listitem> +<listitem><para> +Remove any special handling for the .com filename suffix. It has to +be used always explicitely. +</para></listitem> + <listitem><para> Add code to handle setrlimit(RLIMIT_AS). </para></listitem>
