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
1b78544f
Commit
1b78544f
authored
Feb 06, 2013
by
Richard Sandiford
Committed by
Richard Sandiford
Feb 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert libquadmath and libssp copyright patches.
From-SVN: r195820
parent
144f2e52
Hide whitespace changes
Inline
Side-by-side
Showing
93 changed files
with
104 additions
and
91 deletions
+104
-91
libquadmath/ChangeLog
+4
-0
libquadmath/math/cacoshq.c
+1
-1
libquadmath/math/cacosq.c
+1
-1
libquadmath/math/casinhq.c
+1
-1
libquadmath/math/casinq.c
+1
-1
libquadmath/math/catanhq.c
+1
-1
libquadmath/math/catanq.c
+1
-1
libquadmath/math/ccoshq.c
+1
-1
libquadmath/math/cexpq.c
+1
-1
libquadmath/math/cimagq.c
+1
-1
libquadmath/math/clog10q.c
+1
-1
libquadmath/math/clogq.c
+1
-1
libquadmath/math/complex.c
+1
-1
libquadmath/math/conjq.c
+1
-1
libquadmath/math/cosq_kernel.c
+1
-1
libquadmath/math/cprojq.c
+1
-1
libquadmath/math/crealq.c
+1
-1
libquadmath/math/csinhq.c
+1
-1
libquadmath/math/csinq.c
+1
-1
libquadmath/math/csqrtq.c
+1
-1
libquadmath/math/ctanhq.c
+1
-1
libquadmath/math/ctanq.c
+1
-1
libquadmath/math/expq.c
+1
-1
libquadmath/math/fdimq.c
+1
-1
libquadmath/math/fmaq.c
+1
-1
libquadmath/math/fmaxq.c
+1
-1
libquadmath/math/fminq.c
+1
-1
libquadmath/math/llrintq.c
+1
-1
libquadmath/math/llroundq.c
+1
-1
libquadmath/math/lrintq.c
+1
-1
libquadmath/math/lroundq.c
+1
-1
libquadmath/math/rem_pio2q.c
+1
-1
libquadmath/math/remquoq.c
+1
-1
libquadmath/math/roundq.c
+1
-1
libquadmath/math/sincos_table.c
+1
-1
libquadmath/math/sincosq.c
+1
-1
libquadmath/math/sincosq_kernel.c
+1
-1
libquadmath/math/sinq_kernel.c
+1
-1
libquadmath/math/tgammaq.c
+1
-1
libquadmath/math/truncq.c
+1
-1
libquadmath/math/x2y2m1q.c
+1
-1
libquadmath/printf/_i18n_number.h
+1
-1
libquadmath/printf/_itoa.h
+1
-1
libquadmath/printf/_itowa.h
+1
-1
libquadmath/printf/add_n.c
+1
-1
libquadmath/printf/addmul_1.c
+1
-1
libquadmath/printf/cmp.c
+1
-1
libquadmath/printf/divrem.c
+1
-1
libquadmath/printf/flt1282mpn.c
+2
-1
libquadmath/printf/fpioconst.c
+2
-1
libquadmath/printf/fpioconst.h
+2
-1
libquadmath/printf/gmp-impl.h
+1
-1
libquadmath/printf/lshift.c
+1
-1
libquadmath/printf/mul.c
+1
-1
libquadmath/printf/mul_1.c
+1
-1
libquadmath/printf/mul_n.c
+1
-1
libquadmath/printf/printf_fp.c
+1
-1
libquadmath/printf/printf_fphex.c
+1
-1
libquadmath/printf/quadmath-printf.c
+1
-1
libquadmath/printf/quadmath-printf.h
+1
-1
libquadmath/printf/rshift.c
+1
-1
libquadmath/printf/sub_n.c
+1
-1
libquadmath/printf/submul_1.c
+1
-1
libquadmath/quadmath-imp.h
+1
-1
libquadmath/quadmath-rounding-mode.h
+1
-1
libquadmath/quadmath.h
+1
-1
libquadmath/quadmath_weak.h
+1
-1
libquadmath/strtod/grouping.h
+1
-1
libquadmath/strtod/mpn2flt128.c
+2
-1
libquadmath/strtod/strtod_l.c
+1
-1
libquadmath/strtod/strtoflt128.c
+1
-1
libssp/ChangeLog
+4
-0
libssp/Makefile.am
+2
-1
libssp/gets-chk.c
+1
-1
libssp/memcpy-chk.c
+1
-1
libssp/memmove-chk.c
+1
-1
libssp/mempcpy-chk.c
+1
-1
libssp/memset-chk.c
+1
-1
libssp/snprintf-chk.c
+1
-1
libssp/sprintf-chk.c
+1
-1
libssp/ssp-local.c
+1
-1
libssp/ssp.c
+1
-1
libssp/ssp/ssp.h.in
+1
-1
libssp/ssp/stdio.h
+1
-1
libssp/ssp/string.h
+1
-1
libssp/ssp/unistd.h
+1
-1
libssp/stpcpy-chk.c
+1
-1
libssp/strcat-chk.c
+1
-1
libssp/strcpy-chk.c
+1
-1
libssp/strncat-chk.c
+1
-1
libssp/strncpy-chk.c
+1
-1
libssp/vsnprintf-chk.c
+1
-1
libssp/vsprintf-chk.c
+1
-1
No files found.
libquadmath/ChangeLog
View file @
1b78544f
2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
Revert previous patch.
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
...
...
libquadmath/math/cacoshq.c
View file @
1b78544f
/* Return arc hyperbole cosine for __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cacosq.c
View file @
1b78544f
/* Return cosine of complex __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/casinhq.c
View file @
1b78544f
/* Return arc hyperbole sine for __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/casinq.c
View file @
1b78544f
/* Return arc sine of complex __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/catanhq.c
View file @
1b78544f
/* Return arc hyperbole tangent for __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/catanq.c
View file @
1b78544f
/* Return arc tangent of complex __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/ccoshq.c
View file @
1b78544f
/* Complex cosine hyperbole function for complex __float128.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cexpq.c
View file @
1b78544f
/* Return value of complex exponential function for complex __float128 value.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cimagq.c
View file @
1b78544f
/* Return imaginary part of complex __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/clog10q.c
View file @
1b78544f
/* Compute complex base 10 logarithm for complex __float128.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/clogq.c
View file @
1b78544f
/* Compute complex natural logarithm for complex __float128.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/complex.c
View file @
1b78544f
/* GCC Quad-Precision Math Library
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
...
...
libquadmath/math/conjq.c
View file @
1b78544f
/* Return complex conjugate of complex __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/cosq_kernel.c
View file @
1b78544f
/* Quad-precision floating point cosine on <-pi/4,pi/4>.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/cprojq.c
View file @
1b78544f
/* Compute projection of complex __float128 value to Riemann sphere.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999, 2010
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/crealq.c
View file @
1b78544f
/* Return real part of complex __float128 value.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/csinhq.c
View file @
1b78544f
/* Complex sine hyperbole function for complex __float128.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/csinq.c
View file @
1b78544f
/* Complex sine function for complex __float128.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/csqrtq.c
View file @
1b78544f
/* Complex square root of __float128 value.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/ctanhq.c
View file @
1b78544f
/* Complex hyperbole tangent for __float128.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/ctanq.c
View file @
1b78544f
/* Complex tangent function for complex __float128.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/expq.c
View file @
1b78544f
/* Quad-precision floating point e^x.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
Partly based on double-precision code
...
...
libquadmath/math/fdimq.c
View file @
1b78544f
/* Return positive difference between arguments.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 2004, 2009
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/fmaq.c
View file @
1b78544f
/* Compute x * y + z as ternary operation.
Copyright (C) 2010-201
3
Free Software Foundation, Inc.
Copyright (C) 2010-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
...
...
libquadmath/math/fmaxq.c
View file @
1b78544f
/* Return maximum numeric value of X and Y.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/fminq.c
View file @
1b78544f
/* Return minimum numeric value of X and Y.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/math/llrintq.c
View file @
1b78544f
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/llroundq.c
View file @
1b78544f
/* Round __float128 value to long long int.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999, 2004
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/lrintq.c
View file @
1b78544f
/* Round argument to nearest integral value according to current rounding
direction.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999, 2004, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/lroundq.c
View file @
1b78544f
/* Round __float128 value to long int.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999, 2004
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/rem_pio2q.c
View file @
1b78544f
...
...
@@ -312,7 +312,7 @@ recompute:
/* Quad-precision floating point argument reduction.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/remquoq.c
View file @
1b78544f
/* Compute remainder and a congruent to the quotient.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999, 2002
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/roundq.c
View file @
1b78544f
/* Round __float128 to integer away from zero.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/sincos_table.c
View file @
1b78544f
/* Quad-precision floating point sine and cosine tables.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/sincosq.c
View file @
1b78544f
/* Compute sine and cosine of argument.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>.
...
...
libquadmath/math/sincosq_kernel.c
View file @
1b78544f
/* Quad-precision floating point sine and cosine on <-pi/4,pi/4>.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/sinq_kernel.c
View file @
1b78544f
/* Quad-precision floating point sine on <-pi/4,pi/4>.
Copyright (C) 1999
-2013
Free Software Foundation, Inc.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jj@ultra.linux.cz>
...
...
libquadmath/math/tgammaq.c
View file @
1b78544f
/* Implementation of gamma function according to ISO C.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999, 2002, 2004
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz, 1999.
...
...
libquadmath/math/truncq.c
View file @
1b78544f
/* Truncate argument to nearest integral value not larger than the argument.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Copyright (C) 1997
, 1999
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
...
...
libquadmath/math/x2y2m1q.c
View file @
1b78544f
/* Compute x^2 + y^2 - 1, without large cancellation error.
Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Copyright (C) 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/_i18n_number.h
View file @
1b78544f
/* Copyright (C) 2000
-2013
Free Software Foundation, Inc.
/* Copyright (C) 2000
, 2004, 2008
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
...
...
libquadmath/printf/_itoa.h
View file @
1b78544f
/* Internal function for converting integers to ASCII.
Copyright (C) 1994-
2013
Free Software Foundation, Inc.
Copyright (C) 1994-
1999,2002,2003,2007
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/_itowa.h
View file @
1b78544f
/* Internal function for converting integers to ASCII.
Copyright (C) 1994
-201
3 Free Software Foundation, Inc.
Copyright (C) 1994
,95,96,97,98,99,2002,200
3 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/add_n.c
View file @
1b78544f
/* mpn_add_n -- Add two limb vectors of equal, non-zero length.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
Copyright (C) 1992
, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/addmul_1.c
View file @
1b78544f
...
...
@@ -3,7 +3,7 @@
limb vector pointed to by RES_PTR. Return the most significant limb of
the product, adjusted for carry-out from the addition.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
Copyright (C) 1992
, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/cmp.c
View file @
1b78544f
/* mpn_cmp -- Compare two low-level natural-number integers.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/divrem.c
View file @
1b78544f
/* mpn_divrem -- Divide natural numbers, producing both remainder and
quotient.
Copyright (C) 1993
-2013
Free Software Foundation, Inc.
Copyright (C) 1993
, 1994, 1995, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/flt1282mpn.c
View file @
1b78544f
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
/* Copyright (C) 1995,1996,1997,1998,1999,2002,2003
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/fpioconst.c
View file @
1b78544f
/* Table of MP integer constants 10^(2^i), used for floating point <-> decimal.
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/fpioconst.h
View file @
1b78544f
/* Header file for constants used in floating point <-> decimal conversions.
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2002, 2003
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/printf/gmp-impl.h
View file @
1b78544f
/* Include file for internal GNU MP types and definitions.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1993, 1994, 1995, 1996, 2011
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/lshift.c
View file @
1b78544f
/* mpn_lshift -- Shift left low level.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/mul.c
View file @
1b78544f
/* mpn_mul -- Multiply two natural numbers.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/mul_1.c
View file @
1b78544f
/* mpn_mul_1 -- Multiply a limb vector with a single limb and
store the product in a second limb vector.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1992, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/mul_n.c
View file @
1b78544f
/* mpn_mul_n -- Multiply two natural numbers of length n.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1992, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/printf_fp.c
View file @
1b78544f
/* Floating point output for `printf'.
Copyright (C) 1995-201
3
Free Software Foundation, Inc.
Copyright (C) 1995-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
...
...
libquadmath/printf/printf_fphex.c
View file @
1b78544f
/* Print floating point number in hexadecimal notation according to ISO C99.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/printf/quadmath-printf.c
View file @
1b78544f
/* GCC Quad-Precision Math Library
Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Copyright (C) 2011 Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>
This file is part of the libquadmath library.
...
...
libquadmath/printf/quadmath-printf.h
View file @
1b78544f
/* GCC Quad-Precision Math Library
Copyright (C) 2011
-2013
Free Software Foundation, Inc.
Copyright (C) 2011 Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>
This file is part of the libquadmath library.
...
...
libquadmath/printf/rshift.c
View file @
1b78544f
/* mpn_rshift -- Shift right a low-level natural-number integer.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/sub_n.c
View file @
1b78544f
/* mpn_sub_n -- Subtract two limb vectors of equal, non-zero length.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
Copyright (C) 1992
, 1993, 1994, 1996
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/printf/submul_1.c
View file @
1b78544f
...
...
@@ -3,7 +3,7 @@
from the limb vector pointed to by RES_PTR. Return the most significant
limb of the product, adjusted for carry-out from the subtraction.
Copyright (C) 1992
-2013
Free Software Foundation, Inc.
Copyright (C) 1992
, 1993, 1994, 1996, 2005
Free Software Foundation, Inc.
This file is part of the GNU MP Library.
...
...
libquadmath/quadmath-imp.h
View file @
1b78544f
/* GCC Quad-Precision Math Library
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
...
...
libquadmath/quadmath-rounding-mode.h
View file @
1b78544f
/* GCC Quad-Precision Math Library
Copyright (C) 2012
-2013
Free Software Foundation, Inc.
Copyright (C) 2012 Free Software Foundation, Inc.
This file is part of the libquadmath library.
Libquadmath is free software; you can redistribute it and/or
...
...
libquadmath/quadmath.h
View file @
1b78544f
/* GCC Quad-Precision Math Library
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Written by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
This file is part of the libquadmath library.
...
...
libquadmath/quadmath_weak.h
View file @
1b78544f
/* GCC Quad-Precision Math Library
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Written by Tobias Burnus <burnus@net-b.de>
This file is part of the libquadmath library.
...
...
libquadmath/strtod/grouping.h
View file @
1b78544f
/* Internal header for proving correct grouping in strings of numbers.
Copyright (C) 1995
-201
3 Free Software Foundation, Inc.
Copyright (C) 1995
,1996,1997,1998,2000,200
3 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
...
...
libquadmath/strtod/mpn2flt128.c
View file @
1b78544f
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
/* Copyright (C) 1995,1996,1997,1998,1999,2002,2003
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libquadmath/strtod/strtod_l.c
View file @
1b78544f
/* Convert string representing a number to float value, using given locale.
Copyright (C) 1997-201
3
Free Software Foundation, Inc.
Copyright (C) 1997-201
2
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
...
...
libquadmath/strtod/strtoflt128.c
View file @
1b78544f
/* Copyright (C) 1999
-2013
Free Software Foundation, Inc.
/* Copyright (C) 1999
, 2004
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
...
...
libssp/ChangeLog
View file @
1b78544f
2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
Revert previous patch.
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
...
...
libssp/Makefile.am
View file @
1b78544f
## Makefile for the toplevel directory of the libssp library.
##
## Copyright (C) 2005-2013 Free Software Foundation, Inc.
## Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010
## Free Software Foundation, Inc.
##
AUTOMAKE_OPTIONS
=
1.9.5 foreign
...
...
libssp/gets-chk.c
View file @
1b78544f
/* Checking gets.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/memcpy-chk.c
View file @
1b78544f
/* Checking memcpy.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/memmove-chk.c
View file @
1b78544f
/* Checking memmove.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009, 2010
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/mempcpy-chk.c
View file @
1b78544f
/* Checking mempcpy.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/memset-chk.c
View file @
1b78544f
/* Checking memset.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/snprintf-chk.c
View file @
1b78544f
/* Checking snprintf.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/sprintf-chk.c
View file @
1b78544f
/* Checking sprintf.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/ssp-local.c
View file @
1b78544f
/* Stack protector support.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/ssp.c
View file @
1b78544f
/* Stack protector support.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/ssp/ssp.h.in
View file @
1b78544f
/* Object size checking support macros.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
Copyright (C) 2004
, 2005, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/ssp/stdio.h
View file @
1b78544f
/* Checking macros for stdio functions.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
Copyright (C) 2004
, 2005, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/ssp/string.h
View file @
1b78544f
/* Checking macros for string functions.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
Copyright (C) 2004
, 2005, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/ssp/unistd.h
View file @
1b78544f
/* Checking macros for unistd functions.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/stpcpy-chk.c
View file @
1b78544f
/* Checking stpcpy.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/strcat-chk.c
View file @
1b78544f
/* Checking strcat.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1997, 2003, 2004, 2005, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/strcpy-chk.c
View file @
1b78544f
/* Checking strcpy.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/strncat-chk.c
View file @
1b78544f
/* Checking strncat.
Copyright (C) 1991
-2013
Free Software Foundation, Inc.
Copyright (C) 1991
, 1997, 2003, 2004, 2005, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/strncpy-chk.c
View file @
1b78544f
/* Checking strncpy.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/vsnprintf-chk.c
View file @
1b78544f
/* Checking vsnprintf.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
This file is part of GCC.
...
...
libssp/vsprintf-chk.c
View file @
1b78544f
/* Checking vsprintf.
Copyright (C) 2005
-2013
Free Software Foundation, Inc.
Copyright (C) 2005
, 2009
Free Software Foundation, Inc.
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