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