Update.
[platform/upstream/glibc.git] / ChangeLog
1 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
2
3         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
4         macro, so that architectures which need to add some special
5         offset to stack pointer can share this file.
6
7         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
8         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
9         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
10         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
11
12         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
13         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
14         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
15         between sparc32 and sparc64.
16
17         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
18         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
19         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
20         between sparc32 and sparc64.
21
22         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
23         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
24         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
25         between sparc32 and sparc64.
26
27         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
28         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
29         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
30         between sparc32 and sparc64.
31
32 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
33
34         * Versions.def: New version GLIBC_2.1.1 for libc.
35         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
36         * stdlib/labs.c: Moved to...
37         * sysdeps/generic/labs.c: ...here.
38         * stdlib/llabs.c: Moved to...
39         * sysdeps/generic/llabs.c: ...here.
40         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
41         header.  Declare _Exit.
42         * sysdeps/generic/_exit.c: Add alias _Exit.
43         * sysdeps/mach/hurd/_exit.c: Likewise.
44         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
45         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
46         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
47         * sysdeps/unix/_exit.c: Likewise.
48         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
49         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
50         * sysdeps/wordsize-64/inttypes.h: Likewise.
51         * sysdeps/wordsize-32/llabs.c: New file.
52         * sysdeps/wordsize-32/lldiv.c: New file.
53         * sysdeps/wordsize-64/labs.c: New file.
54         * sysdeps/wordsize-64/ldiv.c: New file.
55         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
56         * manual/startup.texi: Document _Exit.
57
58 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
59
60         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
61
62 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
63
64         * Versions.def: Add versions for ld.so.
65         * csu/Versions: Remove __libc_stack_end here.
66         * elf/Versions: Split libc definitions in libc and ld.so definitions.
67         * elf/Makefile (ld-map): Change to ld.so.map.
68         * scripts/versions.awk: Recognize dot in library names.
69
70         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
71         Don't use __tolower and __toupper in inline functions.
72         Add optimizing macros for tolower and toupper.
73         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
74         (_toupper): Don't use __toupper.
75         * ctype/ctype.c (tolower): Don't use __tolower.
76         (toupper): Don't use toupper.
77
78         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
79
80         * resolv/Versions (libresolv): Export __ns_name_unpack and
81         __ns_name_ntop.
82         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
83         make it global.  Change all users.  Similar for ns_name_ntop.
84         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
85         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
86         directly to detect too small buffer.
87         * resolv/nss_dns/dns-network.c: Likewise.
88
89         * stdio-common/Makefile (tests): Add scanf12.
90         * stdio-common/scanf12.c: New file.
91         * stdio-common/scanf12.input: New file.
92         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
93         floating-point correctly if the number is invalid.
94
95         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
96         functions.
97         * stdio-common/printf_fp.c: Likewise.
98         * stdio-common/printf_fphex.c: Likewise.
99         * stdio-common/vfprintf.c: Likewise.
100
101
102 See ChangeLog.9 for earlier changes.