about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper1999-10-1913-6355/+5555
| | | | | | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-193-1/+4660
| | | | | * inet/rcmd.c (iruserok2): Initialize isbad to -1 [PR libc/1405]. Patch by J. Richard Sladkey <jrs@world.std.com>.
* Update.Ulrich Drepper1999-10-1944-190/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-1710-56/+210
| | | | | | | | | | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-153-1/+10
| | | | | | | | | * 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.
* Update.Ulrich Drepper1999-10-159-19/+36
| | | | | | | | 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.
* Update.Ulrich Drepper1999-10-142-1/+6
| | | | | | 1999-10-14 Cristian Gafton <gafton@redhat.com> * string/bits/string2.h (__stpcpy_small): Make -pedantic shut up.
* Update.Ulrich Drepper1999-10-142-14/+5
| | | | | * resolv/inet_addr.c (inet_aton): Fix last patch. The little endian version works for both endiannesses.
* Update.Ulrich Drepper1999-10-142-2/+14
| | | | | | | 1999-10-14 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/sleep.c (__sleep): Optimize for zero seconds.
* Update.Ulrich Drepper1999-10-142-10/+1
|
* Update.Ulrich Drepper1999-10-144-17/+61
| | | | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-122-19/+24
| | | | | * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Don't define register names unconditionally, only if __USE_GNU.
* Update.Ulrich Drepper1999-10-122-1/+3
| | | | * debug/Makefile: Fix rules to generate pcprofiledump.
* Update.Ulrich Drepper1999-10-122-0/+3
| | | | * include/ucontext.h: New file.
* Update.Ulrich Drepper1999-10-124-6/+17
| | | | | | 1999-10-12 Ulrich Drepper <drepper@cygnus.com> * locale/setlocale.c: Fix gcc warning about uninitialized variable.
* Update.Ulrich Drepper1999-10-1211-22/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-122-0/+26
| | | | | * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Add gregset_t and fpregset_t definitions.
* Update.Ulrich Drepper1999-10-126-9/+17
| | | | | | | 1999-10-11 Ulrich Drepper <drepper@cygnus.com> * malloc/memprof.c (GETSP): Define for PowerPC. (GETTIME): Fix generic version.
* Update.Ulrich Drepper1999-10-112-1/+6
| | | | | | | 1999-10-10 Philip Blundell <philb@gnu.org> * sunrpc/xdr_float.c (LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER.
* Update.Ulrich Drepper1999-10-115-56/+59
| | | | | | | * 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.
* Update.Ulrich Drepper1999-10-114-38/+40
| | | | * sysdeps/unix/sysv/linux/powerpc/brk.S: Adjust asm syntax.
* Update.Ulrich Drepper1999-10-1128-659/+695
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update.Ulrich Drepper1999-10-117-6/+19
| | | | | | | | 1999-10-11 Cristian Gafton <gafton@redhat.com> * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare SA_SIGINFO.
* Fix typo.Ulrich Drepper1999-10-112-2/+5
| | | | * stdlib/exit.c (exit): Beware to not free statically allocated
* Update.Ulrich Drepper1999-10-112-1/+7
| | | | | | | * 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].
* Update.Ulrich Drepper1999-10-103-4/+12
| | | | | | | * 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.
* Update.Ulrich Drepper1999-10-1010-22/+262
| | | | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-103-4/+8
| | | | | | | | 1999-10-10 Andreas Jaeger <aj@suse.de> * misc/sgtty.h: Fix typo in last patch. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
* Update.Ulrich Drepper1999-10-1029-238/+391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>.
* Update.Ulrich Drepper1999-10-093-0/+11
| | | | * Makeconfig: Look also in all subdirs for shlib-versions files.
* Update.Ulrich Drepper1999-10-09113-2978/+2934
| | | | Patch by khendricks@ivey.uwo.ca [libc/1382].
* Pretty print.Ulrich Drepper1999-10-091-117/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* UpdateUlrich Drepper1999-10-091-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix --help string a bit.Ulrich Drepper1999-10-091-1/+1
|
* 1999-10-05 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-091-0/+5
| | | | | * mach/mach/mig_support.h [! __USE_GNU]: Use #error to insist that _GNU_SOURCE be defined.
* Update.Ulrich Drepper1999-10-084-17/+25
| | | | * ctype/ctype.h: Pretty print.
* Update.Ulrich Drepper1999-10-085-11/+26
| | | | | | * po/cs.po: Fix typos. handling of empty entries. [PR libc/1345]
* Update.Ulrich Drepper1999-10-0813-51/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-0844-0/+1992
| | | | | | | | | 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.
* Update.Ulrich Drepper1999-10-072-12/+16
| | | | * elf/elf.h: Update from last gABI draft.
* Update.Ulrich Drepper1999-10-073-2/+6
| | | | | | | | * elf/elf.h: Remove EM_486 entry. * sysdeps/i386/dl-machine.h (elf_machine_matches_host): Remove test for EM_486. 1999-10-07 Ulrich Drepper <drepper@cygnus.com>
* Update.Ulrich Drepper1999-10-075-3/+395
| | | | | | | | | | | 1999-10-07 Ulrich Drepper <drepper@cygnus.com> * debug/Makefile (install-bin): Add pcprofiledump and xtrace. Add rules for both programs. * debug/pcprofiledump.c: New file. * debug/xtrace.sh: New file. * debug/pcprofile.c: Allow creating output file. Add magic signature to let reader recognize file format.
* Update.Ulrich Drepper1999-10-069-31/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | 1999-10-06 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-ctype.c (ctype_read): Fix typos in last patch. 1999-10-05 Andreas Jaeger <aj@suse.de> * locale/programs/ld-identification.c: Fix typo in comment. * locale/programs/ld-messages.c: Likewise. * locale/programs/ld-monetary.c: Likewise. * locale/programs/ld-name.c: Likewise. * locale/programs/ld-collate.c (read_lc_collate): Fix typo in comment. (collate_read): Remove unnecessary comparisons with ignore_content. * locale/programs/ld-ctype.c (ctype_finish): Loop only over actual assigned elements. (ctype_read): Remove unnecessary comparisons with ignore_content. Fix typos in comments. * locale/programs/ld-address.c (STR_ELEM): Remove unnecessary comparisons with ignore_content. * po/cs.po: Update.
* Update.Ulrich Drepper1999-10-062-0/+8
| | | | | | | 1999-10-05 Ulrich Drepper <drepper@cygnus.com> * time/time.h: Move __gmtime_r declaration to ... * include/time.h: ...here.
* Move __gmtime_r declaration to include/time.h.Ulrich Drepper1999-10-061-2/+0
|
* 1999-10-05 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-051-1/+14
| | | | | * mach/mach/mig_support.h [! __USE_GNU]: Use #error to insist that _GNU_SOURCE be defined.
* Update.Ulrich Drepper1999-10-053-5/+13
| | | | | | | | | | | | | 1999-10-05 Andreas Jaeger <aj@suse.de> * manual/message.texi (The message catalog files): Fix description to match gencat implementation and Unix98: Message fields are separated by a single blank space. 1999-10-05 Andreas Jaeger <aj@suse.de> * manual/string.texi (Search Functions): Add missing end for memrchr description.
* Update.Ulrich Drepper1999-10-052-39/+71
| | | | | * malloc/memprof.sh: Various small cleanups. Add short options. Write error messages to stderr.
* Update.Ulrich Drepper1999-10-053-3/+110
| | | | | | * malloc/Makefile ($(objpfx)memprof): Fix typo in rule. * malloc/memprof.sh: Take options to control memprofstat.
* Update.Ulrich Drepper1999-10-055-4/+139
| | | | | | | | | | 1999-10-04 Ulrich Drepper <drepper@cygnus.com> * malloc/Makefile: Add rule to generate memprof script. * malloc/memprof.sh: New file. * elf/ldd.bash.in: Add "Usage: " in help message to comply with GNU standard.