This is the mail archive of the libstdc++-cvs@gcc.gnu.org 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]
Other format: [Raw text]

r121502 - in /trunk/libstdc++-v3: ChangeLog con...


Author: bkoz
Date: Fri Feb  2 14:49:52 2007
New Revision: 121502

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121502
Log:
2007-02-02  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/c++config: Consistent macro guards for config includes.
	* config/locale/gnu/c_locale.h: Same.
	* config/locale/generic/c_locale.h: Same.
	* config/allocator/mt_allocator_base.h: Same.
	* config/allocator/malloc_allocator_base.h: Same.
	* config/allocator/new_allocator_base.h: Same.
	* config/allocator/pool_allocator_base.h: Same.
	* config/allocator/bitmap_allocator_base.h: Same.
	* config/os/vxworks/os_defines.h: Same.
	* config/cpu/sh/atomicity.h: Same.
	* config/io/c_io_stdio.h: Same.
	* config/io/basic_file_stdio.h: Same.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/allocator/bitmap_allocator_base.h
    trunk/libstdc++-v3/config/allocator/malloc_allocator_base.h
    trunk/libstdc++-v3/config/allocator/mt_allocator_base.h
    trunk/libstdc++-v3/config/allocator/new_allocator_base.h
    trunk/libstdc++-v3/config/allocator/pool_allocator_base.h
    trunk/libstdc++-v3/config/cpu/sh/atomicity.h
    trunk/libstdc++-v3/config/io/basic_file_stdio.h
    trunk/libstdc++-v3/config/io/c_io_stdio.h
    trunk/libstdc++-v3/config/locale/generic/c_locale.h
    trunk/libstdc++-v3/config/locale/gnu/c_locale.h
    trunk/libstdc++-v3/config/os/vxworks/os_defines.h
    trunk/libstdc++-v3/include/bits/c++config


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