1 1998-07-01 Ulrich Drepper <drepper@cygnus.com>
3 * nscd/nscd.c: Include unistd.h.
5 1998-07-01 09:32 Ulrich Drepper <drepper@cygnus.com>
7 * math/libm-test.c: Adjust delta for indentities1_test because gcc
10 1998-06-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12 * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
14 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16 * scripts/test-installation.pl: Include <stdio.h> in test program
17 to make it strictly conforming.
19 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
21 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
23 * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
24 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
25 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
26 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
28 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
30 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
33 1998-06-30 Ulrich Drepper <drepper@cygnus.com>
35 * posix/Makefile (headers): Remove bits/pthreadtypes.h.
36 * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
39 1998-06-30 11:47 Ulrich Drepper <drepper@cygnus.com>
41 * include/aio.h: New file.
42 * posix/Makefile (distribute): Add bits/pthreadtypes.h.
43 (tests): Build and run annexc program.
44 * posix/annexc.c: New file.
45 * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
46 * rt/aio.h: Remove __need_timespec_t. We can include the whole time.h.
47 * rt/aio_misc.c: Include limits.h.
48 * rt/aio_notify.c: Include errno.h.
49 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
51 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
52 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
53 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
54 * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
55 kernel doesn't do this.
56 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
57 __USE_LARGEFILE64 is defined.
58 * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file. Empty.
59 * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
61 * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
63 * stdlib/isomac.c: Avoid include_next warning.
65 1998-06-29 12:27 Ulrich Drepper <drepper@cygnus.com>
67 * argp/argp.h: Use __PMT instead of __P for function pointer.
68 * iconv/gconv.h: Likewise.
71 * libio/libio.h: Likewise.
72 * malloc/mcheck.h: Likewise.
73 * misc/search.h: Likewise.
74 * posix/glob.h: Likewise.
75 * resolv/resolv.h: Likewise.
76 * signal/signal.h: Likewise.
77 * stdlib/stdlib.h: Likewise.
78 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
79 * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
81 1998-06-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
83 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
85 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
87 * posix/wordexp.c (parse_param): Fix memory leak.
89 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
91 * libc.map: Export _IO_ftrylockfile.
93 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
95 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
98 1998-06-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
100 * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
102 * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
103 same search list twice.
105 1998-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
107 * login/programs/utmpd.c (handle_requests): Set and use maximal fd
108 used to optimize loop/select.
110 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
112 * sysdeps/generic/init-first.c: Don't define __libc_pid.
113 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
114 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
115 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
116 * sysdeps/arm/init-first.c: Likewise.
117 * posix/getopt_init.c: Don't use __libc_pid.
118 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
119 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
120 * libc.map: Remove __libc_uid and __libc_pid.
122 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
124 * sunrpc/rtime.c (rtime): Use poll instead of select.
126 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
128 * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
129 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
130 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
131 Patches from FreeBSD current.
133 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
135 * nscd/connections.c (handle_new_request): Handle POLLHUP
137 (close_sockets): Correct parameter to dbg_log.
139 1998-06-27 David S. Miller <davem@pierdol.cobaltmicro.com>
141 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
142 Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
143 (elf_machine_fixup_plt): Likewise.
144 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
145 _dl_pagesize not set, use system call to always get correct answer.
146 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
147 (__syscall_getpagesize): Add
149 1998-06-27 Ulrich Drepper <drepper@cygnus.com>
151 * resolv/res_send.c (res_send): Fix typo.
153 1998-06-25 Andi Kleen <ak@muc.de>
155 * inet/rcmd.c (rcmd): Change to use __poll instead of select.
156 * resolv/res_send.c (res_send): Likewise.
158 1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com>
160 * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
161 * sysdeps/unix/sysv/linux/poll.c: Likewise.
163 1998-06-27 7:07 Richard Henderson <rth@cygnus.com>
165 * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
166 * math/atest-exp2.c (exp_mpn, main): Likewise.
167 * math/atest-sincos.c (main): Likewise.
169 * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow. Move
170 base handling away from strtoul. Always reset errno.
172 * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
174 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
175 _dl_profile_map if _dl_name_match_p.
176 (RTLD_START): Fix .prologue. Set __libc_stack_end.
177 * sysdeps/alpha/elf/start.S: Pass sp as arg 7. Kill __data_start.
179 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
182 * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
183 * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
184 * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
186 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
188 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
190 1998-06-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
192 * nis/nis_call.c: Don't copy server structure.
193 * nis/nis_intern.h: Remove unused entries.
194 * nis/nis_table.c: Rewrite __create_ib_request.
196 1998-06-26 14:37 Ulrich Drepper <drepper@cygnus.com>
198 * configure.in: Check for -fexceptions.
199 * config.make.in: Define exceptions, not no-exceptions.
200 * misc/sys/cdefs.h: Define __PMT. When using modern g++ define
202 * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
204 * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
205 * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
206 lfind, and lsearch prototpypes.
207 * stdlib/stdlib.h: Likewise for bsearch and qsort.
209 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
211 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
213 1998-06-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
215 * Makefile (remove-old-headers): Make phony.
217 * configure.in: Substitute @old_glibc_headers@.
219 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
221 * libc.map: Remove __libc_uid.
223 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
225 * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
228 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
230 * libc.map: Add Alpha-specific io function from protected namespace.
232 1998-06-25 19:26 Ulrich Drepper <drepper@cygnus.com>
234 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
235 * locale/Makefile: Define locale-CPPFLAGS instead of redefining
238 * libc.map: Export __sigaction.
240 1998-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
242 * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
243 (from Linux 2.1.107).
245 1998-06-24 Ulrich Drepper <drepper@cygnus.com>
247 * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
248 position when file was opened here.
249 Reported by Howard Chu <hyc@platinum.com>.
251 * sysdeps/generic/glob.c: Also protect FNM_* macros from being
252 undefined in a second inclusion.
254 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
256 * sysdeps/mach/hurd/i386/Makefile: New file.
257 * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
259 (_hurd_stack_setup): Renamed
260 from __libc_init_first.
261 (__libc_init_first): New function.
262 * sysdeps/mach/hurd/i386/static-start.S: New file.
264 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
266 * sysdeps/mach/hurd/i386/init-first.c
268 1998-06-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
270 * grp/initgroups.c: Use _CALL_DL_FCT.
272 1998-06-23 Mark Kettenis <kettenis@phys.uva.nl>
274 * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
276 1998-06-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
278 * manual/terminal.texi (Pseudo-Terminals): Correct typos.
280 1998-06-23 Ulrich Drepper <drepper@cygnus.com>
282 * config.make.in: Remove LDAP support.
283 * nss/Makefile: Likewise.
285 1998-06-22 17:02 Ulrich Drepper <drepper@cygnus.com>
287 * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
288 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
289 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
290 * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
292 1998-06-02 Gordon Matzigkeit <gord@profitpress.com>
294 * mach/Makefile: Change `mv' invocations to `mv -f'.
295 * mach/Machrules: Likewise.
297 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
299 * config.make.in (old-glibc-headers): Add it.
301 * configure.in: Add test for glibc 2.0.x headers.
303 * Makefile (headers2_0): New variable - contains so far only
304 Linux/Intel glibc 2.0.x headers.
305 (remove-old-headers): New rule to remove headers from glibc 2.0.x.
306 (install): Depend on remove-old-headers.
308 1998-06-19 Mark Kettenis <kettenis@phys.uva.nl>
310 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
311 make ftruncate a weak alias.
312 * sysdeps/mach/hurd/ftruncate.c: Really define function as
314 * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
315 (truncate): Fix function defenition to match prototype.
317 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
319 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
320 unlockpt, ptsname, ptsname_r, openpty and forkpty.
322 1998-06-22 Ulrich Drepper <drepper@cygnus.com>
324 * sysdeps/generic/glob.c: Make it possible to include glob.h
325 before loading glob.c.
326 Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
328 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
330 * nscd/connections.c: Use poll() instead of select().
332 1998-06-22 14:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
334 * sysdeps/generic/Dist: Fix typo.
336 1998-06-20 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
338 * nis/nis_add.c: Avoid unnecessary strlen () calls.
339 * nis/nis_addmember.c: Likewise.
340 * nis/nis_call.c: Likewise.
341 * nis/nis_creategroup.c: Likewise.
342 * nis/nis_destroygroup.c: Likewise.
343 * nis/nis_findserv.c: Likewise.
344 * nis/nis_ismember.c: Likewise.
345 * nis/nis_print.c: Likewise.
346 * nis/nis_print_group_entry.c: Likewise.
347 * nis/nis_removemember.c: Likewise.
348 * nis/nis_verifygroup.c: Likewise.
349 * nis/ypclnt.c: Likewise.
351 * nis/nis_file.c: Close file handles.
353 * nis/nis_callback.c: Fix typo.
355 1998-06-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
357 * nis/Makefile: Add nis-initgroups and compat-initgroups.
358 * nis/libnss_compat.map: Add _nss_compat_initgroups.
359 * nis/libnss_nis.map: Add _nss_nis_initgroups.
360 * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
361 * nis/nss_nis/nis-initgroups.c: Likewise.
362 * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
363 __nss_lookup_function and make it public.
364 * grp/initgroups.c: Rewrite, to use initgroups function from NSS
365 module if exists, else use old method.
367 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
369 * nss/getXXbyYY_r.c (lookup_function): Correct return in type
371 * nss/getXXent_r.c (set_function, end_function, get_function):
372 Likewise. Reported by Thorsten Kukuk.
374 * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
376 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
378 * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
379 1998-06-16 and distribute kernel_termios.h.
381 * nis/Makefile (distribute): Add nis_xdr.h.
383 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
385 * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
386 kernels that don't have sigaltstack.
388 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
390 * sysdeps/generic/bits/sem.h: Don't define union semun.
392 * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
394 * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
396 * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
399 1998-06-18 21:45 Ulrich Drepper <drepper@cygnus.com>
401 * signal/signal.h: Add prototype for __sigaltstack.
402 * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
403 Remove sigstack entry.
404 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
405 * sysdeps/unix/sysv/linux/sigstack.c: New file.
407 * sysdeps/i386/backtrace.c: Add casts.
409 1998-06-18 19:49 Ulrich Drepper <drepper@cygnus.com>
411 * intl/dcgettext.c: use complete type name.
412 * intl/hash-string.h: Likewise.
414 * intl/localealias.c: Undo patch from 1998-04-29.
415 * intl/l10nflist.c: Likewise.
416 * intl/loadinfo.h: Likewise.
418 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
420 * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
422 1998-06-18 16:40 Ulrich Drepper <drepper@cygnus.com>
424 * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
425 _dl_mcount, _dl_mcount_wrapper.
426 * elf/Makefile (routines): Add dl-profstub.
427 * elf/dl-profstub.c: New file.
428 * elf/dl-support.c: Don't define _dl_profile_map.
429 * elf/rtld.c: Likewise.
430 * elf/dlfcn.h: Define DL_CALL_FCT macro.
431 * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
433 * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
435 * iconv/gconv_db.c: Likewise.
436 * iconv/skeleton.c: Likewise.
437 * nss/getXXbyYY_r.c: Likewise.
438 * nss/getXXent_r.c: Likewise.
439 * nss/nsswitch.c: Likewise.
441 1998-06-18 12:29 Ulrich Drepper <drepper@cygnus.com>
443 * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
444 * sysdeps/libm-i387/e_scalbf.S: Likewise.
445 * sysdeps/libm-i387/e_scalbl.S: Likewise.
447 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
449 * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
452 1998-06-18 10:26 Ulrich Drepper <drepper@cygnus.com>
454 * iconvdata/Makefile (modules): Add MACINTOSH.
455 (MACINTOSH-routines): New variable.
456 (distribute): Add macintosh.c.
457 (awk-generated-headers): Add macintosh.h.
458 Add rule for macintosh.h generation.
459 * iconvdata/gconv-modules: Add definitions for MACINTOSH.
460 * iconvdata/macintosh.c: New file.
462 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
464 * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
466 * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
467 only should happen for cy != 0.
469 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
472 1998-06-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
474 * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
475 to compare stack addresses.
477 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
479 * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
482 1998-06-16 David S. Miller <davem@dm.cobaltmicro.com>
484 * sysdeps/sparc/sparc32/dl-machine.h
485 (elf_machine_fixup_plt): During rtld bootstrap, always perform
486 flushes as the kernel will emulate it when the underlying cpu does
489 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
490 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
492 * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
493 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
496 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
497 (__clone): Branch to label .Lerror not __clone_syscall_error.
498 (.Lerror): Fixup EINVAL setting.
499 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
500 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
501 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
502 (__syscall_getgroups, __syscall_setgroups): Add.
504 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
505 (__sigaction): Member name is k_sa_handler. Use memcpy to copy
508 1998-06-16 Ulrich Drepper <drepper@cygnus.com>
510 * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
512 * string/Makefile: Make sure test-ffs does not use builtins.
514 1998-06-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
516 * sunrpc/svc.c: Check for NULL pointer.
518 * nis/libnsl.map: Add public NIS+ xdr functions.
520 * nis/rpcsvc/nis_callback.h: New file.
521 * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
522 * nis/nis_xdr.h: ... here.
524 * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
525 pointers, use NIS+ defines where possible.
526 * nis/nis_cache.c: Likewise.
527 * nis/nis_cache2_xdr.c: Likewise.
528 * nis/nis_call.c: Likewise.
529 * nis/nis_checkpoint.c: Likewise.
530 * nis/nis_clone_dir.c: Likewise.
531 * nis/nis_clone_obj.c: Likewise.
532 * nis/nis_clone_res.c: Likewise.
533 * nis/nis_creategroup.c: Likewise.
534 * nis/nis_file.c: Likewise.
535 * nis/nis_free.c: Likewise.
536 * nis/nis_getservlist.c: Likewise.
537 * nis/nis_local_names.c: likewise.
538 * nis/nis_lookup.c: Likewise.
539 * nis/nis_mkdir.c: Likewise.
540 * nis/nis_modify.c: Likewise.
541 * nis/nis_ping.c: Likewise.
542 * nis/nis_print.c: Likewise.
543 * nis/nis_remove.c: Likewise.
544 * nis/nis_removemember.c: Likewise.
545 * nis/nis_rmdir.c: Likewise.
546 * nis/nis_server.c: Likewise.
547 * nis/nis_table.c: Likewise.
548 * nis/nis_util.c: Likewise.
549 * nis/nis_verifygroup.c: Likewise.
550 * nis/nis_xdr.c: Likewise.
551 * nis/nis_callback.c: Likewise, and move xdr functions from here ...
552 * nis/nis_xdr.c: ... to here.
554 1998-06-15 18:07 Ulrich Drepper <drepper@cygnus.com>
556 * iconvdata/ksc5601.h: Clean up a bit.
558 1998-06-15 14:35 Ulrich Drepper <drepper@cygnus.com>
560 * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
561 and process incoming data.
562 * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
563 fragments as invalid.
564 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
566 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
568 Removal of duplicates like "the the".
569 * manual/time.texi (TZ Variable): Likewise.
570 * manual/users.texi (Manipulating the Database): Likewise.
571 * manual/sysinfo.texi (Filesystem handling): Likewise.
572 * manual/signal.texi (Signaling Yourself): Likewise.
573 * manual/message.texi (Message Translation): Likewise.
574 (Common Usage): Likewise.
575 * manual/llio.texi: Likewise.
576 * manual/arith.texi (Old-style number conversion): Likewise.
577 * manual/argp.texi (Argp): Likewise.
578 (Argp Parsers): Likewise.
579 (Argp Help Filtering): Likewise.
581 * hesiod/README.hesiod: Correct typo.
583 * manual/llio.texi: Correct typos.
584 * manual/sysinfo.texi: Likewise.
586 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
588 * rt/aio.h: Rename __op to __operation for g++.
590 1998-06-13 20:17 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
592 * iconvdata/gen-8bit-gap.sh: Use awk not perl. Clean up sed
594 * iconvdata/gen-8bit-gap-1.sh: Likewise.
595 * iconvdata/gen-8bit.sh: Clean up sed script.
597 * iconvdata/Makefile: Remove all PERL conditionals; build all
598 the modules all the time. Export AWK.
599 (gen-8bit-gap): Delete setting of PERL.
600 (gen-8bit-gap-1): Likewise.
601 (perl-generated-headers): Renamed awk-generated-headers.
603 * iconvdata/gap.pl: Removed.
604 * iconvdata/gaptab.pl: Removed.
605 * iconvdata/gap.awk: New file.
606 * iconvdata/gaptab.awk: New file.
608 1998-06-15 Ulrich Drepper <drepper@cygnus.com>
610 * sysdeps/generic/Dist: Add errno-loc.c.
612 * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
615 1998-06-14 14:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
617 * stdio-common/bug12.c: New test for fread()/fseek().
618 * stdio-common/Makefile (tests): Add bug12.
620 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
622 * sysdeps/generic/elf/backtracesyms.c: Make array elements
624 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
625 * debug/execinfo.h: Update declaration.
627 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
629 * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
630 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
631 * debug/execinfo.h: Update declaration.
633 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
635 * manual/llio.texi: Fix spelling.
636 * manual/sysinfo.texi: Fix spelling.
638 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
640 * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
641 alias for old name. Put this on __libc_subfreeres.
642 * misc/search.h: Declare it.
644 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
646 * string/bits/string2.h (strcmp): Add missing parens around macro
649 1998-06-12 23:34 Ulrich Drepper <drepper@cygnus.com>
651 * manual/arith.texi: Fix problem with @math and texinfo.tex.
653 * manual/filesys.texi: Document LFS functions.
654 * manual/llio.texi: Likewise.
655 * manual/stdio.texi: Likewise.
656 * manual/time.texi: Likewise.
658 * manual/llio.texi: Document AIO functions.
660 * resource/sys/resource.h: Mark second argument of setrlimit as const.
661 * sysdeps/generic/setrlimit.c: Likewise.
662 * sysdeps/generic/setrlimit64.c: Likewise.
663 * sysdeps/mach/hurd/setrlimit.c: Likewise.
664 * sysdeps/unix/sysv/setrlimit.c: Likewise.
666 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
668 * sysdeps/generic/getenv.c: Fix last change.
670 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
672 * sysdeps/generic/backtrace.c: Provide generic implementation.
674 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
676 * configure.in: Give visual feedback of the default directories we
679 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
681 * io/fts.c (fts_build): Define oflag only if needed.
683 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
685 * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
687 1998-06-11 Ulrich Drepper <drepper@cygnus.com>
689 * libc.map: Don't export argp's fmtstream handling functions.
691 * manual/sysinfo.texi: Document fstab and mtab handling functions.
692 * manual/llio.texi: Document more LFS functions and start documenting
695 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
697 * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
698 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
699 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
700 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
702 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
704 * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
705 makes it easier to undump emacs.
706 * sysdeps/powerpc/bits/endian.h: Use more informative error message
707 for when the endianness can't be determined.
709 1998-06-04 13:19 Geoff Keating <geoffk@ozemail.com.au>
711 * nss/Makefile: Add files publickey database support.
712 * nss/libnss_files.map: Export the required functions.
713 * nss/nss_files/files-key.c: Implement it.
714 * sunrpc/rpc/auth_des.h: Correct typos in comments.
716 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
718 * iconv/gconv_builtin.h: Add aliases for CORBA.
719 * iconvdata/gconv-modules: Likewise.
721 1998-06-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
723 * math/libm-test.c (main): Call exp10_test.
724 (exp10_test): New function which tests exp10.
726 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
728 * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
731 * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
732 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
733 * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
735 1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
737 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
738 in the variable, not its GOT slot.
740 1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
742 * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
744 * sysdeps/m68k/fpu/e_exp10.c: New file.
745 * sysdeps/m68k/fpu/e_exp10f.c: New file.
746 * sysdeps/m68k/fpu/e_exp10l.c: New file.
748 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
749 _dl_profile_map only if the name matches.
750 (_dl_start_user): Remember stack address.
751 * sysdeps/m68k/elf/start.S: Pass new argument to
754 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
756 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
757 * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
758 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
759 * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
760 * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
762 1998-06-09 18:16 Ulrich Drepper <drepper@cygnus.com>
764 * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
765 * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
766 * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
767 * math/bits/mathcalls.h: Add definitions for exp10 and pow10
769 * sysdeps/libm-i387/e_exp10.S: New file.
770 * sysdeps/libm-i387/e_exp10f.S: New file.
771 * sysdeps/libm-i387/e_exp10l.S: New file.
772 * sysdeps/libm-ieee754/e_exp10.c: New file.
773 * sysdeps/libm-ieee754/e_exp10f.c: New file.
774 * sysdeps/libm-ieee754/e_exp10l.c: New file.
775 * sysdeps/libm-ieee754/w_exp10.c: New file.
776 * sysdeps/libm-ieee754/w_exp10f.c: New file.
777 * sysdeps/libm-ieee754/w_exp10l.c: New file.
778 * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
780 1998-05-25 22:18 H.J. Lu <hjl@gnu.org>
782 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
783 sys/elf.h and sys/reg.h.
784 * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
785 * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
786 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
787 * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
789 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
790 PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
792 1998-06-09 Ulrich Drepper <drepper@cygnus.com>
794 * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
795 __data member only for gcc. Reported by ak@muc.de.
797 * misc/mntent.h: Undo last patch.
798 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
799 * misc/tst/mntent.c: Adjust code for this change.
801 * io/fts.c: Updated from a slightly more recent BSD version.
802 * io/fts.h: Likewise.
804 * libc.map: Add __libc_stack_end.
806 * db2/Makefile (routines): Add lock_region.
807 * db2/config.h: Update from db-2.4.14.
808 * db2/db.h: Likewise.
809 * db2/db_185.h: Likewise.
810 * db2/db_int.h: Likewise.
811 * db2/btree/bt_close.c: Likewise.
812 * db2/btree/bt_compare.c: Likewise.
813 * db2/btree/bt_conv.c: Likewise.
814 * db2/btree/bt_cursor.c: Likewise.
815 * db2/btree/bt_delete.c: Likewise.
816 * db2/btree/bt_open.c: Likewise.
817 * db2/btree/bt_page.c: Likewise.
818 * db2/btree/bt_put.c: Likewise.
819 * db2/btree/bt_rec.c: Likewise.
820 * db2/btree/bt_recno.c: Likewise.
821 * db2/btree/bt_rsearch.c: Likewise.
822 * db2/btree/bt_search.c: Likewise.
823 * db2/btree/bt_split.c: Likewise.
824 * db2/btree/bt_stat.c: Likewise.
825 * db2/btree/btree.src: Likewise.
826 * db2/btree/btree_auto.c: Likewise.
827 * db2/clib/getlong.c: Likewise.
828 * db2/common/db_appinit.c: Likewise.
829 * db2/common/db_apprec.c: Likewise.
830 * db2/common/db_byteorder.c: Likewise.
831 * db2/common/db_err.c: Likewise.
832 * db2/common/db_log2.c: Likewise.
833 * db2/common/db_region.c: Likewise.
834 * db2/common/db_salloc.c: Likewise.
835 * db2/common/db_shash.c: Likewise.
836 * db2/db/db.c: Likewise.
837 * db2/db/db.src: Likewise.
838 * db2/db/db_auto.c: Likewise.
839 * db2/db/db_conv.c: Likewise.
840 * db2/db/db_dispatch.c: Likewise.
841 * db2/db/db_dup.c: Likewise.
842 * db2/db/db_overflow.c: Likewise.
843 * db2/db/db_pr.c: Likewise.
844 * db2/db/db_rec.c: Likewise.
845 * db2/db/db_ret.c: Likewise.
846 * db2/db/db_thread.c: Likewise.
847 * db2/db185/db185.c: Likewise.
848 * db2/db185/db185_int.h: Likewise.
849 * db2/dbm/dbm.c: Likewise.
850 * db2/hash/hash.c: Likewise.
851 * db2/hash/hash.src: Likewise.
852 * db2/hash/hash_auto.c: Likewise.
853 * db2/hash/hash_conv.c: Likewise.
854 * db2/hash/hash_debug.c: Likewise.
855 * db2/hash/hash_dup.c: Likewise.
856 * db2/hash/hash_func.c: Likewise.
857 * db2/hash/hash_page.c: Likewise.
858 * db2/hash/hash_rec.c: Likewise.
859 * db2/hash/hash_stat.c: Likewise.
860 * db2/include/btree.h: Likewise.
861 * db2/include/btree_ext.h: Likewise.
862 * db2/include/clib_ext.h: Likewise.
863 * db2/include/common_ext.h: Likewise.
864 * db2/include/cxx_int.h: Likewise.
865 * db2/include/db.h.src: Likewise.
866 * db2/include/db_185.h.src: Likewise.
867 * db2/include/db_am.h: Likewise.
868 * db2/include/db_auto.h: Likewise.
869 * db2/include/db_cxx.h: Likewise.
870 * db2/include/db_dispatch.h: Likewise.
871 * db2/include/db_ext.h: Likewise.
872 * db2/include/db_int.h.src: Likewise.
873 * db2/include/db_page.h: Likewise.
874 * db2/include/db_shash.h: Likewise.
875 * db2/include/db_swap.h: Likewise.
876 * db2/include/hash.h: Likewise.
877 * db2/include/hash_ext.h: Likewise.
878 * db2/include/lock.h: Likewise.
879 * db2/include/lock_ext.h: Likewise.
880 * db2/include/log.h: Likewise.
881 * db2/include/log_ext.h: Likewise.
882 * db2/include/mp.h: Likewise.
883 * db2/include/mp_ext.h: Likewise.
884 * db2/include/mutex_ext.h: Likewise.
885 * db2/include/os_ext.h: Likewise.
886 * db2/include/os_func.h: Likewise.
887 * db2/include/queue.h: Likewise.
888 * db2/include/shqueue.h: Likewise.
889 * db2/include/txn.h: Likewise.
890 * db2/lock/lock.c: Likewise.
891 * db2/lock/lock_conflict.c: Likewise.
892 * db2/lock/lock_deadlock.c: Likewise.
893 * db2/lock/lock_region.c: Likewise.
894 * db2/lock/lock_util.c: Likewise.
895 * db2/log/log.c: Likewise.
896 * db2/log/log.src: Likewise.
897 * db2/log/log_archive.c: Likewise.
898 * db2/log/log_auto.c: Likewise.
899 * db2/log/log_compare.c: Likewise.
900 * db2/log/log_findckp.c: Likewise.
901 * db2/log/log_get.c: Likewise.
902 * db2/log/log_put.c: Likewise.
903 * db2/log/log_rec.c: Likewise.
904 * db2/log/log_register.c: Likewise.
905 * db2/mp/mp_bh.c: Likewise.
906 * db2/mp/mp_fget.c: Likewise.
907 * db2/mp/mp_fopen.c: Likewise.
908 * db2/mp/mp_fput.c: Likewise.
909 * db2/mp/mp_fset.c: Likewise.
910 * db2/mp/mp_open.c: Likewise.
911 * db2/mp/mp_pr.c: Likewise.
912 * db2/mp/mp_region.c: Likewise.
913 * db2/mp/mp_sync.c: Likewise.
914 * db2/mutex/68020.gcc: Likewise.
915 * db2/mutex/mutex.c: Likewise.
916 * db2/mutex/parisc.gcc: Likewise.
917 * db2/mutex/parisc.hp: Likewise.
918 * db2/mutex/sco.cc: Likewise.
919 * db2/os/os_abs.c: Likewise.
920 * db2/os/os_alloc.c: Likewise.
921 * db2/os/os_config.c: Likewise.
922 * db2/os/os_dir.c: Likewise.
923 * db2/os/os_fid.c: Likewise.
924 * db2/os/os_fsync.c: Likewise.
925 * db2/os/os_map.c: Likewise.
926 * db2/os/os_oflags.c: Likewise.
927 * db2/os/os_open.c: Likewise.
928 * db2/os/os_rpath.c: Likewise.
929 * db2/os/os_rw.c: Likewise.
930 * db2/os/os_seek.c: Likewise.
931 * db2/os/os_sleep.c: Likewise.
932 * db2/os/os_spin.c: Likewise.
933 * db2/os/os_stat.c: Likewise.
934 * db2/os/os_unlink.c: Likewise.
935 * db2/progs/db_archive/db_archive.c: Likewise.
936 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
937 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
938 * db2/progs/db_dump/db_dump.c: Likewise.
939 * db2/progs/db_dump185/db_dump185.c: Likewise.
940 * db2/progs/db_load/db_load.c: Likewise.
941 * db2/progs/db_printlog/db_printlog.c: Likewise.
942 * db2/progs/db_recover/db_recover.c: Likewise.
943 * db2/progs/db_stat/db_stat.c: Likewise.
944 * db2/txn/txn.c: Likewise.
945 * db2/txn/txn.src: Likewise.
946 * db2/txn/txn_auto.c: Likewise.
947 * db2/txn/txn_rec.c: Likewise.
949 * elf/rtld.c: Move definition of __libc_stack_end to ...
950 * sysdeps/generic/dl-sysdep.h: ...here.
952 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
953 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
954 * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
956 * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
957 * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
960 1998-06-08 21:44 Ulrich Drepper <drepper@cygnus.com>
962 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
963 from mntent correctly.
965 1998-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
967 * sunrpc/Makefile (generated): Correct typo.
969 1998-06-04 Philip Blundell <philb@gnu.org>
971 * elf/elf.h (EM_ARM, et al.): New definitions.
972 * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
974 1998-06-08 21:33 Ulrich Drepper <drepper@cygnus.com>
976 * localedata/SUPPORTED: Add sk_SK.
977 * localedata/locales/sk_SK: New file.
979 1998-06-08 18:57 Ulrich Drepper <drepper@cygnus.com>
981 * Makeconfig (subdirs): Add debug.
982 * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
983 * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
985 * sysdeps/generic/backtrace.c: New file.
986 * sysdeps/generic/backtracesyms.c: New file.
987 * sysdeps/generic/elf/backtracesyms.c: New file.
988 * sysdeps/i386/backtrace.c: New file.
989 * debug/Makefile: New file.
990 * debug/backtrace-tst.c: New file.
991 * debug/execinfo.h: New file.
993 1998-06-08 13:34 Ulrich Drepper <drepper@cygnus.com>
995 * elf/sprof.c: Implement call graph profiling.
997 * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
999 1998-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1001 * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1002 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1003 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1004 Noticed by Jake Garver <garver@valkyrie.net>.
1006 1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1008 * libio/genops.c (__underflow): Read character from read pointer
1010 (__uflow): Likewise.
1012 1998-06-07 13:32 Ulrich Drepper <drepper@cygnus.com>
1014 * libc.map: Add _dl_profile.
1015 * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1016 this to ELF_DYNAMIC_RELOCATE.
1017 Always allocate array for relocation result if LD_PROFILE is defined.
1018 * elf/ldsodefs.h: Adjust prototypes.
1019 * elf/dl-open.c (_dl_open): Call relocation function with extra
1021 * elf/rtld.c: Likewise.
1022 * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1023 Correct loop condition.
1024 * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1025 consider_profile to runtime setup function.
1026 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1027 _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1029 * elf/dl-support.c: Define __libc_stack_end.
1030 * elf/rtld.c: Likewise.
1031 * sysdeps/generic/libc-start.c: Store last stack address in
1033 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1034 * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1036 * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1037 Include <stdint.h>, not <inttypes.h>.
1039 * elf/sprof.c: Implement flat profiling.
1041 * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1042 _IO_funlockfile explicitly.
1043 * libio/fileops.c: Likewise.
1044 * libio/fputc.c: Likewise.
1045 * libio/freopen.c: Likewise.
1046 * libio/freopen64.c: Likewise.
1047 * libio/fseek.c: Likewise.
1048 * libio/fseeko.c: Likewise.
1049 * libio/fseeko64.c: Likewise.
1050 * libio/ftello.c: Likewise.
1051 * libio/ftello64.c: Likewise.
1052 * libio/getc.c: Likewise.
1053 * libio/getchar.c: Likewise.
1054 * libio/iofclose.c: Likewise.
1055 * libio/iofflush.c: Likewise.
1056 * libio/iofgetpos.c: Likewise.
1057 * libio/iofgetpos64.c: Likewise.
1058 * libio/iofgets.c: Likewise.
1059 * libio/iofputs.c: Likewise.
1060 * libio/iofread.c: Likewise.
1061 * libio/iofsetpos.c: Likewise.
1062 * libio/iofsetpos64.c: Likewise.
1063 * libio/ioftell.c: Likewise.
1064 * libio/iofwrite.c: Likewise.
1065 * libio/iogetdelim.c: Likewise.
1066 * libio/iogets.c: Likewise.
1067 * libio/ioputs.c: Likewise.
1068 * libio/ioseekoff.c: Likewise.
1069 * libio/ioseekpos.c: Likewise.
1070 * libio/iosetbuffer.c: Likewise.
1071 * libio/iosetvbuf.c: Likewise.
1072 * libio/ioungetc.c: Likewise.
1073 * libio/iovsprintf.c: Likewise.
1074 * libio/iovsscanf.c: Likewise.
1075 * libio/oldfileops.c: Likewise.
1076 * libio/oldiofclose.c: Likewise.
1077 * libio/peekc.c: Likewise.
1078 * libio/putc.c: Likewise.
1079 * libio/putchar.c: Likewise.
1080 * libio/rewind.c: Likewise.
1082 * malloc/mtrace.c: Pretty print.
1084 * misc/mntent.h (struct mentent): Make string elements const char *.
1086 * nis/nis_printf.c: Optimize I/O a little bit.
1088 * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1089 * sysdeps/generic/sigset-cvt-mask.h: New file.
1090 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1091 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1092 * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1093 sigset-cvt-mask.h to do the dirty work.
1094 Patches by Joe Keane.
1096 * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1098 * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1099 syscall_error label in case of PIC anonymous.
1100 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1101 * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1102 * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1103 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1104 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1105 * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1106 * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1108 1998-06-05 Ulrich Drepper <drepper@cygnus.com>
1110 * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1111 we cannot declare the struct element as const.
1112 * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1113 * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1115 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1117 * manual/Makefile: Include ../Makeconfig earlier.
1118 (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1120 (dir-add.texinfo): Remove useless $(SHELL).
1122 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1124 * Makefile (others): Build programs from install-bin.
1125 * configure.in: Modify config.make only if is was just created and
1126 move that command to second argument of AC_OUTPUT. Add command to
1127 set config_vars in config.status.
1129 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1131 * malloc/Makefile (address-width): Fix conditional.
1133 1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1135 * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1136 putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1137 strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1140 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1142 * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1143 (Floating Point Parameters): Likewise.
1145 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1147 * hurd/Makefile (routines): Add cthreads.
1149 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1151 * login/login.c (login): Let pututline take care of finding the
1152 positin to insert the UTMP entry. This corrects a bug where ssh
1153 was not reusing UTMP entries marked as DEAD_PROCESS.
1154 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1156 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1158 * login/Makefile (tests): New variable, add tst-utmp and
1160 * login/tst-utmp.c: New file.
1161 * login/tst-utmpx.c: New file.
1163 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1165 * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1166 aliases for _hurd_nerr, for programs that don't use sys_errlist,
1169 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1171 * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1172 * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1174 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1176 * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1177 make __read a weak alias. Use ANSI-style function definition.
1178 * sysdeps/mach/hurd/write.c: Likewise.
1180 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1182 * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1185 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
1187 * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1188 Renamed from librtld.so.
1190 1998-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1192 * libc.map: Remove _IO_getline_info which was erroneously
1193 introduced in section GLIBC_2.0.
1194 Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1196 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1198 * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1199 created a weak alias.
1200 * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1202 1998-05-31 Gordon Matzigkeit <gord@profitpress.com>
1204 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1205 ftruncate function, and create a weak alias to ftruncate.
1207 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1209 * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1210 * inet/getnetgrent_r.c: Likewise.
1211 * nss/getXXbyYY_r.c: Likewise.
1212 * nss/getXXent_r.c: Likewise.
1213 * pwd/fgetpwent_r.c: Likewise.
1214 * shadow/sgetspent_r.c: Likewise.
1215 * shadow/fgetspent_r.c: Likewise.
1216 * sunrpc/publickey.c: Likewise.
1218 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1220 * hurd/libhurduser.map: New file.
1221 * mach/libmachuser.map: Likewise.
1223 * libc.map: Add Hurd-specific functions to version 2.1.
1224 Add __flshfp and __fillbf.
1226 1998-05-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1228 * manual/signal.texi (Basic Signal Handling): Fix typo.
1229 * manual/errno.texi (Error Codes): Likewise.
1231 1998-06-02 Ulrich Drepper <drepper@cygnus.com>
1233 * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1234 instead of <sys/socket.h>.
1235 Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1237 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1238 Finally make it working.
1239 Patch by Mark Hatle <fray@kernel.crashing.org>.
1241 1998-03-22 Paul Eggert <eggert@twinsun.com>
1243 * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1246 1998-05-30 Philip Blundell <Philip.Blundell@pobox.com>
1248 * stdlib/gmp-impl.h: Support strange mixed-endian double format
1249 used by ARM systems.
1250 * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1252 * sysdeps/arm/bits/fenv.h: Deleted.
1253 * sysdeps/arm/fpu/ieee754.h: New file.
1254 * sysdeps/arm/gmp-mparam.h: New file.
1255 * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1258 1998-06-01 Ulrich Drepper <drepper@cygnus.com>
1260 * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1262 * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1263 of ((unused)). Reported by Bruno Haible.
1265 1998-05-31 Philip Blundell <philb@gnu.org>
1267 * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1268 referring to errno and _errno.
1270 * sysdeps/arm/fpu/feholdexcpt.c: New file.
1272 * sysdeps/i386/fpu_control.h: Fix typo.
1274 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1275 (_JMPBUF_UNWINDS): Added.
1276 * sysdeps/arm/fpu/bits/setjmp.h: New file.
1278 1998-05-25 Gordon Matzigkeit <gord@profitpress.com>
1280 * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1281 order to build header files, not `generated'.
1283 * Rules (before-compile): New target which depends on all
1284 $(before-compile) files.
1286 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1288 * nis/nis_call.c: Make directory search faster.
1290 * nis/nis_callback.c: Insert public key of user in callback data.
1292 * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1294 * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1296 * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1298 * nis/nis_intern.h: Remove duplicated prototype.
1300 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1302 * sunrpc/auth_des.c: Move prototypes from here ...
1303 * sunrpc/rpc/auth.h: ... to here.
1305 * sunrpc/clnt_tcp.c: Add more control flags.
1306 * sunrpc/clnt_udp.c: Likewise.
1308 * sunrpc/netname.c (host2netname): Remove prefixing dot from
1311 * sunrpc/rpc/clnt.h: Document, which control flags are not
1314 * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1316 1998-05-29 Ulrich Drepper <drepper@cygnus.com>
1318 * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1319 files crash the program.
1321 * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1322 * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1323 Reported by Deborah Wallach <kerr@pa.dec.com>.
1325 1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu>
1327 * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1328 on whether this is a stable release or not (keeps snapshot bug
1329 reports out of the database).
1331 * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1332 * sysdeps/arm/sysdep.h: Likewise.
1333 * sysdeps/i386/sysdep.h: Likewise.
1334 * sysdeps/m68k/sysdep.h: Likewise.
1335 * sysdeps/mach/mips/sysdep.h: Likewise.
1336 * sysdeps/mach/sys/reboot.h: Likewise.
1337 * sysdeps/mach/sysdep.h: Likewise.
1338 * sysdeps/unix/alpha/sysdep.h: Likewise.
1339 * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1340 * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1341 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1342 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1343 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1344 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1345 * sysdeps/unix/i386/sysdep.h: Likewise.
1346 * sysdeps/unix/mips/sysdep.h: Likewise.
1347 * sysdeps/unix/sparc/sysdep.h: Likewise.
1348 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1349 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1350 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1351 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1352 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1353 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1354 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1355 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1357 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1359 * mach/Machrules: Use $(move-if-change).
1361 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1363 * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1364 * Makerules (lib%.so): Depend on $(+interp).
1365 (libc.so): Add interp.os to list of dependencies.
1366 (interp-obj): Remove variable.
1367 * mach/Machrules (+interp): Define to empty since libhurduser and
1368 libmachuser don't need to have the interpreter set.
1370 1998-05-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1372 * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1374 * resolv/gethnamaddr.c: Likewise.
1376 * resolv/res_comp.c: Likewise.
1378 1998-05-28 Mark Kettenis <kettenis@phys.uva.nl>
1380 * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1381 so that transparent union works.
1383 1998-05-29 08:58 Ulrich Drepper <drepper@cygnus.com>
1385 * manual/texinfo.tex: Update to last available version.
1387 * timezone/africa: Update from tzdata1998e.
1388 * timezone/antarctica: Likewise.
1389 * timezone/asia: Likewise.
1390 * timezone/australasia: Likewise.
1391 * timezone/europe: Likewise.
1392 * timezone/iso3166.tab: Likewise.
1393 * timezone/northamerica: Likewise.
1394 * timezone/tzselect.ksh: Likewise.
1395 * timezone/zone.tab: Likewise.
1397 1998-05-27 Ulrich Drepper <drepper@cygnus.com>
1399 * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1400 Reported by Matt McLean <keys@brio.yikes.com>.
1402 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1404 * catgets/Makefile ($(objpfx)de.cat): Renamed from
1405 do-gencat-test. Use automatic variables.
1406 ($(objpfx)de.msg): Fix reference to po file.
1408 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1410 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1413 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1415 * intl/dcgettext.c: Fix typo.
1417 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1419 * configure.in: Allow more make versions e.g 3.76.90.
1421 1998-05-25 Ulrich Drepper <drepper@cygnus.com>
1423 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1425 * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1426 for Hurd. Patch by Mark Kettenis.
1428 1998-04-18 Gordon Matzigkeit <gord@profitpress.com>
1430 * mach/Machrules (+preinit, +postinit): Define these variables to
1431 empty because libhurduser and libmachuser don't need startup
1434 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1436 * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1437 instead of a raw bitmask.
1439 1998-05-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1441 * Makeconfig (rpath-dirs): New variable.
1442 (rpath-link): Use it.
1443 (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1444 (db-objpfx): Removed.
1445 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1446 * md5-crypt/Makefile: Likewise.
1447 * sysdeps/mach/hurd/Makefile: Likewise.
1449 * Makeconfig (move-if-change): New variable.
1450 * iconvdata/Makefile (move-if-change): Removed.
1451 * manual/Makefile (move-if-change): Set only if undefined, use
1452 local script by default.
1453 * sunrpc/Makefile (move-if-change): Removed.
1454 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1457 * elf/Makefile: Remove all references to obsolete file
1459 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
1461 1998-05-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1463 * elf/dl-close.c (_dl_close): Add debugging message.
1465 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1467 * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1468 to get Linux version and not gcc version.
1469 Reported by Alan Curry <pacman@cqc.com>.
1471 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1473 * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1474 pointers - return unknown error message instead.
1475 Reported by Alan Curry <pacman@cqc.com>.
1477 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1479 * iconvdata/Makefile (modules, sed-generated-headers,
1480 perl-generated-headers): ibm424.h is perl generated. Make
1481 necessary modifications to compile without perl.
1483 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1485 * hesiod/hesiod.c (read_config_file): Fix typo.
1487 1998-05-24 Ulrich Drepper <drepper@cygnus.com>
1489 * version.h: Bump VERSION.
1491 * csu/Makefile (distribute): Add munch-tmpl.c.
1493 1998-05-23 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1495 * nis/nis_defaults.c: Fix buffer problems and typos.
1497 1998-05-23 08:42 Ulrich Drepper <drepper@cygnus.com>
1499 * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1502 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1504 * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1507 * libio/strops.c (_IO_str_underflow): Read newly available
1508 character from buffer as unsigned.
1510 1998-05-22 10:56 Ulrich Drepper <drepper@cygnus.com>
1512 * catgets/Makefile (distribute): Add xopen-msg.h.
1513 (generated): Add de.msg and de.cat.
1514 (tests): Add do-gencat-test.
1515 (do-gencat-test): New goal. Run gencat on a generated msg file.
1516 * catgets/xopen-msg.h: New file.
1518 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1520 * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1521 functions. Optimize filename creation a bit.
1523 1998-05-22 09:29 Ulrich Drepper <drepper@cygnus.com>
1525 * stdlib/random_r.c: Help gcc to optimize the code.
1526 Patch by Joe Keane <jgk@jgk.org>.
1528 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1530 * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1533 1998-05-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1535 * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1538 1998-05-21 15:27 Ulrich Drepper <drepper@cygnus.com>
1540 * wcsmbs/wcsnrtombs.c: Correct computation of result.
1541 * wcsmbs/wcsrtombs.c: Likewise.
1543 * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1544 * wcsmbs/wcsmbs-tst1.c: New file.
1546 * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1548 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1551 * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1554 1998-05-21 Philip Blundell <philb@gnu.org>
1556 * sysdeps/arm/fpu_control.h: Replace stub file with real
1558 * sysdeps/arm/fpu/bits/fenv.h: New file.
1559 * sysdeps/arm/fpu/fesetround.c: Likewise.
1560 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1561 * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1562 * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1563 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1564 * sysdeps/arm/fpu/fegetenv.c: Likewise.
1565 * sysdeps/arm/fpu/fesetenv.c: Likewise.
1567 1998-05-21 16:34 Richard Henderson <rth@cygnus.com>
1569 * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1570 read instead of mmap.
1572 1998-05-21 8:16 Richard Henderson <rth@cygnus.com>
1574 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1575 directly instead of include_next. Add missing semicolons.
1576 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1577 Add missing semicolons.
1579 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1581 * iconvdata/gconv-modules: Add more aliases to please java
1584 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1586 * stdio-common/vfprintf.c (process_arg): Fix typo.
1588 * iconvdata/TESTS: New tests for EUC-KR.
1590 * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1591 * iconvdata/testdata/EUC-KR: New file.
1593 1998-05-20 07:26 H.J. Lu <hjl@gnu.org>
1595 * math/libm-test.c (hypot_test): Fix a typo.
1597 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1599 * stdio-common/vfprintf.c: When precision is specified for %ls or
1600 %S handle it correctly.
1602 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1604 * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1605 the" in one line - fixed it.
1606 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1607 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1608 * posix/unistd.h: Likewise
1610 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1612 * Makeconfig (rpath-link): Add resolvobjdir.
1613 (resolvobjdir): New variable.
1614 Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1616 1998-05-20 09:36 Ulrich Drepper <drepper@cygnus.com>
1618 * elf/dl-close.c: Call shared object terminators at the right time.
1619 Patch by Philippe Troin <phil@fifi.org>.
1621 1998-05-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1623 * Make-dist (+tsrcs): Also add *.map for every member of
1626 * Makefile (distribute): Don't distribute scripts/printsources and
1627 scripts/=__ify. Distribute FAQ.in.
1628 (rpm/%): Don't pass subdirs to sub-make.
1630 * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1631 instead of $(no_deps).
1633 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1635 * sysdeps/generic/setenv.c: Protect against GNU C extension.
1636 (KNOWN_VALUE, STORE_VALUE): Do it right.
1637 (setenv): Remove unused variable.
1639 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1641 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1642 (CFLAGS-zdump.c): Add $(tz-cflags).
1644 * timezone/zdump.c (abbr): Use TM_ZONE if defined. Add const to
1647 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1649 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
1650 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1652 * time/tzset.c: Update prototype of __tzfile_compute.
1653 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
1654 tm_zone and tm_offset here if __use_tzfile.
1656 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1658 * Makerules: Install libc.a even if there are no object file.
1660 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1662 * Makerules (do-makelib): Don't force creating library from
1663 scratch, which is faster and gets correct behaviour if $(subdirs)
1666 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1668 * Makerules (do-stamp): Make it work when building in source
1671 1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
1673 * elf/dl-load.c: Rename option and variable from ignore-rpath to
1675 * elf/dl-support.c: Likewise.
1676 * elf/ldsodefs.h: Likewise.
1677 * elf/rtld.c: Likewise.
1678 * iconvdata/run-iconv-test.sh: Likewise.
1680 1998-05-19 23:08 Ulrich Drepper <drepper@cygnus.com>
1682 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1683 variable using the value.
1684 * elf/ldsodefs.h: Declare _dl_ignore_path.
1685 * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1686 object against list in _dl_ignore_path and ignore RPATH if on the list.
1687 * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1688 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1689 to make sure we get the correct helper libraries loaded.
1691 * elf/dl-load.c (decompose_rpath): Remove `room' parameter. Use
1692 "RPATH" string in call to fillin_rpath instead.
1693 (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1695 1998-05-19 Ulrich Drepper <drepper@cygnus.com>
1697 * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1698 correctly. Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1700 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1702 * manual/terminal.texi (I/O Queues): Fix typo.
1704 * manual/stdio.texi (Closing Streams): Fix grammar.
1706 * manual/arith.texi (Absolute Value): Correct typo.
1707 Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1709 1998-05-19 15:58 Ulrich Drepper <drepper@cygnus.com>
1711 * elf/rtld.c (process_envvars): Fix typo. Don't handle
1712 LD_PROFILE_OUTPUT in SUID binaries.
1713 * intl/dcgettext.c: In SUID binaries don't let language part of
1714 locale value contain path elements.
1715 * intl/explodename.h: Define new function _nl_find_language.
1716 * intl/loadinfo.h: Declare _nl_find_language.
1717 * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1718 language part it drop the value is path element is contained.
1720 * locale/setlocale.c: Fix typo.
1722 1998-05-18 Philip Blundell <Philip.Blundell@pobox.com>
1724 * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1726 * sysdeps/arm/strlen.S: Support both big and little endian processors.
1728 * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1729 log, not a byte-count.
1731 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1732 a.out compatibility.
1734 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1736 * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1737 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1738 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1739 * posix/unistd.h: Likewise.
1740 * math/math.h: Likewise.
1741 * manual/users.texi (Manipulating the Database): Likewise.
1742 * manual/signal.texi (Job Control Signals): Likewise.
1743 * manual/message.texi (The gencat program): Likewise.
1744 * manual/filesys.texi (Hard Links): Likewise.
1745 * manual/math.texi (SVID Random): Likewise.
1746 * manual/llio.texi (Waiting for I/O): Likewise.
1747 * manual/io.texi (File Name Errors): Likewise.
1748 * manual/conf.texi (String Parameters): Likewise.
1749 * manual/arith.texi (Infinity): Likewise.
1750 * malloc/malloc.c: Likewise.
1751 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1752 * csu/Makefile: Likewise.
1754 1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
1756 * manual/memory.texi: Add back accidently removed line.
1758 1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
1760 * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1761 (timeout_handler): New function.
1762 (LOCK_FILE, UNLOCK_FILE): New macros.
1763 Implement file locking with timeout.
1764 (getutent_r_file, internal_getut_r, getutline_r_file,
1765 pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1768 1998-05-18 11:38 Ulrich Drepper <drepper@cygnus.com>
1770 * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1773 1998-05-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1775 * rpm/Makefile: Delete inclusion of version.mk.
1777 1998-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1779 * libc.map: Add all libio functions needed libstdc++ with version
1782 1998-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1784 * iconvdata/Makefile (generated): Add *.stmp files.
1786 1998-05-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1788 * timezone/Makefile (testdata, build-testdata): New variables, use
1789 them in rules for test data.
1790 ($(objpfx)tst-timezone.out): Depend on test data.
1791 ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1792 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1793 New rules to build test data.
1794 (tst-timezone-ENV): Pass TZDIR to point to test data.
1796 1998-05-18 Ulrich Drepper <drepper@cygnus.com>
1798 * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1799 (the designation sequence is disturbing).
1801 1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1803 * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1804 * sunrpc/xdr_rec.c: Likewise.
1806 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1808 * posix/Makefile (tests): Add runptests.
1809 (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1810 (before-compile): Add ptestcases.h.
1811 (ptestscases.h): Add rule to generate from PTESTS.
1812 * posix/runptests.c: New file.
1813 * posix/PTESTS: New file.
1814 * posix/PTESTS2C.sed: New file.
1816 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1818 * iconv/loop.c: Let user add code to use and set paramaters.
1820 * iconvdata/iso-2022-kr.c: Correct to-loop.
1822 * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1823 point to output buffer.
1825 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1828 * iconvdata/TESTS: Add ISO-2022-KR test.
1829 * iconvdata/testdata/ISO-2022-KR: New file.
1831 1998-05-15 21:07 Ulrich Drepper <drepper@cygnus.com>
1833 * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1835 * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1837 * wcsmbs/btowc.c: Likewise.
1838 * wcsmbs/mbrtowcs.c: Likewise.
1839 * wcsmbs/mbsnrtowcs.c: Likewise.
1840 * wcsmbs/mbsrtowcs.c: Likewise.
1841 * wcsmbs/wcrtomb.c: Likewise.
1842 * wcsmbs/wcsnrtombs.c: Likewise.
1843 * wcsmbs/wcsrtombs.c: Likewise.
1844 * wcsmbs/wctob.c: Likewise.
1845 * iconv/skeleton.c: Increment invocation_counter.
1846 * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1849 * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1850 * iconvdata/iso-2022-jp.c: Likewise.
1851 * iconvdata/iso646.c: Likewise.
1853 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1855 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1857 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1859 * sysdeps/generic/setenv.c (setenv): Remove optimization for
1860 overwriting existing values if it fits.
1862 1998-05-15 14:36 Ulrich Drepper <drepper@cygnus.com>
1864 * posix/wordexp-test.c: Avoid duplicate messages.
1866 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1867 tsearch. Correctly interpret values returned by those functions.
1868 (unsetenv): Store pointer to string, not pointer to string pointer.
1870 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
1871 DST information and offset in them.
1872 * time/tzset.c (__tz_convert): Pass extra parameters to
1873 __tzfile_compute. Compute equivalent values for use of tz_rules.
1875 1998-05-15 00:49:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
1877 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1878 stamp files to avoid unnecessary recompilation.
1879 (gen-8bit-gap-table): Likewise.
1880 (move-if-change): New variable.
1881 (all generated .h rules): Change to be .stmp rules.
1882 (%.h): New rule; depend on %.stmp; no commands.
1883 (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1886 1998-05-15 01:09 Zack Weinberg <zack@rabi.phys.columbia.edu>
1888 * Makerules (libc-map): Deleted.
1889 (load-map-file): Set to the appropriate compiler switch, not
1890 just the file name. If libfoo-map is not set, look for a
1891 libfoo.map in the current directory and $(..).
1892 (map-file): New variable, contains just the mapfile name.
1893 (build-shlib): Adjust for new value of load-map-file.
1894 (libc.so): Correct dependencies.
1896 * extra-lib.mk: Correct shlib dependencies since libfoo-map
1897 may not be set anymore.
1899 * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1900 Delete libdl-map. Tweak ld.so link rule to work with changed
1901 variable settings in Makerules.
1902 * iconvdata/Makefile: Tweak build-module to work with changed
1903 variable settings in Makerules.
1905 * db/Makefile: Delete libdb-map.
1906 * hesiod/Makefile: Delete libnss_hesiod-map.
1907 * linuxthreads/Makefile: Delete libpthread-map.
1908 * locale/Makefile: Delete libBrokenLocale-map.
1909 * login/Makefile: Delete libutil-map.
1910 * math/Makefile: Delete libm-map.
1911 * md5-crypt/Makefile: Delete libcrypt-map.
1912 * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1913 libnss_nisplus-map, and libnss_compat-map.
1914 * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1916 * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1917 * rt/Makefile: Delete librt-map.
1919 1998-05-15 01:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
1921 * configure.in: Instead of substituting `yes' or `no' for whether
1922 --no-whole-archive is available, set @no_whole_archive@ to the
1923 appropriate gcc switch or the empty string. Likewise for
1925 * config.make.in: Replace have-no-whole-archive with
1926 no-whole-archive and have-no-exceptions with no-exceptions.
1927 * Makerules: Delete stanzas setting no-whole-archive and
1930 * sunrpc/Makefile: Use move-if-change to update generated .h
1933 1998-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1935 * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1938 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1940 * time/tzfile.c (__tzfile_read): Remove unused variable info.
1941 (__tzfile_compute): Likewise.
1943 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1945 * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1946 defines from Linux 2.1.102.
1948 1998-05-14 23:14 Ulrich Drepper <drepper@cygnus.com>
1950 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1952 1998-05-14 13:25 Ulrich Drepper <drepper@cygnus.com>
1954 * inet/netinet/in.h: Add defines for multicast.
1955 Reported by Jeremy Hall <jhall@UU.NET>.
1957 * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1958 * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1959 and unsetenv. Optimize _LIBC case.
1960 * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1961 Define functions with leading __.
1963 * time/tzfile.c: Correct handling of global variables daylight,
1964 timezone, and tzname.
1965 * time/tzset.c: Likewise.
1966 * timezone/Makefile (tests): Add tst-timezone.
1967 * timezone/tst-timezone.c: New file.
1969 1998-05-14 10:35 Ulrich Drepper <drepper@cygnus.com>
1971 * timezone/asia: Update from tzdata1998d.
1972 * timezone/australasia: Likewise.
1973 * timezone/europe: Likewise.
1975 1998-05-13 Ulrich Drepper <drepper@cygnus.com>
1977 * string/string.h: Don't use the optimized versions for the string
1978 functions if optimizing for space.
1980 * stdlib/tst-strtod.c: Add test for -0.0.
1982 * io/ftwtest-sh: Prevent tests from being run by root.
1984 * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1985 last addition. Patch by wkpark@chem.skku.ac.kr.
1987 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1989 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1992 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1994 * iconvdata/gen-8bit.sh: New file.
1995 * iconvdata/gen-8bit-gap.sh: New file.
1996 * iconvdata/gen-8bit-gap-1.sh: New file.
1997 * iconvdata/Makefile (generate-8bit-table): Use shell script
1998 instead of writing the commands directly.
1999 (generate-8bit-gap-table): Likewise.
2000 ($(objpfx)iso8859-7jp.h): Likewise.
2001 (generated headers): Depend on shell script instead of Makefile.
2002 (before-compile): Add $(perl-generated-headers) only if perl is
2004 (headers): Depend on $(perl-generated-headers) only if perl is
2006 (sed-generated-headers): Remove iso8859-7jp.h.
2008 1998-05-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2010 * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command. Clean up.
2013 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2015 * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2016 formed charset names to getfct. Let user override charset
2017 selection by mention charset in locale name.
2019 1998-05-12 12:15 Ulrich Drepper <drepper@cygnus.com>
2021 * posix/glob.c: Move to ...
2022 * sysdeps/generic/glob.c: ...here.
2023 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2025 * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2026 * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2027 * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2028 * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2030 * libc.map [GLIBC_2.1]: Add glob and globfree.
2032 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2034 * sunrpc/Makefile (generated): Restore old list.
2036 1998-05-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2038 * rt/Makefile (tests): Define only if we have a thread library.
2040 * nis/ypclnt.c: Add: #include <errno.h>.
2042 1998-05-10 15:39 Zack Weinberg <zack@rabi.phys.columbia.edu>
2044 * configure.in: Define and substitute RELEASE as well as
2046 * config.make.in: Add RELEASE and VERSION to be substituted.
2047 * Makeconfig: Delete all references to version.mk.
2048 * Make-dist: Likewise.
2049 * MakeTAGS: Likewise.
2050 * elf/Makefile: Likewise.
2052 1998-05-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2054 * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2055 yp_get_default_domain.
2057 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2059 * sysdeps/posix/profil.c (__profil): Don't define act and timer
2060 variables as static. Patch by Joe Keane <jgk@jgk.org>.
2062 1998-05-12 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2064 * malloc/malloc.c: Fix for NO_THREADS case.
2066 1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
2068 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2069 Remove statfs and fstatfs.
2070 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2071 and pwrite as EXTRA.
2072 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2074 1998-05-09 Ulrich Drepper <drepper@cygnus.com>
2076 * libc.map: Add capget and capset.
2078 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2080 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2081 (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2082 vector. Patch by Mark Hatle <fray@kernel.crashing.org>
2083 and Matt McLean <keys@brio.yikes.com>.
2085 1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
2087 * misc/Makefile (tests): Add tst-mntent.
2088 * misc/tst-mntent.c: New file.
2090 1998-05-08 21:56 Zack Weinberg <zack@rabi.phys.columbia.edu>
2092 * autolock.sh: Removed.
2093 * manual/move-if-change: Removed.
2095 * scripts: New directory.
2096 * =__ify: Moved to scripts.
2097 * config.guess: Likewise.
2098 * config.sub: Likewise.
2099 * gen-FAQ.pl: Likewise.
2100 * install-sh: Likewise.
2101 * mkinstalldirs: Likewise.
2102 * move-if-change: Likewise.
2103 * printsources: Likewise.
2104 * rellns.sh: Likewise.
2105 * test-installation.pl: Likewise.
2107 * configure.in: Look in scripts for config.guess, config.sub,
2109 * Makefile: Distribute all above files in their
2110 new home. Find gen-FAQ.pl and test-installation.pl in scripts.
2111 * manual/Makefile: Find mkinstalldirs and move-if-change in
2112 $(..)scripts. Drop them from distribute. Minor cleanups.
2113 * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2114 * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2115 * timezone/Makefile: Find rellns-sh in scripts.
2117 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2119 * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2120 Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2122 1998-05-08 19:24 Zack Weinberg <zack@rabi.phys.columbia.edu>
2124 * Makefile (+subdir-inits): Delete variable.
2125 (+init_subdirs): Likewise.
2127 (before-compile): Likewise.
2128 (libc-init): Delete stanza.
2129 (version-info.h): Delete rule and associated variable.
2130 (distribute): Don't distribute moved files.
2131 * Makerules (interp-obj): It lives in elf now. Only use it
2132 if $(elf) is set. Delete rule to build it.
2133 * csu/Makefile: Build set-init.o and/or munch-init.o. Build
2134 version.o and version-info.h. Minor cleanups.
2135 (routines): Add libc-init, sysdep, version.
2136 (generated): Add version-info.h.
2137 * elf/Makefile: Build interp.os.
2139 * interp.c: Moved to elf.
2140 * set-init.c: Moved to csu.
2141 * munch-init.c: Likewise.
2142 * munch.awk: Likewise.
2143 * version.c: Likewise.
2145 * Rules: Unconfuse syntax highlighting with a fake comment.
2147 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2149 * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2152 1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
2154 * iconvdata/Makefile (generated): Set to *-generated-headers
2156 (tests): Set to iconv-test.
2157 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2158 * posix/Makefile (generated): Set to wordexp-test-result*.
2159 * sunrpc/Makefile (generated): Remove rpcsvc/*.
2160 (generated-dirs): Add rpcsvc.
2161 * libio/Makefile: Clean up.
2163 1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
2165 * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2166 * Makerules: Likewise.
2167 (+depfiles): Also add sysdep-others.
2169 * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2170 * iconvdata/Makefile (distribute): Add TESTS.
2171 * localedata/Makefile (repertoires): Rename to repertoiremaps.
2172 * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2173 * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2174 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2175 sysdep-others, not others.
2176 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2177 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2179 1998-05-08 12:26 Ulrich Drepper <drepper@cygnus.com>
2181 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2182 cost_hi and cost_lo.
2183 * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2184 Cost parameter and set cost_lo to INT_MAX.
2185 (add_module): Take new parameter and use it to initialize cost_lo.
2186 (read_conf_file): Count modules being loaded and use counter for
2187 new parameter to add_module.
2188 * iconv/gconv_db.c (find_derivation): When look for cost examine
2189 cost_hi and cost_lo.
2191 1998-05-08 10:52 Ulrich Drepper <drepper@cygnus.com>
2193 * string/bits/string2.h: Don't use unsigned char * unless really
2194 necessary since this disturbs C++.
2195 * sysdeps/i386/i486/bits/string.h: Likewise.
2196 Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2198 1998-05-08 13:53 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2200 * malloc/malloc.c (top_check): Fix last change.
2202 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2204 * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2205 Patch by Matt McLean <keys@brio.yikes.com>.
2207 1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2209 * Makerules (lib): Put back dependency on lib-noranlib.
2210 ($(subdirs-stamps)): Remove dependency on stamp.* again.
2212 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2214 * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2215 test in __pow2 implementation.
2217 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2219 * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2220 Still need *FLAGS-.o because we still sometimes build .o files.
2221 * db2/Makefile: Don't build libndbm.a if !build-static.
2223 1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2225 * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2227 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2229 * configure.in: New test for broken gcc on PowerPC.
2230 * sysdeps/powerpc/atomicity.h: Use result of test.
2231 * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2233 * math/libm-test.c: Update many of the epsilon to match actual
2236 * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2237 * sysdeps/libm-ieee754/e_expf.c: Likewise.
2238 * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2239 * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2241 * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2243 * sysdeps/powerpc/elf/libc-start.c: New file.
2244 * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2245 * sysdeps/powerpc/elf/start.c: Delete.
2247 * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2248 * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete. It was unused.
2250 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2253 1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
2255 * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2258 * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2259 * sysdeps/libm-i387/e_powl.S: Likewise.
2261 1998-03-31 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2263 * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2264 (malloc_check, free_check, realloc_check, memalign_check): Use
2265 them to improve overrun checking. Overruns of a single byte and
2266 corruption of the top chunk are now detected much more reliably.
2268 1998-05-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2270 * math/libm-test.c (pow_test): Add test for special value from PR
2273 1998-05-06 Ulrich Drepper <drepper@cygnus.com>
2275 * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2276 including linux/errno.h.
2278 1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
2280 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2282 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2283 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2285 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2287 * Makerules (elide-routines.*): Fix assignments.
2288 (do-makelib): Fix typo.
2289 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2292 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2294 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2295 $(objpfx)sysd-dirs): Move them...
2296 * Makeconfig: ... here.
2297 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2298 (stubs): Fix circular depedency.
2299 (do-makelib): Clean up.
2300 (lib): Don't depend on lib-noranlib.
2301 ($(objpfx)stamp.oS): Remove special case for empty
2302 static-only-routines.
2303 (elide-routines.o): Add $(static-only-routines).
2304 (elide-routines$o): Define this instead of elide-routines.$o.
2305 * manual/Makefile (stubs): Fix circular dependency.
2307 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2309 * libio/Makefile (routines): Remove duplicate oldiofclose.
2311 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2313 * string/strcoll.c: Use uint32_t instead of u_int32_t.
2315 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2317 * libio/stdio.h: Fix typo in __REDIRECT.
2318 * io/sys/stat.h: Likewise.
2319 Reported by Myles Uyema <myles@uyema.nws.net>.
2321 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2323 * locale/programs/localedef.c (options): Fix help message.
2325 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2327 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2328 relocations. Patch by Joe Keane <jgk@jgk.org>.
2330 1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com>
2332 * malloc/malloc.c (ptmalloc_init_all): New function. Similar to
2333 ptmalloc_unlock_all, but re-initializes the mutexes instead.
2334 (ptmalloc_init): Use new function in thread_at_fork call.
2335 (thread_atfork_static): Likewise.
2336 Suggested by Wolfram Gloger and Xavier Leroy.
2338 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2340 * signal/signal.h: Move definitions of struct sigstack and
2341 struct sigaltstack into separate file and include it.
2342 * sysdeps/generic/bits/sigstack.h: New file.
2343 * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2344 * signal/Makefile (headers): Add bits/sigstack.h.
2346 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2348 * elf/rtld.c (dl_main): Fix check for number of references to
2351 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2353 * elf/rtld.c (dl_main): Check has_interp after executing platform
2356 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2358 * iconvdata/run-iconv-test.sh: Fix typo.
2360 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2362 * Makerules (+depfiles): Add depfiles for $(tests-static).
2365 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2367 * manual/terminal.texi (Special Characters): Fix description of
2370 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2372 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2374 * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise. Initialize rest
2377 1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu>
2379 * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2381 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2383 * intl/locale.alias: Update russian entry.
2385 1998-05-01 21:54 Zack Weinberg <zack@rabi.phys.columbia.edu>
2387 * Makerules (static-only-routines): Reimplement in terms of
2389 (shared-only-routines): Reimplement in terms of
2390 elide-routines.X [where X is all object-suffixes except .os].
2392 (stubs): Create stubs file inside the subdir.
2393 (common-mostlyclean): Remove stubs file from inside the subdir.
2394 * Makefile (subdir-stubs): Look for stubs files inside the
2396 * manual/Makefile (stubs): Create dummy stubs file inside the
2399 1998-05-01 21:01 Zack Weinberg <zack@rabi.phys.columbia.edu>
2401 Build speed improvement: make ar less of a bottleneck.
2403 * Makerules (stamp$o): Just record the object list for later
2405 (libc_foo.a): New rule, depends on subdir stamp files; builds
2406 and ranlibs the library from the lists saved in those files.
2408 (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2409 (subdirs-stamp-o): Likewise.
2411 (ar-symtab-name): Delete variable.
2412 (lib%.a): Delete target.
2413 (libc_foo.a(bar.%)): Delete target.
2414 (libc_foo.a($(ar-symtab-name))): Delete target.
2416 (objects objs): Just depend on libobjs and extra-objs.
2417 (libobjs): Depend on the stamp files, not the objects.
2418 (extra-objs): New target, just depends on the extra-objs list.
2420 (CREATE_ARFLAGS): Kill the `ar S' hack.
2422 * config.make.in (have-ar-S): Deleted.
2423 * configure.in: Delete test for `ar S'. Add test to determine
2424 whether ranlib does anything useful.
2426 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2428 * inet/tst-ether_aton.c: Include <stdio.h>.
2430 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com>
2432 * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2434 * locale/Makefile (distribute): Add programs/repertoire.h.
2435 (localedef-modules): Add repertoire.
2436 (CPPFLAGS): Define REPERTOIREMAP_PATH.
2437 * locale/programs/repertoire.c: New file.
2438 * locale/programs/repertoire.h: New file.
2439 * locale/programs/charmap.c: Starting fixing character set handling
2440 to handle multi-byte encodings.
2441 * locale/programs/charset.c: Likewise.
2442 * locale/programs/charset.h: Likewise.
2443 * locale/programs/ld-collate.c: Likewise.
2444 * locale/programs/ld-ctype.c: Likewise.
2445 * locale/programs/linereader.c: Likewise.
2446 * locale/programs/localedef.c: Likewise.
2447 * locale/programs/locfile-kw.gperf: Likewise.
2448 * locale/programs/locfile-kw.h: Likewise.
2449 * locale/programs/locfile-token.h: Likewise.
2450 * locale/programs/locfile.h: Likewise.
2451 * locale/programs/stringtrans.c: Likewise.
2453 * locale/programs/locfile.c: Interpret I18NPATH value as base of
2454 path, extended with "/locales/".
2456 1998-04-18 Philip Blundell <Philip.Blundell@pobox.com>
2458 * sysdeps/arm/memset.S: Fix off by one error.
2460 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2461 __syscall_error rather than syscall_error directly.
2463 1998-04-17 Philip Blundell <Philip.Blundell@pobox.com>
2465 * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2466 mmap() syscall for ARM.
2468 * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2471 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
2473 * locale/programs/localedef.c: Recognize repertoire-map option.
2475 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2477 * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2478 converting non-hex numbers.
2479 Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2481 1998-04-23 07:31 H.J. Lu <hjl@gnu.org>
2483 * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2485 * resolv/Makefile (tests): New, add tst-aton.
2486 * resolv/tst-aton.c: New file.
2488 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2490 * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2493 1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
2495 * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2496 by letting the later modify the variable computing the total directly.
2497 * wcsmbs/mbsrtowcs.c: Likewise.
2498 * wcsmbs/wcsnrtombs.c: Likewise.
2499 * wcsmbs/wcsrtombs.c: Likewise.
2501 * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2503 * wcsmbs/wctoc.c: Likewise.
2505 * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2506 * wcsmbs/wcsrtombs.c: Likewise.
2508 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2510 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2512 * iconv/skeleton.c: Correct counting of actually converted
2515 * intl/localealias.c (read_alias_file): Use unsigned char for
2516 local variables. Remove unused variable tp.
2517 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2518 for type of codeset. For loosing Solaris systems.
2519 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2520 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2522 Patches by Jim Meyering.
2524 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2525 wcsrtombs must put it into initial state.
2527 1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2529 * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in
2530 argument of bswap_XX macro.
2532 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2534 * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2537 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
2539 * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2540 semun and use stdarg macros to get the value.
2541 * sysdeps/generic/semctl.c: Don't use union semun.
2543 * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2545 * string/basename.c [!_LIBC]: Define function as gnu_basename.
2547 * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2550 * stdlib/grouping.h: Accept ungrouped numbers even if locale
2553 * intl/hash-string.h: Don't include values.h.
2555 * inet/Makefile (tests): Add tst-ether_aton.
2556 * inet/tst-ether_aton.c: New file.
2558 * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2560 * inet/ether_aton.c (ether_aton): Declare result variable static.
2561 Reported by ahyung@unixg.ubc.ca.
2563 * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2564 Define macro _SEM_SEMUN_UNDEFINED instead.
2565 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2567 * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
2568 * stdio-common/Makefile (tests): Add tst-wc-printf.
2570 1998-04-28 16:32 Philip Blundell <philb@gnu.org>
2572 * manual/stdio.texi (Variable Arguments Output): Correct variable
2573 name. Patch from Ewan Mellor <em@nexus.co.uk>
2575 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2577 * intl/dcgettext.c: Remove unneeded definition of
2580 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2582 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2583 instead of do-iconv-test.
2584 ($(objpfx)gconv-modules): Define rule only if objpfx is not
2587 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2589 * string/string.h: Fix feature test.
2591 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2593 * iconvdata/iso646.c (BODY): Don't use character constants that
2594 depend on signedness of char.
2596 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2598 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2599 (sysdep_routines): Add s_pread64 and s_pwrite64.
2601 1998-04-27 09:54 Ulrich Drepper <drepper@cygnus.com>
2603 * iconvdata/Makefile (distribute): Remove generated .h files.
2604 * iconvdata/koi8-r.h: Removed.
2605 * iconvdata/latin-greek-1.h: Removed.
2606 * iconvdata/latin-greek.h: Removed.
2608 * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2609 * iconvdata/KOI-8: Likewise.
2610 * iconvdata/KOI-8..UTF8: Likewise.
2611 * iconvdata/KOI8-R: Likewise.
2612 * iconvdata/KOI8-R..UTF8: Likewise.
2614 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2616 * streams/Makefile (headers): Add sys/stropts.h.
2617 * streams/sys/stropts.h: New file.
2619 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2621 * sysdeps/unix/sysv/linux/ttyname.c,
2622 sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2623 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2625 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2627 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2628 argument of _itoa_word.
2630 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2632 * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2633 s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2634 caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2635 sigprocmask, resp., instead of EXTRA.
2637 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2638 s_pread64 and s_pwrite64.
2640 1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com>
2642 * iconvdata/Makefile: Correct rules to generate gap table.
2643 * iconvdata/gap.pl: Simplify.
2645 * iconvdata/TESTS: Name new tests.
2646 * iconvdata/testdata/CP1250: New file.
2647 * iconvdata/testdata/CP1250..UTF8: New file.
2648 * iconvdata/testdata/CP1251: New file.
2649 * iconvdata/testdata/CP1251..UTF8: New file.
2650 * iconvdata/testdata/CP1252: New file.
2651 * iconvdata/testdata/CP1252..UTF8: New file.
2652 * iconvdata/testdata/CP1253: New file.
2653 * iconvdata/testdata/CP1253..UTF8: New file.
2654 * iconvdata/testdata/CP1254: New file.
2655 * iconvdata/testdata/CP1254..UTF8: New file.
2656 * iconvdata/testdata/CP1255: New file.
2657 * iconvdata/testdata/CP1255..UTF8: New file.
2658 * iconvdata/testdata/CP1256: New file.
2659 * iconvdata/testdata/CP1256..UTF8: New file.
2660 * iconvdata/testdata/CP1257: New file.
2661 * iconvdata/testdata/CP1257..UTF8: New file.
2663 1998-04-26 Ulrich Drepper <drepper@cygnus.com>
2665 * iconvdata/Makefile: Add rules for ISO-2022-KR.
2666 * iconvdata/iso-2022-kr.c: New file.
2668 * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2671 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com>
2673 * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2674 iso8859-8 and iso8859-10.
2675 * iconvdata/iso8859-5.c: Change to use gap method.
2676 * iconvdata/iso8859-7.c: Likewise.
2677 * iconvdata/iso8859-8.c: Likewise.
2678 * iconvdata/iso8859-10.c: Likewise.
2680 * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2681 * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2683 * iconvdata/iso-2022-jp.c: New file.
2685 * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2686 * iconvdata/ksc5601.h: Unify function interfaces.
2687 * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2688 * iconvdata/uhc.c: Likewise.
2690 * iconvdata/gb2312.h: Use correct types.
2692 * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2693 size elements of data.
2695 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2697 * string/tst-svc.expect: Adapt for change in .input.
2698 * string/tst-svc.input: More tests.
2700 1998-04-24 17:15 Ulrich Drepper <drepper@cygnus.com>
2702 * iconvdata/Makefile: Add rules for new modules.
2703 * iconvdata/gconv-modules: Likewise.
2704 * iconvdata/cp737.c: New file.
2705 * iconvdata/cp737.h: New file.
2706 * iconvdata/cp775.c: New file.
2707 * iconvdata/cp775.h: New file.
2708 * iconvdata/cp874.c: New file.
2709 * iconvdata/cp874.h: New file.
2711 1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
2713 * iconvdata/Makefile: Create target directory before generating
2716 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2718 * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2719 __USER_LABEL_PREFIX__.
2720 (__ASMNAME, __ASMNAME2): New macros.
2722 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2724 * elf/dl-load.c: Include sys/param.h for MAX.
2726 1998-04-24 21:44 Richard Henderson <rth@cygnus.com>
2728 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2729 __ftruncate the strong symbol, and add weak alias.
2730 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2732 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2734 * termios/cfsetspeed.c: Make code cleaner and add missing const.
2735 Patch by Joe Keane <jgk@jgk.org>.
2737 * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2740 1998-04-24 13:56 Ulrich Drepper <drepper@cygnus.com>
2742 * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2743 Patch by Thomas Bushnell, n/BSG.
2745 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2747 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2749 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2751 * iconvdata/Makefile: Put generated headers in build directory.
2753 1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
2755 * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2756 strsep as current directory.
2758 * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2759 Java. Add definitions for unicodelittle implementation.
2760 * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2761 * iconv/gconv_simple.c: Define unicodelittle functions.
2763 * iconv/iconv_prog.c: Make program print information about position
2764 of illegal character in input.
2766 * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2767 comparison of charset name.
2768 * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2769 * iconvdata/ebcdic-at-de-a.c: Likewise.
2770 * iconvdata/ebcdic-at-de.c: Likewise.
2771 * iconvdata/ebcdic-ca-fr.c: Likewise.
2772 * iconvdata/euccn.c: Likewise.
2773 * iconvdata/eucjp.c: Likewise.
2774 * iconvdata/euckr.c: Likewise.
2775 * iconvdata/euctw.c: Likewise.
2776 * iconvdata/hp-roman8.c: Likewise.
2777 * iconvdata/iso6937.c: Likewise.
2778 * iconvdata/iso8859-1.c: Likewise.
2779 * iconvdata/iso8859-10.c: Likewise.
2780 * iconvdata/iso8859-2.c: Likewise.
2781 * iconvdata/iso8859-3.c: Likewise.
2782 * iconvdata/iso8859-4.c: Likewise.
2783 * iconvdata/iso8859-5.c: Likewise.
2784 * iconvdata/iso8859-6.c: Likewise.
2785 * iconvdata/iso8859-7.c: Likewise.
2786 * iconvdata/iso8859-8.c: Likewise.
2787 * iconvdata/iso8859-9.c: Likewise.
2788 * iconvdata/johab.c: Likewise.
2789 * iconvdata/koi-8.c: Likewise.
2790 * iconvdata/koi8-r.c: Likewise.
2791 * iconvdata/latin-greek-1.c: Likewise.
2792 * iconvdata/latin-greek.c: Likewise.
2793 * iconvdata/sjis.c: Likewise.
2794 * iconvdata/t61.c: Likewise.
2795 * iconvdata/uhc.c: Likewise.
2797 * iconvdata/iso646.c: Add support for more ISO 646 variants.
2798 * iconvdata/TESTS: Add tests for ISO646 module.
2799 * iconvdata/gconv-modules: Add new modules.
2800 * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2801 * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2802 * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2803 * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2804 * iconvdata/testdate/DIN_66003: Likewise.
2805 * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2806 * iconvdata/testdate/DS_2089: Likewise.
2807 * iconvdata/testdate/DS_2089..UTF8: Likewise.
2808 * iconvdata/testdate/ES: Likewise.
2809 * iconvdata/testdate/ES..UTF8: Likewise.
2810 * iconvdata/testdate/ES2: Likewise.
2811 * iconvdata/testdate/ES2..UTF8: Likewise.
2812 * iconvdata/testdate/GB_1988-80: Likewise.
2813 * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2814 * iconvdata/testdate/IT: Likewise.
2815 * iconvdata/testdate/IT..UTF8: Likewise.
2816 * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2817 * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2818 * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2819 * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2820 * iconvdata/testdate/JUS_I.B1.002: Likewise.
2821 * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2822 * iconvdata/testdate/KSC5636: Likewise.
2823 * iconvdata/testdate/KSC5636..UTF8: Likewise.
2824 * iconvdata/testdate/MSZ_7795.3: Likewise.
2825 * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2826 * iconvdata/testdate/NC_NC00-10: Likewise.
2827 * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2828 * iconvdata/testdate/NF_Z_62-010: Likewise.
2829 * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2830 * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2831 * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2832 * iconvdata/testdate/NS_4551-1: Likewise.
2833 * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2834 * iconvdata/testdate/NS_4551-2: Likewise.
2835 * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2836 * iconvdata/testdate/PT: Likewise.
2837 * iconvdata/testdate/PT..UTF8: Likewise.
2838 * iconvdata/testdate/PT2: Likewise.
2839 * iconvdata/testdate/PT2..UTF8: Likewise.
2840 * iconvdata/testdate/SEN_850200_B: Likewise.
2841 * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2842 * iconvdata/testdate/SEN_850200_C: Likewise.
2843 * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2845 * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2846 * iconvdata/cns11643l1.h: Likewise.
2847 * iconvdata/latin-greek-1.h: Likewise.
2848 * iconvdata/latin-greek.h: Likewise.
2849 * iconvdata/koi8-r.h: Likewise.
2850 * iconvdata/jis0212.h: Likewise.
2851 * iconvdata/gb2312.h: Likewise.
2852 * iconvdata/ksc5601.h: Likewise.
2854 * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2856 * iconvdata/Makefile: Add rules for lots of more modules.
2857 * iconvdata/cp1250.c: New file.
2858 * iconvdata/cp1251.c: New file.
2859 * iconvdata/cp1252.c: New file.
2860 * iconvdata/cp1253.c: New file.
2861 * iconvdata/cp1254.c: New file.
2862 * iconvdata/cp1255.c: New file.
2863 * iconvdata/cp1256.c: New file.
2864 * iconvdata/cp1257.c: New file.
2865 * iconvdata/ebcdic-dk-no-a.c: New file.
2866 * iconvdata/ebcdic-dk-no.c: New file.
2867 * iconvdata/ebcdic-es-a.c: New file.
2868 * iconvdata/ebcdic-es-s.c: New file.
2869 * iconvdata/ebcdic-es.c: New file.
2870 * iconvdata/ebcdic-fi-se-a.c: New file.
2871 * iconvdata/ebcdic-fi-se.c: New file.
2872 * iconvdata/ebcdic-fr.c: New file.
2873 * iconvdata/ebcdic-is-friss.c: New file.
2874 * iconvdata/ebcdic-it.c: New file.
2875 * iconvdata/ebcdic-pt.c: New file.
2876 * iconvdata/ebcdic-uk.c: New file.
2877 * iconvdata/ebcdic-us.c: New file.
2878 * iconvdata/ibm037.c: New file.
2879 * iconvdata/ibm038.c: New file.
2880 * iconvdata/ibm1004.c: New file.
2881 * iconvdata/ibm1026.c: New file.
2882 * iconvdata/ibm1047.c: New file.
2883 * iconvdata/ibm256.c: New file.
2884 * iconvdata/ibm273.c: New file.
2885 * iconvdata/ibm274.c: New file.
2886 * iconvdata/ibm275.c: New file.
2887 * iconvdata/ibm277.c: New file.
2888 * iconvdata/ibm278.c: New file.
2889 * iconvdata/ibm280.c: New file.
2890 * iconvdata/ibm281.c: New file.
2891 * iconvdata/ibm284.c: New file.
2892 * iconvdata/ibm285.c: New file.
2893 * iconvdata/ibm290.c: New file.
2894 * iconvdata/ibm297.c: New file.
2895 * iconvdata/ibm420.c: New file.
2896 * iconvdata/ibm423.c: New file.
2897 * iconvdata/ibm424.c: New file.
2898 * iconvdata/ibm437.c: New file.
2899 * iconvdata/ibm500.c: New file.
2900 * iconvdata/ibm850.c: New file.
2901 * iconvdata/ibm851.c: New file.
2902 * iconvdata/ibm852.c: New file.
2903 * iconvdata/ibm855.c: New file.
2904 * iconvdata/ibm857.c: New file.
2905 * iconvdata/ibm860.c: New file.
2906 * iconvdata/ibm861.c: New file.
2907 * iconvdata/ibm862.c: New file.
2908 * iconvdata/ibm863.c: New file.
2909 * iconvdata/ibm864.c: New file.
2910 * iconvdata/ibm865.c: New file.
2911 * iconvdata/ibm868.c: New file.
2912 * iconvdata/ibm869.c: New file.
2913 * iconvdata/ibm870.c: New file.
2914 * iconvdata/ibm871.c: New file.
2915 * iconvdata/ibm875.c: New file.
2916 * iconvdata/ibm880.c: New file.
2917 * iconvdata/ibm891.c: New file.
2918 * iconvdata/ibm903.c: New file.
2919 * iconvdata/ibm904.c: New file.
2920 * iconvdata/ibm905.c: New file.
2921 * iconvdata/ibm918.c: New file.
2923 * locale/iso-4217.def: Update.
2924 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
2926 * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2929 1998-04-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2931 * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2934 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2936 * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2937 * Makefile: Likewise.
2938 * posix/Makefile: Likewise.
2939 * sysdeps/mach/hurd/Makefile: Likewise.
2941 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2943 * sysdeps/mach/hurd/bits/dirent.h: New file.
2944 * sysdeps/mach/hurd/readdir64.c: New file.
2945 * sysdeps/mach/hurd/readdir64_r.c: New file.
2947 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2949 * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2950 dprintf): Synchronize declarations with libio/stdio.h.
2952 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2954 * elf/dlerror.c (dlerror): Don't assume that
2955 __libc_internal_tsd_get is defined. __libc_getspecific is already
2956 well-protected, so just use it directly.
2958 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2960 * io/ftw.h (ftw): Fix typo.
2962 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2964 * sysdeps/gnu/utmp_file.c: Fix typo.
2966 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2968 * iconvdata/run-iconv-test.sh: Fix more portability bugs. When
2969 one part of a test fails move on to the next test.
2971 1998-04-24 5:45 Richard Henderson <rth@cygnus.com>
2973 * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2975 1998-04-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2977 * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2978 as pointers, not signed integers.
2980 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2982 * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2984 1998-04-21 21:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
2986 * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2987 asm symbol name of functions.
2988 * include/features.h: Kill redundant test.
2990 * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2991 * io/ftw.h: Likewise.
2992 * io/sys/stat.h: Likewise.
2993 * io/sys/statfs.h: Likewise.
2994 * io/sys/statvfs.h: Likewise.
2995 * libio/stdio.h: Likewise.
2996 * resource/sys/resource.h: Likewise.
2997 * rt/aio.h: Likewise.
2999 * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3001 * signal/signal.h: Use new macros for BSD vs. SysV signal().
3003 * misc/Makefile: Drop bsd-compat.c. Make libbsd-compat.a
3005 * misc/bsd-compat.c: Removed.
3007 1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
3009 * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3010 function declaration.
3011 * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3012 and use them in conversion function.
3013 * iconvdata/Makefile (modules): Re-add ISO6446.
3014 * iconvdata/TEST: Add tests for ASCII variants.
3015 * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3016 * iconvdata/testdata/ANSI_X3.4-1968: New file.
3017 * iconvdata/testdata/BS_4730: New file.
3018 * iconvdata/testdata/BS_4730..UTF8: New file.
3020 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com>
3022 * iconv/gconv.h (struct gconv_step): Add element stateful.
3023 * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3024 to zero for all internal conversions.
3025 * iconv/skeleton.c: Initialize stateful depending on whether or not
3026 RESET_STATE is defined to one or zero respectively.
3027 * stdlib/mblen.c: Use stateful element of currently selected
3028 converter for result if S is NULL.
3029 * stdlib/mbtowc.c: Likewise.
3030 * stdlib/wctomb.c: Likewise.
3032 1998-04-21 18:00 Ulrich Drepper <drepper@cygnus.com>
3034 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3036 * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3038 * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3039 character in comparison with uint32_t.
3040 (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3041 (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3042 Optimize BODY a bit.
3044 * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3047 * iconv/skeleton.c: Also reset converted counter in case of an error.
3048 Call reset function using correct value for output buffer start.
3050 * iconvdata/Makefile: Re-enable tests.
3052 * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3053 value for to-conversion.
3055 * iconvdata/TESTS: Add new third column.
3056 * iconvdata/run-iconv-test.sh: Add support for charsets which are
3058 * iconvdata/testdata/suntzus: New file.
3060 * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3061 while reading. Correctly used base. Little optimization.
3062 (__strtoul_internal): Likewise.
3064 * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3065 was wrong. Use explicit variable.
3067 1998-04-20 23:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
3069 * configure.in: Check for awk.
3070 * config.make.in: Add AWK to be substituted.
3072 * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3073 * manual/users.texi: Fix typo exposed by above rewrite.
3075 * Makefile: Invoke awk using AWK variable.
3076 * csu/Makefile: Likewise.
3077 * elf/Makefile: Likewise.
3078 * mach/Makefile: Likewise.
3079 * manual/Makefile: Likewise.
3080 * sysdeps/gnu/Makefile: Likewise.
3081 * sysdeps/mach/hurd/Makefile: Likewise.
3082 * sysdeps/unix/Makefile: Likewise.
3083 * timezone/Makefile: Likewise.
3085 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3087 * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3088 array index translation.
3089 (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3092 * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3094 * sysdeps/mach/hurd/errlist.c: New file.
3095 (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3096 (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3097 semantics, so rename it.
3099 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3101 * iconvdata/run-iconv-test.sh: Make portable. Always test all
3104 1998-04-21 12:30 H.J. Lu <hjl@gnu.org>
3106 * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3107 * wcsmbs/wcsnrtombs.c: Likewise.
3109 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
3111 * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3113 * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3115 * time/strftime.c (my_strftime): Initialize pad variable in
3118 * iconvdata/big5.c: Don't use character constants in comparisons
3119 with unsigned value.
3121 1998-04-20 18:00 Ulrich Drepper <drepper@cygnus.com>
3123 * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3124 __libc_siglongjmp to GLIBC_2.1.
3126 * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3129 * iconv/Makefile: Don't run tests now.
3131 * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3132 with correct output buffer.
3134 Major rewrite of the low-level gconv functionality.
3135 * iconv/gconv.c: Rewritten.
3136 * iconv/gconv.h: Likewise.
3137 * iconv/gconv_builtin.c: Likewise.
3138 * iconv/gconv_builtin.h: Likewise.
3139 * iconv/gconv_conf.c: Likewise.
3140 * iconv/gconv_int.h: Likewise.
3141 * iconv/gconv_open.c: Likewise.
3142 * iconv/gconv_simple.c: Likewise.
3143 * iconv/iconv.c: Likewise.
3144 * iconvdata/8bit-gap.c: Likewise.
3145 * iconvdata/8bit-generic.c: Likewise.
3146 * iconvdata/Makefile: Likewise.
3147 * iconvdata/big5.c: Likewise.
3148 * iconvdata/cns11643.c: Likewise.
3149 * iconvdata/cns11643.h: Likewise.
3150 * iconvdata/cns11643l1.c: Likewise.
3151 * iconvdata/cns11643l1.h: Likewise.
3152 * iconvdata/ebcdic-at-de-a.c: Likewise.
3153 * iconvdata/ebcdic-at-de.c: Likewise.
3154 * iconvdata/ebcdic-ca-fr.c: Likewise.
3155 * iconvdata/euccn.c: Likewise.
3156 * iconvdata/eucjp.c: Likewise.
3157 * iconvdata/euckr.c: Likewise.
3158 * iconvdata/euctw.c: Likewise.
3159 * iconvdata/gb2312.c: Likewise.
3160 * iconvdata/gb2312.h: Likewise.
3161 * iconvdata/hp-roman8.c: Likewise.
3162 * iconvdata/iso646.c: Likewise.
3163 * iconvdata/iso6937.c: Likewise.
3164 * iconvdata/iso8859-1.c: Likewise.
3165 * iconvdata/iso8859-10.c: Likewise.
3166 * iconvdata/iso8859-2.c: Likewise.
3167 * iconvdata/iso8859-3.c: Likewise.
3168 * iconvdata/iso8859-4.c: Likewise.
3169 * iconvdata/iso8859-5.c: Likewise.
3170 * iconvdata/iso8859-6.c: Likewise.
3171 * iconvdata/iso8859-7.c: Likewise.
3172 * iconvdata/iso8859-8.c: Likewise.
3173 * iconvdata/iso8859-9.c: Likewise.
3174 * iconvdata/jis0201.c: Likewise.
3175 * iconvdata/jis0201.h: Likewise.
3176 * iconvdata/jis0208.c: Likewise.
3177 * iconvdata/jis0208.h: Likewise.
3178 * iconvdata/jis0212.c: Likewise.
3179 * iconvdata/jis0212.h: Likewise.
3180 * iconvdata/johab.c: Likewise.
3181 * iconvdata/koi-8.c: Likewise.
3182 * iconvdata/koi8-r.c: Likewise.
3183 * iconvdata/ksc5601.c: Likewise.
3184 * iconvdata/ksc5601.h: Likewise.
3185 * iconvdata/latin-greek-1.c: Likewise.
3186 * iconvdata/latin-greek.c: Likewise.
3187 * iconvdata/run-iconv-test.sh: Likewise.
3188 * iconvdata/sjis.c: Likewise.
3189 * iconvdata/t61.c: Likewise.
3190 * iconvdata/uhc.c: Likewise.
3191 * wcsmbs/btowc.c: Likewise.
3192 * wcsmbs/mbrtowc.c: Likewise.
3193 * wcsmbs/mbsnrtowcs.c: Likewise.
3194 * wcsmbs/mbsrtowcs.c: Likewise.
3195 * wcsmbs/wcrtomb.c: Likewise.
3196 * wcsmbs/wcsmbsload.c: Likewise.
3197 * wcsmbs/wcsnrtombs.c: Likewise.
3198 * wcsmbs/wcsrtombs.c: Likewise.
3199 * wcsmbs/wctob.c: Likewise.
3200 * iconv/loop.c: New file.
3201 * iconv/skeleton.c: New file.
3203 * stdlib/mblen.c: Handle empty input string correctly.
3204 * stdlib/mbtowc.c: Likewise.
3206 * posix/getopt.c: Various cleanups.
3208 * sysdeps/arm/bits/setjmp.h: Add copyright text.
3209 * sysdeps/i386/bits/setjmp.h: Likewise.
3210 * sysdeps/m68k/bits/setjmp.h: Likewise.
3211 * sysdeps/powerpc/bits/setjmp.h: Likewise.
3212 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3214 * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3215 and make longjmp weak alias.
3217 1998-04-18 20:29 Philip Blundell <Philip.Blundell@pobox.com>
3219 * iconv/Makefile (routines): Only include gconv_dl if building for
3220 an ELF system - dynamic linking is not available on a.out.
3221 (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3223 * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3224 routines from gconv_dl.
3226 1998-04-17 Gordon Matzigkeit <gord@profitpress.com>
3228 * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3229 we can compile without libio.
3231 1998-04-20 16:28 Ulrich Drepper <drepper@cygnus.com>
3233 * sysdeps/mach/hurd/Subdirs: Remove login.
3235 1998-04-11 Gordon Matzigkeit <gord@profitpress.com>
3237 * db2/compat.h: Include <errno.h>, to make sure we get the
3238 definition of EFTYPE before we define it ourselves.
3240 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3242 * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3243 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3244 Fix typo to allow inclusion from sys/ioctl.h again.
3246 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3248 * iconvdata/*.[ch]: Clean up namespace. Optimize character lookup.
3250 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3252 * libc.map: Export __strerror_r. Remove _strerror_internal.
3254 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3256 * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3257 Also undefine __strcasestr.
3259 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3261 * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3262 aliases do not work with global variables due to copy relocations.
3264 1998-04-20 15:12 Ulrich Drepper <drepper@cygnus.com>
3266 * manual/creature.texi: Fix type. Patch by Andreas Schwab.
3268 1998-04-20 13:47 Ulrich Drepper <drepper@cygnus.com>
3270 * signal/sighold.c: Include stddef.h for NULL definition.
3271 * signal/sigrelse.c: Likewise.
3272 * sysdeps/posix/sigignore.c: Likewise.
3273 * sysdeps/posix/sigset.c: Likewise.
3274 * sysdeps/posix/waitid.c: Likewise.
3275 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3276 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3277 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3278 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3279 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3281 1998-04-13 Mark Kettenis <kettenis@phys.uva.nl>
3283 * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3284 * login/getutent.c (getutxent): Remove alias.
3285 * login/getutent_r.c (setutxent, pututxline, endutxent):
3287 * login/getutid.c (getutxid): Remove alias.
3288 * login/getutline.c (getutxline): Remove alias.
3289 * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3290 __getutid, __getutline and __pututline.
3291 * login/utmpx.h: Moved to ...
3292 * sysdeps/gnu/utmpx.h: ... here. [__USE_GNU]: Define UTMPX_FILE,
3293 UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3295 * login/updwtmp.c: Moved to ...
3296 * sysdeps/generic/updwtmp.c: ... here. (updwtmp): Generalized by
3297 allowing file name transformation.
3298 * sysdeps/gnu/updwtmp.c: New file. Use generic implementation with
3299 additional file name transformation.
3300 * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3301 * login/utmp_file.c: Moved to ...
3302 * sysdeps/generic/utmp_file.c: ... here. (setutent_file):
3303 Generalized by allowing file name transformation. Do not
3304 print error message. Library functions should not print them.
3305 Reported by Jim Meyering.
3306 * sysdeps/gnu/utmp_file.c: New file. Use generic implementation
3307 with additional file name transformation.
3308 * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3309 * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3310 setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3311 pututxline, utmpxname and updwtmpx. (sysdep_headers): Add utmpx.h
3313 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3314 (_PATH_UTMPX): Define to _PATH_UTMP. (_PATH_WTMPX): Define to
3315 _PATH_WTMPX. (RUN_LVL): Define only if __USE_GNU. (ACCOUNTING):
3316 Define if __USE_GNU.
3317 * sysdeps/generic/setutxent.c: New file.
3318 * sysdeps/generic/getutxent.c: New file.
3319 * sysdeps/generic/endutxent.c: New file.
3320 * sysdeps/generic/getutxid.c: New file.
3321 * sysdeps/generic/getutxline.c: New file.
3322 * sysdeps/generic/pututxline.c: New file.
3323 * sysdeps/generic/utmpxname.c: New file.
3324 * sysdeps/generic/updwtmpx.c: New file.
3325 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3326 * sysdeps/generic/bits/utmpx.h: Remove.
3328 1998-04-20 Ulrich Drepper <drepper@cygnus.com>
3330 * posix/wordexp-test.c (main): Initialize ifs element of ts for
3333 1998-04-17 07:53 H.J. Lu <hjl@gnu.org>
3335 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3337 1998-04-17 11:32 Ulrich Drepper <drepper@cygnus.com>
3339 * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3340 variable using _G_stat64.
3341 * libio/fileops.c: Remove macro definition of fstat, it is in the
3343 Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3345 1998-04-17 Philip Blundell <pb@nexus.co.uk>
3347 * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3348 <willy@odie.barnet.ac.uk>.
3350 1998-04-16 Philip Blundell <Philip.Blundell@pobox.com>
3352 * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3353 required by IPv6 Basic API.
3354 (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3355 (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3356 (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3357 (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3359 1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com>
3361 Don't name internal representation since it might be different from
3362 the external form (namely on little endian machines).
3363 * iconv/gconv_builtin.h: Add UCS4 support. Change references to
3364 UCS4 into references to INTERNAL.
3365 * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3366 Add endianess support to UCS functions. Change references to
3367 UCS4 into references to INTERNAL.
3368 * iconv/gconv_int.h: Change references to UCS4 into references to
3370 * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3371 * iconvdata/gconv-modules: Change accordingly.
3372 * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3374 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3376 * iconvdata/8bit-gap.c: Likewise.
3377 * iconvdata/8bit-generic.c: Likewise.
3378 * iconvdata/big5.c: Likewise.
3379 * iconvdata/euccn.c: Likewise.
3380 * iconvdata/eucjp.c: Likewise.
3381 * iconvdata/euckr.c: Likewise.
3382 * iconvdata/euctw.c: Likewise.
3383 * iconvdata/iso646.c: Likewise.
3384 * iconvdata/iso6937.c: Likewise.
3385 * iconvdata/iso8859-1.c: Likewise.
3386 * iconvdata/johab.c: Likewise.
3387 * iconvdata/sjis.c: Likewise.
3388 * iconvdata/t61.c: Likewise.
3389 * iconvdata/uhc.c: Likewise.
3391 * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3392 * iconvdata/8bit-generic.c: Likewise.
3394 * iconvdata/TESTS: Add more tests.
3396 * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3398 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com>
3400 * iconvdata/Makefile: Better rules to run tests.
3402 * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3403 * iconvdata/testdata/ISO-8859-10: Likewise.
3404 * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3405 * iconvdata/testdata/ISO-8859-2: Likewise.
3406 * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3407 * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3408 * iconvdata/testdata/ISO-8859-3: Likewise.
3409 * iconvdata/testdata/ISO-8859-4: Likewise.
3410 * iconvdata/testdata/ISO-8859-5: Likewise.
3411 * iconvdata/testdata/ISO-8859-6: Likewise.
3412 * iconvdata/testdata/ISO-8859-7: Likewise.
3413 * iconvdata/testdata/ISO-8859-8: Likewise.
3414 * iconvdata/testdata/ISO-8859-9: Likewise.
3416 1998-04-15 Ulrich Drepper <drepper@cygnus.com>
3418 * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3419 intermediate result (if available).
3421 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3424 * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3425 (distribute): Add run-iconv-test.sh and testdata/*.
3427 * stdlib/testmb.c (main): Simplify mbc array handling.
3429 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3431 * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix
3432 return value on overflow.
3434 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3436 * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3439 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3441 * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3442 of non-standard function setbuffer.
3444 1998-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3446 * stdio-common/perror.c: Include <string.h> for __strerror_r.
3448 1998-04-14 23:54 Ulrich Drepper <drepper@cygnus.com>
3450 * iconvdata/Makefile: Add rules to run tests.
3451 * iconvdata/TESTS: New file.
3452 * iconvdata/run-iconv-test.sh: New file.
3453 * iconvdata/testdata/ISO-8859-1: New file.
3455 * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3458 1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
3460 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3461 counter element of step.
3463 * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3465 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3467 (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
3469 (__gconv_transform_utf8_ucs4): Correct test for empty input.
3471 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3473 * Makefile: Include makeconfig before defining rule to regenerate
3476 * configure.in: Remove restriction on compiling without static
3479 1998-04-14 16:34 Ulrich Drepper <drepper@cygnus.com>
3481 * test-skeleton.c: Provide hook for initializing code before the fork.
3482 * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3485 * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3486 * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3487 * libio/libioP.h: Adopt _IO_cleanup prototype.
3489 * stdlib/Makefile (tests): Add test-canon2.
3490 * stdlib/test-canon2.c: New file.
3491 * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3492 be NULL. Use __lxstat, not __lstat. Correctly recognize long
3494 (__realpath): Make real function which checks RESOLVED parameter for
3497 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3499 * catgets/open_catalog.c (__open_catalog): Fix problems with
3500 reading non-files. Always close file.
3501 Reported by Cristian Gafton <gafton@redhat.com>.
3503 * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3505 1998-04-14 13:28 Ulrich Drepper <drepper@cygnus.com>
3507 * libc.map: Add various low-level I/O functions.
3509 1998-04-14 10:35 Ulrich Drepper <drepper@cygnus.com>
3511 * string/Makefile (routines): Remove strerror_r.
3512 * string/strerror_r.c: Removed.
3513 * string/strerror.c: Call __strerror_r for doing the real work.
3514 * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3515 add weak alias strerror_r.
3516 * sysdeps/mach/_strerror.c: Likewise.
3517 * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3518 * elf/dl-error.c (_dl_signal_error): Likewise.
3519 * elf/dl-profile.c (_dl_start_profile): Likewise.
3520 * gmon/gmon.c (write_gmon): Likewise.
3521 * stdio-common/perror.c: Likewise.
3522 * stdio-common/vfprintf.c: Likewise.
3524 1998-04-10 Mark Kettenis <kettenis@phys.uva.nl>
3526 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3527 (sysdep_headers): Add netatalk/at.h.
3529 1998-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3531 * manual/socket.texi, manual/creature.texi, manual/time.texi:
3534 1998-04-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3536 * posix/regex.c: Rename __re_syntax_options back to
3537 re_syntax_options, aliases do not work with global variables due
3538 to copy relocations.
3539 (regex_compile): Use syntax parameter instead of
3542 1998-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3544 * configure.in: Document that enable-force-install is default.
3546 1998-04-13 Ulrich Drepper <drepper@cygnus.com>
3548 * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3550 * sysdeps/posix/mkstemp.c: Likewise.
3552 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com>
3554 * iconvdata/8bit-gap.c: Simplify step data handling.
3555 * iconvdata/8bit-generic.c: Likewise.
3556 * iconvdata/big5.c: Likewise.
3557 * iconvdata/euccn.c: Likewise.
3558 * iconvdata/eucjp.c: Likewise.
3559 * iconvdata/euckr.c: Likewise.
3560 * iconvdata/euctw.c: Likewise.
3561 * iconvdata/iso6937.c: Likewise.
3562 * iconvdata/iso8859-1.c: Likewise.
3563 * iconvdata/jis0208.h: Likewise.
3564 * iconvdata/jis0212.c: Likewise.
3565 * iconvdata/jis0212.h: Likewise.
3566 * iconvdata/johab.c: Likewise.
3567 * iconvdata/ksc5601.h: Likewise.
3568 * iconvdata/sjis.c: Likewise.
3569 * iconvdata/t61.c: Likewise.
3570 * iconvdata/uhc.c: Likewise.
3572 1998-04-13 16:36 Ulrich Drepper <drepper@cygnus.com>
3574 * manual/texinfo.texi: Updated from last version.
3576 1998-04-13 14:52 Ulrich Drepper <drepper@cygnus.com>
3578 * iconvdata/cns11643.c: New file.
3579 * iconvdata/cns11643.h: New file.
3580 * iconvdata/cns11643l1.c: New file.
3581 * iconvdata/cns11643l1.h: New file.
3582 * iconvdata/euctw.c: New file.
3583 * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3584 * iconvdata/gconv-modules: Likewise.
3586 * iconvdata/eucjp.c: Several bug fixes and improvements.
3587 * iconvdata/gb2312.h: Likewise.
3588 * iconvdata/jis0201.h: Likewise.
3589 * iconvdata/jis0208.h: Likewise.
3590 * iconvdata/jis0212.h: Likewise.
3592 1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com>
3594 * iconvdata/eucjp.c: New file.
3595 * iconvdata/euccn.c: New file.
3596 * iconvdata/gb2312.h: New file.
3597 * iconvdata/gb2312.c: New file.
3598 * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3599 * iconvdata/gconv-modules: Likewise.
3601 * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.