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