1 1998-06-30 Ulrich Drepper <drepper@cygnus.com>
3 * posix/Makefile (headers): Remove bits/pthreadtypes.h.
4 * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
7 1998-06-30 11:47 Ulrich Drepper <drepper@cygnus.com>
9 * include/aio.h: New file.
10 * posix/Makefile (distribute): Add bits/pthreadtypes.h.
11 (tests): Build and run annexc program.
12 * posix/annexc.c: New file.
13 * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
14 * rt/aio.h: Remove __need_timespec_t. We can include the whole time.h.
15 * rt/aio_misc.c: Include limits.h.
16 * rt/aio_notify.c: Include errno.h.
17 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
19 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
20 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
21 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
22 * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
23 kernel doesn't do this.
24 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
25 __USE_LARGEFILE64 is defined.
26 * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file. Empty.
27 * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
29 * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
31 * stdlib/isomac.c: Avoid include_next warning.
33 1998-06-29 12:27 Ulrich Drepper <drepper@cygnus.com>
35 * argp/argp.h: Use __PMT instead of __P for function pointer.
36 * iconv/gconv.h: Likewise.
39 * libio/libio.h: Likewise.
40 * malloc/mcheck.h: Likewise.
41 * misc/search.h: Likewise.
42 * posix/glob.h: Likewise.
43 * resolv/resolv.h: Likewise.
44 * signal/signal.h: Likewise.
45 * stdlib/stdlib.h: Likewise.
46 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
47 * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
49 1998-06-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
51 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
53 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
55 * posix/wordexp.c (parse_param): Fix memory leak.
57 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
59 * libc.map: Export _IO_ftrylockfile.
61 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
63 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
66 1998-06-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
68 * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
70 * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
71 same search list twice.
73 1998-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
75 * login/programs/utmpd.c (handle_requests): Set and use maximal fd
76 used to optimize loop/select.
78 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
80 * sysdeps/generic/init-first.c: Don't define __libc_pid.
81 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
82 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
83 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
84 * sysdeps/arm/init-first.c: Likewise.
85 * posix/getopt_init.c: Don't use __libc_pid.
86 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
87 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
88 * libc.map: Remove __libc_uid and __libc_pid.
90 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
92 * sunrpc/rtime.c (rtime): Use poll instead of select.
94 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
96 * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
97 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
98 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
99 Patches from FreeBSD current.
101 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
103 * nscd/connections.c (handle_new_request): Handle POLLHUP
105 (close_sockets): Correct parameter to dbg_log.
107 1998-06-27 David S. Miller <davem@pierdol.cobaltmicro.com>
109 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
110 Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
111 (elf_machine_fixup_plt): Likewise.
112 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
113 _dl_pagesize not set, use system call to always get correct answer.
114 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
115 (__syscall_getpagesize): Add
117 1998-06-27 Ulrich Drepper <drepper@cygnus.com>
119 * resolv/res_send.c (res_send): Fix typo.
121 1998-06-25 Andi Kleen <ak@muc.de>
123 * inet/rcmd.c (rcmd): Change to use __poll instead of select.
124 * resolv/res_send.c (res_send): Likewise.
126 1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com>
128 * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
129 * sysdeps/unix/sysv/linux/poll.c: Likewise.
131 1998-06-27 7:07 Richard Henderson <rth@cygnus.com>
133 * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
134 * math/atest-exp2.c (exp_mpn, main): Likewise.
135 * math/atest-sincos.c (main): Likewise.
137 * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow. Move
138 base handling away from strtoul. Always reset errno.
140 * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
142 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
143 _dl_profile_map if _dl_name_match_p.
144 (RTLD_START): Fix .prologue. Set __libc_stack_end.
145 * sysdeps/alpha/elf/start.S: Pass sp as arg 7. Kill __data_start.
147 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
150 * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
151 * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
152 * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
154 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
156 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
158 1998-06-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
160 * nis/nis_call.c: Don't copy server structure.
161 * nis/nis_intern.h: Remove unused entries.
162 * nis/nis_table.c: Rewrite __create_ib_request.
164 1998-06-26 14:37 Ulrich Drepper <drepper@cygnus.com>
166 * configure.in: Check for -fexceptions.
167 * config.make.in: Define exceptions, not no-exceptions.
168 * misc/sys/cdefs.h: Define __PMT. When using modern g++ define
170 * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
172 * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
173 * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
174 lfind, and lsearch prototpypes.
175 * stdlib/stdlib.h: Likewise for bsearch and qsort.
177 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
179 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
181 1998-06-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
183 * Makefile (remove-old-headers): Make phony.
185 * configure.in: Substitute @old_glibc_headers@.
187 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
189 * libc.map: Remove __libc_uid.
191 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
193 * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
196 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
198 * libc.map: Add Alpha-specific io function from protected namespace.
200 1998-06-25 19:26 Ulrich Drepper <drepper@cygnus.com>
202 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
203 * locale/Makefile: Define locale-CPPFLAGS instead of redefining
206 * libc.map: Export __sigaction.
208 1998-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
210 * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
211 (from Linux 2.1.107).
213 1998-06-24 Ulrich Drepper <drepper@cygnus.com>
215 * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
216 position when file was opened here.
217 Reported by Howard Chu <hyc@platinum.com>.
219 * sysdeps/generic/glob.c: Also protect FNM_* macros from being
220 undefined in a second inclusion.
222 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
224 * sysdeps/mach/hurd/i386/Makefile: New file.
225 * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
227 (_hurd_stack_setup): Renamed
228 from __libc_init_first.
229 (__libc_init_first): New function.
230 * sysdeps/mach/hurd/i386/static-start.S: New file.
232 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
234 * sysdeps/mach/hurd/i386/init-first.c
236 1998-06-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
238 * grp/initgroups.c: Use _CALL_DL_FCT.
240 1998-06-23 Mark Kettenis <kettenis@phys.uva.nl>
242 * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
244 1998-06-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
246 * manual/terminal.texi (Pseudo-Terminals): Correct typos.
248 1998-06-23 Ulrich Drepper <drepper@cygnus.com>
250 * config.make.in: Remove LDAP support.
251 * nss/Makefile: Likewise.
253 1998-06-22 17:02 Ulrich Drepper <drepper@cygnus.com>
255 * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
256 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
257 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
258 * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
260 1998-06-02 Gordon Matzigkeit <gord@profitpress.com>
262 * mach/Makefile: Change `mv' invocations to `mv -f'.
263 * mach/Machrules: Likewise.
265 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
267 * config.make.in (old-glibc-headers): Add it.
269 * configure.in: Add test for glibc 2.0.x headers.
271 * Makefile (headers2_0): New variable - contains so far only
272 Linux/Intel glibc 2.0.x headers.
273 (remove-old-headers): New rule to remove headers from glibc 2.0.x.
274 (install): Depend on remove-old-headers.
276 1998-06-19 Mark Kettenis <kettenis@phys.uva.nl>
278 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
279 make ftruncate a weak alias.
280 * sysdeps/mach/hurd/ftruncate.c: Really define function as
282 * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
283 (truncate): Fix function defenition to match prototype.
285 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
287 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
288 unlockpt, ptsname, ptsname_r, openpty and forkpty.
290 1998-06-22 Ulrich Drepper <drepper@cygnus.com>
292 * sysdeps/generic/glob.c: Make it possible to include glob.h
293 before loading glob.c.
294 Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
296 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
298 * nscd/connections.c: Use poll() instead of select().
300 1998-06-22 14:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
302 * sysdeps/generic/Dist: Fix typo.
304 1998-06-20 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
306 * nis/nis_add.c: Avoid unnecessary strlen () calls.
307 * nis/nis_addmember.c: Likewise.
308 * nis/nis_call.c: Likewise.
309 * nis/nis_creategroup.c: Likewise.
310 * nis/nis_destroygroup.c: Likewise.
311 * nis/nis_findserv.c: Likewise.
312 * nis/nis_ismember.c: Likewise.
313 * nis/nis_print.c: Likewise.
314 * nis/nis_print_group_entry.c: Likewise.
315 * nis/nis_removemember.c: Likewise.
316 * nis/nis_verifygroup.c: Likewise.
317 * nis/ypclnt.c: Likewise.
319 * nis/nis_file.c: Close file handles.
321 * nis/nis_callback.c: Fix typo.
323 1998-06-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
325 * nis/Makefile: Add nis-initgroups and compat-initgroups.
326 * nis/libnss_compat.map: Add _nss_compat_initgroups.
327 * nis/libnss_nis.map: Add _nss_nis_initgroups.
328 * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
329 * nis/nss_nis/nis-initgroups.c: Likewise.
330 * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
331 __nss_lookup_function and make it public.
332 * grp/initgroups.c: Rewrite, to use initgroups function from NSS
333 module if exists, else use old method.
335 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
337 * nss/getXXbyYY_r.c (lookup_function): Correct return in type
339 * nss/getXXent_r.c (set_function, end_function, get_function):
340 Likewise. Reported by Thorsten Kukuk.
342 * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
344 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
346 * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
347 1998-06-16 and distribute kernel_termios.h.
349 * nis/Makefile (distribute): Add nis_xdr.h.
351 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
353 * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
354 kernels that don't have sigaltstack.
356 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
358 * sysdeps/generic/bits/sem.h: Don't define union semun.
360 * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
362 * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
364 * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
367 1998-06-18 21:45 Ulrich Drepper <drepper@cygnus.com>
369 * signal/signal.h: Add prototype for __sigaltstack.
370 * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
371 Remove sigstack entry.
372 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
373 * sysdeps/unix/sysv/linux/sigstack.c: New file.
375 * sysdeps/i386/backtrace.c: Add casts.
377 1998-06-18 19:49 Ulrich Drepper <drepper@cygnus.com>
379 * intl/dcgettext.c: use complete type name.
380 * intl/hash-string.h: Likewise.
382 * intl/localealias.c: Undo patch from 1998-04-29.
383 * intl/l10nflist.c: Likewise.
384 * intl/loadinfo.h: Likewise.
386 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
388 * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
390 1998-06-18 16:40 Ulrich Drepper <drepper@cygnus.com>
392 * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
393 _dl_mcount, _dl_mcount_wrapper.
394 * elf/Makefile (routines): Add dl-profstub.
395 * elf/dl-profstub.c: New file.
396 * elf/dl-support.c: Don't define _dl_profile_map.
397 * elf/rtld.c: Likewise.
398 * elf/dlfcn.h: Define DL_CALL_FCT macro.
399 * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
401 * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
403 * iconv/gconv_db.c: Likewise.
404 * iconv/skeleton.c: Likewise.
405 * nss/getXXbyYY_r.c: Likewise.
406 * nss/getXXent_r.c: Likewise.
407 * nss/nsswitch.c: Likewise.
409 1998-06-18 12:29 Ulrich Drepper <drepper@cygnus.com>
411 * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
412 * sysdeps/libm-i387/e_scalbf.S: Likewise.
413 * sysdeps/libm-i387/e_scalbl.S: Likewise.
415 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
417 * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
420 1998-06-18 10:26 Ulrich Drepper <drepper@cygnus.com>
422 * iconvdata/Makefile (modules): Add MACINTOSH.
423 (MACINTOSH-routines): New variable.
424 (distribute): Add macintosh.c.
425 (awk-generated-headers): Add macintosh.h.
426 Add rule for macintosh.h generation.
427 * iconvdata/gconv-modules: Add definitions for MACINTOSH.
428 * iconvdata/macintosh.c: New file.
430 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
432 * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
434 * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
435 only should happen for cy != 0.
437 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
440 1998-06-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
442 * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
443 to compare stack addresses.
445 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
447 * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
450 1998-06-16 David S. Miller <davem@dm.cobaltmicro.com>
452 * sysdeps/sparc/sparc32/dl-machine.h
453 (elf_machine_fixup_plt): During rtld bootstrap, always perform
454 flushes as the kernel will emulate it when the underlying cpu does
457 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
458 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
460 * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
461 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
464 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
465 (__clone): Branch to label .Lerror not __clone_syscall_error.
466 (.Lerror): Fixup EINVAL setting.
467 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
468 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
469 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
470 (__syscall_getgroups, __syscall_setgroups): Add.
472 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
473 (__sigaction): Member name is k_sa_handler. Use memcpy to copy
476 1998-06-16 Ulrich Drepper <drepper@cygnus.com>
478 * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
480 * string/Makefile: Make sure test-ffs does not use builtins.
482 1998-06-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
484 * sunrpc/svc.c: Check for NULL pointer.
486 * nis/libnsl.map: Add public NIS+ xdr functions.
488 * nis/rpcsvc/nis_callback.h: New file.
489 * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
490 * nis/nis_xdr.h: ... here.
492 * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
493 pointers, use NIS+ defines where possible.
494 * nis/nis_cache.c: Likewise.
495 * nis/nis_cache2_xdr.c: Likewise.
496 * nis/nis_call.c: Likewise.
497 * nis/nis_checkpoint.c: Likewise.
498 * nis/nis_clone_dir.c: Likewise.
499 * nis/nis_clone_obj.c: Likewise.
500 * nis/nis_clone_res.c: Likewise.
501 * nis/nis_creategroup.c: Likewise.
502 * nis/nis_file.c: Likewise.
503 * nis/nis_free.c: Likewise.
504 * nis/nis_getservlist.c: Likewise.
505 * nis/nis_local_names.c: likewise.
506 * nis/nis_lookup.c: Likewise.
507 * nis/nis_mkdir.c: Likewise.
508 * nis/nis_modify.c: Likewise.
509 * nis/nis_ping.c: Likewise.
510 * nis/nis_print.c: Likewise.
511 * nis/nis_remove.c: Likewise.
512 * nis/nis_removemember.c: Likewise.
513 * nis/nis_rmdir.c: Likewise.
514 * nis/nis_server.c: Likewise.
515 * nis/nis_table.c: Likewise.
516 * nis/nis_util.c: Likewise.
517 * nis/nis_verifygroup.c: Likewise.
518 * nis/nis_xdr.c: Likewise.
519 * nis/nis_callback.c: Likewise, and move xdr functions from here ...
520 * nis/nis_xdr.c: ... to here.
522 1998-06-15 18:07 Ulrich Drepper <drepper@cygnus.com>
524 * iconvdata/ksc5601.h: Clean up a bit.
526 1998-06-15 14:35 Ulrich Drepper <drepper@cygnus.com>
528 * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
529 and process incoming data.
530 * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
531 fragments as invalid.
532 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
534 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
536 Removal of duplicates like "the the".
537 * manual/time.texi (TZ Variable): Likewise.
538 * manual/users.texi (Manipulating the Database): Likewise.
539 * manual/sysinfo.texi (Filesystem handling): Likewise.
540 * manual/signal.texi (Signaling Yourself): Likewise.
541 * manual/message.texi (Message Translation): Likewise.
542 (Common Usage): Likewise.
543 * manual/llio.texi: Likewise.
544 * manual/arith.texi (Old-style number conversion): Likewise.
545 * manual/argp.texi (Argp): Likewise.
546 (Argp Parsers): Likewise.
547 (Argp Help Filtering): Likewise.
549 * hesiod/README.hesiod: Correct typo.
551 * manual/llio.texi: Correct typos.
552 * manual/sysinfo.texi: Likewise.
554 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
556 * rt/aio.h: Rename __op to __operation for g++.
558 1998-06-13 20:17 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
560 * iconvdata/gen-8bit-gap.sh: Use awk not perl. Clean up sed
562 * iconvdata/gen-8bit-gap-1.sh: Likewise.
563 * iconvdata/gen-8bit.sh: Clean up sed script.
565 * iconvdata/Makefile: Remove all PERL conditionals; build all
566 the modules all the time. Export AWK.
567 (gen-8bit-gap): Delete setting of PERL.
568 (gen-8bit-gap-1): Likewise.
569 (perl-generated-headers): Renamed awk-generated-headers.
571 * iconvdata/gap.pl: Removed.
572 * iconvdata/gaptab.pl: Removed.
573 * iconvdata/gap.awk: New file.
574 * iconvdata/gaptab.awk: New file.
576 1998-06-15 Ulrich Drepper <drepper@cygnus.com>
578 * sysdeps/generic/Dist: Add errno-loc.c.
580 * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
583 1998-06-14 14:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
585 * stdio-common/bug12.c: New test for fread()/fseek().
586 * stdio-common/Makefile (tests): Add bug12.
588 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
590 * sysdeps/generic/elf/backtracesyms.c: Make array elements
592 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
593 * debug/execinfo.h: Update declaration.
595 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
597 * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
598 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
599 * debug/execinfo.h: Update declaration.
601 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
603 * manual/llio.texi: Fix spelling.
604 * manual/sysinfo.texi: Fix spelling.
606 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
608 * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
609 alias for old name. Put this on __libc_subfreeres.
610 * misc/search.h: Declare it.
612 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
614 * string/bits/string2.h (strcmp): Add missing parens around macro
617 1998-06-12 23:34 Ulrich Drepper <drepper@cygnus.com>
619 * manual/arith.texi: Fix problem with @math and texinfo.tex.
621 * manual/filesys.texi: Document LFS functions.
622 * manual/llio.texi: Likewise.
623 * manual/stdio.texi: Likewise.
624 * manual/time.texi: Likewise.
626 * manual/llio.texi: Document AIO functions.
628 * resource/sys/resource.h: Mark second argument of setrlimit as const.
629 * sysdeps/generic/setrlimit.c: Likewise.
630 * sysdeps/generic/setrlimit64.c: Likewise.
631 * sysdeps/mach/hurd/setrlimit.c: Likewise.
632 * sysdeps/unix/sysv/setrlimit.c: Likewise.
634 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
636 * sysdeps/generic/getenv.c: Fix last change.
638 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
640 * sysdeps/generic/backtrace.c: Provide generic implementation.
642 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
644 * configure.in: Give visual feedback of the default directories we
647 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
649 * io/fts.c (fts_build): Define oflag only if needed.
651 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
653 * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
655 1998-06-11 Ulrich Drepper <drepper@cygnus.com>
657 * libc.map: Don't export argp's fmtstream handling functions.
659 * manual/sysinfo.texi: Document fstab and mtab handling functions.
660 * manual/llio.texi: Document more LFS functions and start documenting
663 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
665 * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
666 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
667 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
668 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
670 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
672 * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
673 makes it easier to undump emacs.
674 * sysdeps/powerpc/bits/endian.h: Use more informative error message
675 for when the endianness can't be determined.
677 1998-06-04 13:19 Geoff Keating <geoffk@ozemail.com.au>
679 * nss/Makefile: Add files publickey database support.
680 * nss/libnss_files.map: Export the required functions.
681 * nss/nss_files/files-key.c: Implement it.
682 * sunrpc/rpc/auth_des.h: Correct typos in comments.
684 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
686 * iconv/gconv_builtin.h: Add aliases for CORBA.
687 * iconvdata/gconv-modules: Likewise.
689 1998-06-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
691 * math/libm-test.c (main): Call exp10_test.
692 (exp10_test): New function which tests exp10.
694 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
696 * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
699 * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
700 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
701 * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
703 1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
705 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
706 in the variable, not its GOT slot.
708 1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
710 * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
712 * sysdeps/m68k/fpu/e_exp10.c: New file.
713 * sysdeps/m68k/fpu/e_exp10f.c: New file.
714 * sysdeps/m68k/fpu/e_exp10l.c: New file.
716 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
717 _dl_profile_map only if the name matches.
718 (_dl_start_user): Remember stack address.
719 * sysdeps/m68k/elf/start.S: Pass new argument to
722 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
724 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
725 * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
726 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
727 * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
728 * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
730 1998-06-09 18:16 Ulrich Drepper <drepper@cygnus.com>
732 * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
733 * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
734 * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
735 * math/bits/mathcalls.h: Add definitions for exp10 and pow10
737 * sysdeps/libm-i387/e_exp10.S: New file.
738 * sysdeps/libm-i387/e_exp10f.S: New file.
739 * sysdeps/libm-i387/e_exp10l.S: New file.
740 * sysdeps/libm-ieee754/e_exp10.c: New file.
741 * sysdeps/libm-ieee754/e_exp10f.c: New file.
742 * sysdeps/libm-ieee754/e_exp10l.c: New file.
743 * sysdeps/libm-ieee754/w_exp10.c: New file.
744 * sysdeps/libm-ieee754/w_exp10f.c: New file.
745 * sysdeps/libm-ieee754/w_exp10l.c: New file.
746 * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
748 1998-05-25 22:18 H.J. Lu <hjl@gnu.org>
750 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
751 sys/elf.h and sys/reg.h.
752 * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
753 * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
754 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
755 * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
757 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
758 PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
760 1998-06-09 Ulrich Drepper <drepper@cygnus.com>
762 * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
763 __data member only for gcc. Reported by ak@muc.de.
765 * misc/mntent.h: Undo last patch.
766 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
767 * misc/tst/mntent.c: Adjust code for this change.
769 * io/fts.c: Updated from a slightly more recent BSD version.
770 * io/fts.h: Likewise.
772 * libc.map: Add __libc_stack_end.
774 * db2/Makefile (routines): Add lock_region.
775 * db2/config.h: Update from db-2.4.14.
776 * db2/db.h: Likewise.
777 * db2/db_185.h: Likewise.
778 * db2/db_int.h: Likewise.
779 * db2/btree/bt_close.c: Likewise.
780 * db2/btree/bt_compare.c: Likewise.
781 * db2/btree/bt_conv.c: Likewise.
782 * db2/btree/bt_cursor.c: Likewise.
783 * db2/btree/bt_delete.c: Likewise.
784 * db2/btree/bt_open.c: Likewise.
785 * db2/btree/bt_page.c: Likewise.
786 * db2/btree/bt_put.c: Likewise.
787 * db2/btree/bt_rec.c: Likewise.
788 * db2/btree/bt_recno.c: Likewise.
789 * db2/btree/bt_rsearch.c: Likewise.
790 * db2/btree/bt_search.c: Likewise.
791 * db2/btree/bt_split.c: Likewise.
792 * db2/btree/bt_stat.c: Likewise.
793 * db2/btree/btree.src: Likewise.
794 * db2/btree/btree_auto.c: Likewise.
795 * db2/clib/getlong.c: Likewise.
796 * db2/common/db_appinit.c: Likewise.
797 * db2/common/db_apprec.c: Likewise.
798 * db2/common/db_byteorder.c: Likewise.
799 * db2/common/db_err.c: Likewise.
800 * db2/common/db_log2.c: Likewise.
801 * db2/common/db_region.c: Likewise.
802 * db2/common/db_salloc.c: Likewise.
803 * db2/common/db_shash.c: Likewise.
804 * db2/db/db.c: Likewise.
805 * db2/db/db.src: Likewise.
806 * db2/db/db_auto.c: Likewise.
807 * db2/db/db_conv.c: Likewise.
808 * db2/db/db_dispatch.c: Likewise.
809 * db2/db/db_dup.c: Likewise.
810 * db2/db/db_overflow.c: Likewise.
811 * db2/db/db_pr.c: Likewise.
812 * db2/db/db_rec.c: Likewise.
813 * db2/db/db_ret.c: Likewise.
814 * db2/db/db_thread.c: Likewise.
815 * db2/db185/db185.c: Likewise.
816 * db2/db185/db185_int.h: Likewise.
817 * db2/dbm/dbm.c: Likewise.
818 * db2/hash/hash.c: Likewise.
819 * db2/hash/hash.src: Likewise.
820 * db2/hash/hash_auto.c: Likewise.
821 * db2/hash/hash_conv.c: Likewise.
822 * db2/hash/hash_debug.c: Likewise.
823 * db2/hash/hash_dup.c: Likewise.
824 * db2/hash/hash_func.c: Likewise.
825 * db2/hash/hash_page.c: Likewise.
826 * db2/hash/hash_rec.c: Likewise.
827 * db2/hash/hash_stat.c: Likewise.
828 * db2/include/btree.h: Likewise.
829 * db2/include/btree_ext.h: Likewise.
830 * db2/include/clib_ext.h: Likewise.
831 * db2/include/common_ext.h: Likewise.
832 * db2/include/cxx_int.h: Likewise.
833 * db2/include/db.h.src: Likewise.
834 * db2/include/db_185.h.src: Likewise.
835 * db2/include/db_am.h: Likewise.
836 * db2/include/db_auto.h: Likewise.
837 * db2/include/db_cxx.h: Likewise.
838 * db2/include/db_dispatch.h: Likewise.
839 * db2/include/db_ext.h: Likewise.
840 * db2/include/db_int.h.src: Likewise.
841 * db2/include/db_page.h: Likewise.
842 * db2/include/db_shash.h: Likewise.
843 * db2/include/db_swap.h: Likewise.
844 * db2/include/hash.h: Likewise.
845 * db2/include/hash_ext.h: Likewise.
846 * db2/include/lock.h: Likewise.
847 * db2/include/lock_ext.h: Likewise.
848 * db2/include/log.h: Likewise.
849 * db2/include/log_ext.h: Likewise.
850 * db2/include/mp.h: Likewise.
851 * db2/include/mp_ext.h: Likewise.
852 * db2/include/mutex_ext.h: Likewise.
853 * db2/include/os_ext.h: Likewise.
854 * db2/include/os_func.h: Likewise.
855 * db2/include/queue.h: Likewise.
856 * db2/include/shqueue.h: Likewise.
857 * db2/include/txn.h: Likewise.
858 * db2/lock/lock.c: Likewise.
859 * db2/lock/lock_conflict.c: Likewise.
860 * db2/lock/lock_deadlock.c: Likewise.
861 * db2/lock/lock_region.c: Likewise.
862 * db2/lock/lock_util.c: Likewise.
863 * db2/log/log.c: Likewise.
864 * db2/log/log.src: Likewise.
865 * db2/log/log_archive.c: Likewise.
866 * db2/log/log_auto.c: Likewise.
867 * db2/log/log_compare.c: Likewise.
868 * db2/log/log_findckp.c: Likewise.
869 * db2/log/log_get.c: Likewise.
870 * db2/log/log_put.c: Likewise.
871 * db2/log/log_rec.c: Likewise.
872 * db2/log/log_register.c: Likewise.
873 * db2/mp/mp_bh.c: Likewise.
874 * db2/mp/mp_fget.c: Likewise.
875 * db2/mp/mp_fopen.c: Likewise.
876 * db2/mp/mp_fput.c: Likewise.
877 * db2/mp/mp_fset.c: Likewise.
878 * db2/mp/mp_open.c: Likewise.
879 * db2/mp/mp_pr.c: Likewise.
880 * db2/mp/mp_region.c: Likewise.
881 * db2/mp/mp_sync.c: Likewise.
882 * db2/mutex/68020.gcc: Likewise.
883 * db2/mutex/mutex.c: Likewise.
884 * db2/mutex/parisc.gcc: Likewise.
885 * db2/mutex/parisc.hp: Likewise.
886 * db2/mutex/sco.cc: Likewise.
887 * db2/os/os_abs.c: Likewise.
888 * db2/os/os_alloc.c: Likewise.
889 * db2/os/os_config.c: Likewise.
890 * db2/os/os_dir.c: Likewise.
891 * db2/os/os_fid.c: Likewise.
892 * db2/os/os_fsync.c: Likewise.
893 * db2/os/os_map.c: Likewise.
894 * db2/os/os_oflags.c: Likewise.
895 * db2/os/os_open.c: Likewise.
896 * db2/os/os_rpath.c: Likewise.
897 * db2/os/os_rw.c: Likewise.
898 * db2/os/os_seek.c: Likewise.
899 * db2/os/os_sleep.c: Likewise.
900 * db2/os/os_spin.c: Likewise.
901 * db2/os/os_stat.c: Likewise.
902 * db2/os/os_unlink.c: Likewise.
903 * db2/progs/db_archive/db_archive.c: Likewise.
904 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
905 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
906 * db2/progs/db_dump/db_dump.c: Likewise.
907 * db2/progs/db_dump185/db_dump185.c: Likewise.
908 * db2/progs/db_load/db_load.c: Likewise.
909 * db2/progs/db_printlog/db_printlog.c: Likewise.
910 * db2/progs/db_recover/db_recover.c: Likewise.
911 * db2/progs/db_stat/db_stat.c: Likewise.
912 * db2/txn/txn.c: Likewise.
913 * db2/txn/txn.src: Likewise.
914 * db2/txn/txn_auto.c: Likewise.
915 * db2/txn/txn_rec.c: Likewise.
917 * elf/rtld.c: Move definition of __libc_stack_end to ...
918 * sysdeps/generic/dl-sysdep.h: ...here.
920 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
921 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
922 * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
924 * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
925 * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
928 1998-06-08 21:44 Ulrich Drepper <drepper@cygnus.com>
930 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
931 from mntent correctly.
933 1998-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
935 * sunrpc/Makefile (generated): Correct typo.
937 1998-06-04 Philip Blundell <philb@gnu.org>
939 * elf/elf.h (EM_ARM, et al.): New definitions.
940 * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
942 1998-06-08 21:33 Ulrich Drepper <drepper@cygnus.com>
944 * localedata/SUPPORTED: Add sk_SK.
945 * localedata/locales/sk_SK: New file.
947 1998-06-08 18:57 Ulrich Drepper <drepper@cygnus.com>
949 * Makeconfig (subdirs): Add debug.
950 * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
951 * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
953 * sysdeps/generic/backtrace.c: New file.
954 * sysdeps/generic/backtracesyms.c: New file.
955 * sysdeps/generic/elf/backtracesyms.c: New file.
956 * sysdeps/i386/backtrace.c: New file.
957 * debug/Makefile: New file.
958 * debug/backtrace-tst.c: New file.
959 * debug/execinfo.h: New file.
961 1998-06-08 13:34 Ulrich Drepper <drepper@cygnus.com>
963 * elf/sprof.c: Implement call graph profiling.
965 * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
967 1998-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
969 * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
970 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
971 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
972 Noticed by Jake Garver <garver@valkyrie.net>.
974 1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
976 * libio/genops.c (__underflow): Read character from read pointer
980 1998-06-07 13:32 Ulrich Drepper <drepper@cygnus.com>
982 * libc.map: Add _dl_profile.
983 * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
984 this to ELF_DYNAMIC_RELOCATE.
985 Always allocate array for relocation result if LD_PROFILE is defined.
986 * elf/ldsodefs.h: Adjust prototypes.
987 * elf/dl-open.c (_dl_open): Call relocation function with extra
989 * elf/rtld.c: Likewise.
990 * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
991 Correct loop condition.
992 * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
993 consider_profile to runtime setup function.
994 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
995 _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
997 * elf/dl-support.c: Define __libc_stack_end.
998 * elf/rtld.c: Likewise.
999 * sysdeps/generic/libc-start.c: Store last stack address in
1001 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1002 * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1004 * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1005 Include <stdint.h>, not <inttypes.h>.
1007 * elf/sprof.c: Implement flat profiling.
1009 * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1010 _IO_funlockfile explicitly.
1011 * libio/fileops.c: Likewise.
1012 * libio/fputc.c: Likewise.
1013 * libio/freopen.c: Likewise.
1014 * libio/freopen64.c: Likewise.
1015 * libio/fseek.c: Likewise.
1016 * libio/fseeko.c: Likewise.
1017 * libio/fseeko64.c: Likewise.
1018 * libio/ftello.c: Likewise.
1019 * libio/ftello64.c: Likewise.
1020 * libio/getc.c: Likewise.
1021 * libio/getchar.c: Likewise.
1022 * libio/iofclose.c: Likewise.
1023 * libio/iofflush.c: Likewise.
1024 * libio/iofgetpos.c: Likewise.
1025 * libio/iofgetpos64.c: Likewise.
1026 * libio/iofgets.c: Likewise.
1027 * libio/iofputs.c: Likewise.
1028 * libio/iofread.c: Likewise.
1029 * libio/iofsetpos.c: Likewise.
1030 * libio/iofsetpos64.c: Likewise.
1031 * libio/ioftell.c: Likewise.
1032 * libio/iofwrite.c: Likewise.
1033 * libio/iogetdelim.c: Likewise.
1034 * libio/iogets.c: Likewise.
1035 * libio/ioputs.c: Likewise.
1036 * libio/ioseekoff.c: Likewise.
1037 * libio/ioseekpos.c: Likewise.
1038 * libio/iosetbuffer.c: Likewise.
1039 * libio/iosetvbuf.c: Likewise.
1040 * libio/ioungetc.c: Likewise.
1041 * libio/iovsprintf.c: Likewise.
1042 * libio/iovsscanf.c: Likewise.
1043 * libio/oldfileops.c: Likewise.
1044 * libio/oldiofclose.c: Likewise.
1045 * libio/peekc.c: Likewise.
1046 * libio/putc.c: Likewise.
1047 * libio/putchar.c: Likewise.
1048 * libio/rewind.c: Likewise.
1050 * malloc/mtrace.c: Pretty print.
1052 * misc/mntent.h (struct mentent): Make string elements const char *.
1054 * nis/nis_printf.c: Optimize I/O a little bit.
1056 * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1057 * sysdeps/generic/sigset-cvt-mask.h: New file.
1058 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1059 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1060 * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1061 sigset-cvt-mask.h to do the dirty work.
1062 Patches by Joe Keane.
1064 * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1066 * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1067 syscall_error label in case of PIC anonymous.
1068 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1069 * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1070 * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1071 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1072 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1073 * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1074 * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1076 1998-06-05 Ulrich Drepper <drepper@cygnus.com>
1078 * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1079 we cannot declare the struct element as const.
1080 * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1081 * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1083 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1085 * manual/Makefile: Include ../Makeconfig earlier.
1086 (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1088 (dir-add.texinfo): Remove useless $(SHELL).
1090 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1092 * Makefile (others): Build programs from install-bin.
1093 * configure.in: Modify config.make only if is was just created and
1094 move that command to second argument of AC_OUTPUT. Add command to
1095 set config_vars in config.status.
1097 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1099 * malloc/Makefile (address-width): Fix conditional.
1101 1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1103 * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1104 putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1105 strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1108 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1110 * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1111 (Floating Point Parameters): Likewise.
1113 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1115 * hurd/Makefile (routines): Add cthreads.
1117 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1119 * login/login.c (login): Let pututline take care of finding the
1120 positin to insert the UTMP entry. This corrects a bug where ssh
1121 was not reusing UTMP entries marked as DEAD_PROCESS.
1122 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1124 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1126 * login/Makefile (tests): New variable, add tst-utmp and
1128 * login/tst-utmp.c: New file.
1129 * login/tst-utmpx.c: New file.
1131 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1133 * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1134 aliases for _hurd_nerr, for programs that don't use sys_errlist,
1137 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1139 * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1140 * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1142 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1144 * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1145 make __read a weak alias. Use ANSI-style function definition.
1146 * sysdeps/mach/hurd/write.c: Likewise.
1148 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1150 * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1153 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
1155 * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1156 Renamed from librtld.so.
1158 1998-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1160 * libc.map: Remove _IO_getline_info which was erroneously
1161 introduced in section GLIBC_2.0.
1162 Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1164 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1166 * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1167 created a weak alias.
1168 * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1170 1998-05-31 Gordon Matzigkeit <gord@profitpress.com>
1172 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1173 ftruncate function, and create a weak alias to ftruncate.
1175 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1177 * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1178 * inet/getnetgrent_r.c: Likewise.
1179 * nss/getXXbyYY_r.c: Likewise.
1180 * nss/getXXent_r.c: Likewise.
1181 * pwd/fgetpwent_r.c: Likewise.
1182 * shadow/sgetspent_r.c: Likewise.
1183 * shadow/fgetspent_r.c: Likewise.
1184 * sunrpc/publickey.c: Likewise.
1186 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1188 * hurd/libhurduser.map: New file.
1189 * mach/libmachuser.map: Likewise.
1191 * libc.map: Add Hurd-specific functions to version 2.1.
1192 Add __flshfp and __fillbf.
1194 1998-05-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1196 * manual/signal.texi (Basic Signal Handling): Fix typo.
1197 * manual/errno.texi (Error Codes): Likewise.
1199 1998-06-02 Ulrich Drepper <drepper@cygnus.com>
1201 * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1202 instead of <sys/socket.h>.
1203 Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1205 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1206 Finally make it working.
1207 Patch by Mark Hatle <fray@kernel.crashing.org>.
1209 1998-03-22 Paul Eggert <eggert@twinsun.com>
1211 * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1214 1998-05-30 Philip Blundell <Philip.Blundell@pobox.com>
1216 * stdlib/gmp-impl.h: Support strange mixed-endian double format
1217 used by ARM systems.
1218 * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1220 * sysdeps/arm/bits/fenv.h: Deleted.
1221 * sysdeps/arm/fpu/ieee754.h: New file.
1222 * sysdeps/arm/gmp-mparam.h: New file.
1223 * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1226 1998-06-01 Ulrich Drepper <drepper@cygnus.com>
1228 * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1230 * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1231 of ((unused)). Reported by Bruno Haible.
1233 1998-05-31 Philip Blundell <philb@gnu.org>
1235 * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1236 referring to errno and _errno.
1238 * sysdeps/arm/fpu/feholdexcpt.c: New file.
1240 * sysdeps/i386/fpu_control.h: Fix typo.
1242 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1243 (_JMPBUF_UNWINDS): Added.
1244 * sysdeps/arm/fpu/bits/setjmp.h: New file.
1246 1998-05-25 Gordon Matzigkeit <gord@profitpress.com>
1248 * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1249 order to build header files, not `generated'.
1251 * Rules (before-compile): New target which depends on all
1252 $(before-compile) files.
1254 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1256 * nis/nis_call.c: Make directory search faster.
1258 * nis/nis_callback.c: Insert public key of user in callback data.
1260 * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1262 * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1264 * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1266 * nis/nis_intern.h: Remove duplicated prototype.
1268 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1270 * sunrpc/auth_des.c: Move prototypes from here ...
1271 * sunrpc/rpc/auth.h: ... to here.
1273 * sunrpc/clnt_tcp.c: Add more control flags.
1274 * sunrpc/clnt_udp.c: Likewise.
1276 * sunrpc/netname.c (host2netname): Remove prefixing dot from
1279 * sunrpc/rpc/clnt.h: Document, which control flags are not
1282 * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1284 1998-05-29 Ulrich Drepper <drepper@cygnus.com>
1286 * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1287 files crash the program.
1289 * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1290 * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1291 Reported by Deborah Wallach <kerr@pa.dec.com>.
1293 1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu>
1295 * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1296 on whether this is a stable release or not (keeps snapshot bug
1297 reports out of the database).
1299 * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1300 * sysdeps/arm/sysdep.h: Likewise.
1301 * sysdeps/i386/sysdep.h: Likewise.
1302 * sysdeps/m68k/sysdep.h: Likewise.
1303 * sysdeps/mach/mips/sysdep.h: Likewise.
1304 * sysdeps/mach/sys/reboot.h: Likewise.
1305 * sysdeps/mach/sysdep.h: Likewise.
1306 * sysdeps/unix/alpha/sysdep.h: Likewise.
1307 * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1308 * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1309 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1310 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1311 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1312 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1313 * sysdeps/unix/i386/sysdep.h: Likewise.
1314 * sysdeps/unix/mips/sysdep.h: Likewise.
1315 * sysdeps/unix/sparc/sysdep.h: Likewise.
1316 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1317 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1318 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1319 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1320 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1321 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1322 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1323 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1325 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1327 * mach/Machrules: Use $(move-if-change).
1329 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1331 * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1332 * Makerules (lib%.so): Depend on $(+interp).
1333 (libc.so): Add interp.os to list of dependencies.
1334 (interp-obj): Remove variable.
1335 * mach/Machrules (+interp): Define to empty since libhurduser and
1336 libmachuser don't need to have the interpreter set.
1338 1998-05-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1340 * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1342 * resolv/gethnamaddr.c: Likewise.
1344 * resolv/res_comp.c: Likewise.
1346 1998-05-28 Mark Kettenis <kettenis@phys.uva.nl>
1348 * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1349 so that transparent union works.
1351 1998-05-29 08:58 Ulrich Drepper <drepper@cygnus.com>
1353 * manual/texinfo.tex: Update to last available version.
1355 * timezone/africa: Update from tzdata1998e.
1356 * timezone/antarctica: Likewise.
1357 * timezone/asia: Likewise.
1358 * timezone/australasia: Likewise.
1359 * timezone/europe: Likewise.
1360 * timezone/iso3166.tab: Likewise.
1361 * timezone/northamerica: Likewise.
1362 * timezone/tzselect.ksh: Likewise.
1363 * timezone/zone.tab: Likewise.
1365 1998-05-27 Ulrich Drepper <drepper@cygnus.com>
1367 * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1368 Reported by Matt McLean <keys@brio.yikes.com>.
1370 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1372 * catgets/Makefile ($(objpfx)de.cat): Renamed from
1373 do-gencat-test. Use automatic variables.
1374 ($(objpfx)de.msg): Fix reference to po file.
1376 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1378 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1381 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1383 * intl/dcgettext.c: Fix typo.
1385 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1387 * configure.in: Allow more make versions e.g 3.76.90.
1389 1998-05-25 Ulrich Drepper <drepper@cygnus.com>
1391 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1393 * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1394 for Hurd. Patch by Mark Kettenis.
1396 1998-04-18 Gordon Matzigkeit <gord@profitpress.com>
1398 * mach/Machrules (+preinit, +postinit): Define these variables to
1399 empty because libhurduser and libmachuser don't need startup
1402 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1404 * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1405 instead of a raw bitmask.
1407 1998-05-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1409 * Makeconfig (rpath-dirs): New variable.
1410 (rpath-link): Use it.
1411 (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1412 (db-objpfx): Removed.
1413 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1414 * md5-crypt/Makefile: Likewise.
1415 * sysdeps/mach/hurd/Makefile: Likewise.
1417 * Makeconfig (move-if-change): New variable.
1418 * iconvdata/Makefile (move-if-change): Removed.
1419 * manual/Makefile (move-if-change): Set only if undefined, use
1420 local script by default.
1421 * sunrpc/Makefile (move-if-change): Removed.
1422 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1425 * elf/Makefile: Remove all references to obsolete file
1427 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
1429 1998-05-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1431 * elf/dl-close.c (_dl_close): Add debugging message.
1433 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1435 * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1436 to get Linux version and not gcc version.
1437 Reported by Alan Curry <pacman@cqc.com>.
1439 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1441 * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1442 pointers - return unknown error message instead.
1443 Reported by Alan Curry <pacman@cqc.com>.
1445 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1447 * iconvdata/Makefile (modules, sed-generated-headers,
1448 perl-generated-headers): ibm424.h is perl generated. Make
1449 necessary modifications to compile without perl.
1451 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1453 * hesiod/hesiod.c (read_config_file): Fix typo.
1455 1998-05-24 Ulrich Drepper <drepper@cygnus.com>
1457 * version.h: Bump VERSION.
1459 * csu/Makefile (distribute): Add munch-tmpl.c.
1461 1998-05-23 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1463 * nis/nis_defaults.c: Fix buffer problems and typos.
1465 1998-05-23 08:42 Ulrich Drepper <drepper@cygnus.com>
1467 * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1470 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1472 * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1475 * libio/strops.c (_IO_str_underflow): Read newly available
1476 character from buffer as unsigned.
1478 1998-05-22 10:56 Ulrich Drepper <drepper@cygnus.com>
1480 * catgets/Makefile (distribute): Add xopen-msg.h.
1481 (generated): Add de.msg and de.cat.
1482 (tests): Add do-gencat-test.
1483 (do-gencat-test): New goal. Run gencat on a generated msg file.
1484 * catgets/xopen-msg.h: New file.
1486 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1488 * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1489 functions. Optimize filename creation a bit.
1491 1998-05-22 09:29 Ulrich Drepper <drepper@cygnus.com>
1493 * stdlib/random_r.c: Help gcc to optimize the code.
1494 Patch by Joe Keane <jgk@jgk.org>.
1496 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1498 * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1501 1998-05-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1503 * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1506 1998-05-21 15:27 Ulrich Drepper <drepper@cygnus.com>
1508 * wcsmbs/wcsnrtombs.c: Correct computation of result.
1509 * wcsmbs/wcsrtombs.c: Likewise.
1511 * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1512 * wcsmbs/wcsmbs-tst1.c: New file.
1514 * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1516 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1519 * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1522 1998-05-21 Philip Blundell <philb@gnu.org>
1524 * sysdeps/arm/fpu_control.h: Replace stub file with real
1526 * sysdeps/arm/fpu/bits/fenv.h: New file.
1527 * sysdeps/arm/fpu/fesetround.c: Likewise.
1528 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1529 * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1530 * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1531 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1532 * sysdeps/arm/fpu/fegetenv.c: Likewise.
1533 * sysdeps/arm/fpu/fesetenv.c: Likewise.
1535 1998-05-21 16:34 Richard Henderson <rth@cygnus.com>
1537 * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1538 read instead of mmap.
1540 1998-05-21 8:16 Richard Henderson <rth@cygnus.com>
1542 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1543 directly instead of include_next. Add missing semicolons.
1544 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1545 Add missing semicolons.
1547 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1549 * iconvdata/gconv-modules: Add more aliases to please java
1552 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1554 * stdio-common/vfprintf.c (process_arg): Fix typo.
1556 * iconvdata/TESTS: New tests for EUC-KR.
1558 * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1559 * iconvdata/testdata/EUC-KR: New file.
1561 1998-05-20 07:26 H.J. Lu <hjl@gnu.org>
1563 * math/libm-test.c (hypot_test): Fix a typo.
1565 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1567 * stdio-common/vfprintf.c: When precision is specified for %ls or
1568 %S handle it correctly.
1570 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1572 * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1573 the" in one line - fixed it.
1574 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1575 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1576 * posix/unistd.h: Likewise
1578 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1580 * Makeconfig (rpath-link): Add resolvobjdir.
1581 (resolvobjdir): New variable.
1582 Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1584 1998-05-20 09:36 Ulrich Drepper <drepper@cygnus.com>
1586 * elf/dl-close.c: Call shared object terminators at the right time.
1587 Patch by Philippe Troin <phil@fifi.org>.
1589 1998-05-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1591 * Make-dist (+tsrcs): Also add *.map for every member of
1594 * Makefile (distribute): Don't distribute scripts/printsources and
1595 scripts/=__ify. Distribute FAQ.in.
1596 (rpm/%): Don't pass subdirs to sub-make.
1598 * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1599 instead of $(no_deps).
1601 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1603 * sysdeps/generic/setenv.c: Protect against GNU C extension.
1604 (KNOWN_VALUE, STORE_VALUE): Do it right.
1605 (setenv): Remove unused variable.
1607 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1609 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1610 (CFLAGS-zdump.c): Add $(tz-cflags).
1612 * timezone/zdump.c (abbr): Use TM_ZONE if defined. Add const to
1615 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1617 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
1618 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1620 * time/tzset.c: Update prototype of __tzfile_compute.
1621 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
1622 tm_zone and tm_offset here if __use_tzfile.
1624 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1626 * Makerules: Install libc.a even if there are no object file.
1628 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1630 * Makerules (do-makelib): Don't force creating library from
1631 scratch, to avoid wasting time and space and to get correct
1632 behaviour if $(subdirs) is incomplete.
1634 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1636 * Makerules (do-stamp): Make it work when building in source
1639 1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
1641 * elf/dl-load.c: Rename option and variable from ignore-rpath to
1643 * elf/dl-support.c: Likewise.
1644 * elf/ldsodefs.h: Likewise.
1645 * elf/rtld.c: Likewise.
1646 * iconvdata/run-iconv-test.sh: Likewise.
1648 1998-05-19 23:08 Ulrich Drepper <drepper@cygnus.com>
1650 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1651 variable using the value.
1652 * elf/ldsodefs.h: Declare _dl_ignore_path.
1653 * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1654 object against list in _dl_ignore_path and ignore RPATH if on the list.
1655 * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1656 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1657 to make sure we get the correct helper libraries loaded.
1659 * elf/dl-load.c (decompose_rpath): Remove `room' parameter. Use
1660 "RPATH" string in call to fillin_rpath instead.
1661 (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1663 1998-05-19 Ulrich Drepper <drepper@cygnus.com>
1665 * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1666 correctly. Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1668 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1670 * manual/terminal.texi (I/O Queues): Fix typo.
1672 * manual/stdio.texi (Closing Streams): Fix grammar.
1674 * manual/arith.texi (Absolute Value): Correct typo.
1675 Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1677 1998-05-19 15:58 Ulrich Drepper <drepper@cygnus.com>
1679 * elf/rtld.c (process_envvars): Fix typo. Don't handle
1680 LD_PROFILE_OUTPUT in SUID binaries.
1681 * intl/dcgettext.c: In SUID binaries don't let language part of
1682 locale value contain path elements.
1683 * intl/explodename.h: Define new function _nl_find_language.
1684 * intl/loadinfo.h: Declare _nl_find_language.
1685 * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1686 language part it drop the value is path element is contained.
1688 * locale/setlocale.c: Fix typo.
1690 1998-05-18 Philip Blundell <Philip.Blundell@pobox.com>
1692 * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1694 * sysdeps/arm/strlen.S: Support both big and little endian processors.
1696 * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1697 log, not a byte-count.
1699 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1700 a.out compatibility.
1702 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1704 * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1705 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1706 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1707 * posix/unistd.h: Likewise.
1708 * math/math.h: Likewise.
1709 * manual/users.texi (Manipulating the Database): Likewise.
1710 * manual/signal.texi (Job Control Signals): Likewise.
1711 * manual/message.texi (The gencat program): Likewise.
1712 * manual/filesys.texi (Hard Links): Likewise.
1713 * manual/math.texi (SVID Random): Likewise.
1714 * manual/llio.texi (Waiting for I/O): Likewise.
1715 * manual/io.texi (File Name Errors): Likewise.
1716 * manual/conf.texi (String Parameters): Likewise.
1717 * manual/arith.texi (Infinity): Likewise.
1718 * malloc/malloc.c: Likewise.
1719 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1720 * csu/Makefile: Likewise.
1722 1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
1724 * manual/memory.texi: Add back accidently removed line.
1726 1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
1728 * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1729 (timeout_handler): New function.
1730 (LOCK_FILE, UNLOCK_FILE): New macros.
1731 Implement file locking with timeout.
1732 (getutent_r_file, internal_getut_r, getutline_r_file,
1733 pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1736 1998-05-18 11:38 Ulrich Drepper <drepper@cygnus.com>
1738 * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1741 1998-05-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1743 * rpm/Makefile: Delete inclusion of version.mk.
1745 1998-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1747 * libc.map: Add all libio functions needed libstdc++ with version
1750 1998-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1752 * iconvdata/Makefile (generated): Add *.stmp files.
1754 1998-05-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1756 * timezone/Makefile (testdata, build-testdata): New variables, use
1757 them in rules for test data.
1758 ($(objpfx)tst-timezone.out): Depend on test data.
1759 ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1760 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1761 New rules to build test data.
1762 (tst-timezone-ENV): Pass TZDIR to point to test data.
1764 1998-05-18 Ulrich Drepper <drepper@cygnus.com>
1766 * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1767 (the designation sequence is disturbing).
1769 1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1771 * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1772 * sunrpc/xdr_rec.c: Likewise.
1774 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1776 * posix/Makefile (tests): Add runptests.
1777 (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1778 (before-compile): Add ptestcases.h.
1779 (ptestscases.h): Add rule to generate from PTESTS.
1780 * posix/runptests.c: New file.
1781 * posix/PTESTS: New file.
1782 * posix/PTESTS2C.sed: New file.
1784 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1786 * iconv/loop.c: Let user add code to use and set paramaters.
1788 * iconvdata/iso-2022-kr.c: Correct to-loop.
1790 * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1791 point to output buffer.
1793 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1796 * iconvdata/TESTS: Add ISO-2022-KR test.
1797 * iconvdata/testdata/ISO-2022-KR: New file.
1799 1998-05-15 21:07 Ulrich Drepper <drepper@cygnus.com>
1801 * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1803 * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1805 * wcsmbs/btowc.c: Likewise.
1806 * wcsmbs/mbrtowcs.c: Likewise.
1807 * wcsmbs/mbsnrtowcs.c: Likewise.
1808 * wcsmbs/mbsrtowcs.c: Likewise.
1809 * wcsmbs/wcrtomb.c: Likewise.
1810 * wcsmbs/wcsnrtombs.c: Likewise.
1811 * wcsmbs/wcsrtombs.c: Likewise.
1812 * wcsmbs/wctob.c: Likewise.
1813 * iconv/skeleton.c: Increment invocation_counter.
1814 * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1817 * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1818 * iconvdata/iso-2022-jp.c: Likewise.
1819 * iconvdata/iso646.c: Likewise.
1821 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1823 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1825 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1827 * sysdeps/generic/setenv.c (setenv): Remove optimization for
1828 overwriting existing values if it fits.
1830 1998-05-15 14:36 Ulrich Drepper <drepper@cygnus.com>
1832 * posix/wordexp-test.c: Avoid duplicate messages.
1834 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1835 tsearch. Correctly interpret values returned by those functions.
1836 (unsetenv): Store pointer to string, not pointer to string pointer.
1838 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
1839 DST information and offset in them.
1840 * time/tzset.c (__tz_convert): Pass extra parameters to
1841 __tzfile_compute. Compute equivalent values for use of tz_rules.
1843 1998-05-15 00:49:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
1845 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1846 stamp files to avoid unnecessary recompilation.
1847 (gen-8bit-gap-table): Likewise.
1848 (move-if-change): New variable.
1849 (all generated .h rules): Change to be .stmp rules.
1850 (%.h): New rule; depend on %.stmp; no commands.
1851 (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1854 1998-05-15 01:09 Zack Weinberg <zack@rabi.phys.columbia.edu>
1856 * Makerules (libc-map): Deleted.
1857 (load-map-file): Set to the appropriate compiler switch, not
1858 just the file name. If libfoo-map is not set, look for a
1859 libfoo.map in the current directory and $(..).
1860 (map-file): New variable, contains just the mapfile name.
1861 (build-shlib): Adjust for new value of load-map-file.
1862 (libc.so): Correct dependencies.
1864 * extra-lib.mk: Correct shlib dependencies since libfoo-map
1865 may not be set anymore.
1867 * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1868 Delete libdl-map. Tweak ld.so link rule to work with changed
1869 variable settings in Makerules.
1870 * iconvdata/Makefile: Tweak build-module to work with changed
1871 variable settings in Makerules.
1873 * db/Makefile: Delete libdb-map.
1874 * hesiod/Makefile: Delete libnss_hesiod-map.
1875 * linuxthreads/Makefile: Delete libpthread-map.
1876 * locale/Makefile: Delete libBrokenLocale-map.
1877 * login/Makefile: Delete libutil-map.
1878 * math/Makefile: Delete libm-map.
1879 * md5-crypt/Makefile: Delete libcrypt-map.
1880 * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1881 libnss_nisplus-map, and libnss_compat-map.
1882 * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1884 * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1885 * rt/Makefile: Delete librt-map.
1887 1998-05-15 01:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
1889 * configure.in: Instead of substituting `yes' or `no' for whether
1890 --no-whole-archive is available, set @no_whole_archive@ to the
1891 appropriate gcc switch or the empty string. Likewise for
1893 * config.make.in: Replace have-no-whole-archive with
1894 no-whole-archive and have-no-exceptions with no-exceptions.
1895 * Makerules: Delete stanzas setting no-whole-archive and
1898 * sunrpc/Makefile: Use move-if-change to update generated .h
1901 1998-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1903 * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1906 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1908 * time/tzfile.c (__tzfile_read): Remove unused variable info.
1909 (__tzfile_compute): Likewise.
1911 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1913 * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1914 defines from Linux 2.1.102.
1916 1998-05-14 23:14 Ulrich Drepper <drepper@cygnus.com>
1918 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1920 1998-05-14 13:25 Ulrich Drepper <drepper@cygnus.com>
1922 * inet/netinet/in.h: Add defines for multicast.
1923 Reported by Jeremy Hall <jhall@UU.NET>.
1925 * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1926 * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1927 and unsetenv. Optimize _LIBC case.
1928 * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1929 Define functions with leading __.
1931 * time/tzfile.c: Correct handling of global variables daylight,
1932 timezone, and tzname.
1933 * time/tzset.c: Likewise.
1934 * timezone/Makefile (tests): Add tst-timezone.
1935 * timezone/tst-timezone.c: New file.
1937 1998-05-14 10:35 Ulrich Drepper <drepper@cygnus.com>
1939 * timezone/asia: Update from tzdata1998d.
1940 * timezone/australasia: Likewise.
1941 * timezone/europe: Likewise.
1943 1998-05-13 Ulrich Drepper <drepper@cygnus.com>
1945 * string/string.h: Don't use the optimized versions for the string
1946 functions if optimizing for space.
1948 * stdlib/tst-strtod.c: Add test for -0.0.
1950 * io/ftwtest-sh: Prevent tests from being run by root.
1952 * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1953 last addition. Patch by wkpark@chem.skku.ac.kr.
1955 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1957 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1960 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1962 * iconvdata/gen-8bit.sh: New file.
1963 * iconvdata/gen-8bit-gap.sh: New file.
1964 * iconvdata/gen-8bit-gap-1.sh: New file.
1965 * iconvdata/Makefile (generate-8bit-table): Use shell script
1966 instead of writing the commands directly.
1967 (generate-8bit-gap-table): Likewise.
1968 ($(objpfx)iso8859-7jp.h): Likewise.
1969 (generated headers): Depend on shell script instead of Makefile.
1970 (before-compile): Add $(perl-generated-headers) only if perl is
1972 (headers): Depend on $(perl-generated-headers) only if perl is
1974 (sed-generated-headers): Remove iso8859-7jp.h.
1976 1998-05-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1978 * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command. Clean up.
1981 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
1983 * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1984 formed charset names to getfct. Let user override charset
1985 selection by mention charset in locale name.
1987 1998-05-12 12:15 Ulrich Drepper <drepper@cygnus.com>
1989 * posix/glob.c: Move to ...
1990 * sysdeps/generic/glob.c: ...here.
1991 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1993 * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1994 * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1995 * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1996 * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1998 * libc.map [GLIBC_2.1]: Add glob and globfree.
2000 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2002 * sunrpc/Makefile (generated): Restore old list.
2004 1998-05-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2006 * rt/Makefile (tests): Define only if we have a thread library.
2008 * nis/ypclnt.c: Add: #include <errno.h>.
2010 1998-05-10 15:39 Zack Weinberg <zack@rabi.phys.columbia.edu>
2012 * configure.in: Define and substitute RELEASE as well as
2014 * config.make.in: Add RELEASE and VERSION to be substituted.
2015 * Makeconfig: Delete all references to version.mk.
2016 * Make-dist: Likewise.
2017 * MakeTAGS: Likewise.
2018 * elf/Makefile: Likewise.
2020 1998-05-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2022 * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2023 yp_get_default_domain.
2025 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
2027 * sysdeps/posix/profil.c (__profil): Don't define act and timer
2028 variables as static. Patch by Joe Keane <jgk@jgk.org>.
2030 1998-05-12 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2032 * malloc/malloc.c: Fix for NO_THREADS case.
2034 1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
2036 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2037 Remove statfs and fstatfs.
2038 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2039 and pwrite as EXTRA.
2040 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2042 1998-05-09 Ulrich Drepper <drepper@cygnus.com>
2044 * libc.map: Add capget and capset.
2046 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2048 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2049 (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2050 vector. Patch by Mark Hatle <fray@kernel.crashing.org>
2051 and Matt McLean <keys@brio.yikes.com>.
2053 1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
2055 * misc/Makefile (tests): Add tst-mntent.
2056 * misc/tst-mntent.c: New file.
2058 1998-05-08 21:56 Zack Weinberg <zack@rabi.phys.columbia.edu>
2060 * autolock.sh: Removed.
2061 * manual/move-if-change: Removed.
2063 * scripts: New directory.
2064 * =__ify: Moved to scripts.
2065 * config.guess: Likewise.
2066 * config.sub: Likewise.
2067 * gen-FAQ.pl: Likewise.
2068 * install-sh: Likewise.
2069 * mkinstalldirs: Likewise.
2070 * move-if-change: Likewise.
2071 * printsources: Likewise.
2072 * rellns.sh: Likewise.
2073 * test-installation.pl: Likewise.
2075 * configure.in: Look in scripts for config.guess, config.sub,
2077 * Makefile: Distribute all above files in their
2078 new home. Find gen-FAQ.pl and test-installation.pl in scripts.
2079 * manual/Makefile: Find mkinstalldirs and move-if-change in
2080 $(..)scripts. Drop them from distribute. Minor cleanups.
2081 * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2082 * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2083 * timezone/Makefile: Find rellns-sh in scripts.
2085 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2087 * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2088 Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2090 1998-05-08 19:24 Zack Weinberg <zack@rabi.phys.columbia.edu>
2092 * Makefile (+subdir-inits): Delete variable.
2093 (+init_subdirs): Likewise.
2095 (before-compile): Likewise.
2096 (libc-init): Delete stanza.
2097 (version-info.h): Delete rule and associated variable.
2098 (distribute): Don't distribute moved files.
2099 * Makerules (interp-obj): It lives in elf now. Only use it
2100 if $(elf) is set. Delete rule to build it.
2101 * csu/Makefile: Build set-init.o and/or munch-init.o. Build
2102 version.o and version-info.h. Minor cleanups.
2103 (routines): Add libc-init, sysdep, version.
2104 (generated): Add version-info.h.
2105 * elf/Makefile: Build interp.os.
2107 * interp.c: Moved to elf.
2108 * set-init.c: Moved to csu.
2109 * munch-init.c: Likewise.
2110 * munch.awk: Likewise.
2111 * version.c: Likewise.
2113 * Rules: Unconfuse syntax highlighting with a fake comment.
2115 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2117 * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2120 1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
2122 * iconvdata/Makefile (generated): Set to *-generated-headers
2124 (tests): Set to iconv-test.
2125 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2126 * posix/Makefile (generated): Set to wordexp-test-result*.
2127 * sunrpc/Makefile (generated): Remove rpcsvc/*.
2128 (generated-dirs): Add rpcsvc.
2129 * libio/Makefile: Clean up.
2131 1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
2133 * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2134 * Makerules: Likewise.
2135 (+depfiles): Also add sysdep-others.
2137 * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2138 * iconvdata/Makefile (distribute): Add TESTS.
2139 * localedata/Makefile (repertoires): Rename to repertoiremaps.
2140 * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2141 * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2142 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2143 sysdep-others, not others.
2144 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2145 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2147 1998-05-08 12:26 Ulrich Drepper <drepper@cygnus.com>
2149 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2150 cost_hi and cost_lo.
2151 * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2152 Cost parameter and set cost_lo to INT_MAX.
2153 (add_module): Take new parameter and use it to initialize cost_lo.
2154 (read_conf_file): Count modules being loaded and use counter for
2155 new parameter to add_module.
2156 * iconv/gconv_db.c (find_derivation): When look for cost examine
2157 cost_hi and cost_lo.
2159 1998-05-08 10:52 Ulrich Drepper <drepper@cygnus.com>
2161 * string/bits/string2.h: Don't use unsigned char * unless really
2162 necessary since this disturbs C++.
2163 * sysdeps/i386/i486/bits/string.h: Likewise.
2164 Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2166 1998-05-08 13:53 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2168 * malloc/malloc.c (top_check): Fix last change.
2170 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2172 * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2173 Patch by Matt McLean <keys@brio.yikes.com>.
2175 1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2177 * Makerules (lib): Put back dependency on lib-noranlib.
2178 ($(subdirs-stamps)): Remove dependency on stamp.* again.
2180 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2182 * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2183 test in __pow2 implementation.
2185 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2187 * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2188 Still need *FLAGS-.o because we still sometimes build .o files.
2189 * db2/Makefile: Don't build libndbm.a if !build-static.
2191 1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2193 * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2195 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2197 * configure.in: New test for broken gcc on PowerPC.
2198 * sysdeps/powerpc/atomicity.h: Use result of test.
2199 * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2201 * math/libm-test.c: Update many of the epsilon to match actual
2204 * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2205 * sysdeps/libm-ieee754/e_expf.c: Likewise.
2206 * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2207 * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2209 * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2211 * sysdeps/powerpc/elf/libc-start.c: New file.
2212 * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2213 * sysdeps/powerpc/elf/start.c: Delete.
2215 * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2216 * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete. It was unused.
2218 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2221 1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
2223 * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2226 * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2227 * sysdeps/libm-i387/e_powl.S: Likewise.
2229 1998-03-31 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2231 * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2232 (malloc_check, free_check, realloc_check, memalign_check): Use
2233 them to improve overrun checking. Overruns of a single byte and
2234 corruption of the top chunk are now detected much more reliably.
2236 1998-05-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2238 * math/libm-test.c (pow_test): Add test for special value from PR
2241 1998-05-06 Ulrich Drepper <drepper@cygnus.com>
2243 * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2244 including linux/errno.h.
2246 1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
2248 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2250 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2251 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2253 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2255 * Makerules (elide-routines.*): Fix assignments.
2256 (do-makelib): Fix typo.
2257 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2260 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2262 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2263 $(objpfx)sysd-dirs): Move them...
2264 * Makeconfig: ... here.
2265 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2266 (stubs): Fix circular depedency.
2267 (do-makelib): Clean up.
2268 (lib): Don't depend on lib-noranlib.
2269 ($(objpfx)stamp.oS): Remove special case for empty
2270 static-only-routines.
2271 (elide-routines.o): Add $(static-only-routines).
2272 (elide-routines$o): Define this instead of elide-routines.$o.
2273 * manual/Makefile (stubs): Fix circular dependency.
2275 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2277 * libio/Makefile (routines): Remove duplicate oldiofclose.
2279 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2281 * string/strcoll.c: Use uint32_t instead of u_int32_t.
2283 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2285 * libio/stdio.h: Fix typo in __REDIRECT.
2286 * io/sys/stat.h: Likewise.
2287 Reported by Myles Uyema <myles@uyema.nws.net>.
2289 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2291 * locale/programs/localedef.c (options): Fix help message.
2293 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2295 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2296 relocations. Patch by Joe Keane <jgk@jgk.org>.
2298 1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com>
2300 * malloc/malloc.c (ptmalloc_init_all): New function. Similar to
2301 ptmalloc_unlock_all, but re-initializes the mutexes instead.
2302 (ptmalloc_init): Use new function in thread_at_fork call.
2303 (thread_atfork_static): Likewise.
2304 Suggested by Wolfram Gloger and Xavier Leroy.
2306 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2308 * signal/signal.h: Move definitions of struct sigstack and
2309 struct sigaltstack into separate file and include it.
2310 * sysdeps/generic/bits/sigstack.h: New file.
2311 * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2312 * signal/Makefile (headers): Add bits/sigstack.h.
2314 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2316 * elf/rtld.c (dl_main): Fix check for number of references to
2319 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2321 * elf/rtld.c (dl_main): Check has_interp after executing platform
2324 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2326 * iconvdata/run-iconv-test.sh: Fix typo.
2328 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2330 * Makerules (+depfiles): Add depfiles for $(tests-static).
2333 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2335 * manual/terminal.texi (Special Characters): Fix description of
2338 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2340 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2342 * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise. Initialize rest
2345 1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu>
2347 * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2349 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2351 * intl/locale.alias: Update russian entry.
2353 1998-05-01 21:54 Zack Weinberg <zack@rabi.phys.columbia.edu>
2355 * Makerules (static-only-routines): Reimplement in terms of
2357 (shared-only-routines): Reimplement in terms of
2358 elide-routines.X [where X is all object-suffixes except .os].
2360 (stubs): Create stubs file inside the subdir.
2361 (common-mostlyclean): Remove stubs file from inside the subdir.
2362 * Makefile (subdir-stubs): Look for stubs files inside the
2364 * manual/Makefile (stubs): Create dummy stubs file inside the
2367 1998-05-01 21:01 Zack Weinberg <zack@rabi.phys.columbia.edu>
2369 Build speed improvement: make ar less of a bottleneck.
2371 * Makerules (stamp$o): Just record the object list for later
2373 (libc_foo.a): New rule, depends on subdir stamp files; builds
2374 and ranlibs the library from the lists saved in those files.
2376 (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2377 (subdirs-stamp-o): Likewise.
2379 (ar-symtab-name): Delete variable.
2380 (lib%.a): Delete target.
2381 (libc_foo.a(bar.%)): Delete target.
2382 (libc_foo.a($(ar-symtab-name))): Delete target.
2384 (objects objs): Just depend on libobjs and extra-objs.
2385 (libobjs): Depend on the stamp files, not the objects.
2386 (extra-objs): New target, just depends on the extra-objs list.
2388 (CREATE_ARFLAGS): Kill the `ar S' hack.
2390 * config.make.in (have-ar-S): Deleted.
2391 * configure.in: Delete test for `ar S'. Add test to determine
2392 whether ranlib does anything useful.
2394 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2396 * inet/tst-ether_aton.c: Include <stdio.h>.
2398 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com>
2400 * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2402 * locale/Makefile (distribute): Add programs/repertoire.h.
2403 (localedef-modules): Add repertoire.
2404 (CPPFLAGS): Define REPERTOIREMAP_PATH.
2405 * locale/programs/repertoire.c: New file.
2406 * locale/programs/repertoire.h: New file.
2407 * locale/programs/charmap.c: Starting fixing character set handling
2408 to handle multi-byte encodings.
2409 * locale/programs/charset.c: Likewise.
2410 * locale/programs/charset.h: Likewise.
2411 * locale/programs/ld-collate.c: Likewise.
2412 * locale/programs/ld-ctype.c: Likewise.
2413 * locale/programs/linereader.c: Likewise.
2414 * locale/programs/localedef.c: Likewise.
2415 * locale/programs/locfile-kw.gperf: Likewise.
2416 * locale/programs/locfile-kw.h: Likewise.
2417 * locale/programs/locfile-token.h: Likewise.
2418 * locale/programs/locfile.h: Likewise.
2419 * locale/programs/stringtrans.c: Likewise.
2421 * locale/programs/locfile.c: Interpret I18NPATH value as base of
2422 path, extended with "/locales/".
2424 1998-04-18 Philip Blundell <Philip.Blundell@pobox.com>
2426 * sysdeps/arm/memset.S: Fix off by one error.
2428 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2429 __syscall_error rather than syscall_error directly.
2431 1998-04-17 Philip Blundell <Philip.Blundell@pobox.com>
2433 * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2434 mmap() syscall for ARM.
2436 * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2439 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
2441 * locale/programs/localedef.c: Recognize repertoire-map option.
2443 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2445 * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2446 converting non-hex numbers.
2447 Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2449 1998-04-23 07:31 H.J. Lu <hjl@gnu.org>
2451 * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2453 * resolv/Makefile (tests): New, add tst-aton.
2454 * resolv/tst-aton.c: New file.
2456 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2458 * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2461 1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
2463 * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2464 by letting the later modify the variable computing the total directly.
2465 * wcsmbs/mbsrtowcs.c: Likewise.
2466 * wcsmbs/wcsnrtombs.c: Likewise.
2467 * wcsmbs/wcsrtombs.c: Likewise.
2469 * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2471 * wcsmbs/wctoc.c: Likewise.
2473 * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2474 * wcsmbs/wcsrtombs.c: Likewise.
2476 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2478 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2480 * iconv/skeleton.c: Correct counting of actually converted
2483 * intl/localealias.c (read_alias_file): Use unsigned char for
2484 local variables. Remove unused variable tp.
2485 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2486 for type of codeset. For loosing Solaris systems.
2487 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2488 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2490 Patches by Jim Meyering.
2492 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2493 wcsrtombs must put it into initial state.
2495 1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2497 * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in
2498 argument of bswap_XX macro.
2500 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2502 * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2505 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
2507 * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2508 semun and use stdarg macros to get the value.
2509 * sysdeps/generic/semctl.c: Don't use union semun.
2511 * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2513 * string/basename.c [!_LIBC]: Define function as gnu_basename.
2515 * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2518 * stdlib/grouping.h: Accept ungrouped numbers even if locale
2521 * intl/hash-string.h: Don't include values.h.
2523 * inet/Makefile (tests): Add tst-ether_aton.
2524 * inet/tst-ether_aton.c: New file.
2526 * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2528 * inet/ether_aton.c (ether_aton): Declare result variable static.
2529 Reported by ahyung@unixg.ubc.ca.
2531 * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2532 Define macro _SEM_SEMUN_UNDEFINED instead.
2533 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2535 * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
2536 * stdio-common/Makefile (tests): Add tst-wc-printf.
2538 1998-04-28 16:32 Philip Blundell <philb@gnu.org>
2540 * manual/stdio.texi (Variable Arguments Output): Correct variable
2541 name. Patch from Ewan Mellor <em@nexus.co.uk>
2543 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2545 * intl/dcgettext.c: Remove unneeded definition of
2548 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2550 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2551 instead of do-iconv-test.
2552 ($(objpfx)gconv-modules): Define rule only if objpfx is not
2555 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2557 * string/string.h: Fix feature test.
2559 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2561 * iconvdata/iso646.c (BODY): Don't use character constants that
2562 depend on signedness of char.
2564 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2566 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2567 (sysdep_routines): Add s_pread64 and s_pwrite64.
2569 1998-04-27 09:54 Ulrich Drepper <drepper@cygnus.com>
2571 * iconvdata/Makefile (distribute): Remove generated .h files.
2572 * iconvdata/koi8-r.h: Removed.
2573 * iconvdata/latin-greek-1.h: Removed.
2574 * iconvdata/latin-greek.h: Removed.
2576 * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2577 * iconvdata/KOI-8: Likewise.
2578 * iconvdata/KOI-8..UTF8: Likewise.
2579 * iconvdata/KOI8-R: Likewise.
2580 * iconvdata/KOI8-R..UTF8: Likewise.
2582 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2584 * streams/Makefile (headers): Add sys/stropts.h.
2585 * streams/sys/stropts.h: New file.
2587 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2589 * sysdeps/unix/sysv/linux/ttyname.c,
2590 sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2591 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2593 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2595 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2596 argument of _itoa_word.
2598 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2600 * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2601 s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2602 caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2603 sigprocmask, resp., instead of EXTRA.
2605 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2606 s_pread64 and s_pwrite64.
2608 1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com>
2610 * iconvdata/Makefile: Correct rules to generate gap table.
2611 * iconvdata/gap.pl: Simplify.
2613 * iconvdata/TESTS: Name new tests.
2614 * iconvdata/testdata/CP1250: New file.
2615 * iconvdata/testdata/CP1250..UTF8: New file.
2616 * iconvdata/testdata/CP1251: New file.
2617 * iconvdata/testdata/CP1251..UTF8: New file.
2618 * iconvdata/testdata/CP1252: New file.
2619 * iconvdata/testdata/CP1252..UTF8: New file.
2620 * iconvdata/testdata/CP1253: New file.
2621 * iconvdata/testdata/CP1253..UTF8: New file.
2622 * iconvdata/testdata/CP1254: New file.
2623 * iconvdata/testdata/CP1254..UTF8: New file.
2624 * iconvdata/testdata/CP1255: New file.
2625 * iconvdata/testdata/CP1255..UTF8: New file.
2626 * iconvdata/testdata/CP1256: New file.
2627 * iconvdata/testdata/CP1256..UTF8: New file.
2628 * iconvdata/testdata/CP1257: New file.
2629 * iconvdata/testdata/CP1257..UTF8: New file.
2631 1998-04-26 Ulrich Drepper <drepper@cygnus.com>
2633 * iconvdata/Makefile: Add rules for ISO-2022-KR.
2634 * iconvdata/iso-2022-kr.c: New file.
2636 * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2639 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com>
2641 * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2642 iso8859-8 and iso8859-10.
2643 * iconvdata/iso8859-5.c: Change to use gap method.
2644 * iconvdata/iso8859-7.c: Likewise.
2645 * iconvdata/iso8859-8.c: Likewise.
2646 * iconvdata/iso8859-10.c: Likewise.
2648 * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2649 * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2651 * iconvdata/iso-2022-jp.c: New file.
2653 * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2654 * iconvdata/ksc5601.h: Unify function interfaces.
2655 * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2656 * iconvdata/uhc.c: Likewise.
2658 * iconvdata/gb2312.h: Use correct types.
2660 * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2661 size elements of data.
2663 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2665 * string/tst-svc.expect: Adapt for change in .input.
2666 * string/tst-svc.input: More tests.
2668 1998-04-24 17:15 Ulrich Drepper <drepper@cygnus.com>
2670 * iconvdata/Makefile: Add rules for new modules.
2671 * iconvdata/gconv-modules: Likewise.
2672 * iconvdata/cp737.c: New file.
2673 * iconvdata/cp737.h: New file.
2674 * iconvdata/cp775.c: New file.
2675 * iconvdata/cp775.h: New file.
2676 * iconvdata/cp874.c: New file.
2677 * iconvdata/cp874.h: New file.
2679 1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
2681 * iconvdata/Makefile: Create target directory before generating
2684 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2686 * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2687 __USER_LABEL_PREFIX__.
2688 (__ASMNAME, __ASMNAME2): New macros.
2690 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2692 * elf/dl-load.c: Include sys/param.h for MAX.
2694 1998-04-24 21:44 Richard Henderson <rth@cygnus.com>
2696 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2697 __ftruncate the strong symbol, and add weak alias.
2698 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2700 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2702 * termios/cfsetspeed.c: Make code cleaner and add missing const.
2703 Patch by Joe Keane <jgk@jgk.org>.
2705 * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2708 1998-04-24 13:56 Ulrich Drepper <drepper@cygnus.com>
2710 * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2711 Patch by Thomas Bushnell, n/BSG.
2713 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2715 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2717 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2719 * iconvdata/Makefile: Put generated headers in build directory.
2721 1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
2723 * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2724 strsep as current directory.
2726 * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2727 Java. Add definitions for unicodelittle implementation.
2728 * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2729 * iconv/gconv_simple.c: Define unicodelittle functions.
2731 * iconv/iconv_prog.c: Make program print information about position
2732 of illegal character in input.
2734 * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2735 comparison of charset name.
2736 * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2737 * iconvdata/ebcdic-at-de-a.c: Likewise.
2738 * iconvdata/ebcdic-at-de.c: Likewise.
2739 * iconvdata/ebcdic-ca-fr.c: Likewise.
2740 * iconvdata/euccn.c: Likewise.
2741 * iconvdata/eucjp.c: Likewise.
2742 * iconvdata/euckr.c: Likewise.
2743 * iconvdata/euctw.c: Likewise.
2744 * iconvdata/hp-roman8.c: Likewise.
2745 * iconvdata/iso6937.c: Likewise.
2746 * iconvdata/iso8859-1.c: Likewise.
2747 * iconvdata/iso8859-10.c: Likewise.
2748 * iconvdata/iso8859-2.c: Likewise.
2749 * iconvdata/iso8859-3.c: Likewise.
2750 * iconvdata/iso8859-4.c: Likewise.
2751 * iconvdata/iso8859-5.c: Likewise.
2752 * iconvdata/iso8859-6.c: Likewise.
2753 * iconvdata/iso8859-7.c: Likewise.
2754 * iconvdata/iso8859-8.c: Likewise.
2755 * iconvdata/iso8859-9.c: Likewise.
2756 * iconvdata/johab.c: Likewise.
2757 * iconvdata/koi-8.c: Likewise.
2758 * iconvdata/koi8-r.c: Likewise.
2759 * iconvdata/latin-greek-1.c: Likewise.
2760 * iconvdata/latin-greek.c: Likewise.
2761 * iconvdata/sjis.c: Likewise.
2762 * iconvdata/t61.c: Likewise.
2763 * iconvdata/uhc.c: Likewise.
2765 * iconvdata/iso646.c: Add support for more ISO 646 variants.
2766 * iconvdata/TESTS: Add tests for ISO646 module.
2767 * iconvdata/gconv-modules: Add new modules.
2768 * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2769 * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2770 * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2771 * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2772 * iconvdata/testdate/DIN_66003: Likewise.
2773 * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2774 * iconvdata/testdate/DS_2089: Likewise.
2775 * iconvdata/testdate/DS_2089..UTF8: Likewise.
2776 * iconvdata/testdate/ES: Likewise.
2777 * iconvdata/testdate/ES..UTF8: Likewise.
2778 * iconvdata/testdate/ES2: Likewise.
2779 * iconvdata/testdate/ES2..UTF8: Likewise.
2780 * iconvdata/testdate/GB_1988-80: Likewise.
2781 * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2782 * iconvdata/testdate/IT: Likewise.
2783 * iconvdata/testdate/IT..UTF8: Likewise.
2784 * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2785 * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2786 * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2787 * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2788 * iconvdata/testdate/JUS_I.B1.002: Likewise.
2789 * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2790 * iconvdata/testdate/KSC5636: Likewise.
2791 * iconvdata/testdate/KSC5636..UTF8: Likewise.
2792 * iconvdata/testdate/MSZ_7795.3: Likewise.
2793 * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2794 * iconvdata/testdate/NC_NC00-10: Likewise.
2795 * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2796 * iconvdata/testdate/NF_Z_62-010: Likewise.
2797 * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2798 * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2799 * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2800 * iconvdata/testdate/NS_4551-1: Likewise.
2801 * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2802 * iconvdata/testdate/NS_4551-2: Likewise.
2803 * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2804 * iconvdata/testdate/PT: Likewise.
2805 * iconvdata/testdate/PT..UTF8: Likewise.
2806 * iconvdata/testdate/PT2: Likewise.
2807 * iconvdata/testdate/PT2..UTF8: Likewise.
2808 * iconvdata/testdate/SEN_850200_B: Likewise.
2809 * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2810 * iconvdata/testdate/SEN_850200_C: Likewise.
2811 * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2813 * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2814 * iconvdata/cns11643l1.h: Likewise.
2815 * iconvdata/latin-greek-1.h: Likewise.
2816 * iconvdata/latin-greek.h: Likewise.
2817 * iconvdata/koi8-r.h: Likewise.
2818 * iconvdata/jis0212.h: Likewise.
2819 * iconvdata/gb2312.h: Likewise.
2820 * iconvdata/ksc5601.h: Likewise.
2822 * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2824 * iconvdata/Makefile: Add rules for lots of more modules.
2825 * iconvdata/cp1250.c: New file.
2826 * iconvdata/cp1251.c: New file.
2827 * iconvdata/cp1252.c: New file.
2828 * iconvdata/cp1253.c: New file.
2829 * iconvdata/cp1254.c: New file.
2830 * iconvdata/cp1255.c: New file.
2831 * iconvdata/cp1256.c: New file.
2832 * iconvdata/cp1257.c: New file.
2833 * iconvdata/ebcdic-dk-no-a.c: New file.
2834 * iconvdata/ebcdic-dk-no.c: New file.
2835 * iconvdata/ebcdic-es-a.c: New file.
2836 * iconvdata/ebcdic-es-s.c: New file.
2837 * iconvdata/ebcdic-es.c: New file.
2838 * iconvdata/ebcdic-fi-se-a.c: New file.
2839 * iconvdata/ebcdic-fi-se.c: New file.
2840 * iconvdata/ebcdic-fr.c: New file.
2841 * iconvdata/ebcdic-is-friss.c: New file.
2842 * iconvdata/ebcdic-it.c: New file.
2843 * iconvdata/ebcdic-pt.c: New file.
2844 * iconvdata/ebcdic-uk.c: New file.
2845 * iconvdata/ebcdic-us.c: New file.
2846 * iconvdata/ibm037.c: New file.
2847 * iconvdata/ibm038.c: New file.
2848 * iconvdata/ibm1004.c: New file.
2849 * iconvdata/ibm1026.c: New file.
2850 * iconvdata/ibm1047.c: New file.
2851 * iconvdata/ibm256.c: New file.
2852 * iconvdata/ibm273.c: New file.
2853 * iconvdata/ibm274.c: New file.
2854 * iconvdata/ibm275.c: New file.
2855 * iconvdata/ibm277.c: New file.
2856 * iconvdata/ibm278.c: New file.
2857 * iconvdata/ibm280.c: New file.
2858 * iconvdata/ibm281.c: New file.
2859 * iconvdata/ibm284.c: New file.
2860 * iconvdata/ibm285.c: New file.
2861 * iconvdata/ibm290.c: New file.
2862 * iconvdata/ibm297.c: New file.
2863 * iconvdata/ibm420.c: New file.
2864 * iconvdata/ibm423.c: New file.
2865 * iconvdata/ibm424.c: New file.
2866 * iconvdata/ibm437.c: New file.
2867 * iconvdata/ibm500.c: New file.
2868 * iconvdata/ibm850.c: New file.
2869 * iconvdata/ibm851.c: New file.
2870 * iconvdata/ibm852.c: New file.
2871 * iconvdata/ibm855.c: New file.
2872 * iconvdata/ibm857.c: New file.
2873 * iconvdata/ibm860.c: New file.
2874 * iconvdata/ibm861.c: New file.
2875 * iconvdata/ibm862.c: New file.
2876 * iconvdata/ibm863.c: New file.
2877 * iconvdata/ibm864.c: New file.
2878 * iconvdata/ibm865.c: New file.
2879 * iconvdata/ibm868.c: New file.
2880 * iconvdata/ibm869.c: New file.
2881 * iconvdata/ibm870.c: New file.
2882 * iconvdata/ibm871.c: New file.
2883 * iconvdata/ibm875.c: New file.
2884 * iconvdata/ibm880.c: New file.
2885 * iconvdata/ibm891.c: New file.
2886 * iconvdata/ibm903.c: New file.
2887 * iconvdata/ibm904.c: New file.
2888 * iconvdata/ibm905.c: New file.
2889 * iconvdata/ibm918.c: New file.
2891 * locale/iso-4217.def: Update.
2892 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
2894 * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2897 1998-04-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2899 * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2902 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2904 * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2905 * Makefile: Likewise.
2906 * posix/Makefile: Likewise.
2907 * sysdeps/mach/hurd/Makefile: Likewise.
2909 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2911 * sysdeps/mach/hurd/bits/dirent.h: New file.
2912 * sysdeps/mach/hurd/readdir64.c: New file.
2913 * sysdeps/mach/hurd/readdir64_r.c: New file.
2915 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2917 * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2918 dprintf): Synchronize declarations with libio/stdio.h.
2920 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2922 * elf/dlerror.c (dlerror): Don't assume that
2923 __libc_internal_tsd_get is defined. __libc_getspecific is already
2924 well-protected, so just use it directly.
2926 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2928 * io/ftw.h (ftw): Fix typo.
2930 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2932 * sysdeps/gnu/utmp_file.c: Fix typo.
2934 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2936 * iconvdata/run-iconv-test.sh: Fix more portability bugs. When
2937 one part of a test fails move on to the next test.
2939 1998-04-24 5:45 Richard Henderson <rth@cygnus.com>
2941 * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2943 1998-04-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2945 * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2946 as pointers, not signed integers.
2948 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2950 * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2952 1998-04-21 21:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
2954 * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2955 asm symbol name of functions.
2956 * include/features.h: Kill redundant test.
2958 * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2959 * io/ftw.h: Likewise.
2960 * io/sys/stat.h: Likewise.
2961 * io/sys/statfs.h: Likewise.
2962 * io/sys/statvfs.h: Likewise.
2963 * libio/stdio.h: Likewise.
2964 * resource/sys/resource.h: Likewise.
2965 * rt/aio.h: Likewise.
2967 * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2969 * signal/signal.h: Use new macros for BSD vs. SysV signal().
2971 * misc/Makefile: Drop bsd-compat.c. Make libbsd-compat.a
2973 * misc/bsd-compat.c: Removed.
2975 1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
2977 * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2978 function declaration.
2979 * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2980 and use them in conversion function.
2981 * iconvdata/Makefile (modules): Re-add ISO6446.
2982 * iconvdata/TEST: Add tests for ASCII variants.
2983 * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2984 * iconvdata/testdata/ANSI_X3.4-1968: New file.
2985 * iconvdata/testdata/BS_4730: New file.
2986 * iconvdata/testdata/BS_4730..UTF8: New file.
2988 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com>
2990 * iconv/gconv.h (struct gconv_step): Add element stateful.
2991 * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2992 to zero for all internal conversions.
2993 * iconv/skeleton.c: Initialize stateful depending on whether or not
2994 RESET_STATE is defined to one or zero respectively.
2995 * stdlib/mblen.c: Use stateful element of currently selected
2996 converter for result if S is NULL.
2997 * stdlib/mbtowc.c: Likewise.
2998 * stdlib/wctomb.c: Likewise.
3000 1998-04-21 18:00 Ulrich Drepper <drepper@cygnus.com>
3002 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3004 * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3006 * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3007 character in comparison with uint32_t.
3008 (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3009 (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3010 Optimize BODY a bit.
3012 * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3015 * iconv/skeleton.c: Also reset converted counter in case of an error.
3016 Call reset function using correct value for output buffer start.
3018 * iconvdata/Makefile: Re-enable tests.
3020 * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3021 value for to-conversion.
3023 * iconvdata/TESTS: Add new third column.
3024 * iconvdata/run-iconv-test.sh: Add support for charsets which are
3026 * iconvdata/testdata/suntzus: New file.
3028 * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3029 while reading. Correctly used base. Little optimization.
3030 (__strtoul_internal): Likewise.
3032 * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3033 was wrong. Use explicit variable.
3035 1998-04-20 23:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
3037 * configure.in: Check for awk.
3038 * config.make.in: Add AWK to be substituted.
3040 * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3041 * manual/users.texi: Fix typo exposed by above rewrite.
3043 * Makefile: Invoke awk using AWK variable.
3044 * csu/Makefile: Likewise.
3045 * elf/Makefile: Likewise.
3046 * mach/Makefile: Likewise.
3047 * manual/Makefile: Likewise.
3048 * sysdeps/gnu/Makefile: Likewise.
3049 * sysdeps/mach/hurd/Makefile: Likewise.
3050 * sysdeps/unix/Makefile: Likewise.
3051 * timezone/Makefile: Likewise.
3053 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3055 * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3056 array index translation.
3057 (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3060 * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3062 * sysdeps/mach/hurd/errlist.c: New file.
3063 (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3064 (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3065 semantics, so rename it.
3067 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3069 * iconvdata/run-iconv-test.sh: Make portable. Always test all
3072 1998-04-21 12:30 H.J. Lu <hjl@gnu.org>
3074 * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3075 * wcsmbs/wcsnrtombs.c: Likewise.
3077 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
3079 * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3081 * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3083 * time/strftime.c (my_strftime): Initialize pad variable in
3086 * iconvdata/big5.c: Don't use character constants in comparisons
3087 with unsigned value.
3089 1998-04-20 18:00 Ulrich Drepper <drepper@cygnus.com>
3091 * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3092 __libc_siglongjmp to GLIBC_2.1.
3094 * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3097 * iconv/Makefile: Don't run tests now.
3099 * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3100 with correct output buffer.
3102 Major rewrite of the low-level gconv functionality.
3103 * iconv/gconv.c: Rewritten.
3104 * iconv/gconv.h: Likewise.
3105 * iconv/gconv_builtin.c: Likewise.
3106 * iconv/gconv_builtin.h: Likewise.
3107 * iconv/gconv_conf.c: Likewise.
3108 * iconv/gconv_int.h: Likewise.
3109 * iconv/gconv_open.c: Likewise.
3110 * iconv/gconv_simple.c: Likewise.
3111 * iconv/iconv.c: Likewise.
3112 * iconvdata/8bit-gap.c: Likewise.
3113 * iconvdata/8bit-generic.c: Likewise.
3114 * iconvdata/Makefile: Likewise.
3115 * iconvdata/big5.c: Likewise.
3116 * iconvdata/cns11643.c: Likewise.
3117 * iconvdata/cns11643.h: Likewise.
3118 * iconvdata/cns11643l1.c: Likewise.
3119 * iconvdata/cns11643l1.h: Likewise.
3120 * iconvdata/ebcdic-at-de-a.c: Likewise.
3121 * iconvdata/ebcdic-at-de.c: Likewise.
3122 * iconvdata/ebcdic-ca-fr.c: Likewise.
3123 * iconvdata/euccn.c: Likewise.
3124 * iconvdata/eucjp.c: Likewise.
3125 * iconvdata/euckr.c: Likewise.
3126 * iconvdata/euctw.c: Likewise.
3127 * iconvdata/gb2312.c: Likewise.
3128 * iconvdata/gb2312.h: Likewise.
3129 * iconvdata/hp-roman8.c: Likewise.
3130 * iconvdata/iso646.c: Likewise.
3131 * iconvdata/iso6937.c: Likewise.
3132 * iconvdata/iso8859-1.c: Likewise.
3133 * iconvdata/iso8859-10.c: Likewise.
3134 * iconvdata/iso8859-2.c: Likewise.
3135 * iconvdata/iso8859-3.c: Likewise.
3136 * iconvdata/iso8859-4.c: Likewise.
3137 * iconvdata/iso8859-5.c: Likewise.
3138 * iconvdata/iso8859-6.c: Likewise.
3139 * iconvdata/iso8859-7.c: Likewise.
3140 * iconvdata/iso8859-8.c: Likewise.
3141 * iconvdata/iso8859-9.c: Likewise.
3142 * iconvdata/jis0201.c: Likewise.
3143 * iconvdata/jis0201.h: Likewise.
3144 * iconvdata/jis0208.c: Likewise.
3145 * iconvdata/jis0208.h: Likewise.
3146 * iconvdata/jis0212.c: Likewise.
3147 * iconvdata/jis0212.h: Likewise.
3148 * iconvdata/johab.c: Likewise.
3149 * iconvdata/koi-8.c: Likewise.
3150 * iconvdata/koi8-r.c: Likewise.
3151 * iconvdata/ksc5601.c: Likewise.
3152 * iconvdata/ksc5601.h: Likewise.
3153 * iconvdata/latin-greek-1.c: Likewise.
3154 * iconvdata/latin-greek.c: Likewise.
3155 * iconvdata/run-iconv-test.sh: Likewise.
3156 * iconvdata/sjis.c: Likewise.
3157 * iconvdata/t61.c: Likewise.
3158 * iconvdata/uhc.c: Likewise.
3159 * wcsmbs/btowc.c: Likewise.
3160 * wcsmbs/mbrtowc.c: Likewise.
3161 * wcsmbs/mbsnrtowcs.c: Likewise.
3162 * wcsmbs/mbsrtowcs.c: Likewise.
3163 * wcsmbs/wcrtomb.c: Likewise.
3164 * wcsmbs/wcsmbsload.c: Likewise.
3165 * wcsmbs/wcsnrtombs.c: Likewise.
3166 * wcsmbs/wcsrtombs.c: Likewise.
3167 * wcsmbs/wctob.c: Likewise.
3168 * iconv/loop.c: New file.
3169 * iconv/skeleton.c: New file.
3171 * stdlib/mblen.c: Handle empty input string correctly.
3172 * stdlib/mbtowc.c: Likewise.
3174 * posix/getopt.c: Various cleanups.
3176 * sysdeps/arm/bits/setjmp.h: Add copyright text.
3177 * sysdeps/i386/bits/setjmp.h: Likewise.
3178 * sysdeps/m68k/bits/setjmp.h: Likewise.
3179 * sysdeps/powerpc/bits/setjmp.h: Likewise.
3180 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3182 * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3183 and make longjmp weak alias.
3185 1998-04-18 20:29 Philip Blundell <Philip.Blundell@pobox.com>
3187 * iconv/Makefile (routines): Only include gconv_dl if building for
3188 an ELF system - dynamic linking is not available on a.out.
3189 (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3191 * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3192 routines from gconv_dl.
3194 1998-04-17 Gordon Matzigkeit <gord@profitpress.com>
3196 * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3197 we can compile without libio.
3199 1998-04-20 16:28 Ulrich Drepper <drepper@cygnus.com>
3201 * sysdeps/mach/hurd/Subdirs: Remove login.
3203 1998-04-11 Gordon Matzigkeit <gord@profitpress.com>
3205 * db2/compat.h: Include <errno.h>, to make sure we get the
3206 definition of EFTYPE before we define it ourselves.
3208 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3210 * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3211 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3212 Fix typo to allow inclusion from sys/ioctl.h again.
3214 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3216 * iconvdata/*.[ch]: Clean up namespace. Optimize character lookup.
3218 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3220 * libc.map: Export __strerror_r. Remove _strerror_internal.
3222 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3224 * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3225 Also undefine __strcasestr.
3227 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3229 * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3230 aliases do not work with global variables due to copy relocations.
3232 1998-04-20 15:12 Ulrich Drepper <drepper@cygnus.com>
3234 * manual/creature.texi: Fix type. Patch by Andreas Schwab.
3236 1998-04-20 13:47 Ulrich Drepper <drepper@cygnus.com>
3238 * signal/sighold.c: Include stddef.h for NULL definition.
3239 * signal/sigrelse.c: Likewise.
3240 * sysdeps/posix/sigignore.c: Likewise.
3241 * sysdeps/posix/sigset.c: Likewise.
3242 * sysdeps/posix/waitid.c: Likewise.
3243 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3244 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3245 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3246 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3247 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3249 1998-04-13 Mark Kettenis <kettenis@phys.uva.nl>
3251 * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3252 * login/getutent.c (getutxent): Remove alias.
3253 * login/getutent_r.c (setutxent, pututxline, endutxent):
3255 * login/getutid.c (getutxid): Remove alias.
3256 * login/getutline.c (getutxline): Remove alias.
3257 * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3258 __getutid, __getutline and __pututline.
3259 * login/utmpx.h: Moved to ...
3260 * sysdeps/gnu/utmpx.h: ... here. [__USE_GNU]: Define UTMPX_FILE,
3261 UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3263 * login/updwtmp.c: Moved to ...
3264 * sysdeps/generic/updwtmp.c: ... here. (updwtmp): Generalized by
3265 allowing file name transformation.
3266 * sysdeps/gnu/updwtmp.c: New file. Use generic implementation with
3267 additional file name transformation.
3268 * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3269 * login/utmp_file.c: Moved to ...
3270 * sysdeps/generic/utmp_file.c: ... here. (setutent_file):
3271 Generalized by allowing file name transformation. Do not
3272 print error message. Library functions should not print them.
3273 Reported by Jim Meyering.
3274 * sysdeps/gnu/utmp_file.c: New file. Use generic implementation
3275 with additional file name transformation.
3276 * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3277 * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3278 setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3279 pututxline, utmpxname and updwtmpx. (sysdep_headers): Add utmpx.h
3281 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3282 (_PATH_UTMPX): Define to _PATH_UTMP. (_PATH_WTMPX): Define to
3283 _PATH_WTMPX. (RUN_LVL): Define only if __USE_GNU. (ACCOUNTING):
3284 Define if __USE_GNU.
3285 * sysdeps/generic/setutxent.c: New file.
3286 * sysdeps/generic/getutxent.c: New file.
3287 * sysdeps/generic/endutxent.c: New file.
3288 * sysdeps/generic/getutxid.c: New file.
3289 * sysdeps/generic/getutxline.c: New file.
3290 * sysdeps/generic/pututxline.c: New file.
3291 * sysdeps/generic/utmpxname.c: New file.
3292 * sysdeps/generic/updwtmpx.c: New file.
3293 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3294 * sysdeps/generic/bits/utmpx.h: Remove.
3296 1998-04-20 Ulrich Drepper <drepper@cygnus.com>
3298 * posix/wordexp-test.c (main): Initialize ifs element of ts for
3301 1998-04-17 07:53 H.J. Lu <hjl@gnu.org>
3303 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3305 1998-04-17 11:32 Ulrich Drepper <drepper@cygnus.com>
3307 * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3308 variable using _G_stat64.
3309 * libio/fileops.c: Remove macro definition of fstat, it is in the
3311 Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3313 1998-04-17 Philip Blundell <pb@nexus.co.uk>
3315 * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3316 <willy@odie.barnet.ac.uk>.
3318 1998-04-16 Philip Blundell <Philip.Blundell@pobox.com>
3320 * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3321 required by IPv6 Basic API.
3322 (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3323 (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3324 (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3325 (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3327 1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com>
3329 Don't name internal representation since it might be different from
3330 the external form (namely on little endian machines).
3331 * iconv/gconv_builtin.h: Add UCS4 support. Change references to
3332 UCS4 into references to INTERNAL.
3333 * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3334 Add endianess support to UCS functions. Change references to
3335 UCS4 into references to INTERNAL.
3336 * iconv/gconv_int.h: Change references to UCS4 into references to
3338 * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3339 * iconvdata/gconv-modules: Change accordingly.
3340 * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3342 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3344 * iconvdata/8bit-gap.c: Likewise.
3345 * iconvdata/8bit-generic.c: Likewise.
3346 * iconvdata/big5.c: Likewise.
3347 * iconvdata/euccn.c: Likewise.
3348 * iconvdata/eucjp.c: Likewise.
3349 * iconvdata/euckr.c: Likewise.
3350 * iconvdata/euctw.c: Likewise.
3351 * iconvdata/iso646.c: Likewise.
3352 * iconvdata/iso6937.c: Likewise.
3353 * iconvdata/iso8859-1.c: Likewise.
3354 * iconvdata/johab.c: Likewise.
3355 * iconvdata/sjis.c: Likewise.
3356 * iconvdata/t61.c: Likewise.
3357 * iconvdata/uhc.c: Likewise.
3359 * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3360 * iconvdata/8bit-generic.c: Likewise.
3362 * iconvdata/TESTS: Add more tests.
3364 * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3366 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com>
3368 * iconvdata/Makefile: Better rules to run tests.
3370 * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3371 * iconvdata/testdata/ISO-8859-10: Likewise.
3372 * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3373 * iconvdata/testdata/ISO-8859-2: Likewise.
3374 * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3375 * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3376 * iconvdata/testdata/ISO-8859-3: Likewise.
3377 * iconvdata/testdata/ISO-8859-4: Likewise.
3378 * iconvdata/testdata/ISO-8859-5: Likewise.
3379 * iconvdata/testdata/ISO-8859-6: Likewise.
3380 * iconvdata/testdata/ISO-8859-7: Likewise.
3381 * iconvdata/testdata/ISO-8859-8: Likewise.
3382 * iconvdata/testdata/ISO-8859-9: Likewise.
3384 1998-04-15 Ulrich Drepper <drepper@cygnus.com>
3386 * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3387 intermediate result (if available).
3389 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3392 * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3393 (distribute): Add run-iconv-test.sh and testdata/*.
3395 * stdlib/testmb.c (main): Simplify mbc array handling.
3397 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3399 * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix
3400 return value on overflow.
3402 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3404 * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3407 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3409 * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3410 of non-standard function setbuffer.
3412 1998-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3414 * stdio-common/perror.c: Include <string.h> for __strerror_r.
3416 1998-04-14 23:54 Ulrich Drepper <drepper@cygnus.com>
3418 * iconvdata/Makefile: Add rules to run tests.
3419 * iconvdata/TESTS: New file.
3420 * iconvdata/run-iconv-test.sh: New file.
3421 * iconvdata/testdata/ISO-8859-1: New file.
3423 * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3426 1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
3428 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3429 counter element of step.
3431 * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3433 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3435 (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
3437 (__gconv_transform_utf8_ucs4): Correct test for empty input.
3439 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3441 * Makefile: Include makeconfig before defining rule to regenerate
3444 * configure.in: Remove restriction on compiling without static
3447 1998-04-14 16:34 Ulrich Drepper <drepper@cygnus.com>
3449 * test-skeleton.c: Provide hook for initializing code before the fork.
3450 * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3453 * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3454 * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3455 * libio/libioP.h: Adopt _IO_cleanup prototype.
3457 * stdlib/Makefile (tests): Add test-canon2.
3458 * stdlib/test-canon2.c: New file.
3459 * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3460 be NULL. Use __lxstat, not __lstat. Correctly recognize long
3462 (__realpath): Make real function which checks RESOLVED parameter for
3465 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3467 * catgets/open_catalog.c (__open_catalog): Fix problems with
3468 reading non-files. Always close file.
3469 Reported by Cristian Gafton <gafton@redhat.com>.
3471 * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3473 1998-04-14 13:28 Ulrich Drepper <drepper@cygnus.com>
3475 * libc.map: Add various low-level I/O functions.
3477 1998-04-14 10:35 Ulrich Drepper <drepper@cygnus.com>
3479 * string/Makefile (routines): Remove strerror_r.
3480 * string/strerror_r.c: Removed.
3481 * string/strerror.c: Call __strerror_r for doing the real work.
3482 * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3483 add weak alias strerror_r.
3484 * sysdeps/mach/_strerror.c: Likewise.
3485 * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3486 * elf/dl-error.c (_dl_signal_error): Likewise.
3487 * elf/dl-profile.c (_dl_start_profile): Likewise.
3488 * gmon/gmon.c (write_gmon): Likewise.
3489 * stdio-common/perror.c: Likewise.
3490 * stdio-common/vfprintf.c: Likewise.
3492 1998-04-10 Mark Kettenis <kettenis@phys.uva.nl>
3494 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3495 (sysdep_headers): Add netatalk/at.h.
3497 1998-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3499 * manual/socket.texi, manual/creature.texi, manual/time.texi:
3502 1998-04-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3504 * posix/regex.c: Rename __re_syntax_options back to
3505 re_syntax_options, aliases do not work with global variables due
3506 to copy relocations.
3507 (regex_compile): Use syntax parameter instead of
3510 1998-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3512 * configure.in: Document that enable-force-install is default.
3514 1998-04-13 Ulrich Drepper <drepper@cygnus.com>
3516 * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3518 * sysdeps/posix/mkstemp.c: Likewise.
3520 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com>
3522 * iconvdata/8bit-gap.c: Simplify step data handling.
3523 * iconvdata/8bit-generic.c: Likewise.
3524 * iconvdata/big5.c: Likewise.
3525 * iconvdata/euccn.c: Likewise.
3526 * iconvdata/eucjp.c: Likewise.
3527 * iconvdata/euckr.c: Likewise.
3528 * iconvdata/euctw.c: Likewise.
3529 * iconvdata/iso6937.c: Likewise.
3530 * iconvdata/iso8859-1.c: Likewise.
3531 * iconvdata/jis0208.h: Likewise.
3532 * iconvdata/jis0212.c: Likewise.
3533 * iconvdata/jis0212.h: Likewise.
3534 * iconvdata/johab.c: Likewise.
3535 * iconvdata/ksc5601.h: Likewise.
3536 * iconvdata/sjis.c: Likewise.
3537 * iconvdata/t61.c: Likewise.
3538 * iconvdata/uhc.c: Likewise.
3540 1998-04-13 16:36 Ulrich Drepper <drepper@cygnus.com>
3542 * manual/texinfo.texi: Updated from last version.
3544 1998-04-13 14:52 Ulrich Drepper <drepper@cygnus.com>
3546 * iconvdata/cns11643.c: New file.
3547 * iconvdata/cns11643.h: New file.
3548 * iconvdata/cns11643l1.c: New file.
3549 * iconvdata/cns11643l1.h: New file.
3550 * iconvdata/euctw.c: New file.
3551 * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3552 * iconvdata/gconv-modules: Likewise.
3554 * iconvdata/eucjp.c: Several bug fixes and improvements.
3555 * iconvdata/gb2312.h: Likewise.
3556 * iconvdata/jis0201.h: Likewise.
3557 * iconvdata/jis0208.h: Likewise.
3558 * iconvdata/jis0212.h: Likewise.
3560 1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com>
3562 * iconvdata/eucjp.c: New file.
3563 * iconvdata/euccn.c: New file.
3564 * iconvdata/gb2312.h: New file.
3565 * iconvdata/gb2312.c: New file.
3566 * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3567 * iconvdata/gconv-modules: Likewise.
3569 * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3571 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3573 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3574 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3575 Patch by Mark Hatle <fray@kernel.crashing.org>.
3577 1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
3579 * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3581 (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3582 (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3584 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3586 * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
3588 * iconvdata/Makefile: Add rules for big5 conversion.
3589 * iconvdata/gconv-modules: Likewise.
3590 * iconvdata/big5.c: New file.
3592 * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
3593 Patch by Jim Meyering.
3595 1998-04-11 Ulrich Drepper <drepper@cygnus.com>
3597 * rt/tst-aio.c: Add test for aio_read and lio_listio.
3599 * rt/lio_listio.c: Correct total counter handling.
3601 * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements