diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-09-12 16:07:23 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-09-12 16:07:23 -0700 |
commit | a62b3c15de6b48619d9cee17b391c497b4a4cf7a (patch) | |
tree | 0cfaf205d73f346bed302c86cfd3e9ce8ab24fb1 /ChangeLog | |
parent | d7e49b19d3ba73f02ec4c6e8c81aeb27f52186b2 (diff) | |
download | glibc-a62b3c15de6b48619d9cee17b391c497b4a4cf7a.tar.gz glibc-a62b3c15de6b48619d9cee17b391c497b4a4cf7a.tar.xz glibc-a62b3c15de6b48619d9cee17b391c497b4a4cf7a.zip |
Minor cleanup in locale.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 08df92dba4..7f2053b494 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-09-12 Roland McGrath <roland@hack.frob.com> + * locale/programs/locale.c (show_locale_vars): Inline local function + into its sole call site. Clean up some style nits. + (print_item): New function, broken out of ... + (show_info): ... local function here. Clean up style nits. + * locale/programs/ld-ctype.c (set_one_default): New function, broken out of ... (set_class_defaults): ... local function set_default here. |