glibc/stdlib
Roland McGrath e0a3ed4ff9 * Makefile (subdir-target-args): New variable.
($(all-subdirs-targets)): Use it in place of -C option.
	* Rules: Use $(..) instead of ../ if it's already defined.
	* Makeconfig (subdir-srcdirs): New variable.
	* csu/Makefile (all-Banner-files): Use it.

	* configure.in (--enable-add-ons): Set to "yes" by default.
	Handle absolute add-on directory names when looking for configure
	fragments.  Also look for sysdeps/*/preconfigure fragments in add-ons.
	Require add-on configure to set $libc_add_on_canonical, use
	that in $add_ons_sfx.  Substitute add_on_subdirs with computed list
	of subdir names each add-on configure set in libc_add_on_subdirs.
	* configure: Regenerated.
	* Makefile (%/preconfigure: %/preconfigure.in): New pattern rule.
	* config.make.in (add-on-subdirs): New substituted variable.
	* Makeconfig (all-subdirs): Include $(add-on-subdirs).
	Remove $(add-ons), $(sysdep-subdirs).
	Don't filter out $(sysdep-inhibit-subdirs).
	($(common-objpfx)sysd-dirs): Target removed.  Don't include it.
	($(common-objpfx)sysd-sorted): Rewritten to feed Depend and Subdirs
	files together to gen-sorted.awk, and $(subdirs) via -v.
	(subdirs): Remove magic reordering for mach and hurd.
	* scripts/gen-sorted.awk: Use subdirs from command line.
	Process Subdirs and Depend files directly.
	Let Subdirs files use "first dir" and "inhibit dir".
	Always move elf to the end of the list.
	* hurd/Depend: New file.
	* sysdeps/mach/Subdirs: Use "first mach".

	* Makefile (dist-separate): Remove linuxthreads.
	(dist-separate-linuxthreads): Variable removed.
	(glibc-%.tar rule): Use $(sysdeps-add-ons).

	* Makerules ($(common-objpfx)Versions.v.i): Use $(subdirs),
	not $(all-subdirs).
	(sysdep-makefiles): Use $(sysdirs).
	(sysdirs): Remove export.
	($(+sysdir_pfx)sysd-rules): Handle absolute directory names in
	$(config-sysdirs).
	(+sysdir_pfx): Variable removed.
	(sysd-rules): Use $(common-objpfx) in place of it.
	(sysdirs): Variable moved to ...
	* Makeconfig (sysdirs): ... here.
	Handle absolute directory names in $(config-sysdirs).
	(full_config_sysdirs): Variable removed.
	* csu/Makefile: Use $(sysdirs) in vpath directive.
	* math/Makefile (ulps-file): Use $(sysdirs).
	* sysdeps/gnu/Makefile (errlist-c): Likewise.
	($(objpfx)errlist-compat.c): Likewise.
	* Makeconfig (all-Subdirs-files): Likewise.
	($(common-objpfx)config.status): Likewise.

	* configure.in (sysnames): Handle absolute add-on directory names.
	(sysdeps_add_ons): New variable, AC_SUBST it.
	Compute which add-ons contributed sysdeps directories.
	* configure: Regenerated.
	* config.make.in (sysdeps-add-ons): New substituted variable.
	* Makerules (+sysdep_dirs, +sysdep-includes): Variables moved ...
	* Makeconfig: ... to here.
	(+sysdep_dirs): Append $(sysdeps-add-ons) here.
	(+includes): Remove $(objpfx) include, already in $(+sysdep_dirs).
	Remove $(includes).
	(sysdep-makeconfigs): Use $(+sysdep_dirs).
	($(common-objpfx)shlib-versions.v.i): Likewise.

	* Makeconfig: Remove hair to set Makeconfig-add-on.

	* sysdeps/unix/Makefile (sysdirs): Remove export.
	(asm_CPP): Variable removed.
	($(common-objpfx)sysd-syscalls): Pass them directly for the script.

	* sysdeps/posix/Makefile: New file.
	* Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix
	values here with ?=.

	* stdlib/gen-mpn-copy: File removed.
	* stdlib/Makefile (distribute): Remove it.
	* configure.in: Don't grok --with-gmp.
	* configure: Regenerated.

	* configure.in (libc_cv_idn): Don't check it; libidn/configure does it.
	* configure: Regenerated.

	* bare: Directory removed, saved in ports repository.
2006-02-28 07:11:04 +00:00
..
bits * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r): 2006-02-03 19:16:04 +00:00
sys
.cvsignore
Depend [BZ #1230] 2005-09-28 06:09:24 +00:00
Makefile * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
Versions Update. 2004-05-03 21:40:12 +00:00
a64l.c
abort.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
abs.c
add_n.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
addmul_1.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
alloca.h
atexit.c * csu/elf-init.c: Update copyright terms including special exception 2004-08-16 04:51:23 +00:00
atof.c
atoi.c
atol.c
atoll.c
bsearch.c
bug-strtod.c
bug-strtod2.c [BZ #1230] 2005-09-28 06:09:24 +00:00
canonicalize.c * stdlib/test-canon.c: Make doesExist a directory and add more tests 2005-04-27 07:37:00 +00:00
cmp.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
cxa_atexit.c * stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in 2005-12-18 17:32:37 +00:00
cxa_finalize.c * stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in 2005-12-18 17:32:37 +00:00
dbl2mpn.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
div.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
divmod_1.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
divrem.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
drand48-iter.c
drand48.c
drand48_r.c
erand48.c
erand48_r.c
errno.h
exit.c * stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in 2005-12-18 17:32:37 +00:00
exit.h 2.5-18.1 2007-07-12 18:26:36 +00:00
fmtmsg.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
fmtmsg.h (CFLAGS-oldtmpfile.c): Add -fexceptions. 2003-09-02 07:14:15 +00:00
fpioconst.c * time/time.h [__need_timespec et al]: Include <bits/types.h> here too. 2006-01-21 19:33:57 +00:00
fpioconst.h Update. 2004-05-03 21:40:12 +00:00
getcontext.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
getenv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
getsubopt.c [BZ #391] 2004-09-20 20:56:19 +00:00
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.c Update. 2003-06-11 23:22:36 +00:00
grouping.h Update. 2003-06-11 23:22:36 +00:00
groupingwc.c Update. 2003-06-11 23:22:36 +00:00
inlines.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
isomac.c
jrand48.c
jrand48_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
l64a.c
labs.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lcong48.c
lcong48_r.c
ldbl2mpn.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
ldiv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
llabs.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lldiv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
longlong.h * stdlib/longlong.h: Update from GCC. 2005-12-06 00:48:30 +00:00
lrand48.c
lrand48_r.c
lshift.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
makecontext.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +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
mod_1.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
monetary.h * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
mp_clz_tab.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mpn2dbl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mpn2flt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mpn2ldbl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mrand48.c
mrand48_r.c
msort.c Update. 2004-02-07 15:57:44 +00:00
mul.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mul_1.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mul_n.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
nrand48.c
nrand48_r.c
old_atexit.c Update. 2004-03-10 09:29:17 +00:00
on_exit.c * stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in 2005-12-18 17:32:37 +00:00
putenv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
qsort.c [BZ #16] 2004-03-10 06:46:51 +00:00
rand.c
rand_r.c
random.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
random_r.c (__initstate_r): Don't use non-existing state. 2005-04-12 15:21:29 +00:00
rpmatch.c Update. 2003-06-11 23:22:36 +00:00
rshift.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
secure-getenv.c
seed48.c
seed48_r.c
setcontext.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
setenv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
srand48.c
srand48_r.c
stdlib.h * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
strfmon.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
strfmon_l.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
strtod.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
strtod_l.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
strtof.c Update. 2004-03-14 21:12:06 +00:00
strtof_l.c Update. 2004-03-14 21:12:06 +00:00
strtoimax.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtol.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtol_l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtold.c * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
strtold_l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtoll.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtoll_l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtoul.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtoul_l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtoull.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtoull_l.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
strtoumax.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
sub_n.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
submul_1.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
swapcontext.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
system.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
test-a64l.c
test-canon.c * stdlib/test-canon.c: Make doesExist a directory and add more tests 2005-04-27 07:37:00 +00:00
test-canon2.c 2.5-18.1 2007-07-12 18:26:36 +00:00
testdiv.c
testdiv.input
testmb.c
testmb2.c Update. 2004-02-23 23:30:12 +00:00
testrand.c
testsort.c
tst-bsearch.c Update. 2003-09-17 08:47:44 +00:00
tst-environ.c * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is 2004-06-09 18:33:36 +00:00
tst-fmtmsg.c Update. 2005-01-27 18:49:47 +00:00
tst-fmtmsg.sh
tst-limits.c Update. 2003-07-31 19:26:38 +00:00
tst-putenv.c Update. 2005-01-04 07:48:13 +00:00
tst-putenvmod.c Update. 2005-01-04 07:48:13 +00:00
tst-qsort.c Update. 2003-09-17 18:23:49 +00:00
tst-rand48.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-random.c
tst-random2.c [BZ #710] 2005-02-10 09:40:23 +00:00
tst-setcontext.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-strtod.c [BZ #274] 2004-07-25 03:31:54 +00:00
tst-strtol.c
tst-strtoll.c
tst-system.c Update. 2002-12-17 06:52:45 +00:00
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
udiv_qrnnd.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
wcstoimax.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
wcstombs.c
wcstoumax.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
wctomb.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
xpg_basename.c