From 3eb38795dbbbd8160012050de4dfef200a21f2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Fri, 19 Dec 2014 23:09:40 +0100 Subject: Simplify strncat. We rewrite strncat to use strnlen and malloc calls which simplifies code an is faster as these functions are better optimized than original code. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3cef094bc5..4c8bcb418f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-19 Ondřej Bílka + + * string/strncat.c (STRNCAT): Simplify implementation. + 2014-12-19 David S. Miller * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to -- cgit v1.2.3