about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-02-2524-85/+481
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-25 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl (@headers): Add "sys/msg.h", "sys/mman.h", "sys/ipc.h", "syslog.h", and "stropts.h". Handle / in header names correctly. * conform/data/stropts.h-data: New file. * conform/data/syslog.h-data: New file. * conform/data/sys/ipc.h-data: New file. * conform/data/sys/mman.h-data: New file. * conform/data/sys/msg.h-data: New file. * misc/sys/mman.h: Define off_t and mode_t if not already done. * streams/stropts.h: Define gid_t and uid_t if not already done. * sysdeps/gnu/bits/ipc.h (IPC_INFO): Only define if __USE_GNU. * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise. * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise. * sysvipc/sys/msg.h: Don't include sys/types.h. Define time_t, pid_t, and ssize_t if not already done. (struct msgbuf): Define only if __USE_GNU. * sysdeps/generic/bits/msq.h: Include bits/types.h, not sys/types.h. (MSG_EXCEPT): Only define if __USE_GNU. Define msgqnum_t and msglen_t and use them in struct msqid_ds definition. * sysdeps/gnu/bits/msq.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise. * sysdeps/unix/sysv/linux/bits/msq.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise. * sysdeps/generic/bits/stropts.h (I_GWROPT): Renamed from I_GWRSET. (FLUSHBAND): Only define is __USE_GNU. (RPROTMASK): Likewise. (SNDPIPE): Likewise. (MUXID_ALL): Likewise. (struct strrecvfd): Rename fill to __fill.
* Update.Ulrich Drepper2000-02-251-0/+5
| | | | | | | 2000-02-24 Ulrich Drepper <drepper@redhat.com> * stdlib/stdlib.h: Move definition X/Open compatibility stuff inside the main #ifdef.
* Update.Ulrich Drepper2000-02-242-17/+110
| | | | | | | | | | | | | | | 2000-02-24 Geoff Clare <gwc@unisoft.com> * posix/wordexp-test.c: Updated to include tests for all the problems fixed by the last changes to wordexp.c. * posix/wordexp.c: Use $HOME to expand ~ (if set); fix off-by-one error in expansion of ~user; correct handling of WRDE_APPEND and WRDE_DOOFFS; return WRDE_SYNTAX for syntax errors in command substitutions; limit removal of newlines to those that are really `trailing'; allow for current word to continue after a command substitution (e.g. "a$(echo b)c"); restore pwordexp members properly on error returns.
* Update.Ulrich Drepper2000-02-243-49/+51
| | | | | | * posix/sys/wait.h: Handle definitions duplicated in stdlib.h correctly. * stdlib/stdlib.h: Handle definition of wait macros correctly.
* Update.Ulrich Drepper2000-02-242-0/+3
| | | | * posix/sys/wait.h: Add missing #endif.
* Update.Ulrich Drepper2000-02-242-2/+4
| | | | | * include/stdlib.h: Change parameter types for __initstate_t and __setstate_r.
* Update.Ulrich Drepper2000-02-242-2/+4
| | | | | * stdlib/random_r.c: Change parameter types for initstate_t and setstate_r.
* Update.Ulrich Drepper2000-02-242-1/+5
| | | | | | 2000-02-24 Ulrich Drepper <drepper@redhat.com> * stdlib/stdlib.h (setstate): Don't mark argument as const (yet).
* Update.Ulrich Drepper2000-02-241-0/+2
| | | | * include/stdlib.h: Fix prototypes of __initstate and __setstate.
* Fix prototypes of __initstate and __setstate.Ulrich Drepper2000-02-241-2/+2
|
* Update.Andreas Jaeger2000-02-241-0/+5
| | | | | | | 2000-02-24 Andreas Jaeger <aj@suse.de> * manual/time.texi (Precision Time): Fix typo. Patch by John Tobey <jtobey@ne.mediaone.net>, PR libc/1576.
* Fix typo.Andreas Jaeger2000-02-241-1/+1
|
* (__initstate): Correct types of parameters and return value. (__setstate): ↵Ulrich Drepper2000-02-242-13/+13
| | | | Likewise.
* Update.Ulrich Drepper2000-02-245-4/+54
| | | | | | | | | | | 2000-02-24 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl (@headers): Add string.h and strings.h. * conform/data/string.h-data: New file. * conform/data/strings.h-data: New file. * string/string.h [__USE_XOPEN]: Don't declare functions from <strings.h> here as well.
* Update.Ulrich Drepper2000-02-2410-27/+93
| | | | | | | | | | | * posix/sys/wait.h: Pretty printing. Allow WEXITSTATUS etc be defined elsewhere. * stdlib/stdlib.h [__USE_XOPEN]: Define WEXITSTATUS etc. * sysdeps/generic/bits/waitflags.h: Allow including from stdlib.h. * sysdeps/unix/bsd/bits/waitflags.h: Likewise. * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise. * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise. * sysdeps/generic/bits/waitstatus.h: Likewise.
* Update.Ulrich Drepper2000-02-242-88/+182
| | | | | | | | | * posix/wordexp.c: Use we_offs everywhere if WRDE_DOOFS. Expand ~ correctly. Detect syntax errors in command substitutions. Delete trailing newlines correctly. Don't split fields in command substitution situations. Restore old structure in case of an error. Handle WRDE_APPEND correctly. Patch by Geoff Clare <gwc@unisoft.com>.
* Update.Ulrich Drepper2000-02-243-19/+29
| | | | | | | | | | 2000-02-23 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-ctype.c (allocate_arrays): Make sure the end of width table is 4-byte aligned. (ctype_output): Write out the entire width array. * sysdeps/unix/sysv/linux/bits/waitflags.h: Add __WALL.
* Update.Ulrich Drepper2000-02-233-1/+22
| | | | * dlfcn/dlopenold.c: Likewise.
* Update.Ulrich Drepper2000-02-236-1/+27
| | | | | | | | | 2000-02-23 Andreas Jaeger <aj@suse.de> * dlfcn/dlopen.c: Include <stddef.h> for NULL. * dlfcn/dlsym.c: Likewise. * dlfcn/dlvsym.c: Likewise. * iconv/gconv.c: Likewise.
* Update.Ulrich Drepper2000-02-233-1/+91
| | | | | | | 2000-02-23 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl (@headers): Add stdlib.h. * conform/data/stdlib.h-data: New file.
* Update.Ulrich Drepper2000-02-2333-43/+1202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dlfcn/dlfcn.h (RTLD_DEFAULT): Don't use NULL. * iconv/iconv.h (iconv): Fix prototype. * misc/libgen.h: When using gcc using renaming feature to get XPG definition of basename. * misc/search.h (struct entry): Fix type of element data. * posix/unistd.h (getpagesize): Declare as const function. * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define SA_NOCLDWAIT. * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise. * signal/signal.h [__USE_XOPEN]: Define uid_t. (sigstack): Correct type of first parameter. * sysdeps/generic/sigstack.c (sigstack): Likewise. * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise. * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: New file. Copy of old sysdeps/unix/sysv/linux/bits/siginfo.h. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/bits/siginfo.h [struct siginfo] (si_band): Change type to `long int'. * signal/signal.h [__USE_XOPEN]: Declare sigpause to redirect to __xpg_sigpause. * sysdeps/generic/sigpause.c: Define __xpg_sigpause. * sysdeps/posix/sigpause.c: Likewise. * conform/conformtest.pl: Correct bugs. Add more functionality. * conform/data/dlfcn.h-data: Correct typos. * conform/data/ftw.h-data: Likewise. * conform/data/iconv.h-data: Likewise. * conform/data/nl_types.h-data: Likewise. * conform/data/search.h-data: Likewise. * conform/data/semaphore.h-data: New file. * conform/data/setjmp.h-data: New file. * conform/data/signal.h-data: New file. * conform/data/stdarg.h-data: New file. * conform/data/stddef.h-data: New file. * conform/data/stdio.h-data: New file.
* Update.Ulrich Drepper2000-02-232-1/+5
| | | | | | 2000-02-22 Ulrich Drepper <drepper@redhat.com> * semaphore.h (SEM_FAILED): Use 0 not NULL.
* Update.Ulrich Drepper2000-02-222-11/+18
| | | | | | | | 2000-02-22 Ulrich Drepper <drepper@redhat.com> * po/de.po: Update from translation team. * argp/argp-help.c: Fix typos.
* Update.Ulrich Drepper2000-02-228-64/+33539
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-12-31 Martin Buchholz <martin@xemacs.org> * argp/argp-help.c: Likewise. * argp/argp.h: Likewise. * elf/dl-object.c: Likewise. * elf/dl-open.c: Likewise. * elf/elf.h: Likewise. * elf/rtld.c: Likewise. * iconv/gconv_open.c: Likewise. * localedata/tst-fmon.data: Likewise. * localedata/tst-rpmatch.sh: Likewise. * login/programs/xtmp.h: Likewise. * manual/arith.texi: Likewise. * manual/charset.texi: Likewise. * manual/creature.texi: Likewise. * manual/llio.texi: Likewise. * manual/search.texi: Likewise. * manual/signal.texi: Likewise. * manual/stdio.texi: Likewise. * manual/string.texi: Likewise. * manual/sysinfo.texi: Likewise. * manual/users.texi: Likewise. * manual/examples/argp-ex2.c: Likewise. * manual/examples/argp-ex3.c: Likewise. * manual/examples/argp-ex4.c: Likewise. * manual/examples/mkfsock.c: Likewise. * math/test-fenv.c: Likewise. * nscd/nscd_gethst_r.c: Likewise. * nss/test-netdb.c: Likewise. * posix/regex.c: Likewise. * scripts/test-installation.pl: Likewise. * stdlib/canonicalize.c: Likewise. * stdlib/fmtmsg.c: Likewise. * string/argz-replace.c: Likewise. * string/argz.h: Likewise. * string/bits/string2.h: Likewise. * sysdeps/generic/glob.c: Likewise. * sysdeps/generic/setenv.c: Likewise. * sysdeps/i386/memcmp.S: Likewise. * sysdeps/posix/waitid.c: Likewise. * time/tzset.c: Likewise.
* Fix typo.Ulrich Drepper2000-02-221-1/+1
| | | | * SUPPORTED: Add mk_MK ISO-8859-5.
* Update.Ulrich Drepper2000-02-2242-67/+3131
| | | | | | | | 2000-02-22 Ulrich Drepper <drepper@redhat.com> * locales/mk_MK: New file. Contributed by Damjan Georgievski <gdamjan@freemail.org.mk> * SUPPORTED: Add mk_MK ISO-8859-1.
* Update.Ulrich Drepper2000-02-222-0/+5
| | | | | | * sysdeps/unix/sysv/linux/i386/syscalls.list: Add getrlimit@GLIBC_2.0. Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
* Update.Ulrich Drepper2000-02-222-1/+3
| | | | | * sysdeps/unix/sysv/linux/powerpc/setrlimit64.c: Removed. Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
* Update.Ulrich Drepper2000-02-222-3/+4
| | | | | * elf/elf.h (ELF32_ST_OTHER): Removed. (ELF64_ST_OTHER): Likewise.
* Update.Ulrich Drepper2000-02-222-2/+4
| | | | * sysdeps/alpha/fpu/fpu_control.h: Update comment.
* Update.Ulrich Drepper2000-02-223-2/+28
| | | | | | | 2000-02-21 Ulrich Drepper <drepper@redhat.com> * malloc/Makefile (tests): Add tst-valloc. * malloc/tst-valloc.c: New file.
* Update.Ulrich Drepper2000-02-2211-1127/+667
| | | | | | | | | | | | | | | | | | | | | | 2000-02-21 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/bits/in.h (IPV6_RXSRCRT): Renamed to IPV6_RTHDR; added IPV6_RTHDR_LOOSE, IPV6_RTHDR_STRICT and IPV6_RTHDR_TYPE_0 to synch with RFC 2292. * sysdeps/generic/bits/in.h: Likewise. 2000-02-21 Ulrich Drepper <drepper@redhat.com> * po/gl.po: Update from translation team. * timezone/antarctica: Update from tzdata2000b. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * malloc/malloc.c (vALLOc): Call ptmalloc_init before mEMALIGn call to initialize malloc_getpagesize. (pvALLOc): Likewise.
* Update.Ulrich Drepper2000-02-202-638/+1051
| | | | | | 2000-02-20 Ulrich Drepper <drepper@redhat.com> * po/it.po: Update from translation team.
* Update.Ulrich Drepper2000-02-202-1/+5
| | | | | | 2000-02-20 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.
* Update.Ulrich Drepper2000-02-203-625/+1051
| | | | | | | | 2000-02-20 Ulrich Drepper <drepper@redhat.com> * sunrpc/rpc_main.c (checkfiles): Add comment to help translators. * po/de.po: Update from translation team.
* Update.Ulrich Drepper2000-02-203-8/+8
| | | | _libc_fpreg and _libc_fpstate and use it to define fpregset_t.
* Update.Ulrich Drepper2000-02-202-2/+32
| | | | | | | | * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Add definition of _fpreg and _fpstate and use it to define fpregset_t. * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prgregset_t): Define using elf_gregset_t. (prfpregset_t): Define using elf_fpregset_t.
* Update.Ulrich Drepper2000-02-193-5/+13
| | | | | | | | | | 2000-02-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Make fpregset_t definition compatible with definition in 2.1.2 and before. (struct ucontext): Use fpregset_t. * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t): Define as pointer to fpregset_t.
* Update.Ulrich Drepper2000-02-192-1/+3
| | | | * string/bits/string2.h (strnlen): Add cast to prevent warning.
* Update.Ulrich Drepper2000-02-182-1/+7
| | | | | | | 2000-02-18 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c (handle_request): Don't abort() if unknown command is sent.
* Update.Ulrich Drepper2000-02-182-22/+38
| | | | | | | 2000-02-17 Ulrich Drepper <drepper@redhat.com> * nscd/hstcache.c (cache_addhst): Don't cache name->record entries if more than one IP address is available.
* Update.Ulrich Drepper2000-02-172-9/+9
| | | | | | 2000-02-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel.
* Update.Ulrich Drepper2000-02-172-0/+12
| | | | | * locale/programs/charmap.c (charmap_read): Find charmap also in the standard directory.
* Update.Ulrich Drepper2000-02-172-2/+5
| | | | | * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct prototype for __syscall_mmap2.
* Update.Ulrich Drepper2000-02-173-1357/+1893
| | | | * sysdeps/unix/sysv/linux/execve.c: Pretty print.
* Update.Ulrich Drepper2000-02-163-2/+4357
| | | | | | | 2000-02-16 Ulrich Drepper <drepper@redhat.com> * po/it.po: New file. * po/pl.po: Update from translation team.
* Update.Ulrich Drepper2000-02-163-3/+13
| | | | | | | | | | | | 2000-02-16 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix return value. 2000-02-16 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c (ftruncate64): Fix typo.
* Update.Ulrich Drepper2000-02-153-0/+23
| | | | | | | | | | | 2000-02-15 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/libm-test-ulps: Add one value for AMD K7. 2000-02-15 Andreas Jaeger <aj@suse.de> * math/libm-test.inc (nearbyint_test): Add some tests. (rint_test): Likewise.
* Update.Ulrich Drepper2000-02-152-0/+4
| | | | | * locale/programs/repertoire.c (repertoire_new_char): NUL terminated names of character in range.
* Fix typos.Ulrich Drepper2000-02-151-2/+2
| | | | | * sysdeps/i386/fpu/s_nearbyintl.S: Likewise. 2000-02-14 Scott Bambrough <scottb@netwinder.org>