1 1998-07-01 09:32 Ulrich Drepper <drepper@cygnus.com>
3 * math/libm-test.c: Adjust delta for indentities1_test because gcc
6 1998-06-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8 * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
10 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12 * scripts/test-installation.pl: Include <stdio.h> in test program
13 to make it strictly conforming.
15 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
19 * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
20 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
21 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
22 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
24 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
26 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
29 1998-06-30 Ulrich Drepper <drepper@cygnus.com>
31 * posix/Makefile (headers): Remove bits/pthreadtypes.h.
32 * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
35 1998-06-30 11:47 Ulrich Drepper <drepper@cygnus.com>
37 * include/aio.h: New file.
38 * posix/Makefile (distribute): Add bits/pthreadtypes.h.
39 (tests): Build and run annexc program.
40 * posix/annexc.c: New file.
41 * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
42 * rt/aio.h: Remove __need_timespec_t. We can include the whole time.h.
43 * rt/aio_misc.c: Include limits.h.
44 * rt/aio_notify.c: Include errno.h.
45 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
47 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
48 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
49 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
50 * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
51 kernel doesn't do this.
52 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
53 __USE_LARGEFILE64 is defined.
54 * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file. Empty.
55 * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
57 * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
59 * stdlib/isomac.c: Avoid include_next warning.
61 1998-06-29 12:27 Ulrich Drepper <drepper@cygnus.com>
63 * argp/argp.h: Use __PMT instead of __P for function pointer.
64 * iconv/gconv.h: Likewise.
67 * libio/libio.h: Likewise.
68 * malloc/mcheck.h: Likewise.
69 * misc/search.h: Likewise.
70 * posix/glob.h: Likewise.
71 * resolv/resolv.h: Likewise.
72 * signal/signal.h: Likewise.
73 * stdlib/stdlib.h: Likewise.
74 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
75 * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
77 1998-06-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
79 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
81 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
83 * posix/wordexp.c (parse_param): Fix memory leak.
85 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
87 * libc.map: Export _IO_ftrylockfile.
89 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
91 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
94 1998-06-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
96 * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
98 * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
99 same search list twice.
101 1998-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
103 * login/programs/utmpd.c (handle_requests): Set and use maximal fd
104 used to optimize loop/select.
106 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
108 * sysdeps/generic/init-first.c: Don't define __libc_pid.
109 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
110 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
111 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
112 * sysdeps/arm/init-first.c: Likewise.
113 * posix/getopt_init.c: Don't use __libc_pid.
114 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
115 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
116 * libc.map: Remove __libc_uid and __libc_pid.
118 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
120 * sunrpc/rtime.c (rtime): Use poll instead of select.
122 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
124 * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
125 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
126 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
127 Patches from FreeBSD current.
129 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
131 * nscd/connections.c (handle_new_request): Handle POLLHUP
133 (close_sockets): Correct parameter to dbg_log.
135 1998-06-27 David S. Miller <davem@pierdol.cobaltmicro.com>
137 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
138 Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
139 (elf_machine_fixup_plt): Likewise.
140 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
141 _dl_pagesize not set, use system call to always get correct answer.
142 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
143 (__syscall_getpagesize): Add
145 1998-06-27 Ulrich Drepper <drepper@cygnus.com>
147 * resolv/res_send.c (res_send): Fix typo.
149 1998-06-25 Andi Kleen <ak@muc.de>
151 * inet/rcmd.c (rcmd): Change to use __poll instead of select.
152 * resolv/res_send.c (res_send): Likewise.
154 1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com>
156 * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
157 * sysdeps/unix/sysv/linux/poll.c: Likewise.
159 1998-06-27 7:07 Richard Henderson <rth@cygnus.com>
161 * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
162 * math/atest-exp2.c (exp_mpn, main): Likewise.
163 * math/atest-sincos.c (main): Likewise.
165 * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow. Move
166 base handling away from strtoul. Always reset errno.
168 * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
170 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
171 _dl_profile_map if _dl_name_match_p.
172 (RTLD_START): Fix .prologue. Set __libc_stack_end.
173 * sysdeps/alpha/elf/start.S: Pass sp as arg 7. Kill __data_start.
175 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
178 * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
179 * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
180 * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
182 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
184 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
186 1998-06-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
188 * nis/nis_call.c: Don't copy server structure.
189 * nis/nis_intern.h: Remove unused entries.
190 * nis/nis_table.c: Rewrite __create_ib_request.
192 1998-06-26 14:37 Ulrich Drepper <drepper@cygnus.com>
194 * configure.in: Check for -fexceptions.
195 * config.make.in: Define exceptions, not no-exceptions.
196 * misc/sys/cdefs.h: Define __PMT. When using modern g++ define
198 * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
200 * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
201 * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
202 lfind, and lsearch prototpypes.
203 * stdlib/stdlib.h: Likewise for bsearch and qsort.
205 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
207 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
209 1998-06-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
211 * Makefile (remove-old-headers): Make phony.
213 * configure.in: Substitute @old_glibc_headers@.
215 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
217 * libc.map: Remove __libc_uid.
219 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
221 * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
224 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
226 * libc.map: Add Alpha-specific io function from protected namespace.
228 1998-06-25 19:26 Ulrich Drepper <drepper@cygnus.com>
230 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
231 * locale/Makefile: Define locale-CPPFLAGS instead of redefining
234 * libc.map: Export __sigaction.
236 1998-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
238 * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
239 (from Linux 2.1.107).
241 1998-06-24 Ulrich Drepper <drepper@cygnus.com>
243 * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
244 position when file was opened here.
245 Reported by Howard Chu <hyc@platinum.com>.
247 * sysdeps/generic/glob.c: Also protect FNM_* macros from being
248 undefined in a second inclusion.
250 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
252 * sysdeps/mach/hurd/i386/Makefile: New file.
253 * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
255 (_hurd_stack_setup): Renamed
256 from __libc_init_first.
257 (__libc_init_first): New function.
258 * sysdeps/mach/hurd/i386/static-start.S: New file.
260 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
262 * sysdeps/mach/hurd/i386/init-first.c
264 1998-06-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
266 * grp/initgroups.c: Use _CALL_DL_FCT.
268 1998-06-23 Mark Kettenis <kettenis@phys.uva.nl>
270 * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
272 1998-06-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
274 * manual/terminal.texi (Pseudo-Terminals): Correct typos.
276 1998-06-23 Ulrich Drepper <drepper@cygnus.com>
278 * config.make.in: Remove LDAP support.
279 * nss/Makefile: Likewise.
281 1998-06-22 17:02 Ulrich Drepper <drepper@cygnus.com>
283 * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
284 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
285 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
286 * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
288 1998-06-02 Gordon Matzigkeit <gord@profitpress.com>
290 * mach/Makefile: Change `mv' invocations to `mv -f'.
291 * mach/Machrules: Likewise.
293 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
295 * config.make.in (old-glibc-headers): Add it.
297 * configure.in: Add test for glibc 2.0.x headers.
299 * Makefile (headers2_0): New variable - contains so far only
300 Linux/Intel glibc 2.0.x headers.
301 (remove-old-headers): New rule to remove headers from glibc 2.0.x.
302 (install): Depend on remove-old-headers.
304 1998-06-19 Mark Kettenis <kettenis@phys.uva.nl>
306 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
307 make ftruncate a weak alias.
308 * sysdeps/mach/hurd/ftruncate.c: Really define function as
310 * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
311 (truncate): Fix function defenition to match prototype.
313 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
315 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
316 unlockpt, ptsname, ptsname_r, openpty and forkpty.
318 1998-06-22 Ulrich Drepper <drepper@cygnus.com>
320 * sysdeps/generic/glob.c: Make it possible to include glob.h
321 before loading glob.c.
322 Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
324 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
326 * nscd/connections.c: Use poll() instead of select().
328 1998-06-22 14:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
330 * sysdeps/generic/Dist: Fix typo.
332 1998-06-20 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
334 * nis/nis_add.c: Avoid unnecessary strlen () calls.
335 * nis/nis_addmember.c: Likewise.
336 * nis/nis_call.c: Likewise.
337 * nis/nis_creategroup.c: Likewise.
338 * nis/nis_destroygroup.c: Likewise.
339 * nis/nis_findserv.c: Likewise.
340 * nis/nis_ismember.c: Likewise.
341 * nis/nis_print.c: Likewise.
342 * nis/nis_print_group_entry.c: Likewise.
343 * nis/nis_removemember.c: Likewise.
344 * nis/nis_verifygroup.c: Likewise.
345 * nis/ypclnt.c: Likewise.
347 * nis/nis_file.c: Close file handles.
349 * nis/nis_callback.c: Fix typo.
351 1998-06-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
353 * nis/Makefile: Add nis-initgroups and compat-initgroups.
354 * nis/libnss_compat.map: Add _nss_compat_initgroups.
355 * nis/libnss_nis.map: Add _nss_nis_initgroups.
356 * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
357 * nis/nss_nis/nis-initgroups.c: Likewise.
358 * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
359 __nss_lookup_function and make it public.
360 * grp/initgroups.c: Rewrite, to use initgroups function from NSS
361 module if exists, else use old method.
363 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
365 * nss/getXXbyYY_r.c (lookup_function): Correct return in type
367 * nss/getXXent_r.c (set_function, end_function, get_function):
368 Likewise. Reported by Thorsten Kukuk.
370 * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
372 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
374 * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
375 1998-06-16 and distribute kernel_termios.h.
377 * nis/Makefile (distribute): Add nis_xdr.h.
379 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
381 * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
382 kernels that don't have sigaltstack.
384 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
386 * sysdeps/generic/bits/sem.h: Don't define union semun.
388 * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
390 * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
392 * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
395 1998-06-18 21:45 Ulrich Drepper <drepper@cygnus.com>
397 * signal/signal.h: Add prototype for __sigaltstack.
398 * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
399 Remove sigstack entry.
400 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
401 * sysdeps/unix/sysv/linux/sigstack.c: New file.
403 * sysdeps/i386/backtrace.c: Add casts.
405 1998-06-18 19:49 Ulrich Drepper <drepper@cygnus.com>
407 * intl/dcgettext.c: use complete type name.
408 * intl/hash-string.h: Likewise.
410 * intl/localealias.c: Undo patch from 1998-04-29.
411 * intl/l10nflist.c: Likewise.
412 * intl/loadinfo.h: Likewise.
414 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
416 * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
418 1998-06-18 16:40 Ulrich Drepper <drepper@cygnus.com>
420 * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
421 _dl_mcount, _dl_mcount_wrapper.
422 * elf/Makefile (routines): Add dl-profstub.
423 * elf/dl-profstub.c: New file.
424 * elf/dl-support.c: Don't define _dl_profile_map.
425 * elf/rtld.c: Likewise.
426 * elf/dlfcn.h: Define DL_CALL_FCT macro.
427 * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
429 * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
431 * iconv/gconv_db.c: Likewise.
432 * iconv/skeleton.c: Likewise.
433 * nss/getXXbyYY_r.c: Likewise.
434 * nss/getXXent_r.c: Likewise.
435 * nss/nsswitch.c: Likewise.
437 1998-06-18 12:29 Ulrich Drepper <drepper@cygnus.com>
439 * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
440 * sysdeps/libm-i387/e_scalbf.S: Likewise.
441 * sysdeps/libm-i387/e_scalbl.S: Likewise.
443 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
445 * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
448 1998-06-18 10:26 Ulrich Drepper <drepper@cygnus.com>
450 * iconvdata/Makefile (modules): Add MACINTOSH.
451 (MACINTOSH-routines): New variable.
452 (distribute): Add macintosh.c.
453 (awk-generated-headers): Add macintosh.h.
454 Add rule for macintosh.h generation.
455 * iconvdata/gconv-modules: Add definitions for MACINTOSH.
456 * iconvdata/macintosh.c: New file.
458 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
460 * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
462 * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
463 only should happen for cy != 0.
465 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
468 1998-06-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
470 * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
471 to compare stack addresses.
473 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
475 * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
478 1998-06-16 David S. Miller <davem@dm.cobaltmicro.com>
480 * sysdeps/sparc/sparc32/dl-machine.h
481 (elf_machine_fixup_plt): During rtld bootstrap, always perform
482 flushes as the kernel will emulate it when the underlying cpu does
485 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
486 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
488 * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
489 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
492 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
493 (__clone): Branch to label .Lerror not __clone_syscall_error.
494 (.Lerror): Fixup EINVAL setting.
495 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
496 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
497 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
498 (__syscall_getgroups, __syscall_setgroups): Add.
500 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
501 (__sigaction): Member name is k_sa_handler. Use memcpy to copy
504 1998-06-16 Ulrich Drepper <drepper@cygnus.com>
506 * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
508 * string/Makefile: Make sure test-ffs does not use builtins.
510 1998-06-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
512 * sunrpc/svc.c: Check for NULL pointer.
514 * nis/libnsl.map: Add public NIS+ xdr functions.
516 * nis/rpcsvc/nis_callback.h: New file.
517 * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
518 * nis/nis_xdr.h: ... here.
520 * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
521 pointers, use NIS+ defines where possible.
522 * nis/nis_cache.c: Likewise.
523 * nis/nis_cache2_xdr.c: Likewise.
524 * nis/nis_call.c: Likewise.
525 * nis/nis_checkpoint.c: Likewise.
526 * nis/nis_clone_dir.c: Likewise.
527 * nis/nis_clone_obj.c: Likewise.
528 * nis/nis_clone_res.c: Likewise.
529 * nis/nis_creategroup.c: Likewise.
530 * nis/nis_file.c: Likewise.
531 * nis/nis_free.c: Likewise.
532 * nis/nis_getservlist.c: Likewise.
533 * nis/nis_local_names.c: likewise.
534 * nis/nis_lookup.c: Likewise.
535 * nis/nis_mkdir.c: Likewise.
536 * nis/nis_modify.c: Likewise.
537 * nis/nis_ping.c: Likewise.
538 * nis/nis_print.c: Likewise.
539 * nis/nis_remove.c: Likewise.
540 * nis/nis_removemember.c: Likewise.
541 * nis/nis_rmdir.c: Likewise.
542 * nis/nis_server.c: Likewise.
543 * nis/nis_table.c: Likewise.
544 * nis/nis_util.c: Likewise.
545 * nis/nis_verifygroup.c: Likewise.
546 * nis/nis_xdr.c: Likewise.
547 * nis/nis_callback.c: Likewise, and move xdr functions from here ...
548 * nis/nis_xdr.c: ... to here.
550 1998-06-15 18:07 Ulrich Drepper <drepper@cygnus.com>
552 * iconvdata/ksc5601.h: Clean up a bit.
554 1998-06-15 14:35 Ulrich Drepper <drepper@cygnus.com>
556 * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
557 and process incoming data.
558 * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
559 fragments as invalid.
560 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
562 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
564 Removal of duplicates like "the the".
565 * manual/time.texi (TZ Variable): Likewise.
566 * manual/users.texi (Manipulating the Database): Likewise.
567 * manual/sysinfo.texi (Filesystem handling): Likewise.
568 * manual/signal.texi (Signaling Yourself): Likewise.
569 * manual/message.texi (Message Translation): Likewise.
570 (Common Usage): Likewise.
571 * manual/llio.texi: Likewise.
572 * manual/arith.texi (Old-style number conversion): Likewise.
573 * manual/argp.texi (Argp): Likewise.
574 (Argp Parsers): Likewise.
575 (Argp Help Filtering): Likewise.
577 * hesiod/README.hesiod: Correct typo.
579 * manual/llio.texi: Correct typos.
580 * manual/sysinfo.texi: Likewise.
582 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
584 * rt/aio.h: Rename __op to __operation for g++.
586 1998-06-13 20:17 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
588 * iconvdata/gen-8bit-gap.sh: Use awk not perl. Clean up sed
590 * iconvdata/gen-8bit-gap-1.sh: Likewise.
591 * iconvdata/gen-8bit.sh: Clean up sed script.
593 * iconvdata/Makefile: Remove all PERL conditionals; build all
594 the modules all the time. Export AWK.
595 (gen-8bit-gap): Delete setting of PERL.
596 (gen-8bit-gap-1): Likewise.
597 (perl-generated-headers): Renamed awk-generated-headers.
599 * iconvdata/gap.pl: Removed.
600 * iconvdata/gaptab.pl: Removed.
601 * iconvdata/gap.awk: New file.
602 * iconvdata/gaptab.awk: New file.
604 1998-06-15 Ulrich Drepper <drepper@cygnus.com>
606 * sysdeps/generic/Dist: Add errno-loc.c.
608 * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
611 1998-06-14 14:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
613 * stdio-common/bug12.c: New test for fread()/fseek().
614 * stdio-common/Makefile (tests): Add bug12.
616 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
618 * sysdeps/generic/elf/backtracesyms.c: Make array elements
620 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
621 * debug/execinfo.h: Update declaration.
623 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
625 * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
626 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
627 * debug/execinfo.h: Update declaration.
629 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
631 * manual/llio.texi: Fix spelling.
632 * manual/sysinfo.texi: Fix spelling.
634 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
636 * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
637 alias for old name. Put this on __libc_subfreeres.
638 * misc/search.h: Declare it.
640 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
642 * string/bits/string2.h (strcmp): Add missing parens around macro
645 1998-06-12 23:34 Ulrich Drepper <drepper@cygnus.com>
647 * manual/arith.texi: Fix problem with @math and texinfo.tex.
649 * manual/filesys.texi: Document LFS functions.
650 * manual/llio.texi: Likewise.
651 * manual/stdio.texi: Likewise.
652 * manual/time.texi: Likewise.
654 * manual/llio.texi: Document AIO functions.
656 * resource/sys/resource.h: Mark second argument of setrlimit as const.
657 * sysdeps/generic/setrlimit.c: Likewise.
658 * sysdeps/generic/setrlimit64.c: Likewise.
659 * sysdeps/mach/hurd/setrlimit.c: Likewise.
660 * sysdeps/unix/sysv/setrlimit.c: Likewise.
662 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
664 * sysdeps/generic/getenv.c: Fix last change.
666 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
668 * sysdeps/generic/backtrace.c: Provide generic implementation.
670 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
672 * configure.in: Give visual feedback of the default directories we
675 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
677 * io/fts.c (fts_build): Define oflag only if needed.
679 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
681 * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
683 1998-06-11 Ulrich Drepper <drepper@cygnus.com>
685 * libc.map: Don't export argp's fmtstream handling functions.
687 * manual/sysinfo.texi: Document fstab and mtab handling functions.
688 * manual/llio.texi: Document more LFS functions and start documenting
691 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
693 * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
694 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
695 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
696 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
698 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
700 * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
701 makes it easier to undump emacs.
702 * sysdeps/powerpc/bits/endian.h: Use more informative error message
703 for when the endianness can't be determined.
705 1998-06-04 13:19 Geoff Keating <geoffk@ozemail.com.au>
707 * nss/Makefile: Add files publickey database support.
708 * nss/libnss_files.map: Export the required functions.
709 * nss/nss_files/files-key.c: Implement it.
710 * sunrpc/rpc/auth_des.h: Correct typos in comments.
712 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
714 * iconv/gconv_builtin.h: Add aliases for CORBA.
715 * iconvdata/gconv-modules: Likewise.
717 1998-06-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
719 * math/libm-test.c (main): Call exp10_test.
720 (exp10_test): New function which tests exp10.
722 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
724 * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
727 * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
728 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
729 * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
731 1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
733 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
734 in the variable, not its GOT slot.
736 1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
738 * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
740 * sysdeps/m68k/fpu/e_exp10.c: New file.
741 * sysdeps/m68k/fpu/e_exp10f.c: New file.
742 * sysdeps/m68k/fpu/e_exp10l.c: New file.
744 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
745 _dl_profile_map only if the name matches.
746 (_dl_start_user): Remember stack address.
747 * sysdeps/m68k/elf/start.S: Pass new argument to
750 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
752 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
753 * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
754 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
755 * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
756 * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
758 1998-06-09 18:16 Ulrich Drepper <drepper@cygnus.com>
760 * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
761 * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
762 * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
763 * math/bits/mathcalls.h: Add definitions for exp10 and pow10
765 * sysdeps/libm-i387/e_exp10.S: New file.
766 * sysdeps/libm-i387/e_exp10f.S: New file.
767 * sysdeps/libm-i387/e_exp10l.S: New file.
768 * sysdeps/libm-ieee754/e_exp10.c: New file.
769 * sysdeps/libm-ieee754/e_exp10f.c: New file.
770 * sysdeps/libm-ieee754/e_exp10l.c: New file.
771 * sysdeps/libm-ieee754/w_exp10.c: New file.
772 * sysdeps/libm-ieee754/w_exp10f.c: New file.
773 * sysdeps/libm-ieee754/w_exp10l.c: New file.
774 * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
776 1998-05-25 22:18 H.J. Lu <hjl@gnu.org>
778 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
779 sys/elf.h and sys/reg.h.
780 * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
781 * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
782 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
783 * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
785 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
786 PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
788 1998-06-09 Ulrich Drepper <drepper@cygnus.com>
790 * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
791 __data member only for gcc. Reported by ak@muc.de.
793 * misc/mntent.h: Undo last patch.
794 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
795 * misc/tst/mntent.c: Adjust code for this change.
797 * io/fts.c: Updated from a slightly more recent BSD version.
798 * io/fts.h: Likewise.
800 * libc.map: Add __libc_stack_end.
802 * db2/Makefile (routines): Add lock_region.
803 * db2/config.h: Update from db-2.4.14.
804 * db2/db.h: Likewise.
805 * db2/db_185.h: Likewise.
806 * db2/db_int.h: Likewise.
807 * db2/btree/bt_close.c: Likewise.
808 * db2/btree/bt_compare.c: Likewise.
809 * db2/btree/bt_conv.c: Likewise.
810 * db2/btree/bt_cursor.c: Likewise.
811 * db2/btree/bt_delete.c: Likewise.
812 * db2/btree/bt_open.c: Likewise.
813 * db2/btree/bt_page.c: Likewise.
814 * db2/btree/bt_put.c: Likewise.
815 * db2/btree/bt_rec.c: Likewise.
816 * db2/btree/bt_recno.c: Likewise.
817 * db2/btree/bt_rsearch.c: Likewise.
818 * db2/btree/bt_search.c: Likewise.
819 * db2/btree/bt_split.c: Likewise.
820 * db2/btree/bt_stat.c: Likewise.
821 * db2/btree/btree.src: Likewise.
822 * db2/btree/btree_auto.c: Likewise.
823 * db2/clib/getlong.c: Likewise.
824 * db2/common/db_appinit.c: Likewise.
825 * db2/common/db_apprec.c: Likewise.
826 * db2/common/db_byteorder.c: Likewise.
827 * db2/common/db_err.c: Likewise.
828 * db2/common/db_log2.c: Likewise.
829 * db2/common/db_region.c: Likewise.
830 * db2/common/db_salloc.c: Likewise.
831 * db2/common/db_shash.c: Likewise.
832 * db2/db/db.c: Likewise.
833 * db2/db/db.src: Likewise.
834 * db2/db/db_auto.c: Likewise.
835 * db2/db/db_conv.c: Likewise.
836 * db2/db/db_dispatch.c: Likewise.
837 * db2/db/db_dup.c: Likewise.
838 * db2/db/db_overflow.c: Likewise.
839 * db2/db/db_pr.c: Likewise.
840 * db2/db/db_rec.c: Likewise.
841 * db2/db/db_ret.c: Likewise.
842 * db2/db/db_thread.c: Likewise.
843 * db2/db185/db185.c: Likewise.
844 * db2/db185/db185_int.h: Likewise.
845 * db2/dbm/dbm.c: Likewise.
846 * db2/hash/hash.c: Likewise.
847 * db2/hash/hash.src: Likewise.
848 * db2/hash/hash_auto.c: Likewise.
849 * db2/hash/hash_conv.c: Likewise.
850 * db2/hash/hash_debug.c: Likewise.
851 * db2/hash/hash_dup.c: Likewise.
852 * db2/hash/hash_func.c: Likewise.
853 * db2/hash/hash_page.c: Likewise.
854 * db2/hash/hash_rec.c: Likewise.
855 * db2/hash/hash_stat.c: Likewise.
856 * db2/include/btree.h: Likewise.
857 * db2/include/btree_ext.h: Likewise.
858 * db2/include/clib_ext.h: Likewise.
859 * db2/include/common_ext.h: Likewise.
860 * db2/include/cxx_int.h: Likewise.
861 * db2/include/db.h.src: Likewise.
862 * db2/include/db_185.h.src: Likewise.
863 * db2/include/db_am.h: Likewise.
864 * db2/include/db_auto.h: Likewise.
865 * db2/include/db_cxx.h: Likewise.
866 * db2/include/db_dispatch.h: Likewise.
867 * db2/include/db_ext.h: Likewise.
868 * db2/include/db_int.h.src: Likewise.
869 * db2/include/db_page.h: Likewise.
870 * db2/include/db_shash.h: Likewise.
871 * db2/include/db_swap.h: Likewise.
872 * db2/include/hash.h: Likewise.
873 * db2/include/hash_ext.h: Likewise.
874 * db2/include/lock.h: Likewise.
875 * db2/include/lock_ext.h: Likewise.
876 * db2/include/log.h: Likewise.
877 * db2/include/log_ext.h: Likewise.
878 * db2/include/mp.h: Likewise.
879 * db2/include/mp_ext.h: Likewise.
880 * db2/include/mutex_ext.h: Likewise.
881 * db2/include/os_ext.h: Likewise.
882 * db2/include/os_func.h: Likewise.
883 * db2/include/queue.h: Likewise.
884 * db2/include/shqueue.h: Likewise.
885 * db2/include/txn.h: Likewise.
886 * db2/lock/lock.c: Likewise.
887 * db2/lock/lock_conflict.c: Likewise.
888 * db2/lock/lock_deadlock.c: Likewise.
889 * db2/lock/lock_region.c: Likewise.
890 * db2/lock/lock_util.c: Likewise.
891 * db2/log/log.c: Likewise.
892 * db2/log/log.src: Likewise.
893 * db2/log/log_archive.c: Likewise.
894 * db2/log/log_auto.c: Likewise.
895 * db2/log/log_compare.c: Likewise.
896 * db2/log/log_findckp.c: Likewise.
897 * db2/log/log_get.c: Likewise.
898 * db2/log/log_put.c: Likewise.
899 * db2/log/log_rec.c: Likewise.
900 * db2/log/log_register.c: Likewise.
901 * db2/mp/mp_bh.c: Likewise.
902 * db2/mp/mp_fget.c: Likewise.
903 * db2/mp/mp_fopen.c: Likewise.
904 * db2/mp/mp_fput.c: Likewise.
905 * db2/mp/mp_fset.c: Likewise.
906 * db2/mp/mp_open.c: Likewise.
907 * db2/mp/mp_pr.c: Likewise.
908 * db2/mp/mp_region.c: Likewise.
909 * db2/mp/mp_sync.c: Likewise.
910 * db2/mutex/68020.gcc: Likewise.
911 * db2/mutex/mutex.c: Likewise.
912 * db2/mutex/parisc.gcc: Likewise.
913 * db2/mutex/parisc.hp: Likewise.
914 * db2/mutex/sco.cc: Likewise.
915 * db2/os/os_abs.c: Likewise.
916 * db2/os/os_alloc.c: Likewise.
917 * db2/os/os_config.c: Likewise.
918 * db2/os/os_dir.c: Likewise.
919 * db2/os/os_fid.c: Likewise.
920 * db2/os/os_fsync.c: Likewise.
921 * db2/os/os_map.c: Likewise.
922 * db2/os/os_oflags.c: Likewise.
923 * db2/os/os_open.c: Likewise.
924 * db2/os/os_rpath.c: Likewise.
925 * db2/os/os_rw.c: Likewise.
926 * db2/os/os_seek.c: Likewise.
927 * db2/os/os_sleep.c: Likewise.
928 * db2/os/os_spin.c: Likewise.
929 * db2/os/os_stat.c: Likewise.
930 * db2/os/os_unlink.c: Likewise.
931 * db2/progs/db_archive/db_archive.c: Likewise.
932 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
933 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
934 * db2/progs/db_dump/db_dump.c: Likewise.
935 * db2/progs/db_dump185/db_dump185.c: Likewise.
936 * db2/progs/db_load/db_load.c: Likewise.
937 * db2/progs/db_printlog/db_printlog.c: Likewise.
938 * db2/progs/db_recover/db_recover.c: Likewise.
939 * db2/progs/db_stat/db_stat.c: Likewise.
940 * db2/txn/txn.c: Likewise.
941 * db2/txn/txn.src: Likewise.
942 * db2/txn/txn_auto.c: Likewise.
943 * db2/txn/txn_rec.c: Likewise.
945 * elf/rtld.c: Move definition of __libc_stack_end to ...
946 * sysdeps/generic/dl-sysdep.h: ...here.
948 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
949 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
950 * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
952 * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
953 * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
956 1998-06-08 21:44 Ulrich Drepper <drepper@cygnus.com>
958 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
959 from mntent correctly.
961 1998-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
963 * sunrpc/Makefile (generated): Correct typo.
965 1998-06-04 Philip Blundell <philb@gnu.org>
967 * elf/elf.h (EM_ARM, et al.): New definitions.
968 * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
970 1998-06-08 21:33 Ulrich Drepper <drepper@cygnus.com>
972 * localedata/SUPPORTED: Add sk_SK.
973 * localedata/locales/sk_SK: New file.
975 1998-06-08 18:57 Ulrich Drepper <drepper@cygnus.com>
977 * Makeconfig (subdirs): Add debug.
978 * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
979 * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
981 * sysdeps/generic/backtrace.c: New file.
982 * sysdeps/generic/backtracesyms.c: New file.
983 * sysdeps/generic/elf/backtracesyms.c: New file.
984 * sysdeps/i386/backtrace.c: New file.
985 * debug/Makefile: New file.
986 * debug/backtrace-tst.c: New file.
987 * debug/execinfo.h: New file.
989 1998-06-08 13:34 Ulrich Drepper <drepper@cygnus.com>
991 * elf/sprof.c: Implement call graph profiling.
993 * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
995 1998-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
997 * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
998 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
999 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1000 Noticed by Jake Garver <garver@valkyrie.net>.
1002 1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1004 * libio/genops.c (__underflow): Read character from read pointer
1006 (__uflow): Likewise.
1008 1998-06-07 13:32 Ulrich Drepper <drepper@cygnus.com>
1010 * libc.map: Add _dl_profile.
1011 * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1012 this to ELF_DYNAMIC_RELOCATE.
1013 Always allocate array for relocation result if LD_PROFILE is defined.
1014 * elf/ldsodefs.h: Adjust prototypes.
1015 * elf/dl-open.c (_dl_open): Call relocation function with extra
1017 * elf/rtld.c: Likewise.
1018 * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1019 Correct loop condition.
1020 * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1021 consider_profile to runtime setup function.
1022 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1023 _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1025 * elf/dl-support.c: Define __libc_stack_end.
1026 * elf/rtld.c: Likewise.
1027 * sysdeps/generic/libc-start.c: Store last stack address in
1029 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1030 * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1032 * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1033 Include <stdint.h>, not <inttypes.h>.
1035 * elf/sprof.c: Implement flat profiling.
1037 * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1038 _IO_funlockfile explicitly.
1039 * libio/fileops.c: Likewise.
1040 * libio/fputc.c: Likewise.
1041 * libio/freopen.c: Likewise.
1042 * libio/freopen64.c: Likewise.
1043 * libio/fseek.c: Likewise.
1044 * libio/fseeko.c: Likewise.
1045 * libio/fseeko64.c: Likewise.
1046 * libio/ftello.c: Likewise.
1047 * libio/ftello64.c: Likewise.
1048 * libio/getc.c: Likewise.
1049 * libio/getchar.c: Likewise.
1050 * libio/iofclose.c: Likewise.
1051 * libio/iofflush.c: Likewise.
1052 * libio/iofgetpos.c: Likewise.
1053 * libio/iofgetpos64.c: Likewise.
1054 * libio/iofgets.c: Likewise.
1055 * libio/iofputs.c: Likewise.
1056 * libio/iofread.c: Likewise.
1057 * libio/iofsetpos.c: Likewise.
1058 * libio/iofsetpos64.c: Likewise.
1059 * libio/ioftell.c: Likewise.
1060 * libio/iofwrite.c: Likewise.
1061 * libio/iogetdelim.c: Likewise.
1062 * libio/iogets.c: Likewise.
1063 * libio/ioputs.c: Likewise.
1064 * libio/ioseekoff.c: Likewise.
1065 * libio/ioseekpos.c: Likewise.
1066 * libio/iosetbuffer.c: Likewise.
1067 * libio/iosetvbuf.c: Likewise.
1068 * libio/ioungetc.c: Likewise.
1069 * libio/iovsprintf.c: Likewise.
1070 * libio/iovsscanf.c: Likewise.
1071 * libio/oldfileops.c: Likewise.
1072 * libio/oldiofclose.c: Likewise.
1073 * libio/peekc.c: Likewise.
1074 * libio/putc.c: Likewise.
1075 * libio/putchar.c: Likewise.
1076 * libio/rewind.c: Likewise.
1078 * malloc/mtrace.c: Pretty print.
1080 * misc/mntent.h (struct mentent): Make string elements const char *.
1082 * nis/nis_printf.c: Optimize I/O a little bit.
1084 * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1085 * sysdeps/generic/sigset-cvt-mask.h: New file.
1086 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1087 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1088 * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1089 sigset-cvt-mask.h to do the dirty work.
1090 Patches by Joe Keane.
1092 * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1094 * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1095 syscall_error label in case of PIC anonymous.
1096 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1097 * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1098 * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1099 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1100 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1101 * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1102 * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1104 1998-06-05 Ulrich Drepper <drepper@cygnus.com>
1106 * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1107 we cannot declare the struct element as const.
1108 * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1109 * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1111 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1113 * manual/Makefile: Include ../Makeconfig earlier.
1114 (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1116 (dir-add.texinfo): Remove useless $(SHELL).
1118 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1120 * Makefile (others): Build programs from install-bin.
1121 * configure.in: Modify config.make only if is was just created and
1122 move that command to second argument of AC_OUTPUT. Add command to
1123 set config_vars in config.status.
1125 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1127 * malloc/Makefile (address-width): Fix conditional.
1129 1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1131 * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1132 putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1133 strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1136 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1138 * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1139 (Floating Point Parameters): Likewise.
1141 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1143 * hurd/Makefile (routines): Add cthreads.
1145 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1147 * login/login.c (login): Let pututline take care of finding the
1148 positin to insert the UTMP entry. This corrects a bug where ssh
1149 was not reusing UTMP entries marked as DEAD_PROCESS.
1150 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1152 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1154 * login/Makefile (tests): New variable, add tst-utmp and
1156 * login/tst-utmp.c: New file.
1157 * login/tst-utmpx.c: New file.
1159 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1161 * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1162 aliases for _hurd_nerr, for programs that don't use sys_errlist,
1165 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1167 * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1168 * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1170 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1172 * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1173 make __read a weak alias. Use ANSI-style function definition.
1174 * sysdeps/mach/hurd/write.c: Likewise.
1176 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1178 * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1181 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
1183 * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1184 Renamed from librtld.so.
1186 1998-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1188 * libc.map: Remove _IO_getline_info which was erroneously
1189 introduced in section GLIBC_2.0.
1190 Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1192 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1194 * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1195 created a weak alias.
1196 * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1198 1998-05-31 Gordon Matzigkeit <gord@profitpress.com>
1200 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1201 ftruncate function, and create a weak alias to ftruncate.
1203 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1205 * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1206 * inet/getnetgrent_r.c: Likewise.
1207 * nss/getXXbyYY_r.c: Likewise.
1208 * nss/getXXent_r.c: Likewise.
1209 * pwd/fgetpwent_r.c: Likewise.
1210 * shadow/sgetspent_r.c: Likewise.
1211 * shadow/fgetspent_r.c: Likewise.
1212 * sunrpc/publickey.c: Likewise.
1214 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1216 * hurd/libhurduser.map: New file.
1217 * mach/libmachuser.map: Likewise.
1219 * libc.map: Add Hurd-specific functions to version 2.1.
1220 Add __flshfp and __fillbf.
1222 1998-05-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1224 * manual/signal.texi (Basic Signal Handling): Fix typo.
1225 * manual/errno.texi (Error Codes): Likewise.
1227 1998-06-02 Ulrich Drepper <drepper@cygnus.com>
1229 * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1230 instead of <sys/socket.h>.
1231 Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1233 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1234 Finally make it working.
1235 Patch by Mark Hatle <fray@kernel.crashing.org>.
1237 1998-03-22 Paul Eggert <eggert@twinsun.com>
1239 * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1242 1998-05-30 Philip Blundell <Philip.Blundell@pobox.com>
1244 * stdlib/gmp-impl.h: Support strange mixed-endian double format
1245 used by ARM systems.
1246 * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1248 * sysdeps/arm/bits/fenv.h: Deleted.
1249 * sysdeps/arm/fpu/ieee754.h: New file.
1250 * sysdeps/arm/gmp-mparam.h: New file.
1251 * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1254 1998-06-01 Ulrich Drepper <drepper@cygnus.com>
1256 * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1258 * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1259 of ((unused)). Reported by Bruno Haible.
1261 1998-05-31 Philip Blundell <philb@gnu.org>
1263 * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1264 referring to errno and _errno.
1266 * sysdeps/arm/fpu/feholdexcpt.c: New file.
1268 * sysdeps/i386/fpu_control.h: Fix typo.
1270 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1271 (_JMPBUF_UNWINDS): Added.
1272 * sysdeps/arm/fpu/bits/setjmp.h: New file.
1274 1998-05-25 Gordon Matzigkeit <gord@profitpress.com>
1276 * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1277 order to build header files, not `generated'.
1279 * Rules (before-compile): New target which depends on all
1280 $(before-compile) files.
1282 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1284 * nis/nis_call.c: Make directory search faster.
1286 * nis/nis_callback.c: Insert public key of user in callback data.
1288 * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1290 * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1292 * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1294 * nis/nis_intern.h: Remove duplicated prototype.
1296 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1298 * sunrpc/auth_des.c: Move prototypes from here ...
1299 * sunrpc/rpc/auth.h: ... to here.
1301 * sunrpc/clnt_tcp.c: Add more control flags.
1302 * sunrpc/clnt_udp.c: Likewise.
1304 * sunrpc/netname.c (host2netname): Remove prefixing dot from
1307 * sunrpc/rpc/clnt.h: Document, which control flags are not
1310 * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1312 1998-05-29 Ulrich Drepper <drepper@cygnus.com>
1314 * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1315 files crash the program.
1317 * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1318 * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1319 Reported by Deborah Wallach <kerr@pa.dec.com>.
1321 1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu>
1323 * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1324 on whether this is a stable release or not (keeps snapshot bug
1325 reports out of the database).
1327 * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1328 * sysdeps/arm/sysdep.h: Likewise.
1329 * sysdeps/i386/sysdep.h: Likewise.
1330 * sysdeps/m68k/sysdep.h: Likewise.
1331 * sysdeps/mach/mips/sysdep.h: Likewise.
1332 * sysdeps/mach/sys/reboot.h: Likewise.
1333 * sysdeps/mach/sysdep.h: Likewise.
1334 * sysdeps/unix/alpha/sysdep.h: Likewise.
1335 * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1336 * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1337 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1338 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1339 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1340 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1341 * sysdeps/unix/i386/sysdep.h: Likewise.
1342 * sysdeps/unix/mips/sysdep.h: Likewise.
1343 * sysdeps/unix/sparc/sysdep.h: Likewise.
1344 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1345 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1346 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1347 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1348 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1349 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1350 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1351 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1353 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1355 * mach/Machrules: Use $(move-if-change).
1357 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1359 * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1360 * Makerules (lib%.so): Depend on $(+interp).
1361 (libc.so): Add interp.os to list of dependencies.
1362 (interp-obj): Remove variable.
1363 * mach/Machrules (+interp): Define to empty since libhurduser and
1364 libmachuser don't need to have the interpreter set.
1366 1998-05-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1368 * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1370 * resolv/gethnamaddr.c: Likewise.
1372 * resolv/res_comp.c: Likewise.
1374 1998-05-28 Mark Kettenis <kettenis@phys.uva.nl>
1376 * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1377 so that transparent union works.
1379 1998-05-29 08:58 Ulrich Drepper <drepper@cygnus.com>
1381 * manual/texinfo.tex: Update to last available version.
1383 * timezone/africa: Update from tzdata1998e.
1384 * timezone/antarctica: Likewise.
1385 * timezone/asia: Likewise.
1386 * timezone/australasia: Likewise.
1387 * timezone/europe: Likewise.
1388 * timezone/iso3166.tab: Likewise.
1389 * timezone/northamerica: Likewise.
1390 * timezone/tzselect.ksh: Likewise.
1391 * timezone/zone.tab: Likewise.
1393 1998-05-27 Ulrich Drepper <drepper@cygnus.com>
1395 * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1396 Reported by Matt McLean <keys@brio.yikes.com>.
1398 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1400 * catgets/Makefile ($(objpfx)de.cat): Renamed from
1401 do-gencat-test. Use automatic variables.
1402 ($(objpfx)de.msg): Fix reference to po file.
1404 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1406 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1409 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1411 * intl/dcgettext.c: Fix typo.
1413 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1415 * configure.in: Allow more make versions e.g 3.76.90.
1417 1998-05-25 Ulrich Drepper <drepper@cygnus.com>
1419 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1421 * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1422 for Hurd. Patch by Mark Kettenis.
1424 1998-04-18 Gordon Matzigkeit <gord@profitpress.com>
1426 * mach/Machrules (+preinit, +postinit): Define these variables to
1427 empty because libhurduser and libmachuser don't need startup
1430 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1432 * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1433 instead of a raw bitmask.
1435 1998-05-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1437 * Makeconfig (rpath-dirs): New variable.
1438 (rpath-link): Use it.
1439 (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1440 (db-objpfx): Removed.
1441 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1442 * md5-crypt/Makefile: Likewise.
1443 * sysdeps/mach/hurd/Makefile: Likewise.
1445 * Makeconfig (move-if-change): New variable.
1446 * iconvdata/Makefile (move-if-change): Removed.
1447 * manual/Makefile (move-if-change): Set only if undefined, use
1448 local script by default.
1449 * sunrpc/Makefile (move-if-change): Removed.
1450 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1453 * elf/Makefile: Remove all references to obsolete file
1455 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
1457 1998-05-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1459 * elf/dl-close.c (_dl_close): Add debugging message.
1461 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1463 * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1464 to get Linux version and not gcc version.
1465 Reported by Alan Curry <pacman@cqc.com>.
1467 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1469 * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1470 pointers - return unknown error message instead.
1471 Reported by Alan Curry <pacman@cqc.com>.
1473 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1475 * iconvdata/Makefile (modules, sed-generated-headers,
1476 perl-generated-headers): ibm424.h is perl generated. Make
1477 necessary modifications to compile without perl.
1479 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1481 * hesiod/hesiod.c (read_config_file): Fix typo.
1483 1998-05-24 Ulrich Drepper <drepper@cygnus.com>
1485 * version.h: Bump VERSION.
1487 * csu/Makefile (distribute): Add munch-tmpl.c.
1489 1998-05-23 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1491 * nis/nis_defaults.c: Fix buffer problems and typos.
1493 1998-05-23 08:42 Ulrich Drepper <drepper@cygnus.com>
1495 * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1498 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1500 * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1503 * libio/strops.c (_IO_str_underflow): Read newly available
1504 character from buffer as unsigned.
1506 1998-05-22 10:56 Ulrich Drepper <drepper@cygnus.com>
1508 * catgets/Makefile (distribute): Add xopen-msg.h.
1509 (generated): Add de.msg and de.cat.
1510 (tests): Add do-gencat-test.
1511 (do-gencat-test): New goal. Run gencat on a generated msg file.
1512 * catgets/xopen-msg.h: New file.
1514 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1516 * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1517 functions. Optimize filename creation a bit.
1519 1998-05-22 09:29 Ulrich Drepper <drepper@cygnus.com>
1521 * stdlib/random_r.c: Help gcc to optimize the code.
1522 Patch by Joe Keane <jgk@jgk.org>.
1524 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1526 * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1529 1998-05-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1531 * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1534 1998-05-21 15:27 Ulrich Drepper <drepper@cygnus.com>
1536 * wcsmbs/wcsnrtombs.c: Correct computation of result.
1537 * wcsmbs/wcsrtombs.c: Likewise.
1539 * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1540 * wcsmbs/wcsmbs-tst1.c: New file.
1542 * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1544 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1547 * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1550 1998-05-21 Philip Blundell <philb@gnu.org>
1552 * sysdeps/arm/fpu_control.h: Replace stub file with real
1554 * sysdeps/arm/fpu/bits/fenv.h: New file.
1555 * sysdeps/arm/fpu/fesetround.c: Likewise.
1556 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1557 * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1558 * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1559 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1560 * sysdeps/arm/fpu/fegetenv.c: Likewise.
1561 * sysdeps/arm/fpu/fesetenv.c: Likewise.
1563 1998-05-21 16:34 Richard Henderson <rth@cygnus.com>
1565 * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1566 read instead of mmap.
1568 1998-05-21 8:16 Richard Henderson <rth@cygnus.com>
1570 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1571 directly instead of include_next. Add missing semicolons.
1572 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1573 Add missing semicolons.
1575 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1577 * iconvdata/gconv-modules: Add more aliases to please java
1580 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1582 * stdio-common/vfprintf.c (process_arg): Fix typo.
1584 * iconvdata/TESTS: New tests for EUC-KR.
1586 * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1587 * iconvdata/testdata/EUC-KR: New file.
1589 1998-05-20 07:26 H.J. Lu <hjl@gnu.org>
1591 * math/libm-test.c (hypot_test): Fix a typo.
1593 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1595 * stdio-common/vfprintf.c: When precision is specified for %ls or
1596 %S handle it correctly.
1598 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1600 * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1601 the" in one line - fixed it.
1602 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1603 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1604 * posix/unistd.h: Likewise
1606 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1608 * Makeconfig (rpath-link): Add resolvobjdir.
1609 (resolvobjdir): New variable.
1610 Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1612 1998-05-20 09:36 Ulrich Drepper <drepper@cygnus.com>
1614 * elf/dl-close.c: Call shared object terminators at the right time.
1615 Patch by Philippe Troin <phil@fifi.org>.
1617 1998-05-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1619 * Make-dist (+tsrcs): Also add *.map for every member of
1622 * Makefile (distribute): Don't distribute scripts/printsources and
1623 scripts/=__ify. Distribute FAQ.in.
1624 (rpm/%): Don't pass subdirs to sub-make.
1626 * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1627 instead of $(no_deps).
1629 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1631 * sysdeps/generic/setenv.c: Protect against GNU C extension.
1632 (KNOWN_VALUE, STORE_VALUE): Do it right.
1633 (setenv): Remove unused variable.
1635 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1637 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1638 (CFLAGS-zdump.c): Add $(tz-cflags).
1640 * timezone/zdump.c (abbr): Use TM_ZONE if defined. Add const to
1643 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1645 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
1646 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1648 * time/tzset.c: Update prototype of __tzfile_compute.
1649 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
1650 tm_zone and tm_offset here if __use_tzfile.
1652 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1654 * Makerules: Install libc.a even if there are no object file.
1656 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1658 * Makerules (do-makelib): Don't force creating library from
1659 scratch, which is faster and gets correct behaviour if $(subdirs)
1662 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1664 * Makerules (do-stamp): Make it work when building in source
1667 1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
1669 * elf/dl-load.c: Rename option and variable from ignore-rpath to
1671 * elf/dl-support.c: Likewise.
1672 * elf/ldsodefs.h: Likewise.
1673 * elf/rtld.c: Likewise.
1674 * iconvdata/run-iconv-test.sh: Likewise.
1676 1998-05-19 23:08 Ulrich Drepper <drepper@cygnus.com>
1678 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1679 variable using the value.
1680 * elf/ldsodefs.h: Declare _dl_ignore_path.
1681 * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1682 object against list in _dl_ignore_path and ignore RPATH if on the list.
1683 * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1684 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1685 to make sure we get the correct helper libraries loaded.
1687 * elf/dl-load.c (decompose_rpath): Remove `room' parameter. Use
1688 "RPATH" string in call to fillin_rpath instead.
1689 (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1691 1998-05-19 Ulrich Drepper <drepper@cygnus.com>
1693 * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1694 correctly. Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1696 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1698 * manual/terminal.texi (I/O Queues): Fix typo.
1700 * manual/stdio.texi (Closing Streams): Fix grammar.
1702 * manual/arith.texi (Absolute Value): Correct typo.
1703 Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1705 1998-05-19 15:58 Ulrich Drepper <drepper@cygnus.com>
1707 * elf/rtld.c (process_envvars): Fix typo. Don't handle
1708 LD_PROFILE_OUTPUT in SUID binaries.
1709 * intl/dcgettext.c: In SUID binaries don't let language part of
1710 locale value contain path elements.
1711 * intl/explodename.h: Define new function _nl_find_language.
1712 * intl/loadinfo.h: Declare _nl_find_language.
1713 * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1714 language part it drop the value is path element is contained.
1716 * locale/setlocale.c: Fix typo.
1718 1998-05-18 Philip Blundell <Philip.Blundell@pobox.com>
1720 * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1722 * sysdeps/arm/strlen.S: Support both big and little endian processors.
1724 * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1725 log, not a byte-count.
1727 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1728 a.out compatibility.
1730 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1732 * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1733 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1734 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1735 * posix/unistd.h: Likewise.
1736 * math/math.h: Likewise.
1737 * manual/users.texi (Manipulating the Database): Likewise.
1738 * manual/signal.texi (Job Control Signals): Likewise.
1739 * manual/message.texi (The gencat program): Likewise.
1740 * manual/filesys.texi (Hard Links): Likewise.
1741 * manual/math.texi (SVID Random): Likewise.
1742 * manual/llio.texi (Waiting for I/O): Likewise.
1743 * manual/io.texi (File Name Errors): Likewise.
1744 * manual/conf.texi (String Parameters): Likewise.
1745 * manual/arith.texi (Infinity): Likewise.
1746 * malloc/malloc.c: Likewise.
1747 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1748 * csu/Makefile: Likewise.
1750 1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
1752 * manual/memory.texi: Add back accidently removed line.
1754 1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
1756 * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1757 (timeout_handler): New function.
1758 (LOCK_FILE, UNLOCK_FILE): New macros.
1759 Implement file locking with timeout.
1760 (getutent_r_file, internal_getut_r, getutline_r_file,
1761 pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1764 1998-05-18 11:38 Ulrich Drepper <drepper@cygnus.com>
1766 * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1769 1998-05-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1771 * rpm/Makefile: Delete inclusion of version.mk.
1773 1998-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1775 * libc.map: Add all libio functions needed libstdc++ with version
1778 1998-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1780 * iconvdata/Makefile (generated): Add *.stmp files.
1782 1998-05-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1784 * timezone/Makefile (testdata, build-testdata): New variables, use
1785 them in rules for test data.
1786 ($(objpfx)tst-timezone.out): Depend on test data.
1787 ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1788 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1789 New rules to build test data.
1790 (tst-timezone-ENV): Pass TZDIR to point to test data.
1792 1998-05-18 Ulrich Drepper <drepper@cygnus.com>
1794 * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1795 (the designation sequence is disturbing).
1797 1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1799 * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1800 * sunrpc/xdr_rec.c: Likewise.
1802 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1804 * posix/Makefile (tests): Add runptests.
1805 (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1806 (before-compile): Add ptestcases.h.
1807 (ptestscases.h): Add rule to generate from PTESTS.
1808 * posix/runptests.c: New file.
1809 * posix/PTESTS: New file.
1810 * posix/PTESTS2C.sed: New file.
1812 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1814 * iconv/loop.c: Let user add code to use and set paramaters.
1816 * iconvdata/iso-2022-kr.c: Correct to-loop.
1818 * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1819 point to output buffer.
1821 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1824 * iconvdata/TESTS: Add ISO-2022-KR test.
1825 * iconvdata/testdata/ISO-2022-KR: New file.
1827 1998-05-15 21:07 Ulrich Drepper <drepper@cygnus.com>
1829 * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1831 * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1833 * wcsmbs/btowc.c: Likewise.
1834 * wcsmbs/mbrtowcs.c: Likewise.
1835 * wcsmbs/mbsnrtowcs.c: Likewise.
1836 * wcsmbs/mbsrtowcs.c: Likewise.
1837 * wcsmbs/wcrtomb.c: Likewise.
1838 * wcsmbs/wcsnrtombs.c: Likewise.
1839 * wcsmbs/wcsrtombs.c: Likewise.
1840 * wcsmbs/wctob.c: Likewise.
1841 * iconv/skeleton.c: Increment invocation_counter.
1842 * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1845 * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1846 * iconvdata/iso-2022-jp.c: Likewise.
1847 * iconvdata/iso646.c: Likewise.
1849 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1851 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1853 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1855 * sysdeps/generic/setenv.c (setenv): Remove optimization for
1856 overwriting existing values if it fits.
1858 1998-05-15 14:36 Ulrich Drepper <drepper@cygnus.com>
1860 * posix/wordexp-test.c: Avoid duplicate messages.
1862 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1863 tsearch. Correctly interpret values returned by those functions.
1864 (unsetenv): Store pointer to string, not pointer to string pointer.
1866 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
1867 DST information and offset in them.
1868 * time/tzset.c (__tz_convert): Pass extra parameters to
1869 __tzfile_compute. Compute equivalent values for use of tz_rules.
1871 1998-05-15 00:49:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
1873 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1874 stamp files to avoid unnecessary recompilation.
1875 (gen-8bit-gap-table): Likewise.
1876 (move-if-change): New variable.
1877 (all generated .h rules): Change to be .stmp rules.
1878 (%.h): New rule; depend on %.stmp; no commands.
1879 (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1882 1998-05-15 01:09 Zack Weinberg <zack@rabi.phys.columbia.edu>
1884 * Makerules (libc-map): Deleted.
1885 (load-map-file): Set to the appropriate compiler switch, not
1886 just the file name. If libfoo-map is not set, look for a
1887 libfoo.map in the current directory and $(..).
1888 (map-file): New variable, contains just the mapfile name.
1889 (build-shlib): Adjust for new value of load-map-file.
1890 (libc.so): Correct dependencies.
1892 * extra-lib.mk: Correct shlib dependencies since libfoo-map
1893 may not be set anymore.
1895 * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1896 Delete libdl-map. Tweak ld.so link rule to work with changed
1897 variable settings in Makerules.
1898 * iconvdata/Makefile: Tweak build-module to work with changed
1899 variable settings in Makerules.
1901 * db/Makefile: Delete libdb-map.
1902 * hesiod/Makefile: Delete libnss_hesiod-map.
1903 * linuxthreads/Makefile: Delete libpthread-map.
1904 * locale/Makefile: Delete libBrokenLocale-map.
1905 * login/Makefile: Delete libutil-map.
1906 * math/Makefile: Delete libm-map.
1907 * md5-crypt/Makefile: Delete libcrypt-map.
1908 * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1909 libnss_nisplus-map, and libnss_compat-map.
1910 * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1912 * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1913 * rt/Makefile: Delete librt-map.
1915 1998-05-15 01:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
1917 * configure.in: Instead of substituting `yes' or `no' for whether
1918 --no-whole-archive is available, set @no_whole_archive@ to the
1919 appropriate gcc switch or the empty string. Likewise for
1921 * config.make.in: Replace have-no-whole-archive with
1922 no-whole-archive and have-no-exceptions with no-exceptions.
1923 * Makerules: Delete stanzas setting no-whole-archive and
1926 * sunrpc/Makefile: Use move-if-change to update generated .h
1929 1998-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1931 * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1934 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1936 * time/tzfile.c (__tzfile_read): Remove unused variable info.
1937 (__tzfile_compute): Likewise.
1939 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1941 * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1942 defines from Linux 2.1.102.
1944 1998-05-14 23:14 Ulrich Drepper <drepper@cygnus.com>
1946 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1948 1998-05-14 13:25 Ulrich Drepper <drepper@cygnus.com>
1950 * inet/netinet/in.h: Add defines for multicast.
1951 Reported by Jeremy Hall <jhall@UU.NET>.
1953 * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1954 * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1955 and unsetenv. Optimize _LIBC case.
1956 * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1957 Define functions with leading __.
1959 * time/tzfile.c: Correct handling of global variables daylight,
1960 timezone, and tzname.
1961 * time/tzset.c: Likewise.
1962 * timezone/Makefile (tests): Add tst-timezone.
1963 * timezone/tst-timezone.c: New file.
1965 1998-05-14 10:35 Ulrich Drepper <drepper@cygnus.com>
1967 * timezone/asia: Update from tzdata1998d.
1968 * timezone/australasia: Likewise.
1969 * timezone/europe: Likewise.
1971 1998-05-13 Ulrich Drepper <drepper@cygnus.com>
1973 * string/string.h: Don't use the optimized versions for the string
1974 functions if optimizing for space.
1976 * stdlib/tst-strtod.c: Add test for -0.0.
1978 * io/ftwtest-sh: Prevent tests from being run by root.
1980 * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1981 last addition. Patch by wkpark@chem.skku.ac.kr.
1983 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1985 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1988 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1990 * iconvdata/gen-8bit.sh: New file.
1991 * iconvdata/gen-8bit-gap.sh: New file.
1992 * iconvdata/gen-8bit-gap-1.sh: New file.
1993 * iconvdata/Makefile (generate-8bit-table): Use shell script
1994 instead of writing the commands directly.
1995 (generate-8bit-gap-table): Likewise.
1996 ($(objpfx)iso8859-7jp.h): Likewise.
1997 (generated headers): Depend on shell script instead of Makefile.
1998 (before-compile): Add $(perl-generated-headers) only if perl is
2000 (headers): Depend on $(perl-generated-headers) only if perl is
2002 (sed-generated-headers): Remove iso8859-7jp.h.
2004 1998-05-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2006 * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command. Clean up.
2009 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2011 * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2012 formed charset names to getfct. Let user override charset
2013 selection by mention charset in locale name.
2015 1998-05-12 12:15 Ulrich Drepper <drepper@cygnus.com>
2017 * posix/glob.c: Move to ...
2018 * sysdeps/generic/glob.c: ...here.
2019 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2021 * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2022 * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2023 * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2024 * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2026 * libc.map [GLIBC_2.1]: Add glob and globfree.
2028 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2030 * sunrpc/Makefile (generated): Restore old list.
2032 1998-05-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2034 * rt/Makefile (tests): Define only if we have a thread library.
2036 * nis/ypclnt.c: Add: #include <errno.h>.
2038 1998-05-10 15:39 Zack Weinberg <zack@rabi.phys.columbia.edu>
2040 * configure.in: Define and substitute RELEASE as well as
2042 * config.make.in: Add RELEASE and VERSION to be substituted.
2043 * Makeconfig: Delete all references to version.mk.
2044 * Make-dist: Likewise.
2045 * MakeTAGS: Likewise.
2046 * elf/Makefile: Likewise.
2048 1998-05-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2050 * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2051 yp_get_default_domain.
2053 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2055 * sysdeps/posix/profil.c (__profil): Don't define act and timer
2056 variables as static. Patch by Joe Keane <jgk@jgk.org>.
2058 1998-05-12 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2060 * malloc/malloc.c: Fix for NO_THREADS case.
2062 1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
2064 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2065 Remove statfs and fstatfs.
2066 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2067 and pwrite as EXTRA.
2068 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2070 1998-05-09 Ulrich Drepper <drepper@cygnus.com>
2072 * libc.map: Add capget and capset.
2074 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2076 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2077 (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2078 vector. Patch by Mark Hatle <fray@kernel.crashing.org>
2079 and Matt McLean <keys@brio.yikes.com>.
2081 1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
2083 * misc/Makefile (tests): Add tst-mntent.
2084 * misc/tst-mntent.c: New file.
2086 1998-05-08 21:56 Zack Weinberg <zack@rabi.phys.columbia.edu>
2088 * autolock.sh: Removed.
2089 * manual/move-if-change: Removed.
2091 * scripts: New directory.
2092 * =__ify: Moved to scripts.
2093 * config.guess: Likewise.
2094 * config.sub: Likewise.
2095 * gen-FAQ.pl: Likewise.
2096 * install-sh: Likewise.
2097 * mkinstalldirs: Likewise.
2098 * move-if-change: Likewise.
2099 * printsources: Likewise.
2100 * rellns.sh: Likewise.
2101 * test-installation.pl: Likewise.
2103 * configure.in: Look in scripts for config.guess, config.sub,
2105 * Makefile: Distribute all above files in their
2106 new home. Find gen-FAQ.pl and test-installation.pl in scripts.
2107 * manual/Makefile: Find mkinstalldirs and move-if-change in
2108 $(..)scripts. Drop them from distribute. Minor cleanups.
2109 * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2110 * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2111 * timezone/Makefile: Find rellns-sh in scripts.
2113 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2115 * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2116 Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2118 1998-05-08 19:24 Zack Weinberg <zack@rabi.phys.columbia.edu>
2120 * Makefile (+subdir-inits): Delete variable.
2121 (+init_subdirs): Likewise.
2123 (before-compile): Likewise.
2124 (libc-init): Delete stanza.
2125 (version-info.h): Delete rule and associated variable.
2126 (distribute): Don't distribute moved files.
2127 * Makerules (interp-obj): It lives in elf now. Only use it
2128 if $(elf) is set. Delete rule to build it.
2129 * csu/Makefile: Build set-init.o and/or munch-init.o. Build
2130 version.o and version-info.h. Minor cleanups.
2131 (routines): Add libc-init, sysdep, version.
2132 (generated): Add version-info.h.
2133 * elf/Makefile: Build interp.os.
2135 * interp.c: Moved to elf.
2136 * set-init.c: Moved to csu.
2137 * munch-init.c: Likewise.
2138 * munch.awk: Likewise.
2139 * version.c: Likewise.
2141 * Rules: Unconfuse syntax highlighting with a fake comment.
2143 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2145 * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2148 1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
2150 * iconvdata/Makefile (generated): Set to *-generated-headers
2152 (tests): Set to iconv-test.
2153 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2154 * posix/Makefile (generated): Set to wordexp-test-result*.
2155 * sunrpc/Makefile (generated): Remove rpcsvc/*.
2156 (generated-dirs): Add rpcsvc.
2157 * libio/Makefile: Clean up.
2159 1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
2161 * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2162 * Makerules: Likewise.
2163 (+depfiles): Also add sysdep-others.
2165 * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2166 * iconvdata/Makefile (distribute): Add TESTS.
2167 * localedata/Makefile (repertoires): Rename to repertoiremaps.
2168 * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2169 * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2170 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2171 sysdep-others, not others.
2172 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2173 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2175 1998-05-08 12:26 Ulrich Drepper <drepper@cygnus.com>
2177 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2178 cost_hi and cost_lo.
2179 * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2180 Cost parameter and set cost_lo to INT_MAX.
2181 (add_module): Take new parameter and use it to initialize cost_lo.
2182 (read_conf_file): Count modules being loaded and use counter for
2183 new parameter to add_module.
2184 * iconv/gconv_db.c (find_derivation): When look for cost examine
2185 cost_hi and cost_lo.
2187 1998-05-08 10:52 Ulrich Drepper <drepper@cygnus.com>
2189 * string/bits/string2.h: Don't use unsigned char * unless really
2190 necessary since this disturbs C++.
2191 * sysdeps/i386/i486/bits/string.h: Likewise.
2192 Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2194 1998-05-08 13:53 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2196 * malloc/malloc.c (top_check): Fix last change.
2198 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2200 * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2201 Patch by Matt McLean <keys@brio.yikes.com>.
2203 1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2205 * Makerules (lib): Put back dependency on lib-noranlib.
2206 ($(subdirs-stamps)): Remove dependency on stamp.* again.
2208 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2210 * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2211 test in __pow2 implementation.
2213 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2215 * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2216 Still need *FLAGS-.o because we still sometimes build .o files.
2217 * db2/Makefile: Don't build libndbm.a if !build-static.
2219 1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2221 * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2223 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2225 * configure.in: New test for broken gcc on PowerPC.
2226 * sysdeps/powerpc/atomicity.h: Use result of test.
2227 * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2229 * math/libm-test.c: Update many of the epsilon to match actual
2232 * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2233 * sysdeps/libm-ieee754/e_expf.c: Likewise.
2234 * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2235 * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2237 * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2239 * sysdeps/powerpc/elf/libc-start.c: New file.
2240 * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2241 * sysdeps/powerpc/elf/start.c: Delete.
2243 * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2244 * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete. It was unused.
2246 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2249 1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
2251 * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2254 * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2255 * sysdeps/libm-i387/e_powl.S: Likewise.
2257 1998-03-31 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2259 * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2260 (malloc_check, free_check, realloc_check, memalign_check): Use
2261 them to improve overrun checking. Overruns of a single byte and
2262 corruption of the top chunk are now detected much more reliably.
2264 1998-05-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2266 * math/libm-test.c (pow_test): Add test for special value from PR
2269 1998-05-06 Ulrich Drepper <drepper@cygnus.com>
2271 * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2272 including linux/errno.h.
2274 1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
2276 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2278 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2279 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2281 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2283 * Makerules (elide-routines.*): Fix assignments.
2284 (do-makelib): Fix typo.
2285 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2288 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2290 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2291 $(objpfx)sysd-dirs): Move them...
2292 * Makeconfig: ... here.
2293 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2294 (stubs): Fix circular depedency.
2295 (do-makelib): Clean up.
2296 (lib): Don't depend on lib-noranlib.
2297 ($(objpfx)stamp.oS): Remove special case for empty
2298 static-only-routines.
2299 (elide-routines.o): Add $(static-only-routines).
2300 (elide-routines$o): Define this instead of elide-routines.$o.
2301 * manual/Makefile (stubs): Fix circular dependency.
2303 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2305 * libio/Makefile (routines): Remove duplicate oldiofclose.
2307 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2309 * string/strcoll.c: Use uint32_t instead of u_int32_t.
2311 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2313 * libio/stdio.h: Fix typo in __REDIRECT.
2314 * io/sys/stat.h: Likewise.
2315 Reported by Myles Uyema <myles@uyema.nws.net>.
2317 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2319 * locale/programs/localedef.c (options): Fix help message.
2321 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2323 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2324 relocations. Patch by Joe Keane <jgk@jgk.org>.
2326 1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com>
2328 * malloc/malloc.c (ptmalloc_init_all): New function. Similar to
2329 ptmalloc_unlock_all, but re-initializes the mutexes instead.
2330 (ptmalloc_init): Use new function in thread_at_fork call.
2331 (thread_atfork_static): Likewise.
2332 Suggested by Wolfram Gloger and Xavier Leroy.
2334 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2336 * signal/signal.h: Move definitions of struct sigstack and
2337 struct sigaltstack into separate file and include it.
2338 * sysdeps/generic/bits/sigstack.h: New file.
2339 * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2340 * signal/Makefile (headers): Add bits/sigstack.h.
2342 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2344 * elf/rtld.c (dl_main): Fix check for number of references to
2347 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2349 * elf/rtld.c (dl_main): Check has_interp after executing platform
2352 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2354 * iconvdata/run-iconv-test.sh: Fix typo.
2356 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2358 * Makerules (+depfiles): Add depfiles for $(tests-static).
2361 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2363 * manual/terminal.texi (Special Characters): Fix description of
2366 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2368 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2370 * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise. Initialize rest
2373 1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu>
2375 * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2377 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2379 * intl/locale.alias: Update russian entry.
2381 1998-05-01 21:54 Zack Weinberg <zack@rabi.phys.columbia.edu>
2383 * Makerules (static-only-routines): Reimplement in terms of
2385 (shared-only-routines): Reimplement in terms of
2386 elide-routines.X [where X is all object-suffixes except .os].
2388 (stubs): Create stubs file inside the subdir.
2389 (common-mostlyclean): Remove stubs file from inside the subdir.
2390 * Makefile (subdir-stubs): Look for stubs files inside the
2392 * manual/Makefile (stubs): Create dummy stubs file inside the
2395 1998-05-01 21:01 Zack Weinberg <zack@rabi.phys.columbia.edu>
2397 Build speed improvement: make ar less of a bottleneck.
2399 * Makerules (stamp$o): Just record the object list for later
2401 (libc_foo.a): New rule, depends on subdir stamp files; builds
2402 and ranlibs the library from the lists saved in those files.
2404 (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2405 (subdirs-stamp-o): Likewise.
2407 (ar-symtab-name): Delete variable.
2408 (lib%.a): Delete target.
2409 (libc_foo.a(bar.%)): Delete target.
2410 (libc_foo.a($(ar-symtab-name))): Delete target.
2412 (objects objs): Just depend on libobjs and extra-objs.
2413 (libobjs): Depend on the stamp files, not the objects.
2414 (extra-objs): New target, just depends on the extra-objs list.
2416 (CREATE_ARFLAGS): Kill the `ar S' hack.
2418 * config.make.in (have-ar-S): Deleted.
2419 * configure.in: Delete test for `ar S'. Add test to determine
2420 whether ranlib does anything useful.
2422 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2424 * inet/tst-ether_aton.c: Include <stdio.h>.
2426 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com>
2428 * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2430 * locale/Makefile (distribute): Add programs/repertoire.h.
2431 (localedef-modules): Add repertoire.
2432 (CPPFLAGS): Define REPERTOIREMAP_PATH.
2433 * locale/programs/repertoire.c: New file.
2434 * locale/programs/repertoire.h: New file.
2435 * locale/programs/charmap.c: Starting fixing character set handling
2436 to handle multi-byte encodings.
2437 * locale/programs/charset.c: Likewise.
2438 * locale/programs/charset.h: Likewise.
2439 * locale/programs/ld-collate.c: Likewise.
2440 * locale/programs/ld-ctype.c: Likewise.
2441 * locale/programs/linereader.c: Likewise.
2442 * locale/programs/localedef.c: Likewise.
2443 * locale/programs/locfile-kw.gperf: Likewise.
2444 * locale/programs/locfile-kw.h: Likewise.
2445 * locale/programs/locfile-token.h: Likewise.
2446 * locale/programs/locfile.h: Likewise.
2447 * locale/programs/stringtrans.c: Likewise.
2449 * locale/programs/locfile.c: Interpret I18NPATH value as base of
2450 path, extended with "/locales/".
2452 1998-04-18 Philip Blundell <Philip.Blundell@pobox.com>
2454 * sysdeps/arm/memset.S: Fix off by one error.
2456 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2457 __syscall_error rather than syscall_error directly.
2459 1998-04-17 Philip Blundell <Philip.Blundell@pobox.com>
2461 * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2462 mmap() syscall for ARM.
2464 * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2467 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
2469 * locale/programs/localedef.c: Recognize repertoire-map option.
2471 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2473 * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2474 converting non-hex numbers.
2475 Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2477 1998-04-23 07:31 H.J. Lu <hjl@gnu.org>
2479 * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2481 * resolv/Makefile (tests): New, add tst-aton.
2482 * resolv/tst-aton.c: New file.
2484 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2486 * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2489 1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
2491 * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2492 by letting the later modify the variable computing the total directly.
2493 * wcsmbs/mbsrtowcs.c: Likewise.
2494 * wcsmbs/wcsnrtombs.c: Likewise.
2495 * wcsmbs/wcsrtombs.c: Likewise.
2497 * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2499 * wcsmbs/wctoc.c: Likewise.
2501 * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2502 * wcsmbs/wcsrtombs.c: Likewise.
2504 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2506 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2508 * iconv/skeleton.c: Correct counting of actually converted
2511 * intl/localealias.c (read_alias_file): Use unsigned char for
2512 local variables. Remove unused variable tp.
2513 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2514 for type of codeset. For loosing Solaris systems.
2515 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2516 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2518 Patches by Jim Meyering.
2520 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2521 wcsrtombs must put it into initial state.
2523 1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2525 * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in
2526 argument of bswap_XX macro.
2528 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2530 * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2533 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
2535 * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2536 semun and use stdarg macros to get the value.
2537 * sysdeps/generic/semctl.c: Don't use union semun.
2539 * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2541 * string/basename.c [!_LIBC]: Define function as gnu_basename.
2543 * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2546 * stdlib/grouping.h: Accept ungrouped numbers even if locale
2549 * intl/hash-string.h: Don't include values.h.
2551 * inet/Makefile (tests): Add tst-ether_aton.
2552 * inet/tst-ether_aton.c: New file.
2554 * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2556 * inet/ether_aton.c (ether_aton): Declare result variable static.
2557 Reported by ahyung@unixg.ubc.ca.
2559 * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2560 Define macro _SEM_SEMUN_UNDEFINED instead.
2561 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2563 * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
2564 * stdio-common/Makefile (tests): Add tst-wc-printf.
2566 1998-04-28 16:32 Philip Blundell <philb@gnu.org>
2568 * manual/stdio.texi (Variable Arguments Output): Correct variable
2569 name. Patch from Ewan Mellor <em@nexus.co.uk>
2571 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2573 * intl/dcgettext.c: Remove unneeded definition of
2576 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2578 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2579 instead of do-iconv-test.
2580 ($(objpfx)gconv-modules): Define rule only if objpfx is not
2583 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2585 * string/string.h: Fix feature test.
2587 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2589 * iconvdata/iso646.c (BODY): Don't use character constants that
2590 depend on signedness of char.
2592 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2594 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2595 (sysdep_routines): Add s_pread64 and s_pwrite64.
2597 1998-04-27 09:54 Ulrich Drepper <drepper@cygnus.com>
2599 * iconvdata/Makefile (distribute): Remove generated .h files.
2600 * iconvdata/koi8-r.h: Removed.
2601 * iconvdata/latin-greek-1.h: Removed.
2602 * iconvdata/latin-greek.h: Removed.
2604 * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2605 * iconvdata/KOI-8: Likewise.
2606 * iconvdata/KOI-8..UTF8: Likewise.
2607 * iconvdata/KOI8-R: Likewise.
2608 * iconvdata/KOI8-R..UTF8: Likewise.
2610 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2612 * streams/Makefile (headers): Add sys/stropts.h.
2613 * streams/sys/stropts.h: New file.
2615 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2617 * sysdeps/unix/sysv/linux/ttyname.c,
2618 sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2619 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2621 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2623 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2624 argument of _itoa_word.
2626 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2628 * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2629 s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2630 caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2631 sigprocmask, resp., instead of EXTRA.
2633 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2634 s_pread64 and s_pwrite64.
2636 1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com>
2638 * iconvdata/Makefile: Correct rules to generate gap table.
2639 * iconvdata/gap.pl: Simplify.
2641 * iconvdata/TESTS: Name new tests.
2642 * iconvdata/testdata/CP1250: New file.
2643 * iconvdata/testdata/CP1250..UTF8: New file.
2644 * iconvdata/testdata/CP1251: New file.
2645 * iconvdata/testdata/CP1251..UTF8: New file.
2646 * iconvdata/testdata/CP1252: New file.
2647 * iconvdata/testdata/CP1252..UTF8: New file.
2648 * iconvdata/testdata/CP1253: New file.
2649 * iconvdata/testdata/CP1253..UTF8: New file.
2650 * iconvdata/testdata/CP1254: New file.
2651 * iconvdata/testdata/CP1254..UTF8: New file.
2652 * iconvdata/testdata/CP1255: New file.
2653 * iconvdata/testdata/CP1255..UTF8: New file.
2654 * iconvdata/testdata/CP1256: New file.
2655 * iconvdata/testdata/CP1256..UTF8: New file.
2656 * iconvdata/testdata/CP1257: New file.
2657 * iconvdata/testdata/CP1257..UTF8: New file.
2659 1998-04-26 Ulrich Drepper <drepper@cygnus.com>
2661 * iconvdata/Makefile: Add rules for ISO-2022-KR.
2662 * iconvdata/iso-2022-kr.c: New file.
2664 * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2667 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com>
2669 * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2670 iso8859-8 and iso8859-10.
2671 * iconvdata/iso8859-5.c: Change to use gap method.
2672 * iconvdata/iso8859-7.c: Likewise.
2673 * iconvdata/iso8859-8.c: Likewise.
2674 * iconvdata/iso8859-10.c: Likewise.
2676 * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2677 * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2679 * iconvdata/iso-2022-jp.c: New file.
2681 * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2682 * iconvdata/ksc5601.h: Unify function interfaces.
2683 * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2684 * iconvdata/uhc.c: Likewise.
2686 * iconvdata/gb2312.h: Use correct types.
2688 * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2689 size elements of data.
2691 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2693 * string/tst-svc.expect: Adapt for change in .input.
2694 * string/tst-svc.input: More tests.
2696 1998-04-24 17:15 Ulrich Drepper <drepper@cygnus.com>
2698 * iconvdata/Makefile: Add rules for new modules.
2699 * iconvdata/gconv-modules: Likewise.
2700 * iconvdata/cp737.c: New file.
2701 * iconvdata/cp737.h: New file.
2702 * iconvdata/cp775.c: New file.
2703 * iconvdata/cp775.h: New file.
2704 * iconvdata/cp874.c: New file.
2705 * iconvdata/cp874.h: New file.
2707 1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
2709 * iconvdata/Makefile: Create target directory before generating
2712 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2714 * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2715 __USER_LABEL_PREFIX__.
2716 (__ASMNAME, __ASMNAME2): New macros.
2718 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2720 * elf/dl-load.c: Include sys/param.h for MAX.
2722 1998-04-24 21:44 Richard Henderson <rth@cygnus.com>
2724 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2725 __ftruncate the strong symbol, and add weak alias.
2726 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2728 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2730 * termios/cfsetspeed.c: Make code cleaner and add missing const.
2731 Patch by Joe Keane <jgk@jgk.org>.
2733 * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2736 1998-04-24 13:56 Ulrich Drepper <drepper@cygnus.com>
2738 * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2739 Patch by Thomas Bushnell, n/BSG.
2741 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2743 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2745 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2747 * iconvdata/Makefile: Put generated headers in build directory.
2749 1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
2751 * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2752 strsep as current directory.
2754 * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2755 Java. Add definitions for unicodelittle implementation.
2756 * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2757 * iconv/gconv_simple.c: Define unicodelittle functions.
2759 * iconv/iconv_prog.c: Make program print information about position
2760 of illegal character in input.
2762 * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2763 comparison of charset name.
2764 * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2765 * iconvdata/ebcdic-at-de-a.c: Likewise.
2766 * iconvdata/ebcdic-at-de.c: Likewise.
2767 * iconvdata/ebcdic-ca-fr.c: Likewise.
2768 * iconvdata/euccn.c: Likewise.
2769 * iconvdata/eucjp.c: Likewise.
2770 * iconvdata/euckr.c: Likewise.
2771 * iconvdata/euctw.c: Likewise.
2772 * iconvdata/hp-roman8.c: Likewise.
2773 * iconvdata/iso6937.c: Likewise.
2774 * iconvdata/iso8859-1.c: Likewise.
2775 * iconvdata/iso8859-10.c: Likewise.
2776 * iconvdata/iso8859-2.c: Likewise.
2777 * iconvdata/iso8859-3.c: Likewise.
2778 * iconvdata/iso8859-4.c: Likewise.
2779 * iconvdata/iso8859-5.c: Likewise.
2780 * iconvdata/iso8859-6.c: Likewise.
2781 * iconvdata/iso8859-7.c: Likewise.
2782 * iconvdata/iso8859-8.c: Likewise.
2783 * iconvdata/iso8859-9.c: Likewise.
2784 * iconvdata/johab.c: Likewise.
2785 * iconvdata/koi-8.c: Likewise.
2786 * iconvdata/koi8-r.c: Likewise.
2787 * iconvdata/latin-greek-1.c: Likewise.
2788 * iconvdata/latin-greek.c: Likewise.
2789 * iconvdata/sjis.c: Likewise.
2790 * iconvdata/t61.c: Likewise.
2791 * iconvdata/uhc.c: Likewise.
2793 * iconvdata/iso646.c: Add support for more ISO 646 variants.
2794 * iconvdata/TESTS: Add tests for ISO646 module.
2795 * iconvdata/gconv-modules: Add new modules.
2796 * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2797 * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2798 * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2799 * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2800 * iconvdata/testdate/DIN_66003: Likewise.
2801 * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2802 * iconvdata/testdate/DS_2089: Likewise.
2803 * iconvdata/testdate/DS_2089..UTF8: Likewise.
2804 * iconvdata/testdate/ES: Likewise.
2805 * iconvdata/testdate/ES..UTF8: Likewise.
2806 * iconvdata/testdate/ES2: Likewise.
2807 * iconvdata/testdate/ES2..UTF8: Likewise.
2808 * iconvdata/testdate/GB_1988-80: Likewise.
2809 * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2810 * iconvdata/testdate/IT: Likewise.
2811 * iconvdata/testdate/IT..UTF8: Likewise.
2812 * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2813 * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2814 * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2815 * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2816 * iconvdata/testdate/JUS_I.B1.002: Likewise.
2817 * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2818 * iconvdata/testdate/KSC5636: Likewise.
2819 * iconvdata/testdate/KSC5636..UTF8: Likewise.
2820 * iconvdata/testdate/MSZ_7795.3: Likewise.
2821 * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2822 * iconvdata/testdate/NC_NC00-10: Likewise.
2823 * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2824 * iconvdata/testdate/NF_Z_62-010: Likewise.
2825 * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2826 * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2827 * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2828 * iconvdata/testdate/NS_4551-1: Likewise.
2829 * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2830 * iconvdata/testdate/NS_4551-2: Likewise.
2831 * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2832 * iconvdata/testdate/PT: Likewise.
2833 * iconvdata/testdate/PT..UTF8: Likewise.
2834 * iconvdata/testdate/PT2: Likewise.
2835 * iconvdata/testdate/PT2..UTF8: Likewise.
2836 * iconvdata/testdate/SEN_850200_B: Likewise.
2837 * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2838 * iconvdata/testdate/SEN_850200_C: Likewise.
2839 * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2841 * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2842 * iconvdata/cns11643l1.h: Likewise.
2843 * iconvdata/latin-greek-1.h: Likewise.
2844 * iconvdata/latin-greek.h: Likewise.
2845 * iconvdata/koi8-r.h: Likewise.
2846 * iconvdata/jis0212.h: Likewise.
2847 * iconvdata/gb2312.h: Likewise.
2848 * iconvdata/ksc5601.h: Likewise.
2850 * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2852 * iconvdata/Makefile: Add rules for lots of more modules.
2853 * iconvdata/cp1250.c: New file.
2854 * iconvdata/cp1251.c: New file.
2855 * iconvdata/cp1252.c: New file.
2856 * iconvdata/cp1253.c: New file.
2857 * iconvdata/cp1254.c: New file.
2858 * iconvdata/cp1255.c: New file.
2859 * iconvdata/cp1256.c: New file.
2860 * iconvdata/cp1257.c: New file.
2861 * iconvdata/ebcdic-dk-no-a.c: New file.
2862 * iconvdata/ebcdic-dk-no.c: New file.
2863 * iconvdata/ebcdic-es-a.c: New file.
2864 * iconvdata/ebcdic-es-s.c: New file.
2865 * iconvdata/ebcdic-es.c: New file.
2866 * iconvdata/ebcdic-fi-se-a.c: New file.
2867 * iconvdata/ebcdic-fi-se.c: New file.
2868 * iconvdata/ebcdic-fr.c: New file.
2869 * iconvdata/ebcdic-is-friss.c: New file.
2870 * iconvdata/ebcdic-it.c: New file.
2871 * iconvdata/ebcdic-pt.c: New file.
2872 * iconvdata/ebcdic-uk.c: New file.
2873 * iconvdata/ebcdic-us.c: New file.
2874 * iconvdata/ibm037.c: New file.
2875 * iconvdata/ibm038.c: New file.
2876 * iconvdata/ibm1004.c: New file.
2877 * iconvdata/ibm1026.c: New file.
2878 * iconvdata/ibm1047.c: New file.
2879 * iconvdata/ibm256.c: New file.
2880 * iconvdata/ibm273.c: New file.
2881 * iconvdata/ibm274.c: New file.
2882 * iconvdata/ibm275.c: New file.
2883 * iconvdata/ibm277.c: New file.
2884 * iconvdata/ibm278.c: New file.
2885 * iconvdata/ibm280.c: New file.
2886 * iconvdata/ibm281.c: New file.
2887 * iconvdata/ibm284.c: New file.
2888 * iconvdata/ibm285.c: New file.
2889 * iconvdata/ibm290.c: New file.
2890 * iconvdata/ibm297.c: New file.
2891 * iconvdata/ibm420.c: New file.
2892 * iconvdata/ibm423.c: New file.
2893 * iconvdata/ibm424.c: New file.
2894 * iconvdata/ibm437.c: New file.
2895 * iconvdata/ibm500.c: New file.
2896 * iconvdata/ibm850.c: New file.
2897 * iconvdata/ibm851.c: New file.
2898 * iconvdata/ibm852.c: New file.
2899 * iconvdata/ibm855.c: New file.
2900 * iconvdata/ibm857.c: New file.
2901 * iconvdata/ibm860.c: New file.
2902 * iconvdata/ibm861.c: New file.
2903 * iconvdata/ibm862.c: New file.
2904 * iconvdata/ibm863.c: New file.
2905 * iconvdata/ibm864.c: New file.
2906 * iconvdata/ibm865.c: New file.
2907 * iconvdata/ibm868.c: New file.
2908 * iconvdata/ibm869.c: New file.
2909 * iconvdata/ibm870.c: New file.
2910 * iconvdata/ibm871.c: New file.
2911 * iconvdata/ibm875.c: New file.
2912 * iconvdata/ibm880.c: New file.
2913 * iconvdata/ibm891.c: New file.
2914 * iconvdata/ibm903.c: New file.
2915 * iconvdata/ibm904.c: New file.
2916 * iconvdata/ibm905.c: New file.
2917 * iconvdata/ibm918.c: New file.
2919 * locale/iso-4217.def: Update.
2920 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
2922 * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2925 1998-04-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2927 * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2930 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2932 * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2933 * Makefile: Likewise.
2934 * posix/Makefile: Likewise.
2935 * sysdeps/mach/hurd/Makefile: Likewise.
2937 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2939 * sysdeps/mach/hurd/bits/dirent.h: New file.
2940 * sysdeps/mach/hurd/readdir64.c: New file.
2941 * sysdeps/mach/hurd/readdir64_r.c: New file.
2943 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2945 * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2946 dprintf): Synchronize declarations with libio/stdio.h.
2948 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2950 * elf/dlerror.c (dlerror): Don't assume that
2951 __libc_internal_tsd_get is defined. __libc_getspecific is already
2952 well-protected, so just use it directly.
2954 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2956 * io/ftw.h (ftw): Fix typo.
2958 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2960 * sysdeps/gnu/utmp_file.c: Fix typo.
2962 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2964 * iconvdata/run-iconv-test.sh: Fix more portability bugs. When
2965 one part of a test fails move on to the next test.
2967 1998-04-24 5:45 Richard Henderson <rth@cygnus.com>
2969 * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2971 1998-04-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2973 * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2974 as pointers, not signed integers.
2976 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2978 * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2980 1998-04-21 21:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
2982 * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2983 asm symbol name of functions.
2984 * include/features.h: Kill redundant test.
2986 * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2987 * io/ftw.h: Likewise.
2988 * io/sys/stat.h: Likewise.
2989 * io/sys/statfs.h: Likewise.
2990 * io/sys/statvfs.h: Likewise.
2991 * libio/stdio.h: Likewise.
2992 * resource/sys/resource.h: Likewise.
2993 * rt/aio.h: Likewise.
2995 * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2997 * signal/signal.h: Use new macros for BSD vs. SysV signal().
2999 * misc/Makefile: Drop bsd-compat.c. Make libbsd-compat.a
3001 * misc/bsd-compat.c: Removed.
3003 1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
3005 * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3006 function declaration.
3007 * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3008 and use them in conversion function.
3009 * iconvdata/Makefile (modules): Re-add ISO6446.
3010 * iconvdata/TEST: Add tests for ASCII variants.
3011 * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3012 * iconvdata/testdata/ANSI_X3.4-1968: New file.
3013 * iconvdata/testdata/BS_4730: New file.
3014 * iconvdata/testdata/BS_4730..UTF8: New file.
3016 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com>
3018 * iconv/gconv.h (struct gconv_step): Add element stateful.
3019 * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3020 to zero for all internal conversions.
3021 * iconv/skeleton.c: Initialize stateful depending on whether or not
3022 RESET_STATE is defined to one or zero respectively.
3023 * stdlib/mblen.c: Use stateful element of currently selected
3024 converter for result if S is NULL.
3025 * stdlib/mbtowc.c: Likewise.
3026 * stdlib/wctomb.c: Likewise.
3028 1998-04-21 18:00 Ulrich Drepper <drepper@cygnus.com>
3030 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3032 * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3034 * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3035 character in comparison with uint32_t.
3036 (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3037 (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3038 Optimize BODY a bit.
3040 * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3043 * iconv/skeleton.c: Also reset converted counter in case of an error.
3044 Call reset function using correct value for output buffer start.
3046 * iconvdata/Makefile: Re-enable tests.
3048 * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3049 value for to-conversion.
3051 * iconvdata/TESTS: Add new third column.
3052 * iconvdata/run-iconv-test.sh: Add support for charsets which are
3054 * iconvdata/testdata/suntzus: New file.
3056 * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3057 while reading. Correctly used base. Little optimization.
3058 (__strtoul_internal): Likewise.
3060 * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3061 was wrong. Use explicit variable.
3063 1998-04-20 23:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
3065 * configure.in: Check for awk.
3066 * config.make.in: Add AWK to be substituted.
3068 * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3069 * manual/users.texi: Fix typo exposed by above rewrite.
3071 * Makefile: Invoke awk using AWK variable.
3072 * csu/Makefile: Likewise.
3073 * elf/Makefile: Likewise.
3074 * mach/Makefile: Likewise.
3075 * manual/Makefile: Likewise.
3076 * sysdeps/gnu/Makefile: Likewise.
3077 * sysdeps/mach/hurd/Makefile: Likewise.
3078 * sysdeps/unix/Makefile: Likewise.
3079 * timezone/Makefile: Likewise.
3081 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3083 * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3084 array index translation.
3085 (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3088 * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3090 * sysdeps/mach/hurd/errlist.c: New file.
3091 (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3092 (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3093 semantics, so rename it.
3095 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3097 * iconvdata/run-iconv-test.sh: Make portable. Always test all
3100 1998-04-21 12:30 H.J. Lu <hjl@gnu.org>
3102 * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3103 * wcsmbs/wcsnrtombs.c: Likewise.
3105 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
3107 * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3109 * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3111 * time/strftime.c (my_strftime): Initialize pad variable in
3114 * iconvdata/big5.c: Don't use character constants in comparisons
3115 with unsigned value.
3117 1998-04-20 18:00 Ulrich Drepper <drepper@cygnus.com>
3119 * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3120 __libc_siglongjmp to GLIBC_2.1.
3122 * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3125 * iconv/Makefile: Don't run tests now.
3127 * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3128 with correct output buffer.
3130 Major rewrite of the low-level gconv functionality.
3131 * iconv/gconv.c: Rewritten.
3132 * iconv/gconv.h: Likewise.
3133 * iconv/gconv_builtin.c: Likewise.
3134 * iconv/gconv_builtin.h: Likewise.
3135 * iconv/gconv_conf.c: Likewise.
3136 * iconv/gconv_int.h: Likewise.
3137 * iconv/gconv_open.c: Likewise.
3138 * iconv/gconv_simple.c: Likewise.
3139 * iconv/iconv.c: Likewise.
3140 * iconvdata/8bit-gap.c: Likewise.
3141 * iconvdata/8bit-generic.c: Likewise.
3142 * iconvdata/Makefile: Likewise.
3143 * iconvdata/big5.c: Likewise.
3144 * iconvdata/cns11643.c: Likewise.
3145 * iconvdata/cns11643.h: Likewise.
3146 * iconvdata/cns11643l1.c: Likewise.
3147 * iconvdata/cns11643l1.h: Likewise.
3148 * iconvdata/ebcdic-at-de-a.c: Likewise.
3149 * iconvdata/ebcdic-at-de.c: Likewise.
3150 * iconvdata/ebcdic-ca-fr.c: Likewise.
3151 * iconvdata/euccn.c: Likewise.
3152 * iconvdata/eucjp.c: Likewise.
3153 * iconvdata/euckr.c: Likewise.
3154 * iconvdata/euctw.c: Likewise.
3155 * iconvdata/gb2312.c: Likewise.
3156 * iconvdata/gb2312.h: Likewise.
3157 * iconvdata/hp-roman8.c: Likewise.
3158 * iconvdata/iso646.c: Likewise.
3159 * iconvdata/iso6937.c: Likewise.
3160 * iconvdata/iso8859-1.c: Likewise.
3161 * iconvdata/iso8859-10.c: Likewise.
3162 * iconvdata/iso8859-2.c: Likewise.
3163 * iconvdata/iso8859-3.c: Likewise.
3164 * iconvdata/iso8859-4.c: Likewise.
3165 * iconvdata/iso8859-5.c: Likewise.
3166 * iconvdata/iso8859-6.c: Likewise.
3167 * iconvdata/iso8859-7.c: Likewise.
3168 * iconvdata/iso8859-8.c: Likewise.
3169 * iconvdata/iso8859-9.c: Likewise.
3170 * iconvdata/jis0201.c: Likewise.
3171 * iconvdata/jis0201.h: Likewise.
3172 * iconvdata/jis0208.c: Likewise.
3173 * iconvdata/jis0208.h: Likewise.
3174 * iconvdata/jis0212.c: Likewise.
3175 * iconvdata/jis0212.h: Likewise.
3176 * iconvdata/johab.c: Likewise.
3177 * iconvdata/koi-8.c: Likewise.
3178 * iconvdata/koi8-r.c: Likewise.
3179 * iconvdata/ksc5601.c: Likewise.
3180 * iconvdata/ksc5601.h: Likewise.
3181 * iconvdata/latin-greek-1.c: Likewise.
3182 * iconvdata/latin-greek.c: Likewise.
3183 * iconvdata/run-iconv-test.sh: Likewise.
3184 * iconvdata/sjis.c: Likewise.
3185 * iconvdata/t61.c: Likewise.
3186 * iconvdata/uhc.c: Likewise.
3187 * wcsmbs/btowc.c: Likewise.
3188 * wcsmbs/mbrtowc.c: Likewise.
3189 * wcsmbs/mbsnrtowcs.c: Likewise.
3190 * wcsmbs/mbsrtowcs.c: Likewise.
3191 * wcsmbs/wcrtomb.c: Likewise.
3192 * wcsmbs/wcsmbsload.c: Likewise.
3193 * wcsmbs/wcsnrtombs.c: Likewise.
3194 * wcsmbs/wcsrtombs.c: Likewise.
3195 * wcsmbs/wctob.c: Likewise.
3196 * iconv/loop.c: New file.
3197 * iconv/skeleton.c: New file.
3199 * stdlib/mblen.c: Handle empty input string correctly.
3200 * stdlib/mbtowc.c: Likewise.
3202 * posix/getopt.c: Various cleanups.
3204 * sysdeps/arm/bits/setjmp.h: Add copyright text.
3205 * sysdeps/i386/bits/setjmp.h: Likewise.
3206 * sysdeps/m68k/bits/setjmp.h: Likewise.
3207 * sysdeps/powerpc/bits/setjmp.h: Likewise.
3208 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3210 * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3211 and make longjmp weak alias.
3213 1998-04-18 20:29 Philip Blundell <Philip.Blundell@pobox.com>
3215 * iconv/Makefile (routines): Only include gconv_dl if building for
3216 an ELF system - dynamic linking is not available on a.out.
3217 (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3219 * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3220 routines from gconv_dl.
3222 1998-04-17 Gordon Matzigkeit <gord@profitpress.com>
3224 * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3225 we can compile without libio.
3227 1998-04-20 16:28 Ulrich Drepper <drepper@cygnus.com>
3229 * sysdeps/mach/hurd/Subdirs: Remove login.
3231 1998-04-11 Gordon Matzigkeit <gord@profitpress.com>
3233 * db2/compat.h: Include <errno.h>, to make sure we get the
3234 definition of EFTYPE before we define it ourselves.
3236 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3238 * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3239 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3240 Fix typo to allow inclusion from sys/ioctl.h again.
3242 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3244 * iconvdata/*.[ch]: Clean up namespace. Optimize character lookup.
3246 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3248 * libc.map: Export __strerror_r. Remove _strerror_internal.
3250 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3252 * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3253 Also undefine __strcasestr.
3255 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3257 * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3258 aliases do not work with global variables due to copy relocations.
3260 1998-04-20 15:12 Ulrich Drepper <drepper@cygnus.com>
3262 * manual/creature.texi: Fix type. Patch by Andreas Schwab.
3264 1998-04-20 13:47 Ulrich Drepper <drepper@cygnus.com>
3266 * signal/sighold.c: Include stddef.h for NULL definition.
3267 * signal/sigrelse.c: Likewise.
3268 * sysdeps/posix/sigignore.c: Likewise.
3269 * sysdeps/posix/sigset.c: Likewise.
3270 * sysdeps/posix/waitid.c: Likewise.
3271 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3272 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3273 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3274 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3275 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3277 1998-04-13 Mark Kettenis <kettenis@phys.uva.nl>
3279 * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3280 * login/getutent.c (getutxent): Remove alias.
3281 * login/getutent_r.c (setutxent, pututxline, endutxent):
3283 * login/getutid.c (getutxid): Remove alias.
3284 * login/getutline.c (getutxline): Remove alias.
3285 * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3286 __getutid, __getutline and __pututline.
3287 * login/utmpx.h: Moved to ...
3288 * sysdeps/gnu/utmpx.h: ... here. [__USE_GNU]: Define UTMPX_FILE,
3289 UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3291 * login/updwtmp.c: Moved to ...
3292 * sysdeps/generic/updwtmp.c: ... here. (updwtmp): Generalized by
3293 allowing file name transformation.
3294 * sysdeps/gnu/updwtmp.c: New file. Use generic implementation with
3295 additional file name transformation.
3296 * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3297 * login/utmp_file.c: Moved to ...
3298 * sysdeps/generic/utmp_file.c: ... here. (setutent_file):
3299 Generalized by allowing file name transformation. Do not
3300 print error message. Library functions should not print them.
3301 Reported by Jim Meyering.
3302 * sysdeps/gnu/utmp_file.c: New file. Use generic implementation
3303 with additional file name transformation.
3304 * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3305 * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3306 setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3307 pututxline, utmpxname and updwtmpx. (sysdep_headers): Add utmpx.h
3309 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3310 (_PATH_UTMPX): Define to _PATH_UTMP. (_PATH_WTMPX): Define to
3311 _PATH_WTMPX. (RUN_LVL): Define only if __USE_GNU. (ACCOUNTING):
3312 Define if __USE_GNU.
3313 * sysdeps/generic/setutxent.c: New file.
3314 * sysdeps/generic/getutxent.c: New file.
3315 * sysdeps/generic/endutxent.c: New file.
3316 * sysdeps/generic/getutxid.c: New file.
3317 * sysdeps/generic/getutxline.c: New file.
3318 * sysdeps/generic/pututxline.c: New file.
3319 * sysdeps/generic/utmpxname.c: New file.
3320 * sysdeps/generic/updwtmpx.c: New file.
3321 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3322 * sysdeps/generic/bits/utmpx.h: Remove.
3324 1998-04-20 Ulrich Drepper <drepper@cygnus.com>
3326 * posix/wordexp-test.c (main): Initialize ifs element of ts for
3329 1998-04-17 07:53 H.J. Lu <hjl@gnu.org>
3331 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3333 1998-04-17 11:32 Ulrich Drepper <drepper@cygnus.com>
3335 * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3336 variable using _G_stat64.
3337 * libio/fileops.c: Remove macro definition of fstat, it is in the
3339 Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3341 1998-04-17 Philip Blundell <pb@nexus.co.uk>
3343 * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3344 <willy@odie.barnet.ac.uk>.
3346 1998-04-16 Philip Blundell <Philip.Blundell@pobox.com>
3348 * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3349 required by IPv6 Basic API.
3350 (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3351 (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3352 (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3353 (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3355 1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com>
3357 Don't name internal representation since it might be different from
3358 the external form (namely on little endian machines).
3359 * iconv/gconv_builtin.h: Add UCS4 support. Change references to
3360 UCS4 into references to INTERNAL.
3361 * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3362 Add endianess support to UCS functions. Change references to
3363 UCS4 into references to INTERNAL.
3364 * iconv/gconv_int.h: Change references to UCS4 into references to
3366 * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3367 * iconvdata/gconv-modules: Change accordingly.
3368 * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3370 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3372 * iconvdata/8bit-gap.c: Likewise.
3373 * iconvdata/8bit-generic.c: Likewise.
3374 * iconvdata/big5.c: Likewise.
3375 * iconvdata/euccn.c: Likewise.
3376 * iconvdata/eucjp.c: Likewise.
3377 * iconvdata/euckr.c: Likewise.
3378 * iconvdata/euctw.c: Likewise.
3379 * iconvdata/iso646.c: Likewise.
3380 * iconvdata/iso6937.c: Likewise.
3381 * iconvdata/iso8859-1.c: Likewise.
3382 * iconvdata/johab.c: Likewise.
3383 * iconvdata/sjis.c: Likewise.
3384 * iconvdata/t61.c: Likewise.
3385 * iconvdata/uhc.c: Likewise.
3387 * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3388 * iconvdata/8bit-generic.c: Likewise.
3390 * iconvdata/TESTS: Add more tests.
3392 * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3394 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com>
3396 * iconvdata/Makefile: Better rules to run tests.
3398 * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3399 * iconvdata/testdata/ISO-8859-10: Likewise.
3400 * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3401 * iconvdata/testdata/ISO-8859-2: Likewise.
3402 * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3403 * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3404 * iconvdata/testdata/ISO-8859-3: Likewise.
3405 * iconvdata/testdata/ISO-8859-4: Likewise.
3406 * iconvdata/testdata/ISO-8859-5: Likewise.
3407 * iconvdata/testdata/ISO-8859-6: Likewise.
3408 * iconvdata/testdata/ISO-8859-7: Likewise.
3409 * iconvdata/testdata/ISO-8859-8: Likewise.
3410 * iconvdata/testdata/ISO-8859-9: Likewise.
3412 1998-04-15 Ulrich Drepper <drepper@cygnus.com>
3414 * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3415 intermediate result (if available).
3417 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3420 * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3421 (distribute): Add run-iconv-test.sh and testdata/*.
3423 * stdlib/testmb.c (main): Simplify mbc array handling.
3425 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3427 * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix
3428 return value on overflow.
3430 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3432 * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3435 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3437 * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3438 of non-standard function setbuffer.
3440 1998-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3442 * stdio-common/perror.c: Include <string.h> for __strerror_r.
3444 1998-04-14 23:54 Ulrich Drepper <drepper@cygnus.com>
3446 * iconvdata/Makefile: Add rules to run tests.
3447 * iconvdata/TESTS: New file.
3448 * iconvdata/run-iconv-test.sh: New file.
3449 * iconvdata/testdata/ISO-8859-1: New file.
3451 * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3454 1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
3456 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3457 counter element of step.
3459 * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3461 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3463 (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
3465 (__gconv_transform_utf8_ucs4): Correct test for empty input.
3467 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3469 * Makefile: Include makeconfig before defining rule to regenerate
3472 * configure.in: Remove restriction on compiling without static
3475 1998-04-14 16:34 Ulrich Drepper <drepper@cygnus.com>
3477 * test-skeleton.c: Provide hook for initializing code before the fork.
3478 * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3481 * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3482 * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3483 * libio/libioP.h: Adopt _IO_cleanup prototype.
3485 * stdlib/Makefile (tests): Add test-canon2.
3486 * stdlib/test-canon2.c: New file.
3487 * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3488 be NULL. Use __lxstat, not __lstat. Correctly recognize long
3490 (__realpath): Make real function which checks RESOLVED parameter for
3493 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3495 * catgets/open_catalog.c (__open_catalog): Fix problems with
3496 reading non-files. Always close file.
3497 Reported by Cristian Gafton <gafton@redhat.com>.
3499 * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3501 1998-04-14 13:28 Ulrich Drepper <drepper@cygnus.com>
3503 * libc.map: Add various low-level I/O functions.
3505 1998-04-14 10:35 Ulrich Drepper <drepper@cygnus.com>
3507 * string/Makefile (routines): Remove strerror_r.
3508 * string/strerror_r.c: Removed.
3509 * string/strerror.c: Call __strerror_r for doing the real work.
3510 * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3511 add weak alias strerror_r.
3512 * sysdeps/mach/_strerror.c: Likewise.
3513 * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3514 * elf/dl-error.c (_dl_signal_error): Likewise.
3515 * elf/dl-profile.c (_dl_start_profile): Likewise.
3516 * gmon/gmon.c (write_gmon): Likewise.
3517 * stdio-common/perror.c: Likewise.
3518 * stdio-common/vfprintf.c: Likewise.
3520 1998-04-10 Mark Kettenis <kettenis@phys.uva.nl>
3522 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3523 (sysdep_headers): Add netatalk/at.h.
3525 1998-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3527 * manual/socket.texi, manual/creature.texi, manual/time.texi:
3530 1998-04-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3532 * posix/regex.c: Rename __re_syntax_options back to
3533 re_syntax_options, aliases do not work with global variables due
3534 to copy relocations.
3535 (regex_compile): Use syntax parameter instead of
3538 1998-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3540 * configure.in: Document that enable-force-install is default.
3542 1998-04-13 Ulrich Drepper <drepper@cygnus.com>
3544 * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3546 * sysdeps/posix/mkstemp.c: Likewise.
3548 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com>
3550 * iconvdata/8bit-gap.c: Simplify step data handling.
3551 * iconvdata/8bit-generic.c: Likewise.
3552 * iconvdata/big5.c: Likewise.
3553 * iconvdata/euccn.c: Likewise.
3554 * iconvdata/eucjp.c: Likewise.
3555 * iconvdata/euckr.c: Likewise.
3556 * iconvdata/euctw.c: Likewise.
3557 * iconvdata/iso6937.c: Likewise.
3558 * iconvdata/iso8859-1.c: Likewise.
3559 * iconvdata/jis0208.h: Likewise.
3560 * iconvdata/jis0212.c: Likewise.
3561 * iconvdata/jis0212.h: Likewise.
3562 * iconvdata/johab.c: Likewise.
3563 * iconvdata/ksc5601.h: Likewise.
3564 * iconvdata/sjis.c: Likewise.
3565 * iconvdata/t61.c: Likewise.
3566 * iconvdata/uhc.c: Likewise.
3568 1998-04-13 16:36 Ulrich Drepper <drepper@cygnus.com>
3570 * manual/texinfo.texi: Updated from last version.
3572 1998-04-13 14:52 Ulrich Drepper <drepper@cygnus.com>
3574 * iconvdata/cns11643.c: New file.
3575 * iconvdata/cns11643.h: New file.
3576 * iconvdata/cns11643l1.c: New file.
3577 * iconvdata/cns11643l1.h: New file.
3578 * iconvdata/euctw.c: New file.
3579 * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3580 * iconvdata/gconv-modules: Likewise.
3582 * iconvdata/eucjp.c: Several bug fixes and improvements.
3583 * iconvdata/gb2312.h: Likewise.
3584 * iconvdata/jis0201.h: Likewise.
3585 * iconvdata/jis0208.h: Likewise.
3586 * iconvdata/jis0212.h: Likewise.
3588 1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com>
3590 * iconvdata/eucjp.c: New file.
3591 * iconvdata/euccn.c: New file.
3592 * iconvdata/gb2312.h: New file.
3593 * iconvdata/gb2312.c: New file.
3594 * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3595 * iconvdata/gconv-modules: Likewise.
3597 * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3599 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3601 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3602 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3603 Patch by Mark Hatle <fray@kernel.crashing.org>.
3605 1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
3607 * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3609 (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3610 (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3612 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3614 * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
3616 * iconvdata/Makefile: Add rules for big5 conversion.
3617 * iconvdata/gconv-modules: Likewise.
3618 * iconvdata/big5.c: New file.
3620 * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
3621 Patch by Jim Meyering.
3623 1998-04-11 Ulrich Drepper <drepper@cygnus.com>
3625 * rt/tst-aio.c: Add test for aio_read and lio_listio.
3627 * rt/lio_listio.c: Correct total counter handling.
3629 * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
3632 * test-skeleton.c (main): Make stdout unbuffered. Improve message
3633 of signal on exit even more.
3635 * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
3636 instead of call to pthread_cond_init.
3637 * rt/lio_listio.c (lio_listio): Likewise.
3638 * rt/lio_listio64.c (lio_listio64): Likewise.
3640 * nis/nis_findserv.c: Include sys/socket.h.
3642 1998-04-11 09:33 Ulrich Drepper <drepper@cygnus.com>
3644 * Makeconfig (rtobjdir): New variable.
3645 (rpath-link): Add rtobjdir and thread directory, if available.
3647 * test-skeleton.c: Add support to remove temporary files.
3648 Always define test_dir. Improve message about expected signal.
3650 * rt/Makefile (tests): Add tst-aio.
3651 Add rules for tst-aio to be linked with librt and thread library.
3652 * rt/aio_misc.c: Correct fundamental bugs.
3653 * rt/aio_suspend.c: Correct bug in test for available request.
3654 Initialize conditional variable.
3655 * rt/lio_listio.c: Initialize conditional variable.
3656 * rt/lio_listio64.c: Likewise.
3657 * rt/tst-aio.c: New file.
3659 * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
3660 * sysdeps/libm-ieee754/w_gamma.c: Likewise. Adopt for ISO C 9x.
3661 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3662 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3663 * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
3664 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3665 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3667 1998-04-11 14:49 Mark Kettenis <kettenis@landau.phys.uva.nl>
3669 * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
3671 1998-04-10 Ulrich Drepper <drepper@cygnus.com>
3673 * elf/dl-load.c (open_path): Use correct name for test whether
3674 directory in load path exists.
3676 * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
3677 * sysdeps/libm-ieee754/e_pow.c: Fix typo.
3678 Patches by Tom Rini <trini@kernel.crashing.org>.
3680 * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
3681 * wcsmbs/wcstod_l.c: Likewise.
3682 * wcsmbs/wcstold_l.c: Likewise.
3684 * include/byteswap.h: New file.
3686 * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
3687 .bss segment size. Patch by Joe Keane <jgk@jgk.org>.
3689 * inet/getnameinfo.c (getnameinfo): Change parameter to match
3690 declaration. Patch by Richard Henderson.
3692 1998-04-10 12:40 Zack Weinberg <zack@rabi.phys.columbia.edu>
3694 * manual/process.texi (SIGCHLD example): Save errno.
3696 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
3698 * posix/regex.c: Define regerror really as __regerror.
3699 * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3700 regerror and regfree.
3702 * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3703 * stdlib/strtod_l.c: Likewise.
3704 * stdlib/strtold_l.c: Likewise.
3706 * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3708 * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3710 * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3711 Patch by Christian Gafton.
3713 1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com>
3715 * manual/socket.texi (Interface Naming): Correct @deftypefun line
3718 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3720 * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3722 * manual/socket.texi (Interface Naming): Fix typo.
3724 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3726 * manual/examples/filesrv.c (main): Remove filename first.
3728 * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
3731 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
3734 * manual/examples/filecli.c (main): Use AF_LOCAL
3737 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
3739 * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3741 * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3742 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3743 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3744 * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3745 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3746 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3748 * login/utmp_daemon.c (open_socket): Use __connect not connect.
3750 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3752 * configure.in: Add new option --enable-force-install. Substitute
3754 * config.make.in (force-install): Set from configure.
3755 * Makerules (force-install): New phony target.
3756 * Makeconfig (+force): New variable.
3757 * Makefile: Use it in dependency list of installation targets.
3758 * db/Makefile: Likewise.
3759 * db2/Makefile: Likewise.
3760 * elf/Makefile: Likewise.
3761 * hurd/Makefile: Likewise.
3762 * iconv/Makefile: Likewise.
3763 * iconvdata/Makefile: Likewise.
3764 * intl/Makefile: Likewise.
3765 * localedata/Makefile: Likewise.
3766 * login/Makefile: Likewise.
3767 * po/Makefile: Likewise.
3768 * sunrpc/Makefile: Likewise.
3769 * sysdeps/mach/hurd/Makefile: Likewise.
3770 * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3771 * sysdeps/unix/sysv/linux/Makefile: Likewise.
3772 * timezone/Makefile: Likewise.
3774 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3776 * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3777 alloc_size. Pass return value of getcwd syscall to realloc.
3779 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3781 * manual/socket.texi: Spelling fixes.
3783 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3785 * elf/dl-load.c (print_search_path): Remove unused variable.
3787 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
3789 * login/utmp_file.c: use __ftruncate not ftruncate.
3790 * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3791 for system call and make ftruncate weak alias.
3792 * posix/unistd.h: Add prototype for __ftruncate.
3793 * login/utmp_daemon.c (open_socket): Use __socket not socket.
3794 * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3795 instead of snprintf and readv.
3796 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3798 * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3801 1998-04-08 20:06 Ulrich Drepper <drepper@cygnus.com>
3803 * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3804 * iconv/gconv_db.c: Use __ protected regex functions.
3805 * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3806 * posix/getopt_init.c: Use __getpid not getpid.
3807 * posix/regex.c: Rename all global functions to start with __ and
3808 make old names weak aliases.
3809 * posix/regex.h: Adopt prototypes for this.
3810 * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3811 a weak alias and use __getcwd instead of getcwd.
3812 * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3813 * stdlib/strtod.c: Use __btowc instead of btowc.
3814 * stdlib/strtol.c: Likewise.
3815 * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3816 * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3817 and sys_errlist are weak.
3818 * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3819 * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3820 * wcsmbs/mbsnrtowcs.c: Likewise.
3821 * wcsmbs/mbsrtowcs.c: Likewise.
3822 * wcsmbs/wcsnrtombs.c: Likewise.
3823 * wcsmbs/wcsrtombs.c: Likewise.
3824 * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3826 * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3827 * wctype/wctype.c: Define function as __wctype and make wctype
3829 * wctype/wctype.h: Declare __wctype.
3831 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
3833 * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3835 1998-04-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3837 * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3839 (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3841 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3843 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3844 * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3845 * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3846 make it a weak alias.
3847 * posix/unistd.h: Declare __lseek64.
3849 * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3850 (_IO_file_stat): Fix typo.
3851 (_IO_file_xsgetn): Update fd->_offset. Read a multiple of the
3852 block size from the file. Use __mempcpy if _LIBC.
3854 1998-04-07 20:32 Ulrich Drepper <drepper@cygnus.com>
3856 * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3857 * wcsmbs/mbrtowc.c: Likewise.
3858 * wcsmbs/mbsnrtowcs.c: Likewise.
3859 * wcsmbs/mbsrtowcs.c: Likewise.
3860 * wcsmbs/wcrtomb.c: Likewise.
3861 * wcsmbs/wcsnrtombs.c: Likewise.
3862 * wcsmbs/wcsrtombs.c: Likewise.
3863 * wcsmbs/wctob.c: Likewise.
3865 * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3866 position of next output character correctly.
3867 (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3869 * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3871 * stdlib/strtod.c: Don't use mbtowc.
3873 1998-04-07 19:07 H.J. Lu <hjl@gnu.org>
3875 * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3876 what we want is smaller than a buffer.
3878 1998-04-07 18:14 Ulrich Drepper <drepper@cygnus.com>
3880 * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3883 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
3885 * configure.in: Recognize --with-headers flag and determine
3886 commandline options to be used in compilation.
3887 * Makeconfig (+includes): Use $(sysincludes).
3888 * config.make.in (sysincludes): Define from SYSINCLUDES.
3889 * glibcbug.in: Use SYSINCLUDES information.
3890 Patches by Zack Weinberg.
3892 1998-04-07 19:03 Zack Weinberg <zack@rabi.phys.columbia.edu>
3894 * glibcbug.in: On linux, report version of kernel headers seen
3897 1998-04-07 16:18 Ulrich Drepper <drepper@cygnus.com>
3899 * libc.map: Add __asprintf to GLIBC_2.1.
3900 * elf/dlerror.c: Use __asprintf, not asprintf.
3901 * libio/stdio.h: Declare __asprintf.
3902 * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3905 * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3906 to avoid inclusion from libc_pic.a.
3908 * elf/dl-runtime.c: Undo last patch.
3910 * stdlib/strtod.c: Don't use mbtowc, use btowc.
3912 * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3913 as default, use NULL.
3915 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3917 * resolv/Makefile: Include ../Makeconfig - needed for building
3920 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3922 * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3923 static-nss since we don't want hesiod in the static NSS.
3925 * nss/Makefile: Build only nss_files as static.
3927 * nss/function.def: Remove support for service db.
3929 1998-04-04 09:44 H.J. Lu <hjl@gnu.org>
3931 * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3933 1998-04-04 18:29 Tim Waugh <tim@cyberelk.demon.co.uk>
3935 * posix/wordexp-test.c: Make IFS per test-case.
3937 1998-04-07 17:50 Zack Weinberg <zack@rabi.phys.columbia.edu>
3939 * glibcbug.in: Report version of gcc in use. Remove unused variable
3942 1998-04-07 Gordon Matzigkeit <gord@profitpress.com>
3944 * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3945 `-print-file-name' to find as and ld.
3947 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
3949 * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3950 template is wrong. Remove unused varaible `ignored'.
3952 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3954 * libc.map: Export __libc_sa_len.
3956 * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3958 1998-04-07 08:51 Ulrich Drepper <drepper@cygnus.com>
3960 * iconv/gconv.c: Take care for NULL arguments.
3961 * iconv/gconv_dl.c: Make find_func function global.
3962 * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3963 Add prototypes for ASCII conversion functions.
3964 * iconv/gconv_simple.c: Add ASCII conversion functions.
3965 * locale/C-ctype.c: Correct charset name.
3967 * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3968 (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3970 * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3971 * wcsmbs/mbrtowc.c: Likewise.
3972 * wcsmbs/mbsnrtowcs.c: Likewise.
3973 * wcsmbs/mbsrtowcs.c: Likewise.
3974 * wcsmbs/wcrtomb.c: Likewise.
3975 * wcsmbs/wcsnrtombs.c: Likewise.
3976 * wcsmbs/wcsrtombs.c: Likewise.
3977 * wcsmbs/wctob.c: Likewise.
3978 * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen. Remove
3979 prototypes for wmemr*.
3980 * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3981 * wcsmbs/wcsnlen.c: New file.
3982 * wcsmbs/wcsmbsload.c: New file.
3983 * wcsmbs/wcsmbsload.h: New file.
3985 * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3987 * manual/install.texi: Describe some more critical points.
3989 * string/string.h: Add prototype for __strnlen.
3990 * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3992 * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3993 much less predictable names.
3994 * sysdeps/posix/mkstemp.c: Likewise.
3996 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3998 * manual/libc.texinfo (Top): Change "file namespace" to "local
4001 * manual/socket.texi: Change file namespace to local namespace.
4002 (Out-of-Band Data): Remove unneeded variable link.
4003 (Host Address Functions): Use uint32_t consequently and add a
4004 number of clarifications for IPv4/IPv6, classless addresses.
4005 (Internet Namespace): Added some paragraphs about IPv6.
4006 Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4008 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
4010 Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4012 * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4013 (NI_NUMERICHOST, et al.): Tidy up and add comments.
4014 (AI_NUMERICHOST): Define.
4015 (getnodebyname): New prototype.
4016 (AI_V4MAPPED, et al.): New constants.
4018 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4019 * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4020 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4022 * sysdeps/unix/sysv/linux/sa_len.c: New file.
4023 * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4025 * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4027 * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4028 * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4029 * socket/Makefile (headers): Add bits/sockunion.h.
4030 * socket/sys/socket.h: Include <bits/sockunion.h>
4031 * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4032 <sys/socket.h>, to avoid getting sockaddr_union defined.
4033 * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4034 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4035 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4037 * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4038 (2.2.x kernels won't have it).
4040 1998-04-06 21:21 Ulrich Drepper <drepper@cygnus.com>
4042 * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4043 * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4044 * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4045 Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4047 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
4049 * manual/socket.texi (Socket Addresses): Fix a typo.
4050 (Interface Naming): New section.
4052 1998-04-05 23:29 Zack Weinberg <zack@rabi.phys.columbia.edu>
4054 * configure.in: Check for CC using $ac_tool_prefix, to handle
4055 cross-compilation. Use AC_CHECK_TOOL to find MiG.
4056 * config.make.in: Add MIG to be substituted.
4057 * mach/Machrules: Don't define MIG variable.
4059 Patch by Gordon Matzigkeit <gord@profitpress.com>.
4061 1998-04-05 Mark Kettenis <kettenis@phys.uva.nl>
4063 * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4064 strdupa to copy rpath.
4066 1998-04-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4068 * configure.in: Fix gcc version check.
4070 * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4073 1998-03-31 Mark Kettenis <kettenis@phys.uva.nl>
4075 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4078 * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4080 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4081 * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4082 * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4083 of __ptsname_r accordingly.
4084 * login/openpty.c (openpty): Likewise.
4086 1998-06-04 18:47 H.J. Lu <hjl@gnu.org>
4088 * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4090 1998-04-06 13:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4092 * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4094 * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4096 1998-04-06 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4098 * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4099 return value for better error checking.
4101 1998-04-06 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4103 * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4104 _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4106 * elf/elf.h (EM_SPARC64): Remove.
4107 (EM_SPARC32PLUS, EM_SPARCV9): Add.
4108 (HWCAP_SPARC_V9): Add.
4110 * elf/ldsodefs.h (_dl_hwcap): Declare.
4111 * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4112 Weaken so dlopen from static progies works.
4113 (WEAKADDR): New macro.
4114 (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4115 (LD_SO_PRELOAD): New macro.
4116 (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4117 (elf_machine_rela): Weaken _dl_rtld_map.
4119 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4120 to __clone, and remove the later's alias.
4121 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4123 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4124 the kernel's structure.
4126 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4127 Sparc needs a custom value of __KERNEL_NCCS.
4129 1998-04-06 Richard Henderson <rth@cygnus.com>
4131 * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4133 * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4134 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4136 1998-04-06 Richard Henderson <rth@cygnus.com>
4138 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4139 as the buffer is not properly aligned.
4140 Reported by Juan Cespedes <cespedes@debian.org>.
4142 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4144 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4147 1998-04-05 Ulrich Drepper <drepper@cygnus.com>
4149 * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4150 and wc*tomb* functions.
4152 1998-04-04 15:16 Philip Blundell <Philip.Blundell@pobox.com>
4154 * sysdeps/unix/start.c: Fix typo.
4156 1998-04-04 Ulrich Drepper <drepper@cygnus.com>
4158 * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4160 1998-04-03 23:38 Ulrich Drepper <drepper@cygnus.com>
4162 * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4163 expressions and using array variables.
4164 * sysdeps/libm-ieee754/e_asin.c: Likewise.
4165 * sysdeps/libm-ieee754/e_j0.c: Likewise.
4166 * sysdeps/libm-ieee754/e_j1.c: Likewise.
4167 * sysdeps/libm-ieee754/e_log.c: Likewise.
4168 * sysdeps/libm-ieee754/e_pow.c: Likewise.
4169 * sysdeps/libm-ieee754/k_cos.c: Likewise.
4170 * sysdeps/libm-ieee754/k_sin.c: Likewise.
4171 * sysdeps/libm-ieee754/k_tan.c: Likewise.
4172 * sysdeps/libm-ieee754/s_atan.c: Likewise.
4173 * sysdeps/libm-ieee754/s_erf.c: Likewise.
4174 * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4175 * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4176 Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4178 1998-04-03 23:17 Ulrich Drepper <drepper@cygnus.com>
4180 * iconv/gconv.c: Rewrite of the low-level of gconv.
4181 * iconv/gconv.h: Likewise.
4182 * iconv/gconv_builtin.h: Likewise.
4183 * iconv/gconv_close.c: Likewise.
4184 * iconv/gconv_db.: Likewise.
4185 * iconv/gconv_dl.c: Likewise.
4186 * iconv/gconv_int.h: Likewise.
4187 * iconv/gconv_open.c: Likewise.
4188 * iconv/gconv_simple.c: Likewise.
4189 * iconvdata/8bit-gap.c: Adapt for rewrite.
4190 * iconvdata/8bit-generic.c: Likewise.
4191 * iconvdata/euckr.c: Likewise.
4192 * iconvdata/iso646.c: Likewise.
4193 * iconvdata/iso6937.c: Likewise.
4194 * iconvdata/iso8859-1.c: Likewise.
4195 * iconvdata/johab.c: Likewise.
4196 * iconvdata/sjis.c: Likewise.
4197 * iconvdata/t61.c: Likewise.
4198 * iconvdata/uhc.c: Likewise.
4200 1998-04-03 15:34 Ulrich Drepper <drepper@cygnus.com>
4202 * iconv/gconv_int.h: New file. Internal header.
4203 * iconv/Makefile (distribute): Add gconv_int.h.
4204 * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4205 * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4206 * iconv/gconv_close.c: Likewise.
4207 * iconv/gconv_conf.c: Likewise.
4208 * iconv/gconv_db.c: Likewise.
4209 * iconv/gconv_dl.c: Likewise.
4210 * iconv/gconv_int.h: Likewise.
4211 * iconv/gconv_open.c: Likewise.
4212 * iconv/iconv.c: Likewise.
4213 * iconv/iconv_close.c: Likewise.
4214 * iconv/iconv_open.c: Likewise.
4215 * iconv/iconv_prog.c: Likewise.
4217 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
4219 * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4222 1998-04-03 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4224 * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4226 1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk>
4228 Based on patch from Pat Beirne:
4229 * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4230 PIC and non-PIC now. Correctly negate error number.
4231 (errno): Use `%' not `@' in .type directives.
4233 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
4235 * sysdeps/i386/strtok.S: Change to use single exit point.
4236 * sysdeps/i386/i686/strtok.S: Likewise.
4238 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4240 * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4243 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4245 * Makerules (installed-libcs): Fix typo.
4247 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>