OSDN Git Service

pf3gnuchains/gcc-fork.git
2000-08-11 toon2000-08-11 G. Helffrich <george@gly.bris.ac.uk>
2000-08-11 law * fixproto: Recognize DOS paths with drive...
2000-08-11 aoliva* config-ml.in (CC, CXX): Don't introduce a leading...
2000-08-11 nathan * cp-tree.h (resolve_scope_to_name): Remove unused...
2000-08-11 nathan * parse.y (named_complex_class_head_sans_basetype...
2000-08-11 nathan * extend.texi (Volatiles): Fix typos.
2000-08-11 law * flow.c: Fix formatting.
2000-08-11 nathan * g++.old-deja/g++.pt/explicit81.C: New test.
2000-08-11 nathan * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR...
2000-08-11 nathan * g++.old-deja/g++.pt/typename26.C: New test.
2000-08-11 nathan * decl.c (check_tag_decl): Diagnose typename's which...
2000-08-11 rth * reload.c (push_secondary_reload): When invoki...
2000-08-11 rth * function.c (put_reg_into_stack): Allow type...
2000-08-11 lawDaily bump.
2000-08-11 rth * flow.c (merge_blocks_nomove): Be more careful...
2000-08-11 rth * combine.c (simplify_shift_const): Obey SHIFT_...
2000-08-11 bkoz2000-08-10 Benjamin Kosnik <bkoz@purist.soma.redhat...
2000-08-11 ovidiuReverted the check for <sched.h>.
2000-08-11 geoffk* gcc.dg/920413-1.c: Allow for 'traditional C rejects...
2000-08-11 law * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_N...
2000-08-11 tromey * java/net/natPlainSocketImpl.cc (bind): Don't go...
2000-08-11 law * h8300.c (expand_a_rotate): New.
2000-08-11 aoliva* config/mn10300/mn10300.h: Added no-crt0 option for...
2000-08-11 nickcFix interworking support of functions in lib1funcs...
2000-08-10 law * h8300.c: Fix comment typos.
2000-08-10 law * c-decl.c: Fix formatting.
2000-08-10 ghazi * c-lex.c (parse_float, yylex): For -Wtraditional...
2000-08-10 nathan * g++.old-deja/g++.other/array3.C: New test.
2000-08-10 nathan * init.c (build_aggr_init): Reject bogus array initial...
2000-08-10 brycecvs commit ChangeLog
2000-08-10 bryce2000-08-10 Bryce McKinlay <bryce@albatross.co.nz>
2000-08-10 jsm28 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
2000-08-10 lawDaily bump.
2000-08-10 ovidiuThu Aug 10 00:11:04 2000 Ovidiu Predescu <ovidiu...
2000-08-10 ovidiuInclude auto-host.h. Conditionally include <sched.h>.
2000-08-10 ovidiuCheck for the <sched.h> header file.
2000-08-10 ovidiuAdded define for HAVE_SCHED_H.
2000-08-10 tromey From PR gcj/310:
2000-08-09 ghazi * c-typeck.c (process_init_element): For -Wtraditional...
2000-08-09 zackRemove stray blank line in previous commit
2000-08-09 zack * configure.in (--enable-c-cpplib): Uncomment. Use...
2000-08-09 jason * pt.c (tsubst_aggr_type): Bail if creating...
2000-08-09 aolivaIt's `exit(0)', not `exit()'!
2000-08-09 bryce2000-08-09 Bryce McKinlay <bryce@albatross.co.nz>
2000-08-09 bryce2000-08-09 Bryce McKinlay <bryce@albatross.co.nz>
2000-08-09 nathan * rtti.c (build_dynamic_cast_1): Set "C" linkage for...
2000-08-09 nathan * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member...
2000-08-09 nathan * cvt.c (convert_to_pointer_force): Fix error message...
2000-08-09 lawDaily bump.
2000-08-09 bkoz2000-08-09 Benjamin Kosnik <bkoz@purist.soma.redhat...
2000-08-09 bkoz2000-08-08 Benjamin Kosnik <bkoz@cygnus.com>
2000-08-09 bkoz2000-08-09 Benjamin Kosnik <bkoz@purist.soma.redhat...
2000-08-09 jason * pt.c (tsubst_aggr_type): Bail if creating...
2000-08-09 aoliva* gcc.c-torture/execute/20000808-1.c: New test.
2000-08-09 aoliva* caller-save.c (mark_referenced_regs): Mark partially...
2000-08-09 aoliva* test_summary: AWK breaks with filenames containing...
2000-08-09 jsm28 * gcc.dg/c90-const-expr-1.c: New test.
2000-08-08 jsm28 * c-common.c (combine_strings, check_format_info)...
2000-08-08 law * h8300.c: Fix formatting.
2000-08-08 law * reload1.c: Fix formatting.
2000-08-08 law * alpha/alpha.c (alpha_emit_xfloating_libcall):
2000-08-08 jle2000-08-08 Jason Eckhardt <jle@cygnus.com>
2000-08-08 rth * flow.c (life_analysis): Only turn off PROP_LO...
2000-08-08 dje * rs6000.c (optimization_options): Decorate 'level' as
2000-08-08 tromey * gnu/gcj/convert/Input_UTF8.java (read): Fixed handli...
2000-08-08 rth * config/ia64/ia64-protos.h: Remove duplicates. Update
2000-08-08 rth * gcc.dg/noncompile/920923-1.c: Declare calloc.
2000-08-08 rth * regclass.c (choose_hard_reg_mode): Iterate...
2000-08-08 rth * frame.h (ia64_frame_state): Add my_psp.
2000-08-08 rth * tm.texi (LOCAL_REGNO): Document.
2000-08-08 jsm28 * c-lex.c (yylex): Don't allow integer suffixes 'LUL...
2000-08-08 lawDaily bump.
2000-08-08 tromey * java/lang/reflect/Method.java (hashCode): Use getName().
2000-08-08 apbianco2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.com
2000-08-08 nickcFix most compile time warning messages
2000-08-07 toon2000-08-07 Toon Moene <toon@moene.indiv.nluug.nl>
2000-08-07 tromey * java/lang/reflect/Method.java (toString): Use Class...
2000-08-07 tromey * java/io/PipedInputStream.java (read(byte[],int,int...
2000-08-07 pme2000-08-07 Felix Natter <fnatter@gmx.net>
2000-08-07 dj* MAINTAINERS: Add self as a DJGPP maintainer
2000-08-07 dj* configure.in (FLAGS_FOR_TARGET): invert test for...
2000-08-07 aoliva* mn10300.h (TARGET_SWITCHES): Document `-mam33'.
2000-08-07 aoliva* mn10300.md: Use nonimmediate_operand instead of gener...
2000-08-07 aoliva* mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory...
2000-08-07 aolivaRemove dangling whitespace
2000-08-07 aoliva* sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Stand...
2000-08-07 jsm28 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New...
2000-08-07 rth * expmed.c (store_bit_field): Don't require...
2000-08-07 lawDaily bump.
2000-08-07 law * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P)...
2000-08-07 law * invoke.texi (Options for Debugging Your Program...
2000-08-07 law * flow.c: Fix a comment typo.
2000-08-07 law * decl.c: Fix a comment typo.
2000-08-07 ovidiuSun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu...
2000-08-07 ovidiuChanged the language string for Objective-C to "GNU...
2000-08-07 ovidiuSun Aug 6 23:27:49 2000 Ovidiu Predescu <ovidiu...
2000-08-07 ovidiuDocumented the new -fconstant-string-class option.
2000-08-07 ovidiuSun Aug 6 22:51:16 2000 Ovidiu Predescu <ovidiu...
2000-08-07 ovidiuIntegrated Chris Ball's <cball@fmco.com> changes to...
2000-08-06 ovidiuSun Aug 6 11:54:03 2000 Ovidiu Predescu <ovidiu...
next