]> sourceware.org Git - glibc.git/log
glibc.git
24 years agoUpdate.
Ulrich Drepper [Sun, 26 Mar 2000 20:35:45 +0000 (20:35 +0000)]
Update.

2000-03-20  Richard Henderson  <rth@cygnus.com>

* nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
argument to yperr2nss is an int, not size_t.
* posix/regex.c (print_partial_compiled_pattern): Cast all
ptrdiff_t to long for printing.
(print_compiled_pattern): Use Z for printing size_t.
* posix/testfnm.c (tests): Avoid trigraphs.
* sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
Use a C comment, not an assembly comment.

* sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
of __ASSUME_32BITUIDS.

24 years agoUpdate.
Ulrich Drepper [Sun, 26 Mar 2000 19:56:39 +0000 (19:56 +0000)]
Update.

2000-03-26  Ulrich Drepper  <drepper@redhat.com>

* libio/iofopncook.c: Remove K&R prototypes.

24 years agoRemove K&R prototypes.
Ulrich Drepper [Sun, 26 Mar 2000 19:56:04 +0000 (19:56 +0000)]
Remove K&R prototypes.

24 years ago* hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
Roland McGrath [Sun, 26 Mar 2000 19:17:23 +0000 (19:17 +0000)]
* hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit

an initial value of 1024 instead of RLIM_INFINITY.

* Versions.def (libmachuser, libhurduser): Remove these sections,
since these libraries do not presently use symbol versions.

* sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
is RLIM_INFINITY, return -1 instead.

24 years ago2000-03-26 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sun, 26 Mar 2000 19:16:56 +0000 (19:16 +0000)]
2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>

* hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
an initial value of 1024 instead of RLIM_INFINITY.

24 years agoUpdate.
Ulrich Drepper [Sun, 26 Mar 2000 18:48:26 +0000 (18:48 +0000)]
Update.

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

* Makefile (postclean): Added soversions.i.

2000-03-24  Scott Bambrough  <scottb@netwinder.org>

* sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
_FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
and _FPU_IEEE.  Change _FPU_RESERVED.

2000-03-24  Scott Bambrough  <scottb@netwinder.org>

* sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.

2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
(gaih_inet): Remove unused duplicate variable.

* inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
Don't use __libc_sa_len, which only exists for Linux.  Just handle
AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
only flavors supported by this function anyway.

2000-03-24  Geoff Clare  <gwc@unisoft.com>

* stdlib/strfmon.c: corrected problems with missing signs and
missing or extra spaces; allow for sign strings longer than
one character; add padding to ensure positive and negative
formats are aligned when a left precision is used.

2000-03-26  Ulrich Drepper  <drepper@redhat.com>

* stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
Patch by John Mizel <John.Mizel@msdw.com>.

24 years agoUpdate.
Ulrich Drepper [Sun, 26 Mar 2000 06:05:37 +0000 (06:05 +0000)]
Update.

2000-03-25  Ulrich Drepper  <drepper@redhat.com>

* manual/install.texi: Remove references to crypt add-on.

24 years agoRemove references to crypt add-on.
Ulrich Drepper [Sun, 26 Mar 2000 06:03:42 +0000 (06:03 +0000)]
Remove references to crypt add-on.

24 years ago* sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
Roland McGrath [Sat, 25 Mar 2000 20:20:44 +0000 (20:20 +0000)]
* sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical

section while taking the _hurd_rlimit_lock.
* sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.

24 years ago* Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
Roland McGrath [Fri, 24 Mar 2000 21:41:15 +0000 (21:41 +0000)]
* Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define

using $(LN_S).

24 years ago* sysdeps/mach/hurd/if_index.c: New file.
Roland McGrath [Fri, 24 Mar 2000 20:59:00 +0000 (20:59 +0000)]
* sysdeps/mach/hurd/if_index.c: New file.

* sysdeps/unix/sysv/linux/net/if.h: Moved to ...
* sysdeps/gnu/net/if.h: here.
(_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
* sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
* sysdeps/generic/net/if.h: New file.  Declares just the standard
functions and `struct if_nameindex' type.
* socket/Makefile (headers): Add net/if.h here.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
* sysdeps/mach/hurd/Dist: Remove it here.
* sysdeps/unix/sysv/linux/Dist: And here.
* sysdeps/generic/if_index.c: Include <net/if.h>.

24 years ago(Interface Naming): Fix typo: IFNAMSIZE -> IFNAMSIZ
Roland McGrath [Fri, 24 Mar 2000 19:11:18 +0000 (19:11 +0000)]
(Interface Naming): Fix typo: IFNAMSIZE -> IFNAMSIZ

24 years agoUpdate.
Andreas Jaeger [Fri, 24 Mar 2000 15:27:52 +0000 (15:27 +0000)]
Update.

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

* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
access relocated entries in l_info.
(elf_machine_got_rel): Likewise.
(elf_machine_runtime_setup): Likewise.
* sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
(elf_machine_runtime_setup): Likewise.
(__dl_runtime_resolve): Likewise.

24 years ago2000-03-24 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Fri, 24 Mar 2000 15:27:37 +0000 (15:27 +0000)]
2000-03-24  Andreas Jaeger  <aj@suse.de>

* sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
access relocated entries in l_info.
(elf_machine_got_rel): Likewise.
(elf_machine_runtime_setup): Likewise.
* sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
(elf_machine_runtime_setup): Likewise.
(__dl_runtime_resolve): Likewise.

24 years agoCorrect path for ldsodefs.h file.
Ulrich Drepper [Thu, 23 Mar 2000 22:46:19 +0000 (22:46 +0000)]
Correct path for ldsodefs.h file.

24 years agoUpdate.
Ulrich Drepper [Thu, 23 Mar 2000 22:16:37 +0000 (22:16 +0000)]
Update.

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

* resolv/netdb.h (SCOPE_DELIMITER): New definitions.
* inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
according to RFC 2553.
* sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
* inet/getnameinfo.c: Likewise.
Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.

24 years agoUpdate.
Ulrich Drepper [Thu, 23 Mar 2000 21:34:58 +0000 (21:34 +0000)]
Update.

2000-03-23  Bruno Haible  <haible@clisp.cons.org>

* iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
Remove no-op pointer increment.

24 years agoUpdate.
Ulrich Drepper [Thu, 23 Mar 2000 20:42:34 +0000 (20:42 +0000)]
Update.

* stdio-common/tst-cookie.c (cookieseek): Change prototype to
follow change for libio.h from 2000-03-10.

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

24 years agoUpdate.
Ulrich Drepper [Thu, 23 Mar 2000 20:31:46 +0000 (20:31 +0000)]
Update.

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

* elf/dl-addr.c: Adjust include paths for ldsodefs location
change.
* elf/dl-debug.c: Likewise.
* elf/dl-deps.c: Likewise.
* elf/dl-error.c: Likewise.
* elf/dl-fini.c: Likewise.
* elf/dl-init.c: Likewise.
* elf/dl-load.c: Likewise.
* elf/dl-lookup.c: Likewise.
* elf/dl-minimal.c: Likewise.
* elf/dl-object.c: Likewise.
* elf/dl-open.c: Likewise.
* elf/dl-preinit.c: Likewise.
* elf/dl-profile.c: Likewise.
* elf/dl-profstub.c: Likewise.
* elf/dl-reloc.c: Likewise.
* elf/dl-runtime.c: Likewise.
* elf/dl-support.c: Likewise.
* elf/dl-symbol.c: Likewise.
* elf/dl-version.c: Likewise.
* elf/rtld.c: Likewise.
* elf/sprof.c: Likewise.
* sysdeps/generic/dl-cache.c: Likewise.
* sysdeps/generic/dl-origin.c: Likewise.
* sysdeps/generic/dl-sysdep.c: Likewise.
* sysdeps/generic/elf/backtracesyms.c: Likewise.
* sysdeps/generic/elf/backtracesymsfd.c: Likewise.
* sysdeps/generic/libc-start.c: Likewise.
* sysdeps/mach/hurd/dl-sysdep.c: Likewise.
* sysdeps/powerpc/dl-machine.c: Likewise.
* sysdeps/powerpc/elf/libc-start.c: Likewise.
* sysdeps/sparc/sparc32/dl-machine.h: Likewise.
* sysdeps/sparc/sparc64/dl-machine.h: Likewise.
* sysdeps/unix/sysv/linux/dl-origin.c: Likewise.

* elf/ldsodefs.h: Move file to ...
* sysdeps/generic/ldsodefs.h: ... here.

* sysdeps/generic/ldsodefs.h: Add definition for D_PTR.

* sysdeps/mips/elf/ldsodefs.h: New file.

* elf/dl-version.c (match_symbol): Use D_PTR to access relocated
entries in l_info.
(_dl_check_map_versions): Likewise.
* elf/dl-reloc.c (_dl_relocate_object): Likewise.
* elf/dl-load.c (_dl_init_paths): Likewise.
(_dl_map_object): Likewise.
* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
(elf_get_dynamic_info): Likewise.
* elf/do-lookup.h (FCT): Likewise.
* elf/do-rel.h (elf_dynamic_do_rel): Likewise.
* elf/dl-deps.c (_dl_map_object_deps): Likewise.
* elf/dl-addr.c (_dl_addr): Likewise.
* elf/dl-runtime.c (profile_fixup): Likewise.
(fixup): Likewise.
* elf/dl-init.c (_dl_init_next): Likewise.
* sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
* sysdeps/unix/sysv/linux/i386/dl-librecon.h
(DISTINGUISH_LIB_VERSIONS): Likewise.
* sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
(elf_machine_rel): Likewise.

* elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
for writable dynamic section.

24 years agoUpdate.
Ulrich Drepper [Wed, 22 Mar 2000 18:14:48 +0000 (18:14 +0000)]
Update.

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

* inet/getnameinfo.c (getnameinfo): Check that addrlen value is
large enough.  Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.

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

* sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
from latest Linux kernel.

24 years ago(MADV_*): Add flags from latest Linux kernel.
Ulrich Drepper [Wed, 22 Mar 2000 18:10:19 +0000 (18:10 +0000)]
(MADV_*): Add flags from latest Linux kernel.

24 years ago2000-03-21 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Wed, 22 Mar 2000 09:59:15 +0000 (09:59 +0000)]
2000-03-21  Andreas Jaeger  <aj@suse.de>

* Versions.def: Add version 2.1.4.
2000-03-21  Andreas Jaeger  <aj@suse.de>

* Versions.def: Add version 2.1.4.

24 years agoUpdate.
Ulrich Drepper [Wed, 22 Mar 2000 08:01:35 +0000 (08:01 +0000)]
Update.

* sysdeps/unix/sysv/linux/errlist.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Wed, 22 Mar 2000 07:22:01 +0000 (07:22 +0000)]
Update.

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

* libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
* libio/oldiofopen.c: Likewise.
* libio/oldiofclose.c: Likewise.

24 years agoUpdate for new SHLIB_COMPAT definition.
Ulrich Drepper [Wed, 22 Mar 2000 07:17:28 +0000 (07:17 +0000)]
Update for new SHLIB_COMPAT definition.

24 years ago(compat_symbol): New macro.
Roland McGrath [Wed, 22 Mar 2000 06:04:32 +0000 (06:04 +0000)]
(compat_symbol): New macro.

* sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
compat_symbol macro.

24 years ago* include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
Roland McGrath [Wed, 22 Mar 2000 05:44:35 +0000 (05:44 +0000)]
* include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,

indicating the first version set to obsolete the conditionalized code.
* scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
rhs be the ABI_* macro for the subsuming version.  Assign increasing
integer values to the ABI_* macros for supported versions.

24 years ago2000-03-22 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Wed, 22 Mar 2000 05:43:53 +0000 (05:43 +0000)]
2000-03-22  Roland McGrath  <roland@baalperazim.frob.com>

* include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
indicating the first version set to obsolete the conditionalized code.
* scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
rhs be the ABI_* macro for the subsuming version.  Assign increasing
integer values to the ABI_* macros for supported versions.

24 years ago(Hook Functions): Correct prototypes for reader and writer.
Ulrich Drepper [Wed, 22 Mar 2000 01:03:25 +0000 (01:03 +0000)]
(Hook Functions): Correct prototypes for reader and writer.

24 years agoUpdate.
Ulrich Drepper [Wed, 22 Mar 2000 00:36:57 +0000 (00:36 +0000)]
Update.

* nscd/connections.c (nscd_run): Pretty print.
* elf/dl-runtime.c: Include stdlib.h for alloca prototype.

24 years agoUpdate.
Ulrich Drepper [Wed, 22 Mar 2000 00:10:30 +0000 (00:10 +0000)]
Update.

* manual/charset.texi: Fix typos.  Rephrase.
* manual/process.texi: Likewise.
* manual/signal.texi: Likewise.
Patches by Mike Coleman <mkc@kc.net>.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 23:09:29 +0000 (23:09 +0000)]
Update.

* libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
versions.
* libio/iofdopen.c: Likewise.
* libio/iofgetpos.c: Likewise.
* libio/iofgetpos64.c: Likewise.
* libio/iofopen.c: Likewise.
* libio/iofsetpos.c: Likewise.
* libio/iofsetpos64.c: Likewise.
* libio/iopopen.c: Likewise.
* libio/oldiofopen.c: Likewise.
* libio/pclose.c: Likewise.
* sysdeps/gnu/siglist.c: Likewise.
* sysdeps/unix/sysv/linux/errlist.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 22:09:40 +0000 (22:09 +0000)]
Update.

Patch by Roland McGrath <roland@frob.com>.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 22:09:17 +0000 (22:09 +0000)]
Update.

Patch by Roland MyGrath <roland@from.com>.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 22:08:26 +0000 (22:08 +0000)]
Update.

* libio/fileops.c: Use new macros from shlib-compat.h to define
versions.
* libio/iofclose.c: Likewise.
* libio/oldiofclose.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 22:03:48 +0000 (22:03 +0000)]
Update.

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

* include/shlib-compat.h (versioned_symbol): Give preprocessor the
chance to expand VERSION_##lib##_##version.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 21:07:30 +0000 (21:07 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
Lay out struct sigcontext according to what really gets passed on
the stack.
* sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
(elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
(prgregset_t, prfpregset_t): Define to elf_* types.
* sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
Define to correct value.
* sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
sigcontext.
* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.

24 years agoClean up namespace. Lay out struct sigcontext according to what really gets passed...
Ulrich Drepper [Tue, 21 Mar 2000 21:05:19 +0000 (21:05 +0000)]
Clean up namespace.  Lay out struct sigcontext according to what really gets passed on the stack.

24 years ago* scripts/firstversions.awk: Allow multiple version sets in the
Roland McGrath [Tue, 21 Mar 2000 20:37:33 +0000 (20:37 +0000)]
* scripts/firstversions.awk: Allow multiple version sets in the

"earliest version" specification, meaning that version sets in the
gaps between listed versions should be folded into the earliest later
version that is explicitly listed.
* shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.

24 years ago2000-03-21 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Tue, 21 Mar 2000 20:36:53 +0000 (20:36 +0000)]
2000-03-21  Roland McGrath  <roland@baalperazim.frob.com>

* scripts/firstversions.awk: Allow multiple version sets in the
"earliest version" specification, meaning that version sets in the
gaps between listed versions should be folded into the earliest later
version that is explicitly listed.
* shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.

24 years agoRemove non-ASCII.
Ulrich Drepper [Tue, 21 Mar 2000 20:26:13 +0000 (20:26 +0000)]
Remove non-ASCII.

* sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 20:18:34 +0000 (20:18 +0000)]
Update.

* iconv/gconv_builtin.c: Include <endian.h>.
* iconv/gconv_builtin.h: Add UCS-BE aliases.
Add UCS-4LE transformation.  Define UNICODEBIG and UNICODELITTLE
according to current platform.
* iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
__gconv_transform_internal_ucs2reverse, and
__gconv_transform_internal_ucs4le.
* iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
__gconv_transform_ucs2reverse_internal and
__gconv_transform_internal_ucs2reverse.
* iconvdata/Makefile (modules): Add UNICODE.
(distribute): Add unicode.c.
* iconvdata/gconv-modules: Add definitions for UNICODE module.
* iconvdata/unicode.c: New file.

* iconvdata/utf-16.c: Rewrite code to emit BOM.  Correct code to
determine byte order of input and convert accordingly.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 08:08:35 +0000 (08:08 +0000)]
Update.

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

* iconvdata/utf-16.c (gconv_init): Fix typo.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 06:00:43 +0000 (06:00 +0000)]
Update.

* iconvdata/gconv-modules: Fix typo.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 05:41:11 +0000 (05:41 +0000)]
Update.

* sysdeps/unix/sysv/linux/configure.in: Remove `crypt´ from one
more messages.

24 years agoUpdate.
Ulrich Drepper [Tue, 21 Mar 2000 01:29:48 +0000 (01:29 +0000)]
Update.

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

* sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.

24 years agoUpdate.
Ulrich Drepper [Mon, 20 Mar 2000 22:56:08 +0000 (22:56 +0000)]
Update.

2000-03-16  Thorsten Kukuk  <kukuk@suse.de>

* sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.

24 years agoUpdate.
Ulrich Drepper [Mon, 20 Mar 2000 22:54:01 +0000 (22:54 +0000)]
Update.

* misc/Makefile (routines): Add mincore.

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

* sysdeps/generic/mincore.c: New stub file.

* sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
from latest Linux kernel.

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

24 years agoUpdate.
Ulrich Drepper [Mon, 20 Mar 2000 22:24:28 +0000 (22:24 +0000)]
Update.

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

* grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
_SC_GETPW_R_SIZE_MAX.

* sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase

24 years ago * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase in...
Richard Henderson [Mon, 20 Mar 2000 22:08:26 +0000 (22:08 +0000)]
    * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase         in GLIBC_2.1.4.

* sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
in GLIBC_2.1.4.

2000-03-20  Richard Henderson  <rth@cygnus.com>

24 years agoAdd syscall for setrlimit on version 2.0.
Ulrich Drepper [Mon, 20 Mar 2000 22:06:17 +0000 (22:06 +0000)]
Add syscall for setrlimit on version 2.0.

24 years ago * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead ...
Richard Henderson [Mon, 20 Mar 2000 20:32:11 +0000 (20:32 +0000)]
    * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead         of arithmetic instructions.

        * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
        with the fpcr.  Protect from INV exception.
        * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
        * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
        * sysdeps/alpha/fpu/s_floorf.c: Likewise.

        * sysdeps/alpha/fpu/s_copysign.c: New.
        * sysdeps/alpha/fpu/s_copysignf.c: New.
        * sysdeps/alpha/fpu/s_fabs.c: New.
        * sysdeps/alpha/fpu/s_fabsf.c: New.
        * sysdeps/alpha/fpu/s_rint.c: New.
        * sysdeps/alpha/fpu/s_rintf.c: New.
* sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
of arithmetic instructions.

* sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
with the fpcr.  Protect from INV exception.
* sysdeps/alpha/fpu/s_ceilf.c: Likewise.
* sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
* sysdeps/alpha/fpu/s_floorf.c: Likewise.

* sysdeps/alpha/fpu/s_copysign.c: New.
* sysdeps/alpha/fpu/s_copysignf.c: New.
* sysdeps/alpha/fpu/s_fabs.c: New.
* sysdeps/alpha/fpu/s_fabsf.c: New.
* sysdeps/alpha/fpu/s_rint.c: New.
* sysdeps/alpha/fpu/s_rintf.c: New.

24 years ago * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
Richard Henderson [Mon, 20 Mar 2000 20:24:41 +0000 (20:24 +0000)]
    * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.

* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.

24 years ago * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Kill...
Richard Henderson [Mon, 20 Mar 2000 20:23:05 +0000 (20:23 +0000)]
    * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):         Kill sethae.         * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.         * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):         Use physical addresses not KSEG addresses.         (io_system): Add PYXIS.         (io): Remove hae.reg, sys, hae_shift.         (stb_mb, stw_mb, stl_mb, __sethae): New.         (inline_outb, inline_outw, inline_outl): Don't set hae.         (inline_inb, inline_inw, inline_inl): Likewise.         (dense_sethae): New null function.         (struct cpuinfo_data): New.         (process_cpuinfo): Use local and stack variables, not static.         Move readlink check here from init_iosys.         (init_iosys): Use __pciconfig_iobase first.  Know SX and LX as PYXIS.         (_iopl): Simplify.         (_hae_shift): Calculate it here.         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,         add pciconfig_iobase.

2000-03-20  Richard Henderson  <rth@cygnus.com>

* sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
Kill sethae.
* sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
* sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
Use physical addresses not KSEG addresses.
(io_system): Add PYXIS.
(io): Remove hae.reg, sys, hae_shift.
(stb_mb, stw_mb, stl_mb, __sethae): New.
(inline_outb, inline_outw, inline_outl): Don't set hae.
(inline_inb, inline_inw, inline_inl): Likewise.
(dense_sethae): New null function.
(struct cpuinfo_data): New.
(process_cpuinfo): Use local and stack variables, not static.
Move readlink check here from init_iosys.
(init_iosys): Use __pciconfig_iobase first.  Know SX and LX as PYXIS.
(_iopl): Simplify.
(_hae_shift): Calculate it here.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
add pciconfig_iobase.

24 years ago* locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
Roland McGrath [Mon, 20 Mar 2000 19:21:35 +0000 (19:21 +0000)]
* locale/programs/ld-time.c (time_finish): Use %Z instead of %z.

* locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.

24 years ago* scripts/versions.awk: Fixed version renaming code to distinguish
Roland McGrath [Mon, 20 Mar 2000 18:33:28 +0000 (18:33 +0000)]
* scripts/versions.awk: Fixed version renaming code to distinguish

libraries properly.

24 years ago2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Mon, 20 Mar 2000 18:09:38 +0000 (18:09 +0000)]
2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>

* locale/programs/ld-collate.c (collate_read): Remove bogus cast.
(insert_value, handle_ellipsis, collate_read): Replace %zu in format
strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
but not the former.

24 years agoUpdate.
Ulrich Drepper [Mon, 20 Mar 2000 07:07:18 +0000 (07:07 +0000)]
Update.

* include/stdlib.h: Add prototype for __cxa_atexit.

24 years agoUpdate.
Ulrich Drepper [Mon, 20 Mar 2000 03:46:11 +0000 (03:46 +0000)]
Update.

2000-03-19  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
_SLOWDOWN flags.  Patch by Jim Blandy <jimb@cygnus.com>.

2000-03-17  Cristian Gafton  <gafton@redhat.com>

* elf/Makefile ($(rtld-version-installed-name)): Delay replacing
existing rtld-installed-name.
($(rtld-installed-name)): Request libc-$(version) be installed too.
replace existing rtld-installed-name using $(symbolic-link-prog).

2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>

* locale/programs/ld-collate.c (collate_read): Remove bogus cast.
(insert_value, handle_ellipsis, collate_read): Replace %zu in format
strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
but not the former.

2000-03-19  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
glob64.  Since there is no glob64 in the LFS proposal applications
can assume that glob handles LFS situations.  glob64 is only needed
if alternative filesystem functions are used.

2000-03-19  Geoff Clare  <gwc@unisoft.com>

* sysdeps/generic/glob.c: Correct gl_pathc value returned
when GLOB_DOOFFS is set; correct handling of patterns
containing escaped wildcards (and no unescaped ones);
GLOB_ERR flag was being ignored in some situations.

* posix/globtest.c, posix/globtest.sh: Updated to include
tests for the problems fixed by the above changes to glob.c.

* manual/pattern.texi (Calling Glob): Update description of gl_pathc.

24 years ago* Makeconfig (soversion.i): Use only first match for each lib.
Roland McGrath [Mon, 20 Mar 2000 03:16:32 +0000 (03:16 +0000)]
* Makeconfig (soversion.i): Use only first match for each lib.

24 years ago* Makeconfig (soversion.i): Pass -undef to $(CC) -E.
Roland McGrath [Mon, 20 Mar 2000 01:01:24 +0000 (01:01 +0000)]
* Makeconfig (soversion.i): Pass -undef to $(CC) -E.

24 years ago2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Mon, 20 Mar 2000 01:01:15 +0000 (01:01 +0000)]
2000-03-19  Roland McGrath  <roland@baalperazim.frob.com>

* Makeconfig (soversion.i): Pass -undef to $(CC) -E.

24 years agoUpdate comment about _SLOWDOWN flags.
Ulrich Drepper [Mon, 20 Mar 2000 00:46:01 +0000 (00:46 +0000)]
Update comment about _SLOWDOWN flags.

24 years agoAdd and update many more entries.
Ulrich Drepper [Mon, 20 Mar 2000 00:42:58 +0000 (00:42 +0000)]
Add and update many more entries.

24 years ago* Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
Roland McGrath [Sun, 19 Mar 2000 23:59:13 +0000 (23:59 +0000)]
* Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)

rather than $(sysd-dirs-done) to protect these rules.

24 years ago* Makerules (version-renames.def): Target removed.
Roland McGrath [Sun, 19 Mar 2000 23:38:46 +0000 (23:38 +0000)]
* Makerules (version-renames.def): Target removed.

(Versions.all): Depend on soversions.i directly and parse it.

24 years ago* Makeconfig (soversions.i): New target, input-reading parts of
Roland McGrath [Sun, 19 Mar 2000 23:33:48 +0000 (23:33 +0000)]
* Makeconfig (soversions.i): New target, input-reading parts of

soversions.mk generation moved here; result is a canonicalized
list "LIB VERSION [SET]" for this configuration.
(soversions.mk): Use that as input.  Don't emit map-firstversions.
* Makerules (version-renames.def): New target, generated from
soversions.i with contents that was in $(map-firstversions).
(Versions.all): Don't depend on soversions.mk, depend on
version-renames.def instead; just cat it into the input.

24 years ago* Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
Roland McGrath [Sun, 19 Mar 2000 21:47:12 +0000 (21:47 +0000)]
* Makerules (Versions.all): Use $(foreach ...) instead of sh for loop

for $(map-firstversions), which better handles it being empty.

24 years ago* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
Roland McGrath [Sun, 19 Mar 2000 20:36:44 +0000 (20:36 +0000)]
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest

supported version for libc 0.2.90.libio to GLIBC_2.2.

* Makeconfig (soversions.mk): Grok new third column in shlib-versions,
and use it to emit new variable `map-firstversions'.
* scripts/firstversions.awk: New file.
* Makerules (Versions.all): Use scripts/firstversions.awk and
the $(map-firstversions) value to generate a modified versions list
that includes renames in "A = B" syntax for each version set earlier
than the "earliest symbol version" named in shlib-versions.
* scripts/versions.awk: Recognize "A = B" lines in the input to mean
rename version set A to B in the output to the intermediate file.
* scripts/abi-versions.awk: New file.
* Makerules (abi-versions.h): New target, generated by that script.
[$(versioning) = yes] (before-compile): Prepend abi-versions.h.
* include/shlib-compat.h: New file, uses that generated header.

24 years ago* Makeconfig (soversions.mk): Convert % -> # in shlib-versions
Roland McGrath [Sun, 19 Mar 2000 00:33:02 +0000 (00:33 +0000)]
* Makeconfig (soversions.mk): Convert % -> # in shlib-versions

after stripping # comments, and then run it through cpp.
This allows things like "%ifdef FOO" based on config.h settings.
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio

24 years ago* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
Roland McGrath [Sat, 18 Mar 2000 08:25:32 +0000 (08:25 +0000)]
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED

and other errors that indicate a pseudo-receive happened, grok through
the message buffer for port rights that need references fixed up.

24 years ago2000-03-18 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sat, 18 Mar 2000 08:25:11 +0000 (08:25 +0000)]
2000-03-18  Roland McGrath  <roland@baalperazim.frob.com>

* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
and other errors that indicate a pseudo-receive happened, grok through
the message buffer for port rights that need references fixed up.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 18:48:10 +0000 (18:48 +0000)]
Update.

* misc/sys/mman.h: Add prototype for mincore.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 18:45:19 +0000 (18:45 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.

* sysdeps/unix/sysv/linux/madvise.c: Remove.

* sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
from latest Linux kernel.
* sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 18:39:42 +0000 (18:39 +0000)]
Update.

2000-03-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
entry for GLIBC_2.0 version of setrlimit.
Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 18:34:30 +0000 (18:34 +0000)]
Update.

2000-03-16  Thorsten Kukuk  <kukuk@suse.de>

* nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
* nis/nss_compat/compat-initgroups.c: Likewise.
* nis/nss_nis/nis-initgroups.c: Likewise.
* nis/nss_nis/nis-netgrp.c: Likewise.
* nis/nss_nis/nis-proto.c: Likewise.
* nis/nss_nis/nis-rpc.c: Likewise.
* nis/nss_nis/nis-service.c: Likewise.
* nis/ypclnt.c: Likewise.

doesn't exist, correct checks.  Fixes PR libc/1649.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 18:32:02 +0000 (18:32 +0000)]
Update.

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

* manual/Makefile: MAKEINFO is set to `:' from configure if it
doesn't exist, correct checks. Fixes PR libc/1649.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 18:30:42 +0000 (18:30 +0000)]
Update.

2000-03-16  Thorsten Kukuk  <kukuk@suse.de>

* nscd/hstcache.c: Restore correct UID.
* nscd/pwdcache.c: Likewise.
Patch from Gabor Gombas <gombasg@inf.elte.hu>.

24 years agoRestore correct UID.
Ulrich Drepper [Fri, 17 Mar 2000 18:30:37 +0000 (18:30 +0000)]
Restore correct UID.

24 years ago* sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
Roland McGrath [Fri, 17 Mar 2000 09:27:02 +0000 (09:27 +0000)]
* sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and

macros for register names, in line with 2000-03-14 linux change.

24 years ago* sysdeps/mach/sched_yield.c: New file.
Roland McGrath [Fri, 17 Mar 2000 09:03:47 +0000 (09:03 +0000)]
* sysdeps/mach/sched_yield.c: New file.

2000-03-13  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/generic/lockfile.c: Include <stdio.h>
(_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
case <libio.h> defined them.
(__flockfile, __funlockfile, __ftrylockfile): Functions renamed
from __internal_*.
(flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.

* sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
for more pleasing parse error.

* elf/Makefile: Add rules to compile and run constload1 test.

24 years ago2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 17 Mar 2000 09:03:28 +0000 (09:03 +0000)]
2000-03-13  Roland McGrath  <roland@baalperazim.frob.com>

* sysdeps/generic/lockfile.c: Include <stdio.h>
(_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
case <libio.h> defined them.
(__flockfile, __funlockfile, __ftrylockfile): Functions renamed
from __internal_*.
(flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 05:33:30 +0000 (05:33 +0000)]
Update.

* locale/lc-time.c (_nl_init_era_entries): Correct allocation of
memory for eras.
Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.

24 years agoUpdate.
Ulrich Drepper [Fri, 17 Mar 2000 02:17:59 +0000 (02:17 +0000)]
Update.

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

* elf/Makefile: Add rules to compile and rune constload1 test.
* elf/constload1.c: New file.
* elf/constload2.c: New file.
* elf/constload3.c: New file.

24 years agoUpdate.
Ulrich Drepper [Thu, 16 Mar 2000 21:43:22 +0000 (21:43 +0000)]
Update.

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

* condvar.c: Make tests for ownership of mutex less strict.

24 years agoUpdate.
Ulrich Drepper [Thu, 16 Mar 2000 21:42:07 +0000 (21:42 +0000)]
Update.

24 years agoUpdate.
Ulrich Drepper [Thu, 16 Mar 2000 21:27:52 +0000 (21:27 +0000)]
Update.

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

* mutex.c (__pthread_mutex_lock): Always initialize __m_owner.
(__pthread_mutex_trylock): Likewise.
(__pthread_mutex_unlock): Always clear __m_owner.

24 years ago(__pthread_mutex_lock): Always initialize __m_owner. (__pthread_mutex_trylock): Likew...
Ulrich Drepper [Thu, 16 Mar 2000 21:27:44 +0000 (21:27 +0000)]
(__pthread_mutex_lock): Always initialize __m_owner. (__pthread_mutex_trylock): Likewise. (__pthread_mutex_unlock): Always clear __m_owner.

24 years ago2000-03-15 Andreas Jaeger <aj@suse.de>
Andreas Jaeger [Thu, 16 Mar 2000 11:12:24 +0000 (11:12 +0000)]
2000-03-15  Andreas Jaeger  <aj@suse.de>

* locales/sl_SI: Fix entries for june and july.
Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
libc/1648.
2000-03-15  Andreas Jaeger  <aj@suse.de>

* locales/sl_SI: Fix entries for june and july.
Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
libc/1648.

24 years agoUpdate.
Ulrich Drepper [Thu, 16 Mar 2000 07:08:42 +0000 (07:08 +0000)]
Update.

2000-03-15  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/open64.c: Make __open64 weak alias.
* sysdeps/posix/pread64.c: Make __pread64 weak alias.
* sysdeps/unix/sysv/linux/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
* sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
* sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.

24 years agoUpdate.
Ulrich Drepper [Wed, 15 Mar 2000 07:52:41 +0000 (07:52 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
Nautilus.  Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.

24 years agoUpdate.
Ulrich Drepper [Wed, 15 Mar 2000 07:50:48 +0000 (07:50 +0000)]
Update.

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

* sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.

* timezone/africa: Update from tzdata2000d.
* timezone/asia: Likewise.
* timezone/australasia: Likewise.
* timezone/europe: Likewise.
* timezone/northamerica: Likewise.
* timezone/southamerica: Likewise.

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

* sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
in __sgn1l, otherwise g++ fails to parse this.
Reported by Sean Chen <sean.chen@turbolinux.com>.

24 years agoUpdate.
Ulrich Drepper [Wed, 15 Mar 2000 07:12:44 +0000 (07:12 +0000)]
Update.

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

* mutex.c (__pthread_once): Handle cancelled init function correctly.
(pthread_once_cancelhandler): New function.
Patch by Kaz Kylheku <kaz@ashi.footprints.net>.

24 years agoUpdate.
Ulrich Drepper [Wed, 15 Mar 2000 05:32:11 +0000 (05:32 +0000)]
Update.

* elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
last parameter.  Move code to add map to global scope from here...
* elf/dl-open.c (dl_open_worker): ...here.
* elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
* elf/rtld.c: Adjust call to _dl_map_object_deps.

24 years agoUpdate.
Ulrich Drepper [Wed, 15 Mar 2000 03:30:14 +0000 (03:30 +0000)]
Update.

* locale/programs/ld-collate.c (collate_read): Fix warning.

24 years agoUpdate.
Ulrich Drepper [Wed, 15 Mar 2000 00:37:19 +0000 (00:37 +0000)]
Update.

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

* locales/en_DK: Correct syntax.

From Pablo Saratxaga <pablo@mandrakesoft.com>.

24 years agoUpdate.
Ulrich Drepper [Tue, 14 Mar 2000 16:28:28 +0000 (16:28 +0000)]
Update.

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

* pthread.c (pthread_handle_sigcancel_rt): GS has been renamed to
REG_GS.
(pthread_handle_sigrestart_rt): Likewise.
* signals.c (pthread_sighandler_rt): Likewise.

24 years agoUpdate.
Ulrich Drepper [Tue, 14 Mar 2000 10:39:15 +0000 (10:39 +0000)]
Update.

* sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
values and macros for register names.

24 years agoUpdate.
Ulrich Drepper [Tue, 14 Mar 2000 10:01:31 +0000 (10:01 +0000)]
Update.

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

* libio/iofopncook.c (_IO_cookie_seek): Return error only if value
returned by seek cookie function is -1.

24 years agoUpdate.
Ulrich Drepper [Tue, 14 Mar 2000 09:20:46 +0000 (09:20 +0000)]
Update.

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

* locale/localeconv.c (localeconv): Fix typo.
Reported by Andre Charbonneau <andrec@corel.com>.

This page took 0.084575 seconds and 5 git commands to generate.