glibc/argp
Paul E. Murphy e2239af353 Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Improve the commentary to aid future developers who will stumble
upon this novel, yet not always perfect, mechanism to support
alternative formats for long double.

Likewise, rename __LONG_DOUBLE_USES_FLOAT128 to
__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI now that development work
has settled down.  The command used was

git grep -l __LONG_DOUBLE_USES_FLOAT128 ':!./ChangeLog*' | \
  xargs sed -i 's/__LONG_DOUBLE_USES_FLOAT128/__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI/g'

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
2020-04-30 08:52:08 -05:00
..
bits Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-ba.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-eexst.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-fmtstream.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-fmtstream.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-fs-xinl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-help.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-namefrob.h Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-parse.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-pv.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-pvh.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-test.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp-xinl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
argp.h Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI 2020-04-30 08:52:08 -05:00
bug-argp1.c * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
bug-argp2.c Add test case for last argp bug. 2010-04-04 11:28:36 -07:00
Makefile Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-argp1.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-argp2.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
tst-ldbl-argp.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions Update ABI information 2012-01-07 19:23:45 -05:00