[PATCH] Fix newlocale, uselocale, duplocale, is*_l and to*_l

Roland McGrath roland@redhat.com
Sat Aug 31 13:12:00 GMT 2002


Ok, now I think I got it all right.  But I will have to go eat before
I am thinking real clearly.

Note that newlocale always has to do a new alloc and free the old later
instead of realloc, so the name table can go from "short\0foo\0" to
"longer\0foo\0" without clobbering "foo" before you get to it.



More information about the Libc-hacker mailing list