This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] cygwin: 2.10.0 release text: fix formatting


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c17b0f00820c6c5187944800b6b4c3b83fe71293

commit c17b0f00820c6c5187944800b6b4c3b83fe71293
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Jan 22 15:32:29 2018 +0100

    cygwin: 2.10.0 release text: fix formatting
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.10.0 | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0
index ad71229..4f4737b 100644
--- a/winsup/cygwin/release/2.10.0
+++ b/winsup/cygwin/release/2.10.0
@@ -8,21 +8,21 @@ What's new:
 - scanf now handles the %l[ conversion.
 
 - Improved hostprogs compatibility for cross-compiling the Linux kernel.
-New headers: <asm/bitsperlong.h>, <asm/posix_types.h>.
+  New headers: <asm/bitsperlong.h>, <asm/posix_types.h>.
 
 - Built-in implementation of Stack Smashing Protection compiler feature.
-New APIs: __stack_chk_fail, __stack_chk_guard.
+  New APIs: __stack_chk_fail, __stack_chk_guard.
 
 - Built-in implementation of _FORTIFY_SOURCE guards for functions in
-<stdio.h>, <stdlib.h>, <string.h>, <strings.h>, <unistd.h>, <wchar.h>,
-<sys/poll.h>, and <sys/socket.h>.
-New APIs:  __chk_fail, __gets_chk, __memcpy_chk, __memmove_chk, __mempcpy_chk,
-__memset_chk, __snprintf_chk, __sprintf_chk, __stpcpy_chk, __stpncpy_chk,
-__strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk, __vsnprintf_chk,
-__vsprintf_chk.
+  <stdio.h>, <stdlib.h>, <string.h>, <strings.h>, <unistd.h>, <wchar.h>,
+  <sys/poll.h>, and <sys/socket.h>.
+  New APIs:  __chk_fail, __gets_chk, __memcpy_chk, __memmove_chk, __mempcpy_chk,
+  __memset_chk, __snprintf_chk, __sprintf_chk, __stpcpy_chk, __stpncpy_chk,
+  __strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk, __vsnprintf_chk,
+  __vsprintf_chk.
 
 - Built-in implementation of POSIX.1-2001 message catalog support.
-New APIs: catclose, catgets, catopen.  New tool: gencat.
+  New APIs: catclose, catgets, catopen.  New tool: gencat.
 
 - New APIs: sigtimedwait, wmempcpy.
 
@@ -35,10 +35,10 @@ What changed:
 - confstr(3) and getconf(1) accept LFS_CFLAGS, LFS_LDFLAGS, etc.
 
 - The __always_inline and __nonnull macros in <sys/cdefs.h> are now
-compatible with glibc.
+  compatible with glibc.
 
 - Feature Test Macros improvements in <fcntl.h>, <limits.h>, <netdb.h>,
-<strings.h>, and <unistd.h>.
+  <strings.h>, and <unistd.h>.
 
 
 Bug Fixes


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]