Corinna Vinschen
							
						 | 
						
							
							
							
							
							
								
							
							
								c1b7d9d93d
								
							
						 | 
						
							
							
								
								Implement per-locale string functions
							
							
							
							
							
							
							
							strcasecmp_l, strcoll_l, strncasecmp_l, strxfrm_l,
wcscasecmp_l, wcscoll_l, wcstrncasecmp_l, wcstrxfrm_l,
strftime_l.
Add missing CHEWOUT_FILES from previous patch.
TODO: strfmon_l.
Signed-off by: Corinna Vinschen <corinna@vinschen.de> 
							
						 | 
						
							2016-08-15 10:56:58 +02:00 | 
						
					
				
					
						
							
							
								 
								Corinna Vinschen
							
						 | 
						
							
							
							
							
							
								
							
							
								b143d094ee
								
							
						 | 
						
							
							
								
								* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
							
							
							
							
							
							
							
							libc/sys/linux/net/getnameinfo.c: Add restrict keyword to getnameinfo()
	and getaddrinfo() to increase standards compliance and match glibc.
	* libc/include/string.h, libc/string/memccpy.c, libc/string/memcpy.c,
	libc/string/stpcpy.c, libc/string/stpncpy.c, libc/string/strcat.c,
	libc/string/strncat.c, libc/string/strncpy.c, libc/string/strtok.c,
	libc/string/strtok_r.c, libc/string/strxfrm.c
	libc/machine/microblaze/strcpy.c, libc/machine/xscale/memcpy.c,
	libc/machine/cris/memcpy.c: Add __restrict to prototype to
	increase standards compliance. 
							
						 | 
						
							2013-07-23 07:05:31 +00:00 |