Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
35c3d610
Commit
35c3d610
authored
Jan 02, 2014
by
Richard Sandiford
Committed by
Richard Sandiford
Jan 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years in libcpp/
From-SVN: r206293
parent
afeba5cb
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
31 additions
and
27 deletions
+31
-27
libcpp/ChangeLog
+4
-0
libcpp/Makefile.in
+1
-1
libcpp/charset.c
+1
-1
libcpp/directives-only.c
+1
-1
libcpp/directives.c
+1
-1
libcpp/errors.c
+1
-1
libcpp/expr.c
+1
-1
libcpp/files.c
+1
-1
libcpp/identifiers.c
+1
-1
libcpp/include/cpp-id-data.h
+1
-1
libcpp/include/cpplib.h
+1
-1
libcpp/include/line-map.h
+1
-1
libcpp/include/mkdeps.h
+1
-1
libcpp/include/symtab.h
+1
-1
libcpp/init.c
+1
-1
libcpp/internal.h
+1
-1
libcpp/lex.c
+1
-1
libcpp/line-map.c
+1
-1
libcpp/macro.c
+1
-1
libcpp/makeucnid.c
+2
-2
libcpp/mkdeps.c
+1
-1
libcpp/pch.c
+1
-1
libcpp/symtab.c
+1
-1
libcpp/system.h
+1
-1
libcpp/traditional.c
+1
-1
libcpp/ucnid.h
+1
-1
libcpp/ucnid.tab
+1
-1
No files found.
libcpp/ChangeLog
View file @
35c3d610
2014
-
01
-
02
Richard
Sandiford
<
rdsandiford
@
googlemail.com
>
Update
copyright
years
2013
-
12
-
09
Joseph
Myers
<
joseph
@
codesourcery.com
>
2013
-
12
-
09
Joseph
Myers
<
joseph
@
codesourcery.com
>
PR
preprocessor
/
55715
PR
preprocessor
/
55715
...
...
libcpp/Makefile.in
View file @
35c3d610
# @configure_input@
# @configure_input@
# Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in
# Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 2004-201
3
Free Software Foundation, Inc.
# Copyright (C) 2004-201
4
Free Software Foundation, Inc.
#This file is part of libcpp.
#This file is part of libcpp.
...
...
libcpp/charset.c
View file @
35c3d610
/* CPP Library - charsets
/* CPP Library - charsets
Copyright (C) 1998-201
3
Free Software Foundation, Inc.
Copyright (C) 1998-201
4
Free Software Foundation, Inc.
Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges.
Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges.
...
...
libcpp/directives-only.c
View file @
35c3d610
/* CPP Library - directive only preprocessing for distributed compilation.
/* CPP Library - directive only preprocessing for distributed compilation.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by Ollie Wild <aaw@google.com>.
Contributed by Ollie Wild <aaw@google.com>.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
libcpp/directives.c
View file @
35c3d610
/* CPP Library. (Directive handling.)
/* CPP Library. (Directive handling.)
Copyright (C) 1986-201
3
Free Software Foundation, Inc.
Copyright (C) 1986-201
4
Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
libcpp/errors.c
View file @
35c3d610
/* Default error handlers for CPP Library.
/* Default error handlers for CPP Library.
Copyright (C) 1986-201
3
Free Software Foundation, Inc.
Copyright (C) 1986-201
4
Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
libcpp/expr.c
View file @
35c3d610
/* Parse C expressions for cpplib.
/* Parse C expressions for cpplib.
Copyright (C) 1987-201
3
Free Software Foundation, Inc.
Copyright (C) 1987-201
4
Free Software Foundation, Inc.
Contributed by Per Bothner, 1994.
Contributed by Per Bothner, 1994.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
libcpp/files.c
View file @
35c3d610
/* Part of CPP library. File handling.
/* Part of CPP library. File handling.
Copyright (C) 1986-201
3
Free Software Foundation, Inc.
Copyright (C) 1986-201
4
Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
libcpp/identifiers.c
View file @
35c3d610
/* Hash tables for the CPP library.
/* Hash tables for the CPP library.
Copyright (C) 1986-201
3
Free Software Foundation, Inc.
Copyright (C) 1986-201
4
Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
libcpp/include/cpp-id-data.h
View file @
35c3d610
/* Structures that hang off cpp_identifier, for PCH.
/* Structures that hang off cpp_identifier, for PCH.
Copyright (C) 1986-201
3
Free Software Foundation, Inc.
Copyright (C) 1986-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/include/cpplib.h
View file @
35c3d610
/* Definitions for CPP library.
/* Definitions for CPP library.
Copyright (C) 1995-201
3
Free Software Foundation, Inc.
Copyright (C) 1995-201
4
Free Software Foundation, Inc.
Written by Per Bothner, 1994-95.
Written by Per Bothner, 1994-95.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
libcpp/include/line-map.h
View file @
35c3d610
/* Map logical line numbers to (source file, line number) pairs.
/* Map logical line numbers to (source file, line number) pairs.
Copyright (C) 2001-201
3
Free Software Foundation, Inc.
Copyright (C) 2001-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/include/mkdeps.h
View file @
35c3d610
/* Dependency generator for Makefile fragments.
/* Dependency generator for Makefile fragments.
Copyright (C) 2000-201
3
Free Software Foundation, Inc.
Copyright (C) 2000-201
4
Free Software Foundation, Inc.
Contributed by Zack Weinberg, Mar 2000
Contributed by Zack Weinberg, Mar 2000
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
libcpp/include/symtab.h
View file @
35c3d610
/* Hash tables.
/* Hash tables.
Copyright (C) 2000-201
3
Free Software Foundation, Inc.
Copyright (C) 2000-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/init.c
View file @
35c3d610
/* CPP Library.
/* CPP Library.
Copyright (C) 1986-201
3
Free Software Foundation, Inc.
Copyright (C) 1986-201
4
Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
libcpp/internal.h
View file @
35c3d610
/* Part of CPP library.
/* Part of CPP library.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/lex.c
View file @
35c3d610
/* CPP Library - lexical analysis.
/* CPP Library - lexical analysis.
Copyright (C) 2000-201
3
Free Software Foundation, Inc.
Copyright (C) 2000-201
4
Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
libcpp/line-map.c
View file @
35c3d610
/* Map logical line numbers to (source file, line number) pairs.
/* Map logical line numbers to (source file, line number) pairs.
Copyright (C) 2001-201
3
Free Software Foundation, Inc.
Copyright (C) 2001-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/macro.c
View file @
35c3d610
/* Part of CPP library. (Macro and #define handling.)
/* Part of CPP library. (Macro and #define handling.)
Copyright (C) 1986-201
3
Free Software Foundation, Inc.
Copyright (C) 1986-201
4
Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
libcpp/makeucnid.c
View file @
35c3d610
/* Make ucnid.h from various sources.
/* Make ucnid.h from various sources.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
@@ -378,7 +378,7 @@ write_copyright (void)
...
@@ -378,7 +378,7 @@ write_copyright (void)
{
{
static
const
char
copyright
[]
=
"\
static
const
char
copyright
[]
=
"\
/* Unicode characters and various properties.
\n
\
/* Unicode characters and various properties.
\n
\
Copyright (C) 2003-201
3
Free Software Foundation, Inc.
\n
\
Copyright (C) 2003-201
4
Free Software Foundation, Inc.
\n
\
\n
\
\n
\
This program is free software; you can redistribute it and/or modify it
\n
\
This program is free software; you can redistribute it and/or modify it
\n
\
under the terms of the GNU General Public License as published by the
\n
\
under the terms of the GNU General Public License as published by the
\n
\
...
...
libcpp/mkdeps.c
View file @
35c3d610
/* Dependency generator for Makefile fragments.
/* Dependency generator for Makefile fragments.
Copyright (C) 2000-201
3
Free Software Foundation, Inc.
Copyright (C) 2000-201
4
Free Software Foundation, Inc.
Contributed by Zack Weinberg, Mar 2000
Contributed by Zack Weinberg, Mar 2000
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
libcpp/pch.c
View file @
35c3d610
/* Part of CPP library. (Precompiled header reading/writing.)
/* Part of CPP library. (Precompiled header reading/writing.)
Copyright (C) 2000-201
3
Free Software Foundation, Inc.
Copyright (C) 2000-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/symtab.c
View file @
35c3d610
/* Hash tables.
/* Hash tables.
Copyright (C) 2000-201
3
Free Software Foundation, Inc.
Copyright (C) 2000-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/system.h
View file @
35c3d610
/* Get common system includes and various definitions and declarations based
/* Get common system includes and various definitions and declarations based
on autoconf macros.
on autoconf macros.
Copyright (C) 1998-201
3
Free Software Foundation, Inc.
Copyright (C) 1998-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libcpp/traditional.c
View file @
35c3d610
/* CPP Library - traditional lexical analysis and macro expansion.
/* CPP Library - traditional lexical analysis and macro expansion.
Copyright (C) 2002-201
3
Free Software Foundation, Inc.
Copyright (C) 2002-201
4
Free Software Foundation, Inc.
Contributed by Neil Booth, May 2002
Contributed by Neil Booth, May 2002
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
libcpp/ucnid.h
View file @
35c3d610
/* Unicode characters and various properties.
/* Unicode characters and various properties.
Copyright (C) 2003-201
3
Free Software Foundation, Inc.
Copyright (C) 2003-201
4
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
under the terms of the GNU General Public License as published by the
...
...
libcpp/ucnid.tab
View file @
35c3d610
; Table of UCNs which are valid in identifiers.
; Table of UCNs which are valid in identifiers.
; Copyright (C) 2003-201
3
Free Software Foundation, Inc.
; Copyright (C) 2003-201
4
Free Software Foundation, Inc.
;
;
; This program is free software; you can redistribute it and/or modify it
; This program is free software; you can redistribute it and/or modify it
; under the terms of the GNU General Public License as published by the
; under the terms of the GNU General Public License as published by the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment