src/newlib ChangeLog libc/include/time.h libc/ ...

joel@sourceware.org joel@sourceware.org
Mon Nov 25 13:46:00 GMT 2013


CVSROOT:	/cvs/src
Module name:	src
Changes by:	joel@sourceware.org	2013-11-25 13:46:23

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: time.h wchar.h 
	newlib/libc/sys/linux/linuxthreads: timer_create.c 
	                                    timer_settime.c 
	newlib/libc/time: asctime_r.c gmtime_r.c lcltime_r.c strftime.c 
	                  strptime.c 

Log message:
	2013-11-25  Sahil Patnayakuni <sahil.patnayakuni@gmail.com>
	
	* libc/include/time.h (time): Add restrict keyword.
	* libc/include/wchar.h (wcsftime): Add restrict keyword.
	* libc/time/asctime_r.c (asctime_r): Same.
	* libc/time/gmtime_r.c (gmtime_r): Same.
	* libc/time/lcltime_r.c (lcltime_r): Same.
	* libc/time/strftime.c (strftime): Same.
	* libc/time/strptime.c (strptime): Same.
	* libc/sys/linux/linuxthreads/timer_create.c (timer_create): Same.
	* libc/sys/linux/linuxthreads/timer_settime.c (timer_settime): Same.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1867&r2=1.1868
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/time.h.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/wchar.h.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/linuxthreads/timer_create.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/linuxthreads/timer_settime.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/time/asctime_r.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/time/gmtime_r.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/time/lcltime_r.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/time/strftime.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/time/strptime.c.diff?cvsroot=src&r1=1.9&r2=1.10



More information about the Newlib-cvs mailing list