aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-02-26 17:04:03 +0100
committerCorinna Vinschen <corinna@vinschen.de>2023-02-26 17:07:06 +0100
commitc42b98bdc665fc108efde0a7979fe4c36e8f5f60 (patch)
tree3ebbc9d684772c77f1835ba0dc959c4b27bdda16 /winsup/doc
parenta31d4039d0bcf3a18c2fe2b26a810f1c399a8a9e (diff)
downloadnewlib-c42b98bdc665fc108efde0a7979fe4c36e8f5f60.zip
newlib-c42b98bdc665fc108efde0a7979fe4c36e8f5f60.tar.gz
newlib-c42b98bdc665fc108efde0a7979fe4c36e8f5f60.tar.bz2
Cygwin: introduce /proc/codesets and /proc/locales
So far locale(1) had to have knowledge how to construct, thus duplicating the effort how Cygwin handles locale strings. Move locale list and codeset list generation into Cygwin by providing /proc/codesets and /proc/locales files. /proc/locales does not list aliases, those are still handled in locale(1). locale(1) opens the files and ueses that info for printing, like any other application can do now. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index c310114..8004624 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -33,6 +33,13 @@ fnmatch(3) and glob(3) now support named character classes and equivalence
class expressions in the search pattern, i.e., [:alnum:], [=a=], etc.
</para></listitem>
+<listitem><para>
+Introduce /proc/codesets and /proc/locales with information on supported
+codesets and locales for all interested parties. Locale(1) opens these
+files and uses the info for printing locale info like any other process
+could do.
+</para></listitem>
+
</itemizedlist>
</sect2>