Subject: Re: CVS commit: basesrc
To: Klaus Klein <kleink@uni-trier.de>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-userlevel
Date: 12/23/2000 19:53:33
>> Module Name: basesrc
>> Committed By: itojun
>> Date: Wed Dec 20 14:53:25 UTC 2000
>>
>> Modified Files:
>> basesrc/distrib/sets/lists/base: shl.mi
>> basesrc/include: wchar.h
>> basesrc/lib/libc/locale: Makefile.inc
>> Added Files:
>> basesrc/lib/libc/locale: wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c
>> wmemset.c
>>
>> Log Message:
>> add wmem* functions, from citrus. bump libc shlib minor.
>Why are those files being placed into the locale subdirectory,
>considering that they're not related to this subsystem at all? Either
>the existing 'string' or a new subdirectory dedicated to wide
>character support would be more suiting.
for me lib/libc/locale looks to be the most natural location.
all other wchar_t related parsers are in lib/libc/locale.
or do we really need lib/libc/wstring or something alike?
itojun