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]

r136907 - in /branches/function-specific-branch...


Author: meissner
Date: Wed Jun 18 19:50:45 2008
New Revision: 136907

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136907
Log:
Merge up to 136900

Added:
    branches/function-specific-branch/libstdc++-v3/src/string_conversions.cc
      - copied unchanged from r136900, trunk/libstdc++-v3/src/string_conversions.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/
      - copied from r136900, trunk/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/array/requirements/fill.cc
      - copied unchanged from r136900, trunk/libstdc++-v3/testsuite/23_containers/array/requirements/fill.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/24_iterators/operations/
      - copied from r136900, trunk/libstdc++-v3/testsuite/24_iterators/operations/
Modified:
    branches/function-specific-branch/libstdc++-v3/ChangeLog
    branches/function-specific-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/function-specific-branch/libstdc++-v3/configure
    branches/function-specific-branch/libstdc++-v3/doc/xml/manual/intro.xml
    branches/function-specific-branch/libstdc++-v3/include/Makefile.am
    branches/function-specific-branch/libstdc++-v3/include/Makefile.in
    branches/function-specific-branch/libstdc++-v3/include/bits/basic_string.h
    branches/function-specific-branch/libstdc++-v3/include/bits/deque.tcc
    branches/function-specific-branch/libstdc++-v3/include/bits/stl_deque.h
    branches/function-specific-branch/libstdc++-v3/include/bits/stl_iterator_base_funcs.h
    branches/function-specific-branch/libstdc++-v3/include/bits/stl_list.h
    branches/function-specific-branch/libstdc++-v3/include/bits/stl_queue.h
    branches/function-specific-branch/libstdc++-v3/include/bits/stl_stack.h
    branches/function-specific-branch/libstdc++-v3/include/bits/stl_vector.h
    branches/function-specific-branch/libstdc++-v3/include/bits/vector.tcc
    branches/function-specific-branch/libstdc++-v3/include/debug/deque
    branches/function-specific-branch/libstdc++-v3/include/debug/list
    branches/function-specific-branch/libstdc++-v3/include/debug/vector
    branches/function-specific-branch/libstdc++-v3/include/tr1_impl/array
    branches/function-specific-branch/libstdc++-v3/src/Makefile.am
    branches/function-specific-branch/libstdc++-v3/src/Makefile.in
    branches/function-specific-branch/libstdc++-v3/src/condition_variable.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/function-specific-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc

Changes in other areas also in this revision:
Added:
    branches/function-specific-branch/gcc/config/mips/driver-native.c
      - copied unchanged from r136900, trunk/gcc/config/mips/driver-native.c
    branches/function-specific-branch/gcc/config/mips/loongson.h
      - copied unchanged from r136900, trunk/gcc/config/mips/loongson.h
    branches/function-specific-branch/gcc/config/mips/loongson.md
      - copied unchanged from r136900, trunk/gcc/config/mips/loongson.md
    branches/function-specific-branch/gcc/config/mips/loongson2ef.md
      - copied unchanged from r136900, trunk/gcc/config/mips/loongson2ef.md
    branches/function-specific-branch/gcc/config/mips/st.h
      - copied unchanged from r136900, trunk/gcc/config/mips/st.h
    branches/function-specific-branch/gcc/config/mips/t-st
      - copied unchanged from r136900, trunk/gcc/config/mips/t-st
    branches/function-specific-branch/gcc/config/mips/x-native
      - copied unchanged from r136900, trunk/gcc/config/mips/x-native
    branches/function-specific-branch/gcc/testsuite/g++.dg/other/dtor2.C
      - copied unchanged from r136900, trunk/gcc/testsuite/g++.dg/other/dtor2.C
    branches/function-specific-branch/gcc/testsuite/g++.dg/parse/bitfield3.C
      - copied unchanged from r136900, trunk/gcc/testsuite/g++.dg/parse/bitfield3.C
    branches/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/20080613-1.c
      - copied unchanged from r136900, trunk/gcc/testsuite/gcc.c-torture/compile/20080613-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/inline-28.c
      - copied unchanged from r136900, trunk/gcc/testsuite/gcc.dg/inline-28.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/inline-29.c
      - copied unchanged from r136900, trunk/gcc/testsuite/gcc.dg/inline-29.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/inline-30.c
      - copied unchanged from r136900, trunk/gcc/testsuite/gcc.dg/inline-30.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/vect/pr36493.c
      - copied unchanged from r136900, trunk/gcc/testsuite/gcc.dg/vect/pr36493.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sseregparm-8.c
      - copied unchanged from r136900, trunk/gcc/testsuite/gcc.target/i386/sseregparm-8.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/mips/loongson-simd.c
      - copied unchanged from r136900, trunk/gcc/testsuite/gcc.target/mips/loongson-simd.c
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_25.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_25.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_26.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_26.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_27.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_27.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_28.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_28.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_29.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_29.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_30.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_30.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_19.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_19.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_20.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_20.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/array_constructor_type_21.f03
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/array_constructor_type_21.f03
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_1.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_2.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_4.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_4.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_5.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_5.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_6.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_6.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_7.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_7.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_8.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/bounds_check_array_ctor_8.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/namelist_48.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/namelist_48.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/namelist_49.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/namelist_49.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/no_range_check_2.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/no_range_check_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/parameter_array_init_4.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/parameter_array_init_4.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/used_types_20.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/used_types_20.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_IO_1.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/widechar_IO_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_IO_2.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/widechar_IO_2.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_IO_3.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/widechar_IO_3.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/widechar_IO_4.f90
      - copied unchanged from r136900, trunk/gcc/testsuite/gfortran.dg/widechar_IO_4.f90
    branches/function-specific-branch/gcc/testsuite/gnat.dg/task_stack_align.adb
      - copied unchanged from r136900, trunk/gcc/testsuite/gnat.dg/task_stack_align.adb
Modified:
    branches/function-specific-branch/ChangeLog
    branches/function-specific-branch/MAINTAINERS
    branches/function-specific-branch/Makefile.in
    branches/function-specific-branch/Makefile.tpl
    branches/function-specific-branch/boehm-gc/ChangeLog
    branches/function-specific-branch/boehm-gc/Makefile.in
    branches/function-specific-branch/boehm-gc/configure
    branches/function-specific-branch/boehm-gc/include/Makefile.in
    branches/function-specific-branch/boehm-gc/include/gc_config.h.in
    branches/function-specific-branch/config/ChangeLog
    branches/function-specific-branch/config/override.m4
    branches/function-specific-branch/configure
    branches/function-specific-branch/configure.ac
    branches/function-specific-branch/fixincludes/ChangeLog
    branches/function-specific-branch/fixincludes/configure
    branches/function-specific-branch/gcc/ChangeLog
    branches/function-specific-branch/gcc/ChangeLog-function
    branches/function-specific-branch/gcc/DATESTAMP
    branches/function-specific-branch/gcc/Makefile.in
    branches/function-specific-branch/gcc/ada/ChangeLog
    branches/function-specific-branch/gcc/ada/decl.c
    branches/function-specific-branch/gcc/ada/gnat_rm.texi
    branches/function-specific-branch/gcc/ada/gnat_ugn.texi
    branches/function-specific-branch/gcc/ada/utils.c
    branches/function-specific-branch/gcc/builtins.c
    branches/function-specific-branch/gcc/c-decl.c
    branches/function-specific-branch/gcc/c.opt
    branches/function-specific-branch/gcc/cgraph.c
    branches/function-specific-branch/gcc/cgraph.h
    branches/function-specific-branch/gcc/cgraphunit.c
    branches/function-specific-branch/gcc/combine.c
    branches/function-specific-branch/gcc/config.gcc
    branches/function-specific-branch/gcc/config.host
    branches/function-specific-branch/gcc/config/arm/bpabi-v6m.S
    branches/function-specific-branch/gcc/config/arm/bpabi.S
    branches/function-specific-branch/gcc/config/arm/lib1funcs.asm
    branches/function-specific-branch/gcc/config/arm/t-arm-coff
    branches/function-specific-branch/gcc/config/arm/t-arm-elf
    branches/function-specific-branch/gcc/config/arm/t-linux
    branches/function-specific-branch/gcc/config/arm/t-pe
    branches/function-specific-branch/gcc/config/arm/t-strongarm-elf
    branches/function-specific-branch/gcc/config/arm/t-symbian
    branches/function-specific-branch/gcc/config/arm/t-vxworks
    branches/function-specific-branch/gcc/config/arm/t-wince-pe
    branches/function-specific-branch/gcc/config/avr/avr.c
    branches/function-specific-branch/gcc/config/avr/avr.h
    branches/function-specific-branch/gcc/config/avr/t-avr
    branches/function-specific-branch/gcc/config/mips/linux.h
    branches/function-specific-branch/gcc/config/mips/linux64.h
    branches/function-specific-branch/gcc/config/mips/mips-ftypes.def
    branches/function-specific-branch/gcc/config/mips/mips-modes.def
    branches/function-specific-branch/gcc/config/mips/mips-protos.h
    branches/function-specific-branch/gcc/config/mips/mips.c
    branches/function-specific-branch/gcc/config/mips/mips.h
    branches/function-specific-branch/gcc/config/mips/mips.md
    branches/function-specific-branch/gcc/configure
    branches/function-specific-branch/gcc/configure.ac
    branches/function-specific-branch/gcc/cp/ChangeLog
    branches/function-specific-branch/gcc/cp/class.c
    branches/function-specific-branch/gcc/cp/cp-tree.h
    branches/function-specific-branch/gcc/cp/decl2.c
    branches/function-specific-branch/gcc/cp/method.c
    branches/function-specific-branch/gcc/cp/parser.c
    branches/function-specific-branch/gcc/cse.c
    branches/function-specific-branch/gcc/cselib.c
    branches/function-specific-branch/gcc/cselib.h
    branches/function-specific-branch/gcc/dce.c
    branches/function-specific-branch/gcc/ddg.c
    branches/function-specific-branch/gcc/df-core.c
    branches/function-specific-branch/gcc/df-problems.c
    branches/function-specific-branch/gcc/df-scan.c
    branches/function-specific-branch/gcc/df.h
    branches/function-specific-branch/gcc/doc/cpp.texi
    branches/function-specific-branch/gcc/doc/cppopts.texi
    branches/function-specific-branch/gcc/doc/extend.texi
    branches/function-specific-branch/gcc/doc/gcc.texi
    branches/function-specific-branch/gcc/doc/gccint.texi
    branches/function-specific-branch/gcc/doc/gcov.texi
    branches/function-specific-branch/gcc/doc/gty.texi
    branches/function-specific-branch/gcc/doc/hostconfig.texi
    branches/function-specific-branch/gcc/doc/install.texi
    branches/function-specific-branch/gcc/doc/invoke.texi
    branches/function-specific-branch/gcc/doc/loop.texi
    branches/function-specific-branch/gcc/doc/makefile.texi
    branches/function-specific-branch/gcc/doc/md.texi
    branches/function-specific-branch/gcc/doc/options.texi
    branches/function-specific-branch/gcc/doc/passes.texi
    branches/function-specific-branch/gcc/doc/rtl.texi
    branches/function-specific-branch/gcc/doc/sourcebuild.texi
    branches/function-specific-branch/gcc/doc/tm.texi
    branches/function-specific-branch/gcc/doc/tree-ssa.texi
    branches/function-specific-branch/gcc/doc/trouble.texi
    branches/function-specific-branch/gcc/emit-rtl.c
    branches/function-specific-branch/gcc/fortran/ChangeLog
    branches/function-specific-branch/gcc/fortran/array.c
    branches/function-specific-branch/gcc/fortran/decl.c
    branches/function-specific-branch/gcc/fortran/gfc-internals.texi
    branches/function-specific-branch/gcc/fortran/gfortran.h
    branches/function-specific-branch/gcc/fortran/gfortran.texi
    branches/function-specific-branch/gcc/fortran/intrinsic.texi
    branches/function-specific-branch/gcc/fortran/invoke.texi
    branches/function-specific-branch/gcc/fortran/match.h
    branches/function-specific-branch/gcc/fortran/resolve.c
    branches/function-specific-branch/gcc/fortran/trans-array.c
    branches/function-specific-branch/gcc/fortran/trans-decl.c
    branches/function-specific-branch/gcc/fortran/trans-io.c
    branches/function-specific-branch/gcc/fwprop.c
    branches/function-specific-branch/gcc/gcse.c
    branches/function-specific-branch/gcc/java/ChangeLog
    branches/function-specific-branch/gcc/java/class.c
    branches/function-specific-branch/gcc/java/gcj.texi
    branches/function-specific-branch/gcc/jump.c
    branches/function-specific-branch/gcc/longlong.h
    branches/function-specific-branch/gcc/loop-invariant.c
    branches/function-specific-branch/gcc/lower-subreg.c
    branches/function-specific-branch/gcc/omp-low.c
    branches/function-specific-branch/gcc/reg-notes.def
    branches/function-specific-branch/gcc/reload1.c
    branches/function-specific-branch/gcc/rtlanal.c
    branches/function-specific-branch/gcc/sched-deps.c
    branches/function-specific-branch/gcc/sched-int.h
    branches/function-specific-branch/gcc/see.c
    branches/function-specific-branch/gcc/testsuite/ChangeLog
    branches/function-specific-branch/gcc/testsuite/gcc.dg/asm-wide-1.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/weak/weak-6.c
    branches/function-specific-branch/gcc/testsuite/gcc.dg/weak/weak-7.c
    branches/function-specific-branch/gcc/testsuite/gcc.target/i386/sseregparm-2.c
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/arrayio_0.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/char_cons_len.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/char_length_1.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/fseek.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/pr15959.f90
    branches/function-specific-branch/gcc/testsuite/gfortran.dg/transfer_simplify_2.f90
    branches/function-specific-branch/gcc/testsuite/lib/target-supports.exp
    branches/function-specific-branch/gcc/tree-outof-ssa.c
    branches/function-specific-branch/gcc/tree-ssa-sccvn.c
    branches/function-specific-branch/gcc/tree-vect-transform.c
    branches/function-specific-branch/gcc/web.c
    branches/function-specific-branch/gnattools/ChangeLog
    branches/function-specific-branch/gnattools/Makefile.in
    branches/function-specific-branch/gnattools/configure
    branches/function-specific-branch/gnattools/configure.ac
    branches/function-specific-branch/intl/ChangeLog
    branches/function-specific-branch/intl/Makefile.in
    branches/function-specific-branch/intl/configure
    branches/function-specific-branch/libada/ChangeLog
    branches/function-specific-branch/libada/Makefile.in
    branches/function-specific-branch/libada/configure
    branches/function-specific-branch/libada/configure.ac
    branches/function-specific-branch/libcpp/ChangeLog
    branches/function-specific-branch/libcpp/Makefile.in
    branches/function-specific-branch/libcpp/charset.c
    branches/function-specific-branch/libcpp/configure
    branches/function-specific-branch/libdecnumber/ChangeLog
    branches/function-specific-branch/libdecnumber/Makefile.in
    branches/function-specific-branch/libdecnumber/configure
    branches/function-specific-branch/libffi/ChangeLog
    branches/function-specific-branch/libffi/configure
    branches/function-specific-branch/libffi/include/Makefile.in
    branches/function-specific-branch/libffi/testsuite/Makefile.in
    branches/function-specific-branch/libgcc/ChangeLog
    branches/function-specific-branch/libgcc/configure
    branches/function-specific-branch/libgcc/configure.ac
    branches/function-specific-branch/libgfortran/ChangeLog
    branches/function-specific-branch/libgfortran/configure
    branches/function-specific-branch/libgfortran/configure.ac
    branches/function-specific-branch/libgfortran/generated/all_l1.c
    branches/function-specific-branch/libgfortran/generated/all_l16.c
    branches/function-specific-branch/libgfortran/generated/all_l2.c
    branches/function-specific-branch/libgfortran/generated/all_l4.c
    branches/function-specific-branch/libgfortran/generated/all_l8.c
    branches/function-specific-branch/libgfortran/generated/any_l1.c
    branches/function-specific-branch/libgfortran/generated/any_l16.c
    branches/function-specific-branch/libgfortran/generated/any_l2.c
    branches/function-specific-branch/libgfortran/generated/any_l4.c
    branches/function-specific-branch/libgfortran/generated/any_l8.c
    branches/function-specific-branch/libgfortran/generated/count_16_l.c
    branches/function-specific-branch/libgfortran/generated/count_1_l.c
    branches/function-specific-branch/libgfortran/generated/count_2_l.c
    branches/function-specific-branch/libgfortran/generated/count_4_l.c
    branches/function-specific-branch/libgfortran/generated/count_8_l.c
    branches/function-specific-branch/libgfortran/gfortran.map
    branches/function-specific-branch/libgfortran/intrinsics/dprod_r8.f90
    branches/function-specific-branch/libgfortran/io/fbuf.c
    branches/function-specific-branch/libgfortran/io/inquire.c
    branches/function-specific-branch/libgfortran/io/io.h
    branches/function-specific-branch/libgfortran/io/list_read.c
    branches/function-specific-branch/libgfortran/io/open.c
    branches/function-specific-branch/libgfortran/io/read.c
    branches/function-specific-branch/libgfortran/io/transfer.c
    branches/function-specific-branch/libgfortran/io/write.c
    branches/function-specific-branch/libgfortran/libgfortran.h
    branches/function-specific-branch/libgfortran/m4/ifunction_logical.m4
    branches/function-specific-branch/libgfortran/runtime/compile_options.c
    branches/function-specific-branch/libgfortran/runtime/main.c
    branches/function-specific-branch/libgomp/ChangeLog
    branches/function-specific-branch/libgomp/configure
    branches/function-specific-branch/libgomp/env.c
    branches/function-specific-branch/libgomp/libgomp.texi
    branches/function-specific-branch/libiberty/ChangeLog
    branches/function-specific-branch/libiberty/configure
    branches/function-specific-branch/libiberty/libiberty.texi
    branches/function-specific-branch/libiberty/obstacks.texi
    branches/function-specific-branch/libjava/ChangeLog
    branches/function-specific-branch/libjava/classpath/ChangeLog
    branches/function-specific-branch/libjava/classpath/Makefile.in
    branches/function-specific-branch/libjava/classpath/configure
    branches/function-specific-branch/libjava/classpath/doc/Makefile.in
    branches/function-specific-branch/libjava/classpath/doc/api/Makefile.in
    branches/function-specific-branch/libjava/classpath/examples/Makefile.in
    branches/function-specific-branch/libjava/classpath/external/Makefile.in
    branches/function-specific-branch/libjava/classpath/external/jsr166/Makefile.in
    branches/function-specific-branch/libjava/classpath/external/relaxngDatatype/Makefile.in
    branches/function-specific-branch/libjava/classpath/external/sax/Makefile.in
    branches/function-specific-branch/libjava/classpath/external/w3c_dom/Makefile.in
    branches/function-specific-branch/libjava/classpath/include/Makefile.in
    branches/function-specific-branch/libjava/classpath/lib/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/fdlibm/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jawt/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/classpath/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/gconf-peer/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/gstreamer-peer/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/gtk-peer/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/java-io/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/java-lang/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/java-net/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/java-nio/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/java-util/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/midi-alsa/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/midi-dssi/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/native-lib/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/qt-peer/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/jni/xmlj/Makefile.in
    branches/function-specific-branch/libjava/classpath/native/plugin/Makefile.in
    branches/function-specific-branch/libjava/classpath/resource/Makefile.in
    branches/function-specific-branch/libjava/classpath/scripts/Makefile.in
    branches/function-specific-branch/libjava/classpath/tools/Makefile.in
    branches/function-specific-branch/libjava/configure
    branches/function-specific-branch/libjava/gcj/Makefile.in
    branches/function-specific-branch/libjava/include/Makefile.in
    branches/function-specific-branch/libjava/libltdl/ChangeLog
    branches/function-specific-branch/libjava/libltdl/Makefile.in
    branches/function-specific-branch/libjava/libltdl/configure
    branches/function-specific-branch/libjava/testsuite/Makefile.in
    branches/function-specific-branch/libmudflap/ChangeLog
    branches/function-specific-branch/libmudflap/Makefile.in
    branches/function-specific-branch/libmudflap/config.h.in
    branches/function-specific-branch/libmudflap/configure
    branches/function-specific-branch/libmudflap/testsuite/Makefile.in
    branches/function-specific-branch/libobjc/ChangeLog
    branches/function-specific-branch/libobjc/configure
    branches/function-specific-branch/libobjc/exception.c
    branches/function-specific-branch/libssp/ChangeLog
    branches/function-specific-branch/libssp/Makefile.in
    branches/function-specific-branch/libssp/config.h.in
    branches/function-specific-branch/libssp/configure
    branches/function-specific-branch/svn-mergepoint
    branches/function-specific-branch/zlib/ChangeLog.gcj
    branches/function-specific-branch/zlib/Makefile.in
    branches/function-specific-branch/zlib/configure


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