aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2013-02-11 23:47:13 +0100
committerTom de Vries <tom@codesourcery.com>2013-02-12 00:00:49 +0100
commita175b684e2fdf1849a4be8168456e36bf8ce3f6a (patch)
tree42a683d0b7f847ad8d5bc4bc5be65199cb4e2771 /ChangeLog
parent310998fe2b7ec34ffeeec51ade90e368f3e2fb55 (diff)
downloadglibc-a175b684e2fdf1849a4be8168456e36bf8ce3f6a.tar
glibc-a175b684e2fdf1849a4be8168456e36bf8ce3f6a.tar.gz
glibc-a175b684e2fdf1849a4be8168456e36bf8ce3f6a.tar.bz2
glibc-a175b684e2fdf1849a4be8168456e36bf8ce3f6a.zip
Fix typo, improve comment, remove superfluous #undefs, add missing #undef.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f84a12eb0..edb023475f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-02-11 Tom de Vries <tom@codesourcery.com>
+
+ * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
+ comment.
+ Add RET0_IF_0 and CHECK_EOL to macro list in comment.
+ (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
+ (CHECK_EOL): Add undef.
+
2013-02-11 Ondřej Bílka <neleai@seznam.cz>
* bits/stdlib-bsearch.h: New file.