]> Savannah Git Hosting - gnulib.git/commitdiff
unistr/base: Update comment.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Dec 2017 13:08:40 +0000 (14:08 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Dec 2017 13:08:40 +0000 (14:08 +0100)
* lib/unistr.in.h: Update comment about u*_mbtouc_unsafe functions.

ChangeLog
lib/unistr.in.h

index ccb526b5f2dadc2a17dc809867842873b3311345..efea3458e011cc7f7dd4257bf50d6350d24456fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-11  Bruno Haible  <bruno@clisp.org>
+
+       unistr/base: Update comment.
+       * lib/unistr.in.h: Update comment about u*_mbtouc_unsafe functions.
+
 2017-12-10  Pádraig Brady  <P@draigBrady.com>
 
        test-faccessat.c: unlink temp file to avoid subsequent test failure
index cef8f408da2f758aede6f13473992510e5e80f3f..d0af665c3c8dd3a8ea4c81c6ef8188cb51a34839 100644 (file)
@@ -137,8 +137,8 @@ extern int
    The number of available units, N, must be > 0.  */
 /* Similar to mbtowc(), except that puc and s must not be NULL, n must be > 0,
    and the NUL character is not treated specially.  */
-/* The variants with _safe suffix are safe, even if the library is compiled
-   without --enable-safety.  */
+/* The variants with _unsafe suffix are for backward compatibility with
+   libunistring versions < 0.9.7.  */
 
 #if GNULIB_UNISTR_U8_MBTOUC_UNSAFE || HAVE_LIBUNISTRING
 # if !HAVE_INLINE