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 configure.host iconvdata/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sourceware.org	2003-11-07 23:47:05

Modified files:
	newlib         : ChangeLog configure.host 
	newlib/iconvdata: Makefile.am Makefile.in 
	newlib/libc/sys/linux: Makefile.am Makefile.in 
	newlib/libc/sys/linux/sys: types.h 
	newlib/testsuite/newlib.wctype: twctype.c 
Added files:
	newlib/libc/sys/linux: getlogin.c getpwnam.c getpwuid.c 

Log message:
	2003-11-07  Jeff Johnston  <jjohnstn@redhat.com>
	
	* configure.host: Remove -DLOOSE_KERNEL_NAMES flag for linux
	x86 build.
	* iconvdata/Makefile.am: Make dependent on newlib's configure.host
	and set up default flags to pass to aclocal.
	* iconvdata/Makefile.in: Regenerated.
	* libc/sys/linux/Makefile.am: Add _ELIX_LEVEL_4 getlogin, getpwnam,
	and getpwuid routines.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/getlogin.c: New stub file to allow x86-linux
	applications to link with newlib's shared libc library.
	* libc/sys/linux/getpwnam.c: Ditto.
	* libc/sys/linux/getpwuid.c: Ditto.
	* libc/sys/linux/sys/types.h: Include <features.h> and supply types
	that were formerly supplied by /usr/include/linux/types.h with
	kernel types.
	* testsuite/newlib.wctype/twctype.c: Fix testcase to properly
	test _ELIX_LEVEL macro.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.597&r2=1.598
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/configure.host.diff?cvsroot=src&r1=1.54&r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/iconvdata/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/iconvdata/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/getlogin.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/getpwnam.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/getpwuid.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.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/types.h.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/testsuite/newlib.wctype/twctype.c.diff?cvsroot=src&r1=1.1&r2=1.2


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