Ulrich Drepper
4afa148507
Update.
...
* stdlib/random_r.c: Change parameter types for initstate_t and
setstate_r.
2000-02-24 22:06:39 +00:00
Ulrich Drepper
691ca5658e
Update.
...
2000-02-24 Ulrich Drepper <drepper@redhat.com>
* stdlib/stdlib.h (setstate): Don't mark argument as const (yet).
2000-02-24 22:01:04 +00:00
Ulrich Drepper
8f369e0d14
Update.
...
* include/stdlib.h: Fix prototypes of __initstate and __setstate.
2000-02-24 19:12:47 +00:00
Ulrich Drepper
6484a17f65
Fix prototypes of __initstate and __setstate.
2000-02-24 19:12:31 +00:00
Andreas Jaeger
82d5b64603
Update.
...
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.
2000-02-24 17:22:47 +00:00
Andreas Jaeger
d164797427
Fix typo.
2000-02-24 17:22:02 +00:00
Ulrich Drepper
50497a166c
(__initstate): Correct types of parameters and return value. (__setstate): Likewise.
2000-02-24 16:49:20 +00:00
Ulrich Drepper
002e2dc42b
Update.
...
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.
2000-02-24 08:24:58 +00:00
Ulrich Drepper
9323b58f76
Update.
...
* 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.
2000-02-24 08:04:43 +00:00
Ulrich Drepper
05d5dedc62
Update.
...
* 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>.
2000-02-24 07:36:39 +00:00
Ulrich Drepper
5866b13180
Update.
...
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.
2000-02-24 06:01:05 +00:00
Ulrich Drepper
150ae52120
Update.
...
* dlfcn/dlopenold.c: Likewise.
2000-02-23 23:17:41 +00:00
Ulrich Drepper
b2b2891164
Update.
...
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.
2000-02-23 22:15:49 +00:00
Ulrich Drepper
c8bcc2eade
Update.
...
2000-02-23 Ulrich Drepper <drepper@redhat.com>
* conform/conformtest.pl (@headers): Add stdlib.h.
* conform/data/stdlib.h-data: New file.
2000-02-23 17:37:20 +00:00
Ulrich Drepper
8ce9ea0ca6
Update.
...
* 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.
2000-02-23 06:02:09 +00:00
Ulrich Drepper
93a19c64c9
Update.
...
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* semaphore.h (SEM_FAILED): Use 0 not NULL.
2000-02-23 02:45:25 +00:00
Ulrich Drepper
7ed09044b1
Update.
...
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* po/de.po: Update from translation team.
* argp/argp-help.c: Fix typos.
2000-02-22 20:33:33 +00:00
Ulrich Drepper
7c233bd96d
Update.
...
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.
2000-02-22 09:35:18 +00:00
Ulrich Drepper
a458f76081
Fix typo.
...
* SUPPORTED: Add mk_MK ISO-8859-5.
2000-02-22 09:01:04 +00:00
Ulrich Drepper
49c091e523
Update.
...
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.
2000-02-22 09:00:35 +00:00
Ulrich Drepper
384cbe9b1e
Update.
...
* sysdeps/unix/sysv/linux/i386/syscalls.list: Add
getrlimit@GLIBC_2.0.
Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
2000-02-22 07:51:44 +00:00
Ulrich Drepper
5c5a9e9ca4
Update.
...
* sysdeps/unix/sysv/linux/powerpc/setrlimit64.c: Removed.
Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
2000-02-22 07:27:03 +00:00
Ulrich Drepper
7fe15ff0dc
Update.
...
* elf/elf.h (ELF32_ST_OTHER): Removed.
(ELF64_ST_OTHER): Likewise.
2000-02-22 07:10:59 +00:00
Ulrich Drepper
3f51c97ee3
Update.
...
* sysdeps/alpha/fpu/fpu_control.h: Update comment.
2000-02-22 05:33:56 +00:00
Ulrich Drepper
68e8dcc78f
Update.
...
2000-02-21 Ulrich Drepper <drepper@redhat.com>
* malloc/Makefile (tests): Add tst-valloc.
* malloc/tst-valloc.c: New file.
2000-02-22 05:25:08 +00:00
Ulrich Drepper
bfaf0bbb7d
Update.
...
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.
2000-02-22 05:09:06 +00:00
Ulrich Drepper
782a9fe711
Update.
...
2000-02-20 Ulrich Drepper <drepper@redhat.com>
* po/it.po: Update from translation team.
2000-02-20 23:54:15 +00:00
Ulrich Drepper
beef95268f
Update.
...
2000-02-20 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.
2000-02-20 18:05:29 +00:00
Ulrich Drepper
ad8d58c1fc
Update.
...
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.
2000-02-20 17:57:38 +00:00
Ulrich Drepper
3372bbf840
Update.
...
_libc_fpreg and _libc_fpstate and use it to define fpregset_t.
2000-02-20 02:56:12 +00:00
Ulrich Drepper
e6676ca35f
Update.
...
* 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.
2000-02-20 02:50:41 +00:00
Ulrich Drepper
99bd22d637
Update.
...
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.
2000-02-19 08:05:35 +00:00
Ulrich Drepper
c9fccff8aa
Update.
...
* string/bits/string2.h (strnlen): Add cast to prevent warning.
2000-02-19 05:31:32 +00:00
Ulrich Drepper
64acf8ede4
Update.
...
2000-02-18 Ulrich Drepper <drepper@redhat.com>
* nscd/connections.c (handle_request): Don't abort() if unknown
command is sent.
2000-02-18 17:25:16 +00:00
Ulrich Drepper
60c4f8eb1e
Update.
...
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.
2000-02-18 07:30:25 +00:00
Ulrich Drepper
90ab302088
Update.
...
2000-02-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel.
2000-02-17 18:38:28 +00:00
Ulrich Drepper
b2386e4ed4
Update.
...
* locale/programs/charmap.c (charmap_read): Find charmap also in
the standard directory.
2000-02-17 07:36:53 +00:00
Ulrich Drepper
f065a05b69
Update.
...
* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct prototype for
__syscall_mmap2.
2000-02-17 00:33:09 +00:00
Ulrich Drepper
de4bd08445
Update.
...
* sysdeps/unix/sysv/linux/execve.c: Pretty print.
2000-02-17 00:21:53 +00:00
Ulrich Drepper
06f1b70244
Update.
...
2000-02-16 Ulrich Drepper <drepper@redhat.com>
* po/it.po: New file.
* po/pl.po: Update from translation team.
2000-02-16 18:37:02 +00:00
Ulrich Drepper
109014ca82
Update.
...
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.
2000-02-16 18:32:23 +00:00
Ulrich Drepper
1dc235884e
Update.
...
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.
2000-02-15 17:30:32 +00:00
Ulrich Drepper
1c95408c74
Update.
...
* locale/programs/repertoire.c (repertoire_new_char): NUL
terminated names of character in range.
2000-02-15 07:37:37 +00:00
Ulrich Drepper
9e7e37198f
Fix typos.
...
* sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
2000-02-14 Scott Bambrough <scottb@netwinder.org>
2000-02-15 05:51:07 +00:00
Ulrich Drepper
e115dbd7ba
Update.
...
* stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
Define and initialize use_outdigits in the inner loops.
2000-02-15 05:40:40 +00:00
Ulrich Drepper
ec91ea7ccb
Update.
...
2000-02-14 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).
* sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not
enable it. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600).
* sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
* sysdeps/i386/fpu/s_nearbyintf.l: Likewise.
2000-02-15 02:00:33 +00:00
Ulrich Drepper
1ca7cbcb45
Update.
...
2000-02-14 Andreas Jaeger <aj@suse.de>
* elf/rtld.c (dl_main): Fix check for references to dynamic linker.
2000-02-15 01:43:12 +00:00
Ulrich Drepper
a496e4ce95
Update.
...
* manual/job.texi: Fix typos.
* manual/process.texi: Likewise.
* manual/signal.texi: Likewise.
2000-02-15 01:39:39 +00:00
Ulrich Drepper
7c437eb803
Update.
...
2000-02-14 Ulrich Drepper <drepper@redhat.com>
* sysdeps/powerpc/atomicity.h: Remove white space to avoid
compiler warning.
2000-02-14 23:28:28 +00:00
Ulrich Drepper
5b26325f14
Update.
...
2000-02-14 Scott Bambrough <scottb@netwinder.org>
* sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add
Rebel-NetWinder to platform table so _ioperm platform lookup via
/proc/cpuinfo works on later version NetWinders.
2000-02-14 18:11:26 +00:00