1 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3 * resolv/res_hconf.c (parse_line): Skip empty lines. Bug reported
4 by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
6 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8 * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
9 uc_link which is the right name according to Unix98.
10 Reported by Craig Metz [PR libc/1001].
11 * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
12 * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
13 * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
14 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
15 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
16 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
18 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
20 * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
23 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
25 * iconvdata/Makefile: Always include iconv-rules, but disable rule
26 to regenerate it if avoid-generated.
28 * Makeconfig: Always include sys-dirs, but disable rule to
29 regenerate it when avoid-generated.
31 * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
32 rule to generate sysd-syscalls.
34 * elf/Makefile (generated): Remove $(objpfx) from names.
36 1999-02-28 Mark Kettenis <kettenis@gnu.org>
38 * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
39 actual length if the adress length is smaller than the input
40 value. Change type of *LEN paramater to socklen_t.
41 * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
42 * sysdeps/mach/hurd/accept.c (accept): Likewise.
43 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
44 * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
45 paramater to socklen_t.
47 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
49 * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
50 msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
53 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
55 * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
56 __get_phys_pages): Cast &HBI to silence warning.
58 * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
59 * hurd/hurdchdir.c: New file.
60 * hurd/hurdfchdir.c: New file.
61 * sysdeps/mach/hurd/chroot.c: Call
62 _hurd_change_directory_port_from_name to do the work.
63 * sysdeps/mach/hurd/chdir.c: Likewise.
64 * sysdeps/mach/hurd/fchdir.c: Call
65 _hurd_change_directory_port_from_fd to do the work.
66 * hurd/fchroot.c: Likewise.
67 * hurd/hurd.h: Declare them.
69 1999-02-27 Ulrich Drepper <drepper@cygnus.com>
71 * elf/dl-load.c (lose): Add more comments to explain the `why'.
72 (_dl_map_object): Remove redundant test.
74 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
76 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
77 try to _hurd_port_free a lower-numbered descriptor that was not in any
80 1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
82 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
83 declaration for ____wcstod_l_internal.
85 * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
86 __strtod_internal prototype.
87 * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
88 (____strtold_l_internal): Add prototype declaration.
89 (__strtold_l): Call correct function.
91 1999-02-24 Ulrich Drepper <drepper@cygnus.com>
93 * elf/elf.h: Add 32bit HPPA definitions.
95 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
97 * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
98 non-checked heap is restored when malloc checking was requested by
100 (struct malloc_state): Add using_malloc_checking.
101 (MALLOC_STATE_VERSION): Increment minor.
102 (using_malloc_checking, disallow_malloc_check): New variables.
103 (__malloc_check_init): Use them.
104 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
105 that it can the chunk is properly instrumented when malloc
106 checking is enabled. Set the new using_malloc_checking field.
107 (malloc_hook_ini): Correct signature when _LIBC is not defined.
109 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
111 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
112 (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
115 * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
116 Don't call elf_get_dynamic_info and _dl_setup_hash a second time
117 if ld.so is the main program.
119 1999-02-23 Ulrich Drepper <drepper@cygnus.com>
121 * stdio-common/vfprintf.c (vfprintf): If precision or width is too
122 large for work_buffer, allocate new buffer.
123 (printf_unknown): Likewise. [PR libc/988]
125 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
127 * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
128 instead of stat and fstat.
129 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
131 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
133 * elf/dl-error.c (_dl_signal_cerror): New function.
134 (_dl_signal_error): Don't call receiver function.
135 * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
136 instead of _dl_signal_error when reporting references to undefined
138 (_dl_lookup_versioned_symbol): Likewise.
139 (_dl_lookup_versioned_symbol_skip): Likewise.
140 * elf/dl-version.c (match_symbol): Likewise.
142 * elf/ldsodefs.h: Declare _dl_signal_cerror.
144 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
146 * misc/getttyent.c (getttyent): Release lock on stream later to
147 also protect global variable zapchar.
149 * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
150 __times [PR libc/990].
152 1999-02-21 David S. Miller <davem@redhat.com>
154 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
155 parentheses in Feb 2 changes.
156 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
158 1999-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
160 * sysdeps/generic/glob.c (glob): Save previous errno.
162 1999-02-21 Ulrich Drepper <drepper@cygnus.com>
164 * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
165 lookup functions if it is too small.
167 1999-02-20 Ulrich Drepper <drepper@cygnus.com>
169 * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
170 for tracing to the scope lists.
171 * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
172 DT_SYMTAB is always available according to ELF spec.
174 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
175 call test whether there is any scope left.
176 (_dl_lookup_versioned_symbol_skip): Likewise.
178 * elf/Makefile (distribute): Add do-lookup.h.
179 * elf/do-lookup.h: New file. Split out from dl-lookup.c.
180 * elf/dl-lookup.c: Move do_lookup function in separate file and
181 include the file twice, for handling versioning and without it.
183 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
184 entry is already relocated.
185 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
186 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
187 * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
188 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
190 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
192 * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
195 * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
196 load address. Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
197 DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
198 (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
199 rel and rela relocations can both happen and skip one test if this
201 (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
203 * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
205 * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
207 * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
208 (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
209 (_dl_map_object): DT_STRTAB entry is already relocated.
210 * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
212 * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
214 * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
215 DT_VERSYM entries are already relocated.
216 (profile_fixup): Likewise.
217 * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX. Replace
219 (match_symbol): DT_STRTAB entry is already relocated.
220 (_dl_check_map_versions): Likewise. Also fo DT_VERSYM.
221 * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
222 relocated already. DT_SYMTAB and DT_VERSYM entries are also relocated.
223 * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
224 (find_needed): DT_STRTAB entry is already relocated.
225 (dl_main): Pass extra argument to elf_get_dynamic_info.
226 DT_STRTAB entry is already relocated.
227 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
228 DT_PLTGOT entries are already relocated.
229 (elf_machine_rela): Likewise for DT_SYMTAB.
230 * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
232 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
233 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
234 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
235 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
236 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
237 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
238 (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
239 * sysdeps/mips/mips64/dl-machine.h: Likewise.
241 * grp/initgroups.c (initgroups): If function in current module was
242 successful don't stop but continue to process to get all the groups.
244 * elf/dl-load.c (_dl_map_object_from_fd): Use global
245 _dl_pf_to_proot array to convert p_flags value.
246 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
248 * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
249 loop to clear `info'.
251 * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
252 do the work and don't use inline assembler.
254 1999-02-19 Ulrich Drepper <drepper@cygnus.com>
256 * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
257 * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
258 noreturn, and prevent it from being inlined.
259 Define LOSE appropriately.
260 (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
261 Optimize decoding of p_flags for certain platforms.
263 1999-02-19 Philip Blundell <pb@nexus.co.uk>
265 * Makeconfig (link-libc): When doing a static link, make sure that
266 libgcc.a is included both before and after libc.a.
268 1999-02-18 Thorsten Kukuk <kukuk@suse.de>
270 * nis/nss_compat/compat-spwd.c: Fix handling of default values for
271 sp_warn, sp_inact, sp_expire and sp_flag.
273 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
275 * elf/link.h (link_map): Add l_dev and l_ino.
276 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
277 loaded shared object with all laoded objects. Initialize l_ino
278 and l_dev in case it's new.
279 * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
281 * elf/Makefile: Compile and run new test.
282 * elf/multiload.c: New file.
284 * nss/nsswitch.h (service_user): Change name field from const char *
286 (name_database_entry): Likewise.
287 * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
288 for change of `service_user'.
289 (nss_getline): Adjust memory allocation for change of
290 `name_database_entry'.
292 * catgets/catgets.c: Correctly handle NLSPATH from environment
295 * io/Makefile (routines): Add lock64.
296 * io/Versions: Add lockf64 for GLIBC_2.1.1.
297 * sysdeps/generic/lockf64.c: New file.
299 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
301 * string/bits/string2.h: Only use strncmp optimization if count
302 argument is constant.
304 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
306 * sysdeps/mach/hurd/revoke.c: New file.
308 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
310 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
311 int to avoid warning about `ISO C restricts enumerator values to
314 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
316 * elf/dlfcn.h: Fix typo.
317 * sysdeps/generic/bits/dlfcn.h: Likewise.
318 * sysdeps/mips/bits/dlfcn.h: Likewise.
320 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
322 * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
325 * db2/Makefile (distribute): Add LICENSE.
327 1999-02-03 Jeff Bailey <jbailey@nisa.net>
329 * sysdeps/unix/make_errlist.c: Add i18n and copyright to
332 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
334 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
336 * time/mktime.c: Use ISO C form for function definitions and
337 remove unnecessary prototypes.
339 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
341 * time/time.h: Avoid unneccesary #ifdef.
343 1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
345 * stdio-common/_itoa.c (_itoa): Correct parameters to
348 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
350 * misc/sys/cdefs.h: Undefine __PMT since it might be defined
351 before (e.g. in glob.h).
354 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
356 * sysdeps/mips/fpu_control.h: Fix typo.
357 Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
360 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
362 * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
363 the "unused" ends of the sockets. Let pipes be bidirectional.
365 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
367 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
370 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
372 * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by
373 Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
375 * manual/setjmp.texi (Non-Local Exits and Signals): Fix
376 typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
378 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
380 * string/Versions: Add __strverscmp to GLIBC_2.1.1.
382 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
384 * misc/syslog.c (vsyslog): Remember errno for %m format. Fix
385 check for priority mask.
387 1999-02-14 Ulrich Drepper <drepper@cygnus.com>
389 * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
390 Reported by Craig Metz <cmetz@inner.net> .
392 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
394 * stdio-common/Makefile (tests): tllformat added.
396 * stdio-common/tllformat.c: New program, based on tiformat.c with
397 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
399 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
401 * posix/test-vfork.c: Fix exit status test.
403 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
405 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
406 missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
408 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
410 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
411 of separare explicit comparisons.
413 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
415 * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
418 * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
421 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
423 * po/el.po: Update from translation team.
425 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
427 * intl/locale.alias: Fix slovenian entry [PR libc/948].
429 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
431 * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
432 * inet/ruserpass.c: Likewise.
433 * locale/programs/stringtrans.c: Likewise.
434 * locale/programs/localedef.c: Likewise.
435 * nscd/grpcache.c: Likewise.
436 * nss/nss_files/files-XXX.c: Likewise.
437 * stdlib/canonicalize.c: Likewise.
438 * sysdeps/posix/sigwait.c: Likewise.
440 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
442 * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
443 even on 64 bit platforms.
445 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
446 Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
448 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
450 * intl/dcgettext.c: Include locale.h is available.
452 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
454 * po/nl.po: Update from translation team.
456 * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
458 * Makefile: Allow calling goals for po subdir.
460 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
463 * po/el.po: New file.
465 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
467 * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
468 when processing DT_SYMBOLIC objects.
470 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
472 * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
473 program headers without PT_PHDR only require that they are
474 contained within one of the loaded segments. Don't use assert,
475 since that would be a bug in the object, not the dynamic linker.
477 1999-02-08 Richard Henderson <rth@cygnus.com>
479 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
480 restore all call-clobbered fp regs.
482 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
484 * po/cs.po: New file.
486 * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
489 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
491 * signal/signal.h: Don't declare __libc_allocate_rtsig.
492 * include/signal.h: Declare __libc_allocate_rtsig here.
494 * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
495 point functions, not do_lookup since the later can be called more
498 1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
500 * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
501 macro, so that architectures which need to add some special
502 offset to stack pointer can share this file.
504 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
505 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
506 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
507 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
509 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
510 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
511 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
512 between sparc32 and sparc64.
514 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
515 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
516 * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
517 between sparc32 and sparc64.
519 * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
520 * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
521 * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
522 between sparc32 and sparc64.
524 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
525 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
526 * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
527 between sparc32 and sparc64.
529 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
531 * Versions.def: New version GLIBC_2.1.1 for libc.
532 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
533 * stdlib/labs.c: Moved to...
534 * sysdeps/generic/labs.c: ...here.
535 * stdlib/llabs.c: Moved to...
536 * sysdeps/generic/llabs.c: ...here.
537 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
538 header. Declare _Exit.
539 * sysdeps/generic/_exit.c: Add alias _Exit.
540 * sysdeps/mach/hurd/_exit.c: Likewise.
541 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
542 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
543 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
544 * sysdeps/unix/_exit.c: Likewise.
545 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
546 imaxdiv and imaxabs. Declare lldiv_t if necessary.
547 * sysdeps/wordsize-64/inttypes.h: Likewise.
548 * sysdeps/wordsize-32/llabs.c: New file.
549 * sysdeps/wordsize-32/lldiv.c: New file.
550 * sysdeps/wordsize-64/labs.c: New file.
551 * sysdeps/wordsize-64/ldiv.c: New file.
552 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
553 * manual/startup.texi: Document _Exit.
555 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
557 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
559 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
561 * Versions.def: Add versions for ld.so.
562 * csu/Versions: Remove __libc_stack_end here.
563 * elf/Versions: Split libc definitions in libc and ld.so definitions.
564 * elf/Makefile (ld-map): Change to ld.so.map.
565 * scripts/versions.awk: Recognize dot in library names.
567 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
568 Don't use __tolower and __toupper in inline functions.
569 Add optimizing macros for tolower and toupper.
570 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
571 (_toupper): Don't use __toupper.
572 * ctype/ctype.c (tolower): Don't use __tolower.
573 (toupper): Don't use toupper.
575 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
577 * resolv/Versions (libresolv): Export __ns_name_unpack and
579 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
580 make it global. Change all users. Similar for ns_name_ntop.
581 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
582 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
583 directly to detect too small buffer.
584 * resolv/nss_dns/dns-network.c: Likewise.
586 * stdio-common/Makefile (tests): Add scanf12.
587 * stdio-common/scanf12.c: New file.
588 * stdio-common/scanf12.input: New file.
589 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
590 floating-point correctly if the number is invalid.
592 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
594 * stdio-common/printf_fp.c: Likewise.
595 * stdio-common/printf_fphex.c: Likewise.
596 * stdio-common/vfprintf.c: Likewise.
599 See ChangeLog.9 for earlier changes.