1 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3 * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
4 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
5 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
6 Patches from FreeBSD current.
8 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10 * nscd/connections.c (handle_new_request): Handle POLLHUP
12 (close_sockets): Correct parameter to dbg_log.
14 1998-06-27 David S. Miller <davem@pierdol.cobaltmicro.com>
16 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
17 Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
18 (elf_machine_fixup_plt): Likewise.
19 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
20 _dl_pagesize not set, use system call to always get correct answer.
21 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
22 (__syscall_getpagesize): Add
24 1998-06-27 Ulrich Drepper <drepper@cygnus.com>
26 * resolv/res_send.c (res_send): Fix typo.
28 1998-06-25 Andi Kleen <ak@muc.de>
30 * inet/rcmd.c (rcmd): Change to use __poll instead of select.
31 * resolv/res_send.c (res_send): Likewise.
33 1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com>
35 * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
36 * sysdeps/unix/sysv/linux/poll.c: Likewise.
38 1998-06-27 7:07 Richard Henderson <rth@cygnus.com>
40 * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
41 * math/atest-exp2.c (exp_mpn, main): Likewise.
42 * math/atest-sincos.c (main): Likewise.
44 * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow. Move
45 base handling away from strtoul. Always reset errno.
47 * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
49 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
50 _dl_profile_map if _dl_name_match_p.
51 (RTLD_START): Fix .prologue. Set __libc_stack_end.
52 * sysdeps/alpha/elf/start.S: Pass sp as arg 7. Kill __data_start.
54 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
57 * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
58 * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
59 * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
61 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
63 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
65 1998-06-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
67 * nis/nis_call.c: Don't copy server structure.
68 * nis/nis_intern.h: Remove unused entries.
69 * nis/nis_table.c: Rewrite __create_ib_request.
71 1998-06-26 14:37 Ulrich Drepper <drepper@cygnus.com>
73 * configure.in: Check for -fexceptions.
74 * config.make.in: Define exceptions, not no-exceptions.
75 * misc/sys/cdefs.h: Define __PMT. When using modern g++ define
77 * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
79 * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
80 * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
81 lfind, and lsearch prototpypes.
82 * stdlib/stdlib.h: Likewise for bsearch and qsort.
84 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
86 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
88 1998-06-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
90 * Makefile (remove-old-headers): Make phony.
92 * configure.in: Substitute @old_glibc_headers@.
94 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
96 * libc.map: Remove __libc_uid.
98 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
100 * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
103 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
105 * libc.map: Add Alpha-specific io function from protected namespace.
107 1998-06-25 19:26 Ulrich Drepper <drepper@cygnus.com>
109 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
110 * locale/Makefile: Define locale-CPPFLAGS instead of redefining
113 * libc.map: Export __sigaction.
115 1998-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
117 * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
118 (from Linux 2.1.107).
120 1998-06-24 Ulrich Drepper <drepper@cygnus.com>
122 * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
123 position when file was opened here.
124 Reported by Howard Chu <hyc@platinum.com>.
126 * sysdeps/generic/glob.c: Also protect FNM_* macros from being
127 undefined in a second inclusion.
129 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
131 * sysdeps/mach/hurd/i386/Makefile: New file.
132 * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
134 (_hurd_stack_setup): Renamed
135 from __libc_init_first.
136 (__libc_init_first): New function.
137 * sysdeps/mach/hurd/i386/static-start.S: New file.
139 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
141 * sysdeps/mach/hurd/i386/init-first.c
143 1998-06-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
145 * grp/initgroups.c: Use _CALL_DL_FCT.
147 1998-06-23 Mark Kettenis <kettenis@phys.uva.nl>
149 * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
151 1998-06-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
153 * manual/terminal.texi (Pseudo-Terminals): Correct typos.
155 1998-06-23 Ulrich Drepper <drepper@cygnus.com>
157 * config.make.in: Remove LDAP support.
158 * nss/Makefile: Likewise.
160 1998-06-22 17:02 Ulrich Drepper <drepper@cygnus.com>
162 * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
163 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
164 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
165 * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
167 1998-06-02 Gordon Matzigkeit <gord@profitpress.com>
169 * mach/Makefile: Change `mv' invocations to `mv -f'.
170 * mach/Machrules: Likewise.
172 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
174 * config.make.in (old-glibc-headers): Add it.
176 * configure.in: Add test for glibc 2.0.x headers.
178 * Makefile (headers2_0): New variable - contains so far only
179 Linux/Intel glibc 2.0.x headers.
180 (remove-old-headers): New rule to remove headers from glibc 2.0.x.
181 (install): Depend on remove-old-headers.
183 1998-06-19 Mark Kettenis <kettenis@phys.uva.nl>
185 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
186 make ftruncate a weak alias.
187 * sysdeps/mach/hurd/ftruncate.c: Really define function as
189 * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
190 (truncate): Fix function defenition to match prototype.
192 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
194 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
195 unlockpt, ptsname, ptsname_r, openpty and forkpty.
197 1998-06-22 Ulrich Drepper <drepper@cygnus.com>
199 * sysdeps/generic/glob.c: Make it possible to include glob.h
200 before loading glob.c.
201 Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
203 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
205 * nscd/connections.c: Use poll() instead of select().
207 1998-06-22 14:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
209 * sysdeps/generic/Dist: Fix typo.
211 1998-06-20 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
213 * nis/nis_add.c: Avoid unnecessary strlen () calls.
214 * nis/nis_addmember.c: Likewise.
215 * nis/nis_call.c: Likewise.
216 * nis/nis_creategroup.c: Likewise.
217 * nis/nis_destroygroup.c: Likewise.
218 * nis/nis_findserv.c: Likewise.
219 * nis/nis_ismember.c: Likewise.
220 * nis/nis_print.c: Likewise.
221 * nis/nis_print_group_entry.c: Likewise.
222 * nis/nis_removemember.c: Likewise.
223 * nis/nis_verifygroup.c: Likewise.
224 * nis/ypclnt.c: Likewise.
226 * nis/nis_file.c: Close file handles.
228 * nis/nis_callback.c: Fix typo.
230 1998-06-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
232 * nis/Makefile: Add nis-initgroups and compat-initgroups.
233 * nis/libnss_compat.map: Add _nss_compat_initgroups.
234 * nis/libnss_nis.map: Add _nss_nis_initgroups.
235 * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
236 * nis/nss_nis/nis-initgroups.c: Likewise.
237 * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
238 __nss_lookup_function and make it public.
239 * grp/initgroups.c: Rewrite, to use initgroups function from NSS
240 module if exists, else use old method.
242 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
244 * nss/getXXbyYY_r.c (lookup_function): Correct return in type
246 * nss/getXXent_r.c (set_function, end_function, get_function):
247 Likewise. Reported by Thorsten Kukuk.
249 * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
251 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
253 * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
254 1998-06-16 and distribute kernel_termios.h.
256 * nis/Makefile (distribute): Add nis_xdr.h.
258 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
260 * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
261 kernels that don't have sigaltstack.
263 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
265 * sysdeps/generic/bits/sem.h: Don't define union semun.
267 * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
269 * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
271 * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
274 1998-06-18 21:45 Ulrich Drepper <drepper@cygnus.com>
276 * signal/signal.h: Add prototype for __sigaltstack.
277 * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
278 Remove sigstack entry.
279 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
280 * sysdeps/unix/sysv/linux/sigstack.c: New file.
282 * sysdeps/i386/backtrace.c: Add casts.
284 1998-06-18 19:49 Ulrich Drepper <drepper@cygnus.com>
286 * intl/dcgettext.c: use complete type name.
287 * intl/hash-string.h: Likewise.
289 * intl/localealias.c: Undo patch from 1998-04-29.
290 * intl/l10nflist.c: Likewise.
291 * intl/loadinfo.h: Likewise.
293 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
295 * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
297 1998-06-18 16:40 Ulrich Drepper <drepper@cygnus.com>
299 * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
300 _dl_mcount, _dl_mcount_wrapper.
301 * elf/Makefile (routines): Add dl-profstub.
302 * elf/dl-profstub.c: New file.
303 * elf/dl-support.c: Don't define _dl_profile_map.
304 * elf/rtld.c: Likewise.
305 * elf/dlfcn.h: Define DL_CALL_FCT macro.
306 * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
308 * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
310 * iconv/gconv_db.c: Likewise.
311 * iconv/skeleton.c: Likewise.
312 * nss/getXXbyYY_r.c: Likewise.
313 * nss/getXXent_r.c: Likewise.
314 * nss/nsswitch.c: Likewise.
316 1998-06-18 12:29 Ulrich Drepper <drepper@cygnus.com>
318 * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
319 * sysdeps/libm-i387/e_scalbf.S: Likewise.
320 * sysdeps/libm-i387/e_scalbl.S: Likewise.
322 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
324 * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
327 1998-06-18 10:26 Ulrich Drepper <drepper@cygnus.com>
329 * iconvdata/Makefile (modules): Add MACINTOSH.
330 (MACINTOSH-routines): New variable.
331 (distribute): Add macintosh.c.
332 (awk-generated-headers): Add macintosh.h.
333 Add rule for macintosh.h generation.
334 * iconvdata/gconv-modules: Add definitions for MACINTOSH.
335 * iconvdata/macintosh.c: New file.
337 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
339 * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
341 * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
342 only should happen for cy != 0.
344 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
347 1998-06-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
349 * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
350 to compare stack addresses.
352 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
354 * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
357 1998-06-16 David S. Miller <davem@dm.cobaltmicro.com>
359 * sysdeps/sparc/sparc32/dl-machine.h
360 (elf_machine_fixup_plt): During rtld bootstrap, always perform
361 flushes as the kernel will emulate it when the underlying cpu does
364 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
365 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
367 * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
368 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
371 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
372 (__clone): Branch to label .Lerror not __clone_syscall_error.
373 (.Lerror): Fixup EINVAL setting.
374 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
375 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
376 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
377 (__syscall_getgroups, __syscall_setgroups): Add.
379 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
380 (__sigaction): Member name is k_sa_handler. Use memcpy to copy
383 1998-06-16 Ulrich Drepper <drepper@cygnus.com>
385 * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
387 * string/Makefile: Make sure test-ffs does not use builtins.
389 1998-06-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
391 * sunrpc/svc.c: Check for NULL pointer.
393 * nis/libnsl.map: Add public NIS+ xdr functions.
395 * nis/rpcsvc/nis_callback.h: New file.
396 * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
397 * nis/nis_xdr.h: ... here.
399 * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
400 pointers, use NIS+ defines where possible.
401 * nis/nis_cache.c: Likewise.
402 * nis/nis_cache2_xdr.c: Likewise.
403 * nis/nis_call.c: Likewise.
404 * nis/nis_checkpoint.c: Likewise.
405 * nis/nis_clone_dir.c: Likewise.
406 * nis/nis_clone_obj.c: Likewise.
407 * nis/nis_clone_res.c: Likewise.
408 * nis/nis_creategroup.c: Likewise.
409 * nis/nis_file.c: Likewise.
410 * nis/nis_free.c: Likewise.
411 * nis/nis_getservlist.c: Likewise.
412 * nis/nis_local_names.c: likewise.
413 * nis/nis_lookup.c: Likewise.
414 * nis/nis_mkdir.c: Likewise.
415 * nis/nis_modify.c: Likewise.
416 * nis/nis_ping.c: Likewise.
417 * nis/nis_print.c: Likewise.
418 * nis/nis_remove.c: Likewise.
419 * nis/nis_removemember.c: Likewise.
420 * nis/nis_rmdir.c: Likewise.
421 * nis/nis_server.c: Likewise.
422 * nis/nis_table.c: Likewise.
423 * nis/nis_util.c: Likewise.
424 * nis/nis_verifygroup.c: Likewise.
425 * nis/nis_xdr.c: Likewise.
426 * nis/nis_callback.c: Likewise, and move xdr functions from here ...
427 * nis/nis_xdr.c: ... to here.
429 1998-06-15 18:07 Ulrich Drepper <drepper@cygnus.com>
431 * iconvdata/ksc5601.h: Clean up a bit.
433 1998-06-15 14:35 Ulrich Drepper <drepper@cygnus.com>
435 * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
436 and process incoming data.
437 * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
438 fragments as invalid.
439 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
441 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
443 Removal of duplicates like "the the".
444 * manual/time.texi (TZ Variable): Likewise.
445 * manual/users.texi (Manipulating the Database): Likewise.
446 * manual/sysinfo.texi (Filesystem handling): Likewise.
447 * manual/signal.texi (Signaling Yourself): Likewise.
448 * manual/message.texi (Message Translation): Likewise.
449 (Common Usage): Likewise.
450 * manual/llio.texi: Likewise.
451 * manual/arith.texi (Old-style number conversion): Likewise.
452 * manual/argp.texi (Argp): Likewise.
453 (Argp Parsers): Likewise.
454 (Argp Help Filtering): Likewise.
456 * hesiod/README.hesiod: Correct typo.
458 * manual/llio.texi: Correct typos.
459 * manual/sysinfo.texi: Likewise.
461 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
463 * rt/aio.h: Rename __op to __operation for g++.
465 1998-06-13 20:17 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
467 * iconvdata/gen-8bit-gap.sh: Use awk not perl. Clean up sed
469 * iconvdata/gen-8bit-gap-1.sh: Likewise.
470 * iconvdata/gen-8bit.sh: Clean up sed script.
472 * iconvdata/Makefile: Remove all PERL conditionals; build all
473 the modules all the time. Export AWK.
474 (gen-8bit-gap): Delete setting of PERL.
475 (gen-8bit-gap-1): Likewise.
476 (perl-generated-headers): Renamed awk-generated-headers.
478 * iconvdata/gap.pl: Removed.
479 * iconvdata/gaptab.pl: Removed.
480 * iconvdata/gap.awk: New file.
481 * iconvdata/gaptab.awk: New file.
483 1998-06-15 Ulrich Drepper <drepper@cygnus.com>
485 * sysdeps/generic/Dist: Add errno-loc.c.
487 * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
490 1998-06-14 14:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
492 * stdio-common/bug12.c: New test for fread()/fseek().
493 * stdio-common/Makefile (tests): Add bug12.
495 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
497 * sysdeps/generic/elf/backtracesyms.c: Make array elements
499 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
500 * debug/execinfo.h: Update declaration.
502 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
504 * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
505 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
506 * debug/execinfo.h: Update declaration.
508 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
510 * manual/llio.texi: Fix spelling.
511 * manual/sysinfo.texi: Fix spelling.
513 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
515 * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
516 alias for old name. Put this on __libc_subfreeres.
517 * misc/search.h: Declare it.
519 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
521 * string/bits/string2.h (strcmp): Add missing parens around macro
524 1998-06-12 23:34 Ulrich Drepper <drepper@cygnus.com>
526 * manual/arith.texi: Fix problem with @math and texinfo.tex.
528 * manual/filesys.texi: Document LFS functions.
529 * manual/llio.texi: Likewise.
530 * manual/stdio.texi: Likewise.
531 * manual/time.texi: Likewise.
533 * manual/llio.texi: Document AIO functions.
535 * resource/sys/resource.h: Mark second argument of setrlimit as const.
536 * sysdeps/generic/setrlimit.c: Likewise.
537 * sysdeps/generic/setrlimit64.c: Likewise.
538 * sysdeps/mach/hurd/setrlimit.c: Likewise.
539 * sysdeps/unix/sysv/setrlimit.c: Likewise.
541 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
543 * sysdeps/generic/getenv.c: Fix last change.
545 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
547 * sysdeps/generic/backtrace.c: Provide generic implementation.
549 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
551 * configure.in: Give visual feedback of the default directories we
554 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
556 * io/fts.c (fts_build): Define oflag only if needed.
558 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
560 * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
562 1998-06-11 Ulrich Drepper <drepper@cygnus.com>
564 * libc.map: Don't export argp's fmtstream handling functions.
566 * manual/sysinfo.texi: Document fstab and mtab handling functions.
567 * manual/llio.texi: Document more LFS functions and start documenting
570 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
572 * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
573 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
574 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
575 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
577 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
579 * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
580 makes it easier to undump emacs.
581 * sysdeps/powerpc/bits/endian.h: Use more informative error message
582 for when the endianness can't be determined.
584 1998-06-04 13:19 Geoff Keating <geoffk@ozemail.com.au>
586 * nss/Makefile: Add files publickey database support.
587 * nss/libnss_files.map: Export the required functions.
588 * nss/nss_files/files-key.c: Implement it.
589 * sunrpc/rpc/auth_des.h: Correct typos in comments.
591 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
593 * iconv/gconv_builtin.h: Add aliases for CORBA.
594 * iconvdata/gconv-modules: Likewise.
596 1998-06-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
598 * math/libm-test.c (main): Call exp10_test.
599 (exp10_test): New function which tests exp10.
601 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
603 * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
606 * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
607 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
608 * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
610 1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
612 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
613 in the variable, not its GOT slot.
615 1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
617 * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
619 * sysdeps/m68k/fpu/e_exp10.c: New file.
620 * sysdeps/m68k/fpu/e_exp10f.c: New file.
621 * sysdeps/m68k/fpu/e_exp10l.c: New file.
623 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
624 _dl_profile_map only if the name matches.
625 (_dl_start_user): Remember stack address.
626 * sysdeps/m68k/elf/start.S: Pass new argument to
629 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
631 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
632 * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
633 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
634 * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
635 * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
637 1998-06-09 18:16 Ulrich Drepper <drepper@cygnus.com>
639 * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
640 * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
641 * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
642 * math/bits/mathcalls.h: Add definitions for exp10 and pow10
644 * sysdeps/libm-i387/e_exp10.S: New file.
645 * sysdeps/libm-i387/e_exp10f.S: New file.
646 * sysdeps/libm-i387/e_exp10l.S: New file.
647 * sysdeps/libm-ieee754/e_exp10.c: New file.
648 * sysdeps/libm-ieee754/e_exp10f.c: New file.
649 * sysdeps/libm-ieee754/e_exp10l.c: New file.
650 * sysdeps/libm-ieee754/w_exp10.c: New file.
651 * sysdeps/libm-ieee754/w_exp10f.c: New file.
652 * sysdeps/libm-ieee754/w_exp10l.c: New file.
653 * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
655 1998-05-25 22:18 H.J. Lu <hjl@gnu.org>
657 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
658 sys/elf.h and sys/reg.h.
659 * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
660 * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
661 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
662 * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
664 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
665 PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
667 1998-06-09 Ulrich Drepper <drepper@cygnus.com>
669 * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
670 __data member only for gcc. Reported by ak@muc.de.
672 * misc/mntent.h: Undo last patch.
673 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
674 * misc/tst/mntent.c: Adjust code for this change.
676 * io/fts.c: Updated from a slightly more recent BSD version.
677 * io/fts.h: Likewise.
679 * libc.map: Add __libc_stack_end.
681 * db2/Makefile (routines): Add lock_region.
682 * db2/config.h: Update from db-2.4.14.
683 * db2/db.h: Likewise.
684 * db2/db_185.h: Likewise.
685 * db2/db_int.h: Likewise.
686 * db2/btree/bt_close.c: Likewise.
687 * db2/btree/bt_compare.c: Likewise.
688 * db2/btree/bt_conv.c: Likewise.
689 * db2/btree/bt_cursor.c: Likewise.
690 * db2/btree/bt_delete.c: Likewise.
691 * db2/btree/bt_open.c: Likewise.
692 * db2/btree/bt_page.c: Likewise.
693 * db2/btree/bt_put.c: Likewise.
694 * db2/btree/bt_rec.c: Likewise.
695 * db2/btree/bt_recno.c: Likewise.
696 * db2/btree/bt_rsearch.c: Likewise.
697 * db2/btree/bt_search.c: Likewise.
698 * db2/btree/bt_split.c: Likewise.
699 * db2/btree/bt_stat.c: Likewise.
700 * db2/btree/btree.src: Likewise.
701 * db2/btree/btree_auto.c: Likewise.
702 * db2/clib/getlong.c: Likewise.
703 * db2/common/db_appinit.c: Likewise.
704 * db2/common/db_apprec.c: Likewise.
705 * db2/common/db_byteorder.c: Likewise.
706 * db2/common/db_err.c: Likewise.
707 * db2/common/db_log2.c: Likewise.
708 * db2/common/db_region.c: Likewise.
709 * db2/common/db_salloc.c: Likewise.
710 * db2/common/db_shash.c: Likewise.
711 * db2/db/db.c: Likewise.
712 * db2/db/db.src: Likewise.
713 * db2/db/db_auto.c: Likewise.
714 * db2/db/db_conv.c: Likewise.
715 * db2/db/db_dispatch.c: Likewise.
716 * db2/db/db_dup.c: Likewise.
717 * db2/db/db_overflow.c: Likewise.
718 * db2/db/db_pr.c: Likewise.
719 * db2/db/db_rec.c: Likewise.
720 * db2/db/db_ret.c: Likewise.
721 * db2/db/db_thread.c: Likewise.
722 * db2/db185/db185.c: Likewise.
723 * db2/db185/db185_int.h: Likewise.
724 * db2/dbm/dbm.c: Likewise.
725 * db2/hash/hash.c: Likewise.
726 * db2/hash/hash.src: Likewise.
727 * db2/hash/hash_auto.c: Likewise.
728 * db2/hash/hash_conv.c: Likewise.
729 * db2/hash/hash_debug.c: Likewise.
730 * db2/hash/hash_dup.c: Likewise.
731 * db2/hash/hash_func.c: Likewise.
732 * db2/hash/hash_page.c: Likewise.
733 * db2/hash/hash_rec.c: Likewise.
734 * db2/hash/hash_stat.c: Likewise.
735 * db2/include/btree.h: Likewise.
736 * db2/include/btree_ext.h: Likewise.
737 * db2/include/clib_ext.h: Likewise.
738 * db2/include/common_ext.h: Likewise.
739 * db2/include/cxx_int.h: Likewise.
740 * db2/include/db.h.src: Likewise.
741 * db2/include/db_185.h.src: Likewise.
742 * db2/include/db_am.h: Likewise.
743 * db2/include/db_auto.h: Likewise.
744 * db2/include/db_cxx.h: Likewise.
745 * db2/include/db_dispatch.h: Likewise.
746 * db2/include/db_ext.h: Likewise.
747 * db2/include/db_int.h.src: Likewise.
748 * db2/include/db_page.h: Likewise.
749 * db2/include/db_shash.h: Likewise.
750 * db2/include/db_swap.h: Likewise.
751 * db2/include/hash.h: Likewise.
752 * db2/include/hash_ext.h: Likewise.
753 * db2/include/lock.h: Likewise.
754 * db2/include/lock_ext.h: Likewise.
755 * db2/include/log.h: Likewise.
756 * db2/include/log_ext.h: Likewise.
757 * db2/include/mp.h: Likewise.
758 * db2/include/mp_ext.h: Likewise.
759 * db2/include/mutex_ext.h: Likewise.
760 * db2/include/os_ext.h: Likewise.
761 * db2/include/os_func.h: Likewise.
762 * db2/include/queue.h: Likewise.
763 * db2/include/shqueue.h: Likewise.
764 * db2/include/txn.h: Likewise.
765 * db2/lock/lock.c: Likewise.
766 * db2/lock/lock_conflict.c: Likewise.
767 * db2/lock/lock_deadlock.c: Likewise.
768 * db2/lock/lock_region.c: Likewise.
769 * db2/lock/lock_util.c: Likewise.
770 * db2/log/log.c: Likewise.
771 * db2/log/log.src: Likewise.
772 * db2/log/log_archive.c: Likewise.
773 * db2/log/log_auto.c: Likewise.
774 * db2/log/log_compare.c: Likewise.
775 * db2/log/log_findckp.c: Likewise.
776 * db2/log/log_get.c: Likewise.
777 * db2/log/log_put.c: Likewise.
778 * db2/log/log_rec.c: Likewise.
779 * db2/log/log_register.c: Likewise.
780 * db2/mp/mp_bh.c: Likewise.
781 * db2/mp/mp_fget.c: Likewise.
782 * db2/mp/mp_fopen.c: Likewise.
783 * db2/mp/mp_fput.c: Likewise.
784 * db2/mp/mp_fset.c: Likewise.
785 * db2/mp/mp_open.c: Likewise.
786 * db2/mp/mp_pr.c: Likewise.
787 * db2/mp/mp_region.c: Likewise.
788 * db2/mp/mp_sync.c: Likewise.
789 * db2/mutex/68020.gcc: Likewise.
790 * db2/mutex/mutex.c: Likewise.
791 * db2/mutex/parisc.gcc: Likewise.
792 * db2/mutex/parisc.hp: Likewise.
793 * db2/mutex/sco.cc: Likewise.
794 * db2/os/os_abs.c: Likewise.
795 * db2/os/os_alloc.c: Likewise.
796 * db2/os/os_config.c: Likewise.
797 * db2/os/os_dir.c: Likewise.
798 * db2/os/os_fid.c: Likewise.
799 * db2/os/os_fsync.c: Likewise.
800 * db2/os/os_map.c: Likewise.
801 * db2/os/os_oflags.c: Likewise.
802 * db2/os/os_open.c: Likewise.
803 * db2/os/os_rpath.c: Likewise.
804 * db2/os/os_rw.c: Likewise.
805 * db2/os/os_seek.c: Likewise.
806 * db2/os/os_sleep.c: Likewise.
807 * db2/os/os_spin.c: Likewise.
808 * db2/os/os_stat.c: Likewise.
809 * db2/os/os_unlink.c: Likewise.
810 * db2/progs/db_archive/db_archive.c: Likewise.
811 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
812 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
813 * db2/progs/db_dump/db_dump.c: Likewise.
814 * db2/progs/db_dump185/db_dump185.c: Likewise.
815 * db2/progs/db_load/db_load.c: Likewise.
816 * db2/progs/db_printlog/db_printlog.c: Likewise.
817 * db2/progs/db_recover/db_recover.c: Likewise.
818 * db2/progs/db_stat/db_stat.c: Likewise.
819 * db2/txn/txn.c: Likewise.
820 * db2/txn/txn.src: Likewise.
821 * db2/txn/txn_auto.c: Likewise.
822 * db2/txn/txn_rec.c: Likewise.
824 * elf/rtld.c: Move definition of __libc_stack_end to ...
825 * sysdeps/generic/dl-sysdep.h: ...here.
827 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
828 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
829 * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
831 * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
832 * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
835 1998-06-08 21:44 Ulrich Drepper <drepper@cygnus.com>
837 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
838 from mntent correctly.
840 1998-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
842 * sunrpc/Makefile (generated): Correct typo.
844 1998-06-04 Philip Blundell <philb@gnu.org>
846 * elf/elf.h (EM_ARM, et al.): New definitions.
847 * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
849 1998-06-08 21:33 Ulrich Drepper <drepper@cygnus.com>
851 * localedata/SUPPORTED: Add sk_SK.
852 * localedata/locales/sk_SK: New file.
854 1998-06-08 18:57 Ulrich Drepper <drepper@cygnus.com>
856 * Makeconfig (subdirs): Add debug.
857 * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
858 * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
860 * sysdeps/generic/backtrace.c: New file.
861 * sysdeps/generic/backtracesyms.c: New file.
862 * sysdeps/generic/elf/backtracesyms.c: New file.
863 * sysdeps/i386/backtrace.c: New file.
864 * debug/Makefile: New file.
865 * debug/backtrace-tst.c: New file.
866 * debug/execinfo.h: New file.
868 1998-06-08 13:34 Ulrich Drepper <drepper@cygnus.com>
870 * elf/sprof.c: Implement call graph profiling.
872 * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
874 1998-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
876 * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
877 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
878 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
879 Noticed by Jake Garver <garver@valkyrie.net>.
881 1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
883 * libio/genops.c (__underflow): Read character from read pointer
887 1998-06-07 13:32 Ulrich Drepper <drepper@cygnus.com>
889 * libc.map: Add _dl_profile.
890 * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
891 this to ELF_DYNAMIC_RELOCATE.
892 Always allocate array for relocation result if LD_PROFILE is defined.
893 * elf/ldsodefs.h: Adjust prototypes.
894 * elf/dl-open.c (_dl_open): Call relocation function with extra
896 * elf/rtld.c: Likewise.
897 * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
898 Correct loop condition.
899 * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
900 consider_profile to runtime setup function.
901 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
902 _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
904 * elf/dl-support.c: Define __libc_stack_end.
905 * elf/rtld.c: Likewise.
906 * sysdeps/generic/libc-start.c: Store last stack address in
908 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
909 * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
911 * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
912 Include <stdint.h>, not <inttypes.h>.
914 * elf/sprof.c: Implement flat profiling.
916 * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
917 _IO_funlockfile explicitly.
918 * libio/fileops.c: Likewise.
919 * libio/fputc.c: Likewise.
920 * libio/freopen.c: Likewise.
921 * libio/freopen64.c: Likewise.
922 * libio/fseek.c: Likewise.
923 * libio/fseeko.c: Likewise.
924 * libio/fseeko64.c: Likewise.
925 * libio/ftello.c: Likewise.
926 * libio/ftello64.c: Likewise.
927 * libio/getc.c: Likewise.
928 * libio/getchar.c: Likewise.
929 * libio/iofclose.c: Likewise.
930 * libio/iofflush.c: Likewise.
931 * libio/iofgetpos.c: Likewise.
932 * libio/iofgetpos64.c: Likewise.
933 * libio/iofgets.c: Likewise.
934 * libio/iofputs.c: Likewise.
935 * libio/iofread.c: Likewise.
936 * libio/iofsetpos.c: Likewise.
937 * libio/iofsetpos64.c: Likewise.
938 * libio/ioftell.c: Likewise.
939 * libio/iofwrite.c: Likewise.
940 * libio/iogetdelim.c: Likewise.
941 * libio/iogets.c: Likewise.
942 * libio/ioputs.c: Likewise.
943 * libio/ioseekoff.c: Likewise.
944 * libio/ioseekpos.c: Likewise.
945 * libio/iosetbuffer.c: Likewise.
946 * libio/iosetvbuf.c: Likewise.
947 * libio/ioungetc.c: Likewise.
948 * libio/iovsprintf.c: Likewise.
949 * libio/iovsscanf.c: Likewise.
950 * libio/oldfileops.c: Likewise.
951 * libio/oldiofclose.c: Likewise.
952 * libio/peekc.c: Likewise.
953 * libio/putc.c: Likewise.
954 * libio/putchar.c: Likewise.
955 * libio/rewind.c: Likewise.
957 * malloc/mtrace.c: Pretty print.
959 * misc/mntent.h (struct mentent): Make string elements const char *.
961 * nis/nis_printf.c: Optimize I/O a little bit.
963 * signal/Makefile (distribute): Add sigset-cvt-mask.h.
964 * sysdeps/generic/sigset-cvt-mask.h: New file.
965 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
966 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
967 * sysdeps/posix/sigvec.c: Rewrite the use definitions from
968 sigset-cvt-mask.h to do the dirty work.
969 Patches by Joe Keane.
971 * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
973 * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
974 syscall_error label in case of PIC anonymous.
975 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
976 * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
977 * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
978 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
979 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
980 * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
981 * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
983 1998-06-05 Ulrich Drepper <drepper@cygnus.com>
985 * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
986 we cannot declare the struct element as const.
987 * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
988 * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
990 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
992 * manual/Makefile: Include ../Makeconfig earlier.
993 (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
995 (dir-add.texinfo): Remove useless $(SHELL).
997 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
999 * Makefile (others): Build programs from install-bin.
1000 * configure.in: Modify config.make only if is was just created and
1001 move that command to second argument of AC_OUTPUT. Add command to
1002 set config_vars in config.status.
1004 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1006 * malloc/Makefile (address-width): Fix conditional.
1008 1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1010 * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1011 putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1012 strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1015 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1017 * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1018 (Floating Point Parameters): Likewise.
1020 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1022 * hurd/Makefile (routines): Add cthreads.
1024 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1026 * login/login.c (login): Let pututline take care of finding the
1027 positin to insert the UTMP entry. This corrects a bug where ssh
1028 was not reusing UTMP entries marked as DEAD_PROCESS.
1029 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1031 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1033 * login/Makefile (tests): New variable, add tst-utmp and
1035 * login/tst-utmp.c: New file.
1036 * login/tst-utmpx.c: New file.
1038 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1040 * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1041 aliases for _hurd_nerr, for programs that don't use sys_errlist,
1044 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1046 * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1047 * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1049 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1051 * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1052 make __read a weak alias. Use ANSI-style function definition.
1053 * sysdeps/mach/hurd/write.c: Likewise.
1055 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1057 * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1060 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
1062 * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1063 Renamed from librtld.so.
1065 1998-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1067 * libc.map: Remove _IO_getline_info which was erroneously
1068 introduced in section GLIBC_2.0.
1069 Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1071 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1073 * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1074 created a weak alias.
1075 * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1077 1998-05-31 Gordon Matzigkeit <gord@profitpress.com>
1079 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1080 ftruncate function, and create a weak alias to ftruncate.
1082 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1084 * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1085 * inet/getnetgrent_r.c: Likewise.
1086 * nss/getXXbyYY_r.c: Likewise.
1087 * nss/getXXent_r.c: Likewise.
1088 * pwd/fgetpwent_r.c: Likewise.
1089 * shadow/sgetspent_r.c: Likewise.
1090 * shadow/fgetspent_r.c: Likewise.
1091 * sunrpc/publickey.c: Likewise.
1093 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1095 * hurd/libhurduser.map: New file.
1096 * mach/libmachuser.map: Likewise.
1098 * libc.map: Add Hurd-specific functions to version 2.1.
1099 Add __flshfp and __fillbf.
1101 1998-05-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1103 * manual/signal.texi (Basic Signal Handling): Fix typo.
1104 * manual/errno.texi (Error Codes): Likewise.
1106 1998-06-02 Ulrich Drepper <drepper@cygnus.com>
1108 * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1109 instead of <sys/socket.h>.
1110 Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1112 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1113 Finally make it working.
1114 Patch by Mark Hatle <fray@kernel.crashing.org>.
1116 1998-03-22 Paul Eggert <eggert@twinsun.com>
1118 * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1121 1998-05-30 Philip Blundell <Philip.Blundell@pobox.com>
1123 * stdlib/gmp-impl.h: Support strange mixed-endian double format
1124 used by ARM systems.
1125 * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1127 * sysdeps/arm/bits/fenv.h: Deleted.
1128 * sysdeps/arm/fpu/ieee754.h: New file.
1129 * sysdeps/arm/gmp-mparam.h: New file.
1130 * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1133 1998-06-01 Ulrich Drepper <drepper@cygnus.com>
1135 * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1137 * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1138 of ((unused)). Reported by Bruno Haible.
1140 1998-05-31 Philip Blundell <philb@gnu.org>
1142 * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1143 referring to errno and _errno.
1145 * sysdeps/arm/fpu/feholdexcpt.c: New file.
1147 * sysdeps/i386/fpu_control.h: Fix typo.
1149 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1150 (_JMPBUF_UNWINDS): Added.
1151 * sysdeps/arm/fpu/bits/setjmp.h: New file.
1153 1998-05-25 Gordon Matzigkeit <gord@profitpress.com>
1155 * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1156 order to build header files, not `generated'.
1158 * Rules (before-compile): New target which depends on all
1159 $(before-compile) files.
1161 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1163 * nis/nis_call.c: Make directory search faster.
1165 * nis/nis_callback.c: Insert public key of user in callback data.
1167 * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1169 * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1171 * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1173 * nis/nis_intern.h: Remove duplicated prototype.
1175 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1177 * sunrpc/auth_des.c: Move prototypes from here ...
1178 * sunrpc/rpc/auth.h: ... to here.
1180 * sunrpc/clnt_tcp.c: Add more control flags.
1181 * sunrpc/clnt_udp.c: Likewise.
1183 * sunrpc/netname.c (host2netname): Remove prefixing dot from
1186 * sunrpc/rpc/clnt.h: Document, which control flags are not
1189 * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1191 1998-05-29 Ulrich Drepper <drepper@cygnus.com>
1193 * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1194 files crash the program.
1196 * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1197 * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1198 Reported by Deborah Wallach <kerr@pa.dec.com>.
1200 1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu>
1202 * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1203 on whether this is a stable release or not (keeps snapshot bug
1204 reports out of the database).
1206 * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1207 * sysdeps/arm/sysdep.h: Likewise.
1208 * sysdeps/i386/sysdep.h: Likewise.
1209 * sysdeps/m68k/sysdep.h: Likewise.
1210 * sysdeps/mach/mips/sysdep.h: Likewise.
1211 * sysdeps/mach/sys/reboot.h: Likewise.
1212 * sysdeps/mach/sysdep.h: Likewise.
1213 * sysdeps/unix/alpha/sysdep.h: Likewise.
1214 * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1215 * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1216 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1217 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1218 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1219 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1220 * sysdeps/unix/i386/sysdep.h: Likewise.
1221 * sysdeps/unix/mips/sysdep.h: Likewise.
1222 * sysdeps/unix/sparc/sysdep.h: Likewise.
1223 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1224 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1225 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1226 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1227 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1228 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1229 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1230 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1232 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1234 * mach/Machrules: Use $(move-if-change).
1236 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1238 * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1239 * Makerules (lib%.so): Depend on $(+interp).
1240 (libc.so): Add interp.os to list of dependencies.
1241 (interp-obj): Remove variable.
1242 * mach/Machrules (+interp): Define to empty since libhurduser and
1243 libmachuser don't need to have the interpreter set.
1245 1998-05-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1247 * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1249 * resolv/gethnamaddr.c: Likewise.
1251 * resolv/res_comp.c: Likewise.
1253 1998-05-28 Mark Kettenis <kettenis@phys.uva.nl>
1255 * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1256 so that transparent union works.
1258 1998-05-29 08:58 Ulrich Drepper <drepper@cygnus.com>
1260 * manual/texinfo.tex: Update to last available version.
1262 * timezone/africa: Update from tzdata1998e.
1263 * timezone/antarctica: Likewise.
1264 * timezone/asia: Likewise.
1265 * timezone/australasia: Likewise.
1266 * timezone/europe: Likewise.
1267 * timezone/iso3166.tab: Likewise.
1268 * timezone/northamerica: Likewise.
1269 * timezone/tzselect.ksh: Likewise.
1270 * timezone/zone.tab: Likewise.
1272 1998-05-27 Ulrich Drepper <drepper@cygnus.com>
1274 * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1275 Reported by Matt McLean <keys@brio.yikes.com>.
1277 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1279 * catgets/Makefile ($(objpfx)de.cat): Renamed from
1280 do-gencat-test. Use automatic variables.
1281 ($(objpfx)de.msg): Fix reference to po file.
1283 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1285 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1288 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1290 * intl/dcgettext.c: Fix typo.
1292 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1294 * configure.in: Allow more make versions e.g 3.76.90.
1296 1998-05-25 Ulrich Drepper <drepper@cygnus.com>
1298 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1300 * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1301 for Hurd. Patch by Mark Kettenis.
1303 1998-04-18 Gordon Matzigkeit <gord@profitpress.com>
1305 * mach/Machrules (+preinit, +postinit): Define these variables to
1306 empty because libhurduser and libmachuser don't need startup
1309 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1311 * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1312 instead of a raw bitmask.
1314 1998-05-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1316 * Makeconfig (rpath-dirs): New variable.
1317 (rpath-link): Use it.
1318 (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1319 (db-objpfx): Removed.
1320 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1321 * md5-crypt/Makefile: Likewise.
1322 * sysdeps/mach/hurd/Makefile: Likewise.
1324 * Makeconfig (move-if-change): New variable.
1325 * iconvdata/Makefile (move-if-change): Removed.
1326 * manual/Makefile (move-if-change): Set only if undefined, use
1327 local script by default.
1328 * sunrpc/Makefile (move-if-change): Removed.
1329 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1332 * elf/Makefile: Remove all references to obsolete file
1334 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
1336 1998-05-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1338 * elf/dl-close.c (_dl_close): Add debugging message.
1340 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1342 * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1343 to get Linux version and not gcc version.
1344 Reported by Alan Curry <pacman@cqc.com>.
1346 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1348 * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1349 pointers - return unknown error message instead.
1350 Reported by Alan Curry <pacman@cqc.com>.
1352 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1354 * iconvdata/Makefile (modules, sed-generated-headers,
1355 perl-generated-headers): ibm424.h is perl generated. Make
1356 necessary modifications to compile without perl.
1358 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1360 * hesiod/hesiod.c (read_config_file): Fix typo.
1362 1998-05-24 Ulrich Drepper <drepper@cygnus.com>
1364 * version.h: Bump VERSION.
1366 * csu/Makefile (distribute): Add munch-tmpl.c.
1368 1998-05-23 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1370 * nis/nis_defaults.c: Fix buffer problems and typos.
1372 1998-05-23 08:42 Ulrich Drepper <drepper@cygnus.com>
1374 * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1377 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1379 * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1382 * libio/strops.c (_IO_str_underflow): Read newly available
1383 character from buffer as unsigned.
1385 1998-05-22 10:56 Ulrich Drepper <drepper@cygnus.com>
1387 * catgets/Makefile (distribute): Add xopen-msg.h.
1388 (generated): Add de.msg and de.cat.
1389 (tests): Add do-gencat-test.
1390 (do-gencat-test): New goal. Run gencat on a generated msg file.
1391 * catgets/xopen-msg.h: New file.
1393 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1395 * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1396 functions. Optimize filename creation a bit.
1398 1998-05-22 09:29 Ulrich Drepper <drepper@cygnus.com>
1400 * stdlib/random_r.c: Help gcc to optimize the code.
1401 Patch by Joe Keane <jgk@jgk.org>.
1403 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1405 * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1408 1998-05-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1410 * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1413 1998-05-21 15:27 Ulrich Drepper <drepper@cygnus.com>
1415 * wcsmbs/wcsnrtombs.c: Correct computation of result.
1416 * wcsmbs/wcsrtombs.c: Likewise.
1418 * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1419 * wcsmbs/wcsmbs-tst1.c: New file.
1421 * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1423 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1426 * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1429 1998-05-21 Philip Blundell <philb@gnu.org>
1431 * sysdeps/arm/fpu_control.h: Replace stub file with real
1433 * sysdeps/arm/fpu/bits/fenv.h: New file.
1434 * sysdeps/arm/fpu/fesetround.c: Likewise.
1435 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1436 * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1437 * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1438 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1439 * sysdeps/arm/fpu/fegetenv.c: Likewise.
1440 * sysdeps/arm/fpu/fesetenv.c: Likewise.
1442 1998-05-21 16:34 Richard Henderson <rth@cygnus.com>
1444 * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1445 read instead of mmap.
1447 1998-05-21 8:16 Richard Henderson <rth@cygnus.com>
1449 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1450 directly instead of include_next. Add missing semicolons.
1451 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1452 Add missing semicolons.
1454 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1456 * iconvdata/gconv-modules: Add more aliases to please java
1459 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1461 * stdio-common/vfprintf.c (process_arg): Fix typo.
1463 * iconvdata/TESTS: New tests for EUC-KR.
1465 * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1466 * iconvdata/testdata/EUC-KR: New file.
1468 1998-05-20 07:26 H.J. Lu <hjl@gnu.org>
1470 * math/libm-test.c (hypot_test): Fix a typo.
1472 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1474 * stdio-common/vfprintf.c: When precision is specified for %ls or
1475 %S handle it correctly.
1477 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1479 * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1480 the" in one line - fixed it.
1481 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1482 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1483 * posix/unistd.h: Likewise
1485 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1487 * Makeconfig (rpath-link): Add resolvobjdir.
1488 (resolvobjdir): New variable.
1489 Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1491 1998-05-20 09:36 Ulrich Drepper <drepper@cygnus.com>
1493 * elf/dl-close.c: Call shared object terminators at the right time.
1494 Patch by Philippe Troin <phil@fifi.org>.
1496 1998-05-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1498 * Make-dist (+tsrcs): Also add *.map for every member of
1501 * Makefile (distribute): Don't distribute scripts/printsources and
1502 scripts/=__ify. Distribute FAQ.in.
1503 (rpm/%): Don't pass subdirs to sub-make.
1505 * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1506 instead of $(no_deps).
1508 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1510 * sysdeps/generic/setenv.c: Protect against GNU C extension.
1511 (KNOWN_VALUE, STORE_VALUE): Do it right.
1512 (setenv): Remove unused variable.
1514 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1516 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1517 (CFLAGS-zdump.c): Add $(tz-cflags).
1519 * timezone/zdump.c (abbr): Use TM_ZONE if defined. Add const to
1522 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1524 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
1525 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1527 * time/tzset.c: Update prototype of __tzfile_compute.
1528 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
1529 tm_zone and tm_offset here if __use_tzfile.
1531 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1533 * Makerules: Install libc.a even if there are no object file.
1535 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1537 * Makerules (do-makelib): Don't force creating library from
1538 scratch, to avoid wasting time and space and to get correct
1539 behaviour if $(subdirs) is incomplete.
1541 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1543 * Makerules (do-stamp): Make it work when building in source
1546 1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
1548 * elf/dl-load.c: Rename option and variable from ignore-rpath to
1550 * elf/dl-support.c: Likewise.
1551 * elf/ldsodefs.h: Likewise.
1552 * elf/rtld.c: Likewise.
1553 * iconvdata/run-iconv-test.sh: Likewise.
1555 1998-05-19 23:08 Ulrich Drepper <drepper@cygnus.com>
1557 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1558 variable using the value.
1559 * elf/ldsodefs.h: Declare _dl_ignore_path.
1560 * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1561 object against list in _dl_ignore_path and ignore RPATH if on the list.
1562 * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1563 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1564 to make sure we get the correct helper libraries loaded.
1566 * elf/dl-load.c (decompose_rpath): Remove `room' parameter. Use
1567 "RPATH" string in call to fillin_rpath instead.
1568 (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1570 1998-05-19 Ulrich Drepper <drepper@cygnus.com>
1572 * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1573 correctly. Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1575 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1577 * manual/terminal.texi (I/O Queues): Fix typo.
1579 * manual/stdio.texi (Closing Streams): Fix grammar.
1581 * manual/arith.texi (Absolute Value): Correct typo.
1582 Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1584 1998-05-19 15:58 Ulrich Drepper <drepper@cygnus.com>
1586 * elf/rtld.c (process_envvars): Fix typo. Don't handle
1587 LD_PROFILE_OUTPUT in SUID binaries.
1588 * intl/dcgettext.c: In SUID binaries don't let language part of
1589 locale value contain path elements.
1590 * intl/explodename.h: Define new function _nl_find_language.
1591 * intl/loadinfo.h: Declare _nl_find_language.
1592 * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1593 language part it drop the value is path element is contained.
1595 * locale/setlocale.c: Fix typo.
1597 1998-05-18 Philip Blundell <Philip.Blundell@pobox.com>
1599 * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1601 * sysdeps/arm/strlen.S: Support both big and little endian processors.
1603 * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1604 log, not a byte-count.
1606 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1607 a.out compatibility.
1609 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1611 * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1612 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1613 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1614 * posix/unistd.h: Likewise.
1615 * math/math.h: Likewise.
1616 * manual/users.texi (Manipulating the Database): Likewise.
1617 * manual/signal.texi (Job Control Signals): Likewise.
1618 * manual/message.texi (The gencat program): Likewise.
1619 * manual/filesys.texi (Hard Links): Likewise.
1620 * manual/math.texi (SVID Random): Likewise.
1621 * manual/llio.texi (Waiting for I/O): Likewise.
1622 * manual/io.texi (File Name Errors): Likewise.
1623 * manual/conf.texi (String Parameters): Likewise.
1624 * manual/arith.texi (Infinity): Likewise.
1625 * malloc/malloc.c: Likewise.
1626 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1627 * csu/Makefile: Likewise.
1629 1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
1631 * manual/memory.texi: Add back accidently removed line.
1633 1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
1635 * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1636 (timeout_handler): New function.
1637 (LOCK_FILE, UNLOCK_FILE): New macros.
1638 Implement file locking with timeout.
1639 (getutent_r_file, internal_getut_r, getutline_r_file,
1640 pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1643 1998-05-18 11:38 Ulrich Drepper <drepper@cygnus.com>
1645 * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1648 1998-05-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1650 * rpm/Makefile: Delete inclusion of version.mk.
1652 1998-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1654 * libc.map: Add all libio functions needed libstdc++ with version
1657 1998-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1659 * iconvdata/Makefile (generated): Add *.stmp files.
1661 1998-05-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1663 * timezone/Makefile (testdata, build-testdata): New variables, use
1664 them in rules for test data.
1665 ($(objpfx)tst-timezone.out): Depend on test data.
1666 ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1667 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1668 New rules to build test data.
1669 (tst-timezone-ENV): Pass TZDIR to point to test data.
1671 1998-05-18 Ulrich Drepper <drepper@cygnus.com>
1673 * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1674 (the designation sequence is disturbing).
1676 1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1678 * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1679 * sunrpc/xdr_rec.c: Likewise.
1681 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1683 * posix/Makefile (tests): Add runptests.
1684 (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1685 (before-compile): Add ptestcases.h.
1686 (ptestscases.h): Add rule to generate from PTESTS.
1687 * posix/runptests.c: New file.
1688 * posix/PTESTS: New file.
1689 * posix/PTESTS2C.sed: New file.
1691 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1693 * iconv/loop.c: Let user add code to use and set paramaters.
1695 * iconvdata/iso-2022-kr.c: Correct to-loop.
1697 * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1698 point to output buffer.
1700 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1703 * iconvdata/TESTS: Add ISO-2022-KR test.
1704 * iconvdata/testdata/ISO-2022-KR: New file.
1706 1998-05-15 21:07 Ulrich Drepper <drepper@cygnus.com>
1708 * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1710 * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1712 * wcsmbs/btowc.c: Likewise.
1713 * wcsmbs/mbrtowcs.c: Likewise.
1714 * wcsmbs/mbsnrtowcs.c: Likewise.
1715 * wcsmbs/mbsrtowcs.c: Likewise.
1716 * wcsmbs/wcrtomb.c: Likewise.
1717 * wcsmbs/wcsnrtombs.c: Likewise.
1718 * wcsmbs/wcsrtombs.c: Likewise.
1719 * wcsmbs/wctob.c: Likewise.
1720 * iconv/skeleton.c: Increment invocation_counter.
1721 * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1724 * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1725 * iconvdata/iso-2022-jp.c: Likewise.
1726 * iconvdata/iso646.c: Likewise.
1728 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1730 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1732 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1734 * sysdeps/generic/setenv.c (setenv): Remove optimization for
1735 overwriting existing values if it fits.
1737 1998-05-15 14:36 Ulrich Drepper <drepper@cygnus.com>
1739 * posix/wordexp-test.c: Avoid duplicate messages.
1741 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1742 tsearch. Correctly interpret values returned by those functions.
1743 (unsetenv): Store pointer to string, not pointer to string pointer.
1745 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
1746 DST information and offset in them.
1747 * time/tzset.c (__tz_convert): Pass extra parameters to
1748 __tzfile_compute. Compute equivalent values for use of tz_rules.
1750 1998-05-15 00:49:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
1752 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1753 stamp files to avoid unnecessary recompilation.
1754 (gen-8bit-gap-table): Likewise.
1755 (move-if-change): New variable.
1756 (all generated .h rules): Change to be .stmp rules.
1757 (%.h): New rule; depend on %.stmp; no commands.
1758 (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1761 1998-05-15 01:09 Zack Weinberg <zack@rabi.phys.columbia.edu>
1763 * Makerules (libc-map): Deleted.
1764 (load-map-file): Set to the appropriate compiler switch, not
1765 just the file name. If libfoo-map is not set, look for a
1766 libfoo.map in the current directory and $(..).
1767 (map-file): New variable, contains just the mapfile name.
1768 (build-shlib): Adjust for new value of load-map-file.
1769 (libc.so): Correct dependencies.
1771 * extra-lib.mk: Correct shlib dependencies since libfoo-map
1772 may not be set anymore.
1774 * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1775 Delete libdl-map. Tweak ld.so link rule to work with changed
1776 variable settings in Makerules.
1777 * iconvdata/Makefile: Tweak build-module to work with changed
1778 variable settings in Makerules.
1780 * db/Makefile: Delete libdb-map.
1781 * hesiod/Makefile: Delete libnss_hesiod-map.
1782 * linuxthreads/Makefile: Delete libpthread-map.
1783 * locale/Makefile: Delete libBrokenLocale-map.
1784 * login/Makefile: Delete libutil-map.
1785 * math/Makefile: Delete libm-map.
1786 * md5-crypt/Makefile: Delete libcrypt-map.
1787 * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1788 libnss_nisplus-map, and libnss_compat-map.
1789 * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1791 * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1792 * rt/Makefile: Delete librt-map.
1794 1998-05-15 01:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
1796 * configure.in: Instead of substituting `yes' or `no' for whether
1797 --no-whole-archive is available, set @no_whole_archive@ to the
1798 appropriate gcc switch or the empty string. Likewise for
1800 * config.make.in: Replace have-no-whole-archive with
1801 no-whole-archive and have-no-exceptions with no-exceptions.
1802 * Makerules: Delete stanzas setting no-whole-archive and
1805 * sunrpc/Makefile: Use move-if-change to update generated .h
1808 1998-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1810 * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1813 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1815 * time/tzfile.c (__tzfile_read): Remove unused variable info.
1816 (__tzfile_compute): Likewise.
1818 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1820 * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1821 defines from Linux 2.1.102.
1823 1998-05-14 23:14 Ulrich Drepper <drepper@cygnus.com>
1825 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1827 1998-05-14 13:25 Ulrich Drepper <drepper@cygnus.com>
1829 * inet/netinet/in.h: Add defines for multicast.
1830 Reported by Jeremy Hall <jhall@UU.NET>.
1832 * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1833 * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1834 and unsetenv. Optimize _LIBC case.
1835 * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1836 Define functions with leading __.
1838 * time/tzfile.c: Correct handling of global variables daylight,
1839 timezone, and tzname.
1840 * time/tzset.c: Likewise.
1841 * timezone/Makefile (tests): Add tst-timezone.
1842 * timezone/tst-timezone.c: New file.
1844 1998-05-14 10:35 Ulrich Drepper <drepper@cygnus.com>
1846 * timezone/asia: Update from tzdata1998d.
1847 * timezone/australasia: Likewise.
1848 * timezone/europe: Likewise.
1850 1998-05-13 Ulrich Drepper <drepper@cygnus.com>
1852 * string/string.h: Don't use the optimized versions for the string
1853 functions if optimizing for space.
1855 * stdlib/tst-strtod.c: Add test for -0.0.
1857 * io/ftwtest-sh: Prevent tests from being run by root.
1859 * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1860 last addition. Patch by wkpark@chem.skku.ac.kr.
1862 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1864 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1867 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1869 * iconvdata/gen-8bit.sh: New file.
1870 * iconvdata/gen-8bit-gap.sh: New file.
1871 * iconvdata/gen-8bit-gap-1.sh: New file.
1872 * iconvdata/Makefile (generate-8bit-table): Use shell script
1873 instead of writing the commands directly.
1874 (generate-8bit-gap-table): Likewise.
1875 ($(objpfx)iso8859-7jp.h): Likewise.
1876 (generated headers): Depend on shell script instead of Makefile.
1877 (before-compile): Add $(perl-generated-headers) only if perl is
1879 (headers): Depend on $(perl-generated-headers) only if perl is
1881 (sed-generated-headers): Remove iso8859-7jp.h.
1883 1998-05-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1885 * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command. Clean up.
1888 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
1890 * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1891 formed charset names to getfct. Let user override charset
1892 selection by mention charset in locale name.
1894 1998-05-12 12:15 Ulrich Drepper <drepper@cygnus.com>
1896 * posix/glob.c: Move to ...
1897 * sysdeps/generic/glob.c: ...here.
1898 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1900 * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1901 * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1902 * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1903 * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1905 * libc.map [GLIBC_2.1]: Add glob and globfree.
1907 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
1909 * sunrpc/Makefile (generated): Restore old list.
1911 1998-05-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1913 * rt/Makefile (tests): Define only if we have a thread library.
1915 * nis/ypclnt.c: Add: #include <errno.h>.
1917 1998-05-10 15:39 Zack Weinberg <zack@rabi.phys.columbia.edu>
1919 * configure.in: Define and substitute RELEASE as well as
1921 * config.make.in: Add RELEASE and VERSION to be substituted.
1922 * Makeconfig: Delete all references to version.mk.
1923 * Make-dist: Likewise.
1924 * MakeTAGS: Likewise.
1925 * elf/Makefile: Likewise.
1927 1998-05-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1929 * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1930 yp_get_default_domain.
1932 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
1934 * sysdeps/posix/profil.c (__profil): Don't define act and timer
1935 variables as static. Patch by Joe Keane <jgk@jgk.org>.
1937 1998-05-12 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
1939 * malloc/malloc.c: Fix for NO_THREADS case.
1941 1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
1943 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1944 Remove statfs and fstatfs.
1945 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1946 and pwrite as EXTRA.
1947 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1949 1998-05-09 Ulrich Drepper <drepper@cygnus.com>
1951 * libc.map: Add capget and capset.
1953 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
1955 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1956 (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1957 vector. Patch by Mark Hatle <fray@kernel.crashing.org>
1958 and Matt McLean <keys@brio.yikes.com>.
1960 1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
1962 * misc/Makefile (tests): Add tst-mntent.
1963 * misc/tst-mntent.c: New file.
1965 1998-05-08 21:56 Zack Weinberg <zack@rabi.phys.columbia.edu>
1967 * autolock.sh: Removed.
1968 * manual/move-if-change: Removed.
1970 * scripts: New directory.
1971 * =__ify: Moved to scripts.
1972 * config.guess: Likewise.
1973 * config.sub: Likewise.
1974 * gen-FAQ.pl: Likewise.
1975 * install-sh: Likewise.
1976 * mkinstalldirs: Likewise.
1977 * move-if-change: Likewise.
1978 * printsources: Likewise.
1979 * rellns.sh: Likewise.
1980 * test-installation.pl: Likewise.
1982 * configure.in: Look in scripts for config.guess, config.sub,
1984 * Makefile: Distribute all above files in their
1985 new home. Find gen-FAQ.pl and test-installation.pl in scripts.
1986 * manual/Makefile: Find mkinstalldirs and move-if-change in
1987 $(..)scripts. Drop them from distribute. Minor cleanups.
1988 * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1989 * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1990 * timezone/Makefile: Find rellns-sh in scripts.
1992 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
1994 * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1995 Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1997 1998-05-08 19:24 Zack Weinberg <zack@rabi.phys.columbia.edu>
1999 * Makefile (+subdir-inits): Delete variable.
2000 (+init_subdirs): Likewise.
2002 (before-compile): Likewise.
2003 (libc-init): Delete stanza.
2004 (version-info.h): Delete rule and associated variable.
2005 (distribute): Don't distribute moved files.
2006 * Makerules (interp-obj): It lives in elf now. Only use it
2007 if $(elf) is set. Delete rule to build it.
2008 * csu/Makefile: Build set-init.o and/or munch-init.o. Build
2009 version.o and version-info.h. Minor cleanups.
2010 (routines): Add libc-init, sysdep, version.
2011 (generated): Add version-info.h.
2012 * elf/Makefile: Build interp.os.
2014 * interp.c: Moved to elf.
2015 * set-init.c: Moved to csu.
2016 * munch-init.c: Likewise.
2017 * munch.awk: Likewise.
2018 * version.c: Likewise.
2020 * Rules: Unconfuse syntax highlighting with a fake comment.
2022 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2024 * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2027 1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
2029 * iconvdata/Makefile (generated): Set to *-generated-headers
2031 (tests): Set to iconv-test.
2032 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2033 * posix/Makefile (generated): Set to wordexp-test-result*.
2034 * sunrpc/Makefile (generated): Remove rpcsvc/*.
2035 (generated-dirs): Add rpcsvc.
2036 * libio/Makefile: Clean up.
2038 1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
2040 * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2041 * Makerules: Likewise.
2042 (+depfiles): Also add sysdep-others.
2044 * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2045 * iconvdata/Makefile (distribute): Add TESTS.
2046 * localedata/Makefile (repertoires): Rename to repertoiremaps.
2047 * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2048 * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2049 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2050 sysdep-others, not others.
2051 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2052 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2054 1998-05-08 12:26 Ulrich Drepper <drepper@cygnus.com>
2056 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2057 cost_hi and cost_lo.
2058 * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2059 Cost parameter and set cost_lo to INT_MAX.
2060 (add_module): Take new parameter and use it to initialize cost_lo.
2061 (read_conf_file): Count modules being loaded and use counter for
2062 new parameter to add_module.
2063 * iconv/gconv_db.c (find_derivation): When look for cost examine
2064 cost_hi and cost_lo.
2066 1998-05-08 10:52 Ulrich Drepper <drepper@cygnus.com>
2068 * string/bits/string2.h: Don't use unsigned char * unless really
2069 necessary since this disturbs C++.
2070 * sysdeps/i386/i486/bits/string.h: Likewise.
2071 Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2073 1998-05-08 13:53 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2075 * malloc/malloc.c (top_check): Fix last change.
2077 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2079 * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2080 Patch by Matt McLean <keys@brio.yikes.com>.
2082 1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2084 * Makerules (lib): Put back dependency on lib-noranlib.
2085 ($(subdirs-stamps)): Remove dependency on stamp.* again.
2087 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2089 * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2090 test in __pow2 implementation.
2092 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2094 * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2095 Still need *FLAGS-.o because we still sometimes build .o files.
2096 * db2/Makefile: Don't build libndbm.a if !build-static.
2098 1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2100 * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2102 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2104 * configure.in: New test for broken gcc on PowerPC.
2105 * sysdeps/powerpc/atomicity.h: Use result of test.
2106 * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2108 * math/libm-test.c: Update many of the epsilon to match actual
2111 * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2112 * sysdeps/libm-ieee754/e_expf.c: Likewise.
2113 * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2114 * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2116 * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2118 * sysdeps/powerpc/elf/libc-start.c: New file.
2119 * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2120 * sysdeps/powerpc/elf/start.c: Delete.
2122 * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2123 * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete. It was unused.
2125 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2128 1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
2130 * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2133 * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2134 * sysdeps/libm-i387/e_powl.S: Likewise.
2136 1998-03-31 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2138 * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2139 (malloc_check, free_check, realloc_check, memalign_check): Use
2140 them to improve overrun checking. Overruns of a single byte and
2141 corruption of the top chunk are now detected much more reliably.
2143 1998-05-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2145 * math/libm-test.c (pow_test): Add test for special value from PR
2148 1998-05-06 Ulrich Drepper <drepper@cygnus.com>
2150 * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2151 including linux/errno.h.
2153 1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
2155 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2157 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2158 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2160 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2162 * Makerules (elide-routines.*): Fix assignments.
2163 (do-makelib): Fix typo.
2164 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2167 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2169 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2170 $(objpfx)sysd-dirs): Move them...
2171 * Makeconfig: ... here.
2172 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2173 (stubs): Fix circular depedency.
2174 (do-makelib): Clean up.
2175 (lib): Don't depend on lib-noranlib.
2176 ($(objpfx)stamp.oS): Remove special case for empty
2177 static-only-routines.
2178 (elide-routines.o): Add $(static-only-routines).
2179 (elide-routines$o): Define this instead of elide-routines.$o.
2180 * manual/Makefile (stubs): Fix circular dependency.
2182 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2184 * libio/Makefile (routines): Remove duplicate oldiofclose.
2186 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2188 * string/strcoll.c: Use uint32_t instead of u_int32_t.
2190 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2192 * libio/stdio.h: Fix typo in __REDIRECT.
2193 * io/sys/stat.h: Likewise.
2194 Reported by Myles Uyema <myles@uyema.nws.net>.
2196 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2198 * locale/programs/localedef.c (options): Fix help message.
2200 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2202 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2203 relocations. Patch by Joe Keane <jgk@jgk.org>.
2205 1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com>
2207 * malloc/malloc.c (ptmalloc_init_all): New function. Similar to
2208 ptmalloc_unlock_all, but re-initializes the mutexes instead.
2209 (ptmalloc_init): Use new function in thread_at_fork call.
2210 (thread_atfork_static): Likewise.
2211 Suggested by Wolfram Gloger and Xavier Leroy.
2213 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2215 * signal/signal.h: Move definitions of struct sigstack and
2216 struct sigaltstack into separate file and include it.
2217 * sysdeps/generic/bits/sigstack.h: New file.
2218 * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2219 * signal/Makefile (headers): Add bits/sigstack.h.
2221 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2223 * elf/rtld.c (dl_main): Fix check for number of references to
2226 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2228 * elf/rtld.c (dl_main): Check has_interp after executing platform
2231 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2233 * iconvdata/run-iconv-test.sh: Fix typo.
2235 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2237 * Makerules (+depfiles): Add depfiles for $(tests-static).
2240 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2242 * manual/terminal.texi (Special Characters): Fix description of
2245 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2247 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2249 * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise. Initialize rest
2252 1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu>
2254 * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2256 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2258 * intl/locale.alias: Update russian entry.
2260 1998-05-01 21:54 Zack Weinberg <zack@rabi.phys.columbia.edu>
2262 * Makerules (static-only-routines): Reimplement in terms of
2264 (shared-only-routines): Reimplement in terms of
2265 elide-routines.X [where X is all object-suffixes except .os].
2267 (stubs): Create stubs file inside the subdir.
2268 (common-mostlyclean): Remove stubs file from inside the subdir.
2269 * Makefile (subdir-stubs): Look for stubs files inside the
2271 * manual/Makefile (stubs): Create dummy stubs file inside the
2274 1998-05-01 21:01 Zack Weinberg <zack@rabi.phys.columbia.edu>
2276 Build speed improvement: make ar less of a bottleneck.
2278 * Makerules (stamp$o): Just record the object list for later
2280 (libc_foo.a): New rule, depends on subdir stamp files; builds
2281 and ranlibs the library from the lists saved in those files.
2283 (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2284 (subdirs-stamp-o): Likewise.
2286 (ar-symtab-name): Delete variable.
2287 (lib%.a): Delete target.
2288 (libc_foo.a(bar.%)): Delete target.
2289 (libc_foo.a($(ar-symtab-name))): Delete target.
2291 (objects objs): Just depend on libobjs and extra-objs.
2292 (libobjs): Depend on the stamp files, not the objects.
2293 (extra-objs): New target, just depends on the extra-objs list.
2295 (CREATE_ARFLAGS): Kill the `ar S' hack.
2297 * config.make.in (have-ar-S): Deleted.
2298 * configure.in: Delete test for `ar S'. Add test to determine
2299 whether ranlib does anything useful.
2301 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2303 * inet/tst-ether_aton.c: Include <stdio.h>.
2305 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com>
2307 * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2309 * locale/Makefile (distribute): Add programs/repertoire.h.
2310 (localedef-modules): Add repertoire.
2311 (CPPFLAGS): Define REPERTOIREMAP_PATH.
2312 * locale/programs/repertoire.c: New file.
2313 * locale/programs/repertoire.h: New file.
2314 * locale/programs/charmap.c: Starting fixing character set handling
2315 to handle multi-byte encodings.
2316 * locale/programs/charset.c: Likewise.
2317 * locale/programs/charset.h: Likewise.
2318 * locale/programs/ld-collate.c: Likewise.
2319 * locale/programs/ld-ctype.c: Likewise.
2320 * locale/programs/linereader.c: Likewise.
2321 * locale/programs/localedef.c: Likewise.
2322 * locale/programs/locfile-kw.gperf: Likewise.
2323 * locale/programs/locfile-kw.h: Likewise.
2324 * locale/programs/locfile-token.h: Likewise.
2325 * locale/programs/locfile.h: Likewise.
2326 * locale/programs/stringtrans.c: Likewise.
2328 * locale/programs/locfile.c: Interpret I18NPATH value as base of
2329 path, extended with "/locales/".
2331 1998-04-18 Philip Blundell <Philip.Blundell@pobox.com>
2333 * sysdeps/arm/memset.S: Fix off by one error.
2335 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2336 __syscall_error rather than syscall_error directly.
2338 1998-04-17 Philip Blundell <Philip.Blundell@pobox.com>
2340 * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2341 mmap() syscall for ARM.
2343 * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2346 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
2348 * locale/programs/localedef.c: Recognize repertoire-map option.
2350 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2352 * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2353 converting non-hex numbers.
2354 Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2356 1998-04-23 07:31 H.J. Lu <hjl@gnu.org>
2358 * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2360 * resolv/Makefile (tests): New, add tst-aton.
2361 * resolv/tst-aton.c: New file.
2363 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2365 * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2368 1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
2370 * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2371 by letting the later modify the variable computing the total directly.
2372 * wcsmbs/mbsrtowcs.c: Likewise.
2373 * wcsmbs/wcsnrtombs.c: Likewise.
2374 * wcsmbs/wcsrtombs.c: Likewise.
2376 * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2378 * wcsmbs/wctoc.c: Likewise.
2380 * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2381 * wcsmbs/wcsrtombs.c: Likewise.
2383 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2385 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2387 * iconv/skeleton.c: Correct counting of actually converted
2390 * intl/localealias.c (read_alias_file): Use unsigned char for
2391 local variables. Remove unused variable tp.
2392 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2393 for type of codeset. For loosing Solaris systems.
2394 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2395 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2397 Patches by Jim Meyering.
2399 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2400 wcsrtombs must put it into initial state.
2402 1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2404 * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in
2405 argument of bswap_XX macro.
2407 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2409 * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2412 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
2414 * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2415 semun and use stdarg macros to get the value.
2416 * sysdeps/generic/semctl.c: Don't use union semun.
2418 * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2420 * string/basename.c [!_LIBC]: Define function as gnu_basename.
2422 * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2425 * stdlib/grouping.h: Accept ungrouped numbers even if locale
2428 * intl/hash-string.h: Don't include values.h.
2430 * inet/Makefile (tests): Add tst-ether_aton.
2431 * inet/tst-ether_aton.c: New file.
2433 * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2435 * inet/ether_aton.c (ether_aton): Declare result variable static.
2436 Reported by ahyung@unixg.ubc.ca.
2438 * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2439 Define macro _SEM_SEMUN_UNDEFINED instead.
2440 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2442 * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
2443 * stdio-common/Makefile (tests): Add tst-wc-printf.
2445 1998-04-28 16:32 Philip Blundell <philb@gnu.org>
2447 * manual/stdio.texi (Variable Arguments Output): Correct variable
2448 name. Patch from Ewan Mellor <em@nexus.co.uk>
2450 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2452 * intl/dcgettext.c: Remove unneeded definition of
2455 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2457 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2458 instead of do-iconv-test.
2459 ($(objpfx)gconv-modules): Define rule only if objpfx is not
2462 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2464 * string/string.h: Fix feature test.
2466 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2468 * iconvdata/iso646.c (BODY): Don't use character constants that
2469 depend on signedness of char.
2471 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2473 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2474 (sysdep_routines): Add s_pread64 and s_pwrite64.
2476 1998-04-27 09:54 Ulrich Drepper <drepper@cygnus.com>
2478 * iconvdata/Makefile (distribute): Remove generated .h files.
2479 * iconvdata/koi8-r.h: Removed.
2480 * iconvdata/latin-greek-1.h: Removed.
2481 * iconvdata/latin-greek.h: Removed.
2483 * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2484 * iconvdata/KOI-8: Likewise.
2485 * iconvdata/KOI-8..UTF8: Likewise.
2486 * iconvdata/KOI8-R: Likewise.
2487 * iconvdata/KOI8-R..UTF8: Likewise.
2489 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2491 * streams/Makefile (headers): Add sys/stropts.h.
2492 * streams/sys/stropts.h: New file.
2494 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2496 * sysdeps/unix/sysv/linux/ttyname.c,
2497 sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2498 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2500 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2502 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2503 argument of _itoa_word.
2505 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2507 * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2508 s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2509 caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2510 sigprocmask, resp., instead of EXTRA.
2512 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2513 s_pread64 and s_pwrite64.
2515 1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com>
2517 * iconvdata/Makefile: Correct rules to generate gap table.
2518 * iconvdata/gap.pl: Simplify.
2520 * iconvdata/TESTS: Name new tests.
2521 * iconvdata/testdata/CP1250: New file.
2522 * iconvdata/testdata/CP1250..UTF8: New file.
2523 * iconvdata/testdata/CP1251: New file.
2524 * iconvdata/testdata/CP1251..UTF8: New file.
2525 * iconvdata/testdata/CP1252: New file.
2526 * iconvdata/testdata/CP1252..UTF8: New file.
2527 * iconvdata/testdata/CP1253: New file.
2528 * iconvdata/testdata/CP1253..UTF8: New file.
2529 * iconvdata/testdata/CP1254: New file.
2530 * iconvdata/testdata/CP1254..UTF8: New file.
2531 * iconvdata/testdata/CP1255: New file.
2532 * iconvdata/testdata/CP1255..UTF8: New file.
2533 * iconvdata/testdata/CP1256: New file.
2534 * iconvdata/testdata/CP1256..UTF8: New file.
2535 * iconvdata/testdata/CP1257: New file.
2536 * iconvdata/testdata/CP1257..UTF8: New file.
2538 1998-04-26 Ulrich Drepper <drepper@cygnus.com>
2540 * iconvdata/Makefile: Add rules for ISO-2022-KR.
2541 * iconvdata/iso-2022-kr.c: New file.
2543 * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2546 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com>
2548 * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2549 iso8859-8 and iso8859-10.
2550 * iconvdata/iso8859-5.c: Change to use gap method.
2551 * iconvdata/iso8859-7.c: Likewise.
2552 * iconvdata/iso8859-8.c: Likewise.
2553 * iconvdata/iso8859-10.c: Likewise.
2555 * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2556 * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2558 * iconvdata/iso-2022-jp.c: New file.
2560 * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2561 * iconvdata/ksc5601.h: Unify function interfaces.
2562 * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2563 * iconvdata/uhc.c: Likewise.
2565 * iconvdata/gb2312.h: Use correct types.
2567 * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2568 size elements of data.
2570 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2572 * string/tst-svc.expect: Adapt for change in .input.
2573 * string/tst-svc.input: More tests.
2575 1998-04-24 17:15 Ulrich Drepper <drepper@cygnus.com>
2577 * iconvdata/Makefile: Add rules for new modules.
2578 * iconvdata/gconv-modules: Likewise.
2579 * iconvdata/cp737.c: New file.
2580 * iconvdata/cp737.h: New file.
2581 * iconvdata/cp775.c: New file.
2582 * iconvdata/cp775.h: New file.
2583 * iconvdata/cp874.c: New file.
2584 * iconvdata/cp874.h: New file.
2586 1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
2588 * iconvdata/Makefile: Create target directory before generating
2591 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2593 * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2594 __USER_LABEL_PREFIX__.
2595 (__ASMNAME, __ASMNAME2): New macros.
2597 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2599 * elf/dl-load.c: Include sys/param.h for MAX.
2601 1998-04-24 21:44 Richard Henderson <rth@cygnus.com>
2603 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2604 __ftruncate the strong symbol, and add weak alias.
2605 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2607 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2609 * termios/cfsetspeed.c: Make code cleaner and add missing const.
2610 Patch by Joe Keane <jgk@jgk.org>.
2612 * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2615 1998-04-24 13:56 Ulrich Drepper <drepper@cygnus.com>
2617 * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2618 Patch by Thomas Bushnell, n/BSG.
2620 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2622 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2624 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2626 * iconvdata/Makefile: Put generated headers in build directory.
2628 1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
2630 * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2631 strsep as current directory.
2633 * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2634 Java. Add definitions for unicodelittle implementation.
2635 * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2636 * iconv/gconv_simple.c: Define unicodelittle functions.
2638 * iconv/iconv_prog.c: Make program print information about position
2639 of illegal character in input.
2641 * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2642 comparison of charset name.
2643 * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2644 * iconvdata/ebcdic-at-de-a.c: Likewise.
2645 * iconvdata/ebcdic-at-de.c: Likewise.
2646 * iconvdata/ebcdic-ca-fr.c: Likewise.
2647 * iconvdata/euccn.c: Likewise.
2648 * iconvdata/eucjp.c: Likewise.
2649 * iconvdata/euckr.c: Likewise.
2650 * iconvdata/euctw.c: Likewise.
2651 * iconvdata/hp-roman8.c: Likewise.
2652 * iconvdata/iso6937.c: Likewise.
2653 * iconvdata/iso8859-1.c: Likewise.
2654 * iconvdata/iso8859-10.c: Likewise.
2655 * iconvdata/iso8859-2.c: Likewise.
2656 * iconvdata/iso8859-3.c: Likewise.
2657 * iconvdata/iso8859-4.c: Likewise.
2658 * iconvdata/iso8859-5.c: Likewise.
2659 * iconvdata/iso8859-6.c: Likewise.
2660 * iconvdata/iso8859-7.c: Likewise.
2661 * iconvdata/iso8859-8.c: Likewise.
2662 * iconvdata/iso8859-9.c: Likewise.
2663 * iconvdata/johab.c: Likewise.
2664 * iconvdata/koi-8.c: Likewise.
2665 * iconvdata/koi8-r.c: Likewise.
2666 * iconvdata/latin-greek-1.c: Likewise.
2667 * iconvdata/latin-greek.c: Likewise.
2668 * iconvdata/sjis.c: Likewise.
2669 * iconvdata/t61.c: Likewise.
2670 * iconvdata/uhc.c: Likewise.
2672 * iconvdata/iso646.c: Add support for more ISO 646 variants.
2673 * iconvdata/TESTS: Add tests for ISO646 module.
2674 * iconvdata/gconv-modules: Add new modules.
2675 * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2676 * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2677 * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2678 * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2679 * iconvdata/testdate/DIN_66003: Likewise.
2680 * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2681 * iconvdata/testdate/DS_2089: Likewise.
2682 * iconvdata/testdate/DS_2089..UTF8: Likewise.
2683 * iconvdata/testdate/ES: Likewise.
2684 * iconvdata/testdate/ES..UTF8: Likewise.
2685 * iconvdata/testdate/ES2: Likewise.
2686 * iconvdata/testdate/ES2..UTF8: Likewise.
2687 * iconvdata/testdate/GB_1988-80: Likewise.
2688 * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2689 * iconvdata/testdate/IT: Likewise.
2690 * iconvdata/testdate/IT..UTF8: Likewise.
2691 * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2692 * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2693 * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2694 * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2695 * iconvdata/testdate/JUS_I.B1.002: Likewise.
2696 * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2697 * iconvdata/testdate/KSC5636: Likewise.
2698 * iconvdata/testdate/KSC5636..UTF8: Likewise.
2699 * iconvdata/testdate/MSZ_7795.3: Likewise.
2700 * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2701 * iconvdata/testdate/NC_NC00-10: Likewise.
2702 * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2703 * iconvdata/testdate/NF_Z_62-010: Likewise.
2704 * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2705 * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2706 * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2707 * iconvdata/testdate/NS_4551-1: Likewise.
2708 * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2709 * iconvdata/testdate/NS_4551-2: Likewise.
2710 * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2711 * iconvdata/testdate/PT: Likewise.
2712 * iconvdata/testdate/PT..UTF8: Likewise.
2713 * iconvdata/testdate/PT2: Likewise.
2714 * iconvdata/testdate/PT2..UTF8: Likewise.
2715 * iconvdata/testdate/SEN_850200_B: Likewise.
2716 * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2717 * iconvdata/testdate/SEN_850200_C: Likewise.
2718 * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2720 * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2721 * iconvdata/cns11643l1.h: Likewise.
2722 * iconvdata/latin-greek-1.h: Likewise.
2723 * iconvdata/latin-greek.h: Likewise.
2724 * iconvdata/koi8-r.h: Likewise.
2725 * iconvdata/jis0212.h: Likewise.
2726 * iconvdata/gb2312.h: Likewise.
2727 * iconvdata/ksc5601.h: Likewise.
2729 * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2731 * iconvdata/Makefile: Add rules for lots of more modules.
2732 * iconvdata/cp1250.c: New file.
2733 * iconvdata/cp1251.c: New file.
2734 * iconvdata/cp1252.c: New file.
2735 * iconvdata/cp1253.c: New file.
2736 * iconvdata/cp1254.c: New file.
2737 * iconvdata/cp1255.c: New file.
2738 * iconvdata/cp1256.c: New file.
2739 * iconvdata/cp1257.c: New file.
2740 * iconvdata/ebcdic-dk-no-a.c: New file.
2741 * iconvdata/ebcdic-dk-no.c: New file.
2742 * iconvdata/ebcdic-es-a.c: New file.
2743 * iconvdata/ebcdic-es-s.c: New file.
2744 * iconvdata/ebcdic-es.c: New file.
2745 * iconvdata/ebcdic-fi-se-a.c: New file.
2746 * iconvdata/ebcdic-fi-se.c: New file.
2747 * iconvdata/ebcdic-fr.c: New file.
2748 * iconvdata/ebcdic-is-friss.c: New file.
2749 * iconvdata/ebcdic-it.c: New file.
2750 * iconvdata/ebcdic-pt.c: New file.
2751 * iconvdata/ebcdic-uk.c: New file.
2752 * iconvdata/ebcdic-us.c: New file.
2753 * iconvdata/ibm037.c: New file.
2754 * iconvdata/ibm038.c: New file.
2755 * iconvdata/ibm1004.c: New file.
2756 * iconvdata/ibm1026.c: New file.
2757 * iconvdata/ibm1047.c: New file.
2758 * iconvdata/ibm256.c: New file.
2759 * iconvdata/ibm273.c: New file.
2760 * iconvdata/ibm274.c: New file.
2761 * iconvdata/ibm275.c: New file.
2762 * iconvdata/ibm277.c: New file.
2763 * iconvdata/ibm278.c: New file.
2764 * iconvdata/ibm280.c: New file.
2765 * iconvdata/ibm281.c: New file.
2766 * iconvdata/ibm284.c: New file.
2767 * iconvdata/ibm285.c: New file.
2768 * iconvdata/ibm290.c: New file.
2769 * iconvdata/ibm297.c: New file.
2770 * iconvdata/ibm420.c: New file.
2771 * iconvdata/ibm423.c: New file.
2772 * iconvdata/ibm424.c: New file.
2773 * iconvdata/ibm437.c: New file.
2774 * iconvdata/ibm500.c: New file.
2775 * iconvdata/ibm850.c: New file.
2776 * iconvdata/ibm851.c: New file.
2777 * iconvdata/ibm852.c: New file.
2778 * iconvdata/ibm855.c: New file.
2779 * iconvdata/ibm857.c: New file.
2780 * iconvdata/ibm860.c: New file.
2781 * iconvdata/ibm861.c: New file.
2782 * iconvdata/ibm862.c: New file.
2783 * iconvdata/ibm863.c: New file.
2784 * iconvdata/ibm864.c: New file.
2785 * iconvdata/ibm865.c: New file.
2786 * iconvdata/ibm868.c: New file.
2787 * iconvdata/ibm869.c: New file.
2788 * iconvdata/ibm870.c: New file.
2789 * iconvdata/ibm871.c: New file.
2790 * iconvdata/ibm875.c: New file.
2791 * iconvdata/ibm880.c: New file.
2792 * iconvdata/ibm891.c: New file.
2793 * iconvdata/ibm903.c: New file.
2794 * iconvdata/ibm904.c: New file.
2795 * iconvdata/ibm905.c: New file.
2796 * iconvdata/ibm918.c: New file.
2798 * locale/iso-4217.def: Update.
2799 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
2801 * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2804 1998-04-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2806 * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2809 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2811 * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2812 * Makefile: Likewise.
2813 * posix/Makefile: Likewise.
2814 * sysdeps/mach/hurd/Makefile: Likewise.
2816 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2818 * sysdeps/mach/hurd/bits/dirent.h: New file.
2819 * sysdeps/mach/hurd/readdir64.c: New file.
2820 * sysdeps/mach/hurd/readdir64_r.c: New file.
2822 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2824 * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2825 dprintf): Synchronize declarations with libio/stdio.h.
2827 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2829 * elf/dlerror.c (dlerror): Don't assume that
2830 __libc_internal_tsd_get is defined. __libc_getspecific is already
2831 well-protected, so just use it directly.
2833 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2835 * io/ftw.h (ftw): Fix typo.
2837 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2839 * sysdeps/gnu/utmp_file.c: Fix typo.
2841 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2843 * iconvdata/run-iconv-test.sh: Fix more portability bugs. When
2844 one part of a test fails move on to the next test.
2846 1998-04-24 5:45 Richard Henderson <rth@cygnus.com>
2848 * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2850 1998-04-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2852 * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2853 as pointers, not signed integers.
2855 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2857 * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2859 1998-04-21 21:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
2861 * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2862 asm symbol name of functions.
2863 * include/features.h: Kill redundant test.
2865 * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2866 * io/ftw.h: Likewise.
2867 * io/sys/stat.h: Likewise.
2868 * io/sys/statfs.h: Likewise.
2869 * io/sys/statvfs.h: Likewise.
2870 * libio/stdio.h: Likewise.
2871 * resource/sys/resource.h: Likewise.
2872 * rt/aio.h: Likewise.
2874 * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2876 * signal/signal.h: Use new macros for BSD vs. SysV signal().
2878 * misc/Makefile: Drop bsd-compat.c. Make libbsd-compat.a
2880 * misc/bsd-compat.c: Removed.
2882 1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
2884 * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2885 function declaration.
2886 * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2887 and use them in conversion function.
2888 * iconvdata/Makefile (modules): Re-add ISO6446.
2889 * iconvdata/TEST: Add tests for ASCII variants.
2890 * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2891 * iconvdata/testdata/ANSI_X3.4-1968: New file.
2892 * iconvdata/testdata/BS_4730: New file.
2893 * iconvdata/testdata/BS_4730..UTF8: New file.
2895 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com>
2897 * iconv/gconv.h (struct gconv_step): Add element stateful.
2898 * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2899 to zero for all internal conversions.
2900 * iconv/skeleton.c: Initialize stateful depending on whether or not
2901 RESET_STATE is defined to one or zero respectively.
2902 * stdlib/mblen.c: Use stateful element of currently selected
2903 converter for result if S is NULL.
2904 * stdlib/mbtowc.c: Likewise.
2905 * stdlib/wctomb.c: Likewise.
2907 1998-04-21 18:00 Ulrich Drepper <drepper@cygnus.com>
2909 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2911 * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2913 * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2914 character in comparison with uint32_t.
2915 (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2916 (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2917 Optimize BODY a bit.
2919 * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2922 * iconv/skeleton.c: Also reset converted counter in case of an error.
2923 Call reset function using correct value for output buffer start.
2925 * iconvdata/Makefile: Re-enable tests.
2927 * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2928 value for to-conversion.
2930 * iconvdata/TESTS: Add new third column.
2931 * iconvdata/run-iconv-test.sh: Add support for charsets which are
2933 * iconvdata/testdata/suntzus: New file.
2935 * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2936 while reading. Correctly used base. Little optimization.
2937 (__strtoul_internal): Likewise.
2939 * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2940 was wrong. Use explicit variable.
2942 1998-04-20 23:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
2944 * configure.in: Check for awk.
2945 * config.make.in: Add AWK to be substituted.
2947 * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2948 * manual/users.texi: Fix typo exposed by above rewrite.
2950 * Makefile: Invoke awk using AWK variable.
2951 * csu/Makefile: Likewise.
2952 * elf/Makefile: Likewise.
2953 * mach/Makefile: Likewise.
2954 * manual/Makefile: Likewise.
2955 * sysdeps/gnu/Makefile: Likewise.
2956 * sysdeps/mach/hurd/Makefile: Likewise.
2957 * sysdeps/unix/Makefile: Likewise.
2958 * timezone/Makefile: Likewise.
2960 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
2962 * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2963 array index translation.
2964 (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2967 * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2969 * sysdeps/mach/hurd/errlist.c: New file.
2970 (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2971 (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2972 semantics, so rename it.
2974 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2976 * iconvdata/run-iconv-test.sh: Make portable. Always test all
2979 1998-04-21 12:30 H.J. Lu <hjl@gnu.org>
2981 * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2982 * wcsmbs/wcsnrtombs.c: Likewise.
2984 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
2986 * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2988 * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2990 * time/strftime.c (my_strftime): Initialize pad variable in
2993 * iconvdata/big5.c: Don't use character constants in comparisons
2994 with unsigned value.
2996 1998-04-20 18:00 Ulrich Drepper <drepper@cygnus.com>
2998 * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2999 __libc_siglongjmp to GLIBC_2.1.
3001 * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3004 * iconv/Makefile: Don't run tests now.
3006 * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3007 with correct output buffer.
3009 Major rewrite of the low-level gconv functionality.
3010 * iconv/gconv.c: Rewritten.
3011 * iconv/gconv.h: Likewise.
3012 * iconv/gconv_builtin.c: Likewise.
3013 * iconv/gconv_builtin.h: Likewise.
3014 * iconv/gconv_conf.c: Likewise.
3015 * iconv/gconv_int.h: Likewise.
3016 * iconv/gconv_open.c: Likewise.
3017 * iconv/gconv_simple.c: Likewise.
3018 * iconv/iconv.c: Likewise.
3019 * iconvdata/8bit-gap.c: Likewise.
3020 * iconvdata/8bit-generic.c: Likewise.
3021 * iconvdata/Makefile: Likewise.
3022 * iconvdata/big5.c: Likewise.
3023 * iconvdata/cns11643.c: Likewise.
3024 * iconvdata/cns11643.h: Likewise.
3025 * iconvdata/cns11643l1.c: Likewise.
3026 * iconvdata/cns11643l1.h: Likewise.
3027 * iconvdata/ebcdic-at-de-a.c: Likewise.
3028 * iconvdata/ebcdic-at-de.c: Likewise.
3029 * iconvdata/ebcdic-ca-fr.c: Likewise.
3030 * iconvdata/euccn.c: Likewise.
3031 * iconvdata/eucjp.c: Likewise.
3032 * iconvdata/euckr.c: Likewise.
3033 * iconvdata/euctw.c: Likewise.
3034 * iconvdata/gb2312.c: Likewise.
3035 * iconvdata/gb2312.h: Likewise.
3036 * iconvdata/hp-roman8.c: Likewise.
3037 * iconvdata/iso646.c: Likewise.
3038 * iconvdata/iso6937.c: Likewise.
3039 * iconvdata/iso8859-1.c: Likewise.
3040 * iconvdata/iso8859-10.c: Likewise.
3041 * iconvdata/iso8859-2.c: Likewise.
3042 * iconvdata/iso8859-3.c: Likewise.
3043 * iconvdata/iso8859-4.c: Likewise.
3044 * iconvdata/iso8859-5.c: Likewise.
3045 * iconvdata/iso8859-6.c: Likewise.
3046 * iconvdata/iso8859-7.c: Likewise.
3047 * iconvdata/iso8859-8.c: Likewise.
3048 * iconvdata/iso8859-9.c: Likewise.
3049 * iconvdata/jis0201.c: Likewise.
3050 * iconvdata/jis0201.h: Likewise.
3051 * iconvdata/jis0208.c: Likewise.
3052 * iconvdata/jis0208.h: Likewise.
3053 * iconvdata/jis0212.c: Likewise.
3054 * iconvdata/jis0212.h: Likewise.
3055 * iconvdata/johab.c: Likewise.
3056 * iconvdata/koi-8.c: Likewise.
3057 * iconvdata/koi8-r.c: Likewise.
3058 * iconvdata/ksc5601.c: Likewise.
3059 * iconvdata/ksc5601.h: Likewise.
3060 * iconvdata/latin-greek-1.c: Likewise.
3061 * iconvdata/latin-greek.c: Likewise.
3062 * iconvdata/run-iconv-test.sh: Likewise.
3063 * iconvdata/sjis.c: Likewise.
3064 * iconvdata/t61.c: Likewise.
3065 * iconvdata/uhc.c: Likewise.
3066 * wcsmbs/btowc.c: Likewise.
3067 * wcsmbs/mbrtowc.c: Likewise.
3068 * wcsmbs/mbsnrtowcs.c: Likewise.
3069 * wcsmbs/mbsrtowcs.c: Likewise.
3070 * wcsmbs/wcrtomb.c: Likewise.
3071 * wcsmbs/wcsmbsload.c: Likewise.
3072 * wcsmbs/wcsnrtombs.c: Likewise.
3073 * wcsmbs/wcsrtombs.c: Likewise.
3074 * wcsmbs/wctob.c: Likewise.
3075 * iconv/loop.c: New file.
3076 * iconv/skeleton.c: New file.
3078 * stdlib/mblen.c: Handle empty input string correctly.
3079 * stdlib/mbtowc.c: Likewise.
3081 * posix/getopt.c: Various cleanups.
3083 * sysdeps/arm/bits/setjmp.h: Add copyright text.
3084 * sysdeps/i386/bits/setjmp.h: Likewise.
3085 * sysdeps/m68k/bits/setjmp.h: Likewise.
3086 * sysdeps/powerpc/bits/setjmp.h: Likewise.
3087 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3089 * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3090 and make longjmp weak alias.
3092 1998-04-18 20:29 Philip Blundell <Philip.Blundell@pobox.com>
3094 * iconv/Makefile (routines): Only include gconv_dl if building for
3095 an ELF system - dynamic linking is not available on a.out.
3096 (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3098 * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3099 routines from gconv_dl.
3101 1998-04-17 Gordon Matzigkeit <gord@profitpress.com>
3103 * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3104 we can compile without libio.
3106 1998-04-20 16:28 Ulrich Drepper <drepper@cygnus.com>
3108 * sysdeps/mach/hurd/Subdirs: Remove login.
3110 1998-04-11 Gordon Matzigkeit <gord@profitpress.com>
3112 * db2/compat.h: Include <errno.h>, to make sure we get the
3113 definition of EFTYPE before we define it ourselves.
3115 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3117 * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3118 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3119 Fix typo to allow inclusion from sys/ioctl.h again.
3121 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3123 * iconvdata/*.[ch]: Clean up namespace. Optimize character lookup.
3125 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3127 * libc.map: Export __strerror_r. Remove _strerror_internal.
3129 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3131 * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3132 Also undefine __strcasestr.
3134 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3136 * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3137 aliases do not work with global variables due to copy relocations.
3139 1998-04-20 15:12 Ulrich Drepper <drepper@cygnus.com>
3141 * manual/creature.texi: Fix type. Patch by Andreas Schwab.
3143 1998-04-20 13:47 Ulrich Drepper <drepper@cygnus.com>
3145 * signal/sighold.c: Include stddef.h for NULL definition.
3146 * signal/sigrelse.c: Likewise.
3147 * sysdeps/posix/sigignore.c: Likewise.
3148 * sysdeps/posix/sigset.c: Likewise.
3149 * sysdeps/posix/waitid.c: Likewise.
3150 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3151 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3152 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3153 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3154 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3156 1998-04-13 Mark Kettenis <kettenis@phys.uva.nl>
3158 * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3159 * login/getutent.c (getutxent): Remove alias.
3160 * login/getutent_r.c (setutxent, pututxline, endutxent):
3162 * login/getutid.c (getutxid): Remove alias.
3163 * login/getutline.c (getutxline): Remove alias.
3164 * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3165 __getutid, __getutline and __pututline.
3166 * login/utmpx.h: Moved to ...
3167 * sysdeps/gnu/utmpx.h: ... here. [__USE_GNU]: Define UTMPX_FILE,
3168 UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3170 * login/updwtmp.c: Moved to ...
3171 * sysdeps/generic/updwtmp.c: ... here. (updwtmp): Generalized by
3172 allowing file name transformation.
3173 * sysdeps/gnu/updwtmp.c: New file. Use generic implementation with
3174 additional file name transformation.
3175 * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3176 * login/utmp_file.c: Moved to ...
3177 * sysdeps/generic/utmp_file.c: ... here. (setutent_file):
3178 Generalized by allowing file name transformation. Do not
3179 print error message. Library functions should not print them.
3180 Reported by Jim Meyering.
3181 * sysdeps/gnu/utmp_file.c: New file. Use generic implementation
3182 with additional file name transformation.
3183 * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3184 * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3185 setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3186 pututxline, utmpxname and updwtmpx. (sysdep_headers): Add utmpx.h
3188 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3189 (_PATH_UTMPX): Define to _PATH_UTMP. (_PATH_WTMPX): Define to
3190 _PATH_WTMPX. (RUN_LVL): Define only if __USE_GNU. (ACCOUNTING):
3191 Define if __USE_GNU.
3192 * sysdeps/generic/setutxent.c: New file.
3193 * sysdeps/generic/getutxent.c: New file.
3194 * sysdeps/generic/endutxent.c: New file.
3195 * sysdeps/generic/getutxid.c: New file.
3196 * sysdeps/generic/getutxline.c: New file.
3197 * sysdeps/generic/pututxline.c: New file.
3198 * sysdeps/generic/utmpxname.c: New file.
3199 * sysdeps/generic/updwtmpx.c: New file.
3200 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3201 * sysdeps/generic/bits/utmpx.h: Remove.
3203 1998-04-20 Ulrich Drepper <drepper@cygnus.com>
3205 * posix/wordexp-test.c (main): Initialize ifs element of ts for
3208 1998-04-17 07:53 H.J. Lu <hjl@gnu.org>
3210 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3212 1998-04-17 11:32 Ulrich Drepper <drepper@cygnus.com>
3214 * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3215 variable using _G_stat64.
3216 * libio/fileops.c: Remove macro definition of fstat, it is in the
3218 Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3220 1998-04-17 Philip Blundell <pb@nexus.co.uk>
3222 * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3223 <willy@odie.barnet.ac.uk>.
3225 1998-04-16 Philip Blundell <Philip.Blundell@pobox.com>
3227 * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3228 required by IPv6 Basic API.
3229 (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3230 (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3231 (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3232 (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3234 1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com>
3236 Don't name internal representation since it might be different from
3237 the external form (namely on little endian machines).
3238 * iconv/gconv_builtin.h: Add UCS4 support. Change references to
3239 UCS4 into references to INTERNAL.
3240 * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3241 Add endianess support to UCS functions. Change references to
3242 UCS4 into references to INTERNAL.
3243 * iconv/gconv_int.h: Change references to UCS4 into references to
3245 * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3246 * iconvdata/gconv-modules: Change accordingly.
3247 * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3249 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3251 * iconvdata/8bit-gap.c: Likewise.
3252 * iconvdata/8bit-generic.c: Likewise.
3253 * iconvdata/big5.c: Likewise.
3254 * iconvdata/euccn.c: Likewise.
3255 * iconvdata/eucjp.c: Likewise.
3256 * iconvdata/euckr.c: Likewise.
3257 * iconvdata/euctw.c: Likewise.
3258 * iconvdata/iso646.c: Likewise.
3259 * iconvdata/iso6937.c: Likewise.
3260 * iconvdata/iso8859-1.c: Likewise.
3261 * iconvdata/johab.c: Likewise.
3262 * iconvdata/sjis.c: Likewise.
3263 * iconvdata/t61.c: Likewise.
3264 * iconvdata/uhc.c: Likewise.
3266 * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3267 * iconvdata/8bit-generic.c: Likewise.
3269 * iconvdata/TESTS: Add more tests.
3271 * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3273 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com>
3275 * iconvdata/Makefile: Better rules to run tests.
3277 * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3278 * iconvdata/testdata/ISO-8859-10: Likewise.
3279 * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3280 * iconvdata/testdata/ISO-8859-2: Likewise.
3281 * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3282 * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3283 * iconvdata/testdata/ISO-8859-3: Likewise.
3284 * iconvdata/testdata/ISO-8859-4: Likewise.
3285 * iconvdata/testdata/ISO-8859-5: Likewise.
3286 * iconvdata/testdata/ISO-8859-6: Likewise.
3287 * iconvdata/testdata/ISO-8859-7: Likewise.
3288 * iconvdata/testdata/ISO-8859-8: Likewise.
3289 * iconvdata/testdata/ISO-8859-9: Likewise.
3291 1998-04-15 Ulrich Drepper <drepper@cygnus.com>
3293 * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3294 intermediate result (if available).
3296 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3299 * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3300 (distribute): Add run-iconv-test.sh and testdata/*.
3302 * stdlib/testmb.c (main): Simplify mbc array handling.
3304 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3306 * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix
3307 return value on overflow.
3309 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3311 * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3314 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3316 * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3317 of non-standard function setbuffer.
3319 1998-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3321 * stdio-common/perror.c: Include <string.h> for __strerror_r.
3323 1998-04-14 23:54 Ulrich Drepper <drepper@cygnus.com>
3325 * iconvdata/Makefile: Add rules to run tests.
3326 * iconvdata/TESTS: New file.
3327 * iconvdata/run-iconv-test.sh: New file.
3328 * iconvdata/testdata/ISO-8859-1: New file.
3330 * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3333 1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
3335 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3336 counter element of step.
3338 * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3340 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3342 (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
3344 (__gconv_transform_utf8_ucs4): Correct test for empty input.
3346 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3348 * Makefile: Include makeconfig before defining rule to regenerate
3351 * configure.in: Remove restriction on compiling without static
3354 1998-04-14 16:34 Ulrich Drepper <drepper@cygnus.com>
3356 * test-skeleton.c: Provide hook for initializing code before the fork.
3357 * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3360 * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3361 * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3362 * libio/libioP.h: Adopt _IO_cleanup prototype.
3364 * stdlib/Makefile (tests): Add test-canon2.
3365 * stdlib/test-canon2.c: New file.
3366 * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3367 be NULL. Use __lxstat, not __lstat. Correctly recognize long
3369 (__realpath): Make real function which checks RESOLVED parameter for
3372 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3374 * catgets/open_catalog.c (__open_catalog): Fix problems with
3375 reading non-files. Always close file.
3376 Reported by Cristian Gafton <gafton@redhat.com>.
3378 * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3380 1998-04-14 13:28 Ulrich Drepper <drepper@cygnus.com>
3382 * libc.map: Add various low-level I/O functions.
3384 1998-04-14 10:35 Ulrich Drepper <drepper@cygnus.com>
3386 * string/Makefile (routines): Remove strerror_r.
3387 * string/strerror_r.c: Removed.
3388 * string/strerror.c: Call __strerror_r for doing the real work.
3389 * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3390 add weak alias strerror_r.
3391 * sysdeps/mach/_strerror.c: Likewise.
3392 * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3393 * elf/dl-error.c (_dl_signal_error): Likewise.
3394 * elf/dl-profile.c (_dl_start_profile): Likewise.
3395 * gmon/gmon.c (write_gmon): Likewise.
3396 * stdio-common/perror.c: Likewise.
3397 * stdio-common/vfprintf.c: Likewise.
3399 1998-04-10 Mark Kettenis <kettenis@phys.uva.nl>
3401 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3402 (sysdep_headers): Add netatalk/at.h.
3404 1998-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3406 * manual/socket.texi, manual/creature.texi, manual/time.texi:
3409 1998-04-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3411 * posix/regex.c: Rename __re_syntax_options back to
3412 re_syntax_options, aliases do not work with global variables due
3413 to copy relocations.
3414 (regex_compile): Use syntax parameter instead of
3417 1998-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3419 * configure.in: Document that enable-force-install is default.
3421 1998-04-13 Ulrich Drepper <drepper@cygnus.com>
3423 * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3425 * sysdeps/posix/mkstemp.c: Likewise.
3427 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com>
3429 * iconvdata/8bit-gap.c: Simplify step data handling.
3430 * iconvdata/8bit-generic.c: Likewise.
3431 * iconvdata/big5.c: Likewise.
3432 * iconvdata/euccn.c: Likewise.
3433 * iconvdata/eucjp.c: Likewise.
3434 * iconvdata/euckr.c: Likewise.
3435 * iconvdata/euctw.c: Likewise.
3436 * iconvdata/iso6937.c: Likewise.
3437 * iconvdata/iso8859-1.c: Likewise.
3438 * iconvdata/jis0208.h: Likewise.
3439 * iconvdata/jis0212.c: Likewise.
3440 * iconvdata/jis0212.h: Likewise.
3441 * iconvdata/johab.c: Likewise.
3442 * iconvdata/ksc5601.h: Likewise.
3443 * iconvdata/sjis.c: Likewise.
3444 * iconvdata/t61.c: Likewise.
3445 * iconvdata/uhc.c: Likewise.
3447 1998-04-13 16:36 Ulrich Drepper <drepper@cygnus.com>
3449 * manual/texinfo.texi: Updated from last version.
3451 1998-04-13 14:52 Ulrich Drepper <drepper@cygnus.com>
3453 * iconvdata/cns11643.c: New file.
3454 * iconvdata/cns11643.h: New file.
3455 * iconvdata/cns11643l1.c: New file.
3456 * iconvdata/cns11643l1.h: New file.
3457 * iconvdata/euctw.c: New file.
3458 * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3459 * iconvdata/gconv-modules: Likewise.
3461 * iconvdata/eucjp.c: Several bug fixes and improvements.
3462 * iconvdata/gb2312.h: Likewise.
3463 * iconvdata/jis0201.h: Likewise.
3464 * iconvdata/jis0208.h: Likewise.
3465 * iconvdata/jis0212.h: Likewise.
3467 1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com>
3469 * iconvdata/eucjp.c: New file.
3470 * iconvdata/euccn.c: New file.
3471 * iconvdata/gb2312.h: New file.
3472 * iconvdata/gb2312.c: New file.
3473 * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3474 * iconvdata/gconv-modules: Likewise.
3476 * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3478 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3480 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3481 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3482 Patch by Mark Hatle <fray@kernel.crashing.org>.
3484 1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
3486 * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3488 (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3489 (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3491 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3493 * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
3495 * iconvdata/Makefile: Add rules for big5 conversion.
3496 * iconvdata/gconv-modules: Likewise.
3497 * iconvdata/big5.c: New file.
3499 * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
3500 Patch by Jim Meyering.
3502 1998-04-11 Ulrich Drepper <drepper@cygnus.com>
3504 * rt/tst-aio.c: Add test for aio_read and lio_listio.
3506 * rt/lio_listio.c: Correct total counter handling.
3508 * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
3511 * test-skeleton.c (main): Make stdout unbuffered. Improve message
3512 of signal on exit even more.
3514 * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
3515 instead of call to pthread_cond_init.
3516 * rt/lio_listio.c (lio_listio): Likewise.
3517 * rt/lio_listio64.c (lio_listio64): Likewise.
3519 * nis/nis_findserv.c: Include sys/socket.h.
3521 1998-04-11 09:33 Ulrich Drepper <drepper@cygnus.com>
3523 * Makeconfig (rtobjdir): New variable.
3524 (rpath-link): Add rtobjdir and thread directory, if available.
3526 * test-skeleton.c: Add support to remove temporary files.
3527 Always define test_dir. Improve message about expected signal.
3529 * rt/Makefile (tests): Add tst-aio.
3530 Add rules for tst-aio to be linked with librt and thread library.
3531 * rt/aio_misc.c: Correct fundamental bugs.
3532 * rt/aio_suspend.c: Correct bug in test for available request.
3533 Initialize conditional variable.
3534 * rt/lio_listio.c: Initialize conditional variable.
3535 * rt/lio_listio64.c: Likewise.
3536 * rt/tst-aio.c: New file.
3538 * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
3539 * sysdeps/libm-ieee754/w_gamma.c: Likewise. Adopt for ISO C 9x.
3540 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3541 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3542 * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
3543 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3544 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3546 1998-04-11 14:49 Mark Kettenis <kettenis@landau.phys.uva.nl>
3548 * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
3550 1998-04-10 Ulrich Drepper <drepper@cygnus.com>
3552 * elf/dl-load.c (open_path): Use correct name for test whether
3553 directory in load path exists.
3555 * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
3556 * sysdeps/libm-ieee754/e_pow.c: Fix typo.
3557 Patches by Tom Rini <trini@kernel.crashing.org>.
3559 * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
3560 * wcsmbs/wcstod_l.c: Likewise.
3561 * wcsmbs/wcstold_l.c: Likewise.
3563 * include/byteswap.h: New file.
3565 * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
3566 .bss segment size. Patch by Joe Keane <jgk@jgk.org>.
3568 * inet/getnameinfo.c (getnameinfo): Change parameter to match
3569 declaration. Patch by Richard Henderson.
3571 1998-04-10 12:40 Zack Weinberg <zack@rabi.phys.columbia.edu>
3573 * manual/process.texi (SIGCHLD example): Save errno.
3575 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
3577 * posix/regex.c: Define regerror really as __regerror.
3578 * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3579 regerror and regfree.
3581 * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3582 * stdlib/strtod_l.c: Likewise.
3583 * stdlib/strtold_l.c: Likewise.
3585 * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3587 * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3589 * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3590 Patch by Christian Gafton.
3592 1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com>
3594 * manual/socket.texi (Interface Naming): Correct @deftypefun line
3597 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3599 * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3601 * manual/socket.texi (Interface Naming): Fix typo.
3603 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>