platform/upstream/gcc.git
2000-11-05 Joseph MyersMakefile.in: Remove all targets related to building...
2000-11-05 Jeff LawDaily bump.
2000-11-05 Mark Mitchellacinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from...
2000-11-04 Mark Mitchelluse of `test'.
2000-11-04 Mark Mitchellmisc13.C: Put `strlen' in `std' namespace.
2000-11-04 Mark Mitchellweak.C: Fix uses of iostreams to be standards-conformant.
2000-11-04 Mark Mitchell* g++.old-deja/g++.mike/net5.C: Put `abort' in `std...
2000-11-04 Mark Mitchellp755.C: Tweak handling of exit.
2000-11-04 Mark MitchellUse <vector> rather than <vector.h>.
2000-11-04 Tom Tromeyre PR other/567 ("make dvi" fails)
2000-11-04 Mark Mitchelldecl2.c (do_nonmember_using_decl): Allow `extern "C...
2000-11-04 Neil Booth* cpp.texi: Update for _Pragma.
2000-11-04 Joseph Myers* gcc.texi (Contributing): Update URL for projects...
2000-11-04 Neil Booth* gcc.dg/cpp/include2.c: New tests.
2000-11-04 Neil Boothcpplex.c (parse_string): Don't allow multiline strings...
2000-11-04 Neil Boothcpplib.c (do_line): Only warn pedantically if not readi...
2000-11-04 Jeff LawDaily bump.
2000-11-04 Hans-Peter... hashtab.c (htab_expand): Change to return int.
2000-11-04 Hans-Peter... hashtab.h (struct htab): Add member return_allocation_f...
2000-11-04 Alexandre Olivaacinclude.m4 (CXX): Prevent it from being cached.
2000-11-04 Tom Tromeylang-options.h: Mention -Wout-of-date.
2000-11-04 Tom Tromeyclass.c (cxx_keyword_p): Accept keywords with trailing...
2000-11-04 Alexandre Olivacalls.c (emit_call_1): Use n_popped instead of RETURN_P...
2000-11-04 Phil Edwards[multiple changes]
2000-11-04 Phil EdwardsDummy checking of footer.html to force web update.
2000-11-03 Alexandre Petit... Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
2000-11-03 David Edelsohnstd_cwchar.h: Undefine macro that conflicts with functi...
2000-11-03 Zack Weinbergbuiltins.c (expand_builtin_strlen): Remove unused mode...
2000-11-03 Geoff KeatingIn gcc/:
2000-11-03 Mark Mitchelliris6.h (SUBTARGET_CC1_SPEC): Remove -static handling.
2000-11-03 Mark Mitchellg++.exp (g++_set_ld_library_path): New function.
2000-11-03 Tom Tromeylex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.
2000-11-03 Hans-Peter... (htab_create, htab_expand): Correct formatting of comme...
2000-11-03 Hans-Peter... * hashtab.h: Change void * to PTR where necessary.
2000-11-03 Kaveh R. GhaziMakefile.in (fold-const.o): Depend on $(GGC_H), not...
2000-11-03 Joseph MyersUse memset/memcmp instead of bzero/bcmp.
2000-11-03 Nathan Sidwellcppfiles.c (open_file): If already read, then don't...
2000-11-03 Bernd SchmidtMore tests for sequence point warnings.
2000-11-03 Bernd SchmidtMove fold_builtin declaration to proper header
2000-11-03 Jeff LawDaily bump.
2000-11-03 Warren LevyObjectInputStream.java (readObject): Added code to...
2000-11-03 Warren LevyInetAddress.java (addr): Renamed from 'address'.
2000-11-03 Mark Mitchellstd_cctype.h: Undefine macros that conflict with functi...
2000-11-03 J"orn Rennecke* flow.c (verify_local_live_at_start): Allow hard regs...
2000-11-03 Mark Mitchell* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.
2000-11-03 Bryce McKinlayAbstractList.java (SubList): Make it a top-level privat...
2000-11-03 Mark Mitchell* mkcheck.in: Fix echoing of -rpath option.
2000-11-03 Mark Mitchellcodecvt_unicode_char.cc: Don't run it if not _GLIBCPP_U...
2000-11-03 Mark Mitchellacinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support...
2000-11-02 Neil Booth* Update ChangeLog for the -A= config patch (separate).
2000-11-02 Neil Boothconfig:
2000-11-02 Nick CliftonAdd support for -storm-chaos
2000-11-02 J"orn Renneckecombine.c (distribute_notes): Use rtx_equal_p to check...
2000-11-02 Tom TromeyMakefile.in: Rebuilt.
2000-11-02 Mark Mitchellatomicity.h (_Atomic_word): Make it a signed type.
2000-11-02 Neil Boothconfigure.in: Make integrated CPP the default.
2000-11-02 J"orn Renneckereload.c (find_equiv_reg): Test all hard registers...
2000-11-02 Joseph Myers* collect2.c (main, write_c_file_stat), gcc.c (translat...
2000-11-02 Joseph Myersc-common.c (get_flag_spec, [...]): Use strchr () instea...
2000-11-02 Bryce McKinlayAbstractList.java (remove): Comment out modCount increm...
2000-11-02 Bryce McKinlayAbstractList.java: Throw messages with IndexOutOfBounds...
2000-11-02 Jeff LawDaily bump.
2000-11-02 Zack Weinbergc-lex.c (init_c_lex): Update cpp_start_read call.
2000-11-02 Benjamin Kosniklocale.cc: Match orderings for static members.
2000-11-02 Mike StumpBe sure to initialize the size before use.
2000-11-02 Geoff Keating* machmode.def: Add V16QImode.
2000-11-02 Gabriel Dos... std_complex.h (complex<>): Remove (cos<>, cosh<>, exp...
2000-11-01 Richard Hendersondwarf2out.c (loc_descriptor_from_tree): Check for null...
2000-11-01 Benjamin Kosnikbasic_file.h (_M_open_mode): Change signature, move...
2000-11-01 Neil Boothcpplib.c (run_directive): Use correct line number for...
2000-11-01 Nick CliftonRename cygnus.com to redhat.com
2000-11-01 Richard Henderson* stmt.c (expand_start_null_loop): Set continue_label.
2000-11-01 Bernd SchmidtConstant folding for builtins
2000-11-01 Tom Tromeyencodings.pl: Added `ASCII' alias.
2000-11-01 Tom TromeyMakefile.in: Rebuilt.
2000-11-01 Richard HendersonNew tests.
2000-11-01 Richard Hendersonstmt.c (expand_start_null_loop): New.
2000-11-01 Gabriel Dos... error.c (dump_template_decl): Separate template hearder...
2000-11-01 Richard Henderson* cppmain.c (scan_buffer): Don't avoid paste for assembly.
2000-11-01 Jeff LawDaily bump.
2000-11-01 Neil Boothc-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-11-01 Kaveh R. Ghazibuiltins.c (expand_builtin_strstr): New function.
2000-11-01 Mark Mitchellgcc_build (MAKE): New variable.
2000-11-01 Richard Hendersoni386.c (fcmov_comparison_operator): Check for CCFPmode...
2000-11-01 Richard Hendersonc-semantics.c (genrtl_do_stmt): Use integer_zerop inste...
2000-11-01 Richard Henderson* c-semantics.c (genrtl_do_stmt): Special case do/while(0).
2000-11-01 Nick CliftonDo not allow -fdata-sections to override the section...
2000-11-01 Chris Demetrioulibgcc2.c (__shtab): Remove __shtab variable.
2000-11-01 Jim WilsonMake ia64 port use tags instead of labels for debug...
2000-11-01 Warren Levyjni.cc: Added include of java/lang/ThreadGroup.h.
2000-11-01 Richard Hendersondwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
2000-10-31 Neil Boothcpp.texi: Update for new command line assertion syntax.
2000-10-31 Neil Booth* Forgot to update ChangeLog.
2000-10-31 Benjamin Kosnik*** empty log message ***
2000-10-31 Geoff Keating920501-7.c: Remove 'CYGNUS LOCAL' markers.
2000-10-31 Kaveh R. Ghazi* gcc.c-torture/execute/va-arg-21.c: New test.
2000-10-31 Jan Hubickai386.h: Clarify CCNOmode description in comment.
2000-10-31 Gabriel Dos... std_complex.h (norm): Forward declare.
2000-10-31 Joseph Myersc-typeck.c (build_unary_op): If pedantic, pedwarn for...
2000-10-31 Neil Boothcppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0...
next