platform/upstream/glibc.git
24 years agoFix prototypes of __initstate and __setstate.
Ulrich Drepper [Thu, 24 Feb 2000 19:12:31 +0000 (19:12 +0000)]
Fix prototypes of __initstate and __setstate.

24 years agoUpdate.
Andreas Jaeger [Thu, 24 Feb 2000 17:22:47 +0000 (17:22 +0000)]
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.

24 years agoFix typo.
Andreas Jaeger [Thu, 24 Feb 2000 17:22:02 +0000 (17:22 +0000)]
Fix typo.

24 years ago(__initstate): Correct types of parameters and return value. (__setstate): Likewise.
Ulrich Drepper [Thu, 24 Feb 2000 16:49:20 +0000 (16:49 +0000)]
(__initstate): Correct types of parameters and return value. (__setstate): Likewise.

24 years agoUpdate.
Ulrich Drepper [Thu, 24 Feb 2000 08:24:58 +0000 (08:24 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Thu, 24 Feb 2000 08:04:43 +0000 (08:04 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Thu, 24 Feb 2000 07:36:39 +0000 (07:36 +0000)]
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>.

24 years agoUpdate.
Ulrich Drepper [Thu, 24 Feb 2000 06:01:05 +0000 (06:01 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Wed, 23 Feb 2000 23:17:41 +0000 (23:17 +0000)]
Update.

* dlfcn/dlopenold.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Wed, 23 Feb 2000 22:15:49 +0000 (22:15 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Wed, 23 Feb 2000 17:37:20 +0000 (17:37 +0000)]
Update.

2000-02-23  Ulrich Drepper  <drepper@redhat.com>

* conform/conformtest.pl (@headers): Add stdlib.h.
* conform/data/stdlib.h-data: New file.

24 years agoUpdate.
Ulrich Drepper [Wed, 23 Feb 2000 06:02:09 +0000 (06:02 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Wed, 23 Feb 2000 02:45:25 +0000 (02:45 +0000)]
Update.

2000-02-22  Ulrich Drepper  <drepper@redhat.com>

* semaphore.h (SEM_FAILED): Use 0 not NULL.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 20:33:33 +0000 (20:33 +0000)]
Update.

2000-02-22  Ulrich Drepper  <drepper@redhat.com>

* po/de.po: Update from translation team.

* argp/argp-help.c: Fix typos.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 09:35:18 +0000 (09:35 +0000)]
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.

24 years agoFix typo.
Ulrich Drepper [Tue, 22 Feb 2000 09:01:04 +0000 (09:01 +0000)]
Fix typo.

* SUPPORTED: Add mk_MK ISO-8859-5.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 09:00:35 +0000 (09:00 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 07:51:44 +0000 (07:51 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/syscalls.list: Add
getrlimit@GLIBC_2.0.
Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 07:27:03 +0000 (07:27 +0000)]
Update.

* sysdeps/unix/sysv/linux/powerpc/setrlimit64.c: Removed.
Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 07:10:59 +0000 (07:10 +0000)]
Update.

* elf/elf.h (ELF32_ST_OTHER): Removed.
(ELF64_ST_OTHER): Likewise.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 05:33:56 +0000 (05:33 +0000)]
Update.

* sysdeps/alpha/fpu/fpu_control.h: Update comment.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 05:25:08 +0000 (05:25 +0000)]
Update.

2000-02-21  Ulrich Drepper  <drepper@redhat.com>

* malloc/Makefile (tests): Add tst-valloc.
* malloc/tst-valloc.c: New file.

24 years agoUpdate.
Ulrich Drepper [Tue, 22 Feb 2000 05:09:06 +0000 (05:09 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Sun, 20 Feb 2000 23:54:15 +0000 (23:54 +0000)]
Update.

2000-02-20  Ulrich Drepper  <drepper@redhat.com>

* po/it.po: Update from translation team.

24 years agoUpdate.
Ulrich Drepper [Sun, 20 Feb 2000 18:05:29 +0000 (18:05 +0000)]
Update.

2000-02-20  Philip Blundell  <philb@gnu.org>

* sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.

24 years agoUpdate.
Ulrich Drepper [Sun, 20 Feb 2000 17:57:38 +0000 (17:57 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Sun, 20 Feb 2000 02:56:12 +0000 (02:56 +0000)]
Update.

_libc_fpreg and _libc_fpstate and use it to define fpregset_t.

24 years agoUpdate.
Ulrich Drepper [Sun, 20 Feb 2000 02:50:41 +0000 (02:50 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Sat, 19 Feb 2000 08:05:35 +0000 (08:05 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Sat, 19 Feb 2000 05:31:32 +0000 (05:31 +0000)]
Update.

* string/bits/string2.h (strnlen): Add cast to prevent warning.

24 years agoUpdate.
Ulrich Drepper [Fri, 18 Feb 2000 17:25:16 +0000 (17:25 +0000)]
Update.

2000-02-18  Ulrich Drepper  <drepper@redhat.com>

* nscd/connections.c (handle_request): Don't abort() if unknown
command is sent.

24 years agoUpdate.
Ulrich Drepper [Fri, 18 Feb 2000 07:30:25 +0000 (07:30 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Thu, 17 Feb 2000 18:38:28 +0000 (18:38 +0000)]
Update.

2000-02-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel.

24 years agoUpdate.
Ulrich Drepper [Thu, 17 Feb 2000 07:36:53 +0000 (07:36 +0000)]
Update.

* locale/programs/charmap.c (charmap_read): Find charmap also in
the standard directory.

24 years agoUpdate.
Ulrich Drepper [Thu, 17 Feb 2000 00:33:09 +0000 (00:33 +0000)]
Update.

* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct prototype for
__syscall_mmap2.

24 years agoUpdate.
Ulrich Drepper [Thu, 17 Feb 2000 00:21:53 +0000 (00:21 +0000)]
Update.

* sysdeps/unix/sysv/linux/execve.c: Pretty print.

24 years agoUpdate.
Ulrich Drepper [Wed, 16 Feb 2000 18:37:02 +0000 (18:37 +0000)]
Update.

2000-02-16  Ulrich Drepper  <drepper@redhat.com>

* po/it.po: New file.
* po/pl.po: Update from translation team.

24 years agoUpdate.
Ulrich Drepper [Wed, 16 Feb 2000 18:32:23 +0000 (18:32 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Tue, 15 Feb 2000 17:30:32 +0000 (17:30 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Tue, 15 Feb 2000 07:37:37 +0000 (07:37 +0000)]
Update.

* locale/programs/repertoire.c (repertoire_new_char): NUL
terminated names of character in range.

24 years agoFix typos.
Ulrich Drepper [Tue, 15 Feb 2000 05:51:07 +0000 (05:51 +0000)]
Fix typos.

* sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
2000-02-14  Scott Bambrough  <scottb@netwinder.org>

24 years agoUpdate.
Ulrich Drepper [Tue, 15 Feb 2000 05:40:40 +0000 (05:40 +0000)]
Update.

* stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
Define and initialize use_outdigits in the inner loops.

24 years agoUpdate.
Ulrich Drepper [Tue, 15 Feb 2000 02:00:33 +0000 (02:00 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Tue, 15 Feb 2000 01:43:12 +0000 (01:43 +0000)]
Update.

2000-02-14  Andreas Jaeger  <aj@suse.de>

* elf/rtld.c (dl_main): Fix check for references to dynamic linker.

24 years agoUpdate.
Ulrich Drepper [Tue, 15 Feb 2000 01:39:39 +0000 (01:39 +0000)]
Update.

* manual/job.texi: Fix typos.
* manual/process.texi: Likewise.
* manual/signal.texi: Likewise.

24 years agoUpdate.
Ulrich Drepper [Mon, 14 Feb 2000 23:28:28 +0000 (23:28 +0000)]
Update.

2000-02-14  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/powerpc/atomicity.h: Remove white space to avoid
compiler warning.

24 years agoUpdate.
Ulrich Drepper [Mon, 14 Feb 2000 18:11:26 +0000 (18:11 +0000)]
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.

24 years agoUpdate.
Ulrich Drepper [Mon, 14 Feb 2000 07:42:18 +0000 (07:42 +0000)]
Update.

* locale/programs/charmap.c (charmap_read): Remove erronous free
call.

* iconv/skeleton.c: Increment __invocation_counter after every call

24 years agoUpdate.
Ulrich Drepper [Sun, 13 Feb 2000 19:42:28 +0000 (19:42 +0000)]
Update.

PR libc/1580 and libc/1581.

24 years agoUpdate.
Ulrich Drepper [Sun, 13 Feb 2000 19:40:31 +0000 (19:40 +0000)]
Update.

* sysdeps/i386/fpu/s_cosf.S: Domain of opcode is not large enough
so test for overflow and handle it.
* sysdeps/i386/fpu/s_sinf.S: Likewise.
* sysdeps/i386/fpu/s_tanf.S: Likewise.
Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).

24 years agoUpdate.
Ulrich Drepper [Sun, 13 Feb 2000 19:00:53 +0000 (19:00 +0000)]
Update.

2000-02-13  Ulrich Drepper  <drepper@redhat.com>

* iconvdata/Makefile (modules): Add UTF-16.
(distribute): Add utf-16.c.
* iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and
UTF-16LE.
* iconvdata/utf-16.c: New file.
* iconv/gconv_builtin.h: Remove UTF-16 entries here.
* iconv/gconv_simple.c: Remove conversion functions to and from UTF-16.

* iconv/skeleton.c: Increment __invocation_coounter after every call
to the loops.

24 years agoUpdate.
Ulrich Drepper [Sun, 13 Feb 2000 16:59:51 +0000 (16:59 +0000)]
Update.

2000-02-13  Andreas Jaeger  <aj@suse.de>

* condvar.c (pthread_cond_timedwait_relative_new): Fix last patch.
(pthread_cond_timedwait_relative_old): Likewise.

24 years agoUpdate.
Ulrich Drepper [Sun, 13 Feb 2000 08:17:12 +0000 (08:17 +0000)]
Update.

2000-02-12  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/i386/msgctl.c (__new_msgctl): Move errno
declaration to place where it's needed to avoid compiler warning.
* sysdeps/unix/sysv/linux/i386/semctl.c (__new_semctl): Likewise.

* locale/weightwc.h (findidx): Correct find index value.

24 years agoUpdate.
Ulrich Drepper [Sun, 13 Feb 2000 07:40:16 +0000 (07:40 +0000)]
Update.

2000-02-12  Ulrich Drepper  <drepper@redhat.com>

* locale/nl_langinfo.h: Add casts to prevent warnings.

* wctype/iswctype_l.c: Use correct types for mapped data.
* wctype/wcfuncs.c: Add one more comment for clarification.
* wctype/wcfuncs_l.c: Use __ctype32_tolower and __ctype32_toupper.
* wctype/wctrans.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Sat, 12 Feb 2000 23:04:35 +0000 (23:04 +0000)]
Update.

* SUPPORTED: Add gl_ES.ISO-8859-1.

24 years agoUpdate.
Ulrich Drepper [Sat, 12 Feb 2000 22:26:47 +0000 (22:26 +0000)]
Update.

* SUPPORTED: Add ar_SA.ISO-8859-6.

24 years agoUpdate.
Ulrich Drepper [Sat, 12 Feb 2000 22:25:57 +0000 (22:25 +0000)]
Update.

* locales/ar_SA: New file.

* locales/th_TH: Remove Thai digits from `digits'.

24 years agoUpdate.
Ulrich Drepper [Sat, 12 Feb 2000 21:27:11 +0000 (21:27 +0000)]
Update.

* SUPPORTED: Add th_TH.TIS-620.

24 years agoUpdate.
Ulrich Drepper [Sat, 12 Feb 2000 18:16:10 +0000 (18:16 +0000)]
Update.

2000-02-12  Ulrich Drepper  <drepper@redhat.com>

* locales/el_GR (toupper): Don't map *s to S*.
* locales/en_DK: Likewise.
* locales/en_DK.com: Likewise.
* locales/ru_RU: Likewise.
* locales/ru_UA: Likewise.
* locales/tr_TR: Likewise.
* locales/uk_UA: Likewise.

* locales/en_DK (toupper): Map v% to V%.
(tolower): Map V% to v%.
* locales/en_DK.com: Likewise.
* locales/ru_RU: Likewise.
* locales/ru_UA: Likewise.
* locales/tr_TR: Likewise.
* locales/uk_UA: Likewise.

24 years ago(toupper): Don't map *s to S*.
Ulrich Drepper [Sat, 12 Feb 2000 18:11:46 +0000 (18:11 +0000)]
(toupper): Don't map *s to S*.

24 years agoUpdate.
Andreas Jaeger [Sat, 12 Feb 2000 11:28:22 +0000 (11:28 +0000)]
Update.

2000-02-12  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup
conventions.
(elf_machine_rel): Use R_MIPS_REL32 for RESOLVE.
(elf_machine_runtime_setup,elf_machine_got_rel): Move at end of
file and make dependend on RESOLVE.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol.
(RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.

24 years ago2000-02-12 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Sat, 12 Feb 2000 11:27:47 +0000 (11:27 +0000)]
2000-02-12  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup
conventions.
(elf_machine_rel): Use R_MIPS_REL32 for RESOLVE.
(elf_machine_runtime_setup,elf_machine_got_rel): Move at end of
file and make dependend on RESOLVE.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol.
(RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.

24 years ago(inet_network): Add missing part of last patch.
Ulrich Drepper [Sat, 12 Feb 2000 07:38:04 +0000 (07:38 +0000)]
(inet_network): Add missing part of last patch.

24 years agoUpdate.
Ulrich Drepper [Sat, 12 Feb 2000 01:13:47 +0000 (01:13 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/shmctl.c: Fix handling of save_errno.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 22:47:21 +0000 (22:47 +0000)]
Update.

2000-02-11  Ulrich Drepper  <drepper@redhat.com>

* locale/langinfo.h: Make CRNCYSTR a separate entry instead of an
alias for CURRENCY_SYMBOL.
* locale/programs/ld-monetary.c: Add support to write out CRNCYSTR
information.  [PR libc/1583].

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 22:11:40 +0000 (22:11 +0000)]
Update.

2000-02-08  Shinya Hanataka  <hanataka@abyss.rim.or.jp>

* locale/weightwc.h: Fix problem with collating-element.

* locale/programs/ld-collate.c (collate_finish): Output wide
character collating-symbol, which has no wide strings.

* locale/programs/ld-collate.c (collate_output): Fix problem with
wide character collating-element.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 21:04:20 +0000 (21:04 +0000)]
Update.

2000-02-09  Andreas Jaeger  <aj@suse.de>

* time/strptime.c (strptime_internal): Fix pointer dereference.
Patch by Juergen Heinzl <juergen@monocerus.demon.co.uk>, closes PR
libc/1591.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 21:01:13 +0000 (21:01 +0000)]
Update.

2000-02-08  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/alpha/msgctl.c: New file.
* sysdeps/unix/sysv/linux/alpha/semctl.c: New file.
* sysdeps/unix/sysv/linux/alpha/shmctl.c: New file.
* sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl, semctl,
shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols.
* sysdeps/unix/sysv/linux/alpha/Makefile: Add oldmsgctl, oldsemctl
and oldshmctl to sysdep-routines.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 20:49:55 +0000 (20:49 +0000)]
Update.

2000-02-08  Andreas Jaeger  <aj@suse.de>

* locale/programs/locale.c (write_locales): Fix handling of
whitespace lines.
Fixes PR libc/1588, reported by Miroslav Holcak
<miroslav.holcak@vitkovice.cz>.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 20:45:12 +0000 (20:45 +0000)]
Update.

2000-02-07  Thorsten Kukuk  <kukuk@suse.de>

* config.make.in: Add infodir.
* sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel
header files.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 20:38:45 +0000 (20:38 +0000)]
Update.

* posix/getopt.c: Suppress messages if first character of
optstring is a colon (PR libc/1584).

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 20:22:22 +0000 (20:22 +0000)]
Update.

* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Define ELF_* constants
and elf_* types to interpret values passed up from the kernel.
Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 20:15:01 +0000 (20:15 +0000)]
Update.

* manual/locale.texi: Update to reflect change.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 20:12:40 +0000 (20:12 +0000)]
Update.

2000-02-11  Ulrich Drepper  <drepper@redhat.com>

* locale/nl_langinfo.c: Correct return value in error case.  Don't
set errno (PR libc/1582).

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 19:48:04 +0000 (19:48 +0000)]
Update.

2000-02-02  Andreas Schwab  <schwab@suse.de>

* malloc/Makefile (distribute): Add memprof.h.
* malloc/memprof.c: Move definition of GETSP and GETTIME to new
header memprof.h.
* sysdeps/generic/memprof.h: New file.
* sysdeps/alpha/memprof.h: New file.
* sysdeps/i386/memprof.h: New file.
* sysdeps/m68k/memprof.h: New file.
* sysdeps/mips/memprof.h: New file.
* sysdeps/powerpc/memprof.h: New file.
* sysdeps/sparc/memprof.h: New file.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 19:44:58 +0000 (19:44 +0000)]
Update.

2000-02-01  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/getresgid.c: Move...
* sysdeps/unix/sysv/linux/i386/getresgid.c: ...here.
(getresgid): Use getresgid32 if __libc_missing_32bit_uids
is -1 or 0.
* sysdeps/unix/sysv/linux/getresuid.c: Move...
* sysdeps/unix/sysv/linux/i386/getresuid.c: ...here.
(getresuid): Use getresuid32 if __libc_missing_32bit_uids
is -1 or 0.
* sysdeps/unix/sysv/linux/i386/getuid.c: Document new tristate
__libc_missing_32bit_uids.
(__getuid): Use 32bit uid syscall if __libc_missing_32bit_uids is
-1 or 0.
* sysdeps/unix/sysv/linux/i386/chown.c (__real_chown): Likewise.
* sysdeps/unix/sysv/linux/i386/fchown.c (__fchown): Likewise.
* sysdeps/unix/sysv/linux/i386/getegid.c (__getegid): Likewise.
* sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Likewise.
* sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Likewise.
* sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Likewise.
* sysdeps/unix/sysv/linux/i386/lchown.c (__lchown): Likewise.
* sysdeps/unix/sysv/linux/i386/setfsgid.c (setfsgid): Likewise.
* sysdeps/unix/sysv/linux/i386/setfsuid.c (setfsuid): Likewise.
* sysdeps/unix/sysv/linux/i386/setgid.c (__setgid): Likewise.
* sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
* sysdeps/unix/sysv/linux/i386/setregid.c (__setregid): Likewise.
* sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Likewise.
* sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Likewise.
* sysdeps/unix/sysv/linux/i386/setreuid.c (__setreuid): Likewise.
* sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Likewise.
* sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.
* sysdeps/unix/sysv/linux/arm/getresuid.c: New file.
* sysdeps/unix/sysv/linux/arm/getresgid.c: New file.
* sysdeps/unix/sysv/linux/arm/msgctl.c: New file.
* sysdeps/unix/sysv/linux/arm/semctl.c: New file.
* sysdeps/unix/sysv/linux/arm/shmctl.c: New file.
* sysdeps/unix/sysv/linux/i386/msgctl.c: New file.
* sysdeps/unix/sysv/linux/i386/semctl.c: New file.
* sysdeps/unix/sysv/linux/i386/shmctl.c: New file.
* sysdeps/unix/sysv/linux/m68k/getresgid.c: New file.
* sysdeps/unix/sysv/linux/m68k/getresuid.c: New file.
* sysdeps/unix/sysv/linux/m68k/msgctl.c: New file.
* sysdeps/unix/sysv/linux/m68k/semctl.c: New file.
* sysdeps/unix/sysv/linux/m68k/shmctl.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: New file.
* sysdeps/unix/sysv/linux/mips/syscalls.list (getresuid):
Make syscall directly, no stubs needed.
(getresgid): Likewise.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list (getresuid):
Likewise.
(getresgid): Likewise.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 19:24:43 +0000 (19:24 +0000)]
Update.

* iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5.
Reported by Bruno Haible <haible@ilog.fr>.

24 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 18:50:36 +0000 (18:50 +0000)]
Update.

2000-02-11  Ulrich Drepper  <drepper@redhat.com>

* stdio-common/printf-parse.h (parse_one_spec): Set wide elements.

* stdio-common/printf_fp.c: Truely support wide characater output.
Finally handle decimal points and thousands separator characters
correctly for multibyte output.
* stdio-common/printf_size.c: Likewise.
* sysdeps/generic/printf_fphex.c: Likewise.
* sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.

* stdio-common/vfscanf.c: Implement I modifier for numbers to read
locale dependent digits.

* locale/C-monetary.c (_nl_C_LC_MONETARY): Change wide character
decimal point and thousands separator values to wide characters from
wide character strings.
* locale/C-numeric.c (_nl_C_LC_NUMERIC): Likewise.

* locale/indigitswc.h: Dereference wcdigits array elements.

2000-02-03  Jakub Jelinek  <jakub@redhat.com>

* stdlib/canonicalize.c (canonicalize): Zero terminate
path to copy on error.

2000-02-01  Cristian Gafton  <gafton@redhat.com>

* misc/syslog.c (closelog): Reset LogType to SOCK_DGRAM.

2000-01-31  Philip Blundell  <philb@gnu.org>

* sysdeps/arm/fpu/fpu_control.h (_FPU_DEFAULT): Set the AC bit.

2000-01-31  Andreas Jaeger  <aj@suse.de>

* intl/Makefile (generated): msgs.h is generated.

* localedata/Makefile (generated-dirs): Add de_DE.437.

2000-01-31  Jakub Jelinek  <jakub@redhat.com>

* config.make.in: Allow default localedir to come from configure.
* configure.in: Export libc_cv_localedir.
* sysdeps/unix/sysv/linux/configure.in: For sparc64, put locale
stuff into $exec_prefix/lib/locale because it can be shared between
32bit and 64bit libraries.
* configure: Rebuilt.
* sysdeps/unix/sysv/linux/configure: Rebuilt.

2000-01-31  Andreas Jaeger  <aj@suse.de>

* inet/tst-network.c: New file.
* inet/Makefile (tests): Add tst-network.

* inet/inet_net.c (inet_network): Don't overwrite memory or allow
to great last digits.

24 years agoUpdate.
Ulrich Drepper [Thu, 10 Feb 2000 16:29:01 +0000 (16:29 +0000)]
Update.

2000-01-31  Andreas Jaeger  <aj@suse.de>

* inet/inet_net.c (inet_network): Synch with bind 8.2.2.  Fixes PR
libc/1567.

24 years agoUpdate.
Andreas Jaeger [Thu, 10 Feb 2000 11:10:03 +0000 (11:10 +0000)]
Update.

2000-02-10  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/clone.S: Rewritten.
Based on a patch by Hiroyuki Machida <machida@sm.sony.co.jp>.

24 years agoUpdate.
Andreas Jaeger [Wed, 9 Feb 2000 14:59:31 +0000 (14:59 +0000)]
Update.

2000-02-09  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add new syscalls.

* sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing syscalls.

24 years agoUpdate.
Andreas Jaeger [Tue, 8 Feb 2000 17:27:54 +0000 (17:27 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Fix typo.

Make it compile.

24 years agoUpdate.
Andreas Jaeger [Tue, 8 Feb 2000 16:36:52 +0000 (16:36 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
Fix usage of macro ADD_STRING.

24 years agoUpdate.
Andreas Jaeger [Tue, 8 Feb 2000 13:42:05 +0000 (13:42 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members
c_ispeed and c_ospeed which are not implemented.

24 years agoUpdate.
Andreas Jaeger [Tue, 8 Feb 2000 09:46:57 +0000 (09:46 +0000)]
Update.

2000-02-08  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/pwrite64.c: Define __libc_* variant
for cancelation wrapper; use __ASSUME_PWRITE_SYSCALL macro.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread.c: Likewise.

24 years agoUpdate.
Andreas Jaeger [Sat, 5 Feb 2000 07:46:32 +0000 (07:46 +0000)]
Update.

2000-02-05  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/bits/mman.h (MS_SYNC): 0 will not
work - set to 4 in accordance with changes made in the Linux/MIPS
kernel.  Using MS_SYNC on older kernels with MS_SYNC == 0 doesn't
actually work.

24 years agoUpdate.
Andreas Jaeger [Fri, 4 Feb 2000 16:39:28 +0000 (16:39 +0000)]
Update.

2000-02-04  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/bits/mman.h: Use correct values for
the defines.

24 years agoUpdate.
Andreas Jaeger [Thu, 3 Feb 2000 15:04:24 +0000 (15:04 +0000)]
Update.

* sysdeps/mips/abort-instr.h: New file.

24 years agoUpdate.
Andreas Jaeger [Thu, 3 Feb 2000 14:13:18 +0000 (14:13 +0000)]
Update.

2000-02-03  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: New file.

* sysdeps/unix/sysv/linux/mips/register-dump.h: New file.

* sysdeps/mips/stackinfo.h: New file.

24 years agoUpdate.
Andreas Jaeger [Tue, 1 Feb 2000 16:51:26 +0000 (16:51 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/syscalls.list: Remove duplicates.

24 years agoUpdate.
Andreas Jaeger [Tue, 1 Feb 2000 13:40:47 +0000 (13:40 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/lxstat.c: Removed, we can use the
generic function.
* sysdeps/unix/sysv/linux/mips/fxstat.c: Likewise.

24 years agoUpdate.
Andreas Jaeger [Tue, 1 Feb 2000 11:55:32 +0000 (11:55 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/init-first.h: New file, from Ralf
Baechle <ralf@gnu.org>.

* sysdeps/unix/sysv/linux/mips/brk.c: New file.

24 years agoUpdate.
Andreas Jaeger [Tue, 1 Feb 2000 11:20:58 +0000 (11:20 +0000)]
Update.

* sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Add missing ints.

24 years agoUpdate.
Andreas Jaeger [Tue, 1 Feb 2000 08:28:48 +0000 (08:28 +0000)]
Update.

2000-02-01  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/elf/start.S: Rewritten for __libc_start_main.

24 years ago2000-02-01 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Tue, 1 Feb 2000 08:28:15 +0000 (08:28 +0000)]
2000-02-01  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/elf/start.S: Rewritten for __libc_start_main.

24 years ago(inet_network): Synch with bind 8.2.2.
Ulrich Drepper [Mon, 31 Jan 2000 08:22:01 +0000 (08:22 +0000)]
(inet_network): Synch with bind 8.2.2.

24 years agoUpdate.
Ulrich Drepper [Mon, 31 Jan 2000 08:11:53 +0000 (08:11 +0000)]
Update.

* sysdeps/alpha/fpu/feholdexcpt.c: Correct return value according to
the standard.
* sysdeps/alpha/fpu/fesetround.c: Likewise.
* sysdeps/arm/fpu/feholdexcpt.c: Likewise.
* sysdeps/arm/fpu/fesetround.c: Likewise.
* sysdeps/generic/feholdexcpt.c: Likewise.
* sysdeps/generic/fesetround.c: Likewise.
* sysdeps/i386/fpu/feholdexcpt.c: Likewise.
* sysdeps/i386/fpu/fesetround.c: Likewise.
* sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
* sysdeps/m68k/fpu/fesetround.c: Likewise.
* sysdeps/mips/fpu/fesetround.c: Likewise.
* sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
* sysdeps/powerpc/fpu/fesetround.c: Likewise.
* sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
* sysdeps/sparc/fpu/fesetround.c: Likewise.
Patch by Miloslav Trmac <mitr@volny.cz>.

24 years agoUpdate.
Ulrich Drepper [Mon, 31 Jan 2000 06:42:36 +0000 (06:42 +0000)]
Update.

2000-01-30  Ulrich Drepper  <drepper@redhat.com>

* locale/programs/ld-collate.c (struct locale_collate_t): Change
type of plane_size and plane_cnt to uint32_t.
Reported by Jakub Jelinek.

2000-01-29  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
(SYSCALL_ERROR_HANDLER): Optimize.
(__SYSCALL_STRING, __SYSCALL_CLOBBERS): Define.
Include linux/sparc/sysdep.h.
Use a different guard define than linux/sparc/sysdep.h.
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove
stubs for inlined syscalls.
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
(SYSCALL_ERROR_HANDLER): Optimize.
(__SYSCALL_STRING, __SYSCALL_CLOBBERS): Define.
Include linux/sparc/sysdep.h.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
stubs for inlined syscalls.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction):
Use INLINE_SYSCALL.
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Remove.
* sysdeps/unix/sysv/linux/sparc/sysdep.h: New file.
2000-01-29  Ulrich Drepper  <drepper@redhat.com>

24 years agoUpdate.
Ulrich Drepper [Sat, 29 Jan 2000 12:04:45 +0000 (12:04 +0000)]
Update.

* locale/loadlocale.c (_nl_load_locale): Optimize a bit.  Pretty
print.  Add checks for _POSIX_MMAPPED_FILES where necessary.
(_nl_unload_locale): If locale data was mmapped use munmap.

2000-01-29  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/i386/sys/io.h: Add missing ints, use
_EXTERN_INLINE, compile inline assembler functions only with gcc.

2000-01-29  Ulrich Drepper  <drepper@redhat.com>

* catgets/catgets.c (catopen): Handle NL_CAT_LOCALE correctly.
* catgets/gencat.c (read_input_file): Remove messages correctly.
* catgets/open_catalog.c (__open_catalog): Handle trailing colons and
adjacent colons correctly.  Correct loops to read territory and
and codeset part.
Patches by Geoff Clare <gwc@unisoft.com> (PR libc/1559).

* rt/aio_misc.c (get_elem): Assign pointer to new row to correct
pool entry.
Patch by Jens Moeller <jens.moeller@waii.com> (PR libc/1558).

2000-01-28  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/arm/Versions: Export the new *rlimit
interface with symbol version GLIBC_2.2.
* sysdeps/unix/sysv/linux/i386/Versions: Likewise.
* sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
* sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.

2000-01-27  Scott Bambrough  <scottb@netwinder.org>

* sysdeps/unix/sysv/linux/arm/Makefile: Backout rlimit changes for
resource directory.
* sysdeps/unix/sysv/linux/arm/syscalls.list: Backout changes for
versioning setrlimit and getrlimit.

2000-01-27  Andreas Jaeger  <aj@suse.de>

* sysdeps/powerpc/fpu/libm-ulps: Renamed to ...
* sysdeps/powerpc/fpu/libm-test-ulps: ...this.

2000-01-27  Ruediger Oertel  <ro@suse.de>

* sysdeps/unix/sysv/linux/i386/sys/io.h: Change "::" to ": :" for g++.

2000-01-29  Ulrich Drepper  <drepper@redhat.com>

24 years agoUpdate.
Ulrich Drepper [Sat, 29 Jan 2000 08:35:47 +0000 (08:35 +0000)]
Update.

* locale/programs/ld-numeric.c (numeric_output): Increment cnt in
correct place to avoid uninitialized memory passed to writev.