libstdc++/ /ChangeLog /Makefile.in /aclocal.m4 ...

bkoz@sourceware.cygnus.com bkoz@sourceware.cygnus.com
Tue Feb 1 20:57:00 GMT 2000


CVSROOT:	/cvs/libstdc++
Module name:	libstdc++
Changes by:	bkoz@sourceware.cygnus.com	00/02/01 20:57:45

Modified files:
	.              : ChangeLog Makefile.in aclocal.m4 config.h.in 
	                 configure configure.in 
	libio          : Makefile.in 
	math           : Makefile.in 
	src            : Makefile.am Makefile.in 
	string         : Makefile.in 

Log message:
	2000-02-01  Benjamin Kosnik  <bkoz@gnu.org>
	
	* configure.in: Add support for threads. Try a model closer to
	libjava, as hopefully if the thread bits are added carefully
	enough, the source code will not have gross hacks. Besides, the
	libstdc++-v2 model could be easily emulated without the necessity
	of linking files in (as currently done)--all that needs to be done
	is AC_DEFINE(-D_PTHREADS) etc. However, let's try something
	new. . . and see if we arrive at a more elegant solution.
	* configure: Regenerated.
	* config/threads-no.h: New file.
	* config/threads-posix.h: New file.
	* src/Makefile.am (myinstallheaders): Install c++threads.h.
	* src/Makefile.in: Regenerated.



More information about the Libstdc++-cvs mailing list