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
8e322cb4
Commit
8e322cb4
authored
Feb 06, 2013
by
Richard Sandiford
Committed by
Richard Sandiford
Feb 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright in libdecnumber.
From-SVN: r195821
parent
1b78544f
Hide whitespace changes
Inline
Side-by-side
Showing
41 changed files
with
44 additions
and
45 deletions
+44
-45
libdecnumber/ChangeLog
+4
-0
libdecnumber/Makefile.in
+1
-2
libdecnumber/bid/bid-dpd.h
+1
-2
libdecnumber/bid/bid2dpd_dpd2bid.c
+1
-1
libdecnumber/bid/bid2dpd_dpd2bid.h
+1
-1
libdecnumber/bid/decimal128.c
+1
-2
libdecnumber/bid/decimal32.c
+1
-2
libdecnumber/bid/decimal64.c
+1
-2
libdecnumber/bid/host-ieee128.c
+1
-1
libdecnumber/bid/host-ieee32.c
+1
-1
libdecnumber/bid/host-ieee64.c
+1
-1
libdecnumber/configure.ac
+1
-1
libdecnumber/dconfig.h
+1
-1
libdecnumber/decBasic.c
+1
-1
libdecnumber/decCommon.c
+1
-1
libdecnumber/decContext.c
+1
-1
libdecnumber/decContext.h
+1
-1
libdecnumber/decDPD.h
+1
-1
libdecnumber/decDouble.c
+1
-1
libdecnumber/decDouble.h
+1
-1
libdecnumber/decExcept.c
+1
-1
libdecnumber/decExcept.h
+1
-1
libdecnumber/decLibrary.c
+1
-1
libdecnumber/decNumber.c
+1
-1
libdecnumber/decNumber.h
+1
-1
libdecnumber/decNumberLocal.h
+1
-1
libdecnumber/decPacked.c
+1
-1
libdecnumber/decPacked.h
+1
-1
libdecnumber/decQuad.c
+1
-1
libdecnumber/decQuad.h
+1
-1
libdecnumber/decRound.c
+1
-1
libdecnumber/decRound.h
+1
-1
libdecnumber/decSingle.c
+1
-1
libdecnumber/decSingle.h
+1
-1
libdecnumber/dpd/decimal128.c
+1
-1
libdecnumber/dpd/decimal128.h
+1
-1
libdecnumber/dpd/decimal128Local.h
+1
-1
libdecnumber/dpd/decimal32.c
+1
-1
libdecnumber/dpd/decimal32.h
+1
-1
libdecnumber/dpd/decimal64.c
+1
-1
libdecnumber/dpd/decimal64.h
+1
-1
No files found.
libdecnumber/ChangeLog
View file @
8e322cb4
2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
* configure: Regenerate.
...
...
libdecnumber/Makefile.in
View file @
8e322cb4
# @configure_input@
# Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
# Copyright (C) 2005-2013 Free Software Foundation, Inc.
#This file is part of GCC.
...
...
libdecnumber/bid/bid-dpd.h
View file @
8e322cb4
/* Copyright (C) 2007, 2009
Free Software Foundation, Inc.
/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/bid2dpd_dpd2bid.c
View file @
8e322cb4
/* Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
/* Copyright (C) 2007
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/bid2dpd_dpd2bid.h
View file @
8e322cb4
/* Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
/* Copyright (C) 2007
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/decimal128.c
View file @
8e322cb4
/* Copyright (C) 2007, 2009
Free Software Foundation, Inc.
/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/decimal32.c
View file @
8e322cb4
/* Copyright (C) 2007, 2009
Free Software Foundation, Inc.
/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/decimal64.c
View file @
8e322cb4
/* Copyright (C) 2007, 2009
Free Software Foundation, Inc.
/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/host-ieee128.c
View file @
8e322cb4
/* This is a software decimal floating point library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/host-ieee32.c
View file @
8e322cb4
/* This is a software decimal floating point library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/bid/host-ieee64.c
View file @
8e322cb4
/* This is a software decimal floating point library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/configure.ac
View file @
8e322cb4
# configure.ac for libdecnumber -*- Autoconf -*-
# Process this file with autoconf to generate a configuration script.
# Copyright
2005, 2006, 2009
Free Software Foundation, Inc.
# Copyright
(C) 2005-2013
Free Software Foundation, Inc.
# This file is part of GCC.
...
...
libdecnumber/dconfig.h
View file @
8e322cb4
/* Configure decNumber for either host or target.
Copyright (C) 2008
, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 2008
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/decBasic.c
View file @
8e322cb4
/* Common base code for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decCommon.c
View file @
8e322cb4
/* Common code for fixed-size types in the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decContext.c
View file @
8e322cb4
/* Decimal context module for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decContext.h
View file @
8e322cb4
/* Decimal context header module for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decDPD.h
View file @
8e322cb4
/* Conversion lookup tables for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decDouble.c
View file @
8e322cb4
/* decDouble module for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decDouble.h
View file @
8e322cb4
/* decDouble module header for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decExcept.c
View file @
8e322cb4
/* Temporary library support for decimal floating point.
Copyright (C) 2005
, 2006, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/decExcept.h
View file @
8e322cb4
/* Temporary library support for decimal floating point.
Copyright (C) 2006
, 2009
Free Software Foundation, Inc.
Copyright (C) 2006
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/decLibrary.c
View file @
8e322cb4
/* Temporary library support for decimal floating point.
Copyright (C) 2005
, 2006, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/decNumber.c
View file @
8e322cb4
/* Decimal number arithmetic module for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decNumber.h
View file @
8e322cb4
/* Decimal number arithmetic module header for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decNumberLocal.h
View file @
8e322cb4
/* Local definitions for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decPacked.c
View file @
8e322cb4
/* Packed decimal conversion module for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decPacked.h
View file @
8e322cb4
/* Packed decimal conversion module header for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decQuad.c
View file @
8e322cb4
/* decQuad module for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decQuad.h
View file @
8e322cb4
/* decQuad module header for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decRound.c
View file @
8e322cb4
/* Internal testing support for rounding for decimal float.
Copyright (C) 2005
, 2006, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/decRound.h
View file @
8e322cb4
/* Internal testing support for rounding for decimal float.
Copyright (C) 2006
, 2009
Free Software Foundation, Inc.
Copyright (C) 2006
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/decSingle.c
View file @
8e322cb4
/* decSingle module for the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/decSingle.h
View file @
8e322cb4
/* decSingle module header for the decNumber C Library.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal128.c
View file @
8e322cb4
/* Decimal 128-bit format module for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal128.h
View file @
8e322cb4
/* Decimal 128-bit format module header for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal128Local.h
View file @
8e322cb4
/* Local definitions for use with the decNumber C Library.
Copyright (C) 2007
, 2009
Free Software Foundation, Inc.
Copyright (C) 2007
-2013
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal32.c
View file @
8e322cb4
/* Decimal 32-bit format module for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal32.h
View file @
8e322cb4
/* Decimal 32-bit format module header for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal64.c
View file @
8e322cb4
/* Decimal 64-bit format module for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal64.h
View file @
8e322cb4
/* Decimal 64-bit format module header for the decNumber C Library.
Copyright (C) 2005
, 2007, 2009
Free Software Foundation, Inc.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
...
...
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