about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-09-12 15:59:10 -0700
committerRoland McGrath <roland@hack.frob.com>2014-09-12 15:59:10 -0700
commitd7e49b19d3ba73f02ec4c6e8c81aeb27f52186b2 (patch)
treec19329262a894a9c262de00954871b95e3c4ab78 /ChangeLog
parentc079afb7724ce4b9ff2d6b1ca4d7e3cdebcbcd1f (diff)
downloadglibc-d7e49b19d3ba73f02ec4c6e8c81aeb27f52186b2.tar.gz
glibc-d7e49b19d3ba73f02ec4c6e8c81aeb27f52186b2.tar.xz
glibc-d7e49b19d3ba73f02ec4c6e8c81aeb27f52186b2.zip
Minor cleanup in ld-ctype.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67c502530c..08df92dba4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2014-09-12  Roland McGrath  <roland@hack.frob.com>
 
+	* locale/programs/ld-ctype.c (set_one_default): New function, broken
+	out of ...
+	(set_class_defaults): ... local function set_default here.
+	Define set_default as a macro locally to pass constant parameters.
+	(allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
+	rather than a shared local.
+
 	* stdlib/rpmatch.c (try): New function, broken out of ...
 	(rpmatch): ... local function here.  Also, prototypify definition.