about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-30 16:47:57 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-30 16:47:57 +0000
commit8585cb7454e10346bccc9fb4df3fae51b2efb9b6 (patch)
tree31f76dd52dcfc3b1e4812ce9fa4c101f666d9b17 /ChangeLog
parent7f901dd7cad11649176f8d4939ad41d91fda3d78 (diff)
downloadglibc-8585cb7454e10346bccc9fb4df3fae51b2efb9b6.tar.gz
glibc-8585cb7454e10346bccc9fb4df3fae51b2efb9b6.tar.xz
glibc-8585cb7454e10346bccc9fb4df3fae51b2efb9b6.zip
* string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
	rindex): For C++ add inlines so that they can be recognized as
	builtins.
	* string/strings.h: Define correct C++ prototypes for gcc 4.4.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef1118d660..dbed10ac06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-30  Jakub Jelinek  <jakub@redhat.com>
+
+	* string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
+	rindex): For C++ add inlines so that they can be recognized as
+	builtins.
+	* string/strings.h: Define correct C++ prototypes for gcc 4.4.
+
 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
 	    Jakub Jelinek  <jakub@redhat.com>