mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
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.
This commit is contained in:
parent
e59c94fa0e
commit
2cc4b9cce5
12
ChangeLog
12
ChangeLog
@ -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.
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user