glibc/stdlib
Roland McGrath 57b36a0a75 * catgets/open_catalog.c (__open_catalog): Don't use a value type
as the __builtin_expect expression, just the Boolean value.

	* sysdeps/generic/wordexp.c (parse_glob): int -> size_t for counter.
	* sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
	* resolv/res_hconf.c (arg_service_list, parse_line): Likewise.
	* iconvdata/tst-loading.c (main): Likewise.
	* catgets/tst-catgets.c (main): Likewise.
	* stdlib/tst-xpg-basename.c (main): Likewise.
	* stdlib/tst-bsearch.c (main): Likewise.
	* stdio-common/test-vfprintf.c (main): Likewise.
	* stdio-common/tst-rndseek.c (do_test): Likewise.
	* libio/tst_swprintf.c (main): Likewise.
	* libio/tst-fgetws.c (main): Likewise.
	* wcsmbs/tst-mbrtowc.c (check_ascii): Likewise.
	* time/tst-posixtz.c (main): Likewise.
	* time/tst-strptime.c (test_tm): Likewise.
	* time/tst-strptime.c (main): Likewise.
	* time/tst-getdate.c (main): Likewise.
	* posix/tst-mmap.c (main): Likewise.
	* posix/tst-getaddrinfo.c (do_test): Likewise.
	* io/tst-getcwd.c (do_test): Likewise.
	* resolv/tst-aton.c (main): Likewise.
	* inet/tst-network.c (main): Likewise.
	* libio/tst-fgetws.c (main): Likewise.
	* sysdeps/posix/sprofil.c (add_region): int -> unsigned int for I.
	* sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): int -> unsigned int
	for PTYNO.

	* stdlib/msort.c (qsort): Add a cast to silence warning.
	* stdio-common/vfprintf.c (process_string_arg): Likewise.
	* libio/oldfileops.c (_IO_old_do_write): Likewise.
	* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Likewise.
	* sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
	* sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
	* argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
	* nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
	* sysdeps/unix/grantpt.c (grantpt): Likewise.
	* libio/tst-widetext.c (main): Likewise.
	* libio/tst-mmap2-eofsync.c (do_test): Likewise.
	* rt/tst-aio.c (test_file): Likewise.
	* rt/tst-aio64.c (test_file): Likewise.
	* resolv/tst-aton.c (main): Likewise.

	* catgets/catgetsinfo.h (CATGETS_MAGIC): Use U suffix on the constant.

	* ctype/ctype.c (__ctype_tolower, __ctype_toupper): Cast to int32_t
	instead of uint32_t in these macros.
2002-09-24 04:24:25 +00:00
..
sys Update. 2002-07-20 01:14:41 +00:00
.cvsignore
a64l.c * stdlib/a64l.c: Expect least significant digit first. 2001-10-25 10:20:40 +00:00
abs.c
alloca.h
atexit.c
atof.c
atoi.c
atol.c
atoll.c
bsearch.c * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
bug-strtod.c
canonicalize.c Update. 2002-07-11 16:34:20 +00:00
cxa_atexit.c Update. 2002-04-09 20:36:24 +00:00
cxa_finalize.c
drand48_r.c
drand48-iter.c
drand48.c Update. 2002-03-12 20:04:56 +00:00
erand48_r.c
erand48.c Update. 2002-03-12 20:04:56 +00:00
errno.h Update. 2002-07-20 01:14:41 +00:00
exit.c * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
exit.h Update. 2002-03-12 20:04:56 +00:00
fmtmsg.c (strtol): Add some more casts to avoid warnings. 2002-08-28 10:16:21 +00:00
fmtmsg.h
fpioconst.c
fpioconst.h Update. 2002-03-12 10:25:36 +00:00
gen-mpn-copy
getsubopt.c
gmp-impl.h 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
gmp.h 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
grouping.h
isomac.c (get_null_defines): Treat NOT_IN_libc special. It is known to be defined. 2002-08-08 04:44:47 +00:00
jrand48_r.c
jrand48.c Update. 2002-03-12 20:04:56 +00:00
l64a.c * stdlib/a64l.c: Expect least significant digit first. 2001-10-25 10:20:40 +00:00
lcong48_r.c
lcong48.c Update. 2002-03-12 20:04:56 +00:00
longlong.h * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64 2002-09-14 09:07:12 +00:00
lrand48_r.c 2002-08-04 Roland McGrath <roland@redhat.com> 2002-08-05 02:18:42 +00:00
lrand48.c Update. 2002-03-12 20:04:56 +00:00
Makefile Update. 2002-07-20 01:14:41 +00:00
mblen.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
mbstowcs.c
mbtowc.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
monetary.h * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 2002-08-27 23:36:31 +00:00
mrand48_r.c
mrand48.c Update. 2002-03-12 20:04:56 +00:00
msort.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
nrand48_r.c
nrand48.c Update. 2002-03-12 20:04:56 +00:00
old_atexit.c
on_exit.c
qsort.c Update. 2002-01-29 07:54:51 +00:00
rand_r.c
rand.c
random_r.c Update. 2002-07-06 06:36:39 +00:00
random.c Update. 2002-07-06 06:36:39 +00:00
rpmatch.c
secure-getenv.c Update. 2002-08-03 07:02:10 +00:00
seed48_r.c
seed48.c Update. 2002-03-12 20:04:56 +00:00
srand48_r.c
srand48.c Update. 2002-03-12 20:04:56 +00:00
stdlib.h Prepare headers for use in ISO C++ compliant implementations. 2002-08-28 08:01:11 +00:00
strfmon_l.c * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 2002-08-27 23:36:31 +00:00
strfmon.c Update. 2002-08-03 07:02:10 +00:00
strtod_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strtod.c (strtol): Add some more casts to avoid warnings. 2002-08-28 10:16:21 +00:00
strtof_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strtof.c
strtold_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
test-a64l.c Update. 2002-02-14 09:25:02 +00:00
test-canon2.c
test-canon.c Update. 2002-05-16 06:14:36 +00:00
testdiv.c
testdiv.input
testmb.c
testrand.c
testsort.c
tst-bsearch.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
tst-environ.c
tst-fmtmsg.c
tst-fmtmsg.sh
tst-limits.c
tst-qsort.c Update. 2002-01-29 09:21:41 +00:00
tst-rand48.c
tst-random.c Update. 2001-08-23 23:36:47 +00:00
tst-setcontext.c * stdlib/tst-setcontext.c (main): If makecontext does nothing, 2002-08-31 03:21:56 +00:00
tst-strtod.c
tst-strtol.c
tst-strtoll.c
tst-xpg-basename.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
ucontext.h
Versions Update. 2002-07-11 16:34:20 +00:00
wcstombs.c
wctomb.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
xpg_basename.c