* lib/unistr/u8-check.c: Update file name in comments.
* lib/unistr/u8-mblen.c: Likewise.
* lib/unistr/u8-prev.c: Likewise.
* lib/unistr/u8-strmblen.c: Likewise.
* lib/unistr/u8-strmbtouc.c: Likewise.
+2010-11-13 Bruno Haible <bruno@clisp.org>
+
+ Update comments.
+ * lib/unistr/u8-check.c: Update file name in comments.
+ * lib/unistr/u8-mblen.c: Likewise.
+ * lib/unistr/u8-prev.c: Likewise.
+ * lib/unistr/u8-strmblen.c: Likewise.
+ * lib/unistr/u8-strmbtouc.c: Likewise.
+
2010-11-13 Jim Meyering <meyering@redhat.com>
tests: avoid test failure on Solaris 10 due to lack of PATH export
while (s < s_end)
{
- /* Keep in sync with unistr.h and utf8-ucs4.c. */
+ /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */
uint8_t c = *s;
if (c < 0x80)
{
if (n > 0)
{
- /* Keep in sync with unistr.h and utf8-ucs4.c. */
+ /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */
uint8_t c = *s;
if (c < 0x80)
const uint8_t *
u8_prev (ucs4_t *puc, const uint8_t *s, const uint8_t *start)
{
- /* Keep in sync with unistr.h and utf8-ucs4.c. */
+ /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */
if (s != start)
{
uint8_t c_1 = s[-1];
int
u8_strmblen (const uint8_t *s)
{
- /* Keep in sync with unistr.h and utf8-ucs4.c. */
+ /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */
uint8_t c = *s;
if (c < 0x80)
int
u8_strmbtouc (ucs4_t *puc, const uint8_t *s)
{
- /* Keep in sync with unistr.h and utf8-ucs4.c. */
+ /* Keep in sync with unistr.h and u8-mbtouc-aux.c. */
uint8_t c = *s;
if (c < 0x80)