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


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

egcs/libstdc++-v3 acinclude.m4 aclocal.m4 conf ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	bkoz@sourceware.cygnus.com	2000-07-20 18:02:33

Modified files:
	libstdc++-v3   : acinclude.m4 aclocal.m4 configure 
	libstdc++-v3/bits: std_cassert.h std_cctype.h std_cerrno.h 
	                   std_cfloat.h std_climits.h std_clocale.h 
	                   std_cmath.h std_csetjmp.h std_csignal.h 
	                   std_cstdarg.h std_cstddef.h std_cstdio.h 
	                   std_cstdlib.h std_cstring.h std_ctime.h 
	                   std_cwchar.h std_cwctype.h std_exception.h 
	                   std_new.h std_typeinfo.h 
	libstdc++-v3/shadow/bits: std_cassert.h std_cctype.h 
	                          std_cerrno.h std_cfloat.h 
	                          std_climits.h std_clocale.h 
	                          std_cmath.h std_csetjmp.h 
	                          std_csignal.h std_cstdarg.h 
	                          std_cstddef.h std_cstdio.h 
	                          std_cstdlib.h std_cstring.h 
	                          std_ctime.h std_cwchar.h std_cwctype.h 
	                          wrap_libio.h wrap_unistd.h 
	libstdc++-v3/shadow/sys: cdefs.h 

Log message:
	2000-07-20  H.J. Lu  (hjl@gnu.org)
	
	* acinclude.m4: Change "#pragma system_header" to
	"#pragma GCC system_header".
	* aclocal.m4: Likewise.
	* bits/std_cmath.h: Likewise.
	* bits/std_cassert.h: Likewise.
	* bits/std_cctype.h: Likewise.
	* bits/std_cerrno.h: Likewise.
	* bits/std_cfloat.h: Likewise.
	* bits/std_climits.h: Likewise.
	* bits/std_clocale.h: Likewise.
	* bits/std_cwchar.h: Likewise.
	* bits/std_csetjmp.h: Likewise.
	* bits/std_csignal.h: Likewise.
	* bits/std_cstdarg.h: Likewise.
	* bits/std_cstddef.h: Likewise.
	* bits/std_cstdio.h: Likewise.
	* bits/std_cstdlib.h: Likewise.
	* bits/std_cstring.h: Likewise.
	* bits/std_ctime.h: Likewise.
	* bits/std_cwctype.h: Likewise.
	* bits/std_exception.h: Likewise.
	* bits/std_new.h: Likewise.
	* bits/std_typeinfo.h: Likewise.
	* shadow/bits/std_cassert.h: Likewise.
	* shadow/bits/std_cctype.h: Likewise.
	* shadow/bits/std_cerrno.h: Likewise.
	* shadow/bits/std_cfloat.h: Likewise.
	* shadow/bits/std_climits.h: Likewise.
	* shadow/bits/std_clocale.h: Likewise.
	* shadow/bits/std_cmath.h: Likewise.
	* shadow/bits/std_csetjmp.h: Likewise.
	* shadow/bits/std_csignal.h: Likewise.
	* shadow/bits/std_cstdarg.h: Likewise.
	* shadow/bits/std_cstddef.h: Likewise.
	* shadow/bits/std_cstdio.h: Likewise.
	* shadow/bits/std_cstdlib.h: Likewise.
	* shadow/bits/std_cstring.h: Likewise.
	* shadow/bits/std_ctime.h: Likewise.
	* shadow/bits/std_cwchar.h: Likewise.
	* shadow/bits/std_cwctype.h: Likewise.
	* shadow/bits/wrap_libio.h: Likewise.
	* shadow/bits/wrap_unistd.h: Likewise.
	* shadow/sys/cdefs.h: Likewise.
	
	* configure: Rebuild.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&r1=1.43&r2=1.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&r1=1.44&r2=1.45
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.43&r2=1.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cassert.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cctype.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cerrno.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cfloat.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_climits.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_clocale.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cmath.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_csetjmp.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_csignal.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cstdarg.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cstddef.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cstdio.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cstdlib.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cstring.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_ctime.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cwchar.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_cwctype.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_exception.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_new.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/bits/std_typeinfo.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cassert.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cctype.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cerrno.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cfloat.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_climits.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_clocale.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cmath.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_csetjmp.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_csignal.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cstdarg.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cstddef.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cstdio.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cstdlib.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cstring.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_ctime.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cwchar.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/std_cwctype.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/wrap_libio.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/bits/wrap_unistd.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/shadow/sys/cdefs.h.diff?cvsroot=gcc&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]