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
1d5dd71b
Commit
1d5dd71b
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 libdecnumber/
From-SVN: r206294
parent
35c3d610
Hide whitespace changes
Inline
Side-by-side
Showing
41 changed files
with
44 additions
and
40 deletions
+44
-40
libdecnumber/ChangeLog
+4
-0
libdecnumber/Makefile.in
+1
-1
libdecnumber/bid/bid-dpd.h
+1
-1
libdecnumber/bid/bid2dpd_dpd2bid.c
+1
-1
libdecnumber/bid/bid2dpd_dpd2bid.h
+1
-1
libdecnumber/bid/decimal128.c
+1
-1
libdecnumber/bid/decimal32.c
+1
-1
libdecnumber/bid/decimal64.c
+1
-1
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 @
1d5dd71b
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years
2013-10-15 David Malcolm <dmalcolm@redhat.com>
2013-10-15 David Malcolm <dmalcolm@redhat.com>
* Makefile.in (PICFLAG): New.
* Makefile.in (PICFLAG): New.
...
...
libdecnumber/Makefile.in
View file @
1d5dd71b
# @configure_input@
# @configure_input@
# Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in
# Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 2005-201
3
Free Software Foundation, Inc.
# Copyright (C) 2005-201
4
Free Software Foundation, Inc.
#This file is part of GCC.
#This file is part of GCC.
...
...
libdecnumber/bid/bid-dpd.h
View file @
1d5dd71b
/* Copyright (C) 2007-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/bid2dpd_dpd2bid.c
View file @
1d5dd71b
/* Copyright (C) 2007-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/bid2dpd_dpd2bid.h
View file @
1d5dd71b
/* Copyright (C) 2007-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/decimal128.c
View file @
1d5dd71b
/* Copyright (C) 2007-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/decimal32.c
View file @
1d5dd71b
/* Copyright (C) 2007-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/decimal64.c
View file @
1d5dd71b
/* Copyright (C) 2007-201
3
Free Software Foundation, Inc.
/* Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/host-ieee128.c
View file @
1d5dd71b
/* This is a software decimal floating point library.
/* This is a software decimal floating point library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/host-ieee32.c
View file @
1d5dd71b
/* This is a software decimal floating point library.
/* This is a software decimal floating point library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/bid/host-ieee64.c
View file @
1d5dd71b
/* This is a software decimal floating point library.
/* This is a software decimal floating point library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/configure.ac
View file @
1d5dd71b
# configure.ac for libdecnumber -*- Autoconf -*-
# configure.ac for libdecnumber -*- Autoconf -*-
# Process this file with autoconf to generate a configuration script.
# Process this file with autoconf to generate a configuration script.
# Copyright (C) 2005-201
3
Free Software Foundation, Inc.
# Copyright (C) 2005-201
4
Free Software Foundation, Inc.
# This file is part of GCC.
# This file is part of GCC.
...
...
libdecnumber/dconfig.h
View file @
1d5dd71b
/* Configure decNumber for either host or target.
/* Configure decNumber for either host or target.
Copyright (C) 2008-201
3
Free Software Foundation, Inc.
Copyright (C) 2008-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decBasic.c
View file @
1d5dd71b
/* Common base code for the decNumber C Library.
/* Common base code for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decCommon.c
View file @
1d5dd71b
/* Common code for fixed-size types in the decNumber C Library.
/* Common code for fixed-size types in the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decContext.c
View file @
1d5dd71b
/* Decimal context module for the decNumber C Library.
/* Decimal context module for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decContext.h
View file @
1d5dd71b
/* Decimal context header module for the decNumber C Library.
/* Decimal context header module for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decDPD.h
View file @
1d5dd71b
/* Conversion lookup tables for the decNumber C Library.
/* Conversion lookup tables for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decDouble.c
View file @
1d5dd71b
/* decDouble module for the decNumber C Library.
/* decDouble module for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decDouble.h
View file @
1d5dd71b
/* decDouble module header for the decNumber C Library.
/* decDouble module header for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decExcept.c
View file @
1d5dd71b
/* Temporary library support for decimal floating point.
/* Temporary library support for decimal floating point.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decExcept.h
View file @
1d5dd71b
/* Temporary library support for decimal floating point.
/* Temporary library support for decimal floating point.
Copyright (C) 2006-201
3
Free Software Foundation, Inc.
Copyright (C) 2006-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decLibrary.c
View file @
1d5dd71b
/* Temporary library support for decimal floating point.
/* Temporary library support for decimal floating point.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decNumber.c
View file @
1d5dd71b
/* Decimal number arithmetic module for the decNumber C Library.
/* Decimal number arithmetic module for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decNumber.h
View file @
1d5dd71b
/* Decimal number arithmetic module header for the decNumber C Library.
/* Decimal number arithmetic module header for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decNumberLocal.h
View file @
1d5dd71b
/* Local definitions for the decNumber C Library.
/* Local definitions for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decPacked.c
View file @
1d5dd71b
/* Packed decimal conversion module for the decNumber C Library.
/* Packed decimal conversion module for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decPacked.h
View file @
1d5dd71b
/* Packed decimal conversion module header for the decNumber C Library.
/* Packed decimal conversion module header for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decQuad.c
View file @
1d5dd71b
/* decQuad module for the decNumber C Library.
/* decQuad module for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decQuad.h
View file @
1d5dd71b
/* decQuad module header for the decNumber C Library.
/* decQuad module header for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decRound.c
View file @
1d5dd71b
/* Internal testing support for rounding for decimal float.
/* Internal testing support for rounding for decimal float.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decRound.h
View file @
1d5dd71b
/* Internal testing support for rounding for decimal float.
/* Internal testing support for rounding for decimal float.
Copyright (C) 2006-201
3
Free Software Foundation, Inc.
Copyright (C) 2006-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decSingle.c
View file @
1d5dd71b
/* decSingle module for the decNumber C Library.
/* decSingle module for the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/decSingle.h
View file @
1d5dd71b
/* decSingle module header for the decNumber C Library.
/* decSingle module header for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal128.c
View file @
1d5dd71b
/* Decimal 128-bit format module for the decNumber C Library.
/* Decimal 128-bit format module for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal128.h
View file @
1d5dd71b
/* Decimal 128-bit format module header for the decNumber C Library.
/* Decimal 128-bit format module header for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal128Local.h
View file @
1d5dd71b
/* Local definitions for use with the decNumber C Library.
/* Local definitions for use with the decNumber C Library.
Copyright (C) 2007-201
3
Free Software Foundation, Inc.
Copyright (C) 2007-201
4
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal32.c
View file @
1d5dd71b
/* Decimal 32-bit format module for the decNumber C Library.
/* Decimal 32-bit format module for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal32.h
View file @
1d5dd71b
/* Decimal 32-bit format module header for the decNumber C Library.
/* Decimal 32-bit format module header for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal64.c
View file @
1d5dd71b
/* Decimal 64-bit format module for the decNumber C Library.
/* Decimal 64-bit format module for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
This file is part of GCC.
...
...
libdecnumber/dpd/decimal64.h
View file @
1d5dd71b
/* Decimal 64-bit format module header for the decNumber C Library.
/* Decimal 64-bit format module header for the decNumber C Library.
Copyright (C) 2005-201
3
Free Software Foundation, Inc.
Copyright (C) 2005-201
4
Free Software Foundation, Inc.
Contributed by IBM Corporation. Author Mike Cowlishaw.
Contributed by IBM Corporation. Author Mike Cowlishaw.
This file is part of GCC.
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