------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-05 
19:58 -------
Subject: Bug 17223

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2004-11-05 19:58:03

Modified files:
        libstdc++-v3   : ChangeLog 
        libstdc++-v3/config/locale/ieee_1003.1-2001: 
                                                     codecvt_specializations.h 
        libstdc++-v3/config/os/gnu-linux: ctype_base.h 
        libstdc++-v3/docs/doxygen: mainpage.html run_doxygen user.cfg.in 
        libstdc++-v3/include/bits: allocator.h char_traits.h codecvt.h 
                                   concurrence.h locale_facets.h 
        libstdc++-v3/include/ext: array_allocator.h debug_allocator.h 
                                  malloc_allocator.h mt_allocator.h 
                                  new_allocator.h pool_allocator.h 
                                  stdio_sync_filebuf.h 
        libstdc++-v3/include/std: std_memory.h 
        libstdc++-v3/include/tr1: array tuple 
Removed files:
        libstdc++-v3/docs/doxygen: filter filter.sed 

Log message:
        2004-11-05  Benjamin Kosnik  <[EMAIL PROTECTED]>
        
        PR libstdc++/17218
        PR libstdc++/17223
        * docs/doxygen/filter: Remove.
        * docs/doxygen/filter.sed: Remove.
        * docs/doxygen/mainpage.html: Add link to functions.
        * docs/doxygen/run_doxygen: Changes due to new source filtering.
        * docs/doxygen/user.cfg.in: Update to doxygen 1.3.9.1, tweak.
        * include/bits/allocator.h: Tweaks for doxygen.
        * include/bits/char_traits.h: Same.
        * include/bits/codecvt.h: Same.
        * include/bits/concurrence.h: Same.
        * include/bits/locale_facets.h: Same.
        * include/ext/array_allocator.h: Same.
        * include/ext/debug_allocator.h: Same.
        * include/ext/malloc_allocator.h: Same.
        * include/ext/mt_allocator.h: Same.
        * include/ext/new_allocator.h: Same.
        * include/ext/pool_allocator.h: Same.
        * include/ext/stdio_sync_filebuf.h: Same.
        * include/std/std_memory.h: Same.
        * include/tr1/array: Same.
        * include/tr1/tuple: Same.
        * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
        * config/os/gnu-linux/ctype_base.h: Same.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2751&r2=1.2752
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/gnu-linux/ctype_base.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/mainpage.html.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/run_doxygen.diff?cvsroot=gcc&r1=1.27&r2=1.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/user.cfg.in.diff?cvsroot=gcc&r1=1.30&r2=1.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/filter.diff?cvsroot=gcc&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/filter.sed.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/allocator.h.diff?cvsroot=gcc&r1=1.12&r2=1.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/char_traits.h.diff?cvsroot=gcc&r1=1.25&r2=1.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/codecvt.h.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/concurrence.h.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.h.diff?cvsroot=gcc&r1=1.96&r2=1.97
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/array_allocator.h.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/debug_allocator.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/malloc_allocator.h.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/mt_allocator.h.diff?cvsroot=gcc&r1=1.42&r2=1.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/new_allocator.h.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/pool_allocator.h.diff?cvsroot=gcc&r1=1.19&r2=1.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_memory.h.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/array.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/tuple.diff?cvsroot=gcc&r1=1.3&r2=1.4



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17223

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


Reply via email to