]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Update.
[thirdparty/glibc.git] / ChangeLog
1 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
2
3 * Versions.def: New version GLIBC_2.1.1 for libc.
4 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
5 * stdlib/labs.c: Moved to...
6 * sysdeps/generic/labs.c: ...here.
7 * stdlib/llabs.c: Moved to...
8 * sysdeps/generic/llabs.c: ...here.
9 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
10 header. Declare _Exit.
11 * sysdeps/generic/_exit.c: Add alias _Exit.
12 * sysdeps/mach/hurd/_exit.c: Likewise.
13 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
14 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
15 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
16 * sysdeps/unix/_exit.c: Likewise.
17 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
18 imaxdiv and imaxabs. Declare lldiv_t if necessary.
19 * sysdeps/wordsize-64/inttypes.h: Likewise.
20 * sysdeps/wordsize-32/llabs.c: New file.
21 * sysdeps/wordsize-32/lldiv.c: New file.
22 * sysdeps/wordsize-64/labs.c: New file.
23 * sysdeps/wordsize-64/ldiv.c: New file.
24 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
25 * manual/startup.texi: Document _Exit.
26
27 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
28
29 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
30
31 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
32
33 * Versions.def: Add versions for ld.so.
34 * csu/Versions: Remove __libc_stack_end here.
35 * elf/Versions: Split libc definitions in libc and ld.so definitions.
36 * elf/Makefile (ld-map): Change to ld.so.map.
37 * scripts/versions.awk: Recognize dot in library names.
38
39 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
40 Don't use __tolower and __toupper in inline functions.
41 Add optimizing macros for tolower and toupper.
42 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
43 (_toupper): Don't use __toupper.
44 * ctype/ctype.c (tolower): Don't use __tolower.
45 (toupper): Don't use toupper.
46
47 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
48
49 * resolv/Versions (libresolv): Export __ns_name_unpack and
50 __ns_name_ntop.
51 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
52 make it global. Change all users. Similar for ns_name_ntop.
53 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
54 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
55 directly to detect too small buffer.
56 * resolv/nss_dns/dns-network.c: Likewise.
57
58 * stdio-common/Makefile (tests): Add scanf12.
59 * stdio-common/scanf12.c: New file.
60 * stdio-common/scanf12.input: New file.
61 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
62 floating-point correctly if the number is invalid.
63
64 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
65 functions.
66 * stdio-common/printf_fp.c: Likewise.
67 * stdio-common/printf_fphex.c: Likewise.
68 * stdio-common/vfprintf.c: Likewise.
69
70
71 See ChangeLog.9 for earlier changes.