..
bits
sys
a64l.c
abort.c
abs.c
add_n.c
addmul_1.c
alloca.h
at_quick_exit.c
atexit.c
atof.c
atoi.c
atol.c
atoll.c
bsearch.c
bug-fmtmsg1.c
bug-getcontext.c
bug-strtod2.c
bug-strtod.c
canonicalize.c
cmp.c
cxa_at_quick_exit.c
cxa_atexit.c
Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).
2014-10-09 11:22:33 +00:00
cxa_finalize.c
cxa_thread_atexit_impl.c
dbl2mpn.c
Depend
div.c
divmod_1.c
divrem.c
drand48_r.c
drand48-iter.c
drand48.c
erand48_r.c
erand48.c
errno.h
exit.c
exit.h
fmtmsg.c
fmtmsg.h
fpioconst.c
fpioconst.h
gen-fpioconst.c
gen-tst-strtod-round.c
getcontext.c
getenv.c
getsubopt.c
gmp-impl.h
gmp.h
grouping.c
grouping.h
groupingwc.c
inlines.c
isomac.c
Remove NOT_IN_libc
2014-11-24 15:03:45 +05:30
jrand48_r.c
jrand48.c
l64a.c
labs.c
lcong48_r.c
lcong48.c
ldbl2mpn.c
ldiv.c
llabs.c
lldiv.c
longlong.h
stdlib/longlong.h: Add __udiv_w_sdiv prototype.
2014-09-19 11:26:31 +02:00
lrand48_r.c
lrand48.c
lshift.c
makecontext.c
Makefile
Remove NOT_IN_libc
2014-11-24 15:03:45 +05:30
mblen.c
mbstowcs.c
mbtowc.c
mod_1.c
monetary.h
mp_clz_tab.c
mpn2dbl.c
mpn2flt.c
mpn2ldbl.c
mrand48_r.c
mrand48.c
msort.c
Fix qsort_r namespace (bug 17571).
2014-11-12 22:33:41 +00:00
mul_1.c
mul_n.c
mul.c
nrand48_r.c
nrand48.c
old_atexit.c
on_exit.c
putenv.c
qsort.c
quick_exit.c
rand_r.c
rand.c
random_r.c
random.c
rpmatch.c
Don't use a nested function in rpmatch.
2014-09-12 14:58:55 -07:00
rshift.c
secure-getenv.c
seed48_r.c
seed48.c
setcontext.c
setenv.c
srand48_r.c
srand48.c
stdlib.h
strfmon_l.c
strfmon.c
strtod_l.c
strtod.c
strtof_l.c
strtof.c
strtoimax.c
strtol_l.c
Clean up HAVE_CONFIG_H and STDC_HEADERS.
2014-06-20 20:04:47 -07:00
strtol.c
Use prototype definition for __strtol.
2014-11-13 21:37:53 +00:00
strtold_l.c
strtold.c
strtoll_l.c
strtoll.c
strtoul_l.c
strtoul.c
strtoull_l.c
strtoull.c
strtoumax.c
sub_n.c
submul_1.c
swapcontext.c
system.c
tens_in_limb.c
test-a64l.c
test-canon2.c
test-canon.c
testdiv.c
testdiv.input
testmb2.c
testmb.c
testrand.c
testsort.c
tst-atof1.c
tst-atof2.c
tst-bsearch.c
Modify stdlib/tst-bsearch.c to use test-skeleton.c
2014-12-16 16:55:23 +05:30
tst-environ.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-fmtmsg.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-fmtmsg.sh
Don't require test wrappers to preserve environment variables, use more consistent environment.
2014-06-06 22:19:27 +00:00
tst-limits.c
Fix a couple of -Wundef warnings.
2014-12-29 23:14:38 -05:00
tst-makecontext2.c
tst-makecontext3.c
tst-makecontext.c
tst-putenv.c
tst-putenvmod.c
tst-qsort2.c
stdlib/tst-qsort2.c: Fix off-by-one argc interpretation error
2014-06-20 21:29:33 +01:00
tst-qsort.c
tst-rand48-2.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-rand48.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-random2.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-random.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-secure-getenv.c
tst-setcontext.c
tst-setcontext: fix style
2014-08-03 08:55:20 -04:00
tst-strtod2.c
tst-strtod3.c
tst-strtod4.c
tst-strtod5.c
tst-strtod6.c
tst-strtod-overflow.c
stdlib/tst-strtod-overflow: Bump timeout up yet
2014-07-03 08:07:55 +01:00
tst-strtod-round-data
tst-strtod-round.c
Fix some warnings in the absence of FP round/exception support
2014-12-30 14:11:13 -05:00
tst-strtod-underflow.c
Fix some warnings in the absence of FP round/exception support
2014-12-30 14:11:13 -05:00
tst-strtod.c
tst-strtol.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-strtoll.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-system.c
tst-tininess.c
tst-tls-atexit-lib.c
Turn on -Werror=implicit-function-declaration
2014-09-10 08:13:06 +02:00
tst-tls-atexit.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
tst-unsetenv1.c
tst-xpg-basename.c
Modify several tests to use test-skeleton.c
2014-11-05 15:24:08 +05:30
ucontext.h
udiv_qrnnd.c
Versions
wcstoimax.c
wcstombs.c
wcstoumax.c
wctomb.c
xpg_basename.c