1. 10 Oct, 2001 18 commits
  2. 09 Oct, 2001 22 commits
    • bcmp.c, setenv.c: Use "nonzero" instead of "non-zero". · 0e4e9e8f
      	* bcmp.c, setenv.c: Use "nonzero" instead of "non-zero".
      	* strtod.c: Use "ISO C" instead of "ANSI C".
      	* functions.texi: Regenerate.
      
      From-SVN: r46136
      Joseph Myers committed
    • c-tree.texi, [...]: Consistently use "nonzero" instead of "non-zero". · df2a54e9
      	* doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi,
      	doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi:
      	Consistently use "nonzero" instead of "non-zero".
      
      From-SVN: r46134
      Joseph Myers committed
    • [multiple changes] · 3fb5c0eb
      2001-10-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* parse.y (patch_cast): Call patch_string on the first operand of
      	the incoming node, update it if necessary. Fixes java/4510.
      
      2001-10-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* parse.y (register_incomplete_type): Set JDEP_SUPER to be given
      	a NULL enclosing context if appropriate. Fixes java/4466.
      
      2001-09-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* parse.y (patch_method_invocation): Inner class creation context
      	check not enforced within constructors. Fixes PR java/1873.
      
      ( http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00397.html )
      
      From-SVN: r46133
      Alexandre Petit-Bianco committed
    • strtod.c (_strtod_r): Logic to check for missing digits after exponent had… · d1d8ed98
      strtod.c (_strtod_r): Logic to check for missing digits after exponent had 'else' attached to wrong 'if'.
      
      
      	* strtod.c (_strtod_r):  Logic to check for missing digits
      	after exponent had 'else' attached to wrong 'if'.
      
      From-SVN: r46132
      Per Bothner committed
    • acconfig.h: Fix comment formatting. · 19eb1ad7
      	* acconfig.h: Fix comment formatting.
      	* c-dump.h: Likewise.
      	* c-tree.h: Likewise.
      	* conditions.h: Likewise.
      	* expr.h: Likewise.
      	* function.h: Likewise.
      	* gthr.h: Likewise.
      	* hwint.h: Likewise.
      	* integrate.h: Likewise.
      	* intl.h: Likewise.
      	* loop.h: Likewise.
      	* optabs.h: Likewise.
      
      From-SVN: r46131
      Kazu Hirata committed
    • howto.html: Tweak markup and value type. · 60741f92
      2001-10-09  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/html/17_intro/howto.html:  Tweak markup and value type.
      	* docs/html/27_io/howto.html:  Tweak markup, describe setbuf() for
      	nonzero arguments, add new note on threading.
      	* docs/html/faq/index.html:  Update.
      	* docs/html/faq/index.txt:  Regenerate.
      
      From-SVN: r46130
      Phil Edwards committed
    • * java/net/SocketImpl.java: Merge with Classpath · 481aae6f
      From-SVN: r46129
      Mark Wielaard committed
    • configopts.html: More HTML->XHTML and lowercasing of tags. · 0435269a
      2001-10-09  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/html/configopts.html:  More HTML->XHTML and lowercasing of tags.
      	* docs/html/documentation.html:  Likewise.
      	* docs/html/explanations.html:  Likewise.
      	* docs/html/install.html:  Likewise.
      	* docs/html/17_intro/howto.html:  Likewise.
      	* docs/html/17_intro/license.html:  Likewise.  Tighten up language.
      	* docs/html/18_support/howto.html:  Likewise.
      	* docs/html/19_diagnostics/howto.html:  Likewise.
      	* docs/html/20_util/howto.html:  Likewise.
      	* docs/html/21_strings/howto.html:  Likewise.
      	* docs/html/22_locale/howto.html:  Likewise.
      	* docs/html/23_containers/howto.html:  Likewise.
      	* docs/html/24_iterators/howto.html:  Likewise.
      	* docs/html/25_algorithms/howto.html:  Likewise.
      	* docs/html/26_numerics/howto.html:  Likewise.
      	* docs/html/27_io/howto.html:  Likewise.
      	* docs/html/ext/howto.html:  Likewise.
      	* docs/html/ext/sgiexts.html:  Likewise.
      	* docs/html/faq/index.html:  Likewise.  Not so many absolute links.
      	* docs/html/faq/index.txt:  Regenerate.
      
      From-SVN: r46128
      Phil Edwards committed
    • * java/net/DatagramSocketImpl.java: Merge with Classpath · 0d47f086
      From-SVN: r46127
      Mark Wielaard committed
    • fix dates · 48c8b0be
      From-SVN: r46126
      Jason Merrill committed
    • reorganize · 12eac81a
      From-SVN: r46125
      Jason Merrill committed
    • spew.c (end_input): No longer static. · 7c4577d9
              * spew.c (end_input): No longer static.
              * cp-tree.h: Declare it.
              * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
      
      From-SVN: r46124
      Jason Merrill committed
    • call.c (standard_conversion): Add bad conversion between integers and pointers. · 72a08131
              * call.c (standard_conversion): Add bad conversion between
              integers and pointers.
              (convert_like_real): Don't use convert_for_initialization for bad
              conversions; complain here and use cp_convert.
              (build_over_call): Don't handle bad conversions specially.
              (perform_implicit_conversion): Allow bad conversions.
              (can_convert_arg_bad): New fn.
              * cp-tree.h: Declare it.
              * typeck.c (convert_for_assignment): Use it.
              (ptr_reasonably_similar): Any target type is similar to void.
      
      From-SVN: r46123
      Jason Merrill committed
    • c-common.h: Fix comment formatting. · 2ba84f36
      	* c-common.h: Fix comment formatting.
      	* c-dump.c: Likewise.
      	* cfg.c: Likewise.
      	* diagnostic.h: Likewise.
      	* except.c: Likewise.
      	* gcc.h: Likewise.
      	* gcov-io.h: Likewise.
      	* genattrtab.c: Likewise.
      	* output.h: Likewise.
      	* predict.h: Likewise.
      	* reload1.c: Likewise.
      	* reload.h: Likewise.
      	* resource.h: Likewise.
      	* scan.h: Likewise.
      	* system.h: Likewise.
      	* tree.h: Likewise.
      	* tree-inline.c: Likewise.
      	* tsystem.h: Likewise.
      	* varasm.c: Likewise.
      	* xcoffout.h: Likewise.
      
      From-SVN: r46122
      Kazu Hirata committed
    • freebsd.h, [...]: Update FSF address. · 9f2f9eb6
      	* config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
      	config/i386/i386elf.h, config/i386/netbsd-elf.h,
      	config/i386/netware.h, config/mcore/gfloat.h,
      	config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
      	config/netware.h, gccbug.in: Update FSF address.
      
      ada:
      	* 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
      	FSF address.
      
      testsuite:
      	* consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
      	g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
      	g77.f-torture/execute/execute.exp,
      	g77.f-torture/noncompile/noncompile.exp,
      	gcc.c-torture/compile/compile.exp,
      	gcc.c-torture/execute/execute.exp,
      	gcc.c-torture/execute/ieee/ieee.exp,
      	gcc.c-torture/execute/memcheck/memcheck.exp,
      	gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
      	objc/execute/execute.exp: Update FSF address.
      
      From-SVN: r46118
      Joseph Myers committed
    • Daily bump. · f35e4d62
      From-SVN: r46116
      GCC Administrator committed
    • cmdlne-C.c: Update. · 24b9d43a
      	* gcc.dg/cpp/cmdlne-C.c: Update.
      	* gcc.dg/cpp/cmdlne-C2.c: New.
      
      From-SVN: r46115
      Neil Booth committed
    • c-common.c: Fix comment typos. · 4fe9b91c
      	* c-common.c: Fix comment typos.
      	* cfgrtl.c: Likewise.
      	* collect2.c: Likewise.
      	* cpplex.c: Likewise.
      	* doloop.c: Likewise.
      	* dwarf2out.c: Likewise.
      	* dwarfout.c: Likewise.
      	* expr.c: Likewise.
      	* fold-const.c: Likewise.
      	* gcc.c: Likewise.
      	* gcov.c: Likewise.
      	* gcse.c: Likewise.
      	* global.c: Likewise.
      	* ifcvt.c: Likewise.
      	* loop.c: Likewise.
      	* optabs.c: Likewise.
      	* protoize.c: Likewise.
      	* regclass.c: Likewise.
      	* reorg.c: Likewise.
      	* rtl.h: Likewise.
      	* stmt.c: Likewise.
      	* tree.h: Likewise.
      	* doc/cpp.texi: Likewise.
      	* doc/c-tree.texi: Likewise.
      	* doc/extend.texi: Likewise.
      	* doc/invoke.texi: Likewise.
      	* doc/objc.texi: Likewise.
      	* doc/tm.texi: Likewise.
      
      From-SVN: r46114
      Kazu Hirata committed
    • parse.y (find_as_inner_class): Don't disregard the enclosing scope when name… · 908fecca
      parse.y (find_as_inner_class): Don't disregard the enclosing scope when name qualifier matches a package name.
      
              * parse.y (find_as_inner_class): Don't disregard the enclosing scope
              when name qualifier matches a package name.
      
      From-SVN: r46113
      Bryce McKinlay committed
    • Implement Darwin PowerPC ABI. · 3c017635
      2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
      
              Implement Darwin PowerPC ABI.
              * configure.in: Handle powerpc-*-darwin*.
              * Makefile.am: Set source files for POWERPC_DARWIN.
              * configure: Rebuilt.
              * Makefile.in: Rebuilt.
              * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
              POWERPC_DARWIN.
              * src/powerpc/darwin.S: New file.
              * src/powerpc/ffi_darwin.c: New file.
      
      From-SVN: r46112
      John Hornkvist committed