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]

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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2001-01-31 12:11:48

Modified files:
	newlib         : ChangeLog 
	newlib/libc/include: stdio.h 
	newlib/libc/include/sys: config.h 

Log message:
	2001-01-31  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/include/stdio.h (FILENAME_MAX): Changed to use __FILENAME_MAX__
	if defined.
	(FOPEN_MAX): Changed to use __FOPEN_MAX__ if defined.
	(L_tmpnam): Changed to use __L_tmpnam__ if defined.
	* libc/include/sys/config.h: Changed to set __FILENAME_MAX__
	appropriately for Cygwin and RTEMS so not to exceed PATH_MAX.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.116&r2=1.117
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdio.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/config.h.diff?cvsroot=src&r1=1.4&r2=1.5


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