]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
except.c, [...]: Fix Copyright years.
authorSteven Bosscher <s.bosscher@student.tudelft.nl>
Thu, 2 Jan 2003 11:39:56 +0000 (12:39 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Thu, 2 Jan 2003 11:39:56 +0000 (12:39 +0100)
2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>

* cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
  cp/lang-options.h, cp/lang-specs.h, cp/lex.h,
  cp/ptree.c, cp/repo.c,
  java/jcf-reader.c, java/jvgenmain.c,
  java/keyword.gperf, java/lang-options.h,
  java/mangle.c, java/mangle_name.c,
  java/xref.c, java/zextract.c,java/zipfile.h,
  objc/Make-lang.in, objc/config-lang.in,
  objc/lang-specs.h, objc/objc-act.h: Fix
  Copyright years.

From-SVN: r60783

25 files changed:
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/cp/expr.c
gcc/cp/friend.c
gcc/cp/g++spec.c
gcc/cp/lang-options.h
gcc/cp/lang-specs.h
gcc/cp/lex.h
gcc/cp/ptree.c
gcc/cp/repo.c
gcc/java/ChangeLog
gcc/java/jcf-reader.c
gcc/java/jvgenmain.c
gcc/java/keyword.gperf
gcc/java/lang-options.h
gcc/java/mangle.c
gcc/java/mangle_name.c
gcc/java/xref.c
gcc/java/zextract.c
gcc/java/zipfile.h
gcc/objc/Make-lang.in
gcc/objc/config-lang.in
gcc/objc/lang-specs.h
gcc/objc/objc-act.h

index b7c8312c770423d301465e74d20179b2af049770..e7626684028f342ece7ac234388b36e32c83f511 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
+
+       * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
+       objc/objc-act.h: Fix copyright years.
+
 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
 
        * doc/passes.texi: Fix documentation for -fssa-ccp
index f5b3fd267878d279227052b20c6915178939bfd0..aa220ef7fa828c3a2fd015f38200cdb9059781c7 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
+
+       * cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
+       cp/lang-options.h, cp/lang-specs.h, cp/lex.h, cp/ptree.c,
+       cp/repo.c: Fix copyright years.
+
 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
 
        * lex.c: Remove superfluous include of cpplib.h.
@@ -89,7 +95,7 @@
        (finish_named_return_value): Remove.
        (cp_expand_stmt): Remove RETURN_INIT case.
        * tree.c (cp_statement_code_p): Remove RETURN_INIT case.
-       
+
 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/9112
 
 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
 
-       * config-lang.in, Make-lang.in, operators.def, cp-tree.def:  
+       * config-lang.in, Make-lang.in, operators.def, cp-tree.def:
        GCC, not GNU CC.
 
 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
        (pending_lang_change): Likewise.
        (yylex): Likewise.
        * semantics.c (finish_id_expr): Remove.
-       
+
        * decl.c (grokdeclarator): Diagnost "extern thread" and "static
        thread" correctly.
 
        cxx_warn_unused_global_decl, cp_expr_size): Likewise.
        * cxxfilt.c (demangle_it, print_demangler_list, usage,
        standard_symbol_characters, hp_symbol_characters, main, fatal):
-       Likewise. 
+       Likewise.
        (strip_underscore):  Change type from 'int' to 'bool'.
        (main): Use boolean constants.
 
        (grokdeclarator): Obscure tweaks for slightly different declarator
        representations.
        (start_method): Return error_mark_node to indicate failure.
-       (cp_tree_node_structure_enum): Use TS_CP_DEFAULT_ARG for DEFAULT_ARGs. 
+       (cp_tree_node_structure_enum): Use TS_CP_DEFAULT_ARG for DEFAULT_ARGs.
        * decl2.c (constructor_name_full): Simplify.
        (constructor_name): Use it.
        (build_expr_from_tree): Adjust for changes to do new parser.
        (finish_class_member_access_expr): Use it.
        (convert_arguments): Simplify.
        (build_unary_op): Handle BASELINKs.
-       
+
 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/4803
        PR c++/9053
        * decl.c (duplicate_decls): Templates may be disambiguated by
        return type.
-       
+
        PR c++/8702
        * decl2.c (check_classfn): Use lookup_fnfield_1. List all
        conversion operators on failure.
 
        * decl.c (finish_function): Also complain about no return in
        templates.
-       * semantics.c (finish_return_stmt): Also call check_return_expr in 
+       * semantics.c (finish_return_stmt): Also call check_return_expr in
        templates.
        * typeck.c (check_return_expr): In a template, just remember that we
        saw a return.
 2002-12-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
        PR C++/8031
-       * cvt.c (convert_to_pointer_force): Don't try comparing against 
+       * cvt.c (convert_to_pointer_force): Don't try comparing against
        erronous type.
 
 2002-12-13  Geoffrey Keating  <geoffk@apple.com>
 2002-12-10  Matt Austern   <austern@apple.com>
 
        * cp-tree.h: get rid of needs_virtual_reinit bit.
-       
+
 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
 
-       * NEWS: Document removal of in-class initialization extension for 
+       * NEWS: Document removal of in-class initialization extension for
        static data members of non-arithmetic, non-enumeration type.
        * decl.c (check_static_variable_definition): Do not allow that
        extension.
 
        PR C++/8799
        * error.c (dump_expr): Don't ever try to dump a non-existent
-       expression. 
+       expression.
 
 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/8461, c++/8625
        * call.c (convert_for_arg_passing): Don't mess with error_mark_node.
        (cp_convert_parm_for_inlining): Remove.
-       * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): 
+       * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
        Remove.
        * cp-tree.h (ADDR_IS_INVISIREF): Remove.
        * except.c (stabilize_throw_expr): Remove ADDR_IS_INVISIREF code.
        PR c++/8615
        * error.c (dump_expr): Handle character constants with
        TREE_OVERFLOW set.
-       
+
 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        DR 180
        PR c++/5919
        * pt.c (unify): Use variably_modified_type_p to test validity of
        template argument types.
-       
+
        PR c++/8727
        * cp-tree.h (lang_type_class): Add typeinfo_var.
        (CLASSTYPE_TYPEINFO_VAR): New macro.
        (check_initializer): Validate the type of the initialized
        variable, even if the initializer is absent.
        * typeck.c (cp_type_quals): Deal gracefully with erroneous types.
-       
+
        PR c++/8214
        * typeck.c (convert_for_assignment): Do not use
        decl_constant_value on the operand.
 
        * parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for
        anonymous structs.
-       
+
 2002-11-29  Mark Mitchell  <mark@codesourcery.com>
 
        * class.c (walk_subobject_offsets): Recur on binfos as well as on
        base class.
        (layout_empty_base): Likewise.
        (build_base_field): Likewise.
-       
+
 2002-11-27  Mark Mitchell  <mark@codesourcery.com>
 
        * class.c (build_base_field): Make sure we get the canonical base
        (build_base_field): Record offsets of empty bases in primary
        virtual bases.
        (layout_class_type): Record offsets of empty bases in fields.
-       
+
        * search.c (is_subobject_of_p_1): Fix thinko.
        (lookup_field_queue_p): Likewise.
 
 
 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
 
-       PR c++/7931
+       PR c++/7931
        * pt.c (for_each_template_parm_r): Handle BASELINKs.
 
        PR c++/7754
index 1ffea5fdc95c1eb7028c26fd3da2885363a023c2..001d7f1bd120ce5d69d659828428eaac51e7f2dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle exceptional things in C++.
    Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001  Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003  Free Software Foundation, Inc.
    Contributed by Michael Tiemann <tiemann@cygnus.com>
    Rewritten by Mike Stump <mrs@cygnus.com>, based upon an
    initial re-implementation courtesy Tad Hunt.
index 5565c3bb74adb0ffcca62dd56ad60b98f411c1ce..739aaccdf0511e62787e64eb15b20385d2c08be8 100644 (file)
@@ -1,7 +1,7 @@
 /* Convert language-specific tree expression to rtl instructions,
    for GNU compiler.
    Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   2000, 2001 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 5ecd130cb89cb1d63f93f34e587fab4c2c1eda5a..56b64525233062658f3afbd7b8e203523fec5dd4 100644 (file)
@@ -1,5 +1,6 @@
 /* Help friends in C++.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index f3ad66e7a0573f8a98cb595950d058d0012c1301..8c1e3ae98f1cab90fd9b1c2d080858cc83a88146 100644 (file)
@@ -1,5 +1,6 @@
 /* Specific flags and argument handling of the C++ front-end.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 4447b6f4770155f2a10969f9e2e611c33fb51020..25303de2a6fd357b7c3ac0c25fadd0567422007d 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for switches for C++.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
-   Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000,
+   2001, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index d54a5ce5f88a7e447dc635b4933c6d1296d3d146..e82646764490966da24493c41cc286709e6088cb 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for specs for C++.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
-   Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000,
+   2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index df4352a4a271f85f87e5d28b3515b0027dee3b38..35c3503ea41779346a9d2e7b508330c0c1840668 100644 (file)
@@ -1,6 +1,6 @@
 /* Define constants and variables for communication with the parser.
    Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   2000 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
    and by Brendan Kehoe (brendan@cygnus.com).
 
index 5fbb1e84ff30c1067e8439bd2ab865f29dd254db..5550d00869bda35b976aa5e0ab399f6250e35d22 100644 (file)
@@ -1,6 +1,6 @@
 /* Prints out trees in human readable form.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998,
-   1999 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
index bfe02826eb0016f2e4aa3630376d0a9a1b0698a8..105e4df51ac22f6114e4c028146199c18e024ff1 100644 (file)
@@ -1,5 +1,6 @@
 /* Code to maintain a C++ template repository.
-   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
    Contributed by Jason Merrill (jason@cygnus.com)
 
 This file is part of GCC.
index efe9a26d272f5baf9b4f3a282b5040facd50dc26..b514b08f89e986ce8b8b1e3e87a4272cea33fe85 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
+
+       * java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
+       java/lang-options.h, java/mangle.c, java/mangle_name.c,
+       java/xref.c, java/zextract.c,java/zipfile.h: Fix copyright years.
+
 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
 
        * Make-lang.in, boehm.c, buffer.c,
@@ -8,7 +14,7 @@
          java-tree.h, javaop.def,
          jcf-parse.c, jcf-write.c,
          jv-scan.c, jvgenmain.c,
-         jvspec.c, keyword.gperf, 
+         jvspec.c, keyword.gperf,
          keyword.h, lang-options.h,
          lang-specs.h, lang.c, lex.c,
          lex.h, mangle.c, mangle_name.c,
@@ -38,7 +44,7 @@
        (print_cxx_classname): Add add_scope parameter.
        (print_class_decls): Do not emit a semicolon after the extern
        "Java" block.
-       (process_file): Adjust calls to print_cxx_classname.    
+       (process_file): Adjust calls to print_cxx_classname.
 
 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
 
index 526f93e255f5d62f8590e92223603f8e31ee3a3e..8a7d7fcab2040b8bddc497ff9b441dce8ae163a1 100644 (file)
@@ -1,7 +1,7 @@
 /* This file read a Java(TM) .class file.
    It is not stand-alone:  It depends on tons of macros, and the
    intent is you #include this file after you've defined the macros.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 2e4eb76518800b3c1d6964e2dc9ab2640fb7cc5f..ca2ad0ed12928cace67847fdb9ab8e55b9bd5b71 100644 (file)
@@ -1,5 +1,6 @@
 /* Program to generate "main" a Java(TM) class containing a main method.
-   Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index d31ce3e9248ea635f2235f11cd13fa58cca1a90b..09024829cd89517d60078cafdc6f95257b7ca94c 100644 (file)
@@ -1,6 +1,7 @@
 %{
 /* Keyword definition for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1997, 1998, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2001, 2002, 2003
+   Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
 This file is part of GCC.
index 00c46d54acf3e9f2f501a938a3a3b526910bc38a..5930006be9e8f0ab046b07f23b43d86a53dbbdbc 100644 (file)
@@ -1,5 +1,5 @@
 /* Switch definitions for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index bb1a8e3256ea6d05344138e5ed69158a0ec8a81f..2930e0682de9a18799bfbbfc83ccb7c93c20cdc2 100644 (file)
@@ -1,6 +1,7 @@
 /* Functions related to mangling class names for the GNU compiler
    for the Java(TM) language.
-   Copyright (C) 1998, 1999, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index c672a54ff1c3268aed2369ac606b924350ba94f4..e306df8f0948dc47d854f9308f3c9bd9319d1502 100644 (file)
@@ -1,6 +1,6 @@
 /* Shared functions related to mangling names for the GNU compiler
    for the Java(TM) language.
-   Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index a0f4b5f051c7b93e657796ffa54610f30b4529e6..2d88e99d6e5bb0bdadc46de25605862542c44f60 100644 (file)
@@ -1,6 +1,6 @@
 /* Write cross reference information extracted from Java(TM)
    source and bytecode files, in one of formats documented below.
-   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
 This file is part of GCC.
index fd64b90d2336c25694764239f01508de84336649..1dbcc3245e619121f6dd95aa80fef4bc8726e6ad 100644 (file)
@@ -1,7 +1,7 @@
 /* Handle a .class file embedded in a .zip archive.
    This extracts a member from a .zip file, but does not handle
    uncompression (since that is not needed for classes.zip).
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 15600b0696ea5eabde3b7890611e12016f4b927d..4911434d76aae39dadfe2102e4cb537a5e9a8600 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for using a zipped' archive.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 76532cdc11fcb903a134ab4eb3fe4673752b357a..8bd83a404c80e346d506944d2901d40b06f62b2f 100644 (file)
@@ -1,5 +1,6 @@
 # Top level -*- makefile -*- fragment for GNU Objective-C
-#   Copyright (C) 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
+#   Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003
+#   Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
index 2abd9332477f421d68529f291f99e7612df50f60..f18783c38e047edb90e7d8e053f4a523002bd118 100644 (file)
@@ -1,5 +1,6 @@
 # Top level configure fragment for GNU Objective-C
-#   Copyright (C) 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
+#   Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003
+#   Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
index 8895ab615e160b50ecdd65a1a52bac4051a07d5f..3017ab361c09f8a5c5aaabed03786b12d5729a7c 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions for specs for Objective-C.
-   Copyright (C) 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2002, 2002, 2003
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index dcdf9cb673db6dca1689f60c629f35a398046126..c03e55a64abfb18a6b62f4322296f3219f085490 100644 (file)
@@ -1,5 +1,6 @@
 /* Declarations for objc-act.c.
-   Copyright (C) 1990, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1990, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
 This file is part of GCC.