Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-10-28 14:01:37 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-10-28 14:02:20 +0300
commiteaa51ea459fc6b9847f35d6ac23cfdb5282c2991 (patch)
tree62fbb315d19ef0c8ce78e8112f5ffdeaa864fd55 /winsup/doc
parenta89d3a89c398ac386f5342494dc6c98e31aafd66 (diff)
Cygwin: add missing .com entry in new-features.xml
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml5
1 files changed, 5 insertions, 0 deletions
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
@@ -17,6 +17,11 @@ 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>