Update.
[platform/upstream/glibc.git] / ChangeLog
1 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
2
3         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
4         signal definitions.
5
6         * po/el.po: New file.
7
8 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9
10         * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
11         when processing DT_SYMBOLIC objects.
12
13 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14
15         * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
16         program headers without PT_PHDR only require that they are
17         contained within one of the loaded segments.  Don't use assert,
18         since that would be a bug in the object, not the dynamic linker.
19
20 1999-02-08  Richard Henderson  <rth@cygnus.com>
21
22         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
23         restore all call-clobbered fp regs.
24
25 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
26
27         * po/cs.po: New file.
28
29         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
30         SUID binaries.
31
32 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
33
34         * signal/signal.h: Don't declare __libc_allocate_rtsig.
35         * include/signal.h: Declare __libc_allocate_rtsig here.
36
37         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
38         point functions, not do_lookup since the later can be called more
39         than once.
40
41 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
42
43         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
44         macro, so that architectures which need to add some special
45         offset to stack pointer can share this file.
46
47         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
48         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
49         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
50         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
51
52         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
53         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
54         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
55         between sparc32 and sparc64.
56
57         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
58         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
59         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
60         between sparc32 and sparc64.
61
62         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
63         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
64         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
65         between sparc32 and sparc64.
66
67         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
68         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
69         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
70         between sparc32 and sparc64.
71
72 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
73
74         * Versions.def: New version GLIBC_2.1.1 for libc.
75         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
76         * stdlib/labs.c: Moved to...
77         * sysdeps/generic/labs.c: ...here.
78         * stdlib/llabs.c: Moved to...
79         * sysdeps/generic/llabs.c: ...here.
80         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
81         header.  Declare _Exit.
82         * sysdeps/generic/_exit.c: Add alias _Exit.
83         * sysdeps/mach/hurd/_exit.c: Likewise.
84         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
85         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
86         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
87         * sysdeps/unix/_exit.c: Likewise.
88         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
89         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
90         * sysdeps/wordsize-64/inttypes.h: Likewise.
91         * sysdeps/wordsize-32/llabs.c: New file.
92         * sysdeps/wordsize-32/lldiv.c: New file.
93         * sysdeps/wordsize-64/labs.c: New file.
94         * sysdeps/wordsize-64/ldiv.c: New file.
95         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
96         * manual/startup.texi: Document _Exit.
97
98 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
99
100         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
101
102 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
103
104         * Versions.def: Add versions for ld.so.
105         * csu/Versions: Remove __libc_stack_end here.
106         * elf/Versions: Split libc definitions in libc and ld.so definitions.
107         * elf/Makefile (ld-map): Change to ld.so.map.
108         * scripts/versions.awk: Recognize dot in library names.
109
110         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
111         Don't use __tolower and __toupper in inline functions.
112         Add optimizing macros for tolower and toupper.
113         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
114         (_toupper): Don't use __toupper.
115         * ctype/ctype.c (tolower): Don't use __tolower.
116         (toupper): Don't use toupper.
117
118         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
119
120         * resolv/Versions (libresolv): Export __ns_name_unpack and
121         __ns_name_ntop.
122         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
123         make it global.  Change all users.  Similar for ns_name_ntop.
124         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
125         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
126         directly to detect too small buffer.
127         * resolv/nss_dns/dns-network.c: Likewise.
128
129         * stdio-common/Makefile (tests): Add scanf12.
130         * stdio-common/scanf12.c: New file.
131         * stdio-common/scanf12.input: New file.
132         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
133         floating-point correctly if the number is invalid.
134
135         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
136         functions.
137         * stdio-common/printf_fp.c: Likewise.
138         * stdio-common/printf_fphex.c: Likewise.
139         * stdio-common/vfprintf.c: Likewise.
140
141
142 See ChangeLog.9 for earlier changes.