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