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