Skip to content

Commit

Permalink
Consistency about byte vs character in string.texi
Browse files Browse the repository at this point in the history
* manual/string.texi (String and Array Utilities):
Distinguish more carefully among bytes, multibyte characters,
and wide characters.  Use "byte" when talking about C 'char',
to distinguish it more clearly from multibyte characters.
Say "wide character" or "multibyte character" instead of
"character", when a wide or multibyte character is intended.
Similarly for "multibyte string" versus "string".
Define these terms more carefully.
  • Loading branch information
Paul Eggert committed Dec 4, 2015
1 parent e59c94f commit 2cc4b9c
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 221 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2015-12-04 Paul Eggert <eggert@cs.ucla.edu>

Consistency about byte vs character in string.texi
* manual/string.texi (String and Array Utilities):
Distinguish more carefully among bytes, multibyte characters,
and wide characters. Use "byte" when talking about C 'char',
to distinguish it more clearly from multibyte characters.
Say "wide character" or "multibyte character" instead of
"character", when a wide or multibyte character is intended.
Similarly for "multibyte string" versus "string".
Define these terms more carefully.

2015-12-03 Chris Metcalf <cmetcalf@ezchip.com>

* sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol.
Expand Down
Loading

0 comments on commit 2cc4b9c

Please sign in to comment.