1 1999-03-05 Ulrich Drepper <drepper@cygnus.com>
3 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
4 whether /dev/pts is available.
5 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
8 * posix/globtest.sh: Make common_objpfx path absolute and and db2
9 and hesiod directory to library path [PR libc/1007].
11 1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
13 * resolv/inet_addr.c (inet_aton): Don't allow componets >
14 255. Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
16 1999-03-05 Geoff Keating <geoffk@ozemail.com.au>
18 * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
19 DT_PLTGOT has already been relocated.
20 (__elf_machine_fixup_plt): Likewise.
23 1999-03-04 Roland McGrath <roland@baalperazim.frob.com>
25 * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
27 1999-03-03 Ulrich Drepper <drepper@cygnus.com>
29 * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
30 and fold string to uppercase [PR libc/1005].
32 1999-03-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
34 * elf/dl-load.c (lose): Fix return type.
36 1999-03-03 Roland McGrath <roland@baalperazim.frob.com>
38 * sysdeps/mach/hurd/bits/fcntl.h
39 [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
40 * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
41 set O_NOTRANS as well.
42 (__hurd_file_name_lookup_retry): At successful end of lookup,
43 if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
44 it is a translated node not owned by root.
45 (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
46 on the file name passed to LOOKUP.
48 1999-03-02 Ulrich Drepper <drepper@cygnus.com>
50 * manual/time.texi (High Resolution Timer): Correct computation in
51 example. Reported by jjf@devel.cemsys.com.
53 1999-03-02 Philip Blundell <pb@nexus.co.uk>
55 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
56 entry is already relocated.
58 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
60 * resolv/res_hconf.c (parse_line): Skip empty lines. Bug reported
61 by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
63 1999-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
65 * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
66 uc_link which is the right name according to Unix98.
67 Reported by Craig Metz [PR libc/1001].
68 * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
69 * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
70 * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
71 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
72 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
73 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
75 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
77 * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
80 1999-02-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
82 * iconvdata/Makefile: Always include iconv-rules, but disable rule
83 to regenerate it if avoid-generated.
85 * Makeconfig: Always include sys-dirs, but disable rule to
86 regenerate it when avoid-generated.
88 * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
89 rule to generate sysd-syscalls.
91 * elf/Makefile (generated): Remove $(objpfx) from names.
93 1999-02-28 Mark Kettenis <kettenis@gnu.org>
95 * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
96 actual length if the adress length is smaller than the input
97 value. Change type of *LEN paramater to socklen_t.
98 * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
99 * sysdeps/mach/hurd/accept.c (accept): Likewise.
100 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
101 * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
102 paramater to socklen_t.
104 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
106 * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
107 msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
110 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
112 * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
113 __get_phys_pages): Cast &HBI to silence warning.
115 * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
116 * hurd/hurdchdir.c: New file.
117 * hurd/hurdfchdir.c: New file.
118 * sysdeps/mach/hurd/chroot.c: Call
119 _hurd_change_directory_port_from_name to do the work.
120 * sysdeps/mach/hurd/chdir.c: Likewise.
121 * sysdeps/mach/hurd/fchdir.c: Call
122 _hurd_change_directory_port_from_fd to do the work.
123 * hurd/fchroot.c: Likewise.
124 * hurd/hurd.h: Declare them.
126 1999-02-27 Ulrich Drepper <drepper@cygnus.com>
128 * elf/dl-load.c (lose): Add more comments to explain the `why'.
129 (_dl_map_object): Remove redundant test.
131 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
133 * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
134 try to _hurd_port_free a lower-numbered descriptor that was not in any
137 1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
139 * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
140 declaration for ____wcstod_l_internal.
142 * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
143 __strtod_internal prototype.
144 * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
145 (____strtold_l_internal): Add prototype declaration.
146 (__strtold_l): Call correct function.
148 1999-02-24 Ulrich Drepper <drepper@cygnus.com>
150 * elf/elf.h: Add 32bit HPPA definitions.
152 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
154 * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
155 non-checked heap is restored when malloc checking was requested by
157 (struct malloc_state): Add using_malloc_checking.
158 (MALLOC_STATE_VERSION): Increment minor.
159 (using_malloc_checking, disallow_malloc_check): New variables.
160 (__malloc_check_init): Use them.
161 (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
162 that it can the chunk is properly instrumented when malloc
163 checking is enabled. Set the new using_malloc_checking field.
164 (malloc_hook_ini): Correct signature when _LIBC is not defined.
166 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
168 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
169 (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
172 * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
173 Don't call elf_get_dynamic_info and _dl_setup_hash a second time
174 if ld.so is the main program.
176 1999-02-23 Ulrich Drepper <drepper@cygnus.com>
178 * stdio-common/vfprintf.c (vfprintf): If precision or width is too
179 large for work_buffer, allocate new buffer.
180 (printf_unknown): Likewise. [PR libc/988]
182 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
184 * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
185 instead of stat and fstat.
186 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
188 1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
190 * elf/dl-error.c (_dl_signal_cerror): New function.
191 (_dl_signal_error): Don't call receiver function.
192 * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
193 instead of _dl_signal_error when reporting references to undefined
195 (_dl_lookup_versioned_symbol): Likewise.
196 (_dl_lookup_versioned_symbol_skip): Likewise.
197 * elf/dl-version.c (match_symbol): Likewise.
199 * elf/ldsodefs.h: Declare _dl_signal_cerror.
201 1999-02-22 Ulrich Drepper <drepper@cygnus.com>
203 * misc/getttyent.c (getttyent): Release lock on stream later to
204 also protect global variable zapchar.
206 * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
207 __times [PR libc/990].
209 1999-02-21 David S. Miller <davem@redhat.com>
211 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
212 parentheses in Feb 2 changes.
213 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
215 1999-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
217 * sysdeps/generic/glob.c (glob): Save previous errno.
219 1999-02-21 Ulrich Drepper <drepper@cygnus.com>
221 * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
222 lookup functions if it is too small.
224 1999-02-20 Ulrich Drepper <drepper@cygnus.com>
226 * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
227 for tracing to the scope lists.
228 * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
229 DT_SYMTAB is always available according to ELF spec.
231 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
232 call test whether there is any scope left.
233 (_dl_lookup_versioned_symbol_skip): Likewise.
235 * elf/Makefile (distribute): Add do-lookup.h.
236 * elf/do-lookup.h: New file. Split out from dl-lookup.c.
237 * elf/dl-lookup.c: Move do_lookup function in separate file and
238 include the file twice, for handling versioning and without it.
240 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
241 entry is already relocated.
242 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
243 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
244 * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
245 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
247 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
249 * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
252 * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
253 load address. Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
254 DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
255 (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
256 rel and rela relocations can both happen and skip one test if this
258 (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
260 * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
262 * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
264 * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
265 (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
266 (_dl_map_object): DT_STRTAB entry is already relocated.
267 * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
269 * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
271 * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
272 DT_VERSYM entries are already relocated.
273 (profile_fixup): Likewise.
274 * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX. Replace
276 (match_symbol): DT_STRTAB entry is already relocated.
277 (_dl_check_map_versions): Likewise. Also fo DT_VERSYM.
278 * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
279 relocated already. DT_SYMTAB and DT_VERSYM entries are also relocated.
280 * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
281 (find_needed): DT_STRTAB entry is already relocated.
282 (dl_main): Pass extra argument to elf_get_dynamic_info.
283 DT_STRTAB entry is already relocated.
284 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
285 DT_PLTGOT entries are already relocated.
286 (elf_machine_rela): Likewise for DT_SYMTAB.
287 * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
289 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
290 * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
291 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
292 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
293 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
294 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
295 (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
296 * sysdeps/mips/mips64/dl-machine.h: Likewise.
298 * grp/initgroups.c (initgroups): If function in current module was
299 successful don't stop but continue to process to get all the groups.
301 * elf/dl-load.c (_dl_map_object_from_fd): Use global
302 _dl_pf_to_proot array to convert p_flags value.
303 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
305 * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
306 loop to clear `info'.
308 * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
309 do the work and don't use inline assembler.
311 1999-02-19 Ulrich Drepper <drepper@cygnus.com>
313 * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
314 * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
315 noreturn, and prevent it from being inlined.
316 Define LOSE appropriately.
317 (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
318 Optimize decoding of p_flags for certain platforms.
320 1999-02-19 Philip Blundell <pb@nexus.co.uk>
322 * Makeconfig (link-libc): When doing a static link, make sure that
323 libgcc.a is included both before and after libc.a.
325 1999-02-18 Thorsten Kukuk <kukuk@suse.de>
327 * nis/nss_compat/compat-spwd.c: Fix handling of default values for
328 sp_warn, sp_inact, sp_expire and sp_flag.
330 1999-02-18 Ulrich Drepper <drepper@cygnus.com>
332 * elf/link.h (link_map): Add l_dev and l_ino.
333 * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
334 loaded shared object with all laoded objects. Initialize l_ino
335 and l_dev in case it's new.
336 * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
338 * elf/Makefile: Compile and run new test.
339 * elf/multiload.c: New file.
341 * nss/nsswitch.h (service_user): Change name field from const char *
343 (name_database_entry): Likewise.
344 * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
345 for change of `service_user'.
346 (nss_getline): Adjust memory allocation for change of
347 `name_database_entry'.
349 * catgets/catgets.c: Correctly handle NLSPATH from environment
352 * io/Makefile (routines): Add lock64.
353 * io/Versions: Add lockf64 for GLIBC_2.1.1.
354 * sysdeps/generic/lockf64.c: New file.
356 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
358 * string/bits/string2.h: Only use strncmp optimization if count
359 argument is constant.
361 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
363 * sysdeps/mach/hurd/revoke.c: New file.
365 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
367 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
368 int to avoid warning about `ISO C restricts enumerator values to
371 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
373 * elf/dlfcn.h: Fix typo.
374 * sysdeps/generic/bits/dlfcn.h: Likewise.
375 * sysdeps/mips/bits/dlfcn.h: Likewise.
377 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
379 * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
382 * db2/Makefile (distribute): Add LICENSE.
384 1999-02-03 Jeff Bailey <jbailey@nisa.net>
386 * sysdeps/unix/make_errlist.c: Add i18n and copyright to
389 * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
391 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
393 * time/mktime.c: Use ISO C form for function definitions and
394 remove unnecessary prototypes.
396 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
398 * time/time.h: Avoid unneccesary #ifdef.
400 1999-02-15 Geoff Keating <geoffk@ozemail.com.au>
402 * stdio-common/_itoa.c (_itoa): Correct parameters to
405 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
407 * misc/sys/cdefs.h: Undefine __PMT since it might be defined
408 before (e.g. in glob.h).
411 1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
413 * sysdeps/mips/fpu_control.h: Fix typo.
414 Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
417 1999-02-10 Roland McGrath <roland@baalperazim.frob.com>
419 * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
420 the "unused" ends of the sockets. Let pipes be bidirectional.
422 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
424 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
427 1999-02-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
429 * manual/llio.texi (Waiting for I/O): Correct meaning. Patch by
430 Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
432 * manual/setjmp.texi (Non-Local Exits and Signals): Fix
433 typo. Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
435 1999-02-15 Ulrich Drepper <drepper@cygnus.com>
437 * string/Versions: Add __strverscmp to GLIBC_2.1.1.
439 1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
441 * misc/syslog.c (vsyslog): Remember errno for %m format. Fix
442 check for priority mask.
444 1999-02-14 Ulrich Drepper <drepper@cygnus.com>
446 * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
447 Reported by Craig Metz <cmetz@inner.net> .
449 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
451 * stdio-common/Makefile (tests): tllformat added.
453 * stdio-common/tllformat.c: New program, based on tiformat.c with
454 examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
456 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
458 * posix/test-vfork.c: Fix exit status test.
460 1999-02-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
462 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
463 missing cases. Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
465 1999-02-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
467 * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
468 of separare explicit comparisons.
470 1999-02-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
472 * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
475 * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
478 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
480 * po/el.po: Update from translation team.
482 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
484 * intl/locale.alias: Fix slovenian entry [PR libc/948].
486 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
488 * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
489 * inet/ruserpass.c: Likewise.
490 * locale/programs/stringtrans.c: Likewise.
491 * locale/programs/localedef.c: Likewise.
492 * nscd/grpcache.c: Likewise.
493 * nss/nss_files/files-XXX.c: Likewise.
494 * stdlib/canonicalize.c: Likewise.
495 * sysdeps/posix/sigwait.c: Likewise.
497 1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
499 * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
500 even on 64 bit platforms.
502 * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
503 Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
505 1999-02-09 Ulrich Drepper <drepper@cygnus.com>
507 * intl/dcgettext.c: Include locale.h is available.
509 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
511 * po/nl.po: Update from translation team.
513 * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
515 * Makefile: Allow calling goals for po subdir.
517 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
520 * po/el.po: New file.
522 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
524 * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
525 when processing DT_SYMBOLIC objects.
527 1999-02-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
529 * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
530 program headers without PT_PHDR only require that they are
531 contained within one of the loaded segments. Don't use assert,
532 since that would be a bug in the object, not the dynamic linker.
534 1999-02-08 Richard Henderson <rth@cygnus.com>
536 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
537 restore all call-clobbered fp regs.
539 1999-02-08 Ulrich Drepper <drepper@cygnus.com>
541 * po/cs.po: New file.
543 * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
546 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
548 * signal/signal.h: Don't declare __libc_allocate_rtsig.
549 * include/signal.h: Declare __libc_allocate_rtsig here.
551 * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
552 point functions, not do_lookup since the later can be called more
555 1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
557 * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
558 macro, so that architectures which need to add some special
559 offset to stack pointer can share this file.
561 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
562 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
563 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
564 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
566 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
567 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
568 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
569 between sparc32 and sparc64.
571 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
572 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
573 * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
574 between sparc32 and sparc64.
576 * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
577 * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
578 * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
579 between sparc32 and sparc64.
581 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
582 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
583 * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
584 between sparc32 and sparc64.
586 1999-02-07 Ulrich Drepper <drepper@cygnus.com>
588 * Versions.def: New version GLIBC_2.1.1 for libc.
589 * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
590 * stdlib/labs.c: Moved to...
591 * sysdeps/generic/labs.c: ...here.
592 * stdlib/llabs.c: Moved to...
593 * sysdeps/generic/llabs.c: ...here.
594 * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
595 header. Declare _Exit.
596 * sysdeps/generic/_exit.c: Add alias _Exit.
597 * sysdeps/mach/hurd/_exit.c: Likewise.
598 * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
599 * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
600 * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
601 * sysdeps/unix/_exit.c: Likewise.
602 * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
603 imaxdiv and imaxabs. Declare lldiv_t if necessary.
604 * sysdeps/wordsize-64/inttypes.h: Likewise.
605 * sysdeps/wordsize-32/llabs.c: New file.
606 * sysdeps/wordsize-32/lldiv.c: New file.
607 * sysdeps/wordsize-64/labs.c: New file.
608 * sysdeps/wordsize-64/ldiv.c: New file.
609 * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
610 * manual/startup.texi: Document _Exit.
612 1999-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
614 * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
616 1999-02-06 Ulrich Drepper <drepper@cygnus.com>
618 * Versions.def: Add versions for ld.so.
619 * csu/Versions: Remove __libc_stack_end here.
620 * elf/Versions: Split libc definitions in libc and ld.so definitions.
621 * elf/Makefile (ld-map): Change to ld.so.map.
622 * scripts/versions.awk: Recognize dot in library names.
624 * ctype/ctype.h: Remove definitions of __tolower and __toupper.
625 Don't use __tolower and __toupper in inline functions.
626 Add optimizing macros for tolower and toupper.
627 * ctype/ctype-extn.c (_tolower): Don't use __tolower.
628 (_toupper): Don't use __toupper.
629 * ctype/ctype.c (tolower): Don't use __tolower.
630 (toupper): Don't use toupper.
632 * nscd/cache.c (prune_cache): Correct printing of debugging messages.
634 * resolv/Versions (libresolv): Export __ns_name_unpack and
636 * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
637 make it global. Change all users. Similar for ns_name_ntop.
638 * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
639 user-provided buffer. Use __ns_name_unpack and __ns_name_ntop
640 directly to detect too small buffer.
641 * resolv/nss_dns/dns-network.c: Likewise.
643 * stdio-common/Makefile (tests): Add scanf12.
644 * stdio-common/scanf12.c: New file.
645 * stdio-common/scanf12.input: New file.
646 * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
647 floating-point correctly if the number is invalid.
649 * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
651 * stdio-common/printf_fp.c: Likewise.
652 * stdio-common/printf_fphex.c: Likewise.
653 * stdio-common/vfprintf.c: Likewise.
656 See ChangeLog.9 for earlier changes.