From 1326ba1af22068db9488c2328bdaf852b8a93dcf Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 20 Aug 2013 08:40:05 +0530 Subject: Simplify strcoll implementation Break up strcoll into simpler functions so that the logic is easier to follow and maintain. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2258d82cb1..21fb05b058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-08-20 Siddhesh Poyarekar + + * string/strcoll_l.c (coll_seq): New structure. + (get_next_seq_cached): New function. + (get_next_seq): New function. + (do_compare): New function. + (STRCOLL): Use GNU style definition. Simplify implementation + by using get_next_seq, get_next_seq_cached and do_compare. + 2013-08-16 Florian Weimer [BZ #14699] -- cgit 1.4.1