about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2014-11-24 15:15:10 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2014-11-24 15:15:10 +0000
commit6423d4754c3769129510b9b44b6b8cfe8192ec67 (patch)
tree2fa198519abedba525fc2f863fc817501f03e8e6 /ChangeLog
parentb863d2bc4db728213e54ff502d2c3ae5dfa0db25 (diff)
downloadglibc-6423d4754c3769129510b9b44b6b8cfe8192ec67.tar.gz
glibc-6423d4754c3769129510b9b44b6b8cfe8192ec67.tar.xz
glibc-6423d4754c3769129510b9b44b6b8cfe8192ec67.zip
Improve performance of strncpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e45a58779..4e557a7f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2014-09-23  Wilco Dijkstra  <wdijkstr@arm.com>
+2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* string/strncpy.c (strncpy): Improve performance by using memset.
+
+2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* string/strcpy.c (strcpy):
 	Improve performance by using strlen and memcpy.