From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id BDFC93853541; Fri, 28 Oct 2022 11:02:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDFC93853541 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666954961; bh=yG7+RI5uXKZZuq5NkCR9SvTRZm8Gk48wuyEWdHXU8NA=; h=From:To:Subject:Date:From; b=G07whKOojy9DP+6pPj2+ZmhYj/QPCHP3IyphAmQIcphS9j3R0e8BpN0GMczv9ZSmM 1rlgD3JheytRqUc3Eb2UOPNmQm93Qm2pU2eoMSFPFyNkmPsQ0gjBbvfJEfGG1pEFQb yuQFtjyZRnXxul65NOy1KXLgSBvrbyJv1pvEPKsE= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: add missing .com entry in new-features.xml X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: a89d3a89c398ac386f5342494dc6c98e31aafd66 X-Git-Newrev: eaa51ea459fc6b9847f35d6ac23cfdb5282c2991 Message-Id: <20221028110241.BDFC93853541@sourceware.org> Date: Fri, 28 Oct 2022 11:02:41 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Deaa51ea459f= c6b9847f35d6ac23cfdb5282c2991 commit eaa51ea459fc6b9847f35d6ac23cfdb5282c2991 Author: Corinna Vinschen Date: Fri Oct 28 13:01:37 2022 +0200 Cygwin: add missing .com entry in new-features.xml =20 Signed-off-by: Corinna Vinschen 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. =20 + +Remove any special handling for the .com filename suffix. It has to +be used always explicitely. + + Add code to handle setrlimit(RLIMIT_AS).