1. 12 Oct, 2000 2 commits
    • c-common.c (scanf_flag_specs): Add flags ' and I. · 4831bc84
      	* c-common.c (scanf_flag_specs): Add flags ' and I.
      	(strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
      	or the ^ and # flags together.
      	(scan_char_table): Handle the ' and I flags.
      	(format_types): Add ' and I flags for scanf.
      
      testsuite:
      	* gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
      	scanf flags.
      	* gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
      	flags.
      
      From-SVN: r36842
      Joseph Myers committed
    • c-common.c (print_char_table): Use the unpromoted type for lengths "h" and "hh"… · 2f7026a0
      c-common.c (print_char_table): Use the unpromoted type for lengths "h" and "hh" with conversions dioxXu.
      
      	* c-common.c (print_char_table): Use the unpromoted type for
      	lengths "h" and "hh" with conversions dioxXu.
      	(check_format_types): Apply the default argument promotions where
      	the wanted type is not a pointer target.
      
      From-SVN: r36841
      Joseph Myers committed
  2. 11 Oct, 2000 6 commits
    • c-typeck.c (check_modify_expr): New function. · bb58bec5
      	* c-typeck.c (check_modify_expr): New function.
      	(build_modify_expr): Call it if warn_sequence_point.
      	* c-decl.c (warn_sequence_point): New variable.
      	(c_decode_option): Handle -Wsequence-point and
      	-Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
      	* c-tree.h (warn_sequence_point): Declare.
      	* invoke.texi (-Wsequence-point): Document.
      	* toplev.c (documented_lang_options): Add -Wsequence-point and
      	-Wno-sequence-point.
      	Original work by Michael Meeks, 16 Jun 1998.
      
      testsuite:
      	* gcc.dg/sequence-pt-1.c: New test.
      
      From-SVN: r36840
      Joseph Myers committed
    • 20001011-1.c: New testcase. · d0b43a40
      	* gcc.c-torture/execute/20001011-1.c: New testcase.
      	Testcase provided by Zack Weinberg <zackw@stanford.edu>.
      
      From-SVN: r36839
      Geoff Keating committed
    • acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Comment out exception-throwing code for linker test. · a3cfd96a
      2000-10-11  Phil Edwards  <pme@sources.redhat.com>
      
      	* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Comment out
      	  exception-throwing code for linker test.
      	* aclocal.m4:  Regenerate.
      	* configure:  Regenerate.
      
      From-SVN: r36838
      Phil Edwards committed
    • tree.c (get_narrower): Don't look at precision of field if not laid out yet. · 0fba7208
      	* tree.c (get_narrower): Don't look at precision of field if
      	not laid out yet.
      
      From-SVN: r36837
      Richard Kenner committed
    • ChoicePeer.java (addItem): Removed. · 18a61d1c
      2000-10-11  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* java/awt/peer/ChoicePeer.java (addItem): Removed.
      	* java/awt/peer/ComponentPeer.java (disable): Removed.
      	(enable): Removed.
      	(hide): Removed.
      	(minimumSize): Removed.
      	(preferredSize): Removed.
      	(reshape): Removed.
      	(show): Removed.
      	* java/awt/peer/ListPeer.java (addItem): Removed.
      	(clear): Removed.
      	(minimumSize): Removed.
      	(preferredSize): Removed.
      	(setMultipleSelections): Removed.
      	* java/awt/peer/MenuBarPeer.java (add): Renamed from addMenu.
      	(remove): Renamed from removeMenu.
      	* java/awt/peer/MenuItemPeer.java (disable): Removed.
      	(enable): Removed.
      	* java/awt/peer/MenuPeer.java (add): Renamed from addItem.
      	(remove): Renamed from removeItem.
      	* java/awt/peer/TextAreaPeer.java (insertText): Removed.
      	(getMinimumSize): Removed.
      	(getPreferredSize): Removed.
      	(minimumSize): Removed.
      	(preferredSize): Removed.
      	(replaceText): Removed.
      	* java/awt/peer/TextFieldPeer.java (minimumSize): Removed.
      	(preferredSize): Removed.
      	(getMinimumSize): Removed.
      	(getPreferredSize): Removed.
      	(setEchoCharacter): Removed.
      
      From-SVN: r36836
      Bryce McKinlay committed
    • Daily bump. · 4dc8f5f8
      From-SVN: r36835
      Jeff Law committed
  3. 10 Oct, 2000 14 commits
    • 000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com> · 6a175fe3
      	* Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
      	* libsupc++/include: Remove
      	* libsupc++/include/*: Move to ...
      	* libsupc++: Here.
      	* libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
      	(glibcppinstalldir): New.
      
      	* src/Makefile.am (c_base_headers): New.
      	(c_shadow_headers): New
      	(c_headers): New.
      	(myinstallheaders): Correct install issues.
      	* src/Makefile.in: Regenerate.
      
      	* Makefile.am (CSHADOW_INCLUDES): Simplify.
      	* Makefile.in: Regenerate.
      	* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
      	* aclocal.m4: Regenerate.
      	* mkcheck.in (SRC_DIR): Use it.
      
      	* include/bits/std_stdexcept.h: And here.
      	* include/bits/std_ios.h: Change std_exception.h to exception.
      	* src/locale.cc: And here.
      	* src/locale-inst.cc: And here.
      
      	* include/bits/valarray_array.h: And here.
      	* include/bits/stl_alloc.h: And here.
      	* include/bits/stl_algobase.h: And here.
      	* include/bits/pthread_allocimpl.h: And here.
      	* include/bits/stl_construct.h: Change to std_new.h to new.
      
      	* include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.
      
      	* src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
      	(headers): Remove duplicated headers.
      	(std_headers): And here.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
      	* libsupc++/Makefile.in: Regenerate.
      	* Makefile.am (LIBSUPCXX_INCLUDES): Add here.
      	(AM_MAKEFLAGS): And here.
      	* Makefile.in: Regenerate.
      	* include/bits/std_typeinfo.h: Remove.
      	* include/bits/std_new.h: Remove
      	* include/bits/std_exception.h: Remove.
      	* std/new: Remove.
      	* std/typeinfo: Remove.
      	* std/exception: Remove.
      
      	* libio/_G_config.h (__need_ptrdiff_t): Add.
      
      	* libsupc++/include/new: Change stddef.h to cstddef.
      	* libsupc++/tinfo.h: Change limits.h to climits.
      	* libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
      	renders the file uncompilable. Add copyright.
      
      	* include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
      	namespace, as it is a fundamental type.
      
      From-SVN: r36834
      Benjamin Kosnik committed
    • Makefile.am (LIBSUPCXX_INCLUDES): Adjust. · a6863e25
      
      2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
      	* libsupc++/include: Remove
      	* libsupc++/include/*: Move to ...
      	* libsupc++: Here.
      	* libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
      	(glibcppinstalldir): New.
      
      	* src/Makefile.am (c_base_headers): New.
      	(c_shadow_headers): New
      	(c_headers): New.
      	(myinstallheaders): Correct install issues.
      	* src/Makefile.in: Regenerate.
      
      	* Makefile.am (CSHADOW_INCLUDES): Simplify.
      	* Makefile.in: Regenerate.
      	* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
      	* aclocal.m4: Regenerate.
      	* mkcheck.in (SRC_DIR): Use it.
      
      	* include/bits/std_stdexcept.h: And here.
      	* include/bits/std_ios.h: Change std_exception.h to exception.
      	* src/locale.cc: And here.
      	* src/locale-inst.cc: And here.
      
      	* include/bits/valarray_array.h: And here.
      	* include/bits/stl_alloc.h: And here.
      	* include/bits/stl_algobase.h: And here.
      	* include/bits/pthread_allocimpl.h: And here.
      	* include/bits/stl_construct.h: Change to std_new.h to new.
      
      	* include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.
      
      	* src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
      	(headers): Remove duplicated headers.
      	(std_headers): And here.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
      	* libsupc++/Makefile.in: Regenerate.
      	* Makefile.am (LIBSUPCXX_INCLUDES): Add here.
      	(AM_MAKEFLAGS): And here.
      	* Makefile.in: Regenerate.
      	* include/bits/std_typeinfo.h: Remove.
      	* include/bits/std_new.h: Remove
      	* include/bits/std_exception.h: Remove.
      	* std/new: Remove.
      	* std/typeinfo: Remove.
      	* std/exception: Remove.
      
      	* libio/_G_config.h (__need_ptrdiff_t): Add.
      
      	* libsupc++/include/new: Change stddef.h to cstddef.
      	* libsupc++/tinfo.h: Change limits.h to climits.
      	* libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
      	renders the file uncompilable. Add copyright.
      
      	* include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
      	namespace, as it is a fundamental type.
      
      From-SVN: r36833
      Benjamin Kosnik committed
    • Makefile.am (LIBSUPCXX_INCLUDES): Adjust. · 6305f20a
      
      2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
      	* libsupc++/include: Remove
      	* libsupc++/include/*: Move to ...
      	* libsupc++: Here.
      	* libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
      	(glibcppinstalldir): New.
      
      	* src/Makefile.am (c_base_headers): New.
      	(c_shadow_headers): New
      	(c_headers): New.
      	(myinstallheaders): Correct install issues.
      	* src/Makefile.in: Regenerate.
      
      	* Makefile.am (CSHADOW_INCLUDES): Simplify.
      	* Makefile.in: Regenerate.
      	* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
      	* aclocal.m4: Regenerate.
      	* mkcheck.in (SRC_DIR): Use it.
      
      	* include/bits/std_stdexcept.h: And here.
      	* include/bits/std_ios.h: Change std_exception.h to exception.
      	* src/locale.cc: And here.
      	* src/locale-inst.cc: And here.
      
      	* include/bits/valarray_array.h: And here.
      	* include/bits/stl_alloc.h: And here.
      	* include/bits/stl_algobase.h: And here.
      	* include/bits/pthread_allocimpl.h: And here.
      	* include/bits/stl_construct.h: Change to std_new.h to new.
      
      	* include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.
      
      	* src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
      	(headers): Remove duplicated headers.
      	(std_headers): And here.
      	* src/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
      	* libsupc++/Makefile.in: Regenerate.
      	* Makefile.am (LIBSUPCXX_INCLUDES): Add here.
      	(AM_MAKEFLAGS): And here.
      	* Makefile.in: Regenerate.
      	* include/bits/std_typeinfo.h: Remove.
      	* include/bits/std_new.h: Remove
      	* include/bits/std_exception.h: Remove.
      	* std/new: Remove.
      	* std/typeinfo: Remove.
      	* std/exception: Remove.
      
      	* libio/_G_config.h (__need_ptrdiff_t): Add.
      
      	* libsupc++/include/new: Change stddef.h to cstddef.
      	* libsupc++/tinfo.h: Change limits.h to climits.
      	* libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
      	renders the file uncompilable. Add copyright.
      
      	* include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
      	namespace, as it is a fundamental type.
      
      From-SVN: r36832
      Benjamin Kosnik committed
    • LocaleData_en.java (monetarySeparator): Added. · 01ce962b
      	* gnu/gcj/text/LocaleData_en.java (monetarySeparator): Added.
      	* java/sql/Date.java (serialVersionUID): New field.
      	* java/sql/Time.java (serialVersionUID): New field.
      	* java/sql/Timestamp.java (serialVersionUID): New field.
      	* java/text/ChoiceFormat.java (serialVersionUID): New field.
      	* java/text/DateFormat.java (getDateTimeInstance (int)): Removed.
      	* java/text/DateFormatSymbols.java (serialVersionUID): New field.
      	* java/text/DecimalFormat.java (serialVersionOnStream): New field.
      	(readObject): New serialization method.
      	* java/text/DecimalFormatSymbols.java (monetarySeparator): New field.
      	(serialVersionOnStream): New field.
      	(readObject): New serialization method.
      	(getMonetaryDecimalSeparator): New method.
      	(setMonetaryDecimalSeparator): New method.
      	* java/text/NumberFormat.java (maxFractionDigits): New field.
      	(maxIntegerDigits): New field.
      	(minFractionDigits): New field.
      	(minIntegerDigits): New field.
      	(serialVersionOnStream): New field.
      	(serialVersionUID): New field.
      	(readObject): New serialization method.
      	(writeObject): New serialization method.
      	* java/text/SimpleDateFormat.java (defaultCenturyStart): Initialized.
      	(serialVersionOnStream): New field.
      	(serialVersionUID): New field.
      	(readObject): New serialization method.
      
      Serialization mods.
      
      From-SVN: r36831
      Warren Levy committed
    • lex.c (java_new_lexer): Initialize out_first and out_last fields. · 2e165c53
      	* lex.c (java_new_lexer): Initialize out_first and out_last
      	fields.
      	* lex.h (java_lexer): Added out_buffer, out_first, out_last.
      
      From-SVN: r36830
      Tom Tromey committed
    • avr.c (valid_machine_decl_attribute): Allow `extern' declaration for data with "progmem" attribute. · 67e570ea
      	* config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
      	declaration for data with "progmem" attribute.
      
      From-SVN: r36829
      Denis Chertykov committed
    • avr.c (out_shift_with_cnt): Use AS2 macro. · 80b8585d
      	* config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
      	Correct insn length if shift count is a memory operand.
      	* config/avr/avr.md: New define_peephole2 to use *reload_inqi.
      	(*iorhi3_clobber): Change lo8 to hi8.
      	(zero_extendhisi2): Change %B0 to %A1.
      	(ashlhi3, ashrhi3): Correct insn length.
      	(andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
      	from "clobber" to "set_n" in some alternatives.
      
      From-SVN: r36828
      Marek Michalkiewicz committed
    • [multiple changes] · 29f8b718
      2000-10-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
              Patch contributed by Corey Minyard.
              * decl.c (check_local_named_variable): New function.
              (tree check_local_unnamed_variable): Likewise.
              (find_local_variable): Splitted. Call check_local_{un}named_variable.
      
      2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
              * parse.y (variable_declarator_id:): Better error message.
              (expression_statement:): Use YYNOT_TWICE.
              (cast_expression:): Likewise.
              (assignment:): Likewise.
      
      (http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00286.html)
      
      From-SVN: r36827
      Alexandre Petit-Bianco committed
    • 991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi does not error on it. · 8ccaefbd
      	* gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
      	does not error on it.
      
      From-SVN: r36826
      Jakub Jelinek committed
    • Oops, forgot to commit testcase. · e9fc4ea8
      From-SVN: r36825
      Hans-Peter Nilsson committed
    • reload1.c (calculate_needs_all_insns): If deleting an instruction, remove its… · 462561b7
      reload1.c (calculate_needs_all_insns): If deleting an instruction, remove its insn_chain structure as well.
      
      	* reload1.c (calculate_needs_all_insns): If deleting an instruction,
      	remove its insn_chain structure as well.
      
      	* gcc.dg/20001009-1.c: New test.
      
      From-SVN: r36824
      Jakub Jelinek committed
    • configure.in (zlib_basedir): Cope with empty with_target_subdir · a7210984
      * configure.in (zlib_basedir): Cope with empty with_target_subdir
      * configure: Rebuilt.
      
      From-SVN: r36823
      Alexandre Oliva committed
    • Daily bump. · 86267898
      From-SVN: r36822
      Jeff Law committed
    • * dbxout.c (dbxout_source_line): Remove extra tab. · 0b8833aa
      From-SVN: r36821
      J. David Anglin committed
  4. 09 Oct, 2000 18 commits
    • Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz> · 45d640d9
      	* gcc.c-torture/compile/20001009-1.c: Move from here ....
      	* gcc.c-torture/execute/20001009-2.c: ... to here.
      
      From-SVN: r36818
      Jan Hubicka committed
    • Makefile.in (LANG_LIB2FUNCS): Remove. · 1854631b
              * Makefile.in (LANG_LIB2FUNCS): Remove.
              (LIB2FUNCS): Remove _pure.
              (LIB2ADD): Remove LANG_LIB2FUNCS.
              (stage_a): Don't set LANG_LIB2FUNCS.
              * libgcc2.c (__terminate): Mark noreturn.
              (__pure_virtual): Remove.
              * mklibgcc.in: Remove LIB2ADD .txt processing.
      
      From-SVN: r36817
      Richard Henderson committed
    • Make-lang.in (CXX_EXTRA_HEADERS): Remove. · 8dc54971
              * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
              (c++ language support bits for libgcc): Remove.
              (c++.clean): Remove cplib2.txt cleanup.
              * config-lang.in (headers, lib2funcs): Remove.
      
              * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
              * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
              * inc/cxxabi.h, inc/exception, inc/new: Remove files.
              * inc/new.h, inc/typeinfo: Remove files.
      
      From-SVN: r36816
      Richard Henderson committed
    • pure.cc: New file. · 3734420f
              * libsupc++/pure.cc: New file.
              * libsupc++/Makefile.am (INCLUDES): Add top_builddir.
              (sources): Add pure.cc.
              * libsupc++/Makefile.in: Regenerate.
      
      From-SVN: r36815
      Richard Henderson committed
    • 20001009-1.c: New testcase. · 80c0f62c
      	* gcc.c-torture/compile/20001009-1.c: New testcase.
      	* gcc.c-torture/execute/20001009-1.c: New testcase.
      	Testcases provided by Jan Hubicka <jh@suse.cz>.
      
      From-SVN: r36814
      Geoff Keating committed
    • * arm.md (push_multi): Revert unintended change. · 880c4dcb
      From-SVN: r36813
      Richard Earnshaw committed
    • arm.c: Miscellaneous white space and comment clean-ups. · 5895f793
      * arm.c: Miscellaneous white space and comment clean-ups.  No
      functional change.
      * arm.md: Likewise.
      
      From-SVN: r36812
      Richard Earnshaw committed
    • [multiple changes] · 9121d9b1
      2000-10-09  Alexandre Oliva  <aoliva@redhat.com>
      
      	* configure.in (GCJ): Avoid bogus error message when looking for
      	(and not finding) gcj in the build tree.
      	* configure: Rebuilt.
      
      2000-10-09  Tom Tromey  <tromey@cygnus.com>
      
      	* configure: Rebuilt.
      	* configure.in: Include sys/types.h when checking for socklen_t.
      	From Arno J. Klaassen.
      
      From-SVN: r36811
      Tom Tromey committed
    • c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new STRING_CST by… · 1092710d
      c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new STRING_CST by calling combine_strings.
      
      	* c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
      	STRING_CST by calling combine_strings.
      
      From-SVN: r36810
      Kaveh R. Ghazi committed
    • arm.c (thumb_expand_movstrqi): Rewrite to support SSA form. · ca356f3a
      * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
      (thumb_output_move_mem_multiple): Support new insn format.
      * arm.md (movmem12b): Use SSA compatible format.
      (movmem8b): Likewise.
      
      From-SVN: r36809
      Richard Earnshaw committed
    • arm.md (predicable): New attribute, default to "no". · cca0a211
      * arm.md (predicable): New attribute, default to "no".
      (all patterns): Mark as predicable if appropriate.
      (conditional execution splits): Split using predication format.
      (define_cond_exec): Define.
      * arm.c (arm_print_operand): handle insn predicate.
      
      From-SVN: r36808
      Richard Earnshaw committed
    • README.NS32K: Remove file. · 1146cfde
      	* README.NS32K: Remove file.
      	* README-bugs: Remove file.
      
      From-SVN: r36807
      Gerald Pfeifer committed
    • 0-10-09 Benjamin Kosnik <bkoz@purist.soma.redhat.com> · 3ec840ea
      	* docs/configopts.html: Edit.
      
      	* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libio/Makefile.in: Regenerate.
      	* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libmath/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
      	* libsupc++/Makefile.in: Regenerate.
      
      	* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
      	TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
      	CSHADOW_INCLUDES up here.
      	* Makefile.in: Regenerate.
      	* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
      	for shadow headers.
      	(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
      	Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
      	LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
      	* src/Makefile.in: Regenerate.
      
      	* include/c: New directory.
      	* include/c/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): Add, moving from...
      	* include/bits: ...here.
      	* include/c_std: New directory.
      	* include/c_std/bits/*: Populate from...
      	* shadow: ...here. Remove directory.
      
      From-SVN: r36806
      Benjamin Kosnik committed
    • configopts.html: Edit. · 0b8e0cf3
      
      2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* docs/configopts.html: Edit.
      
      	* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libio/Makefile.in: Regenerate.
      	* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libmath/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
      	* libsupc++/Makefile.in: Regenerate.
      
      	* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
      	TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
      	CSHADOW_INCLUDES up here.
      	* Makefile.in: Regenerate.
      	* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
      	for shadow headers.
      	(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
      	Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
      	LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
      	* src/Makefile.in: Regenerate.
      
      	* include/c: New directory.
      	* include/c/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): Add, moving from...
      	* include/bits: ...here.
      	* include/c_std: New directory.
      	* include/c_std/bits/*: Populate from...
      	* shadow: ...here. Remove directory.
      
      From-SVN: r36805
      Benjamin Kosnik committed
    • configopts.html: Edit. · b5c47c68
      
      
      
      
      
      
      2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* docs/configopts.html: Edit.
      
      	* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libio/Makefile.in: Regenerate.
      	* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libmath/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
      	* libsupc++/Makefile.in: Regenerate.
      
      	* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
      	TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
      	CSHADOW_INCLUDES up here.
      	* Makefile.in: Regenerate.
      	* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
      	for shadow headers.
      	(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
      	Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
      	LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
      	* src/Makefile.in: Regenerate.
      
      	* include/c: New directory.
      	* include/c/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): Add, moving from...
      	* include/bits: ...here.
      	* include/c_std: New directory.
      	* include/c_std/bits/*: Populate from...
      	* shadow: ...here. Remove directory.
      
      From-SVN: r36804
      Benjamin Kosnik committed
    • configopts.html: Edit. · 40e5dd58
      
      2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* docs/configopts.html: Edit.
      
      	* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libio/Makefile.in: Regenerate.
      	* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libmath/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
      	* libsupc++/Makefile.in: Regenerate.
      
      	* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
      	TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
      	CSHADOW_INCLUDES up here.
      	* Makefile.in: Regenerate.
      	* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
      	for shadow headers.
      	(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
      	Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
      	LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
      	* src/Makefile.in: Regenerate.
      
      	* include/c: New directory.
      	* include/c/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): Add, moving from...
      	* include/bits: ...here.
      	* include/c_std: New directory.
      	* include/c_std/bits/*: Populate from...
      	* shadow: ...here. Remove directory.
      
      From-SVN: r36803
      Benjamin Kosnik committed
    • configopts.html: Edit. · 22aef514
      
      
      
      
      2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* docs/configopts.html: Edit.
      
      	* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libio/Makefile.in: Regenerate.
      	* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
      	* libmath/Makefile.in: Regenerate.
      	* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
      	* libsupc++/Makefile.in: Regenerate.
      
      	* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
      	TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
      	CSHADOW_INCLUDES up here.
      	* Makefile.in: Regenerate.
      	* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
      	for shadow headers.
      	(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
      	Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
      	LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
      	* src/Makefile.in: Regenerate.
      
      	* include/c: New directory.
      	* include/c/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): Add, moving from...
      	* include/bits: ...here.
      	* include/c_std: New directory.
      	* include/c_std/bits/*: Populate from...
      	* shadow: ...here. Remove directory.
      
      From-SVN: r36802
      Benjamin Kosnik committed