Ulrich Drepper
a9b5d2eeb1
Update.
...
1999-10-25 Thorsten Kukuk <kukuk@suse.de>
* md5-crypt/md5.h: Remove prototypes for public interface. md5 is
used only internal.
* md5-crypt/md5-crypt.c: Use internal names for md5 functions,
remove weak alias for public names.
* md5-crypt/md5.c: Remove weak aliase.
1999-10-25 Andreas Jaeger <aj@suse.de>
* math/README.libm-test: New file, documents libm-test.inc.
1999-10-25 Andreas Jaeger <aj@suse.de>
* math/gen-libm-test.pl: Only generate a new ulps file when -n is
given.
(print_ulps_file): Fix loops to not read @tests and @functions
since those are not initialized with -n now.
(parse_ulps): Set $results{..}{"kind"}.
1999-10-25 20:18:27 +00:00
Ulrich Drepper
3a8e65a0a7
Update.
...
1999-10-25 Andreas Jaeger <aj@suse.de>
* math/gen-libm-test.pl (parse_ulps): Ignore 0 has ulp.
* math/libm-test.inc (check_float_internal): Don't print ulps for
wrong sign of zero.
1999-10-25 19:49:49 +00:00
Ulrich Drepper
fc4de7058d
Update.
...
1999-10-20 Andreas Jaeger <aj@suse.de>
* manual/socket.texi (Address Formats): Describe usage of AF_UNIX
versus AF_LOCAL.
Patch by Robert Bihlmeyer <robbe@orcus.priv.at>.
1999-10-24 23:55:16 +00:00
Ulrich Drepper
15daa63995
Update.
...
1999-10-24 Ulrich Drepper <drepper@cygnus.com>
* math/libm-test.inc: Disable some boundary case tests for inline
function testing.
* math/math.h: Pretty printing.
* sysdeps/i386/fpu/e_atanh.S: Correct handling of NaN.
* sysdeps/i386/fpu/e_atanhf.S: Likewise.
* sysdeps/i386/fpu/e_atanhl.S: Likewise.
* sysdeps/i386/fpu/e_log10.S: Likewise.
* sysdeps/i386/fpu/e_log10f.S: Likewise.
* sysdeps/i386/fpu/e_log10l.S: Likewise.
* sysdeps/i386/fpu/s_log1p.S: Likewise.
* sysdeps/i386/fpu/s_log1pf.S: Likewise.
* sysdeps/i386/fpu/s_log1pl.S: Likewise.
* sysdeps/i386/fpu/s_log2.S: Likewise.
* sysdeps/i386/fpu/s_log2f.S: Likewise.
* sysdeps/i386/fpu/s_log2l.S: Likewise.
* sysdeps/i386/fpu/libm-test-ulps: New file.
* sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Correct return
value for x == 0.
(pow): Correct case x == 0.
(__sgn1l): Correct handling of -0.0.
1999-10-22 Andreas Jaeger <aj@suse.de>
* math/libm-test.inc (asinh_test): Add test for NaN as input parameter.
(atan_test): Likewise.
(atanh_test): Likewise.
(atan2_test): Likewise.
(carg_test): Likewise.
(ceil_test): Likewise.
(cos_test): Likewise.
(cosh_test): Likewise.
(cpow_test): Likewise.
(erf_test): Likewise.
(erfc_test): Likewise.
(exp_test): Likewise.
(exp10_test): Likewise.
(exp2_test): Likewise.
(expm1_test): Likewise.
(fabs_test): Likewise.
(floor_test): Likewise.
(fmod_test): Likewise.
(gamma_test): Likewise.
(lgamma_test): Likewise.
(log10_test): Likewise.
(log1p_test): Likewise.
(log2_test): Likewise.
(logb_test): Likewise.
(nearbyint_test): Likewise.
(remainder_test): Likewise.
(remquo_test): Likewise.
(sin_test): Likewise.
(sincos_test): Likewise.
(sinh_test): Likewise.
(sqrt_test): Likewise.
(tan_test): Likewise.
(tanh_test): Likewise.
(tgamma_test): Likewise.
1999-10-24 22:04:52 +00:00
Ulrich Drepper
eb3bf57345
Update.
...
* sysdeps/ieee754/ldbl-96/s_nexttoward.c: If x == y, return y.
* sysdeps/ieee754/dbl-64/e_lgamma_r.c: Don't handle -Inf special.
* sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Check
for -Inf and return NaN.
1999-10-22 15:30:17 +00:00
Ulrich Drepper
e11d6a7d77
Update.
...
1999-10-21 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Correct test for Cygnus gcc versions.
1999-10-21 16:19:39 +00:00
Ulrich Drepper
0cdc8e6f0b
Update.
...
1999-10-21 Andreas Jaeger <aj@suse.de>
* math/libm-test.inc (cimag_test): New function, tests cimag.
(creal_test): New function, tests creal.
(conj_test): New function, tests conj.
(main): Add new functions.
1999-10-21 16:15:57 +00:00
Ulrich Drepper
6815fabc2e
Update.
...
1999-10-20 Andreas Jaeger <aj@suse.de>
* math/libm-test.inc: Rewrite to allow different deltas for real
and imaginary part of complex functions.
* math/gen-libm-test.pl: Likewise.
1999-10-20 19:22:24 +00:00
Ulrich Drepper
f30e0cd35e
Update.
...
1999-10-19 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/fpu/s_nextafterl.c: Add __nextafterl and nextafterl
aliases.
* sysdeps/ieee754/flt-32/e_lgammaf_r.c: Don't handle -Inf special.
* sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Check
for -Inf and return NaN.
* math/gen-libm-test.pl: Fix program name in help message.
* math/libm-test.inc (check_complex): It's Imaginary, not Complex.
* math/libm-test.inc (gamma_test): Result of gamma(-inf) is +inf.
* sysdeps/i386/Implies: Correct order of libm directories.
1999-10-20 03:20:31 +00:00
Ulrich Drepper
fe559c5e1c
Update.
...
1999-10-19 Andreas Jaeger <aj@suse.de>
* include/bits/ipc.h: Remove K&R compatibility.
* include/libintl.h: Likewise.
* include/math.h: Likewise.
* include/mntent.h: Likewise
* include/netdb.h: Likewise.
* include/pwd.h: Likewise.
* include/sched.h: Likewise.
* include/shadow.h: Likewise
* include/stdlib.h: Likewise.
* include/sys/file.h: Likewise.
* include/sys/gmon.h: Likewise.
* include/sys/ioctl.h: Likewise.
* include/sys/mman.h: Likewise.
* include/sys/resource.h: Likewise.
* include/sys/socket.h: Likewise.
* include/sys/stat.h: Likewise.
* include/sys/sysinfo.h: Likewise.
* include/sys/time.h: Likewise.
* include/sys/times.h: Likewise.
* include/sys/uio.h: Likewise.
* include/sys/wait.h: Likewise.
* include/termios.h: Likewise.
* include/time.h: Likewise.
* include/ulimit.h: Likewise.
* include/utmp.h: Likewise.
* include/wchar.h: Likewise.
* include/wctype.h: Likewise.
1999-10-19 Andreas Jaeger <aj@suse.de>
* math/libm-test.inc: Remove one K&R compatibility.
(main): Enable nexttoward_test.
* math/gen-libm-test.pl (output_ulps): Output name of Ulps file to
libm-test-ulps.h; pretty print output a bit.
1999-10-19 Andreas Jaeger <aj@suse.de>
* iconv/iconv_prog.c (main): Set exit value in case that reading
from stdin failed [PR libc/1404].
1999-10-19 13:53:34 +00:00
Ulrich Drepper
8847214f23
Update.
...
1999-10-18 Andreas Jaeger <aj@suse.de>
Added improved math testsuite:
* math/libm-test.inc: New file, contains all tests from
libm-test.c but in a different form.
* math/libm-test.c: Removed.
* sysdeps/generic/libm-test-ulps: New file: Fallback ulps file.
* math/gen-libm-test.pl: New file: Preprocessor.
* math/test-double.c: Adopted to new testsuite.
* math/test-idouble.c: Likewise.
* math/test-float.c: Likewise.
* math/test-ifloat.c: Likewise.
* math/test-ldouble.c: Likewise.
* math/test-ildoubl.c: Likewise.
* math/Makefile: Added rules to generate new suite.
1999-10-19 06:29:27 +00:00
Ulrich Drepper
4dba81eafc
Update.
...
* inet/rcmd.c (iruserok2): Initialize isbad to -1 [PR libc/1405].
Patch by J. Richard Sladkey <jrs@world.std.com>.
1999-10-19 03:26:25 +00:00
Ulrich Drepper
4d3a563f2e
Update.
...
1999-10-18 Ulrich Drepper <drepper@cygnus.com>
* scripts/config.sub: Update from latest autoconf version.
* scripts/config.guess: Likewise.
1999-10-18 Andreas Jaeger <aj@suse.de>
* inet/arpa/inet.h: Remove K&R compatibility.
* math/fenv.h: Likewise.
1999-10-18 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
kernel_sigaction): Remove K&R compatibility.
* sysdeps/unix/sysv/linux/net/if.h: Likewise.
* sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
* sysdeps/unix/sysv/linux/sys/fsuid.h: Likewise.
* sysdeps/unix/sysv/linux/sys/io.h: Likewise.
* sysdeps/unix/sysv/linux/sys/kdaemon.h: Likewise.
* sysdeps/unix/sysv/linux/sys/klog.h: Likewise.
* sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
* sysdeps/unix/sysv/linux/sys/prctl.h: Likewise.
* sysdeps/unix/sysv/linux/sys/ptrace.h: Likewise.
* sysdeps/unix/sysv/linux/sys/quota.h: Likewise.
* sysdeps/unix/sysv/linux/sys/sendfile.h: Likewise.
* sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
* sysdeps/unix/sysv/linux/sys/sysctl.h: Likewise.
* sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
* sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
* sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
* sysdeps/unix/sysv/linux/i386/sys/perm.h: Likewise.
1999-10-18 Andreas Jaeger <aj@suse.de>
* iconv/iconv_prog.c (process_block): Save errno value from iconv call.
Patch by Bruno Haible <haible@ilog.fr> [libc/1402].
1999-10-18 Ulrich Drepper <drepper@cygnus.com>
* po/gl.po: New file.
1999-10-18 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Correct
namespace selection.
1999-10-18 Andreas Schwab <schwab@suse.de>
* debug/xtrace.sh: Use TERMINAL_PROG instead of TERM to avoid
clash with the TERM environment variable.
1999-10-18 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/s_cproj.c (__cproj): Fix bug: NaN + i NaN
returns now NaN + i NaN.
* sysdeps/generic/s_cprojf.c (__cprojf): Likewise
* sysdeps/generic/s_cprojl.c (__cprojl): Likewise.
1999-10-18 Andreas Jaeger <aj@suse.de>
* include/aio.h: Remove K&R compatiblity.
* include/alloca.h: Likewise.
* include/db.h: Likewise.
* include/dirent.h: Likewise.
* include/fcntl.h: Likewise.
* include/fpu_control.h: Likewise.
* include/glob.h: Likewise.
* include/grp.h: Likewise.
* sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
* sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
* sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
* include/execinfo.h: Add __THROW.
1999-10-18 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/mips/Implies: Remove wordsize-32 reference.
* sysdeps/mips/mips3/Implies: Add it here.
1999-10-19 03:14:36 +00:00
Ulrich Drepper
ef5d664596
Update.
...
1999-10-17 Ulrich Drepper <drepper@cygnus.com>
* elf/elf.h: Add various platform and architecture extensions.
* locale/lc-collate.c (_nl_postload_collate): Disable code for now.
* locale/setlocale.c (setlocale): Don't call _nl_find_locale for
LC_ALL.
* socket/sys/socket.h: Remove K&R compatibility.
1999-10-16 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/bits/in.h: Added struct in_pktinfo.
1999-10-15 Andreas Jaeger <aj@suse.de>
* stdlib/Makefile (tests): Added tst-xpg-basename.
* stdlib/tst-xpg-basename.c: New test file.
1999-10-17 22:43:33 +00:00
Ulrich Drepper
4a3792163e
Update.
...
* pthread.c (__pthread_initial_thread): Pass argument to
PTHREAD_START_ARGS_INITIALIZER.
(__pthread_manager_thread): Likewise.
* internals.h (PTHREAD_START_ARGS_INITIALIZER): Add parameter to
initialize function.
1999-10-15 00:40:18 +00:00
Ulrich Drepper
f6367df2fd
Update.
...
1999-10-14 Ulrich Drepper <drepper@cygnus.com>
* manager.c (pthread_handle_create): Remove p_startfct initialization.
* internals.h (_pthread_descr_struct): We don't need p_startfct field.
1999-10-15 00:38:31 +00:00
Ulrich Drepper
3e1e749e27
Update.
...
1999-10-14 Cristian Gafton <gafton@redhat.com>
* string/bits/string2.h (__stpcpy_small): Make -pedantic shut up.
1999-10-14 19:30:41 +00:00
Ulrich Drepper
1bf60c01b8
Update.
...
* resolv/inet_addr.c (inet_aton): Fix last patch. The little
endian version works for both endiannesses.
1999-10-14 19:28:27 +00:00
Ulrich Drepper
907ea199d0
Update.
...
1999-10-14 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/sleep.c (__sleep): Optimize for zero
seconds.
1999-10-14 19:21:07 +00:00
Ulrich Drepper
02ab9fe3d0
Update.
1999-10-14 00:41:12 +00:00
Ulrich Drepper
00e50680b1
Update.
...
1999-10-13 Ulrich Drepper <drepper@cygnus.com>
* td_ta_thr_iter.c: Use size of descriptor from *TA.
Don't return manager thread before it's actually running.
Actually use state parameter to distingusih at least a few states.
* td_thr_get_info.c: Handle manager thread special. Fill in ti_lid,
ti_state fields, and ti_startfunc fields.
1999-10-14 00:40:29 +00:00
Ulrich Drepper
252470b60f
Update.
...
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Don't define
register names unconditionally, only if __USE_GNU.
1999-10-12 23:34:33 +00:00
Ulrich Drepper
08920a506b
Update.
...
* debug/Makefile: Fix rules to generate pcprofiledump.
1999-10-12 18:38:32 +00:00
Ulrich Drepper
43c1dd0fb7
Update.
...
* include/ucontext.h: New file.
1999-10-12 18:17:41 +00:00
Ulrich Drepper
d4c5cf8060
Update.
...
1999-10-12 Ulrich Drepper <drepper@cygnus.com>
* locale/setlocale.c: Fix gcc warning about uninitialized variable.
1999-10-12 16:33:15 +00:00
Ulrich Drepper
39d1d4e5ca
Update.
...
1999-10-12 Andreas Jaeger <aj@suse.de>
* stdlib/tst-environ.c: Include <string.h> for strcpy declaration.
* math/basic-test.c: Fix typo.
* locale/programs/xstrdup.c: Include string.h for glibc
compilation to get string prototypes.
* sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Add definition of
gregset_t and fpregset_t.
* sysdeps/generic/s_nexttowardf.c: Add parenthesis to shut up gcc
warnings. Correct value for x == 0.
* argp/argp-help.c: Remove broken definition of flockfile and
funlockfile.
1999-10-12 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Update to match
generic Linux version.
1999-10-12 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/bits/sigaction.h: Remove K&R compatibility.
1999-10-12 16:00:04 +00:00
Ulrich Drepper
6df659be10
Update.
...
* sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Add gregset_t
and fpregset_t definitions.
1999-10-12 00:49:56 +00:00
Ulrich Drepper
48ac059733
Update.
...
1999-10-11 Ulrich Drepper <drepper@cygnus.com>
* malloc/memprof.c (GETSP): Define for PowerPC.
(GETTIME): Fix generic version.
1999-10-12 00:19:17 +00:00
Ulrich Drepper
0d57f69570
Update.
...
1999-10-10 Philip Blundell <philb@gnu.org>
* sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not
__BYTE_ORDER.
1999-10-11 23:52:07 +00:00
Ulrich Drepper
acf47bbeeb
Update.
...
* sysdeps/unix/sysv/linux/powerpc/socket.S: Adjust asm syntax.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/brk.S: Likewise.
1999-10-11 23:36:50 +00:00
Ulrich Drepper
38a29b57af
Update.
...
* sysdeps/unix/sysv/linux/powerpc/brk.S: Adjust asm syntax.
1999-10-11 23:31:35 +00:00
Ulrich Drepper
217eb19b6f
Update.
...
1999-10-11 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/powerpc/Makefile [math] (libm-support): Remove t_sqrt.
* sysdeps/powerpc/e_sqrt.c: Moved to...
* sysdeps/powerpc/fpu/e_sqrt.c: ...here.
* sysdeps/powerpc/e_sqrtf.c: Moved to...
* sysdeps/powerpc/fpu/e_sqrtf.c: ...here.
* sysdeps/powerpc/submul_1.S: Adjust asm syntax.
* sysdeps/powerpc/sub_n.S: Likewise.
* sysdeps/powerpc/strlen.S: Likewise.
* sysdeps/powerpc/strcpy.S: Likewise.
* sysdeps/powerpc/strcmp.S: Likewise.
* sysdeps/powerpc/strchr.S: Likewise.
* sysdeps/powerpc/stpcpy.S: Likewise.
* sysdeps/powerpc/setjmp.S: Likewise.
* sysdeps/powerpc/rshift.S: Likewise.
* sysdeps/powerpc/ppc-mcount.S: Likewise.
* sysdeps/powerpc/mul_1.S: Likewise.
* sysdeps/powerpc/memset.S: Likewise.
* sysdeps/powerpc/lshift.S: Likewise.
* sysdeps/powerpc/dl-start.S: Likewise.
* sysdeps/powerpc/bzero.S: Likewise.
* sysdeps/powerpc/bsd-setjmp.S: Likewise.
* sysdeps/powerpc/bsd-_setjmp.S: Likewise.
* sysdeps/powerpc/addmul_1.S: Likewise.
* sysdeps/powerpc/add_n.S: Likewise.
* sysdeps/powerpc/__longjmp.S: Likewise.
* sysdeps/powerpc/elf/start.S: Likewise.
1999-10-11 Cristian Gafton <gafton@redhat.com>
* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare
1999-10-11 22:31:36 +00:00
Ulrich Drepper
df08cc56eb
Update.
...
1999-10-11 Cristian Gafton <gafton@redhat.com>
* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare
SA_SIGINFO.
1999-10-11 20:17:13 +00:00
Ulrich Drepper
bca9f4abe8
Fix typo.
...
* stdlib/exit.c (exit): Beware to not free statically allocated
1999-10-11 04:34:14 +00:00
Ulrich Drepper
cc97b1e5f0
Update.
...
* stdlib/atexit.c (initial): New variable. Use to initialize
__exit_funcs.
* stdlib/exit.c (exit): Beware to not free statically allocale
list element [PR libc/1305].
1999-10-11 04:32:44 +00:00
Ulrich Drepper
64ad0de291
Update.
...
* stdlib/xpg_basename.c (__xpg_basename): Don't return pointer to
slash before the basename [PR libc/1383].
* argp/argp.h: Fix typo in last patch.
1999-10-10 20:48:08 +00:00
Ulrich Drepper
be9cd93a78
Update.
...
1999-10-10 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/powerpc/sysdep.h: New file.
* sysdeps/unix/powerpc/sysdep.h: New file.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Include
sysdeps/unix/powerpc/sysdep.h, not sysdeps/unix/sysdep.h.
* sysdeps/powerpc/fpu/s_copysign.S: Use symbolic names for registers
instead of bare numbers.
* sysdeps/powerpc/fpu/s_fabs.S: Likewise.
* sysdeps/powerpc/fpu/s_fmax.S: Likewise.
* sysdeps/powerpc/fpu/s_fmin.S: Likewise.
* sysdeps/hppa/sysdep.h: New file.
1999-10-10 20:36:40 +00:00
Ulrich Drepper
a73b0d8441
Update.
...
1999-10-10 Andreas Jaeger <aj@suse.de>
* misc/sgtty.h: Fix typo in last patch.
* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1999-10-10 15:45:52 +00:00
Ulrich Drepper
2293395f48
Update.
...
* nss/getXXbyYY_r.c (do_weak_alias): Remove unnecessary parenthesis.
* sysdeps/powerpc/s_copysign.S: Move to...
* sysdeps/powerpc/fpu/s_copysign.S: ...here. Use portable asm syntax.
* sysdeps/powerpc/s_copysignf.S: Move to...
* sysdeps/powerpc/fpu/s_copysignf.S: ...here.
* sysdeps/powerpc/s_fabs.S: Move to...
* sysdeps/powerpc/fpu/s_fabs.S: ...here. Use portable asm syntax.
* sysdeps/powerpc/s_fabsf.S: Move to...
* sysdeps/powerpc/fpu/s_fabsf.S: ...here.
* sysdeps/powerpc/s_fdim.c: Move to...
* sysdeps/powerpc/fpu/s_fdim.c: ...here.
* sysdeps/powerpc/s_fdimf.c: Move to...
* sysdeps/powerpc/fpu/s_fdimf.c: ...here.
* sysdeps/powerpc/s_fmax.S: Move to...
* sysdeps/powerpc/fpu/s_fmax.S: ...here. Use portable asm syntax.
* sysdeps/powerpc/s_fmaxf.S: Move to...
* sysdeps/powerpc/fpu/s_fmaxf.S: ...here.
* sysdeps/powerpc/s_fmin.S: Move to...
* sysdeps/powerpc/fpu/s_fmin.S: ...here. Use portable asm syntax.
* sysdeps/powerpc/s_fminf.S: Move to...
* sysdeps/powerpc/fpu/s_fminf.S: ...here.
* sysdeps/powerpc/s_isnan.S: Move to...
* sysdeps/powerpc/fpu/s_isnan.c: ...here.
* sysdeps/powerpc/s_isnanf.S: Move to...
* sysdeps/powerpc/fpu/s_isnanf.S: ...here.
* sysdeps/powerpc/s_llrint.c: Move to...
* sysdeps/powerpc/fpu/s_llrint.c: ...here.
* sysdeps/powerpc/s_llrintf.c: Move to...
* sysdeps/powerpc/fpu/s_llrintf.c: ...here.
* sysdeps/powerpc/s_llround.c: Move to...
* sysdeps/powerpc/fpu/s_llround.c: ...here.
* sysdeps/powerpc/s_llroundf.c: Move to...
* sysdeps/powerpc/fpu/s_llroundf.c: ...here.
* sysdeps/powerpc/s_lrint.c: Move to...
* sysdeps/powerpc/fpu/s_lrint.c: ...here.
* sysdeps/powerpc/s_lrintf.S: Move to...
* sysdeps/powerpc/fpu/s_lrintf.S: ...here.
* sysdeps/powerpc/s_lround.c: Move to...
* sysdeps/powerpc/fpu/s_lround.c: ...here.
* sysdeps/powerpc/s_lroundf.c: Move to...
* sysdeps/powerpc/fpu/s_lroundf.c: ...here.
* sysdeps/powerpc/s_rint.c: Move to...
* sysdeps/powerpc/fpu/s_rint.c: ...here.
* sysdeps/powerpc/s_rintf.c: Move to...
* sysdeps/powerpc/fpu/s_rintf.c: ...here.
* sysdeps/powerpc/t_sqrt.c: Move to...
* sysdeps/powerpc/fpu/t_sqrt: ...here.
* sysdeps/powerpc/w_sqrt.c: Move to...
* sysdeps/powerpc/fpu/w_sqrt.c: ...here.
* sysdeps/powerpc/w_sqrtf.c: Move to...
* sysdeps/powerpc/fpu/w_sqrtf.c: ...here.
* configure.in: Support platforms which have no .text pseudo-op.
Patches partly by Jimi X <jimix@pobox.com>.
1999-10-10 00:00:36 +00:00
Ulrich Drepper
883c331ae9
Update.
...
* Makeconfig: Look also in all subdirs for shlib-versions files.
1999-10-09 21:57:58 +00:00
Ulrich Drepper
c1422e5b7c
Update.
...
Patch by khendricks@ivey.uwo.ca [libc/1382].
1999-10-09 21:56:43 +00:00
Ulrich Drepper
a4a1492eb9
Pretty print.
...
* assert/assert.h: Likewise.
* catgets/nl_types.h: Likewise.
* ctype/ctype.h: Likewise.
* db/db.h: Likewise.
* db/ndbm.h: Likewise.
* db2/db.h: Likewise.
* db2/db_185.h: Likewise.
* debug/execinfo.h: Likewise.
* dirent/dirent.h: Likewise.
* dlfcn/dlfcn.h: Likewise.
* gmon/sys/gmon.h: Likewise.
* grp/grp.h: Likewise.
* iconv/gconv.h: Likewise.
* iconv/iconv.h: Likewise.
* include/execinfo.h: Likewise.
* inet/aliases.h: Likewise.
* inet/netinet/ether.h: Likewise.
* inet/netinet/in.h: Likewise.
* intl/libintl.h: Likewise.
* io/fcntl.h: Likewise.
* io/fts.h: Likewise.
* io/ftw.h: Likewise.
* io/utime.h: Likewise.
* io/sys/poll.h: Likewise.
* io/sys/stat.h: Likewise.
* io/sys/statfs.h: Likewise.
* io/sys/statvfs.h: Likewise.
* libio/libio.h: Likewise.
* libio/stdio.h: Likewise.
* linuxthreads/sysdeps/pthread/pthread.h: Likewise.
* locale/locale.h: Likewise.
* login/pty.h: Likewise.
* login/utmp.h: Likewise.
* malloc/mcheck.h: Likewise.
* math/complex.h: Likewise.
* math/math.h: Likewise.
* math/math_private.h: Likewise.
* misc/err.h: Likewise.
* misc/fstab.h: Likewise.
* misc/libgen.h: Likewise.
* misc/mntent.h: Likewise.
* misc/regexp.h: Likewise.
* misc/search.h: Likewise.
* misc/sgtty.h: Likewise.
* misc/ttyent.h: Likewise.
* misc/sys/cdefs.h: Likewise.
* misc/sys/file.h: Likewise.
* misc/sys/ioctl.h: Likewise.
* misc/sys/mman.h: Likewise.
* misc/sys/select.h: Likewise.
* misc/sys/syslog.h: Likewise.
* misc/sys/uio.h: Likewise.
* misc/sys/ustat.h: Likewise.
* nss/nss.h: Likewise.
* posix/sched.h: Likewise.
* posix/unistd.h: Likewise.
* posix/wordexp.h: Likewise.
* posix/sys/times.h: Likewise.
* posix/sys/utsname.h: Likewise.
* posix/sys/wait.h: Likewise.
* pwd/pwd.h: Likewise.
* resolv/netdb.h: Likewise.
* resolv/resolv.h: Likewise.
* resource/ulimit.h: Likewise.
* resource/sys/resource.h: Likewise.
* resource/sys/vlimit.h: Likewise.
* resource/sys/vtimes.h: Likewise.
* rt/aio.h: Likewise.
* setjmp/setjmp.h: Likewise.
* shadow/shadow.h: Likewise.
* signal/signal.h: Likewise.
* socket/socket.h: Likewise.
* stdio/stdio.h: Likewise.
* stdio-common/_itoa.h: Likewise.
* stdio-common/_itowa.h: Likewise.
* stdio-common/printf.h: Likewise.
* stdlib/alloca.h: Likewise.
* stdlib/fmtmsg.h: Likewise.
* stdlib/monetary.h: Likewise.
* stdlib/stdlib.h: Likewise.
* stdlib/ucontext.h: Likewise.
* streams/stropts.h: Likewise.
* string/argz.h: Likewise.
* string/envz.h: Likewise.
* string/string.h: Likewise.
* string/strings.h: Likewise.
* string/bits/string2.h: Likewise.
* sunrpc/rpc/auth.h: Likewise.
* sunrpc/rpc/auth_des.h: Likewise.
* sunrpc/rpc/auth_unix.h: Likewise.
* sunrpc/rpc/clnt.h: Likewise.
* sunrpc/rpc/des_crypt.h: Likewise.
* sunrpc/rpc/netdb.h: Likewise.
* sunrpc/rpc/pmap_clnt.h: Likewise.
* sunrpc/rpc/pmap_prot.h: Likewise.
* sunrpc/rpc/pmap_rmt.h: Likewise.
* sunrpc/rpc/rpc_msg.h: Likewise.
* sunrpc/rpc/svc.h: Likewise.
* sunrpc/rpc/svc_auth.h: Likewise.
* sunrpc/rpc/xdr.h: Likewise.
* sysdeps/unix/sysv/linux/bits/sigstack.h: Likewise.
* sysdeps/unix/sysv/linux/bitssocket.h: Likewise.
* sysvipc/sys/ipc.h: Likewise.
* sysvipc/sys/msg.h: Likewise.
* sysvipc/sys/sem.h: Likewise.
* sysvipc/sys/shm.h: Likewise.
* termios/termios.h: Likewise.
* time/time.h: Likewise.
* time/sys/time.h: Likewise.
* time/sys/timeb.h: Likewise.
* wcsmbs/wchar.h: Likewise.
* wctype/wctype.h: Likewise.
* conform/data/sched.h-data: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
* sysdeps/i386/fpu/bits/mathinline.h: Likewise.
* resolv/mapv4v6hostent.h: Likewise.
* sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise.
1999-10-09 21:19:32 +00:00
Ulrich Drepper
a3b799d65a
Update
...
1999-10-09 Ulrich Drepper <drepper@cygnus.com>
* malloc/memprof.sh: Fix --help string a bit.
* argp/argp.h: Remove K&R compatiblity.
* assert/assert.h: Likewise
* catgets/nl_types.h: Likewise
* ctype/ctype.h: Likewise
* db/db.h: Likewise
* db/ndbm.h: Likewise
* db2/db.h: Likewise
* db2/db_185.h: Likewise
* debug/execinfo.h: Likewise
* dirent/dirent.h: Likewise
* dlfcn/dlfcn.h: Likewise
* gmon/sys/gmon.h: Likewise
* grp/grp.h: Likewise
* iconv/gconv.h: Likewise
* iconv/iconv.h: Likewise
* include/execinfo.h: Likewise
* inet/aliases.h: Likewise
* inet/netinet/ether.h: Likewise
* inet/netinet/in.h: Likewise
* intl/libintl.h: Likewise
* io/fcntl.h: Likewise
* io/fts.h: Likewise
* io/ftw.h: Likewise
* io/utime.h: Likewise
* io/sys/poll.h: Likewise
* io/sys/stat.h: Likewise
* io/sys/statfs.h: Likewise
* io/sys/statvfs.h: Likewise
* libio/libio.h: Likewise
* libio/stdio.h: Likewise
* linuxthreads/sysdeps/pthread/pthread.h: Likewise
* locale/locale.h: Likewise
* login/pty.h: Likewise
* login/utmp.h: Likewise
* malloc/mcheck.h: Likewise
* math/complex.h: Likewise
* math/math.h: Likewise
* math/math_private.h: Likewise
* misc/err.h: Likewise
* misc/fstab.h: Likewise
* misc/libgen.h: Likewise
* misc/mntent.h: Likewise
* misc/regexp.h: Likewise
* misc/search.h: Likewise
* misc/sgtty.h: Likewise
* misc/ttyent.h: Likewise
* misc/sys/cdefs.h: Likewise
* misc/sys/file.h: Likewise
* misc/sys/ioctl.h: Likewise
* misc/sys/mman.h: Likewise
* misc/sys/select.h: Likewise
* misc/sys/syslog.h: Likewise
* misc/sys/uio.h: Likewise
* misc/sys/ustat.h: Likewise
* nss/nss.h: Likewise
* posix/sched.h: Likewise
* posix/unistd.h: Likewise
* posix/wordexp.h: Likewise
* posix/sys/times.h: Likewise
* posix/sys/utsname.h: Likewise
* posix/sys/wait.h: Likewise
* pwd/pwd.h: Likewise
* resolv/netdb.h: Likewise
* resolv/resolv.h: Likewise
* resource/ulimit.h: Likewise
* resource/sys/resource.h: Likewise
* resource/sys/vlimit.h: Likewise
* resource/sys/vtimes.h: Likewise
* rt/aio.h: Likewise
* setjmp/setjmp.h: Likewise
* shadow/shadow.h: Likewise
* signal/signal.h: Likewise
* socket/socket.h: Likewise
* stdio/stdio.h: Likewise
* stdio-common/_itoa.h: Likewise
* stdio-common/_itowa.h: Likewise
* stdio-common/printf.h: Likewise
* stdlib/alloca.h: Likewise
* stdlib/fmtmsg.h: Likewise
* stdlib/monetary.h: Likewise
* stdlib/stdlib.h: Likewise
* stdlib/ucontext.h: Likewise
* streams/stropts.h: Likewise
* string/argz.h: Likewise
* string/envz.h: Likewise
* string/string.h: Likewise
* string/strings.h: Likewise
* string/bits/string2.h: Likewise
* sunrpc/rpc/auth.h: Likewise
* sunrpc/rpc/auth_des.h: Likewise
* sunrpc/rpc/auth_unix.h: Likewise
* sunrpc/rpc/clnt.h: Likewise
* sunrpc/rpc/des_crypt.h: Likewise
* sunrpc/rpc/netdb.h: Likewise
* sunrpc/rpc/pmap_clnt.h: Likewise
* sunrpc/rpc/pmap_prot.h: Likewise
* sunrpc/rpc/pmap_rmt.h: Likewise
* sunrpc/rpc/rpc_msg.h: Likewise
* sunrpc/rpc/svc.h: Likewise
* sunrpc/rpc/svc_auth.h: Likewise
* sunrpc/rpc/xdr.h: Likewise
* sysdeps/unix/sysv/linux/bits/sigstack.h: Likewise
* sysdeps/unix/sysv/linux/bitssocket.h: Likewise
* sysvipc/sys/ipc.h: Likewise
* sysvipc/sys/msg.h: Likewise
* sysvipc/sys/sem.h: Likewise
* sysvipc/sys/shm.h: Likewise
* termios/termios.h: Likewise
* time/time.h: Likewise
* time/sys/time.h: Likewise
* time/sys/timeb.h: Likewise
* wcsmbs/wchar.h: Likewise
* wctype/wctype.h: Likewise
1999-10-09 21:15:57 +00:00
Ulrich Drepper
1db732cbeb
Fix --help string a bit.
1999-10-09 20:59:45 +00:00
Roland McGrath
e9e2f70563
1999-10-05 Roland McGrath <roland@baalperazim.frob.com>
...
* mach/mach/mig_support.h [! __USE_GNU]: Use #error to insist that
_GNU_SOURCE be defined.
1999-10-09 16:42:18 +00:00
Ulrich Drepper
c813f986d0
Update.
...
* ctype/ctype.h: Pretty print.
1999-10-08 22:25:13 +00:00
Ulrich Drepper
0f5219d4fa
Update.
...
* po/cs.po: Fix typos.
handling of empty entries. [PR libc/1345]
1999-10-08 17:52:07 +00:00
Ulrich Drepper
b5c6276a6e
Update.
...
1999-10-08 Ulrich Drepper <drepper@cygnus.com>
* nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_spent): Fix
handling of empty entries.
Patch by Thorsten Kukuk <kukuk@suse.de>.
1999-10-08 Andreas Schwab <schwab@suse.de>
* debug/xtrace.sh: Fix quoting bugs. Implement --help and --version.
1999-10-08 Andreas Schwab <schwab@suse.de>
* debug/pcprofiledump.c: Fix typos.
1999-10-07 Andreas Jaeger <aj@suse.de>
* math/Makefile (tests): Added basic-tests.
* math/basic-test.c: New file. Contains function basic_tests from
libm-test.
1999-10-07 Andreas Schwab <schwab@suse.de>
* malloc/memprof.sh: Fix quoting bugs.
1999-10-08 Ulrich Drepper <drepper@cygnus.com>
* timezone/europe: Update from tzdata1999h.
1999-10-08 17:16:17 +00:00
Ulrich Drepper
9640bbe1c1
Update.
...
1999-10-07 Ulrich Drepper <drepper@cygnus.com>
* Implies: New file.
* internals.h (struct _pthread_descr_struct): Add p_startfct.
* manager.c (pthread_handle_create): Initialize p_startfct.
* pthread.c: Define __linuxthread_pthread_sizeof_descr variable.
1999-10-08 07:03:03 +00:00
Ulrich Drepper
10507e5595
Update.
...
* elf/elf.h: Update from last gABI draft.
1999-10-07 18:37:47 +00:00