On Fri, Jan 30, 2015 at 05:38:23PM -0800, Nathaniel Hayden wrote:
> According to the content itself ("As of 2011 ...") the section was last
> updated in 2011, and commit logs seem to confirm this.
>
> I'm a developer in a bioinformatics group that uses the R statistical
> analysis language, also p
Reported at https://savannah.gnu.org/bugs/index.php?44151:
* lib/symlinkat.c: Add for fstatat() and string.h for strlen().
---
lib/symlinkat.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/symlinkat.c b/lib/symlinkat.c
index ce10d94..ec85114 100644
--- a/lib/symlinkat.c
+++ b/lib/syml
> From: Daiki Ueno
> Cc: gavinsmith0...@gmail.com, bug-gnulib@gnu.org
> Date: Sun, 01 Feb 2015 19:07:35 +0900
>
> Perhaps it might be easier to add a new API to localcharset for
> single-threaded / single-locale consumer.
That might be the easiest short-term solution, yes.
Thanks.
Eli Zaretskii writes:
> Perhaps we could call _configthreadlocale to see if the value of
> setlocale can be cached?
Yes, but then we would need to hook setlocale to invalidate the cache,
and currently the setlocale module is not listed in the dependencies of
localcharset. I'm wondering if it is