CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/02 10:07:43
Modified files:
lib/libc/locale: setlocale.c
Log message:
remove new_categories variable from global.
This variable is used as temporary buffer in order to do checking
before copying the content to current_categories variable.
Switch it as local variable in setlocale function. Adapts some functions.
the commit collapse 3 proposed diffs on tech@, and all OK stsp@
