1 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
3 * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
4 msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
7 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
9 * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
10 __get_phys_pages): Cast &HBI to silence warning.
12 * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
13 * hurd/hurdchdir.c: New file.
14 * hurd/hurdfchdir.c: New file.
15 * sysdeps/mach/hurd/chroot.c: Call
16 _hurd_change_directory_port_from_name to do the work.
17 * sysdeps/mach/hurd/chdir.c: Likewise.
18 * sysdeps/mach/hurd/fchdir.c: Call
19 _hurd_change_directory_port_from_fd to do the work.
20 * hurd/fchroot.c: Likewise.
21 * hurd/hurd.h: Declare them.
23 1999-02-27 Ulrich Drepper <drepper@cygnus.com>
25 * elf/dl-load.c (lose): Add more comments to explain the `why'.
26 (_dl_map_object): Remove redundant test.
28 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
30 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
31 try to _hurd_port_free a lower-numbered descriptor that was not in any
34 1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
36 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
37 declaration for ____wcstod_l_internal.
39 * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
40 __strtod_internal prototype.
41 * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
42 (____strtold_l_internal): Add prototype declaration.
43 (__strtold_l): Call correct function.
45 1999-02-24 Ulrich Drepper <drepper@cygnus.com>
47 * elf/elf.h: Add 32bit HPPA definitions.
49 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
51 * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
52 non-checked heap is restored when malloc checking was requested by
54 (struct malloc_state): Add using_malloc_checking.
55 (MALLOC_STATE_VERSION): Increment minor.
56 (using_malloc_checking, disallow_malloc_check): New variables.
57 (__malloc_check_init): Use them.
58 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
59 that it can the chunk is properly instrumented when malloc
60 checking is enabled. Set the new using_malloc_checking field.
61 (malloc_hook_ini): Correct signature when _LIBC is not defined.
63 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
65 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
66 (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
69 * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
70 Don't call elf_get_dynamic_info and _dl_setup_hash a second time
71 if ld.so is the main program.
73 1999-02-23 Ulrich Drepper <drepper@cygnus.com>
75 * stdio-common/vfprintf.c (vfprintf): If precision or width is too
76 large for work_buffer, allocate new buffer.
77 (printf_unknown): Likewise. [PR libc/988]
79 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
81 * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
82 instead of stat and fstat.
83 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
85 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
87 * elf/dl-error.c (_dl_signal_cerror): New function.
88 (_dl_signal_error): Don't call receiver function.
89 * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
90 instead of _dl_signal_error when reporting references to undefined
92 (_dl_lookup_versioned_symbol): Likewise.
93 (_dl_lookup_versioned_symbol_skip): Likewise.
94 * elf/dl-version.c (match_symbol): Likewise.
96 * elf/ldsodefs.h: Declare _dl_signal_cerror.
98 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
100 * misc/getttyent.c (getttyent): Release lock on stream later to
101 also protect global variable zapchar.
103 * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
104 __times [PR libc/990].
106 1999-02-21 David S. Miller <davem@redhat.com>
108 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
109 parentheses in Feb 2 changes.
110 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
112 1999-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
114 * sysdeps/generic/glob.c (glob): Save previous errno.
116 1999-02-21 Ulrich Drepper <drepper@cygnus.com>
118 * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
119 lookup functions if it is too small.
121 1999-02-20 Ulrich Drepper <drepper@cygnus.com>
123 * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
124 for tracing to the scope lists.
125 * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
126 DT_SYMTAB is always available according to ELF spec.
128 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
129 call test whether there is any scope left.
130 (_dl_lookup_versioned_symbol_skip): Likewise.
132 * elf/Makefile (distribute): Add do-lookup.h.
133 * elf/do-lookup.h: New file. Split out from dl-lookup.c.
134 * elf/dl-lookup.c: Move do_lookup function in separate file and
135 include the file twice, for handling versioning and without it.
137 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
138 entry is already relocated.
139 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
140 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
141 * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
142 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
144 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
146 * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
149 * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
150 load address. Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
151 DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
152 (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
153 rel and rela relocations can both happen and skip one test if this
155 (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
157 * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
159 * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
161 * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
162 (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
163 (_dl_map_object): DT_STRTAB entry is already relocated.
164 * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
166 * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
168 * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
169 DT_VERSYM entries are already relocated.
170 (profile_fixup): Likewise.
171 * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX. Replace
173 (match_symbol): DT_STRTAB entry is already relocated.
174 (_dl_check_map_versions): Likewise. Also fo DT_VERSYM.
175 * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
176 relocated already. DT_SYMTAB and DT_VERSYM entries are also relocated.
177 * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
178 (find_needed): DT_STRTAB entry is already relocated.
179 (dl_main): Pass extra argument to elf_get_dynamic_info.
180 DT_STRTAB entry is already relocated.
181 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
182 DT_PLTGOT entries are already relocated.
183 (elf_machine_rela): Likewise for DT_SYMTAB.
184 * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
186 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
187 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
188 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
189 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
190 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
191 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
192 (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
193 * sysdeps/mips/mips64/dl-machine.h: Likewise.
195 * grp/initgroups.c (initgroups): If function in current module was
196 successful don't stop but continue to process to get all the groups.
198 * elf/dl-load.c (_dl_map_object_from_fd): Use global
199 _dl_pf_to_proot array to convert p_flags value.
200 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
202 * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
203 loop to clear `info'.
205 * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
206 do the work and don't use inline assembler.
208 1999-02-19 Ulrich Drepper <drepper@cygnus.com>
210 * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
211 * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
212 noreturn, and prevent it from being inlined.
213 Define LOSE appropriately.
214 (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
215 Optimize decoding of p_flags for certain platforms.
217 1999-02-19 Philip Blundell <pb@nexus.co.uk>
219 * Makeconfig (link-libc): When doing a static link, make sure that
220 libgcc.a is included both before and after libc.a.
222 1999-02-18 Thorsten Kukuk <kukuk@suse.de>
224 * nis/nss_compat/compat-spwd.c: Fix handling of default values for
225 sp_warn, sp_inact, sp_expire and sp_flag.
227 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
229 * elf/link.h (link_map): Add l_dev and l_ino.
230 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
231 loaded shared object with all laoded objects. Initialize l_ino
232 and l_dev in case it's new.
233 * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
235 * elf/Makefile: Compile and run new test.
236 * elf/multiload.c: New file.
238 * nss/nsswitch.h (service_user): Change name field from const char *
240 (name_database_entry): Likewise.
241 * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
242 for change of `service_user'.
243 (nss_getline): Adjust memory allocation for change of
244 `name_database_entry'.
246 * catgets/catgets.c: Correctly handle NLSPATH from environment
249 * io/Makefile (routines): Add lock64.
250 * io/Versions: Add lockf64 for GLIBC_2.1.1.
251 * sysdeps/generic/lockf64.c: New file.
253 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
255 * string/bits/string2.h: Only use strncmp optimization if count
256 argument is constant.
258 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
260 * sysdeps/mach/hurd/revoke.c: New file.
262 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
264 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
265 int to avoid warning about `ISO C restricts enumerator values to
268 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
270 * elf/dlfcn.h: Fix typo.
271 * sysdeps/generic/bits/dlfcn.h: Likewise.
272 * sysdeps/mips/bits/dlfcn.h: Likewise.
274 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
276 * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
279 * db2/Makefile (distribute): Add LICENSE.
281 1999-02-03 Jeff Bailey <jbailey@nisa.net>
283 * sysdeps/unix/make_errlist.c: Add i18n and copyright to
286 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
288 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
290 * time/mktime.c: Use ISO C form for function definitions and
291 remove unnecessary prototypes.
293 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
295 * time/time.h: Avoid unneccesary #ifdef.
297 1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
299 * stdio-common/_itoa.c (_itoa): Correct parameters to
302 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
304 * misc/sys/cdefs.h: Undefine __PMT since it might be defined
305 before (e.g. in glob.h).
308 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
310 * sysdeps/mips/fpu_control.h: Fix typo.
311 Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
314 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
316 * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
317 the "unused" ends of the sockets. Let pipes be bidirectional.
319 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
321 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
324 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
326 * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by
327 Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
329 * manual/setjmp.texi (Non-Local Exits and Signals): Fix
330 typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
332 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
334 * string/Versions: Add __strverscmp to GLIBC_2.1.1.
336 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
338 * misc/syslog.c (vsyslog): Remember errno for %m format. Fix
339 check for priority mask.
341 1999-02-14 Ulrich Drepper <drepper@cygnus.com>
343 * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
344 Reported by Craig Metz <cmetz@inner.net> .
346 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
348 * stdio-common/Makefile (tests): tllformat added.
350 * stdio-common/tllformat.c: New program, based on tiformat.c with
351 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
353 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
355 * posix/test-vfork.c: Fix exit status test.
357 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
359 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
360 missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
362 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
364 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
365 of separare explicit comparisons.
367 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
369 * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
372 * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
375 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
377 * po/el.po: Update from translation team.
379 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
381 * intl/locale.alias: Fix slovenian entry [PR libc/948].
383 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
385 * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
386 * inet/ruserpass.c: Likewise.
387 * locale/programs/stringtrans.c: Likewise.
388 * locale/programs/localedef.c: Likewise.
389 * nscd/grpcache.c: Likewise.
390 * nss/nss_files/files-XXX.c: Likewise.
391 * stdlib/canonicalize.c: Likewise.
392 * sysdeps/posix/sigwait.c: Likewise.
394 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
396 * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
397 even on 64 bit platforms.
399 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
400 Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
402 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
404 * intl/dcgettext.c: Include locale.h is available.
406 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
408 * po/nl.po: Update from translation team.
410 * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
412 * Makefile: Allow calling goals for po subdir.
414 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
417 * po/el.po: New file.
419 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
421 * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
422 when processing DT_SYMBOLIC objects.
424 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
426 * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
427 program headers without PT_PHDR only require that they are
428 contained within one of the loaded segments. Don't use assert,
429 since that would be a bug in the object, not the dynamic linker.
431 1999-02-08 Richard Henderson <rth@cygnus.com>
433 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
434 restore all call-clobbered fp regs.
436 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
438 * po/cs.po: New file.
440 * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
443 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
445 * signal/signal.h: Don't declare __libc_allocate_rtsig.
446 * include/signal.h: Declare __libc_allocate_rtsig here.
448 * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
449 point functions, not do_lookup since the later can be called more
452 1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
454 * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
455 macro, so that architectures which need to add some special
456 offset to stack pointer can share this file.
458 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
459 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
460 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
461 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
463 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
464 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
465 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
466 between sparc32 and sparc64.
468 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
469 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
470 * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
471 between sparc32 and sparc64.
473 * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
474 * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
475 * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
476 between sparc32 and sparc64.
478 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
479 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
480 * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
481 between sparc32 and sparc64.
483 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
485 * Versions.def: New version GLIBC_2.1.1 for libc.
486 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
487 * stdlib/labs.c: Moved to...
488 * sysdeps/generic/labs.c: ...here.
489 * stdlib/llabs.c: Moved to...
490 * sysdeps/generic/llabs.c: ...here.
491 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
492 header. Declare _Exit.
493 * sysdeps/generic/_exit.c: Add alias _Exit.
494 * sysdeps/mach/hurd/_exit.c: Likewise.
495 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
496 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
497 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
498 * sysdeps/unix/_exit.c: Likewise.
499 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
500 imaxdiv and imaxabs. Declare lldiv_t if necessary.
501 * sysdeps/wordsize-64/inttypes.h: Likewise.
502 * sysdeps/wordsize-32/llabs.c: New file.
503 * sysdeps/wordsize-32/lldiv.c: New file.
504 * sysdeps/wordsize-64/labs.c: New file.
505 * sysdeps/wordsize-64/ldiv.c: New file.
506 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
507 * manual/startup.texi: Document _Exit.
509 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
511 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
513 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
515 * Versions.def: Add versions for ld.so.
516 * csu/Versions: Remove __libc_stack_end here.
517 * elf/Versions: Split libc definitions in libc and ld.so definitions.
518 * elf/Makefile (ld-map): Change to ld.so.map.
519 * scripts/versions.awk: Recognize dot in library names.
521 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
522 Don't use __tolower and __toupper in inline functions.
523 Add optimizing macros for tolower and toupper.
524 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
525 (_toupper): Don't use __toupper.
526 * ctype/ctype.c (tolower): Don't use __tolower.
527 (toupper): Don't use toupper.
529 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
531 * resolv/Versions (libresolv): Export __ns_name_unpack and
533 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
534 make it global. Change all users. Similar for ns_name_ntop.
535 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
536 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
537 directly to detect too small buffer.
538 * resolv/nss_dns/dns-network.c: Likewise.
540 * stdio-common/Makefile (tests): Add scanf12.
541 * stdio-common/scanf12.c: New file.
542 * stdio-common/scanf12.input: New file.
543 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
544 floating-point correctly if the number is invalid.
546 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
548 * stdio-common/printf_fp.c: Likewise.
549 * stdio-common/printf_fphex.c: Likewise.
550 * stdio-common/vfprintf.c: Likewise.
553 See ChangeLog.9 for earlier changes.