This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-06-21 11:29:25

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: stdio.h time.h 
	newlib/libc/stdio: Makefile.am Makefile.in 
	newlib/libc/sys/linux: Makefile.am Makefile.in time.c 
	newlib/libc/sys/linux/sys: stdio.h 
Added files:
	newlib/libc/stdio: getdelim.c getline.c 
	newlib/libc/sys/linux: getdate.c getdate_err.c ntp_gettime.c 

Log message:
	2002-06-21  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/stdio.h (__getline, __getdelim): New prototypes.
	* libc/include/time.h [HAVE_GETDATE](getdate, getdate_r): Ditto.
	[HAVE_GETDATE](getdate_err): New error code.
	* libc/stdio/Makefile.am: Add support for getline.c and getdelim.c.
	* libc/stdio/Makefile.in: Regenerated.
	* libc/stdio/getdelim.c: New file.
	* libc/stdio/getline.c: Ditto.
	* libc/sys/linux/Makefile.am: Add support for getdate.c, getdate_err.c
	and ntp_gettime.c.  Also add AM_CFLAGS to point to libc/stdio.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/getdate.c: New file.
	* libc/sys/linux/getdate_err.c: Ditto.
	* libc/sys/linux/ntp_gettime.c: Ditto.
	* libc/sys/linux/time.c (adjtimex, ntp_adjtime): New functions.
	* libc/sys/linux/sys/stdio.h (getline, getdelim): New macros.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.342&r2=1.343
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdio.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/time.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/getdelim.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/getline.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/Makefile.am.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/Makefile.in.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/getdate.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/getdate_err.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/ntp_gettime.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.am.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/time.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/stdio.h.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]