diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
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. |