1 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3 * nscd/connections.c (handle_new_request): Handle POLLHUP
5 (close_sockets): Correct parameter to dbg_log.
7 1998-06-27 David S. Miller <davem@pierdol.cobaltmicro.com>
9 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
10 Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
11 (elf_machine_fixup_plt): Likewise.
12 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
13 _dl_pagesize not set, use system call to always get correct answer.
14 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
15 (__syscall_getpagesize): Add
17 1998-06-27 Ulrich Drepper <drepper@cygnus.com>
19 * resolv/res_send.c (res_send): Fix typo.
21 1998-06-25 Andi Kleen <ak@muc.de>
23 * inet/rcmd.c (rcmd): Change to use __poll instead of select.
24 * resolv/res_send.c (res_send): Likewise.
26 1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com>
28 * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
29 * sysdeps/unix/sysv/linux/poll.c: Likewise.
31 1998-06-27 7:07 Richard Henderson <rth@cygnus.com>
33 * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
34 * math/atest-exp2.c (exp_mpn, main): Likewise.
35 * math/atest-sincos.c (main): Likewise.
37 * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow. Move
38 base handling away from strtoul. Always reset errno.
40 * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
42 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
43 _dl_profile_map if _dl_name_match_p.
44 (RTLD_START): Fix .prologue. Set __libc_stack_end.
45 * sysdeps/alpha/elf/start.S: Pass sp as arg 7. Kill __data_start.
47 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
50 * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
51 * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
52 * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
54 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
56 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
58 1998-06-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
60 * nis/nis_call.c: Don't copy server structure.
61 * nis/nis_intern.h: Remove unused entries.
62 * nis/nis_table.c: Rewrite __create_ib_request.
64 1998-06-26 14:37 Ulrich Drepper <drepper@cygnus.com>
66 * configure.in: Check for -fexceptions.
67 * config.make.in: Define exceptions, not no-exceptions.
68 * misc/sys/cdefs.h: Define __PMT. When using modern g++ define
70 * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
72 * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
73 * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
74 lfind, and lsearch prototpypes.
75 * stdlib/stdlib.h: Likewise for bsearch and qsort.
77 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
79 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
81 1998-06-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
83 * Makefile (remove-old-headers): Make phony.
85 * configure.in: Substitute @old_glibc_headers@.
87 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
89 * libc.map: Remove __libc_uid.
91 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
93 * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
96 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
98 * libc.map: Add Alpha-specific io function from protected namespace.
100 1998-06-25 19:26 Ulrich Drepper <drepper@cygnus.com>
102 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
103 * locale/Makefile: Define locale-CPPFLAGS instead of redefining
106 * libc.map: Export __sigaction.
108 1998-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
110 * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
111 (from Linux 2.1.107).
113 1998-06-24 Ulrich Drepper <drepper@cygnus.com>
115 * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
116 position when file was opened here.
117 Reported by Howard Chu <hyc@platinum.com>.
119 * sysdeps/generic/glob.c: Also protect FNM_* macros from being
120 undefined in a second inclusion.
122 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
124 * sysdeps/mach/hurd/i386/Makefile: New file.
125 * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
127 (_hurd_stack_setup): Renamed
128 from __libc_init_first.
129 (__libc_init_first): New function.
130 * sysdeps/mach/hurd/i386/static-start.S: New file.
132 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
134 * sysdeps/mach/hurd/i386/init-first.c
136 1998-06-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
138 * grp/initgroups.c: Use _CALL_DL_FCT.
140 1998-06-23 Mark Kettenis <kettenis@phys.uva.nl>
142 * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
144 1998-06-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
146 * manual/terminal.texi (Pseudo-Terminals): Correct typos.
148 1998-06-23 Ulrich Drepper <drepper@cygnus.com>
150 * config.make.in: Remove LDAP support.
151 * nss/Makefile: Likewise.
153 1998-06-22 17:02 Ulrich Drepper <drepper@cygnus.com>
155 * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
156 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
157 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
158 * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
160 1998-06-02 Gordon Matzigkeit <gord@profitpress.com>
162 * mach/Makefile: Change `mv' invocations to `mv -f'.
163 * mach/Machrules: Likewise.
165 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
167 * config.make.in (old-glibc-headers): Add it.
169 * configure.in: Add test for glibc 2.0.x headers.
171 * Makefile (headers2_0): New variable - contains so far only
172 Linux/Intel glibc 2.0.x headers.
173 (remove-old-headers): New rule to remove headers from glibc 2.0.x.
174 (install): Depend on remove-old-headers.
176 1998-06-19 Mark Kettenis <kettenis@phys.uva.nl>
178 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
179 make ftruncate a weak alias.
180 * sysdeps/mach/hurd/ftruncate.c: Really define function as
182 * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
183 (truncate): Fix function defenition to match prototype.
185 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
187 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
188 unlockpt, ptsname, ptsname_r, openpty and forkpty.
190 1998-06-22 Ulrich Drepper <drepper@cygnus.com>
192 * sysdeps/generic/glob.c: Make it possible to include glob.h
193 before loading glob.c.
194 Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
196 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
198 * nscd/connections.c: Use poll() instead of select().
200 1998-06-22 14:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
202 * sysdeps/generic/Dist: Fix typo.
204 1998-06-20 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
206 * nis/nis_add.c: Avoid unnecessary strlen () calls.
207 * nis/nis_addmember.c: Likewise.
208 * nis/nis_call.c: Likewise.
209 * nis/nis_creategroup.c: Likewise.
210 * nis/nis_destroygroup.c: Likewise.
211 * nis/nis_findserv.c: Likewise.
212 * nis/nis_ismember.c: Likewise.
213 * nis/nis_print.c: Likewise.
214 * nis/nis_print_group_entry.c: Likewise.
215 * nis/nis_removemember.c: Likewise.
216 * nis/nis_verifygroup.c: Likewise.
217 * nis/ypclnt.c: Likewise.
219 * nis/nis_file.c: Close file handles.
221 * nis/nis_callback.c: Fix typo.
223 1998-06-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
225 * nis/Makefile: Add nis-initgroups and compat-initgroups.
226 * nis/libnss_compat.map: Add _nss_compat_initgroups.
227 * nis/libnss_nis.map: Add _nss_nis_initgroups.
228 * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
229 * nis/nss_nis/nis-initgroups.c: Likewise.
230 * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
231 __nss_lookup_function and make it public.
232 * grp/initgroups.c: Rewrite, to use initgroups function from NSS
233 module if exists, else use old method.
235 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
237 * nss/getXXbyYY_r.c (lookup_function): Correct return in type
239 * nss/getXXent_r.c (set_function, end_function, get_function):
240 Likewise. Reported by Thorsten Kukuk.
242 * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
244 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
246 * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
247 1998-06-16 and distribute kernel_termios.h.
249 * nis/Makefile (distribute): Add nis_xdr.h.
251 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
253 * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
254 kernels that don't have sigaltstack.
256 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
258 * sysdeps/generic/bits/sem.h: Don't define union semun.
260 * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
262 * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
264 * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
267 1998-06-18 21:45 Ulrich Drepper <drepper@cygnus.com>
269 * signal/signal.h: Add prototype for __sigaltstack.
270 * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
271 Remove sigstack entry.
272 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
273 * sysdeps/unix/sysv/linux/sigstack.c: New file.
275 * sysdeps/i386/backtrace.c: Add casts.
277 1998-06-18 19:49 Ulrich Drepper <drepper@cygnus.com>
279 * intl/dcgettext.c: use complete type name.
280 * intl/hash-string.h: Likewise.
282 * intl/localealias.c: Undo patch from 1998-04-29.
283 * intl/l10nflist.c: Likewise.
284 * intl/loadinfo.h: Likewise.
286 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
288 * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
290 1998-06-18 16:40 Ulrich Drepper <drepper@cygnus.com>
292 * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
293 _dl_mcount, _dl_mcount_wrapper.
294 * elf/Makefile (routines): Add dl-profstub.
295 * elf/dl-profstub.c: New file.
296 * elf/dl-support.c: Don't define _dl_profile_map.
297 * elf/rtld.c: Likewise.
298 * elf/dlfcn.h: Define DL_CALL_FCT macro.
299 * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
301 * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
303 * iconv/gconv_db.c: Likewise.
304 * iconv/skeleton.c: Likewise.
305 * nss/getXXbyYY_r.c: Likewise.
306 * nss/getXXent_r.c: Likewise.
307 * nss/nsswitch.c: Likewise.
309 1998-06-18 12:29 Ulrich Drepper <drepper@cygnus.com>
311 * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
312 * sysdeps/libm-i387/e_scalbf.S: Likewise.
313 * sysdeps/libm-i387/e_scalbl.S: Likewise.
315 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
317 * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
320 1998-06-18 10:26 Ulrich Drepper <drepper@cygnus.com>
322 * iconvdata/Makefile (modules): Add MACINTOSH.
323 (MACINTOSH-routines): New variable.
324 (distribute): Add macintosh.c.
325 (awk-generated-headers): Add macintosh.h.
326 Add rule for macintosh.h generation.
327 * iconvdata/gconv-modules: Add definitions for MACINTOSH.
328 * iconvdata/macintosh.c: New file.
330 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
332 * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
334 * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
335 only should happen for cy != 0.
337 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
340 1998-06-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
342 * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
343 to compare stack addresses.
345 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
347 * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
350 1998-06-16 David S. Miller <davem@dm.cobaltmicro.com>
352 * sysdeps/sparc/sparc32/dl-machine.h
353 (elf_machine_fixup_plt): During rtld bootstrap, always perform
354 flushes as the kernel will emulate it when the underlying cpu does
357 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
358 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
360 * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
361 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
364 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
365 (__clone): Branch to label .Lerror not __clone_syscall_error.
366 (.Lerror): Fixup EINVAL setting.
367 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
368 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
369 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
370 (__syscall_getgroups, __syscall_setgroups): Add.
372 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
373 (__sigaction): Member name is k_sa_handler. Use memcpy to copy
376 1998-06-16 Ulrich Drepper <drepper@cygnus.com>
378 * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
380 * string/Makefile: Make sure test-ffs does not use builtins.
382 1998-06-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
384 * sunrpc/svc.c: Check for NULL pointer.
386 * nis/libnsl.map: Add public NIS+ xdr functions.
388 * nis/rpcsvc/nis_callback.h: New file.
389 * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
390 * nis/nis_xdr.h: ... here.
392 * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
393 pointers, use NIS+ defines where possible.
394 * nis/nis_cache.c: Likewise.
395 * nis/nis_cache2_xdr.c: Likewise.
396 * nis/nis_call.c: Likewise.
397 * nis/nis_checkpoint.c: Likewise.
398 * nis/nis_clone_dir.c: Likewise.
399 * nis/nis_clone_obj.c: Likewise.
400 * nis/nis_clone_res.c: Likewise.
401 * nis/nis_creategroup.c: Likewise.
402 * nis/nis_file.c: Likewise.
403 * nis/nis_free.c: Likewise.
404 * nis/nis_getservlist.c: Likewise.
405 * nis/nis_local_names.c: likewise.
406 * nis/nis_lookup.c: Likewise.
407 * nis/nis_mkdir.c: Likewise.
408 * nis/nis_modify.c: Likewise.
409 * nis/nis_ping.c: Likewise.
410 * nis/nis_print.c: Likewise.
411 * nis/nis_remove.c: Likewise.
412 * nis/nis_removemember.c: Likewise.
413 * nis/nis_rmdir.c: Likewise.
414 * nis/nis_server.c: Likewise.
415 * nis/nis_table.c: Likewise.
416 * nis/nis_util.c: Likewise.
417 * nis/nis_verifygroup.c: Likewise.
418 * nis/nis_xdr.c: Likewise.
419 * nis/nis_callback.c: Likewise, and move xdr functions from here ...
420 * nis/nis_xdr.c: ... to here.
422 1998-06-15 18:07 Ulrich Drepper <drepper@cygnus.com>
424 * iconvdata/ksc5601.h: Clean up a bit.
426 1998-06-15 14:35 Ulrich Drepper <drepper@cygnus.com>
428 * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
429 and process incoming data.
430 * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
431 fragments as invalid.
432 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
434 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
436 Removal of duplicates like "the the".
437 * manual/time.texi (TZ Variable): Likewise.
438 * manual/users.texi (Manipulating the Database): Likewise.
439 * manual/sysinfo.texi (Filesystem handling): Likewise.
440 * manual/signal.texi (Signaling Yourself): Likewise.
441 * manual/message.texi (Message Translation): Likewise.
442 (Common Usage): Likewise.
443 * manual/llio.texi: Likewise.
444 * manual/arith.texi (Old-style number conversion): Likewise.
445 * manual/argp.texi (Argp): Likewise.
446 (Argp Parsers): Likewise.
447 (Argp Help Filtering): Likewise.
449 * hesiod/README.hesiod: Correct typo.
451 * manual/llio.texi: Correct typos.
452 * manual/sysinfo.texi: Likewise.
454 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
456 * rt/aio.h: Rename __op to __operation for g++.
458 1998-06-13 20:17 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
460 * iconvdata/gen-8bit-gap.sh: Use awk not perl. Clean up sed
462 * iconvdata/gen-8bit-gap-1.sh: Likewise.
463 * iconvdata/gen-8bit.sh: Clean up sed script.
465 * iconvdata/Makefile: Remove all PERL conditionals; build all
466 the modules all the time. Export AWK.
467 (gen-8bit-gap): Delete setting of PERL.
468 (gen-8bit-gap-1): Likewise.
469 (perl-generated-headers): Renamed awk-generated-headers.
471 * iconvdata/gap.pl: Removed.
472 * iconvdata/gaptab.pl: Removed.
473 * iconvdata/gap.awk: New file.
474 * iconvdata/gaptab.awk: New file.
476 1998-06-15 Ulrich Drepper <drepper@cygnus.com>
478 * sysdeps/generic/Dist: Add errno-loc.c.
480 * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
483 1998-06-14 14:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
485 * stdio-common/bug12.c: New test for fread()/fseek().
486 * stdio-common/Makefile (tests): Add bug12.
488 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
490 * sysdeps/generic/elf/backtracesyms.c: Make array elements
492 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
493 * debug/execinfo.h: Update declaration.
495 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
497 * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
498 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
499 * debug/execinfo.h: Update declaration.
501 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
503 * manual/llio.texi: Fix spelling.
504 * manual/sysinfo.texi: Fix spelling.
506 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
508 * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
509 alias for old name. Put this on __libc_subfreeres.
510 * misc/search.h: Declare it.
512 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
514 * string/bits/string2.h (strcmp): Add missing parens around macro
517 1998-06-12 23:34 Ulrich Drepper <drepper@cygnus.com>
519 * manual/arith.texi: Fix problem with @math and texinfo.tex.
521 * manual/filesys.texi: Document LFS functions.
522 * manual/llio.texi: Likewise.
523 * manual/stdio.texi: Likewise.
524 * manual/time.texi: Likewise.
526 * manual/llio.texi: Document AIO functions.
528 * resource/sys/resource.h: Mark second argument of setrlimit as const.
529 * sysdeps/generic/setrlimit.c: Likewise.
530 * sysdeps/generic/setrlimit64.c: Likewise.
531 * sysdeps/mach/hurd/setrlimit.c: Likewise.
532 * sysdeps/unix/sysv/setrlimit.c: Likewise.
534 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
536 * sysdeps/generic/getenv.c: Fix last change.
538 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
540 * sysdeps/generic/backtrace.c: Provide generic implementation.
542 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
544 * configure.in: Give visual feedback of the default directories we
547 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
549 * io/fts.c (fts_build): Define oflag only if needed.
551 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
553 * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
555 1998-06-11 Ulrich Drepper <drepper@cygnus.com>
557 * libc.map: Don't export argp's fmtstream handling functions.
559 * manual/sysinfo.texi: Document fstab and mtab handling functions.
560 * manual/llio.texi: Document more LFS functions and start documenting
563 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
565 * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
566 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
567 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
568 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
570 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
572 * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
573 makes it easier to undump emacs.
574 * sysdeps/powerpc/bits/endian.h: Use more informative error message
575 for when the endianness can't be determined.
577 1998-06-04 13:19 Geoff Keating <geoffk@ozemail.com.au>
579 * nss/Makefile: Add files publickey database support.
580 * nss/libnss_files.map: Export the required functions.
581 * nss/nss_files/files-key.c: Implement it.
582 * sunrpc/rpc/auth_des.h: Correct typos in comments.
584 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
586 * iconv/gconv_builtin.h: Add aliases for CORBA.
587 * iconvdata/gconv-modules: Likewise.
589 1998-06-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
591 * math/libm-test.c (main): Call exp10_test.
592 (exp10_test): New function which tests exp10.
594 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
596 * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
599 * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
600 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
601 * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
603 1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
605 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
606 in the variable, not its GOT slot.
608 1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
610 * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
612 * sysdeps/m68k/fpu/e_exp10.c: New file.
613 * sysdeps/m68k/fpu/e_exp10f.c: New file.
614 * sysdeps/m68k/fpu/e_exp10l.c: New file.
616 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
617 _dl_profile_map only if the name matches.
618 (_dl_start_user): Remember stack address.
619 * sysdeps/m68k/elf/start.S: Pass new argument to
622 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
624 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
625 * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
626 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
627 * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
628 * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
630 1998-06-09 18:16 Ulrich Drepper <drepper@cygnus.com>
632 * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
633 * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
634 * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
635 * math/bits/mathcalls.h: Add definitions for exp10 and pow10
637 * sysdeps/libm-i387/e_exp10.S: New file.
638 * sysdeps/libm-i387/e_exp10f.S: New file.
639 * sysdeps/libm-i387/e_exp10l.S: New file.
640 * sysdeps/libm-ieee754/e_exp10.c: New file.
641 * sysdeps/libm-ieee754/e_exp10f.c: New file.
642 * sysdeps/libm-ieee754/e_exp10l.c: New file.
643 * sysdeps/libm-ieee754/w_exp10.c: New file.
644 * sysdeps/libm-ieee754/w_exp10f.c: New file.
645 * sysdeps/libm-ieee754/w_exp10l.c: New file.
646 * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
648 1998-05-25 22:18 H.J. Lu <hjl@gnu.org>
650 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
651 sys/elf.h and sys/reg.h.
652 * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
653 * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
654 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
655 * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
657 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
658 PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
660 1998-06-09 Ulrich Drepper <drepper@cygnus.com>
662 * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
663 __data member only for gcc. Reported by ak@muc.de.
665 * misc/mntent.h: Undo last patch.
666 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
667 * misc/tst/mntent.c: Adjust code for this change.
669 * io/fts.c: Updated from a slightly more recent BSD version.
670 * io/fts.h: Likewise.
672 * libc.map: Add __libc_stack_end.
674 * db2/Makefile (routines): Add lock_region.
675 * db2/config.h: Update from db-2.4.14.
676 * db2/db.h: Likewise.
677 * db2/db_185.h: Likewise.
678 * db2/db_int.h: Likewise.
679 * db2/btree/bt_close.c: Likewise.
680 * db2/btree/bt_compare.c: Likewise.
681 * db2/btree/bt_conv.c: Likewise.
682 * db2/btree/bt_cursor.c: Likewise.
683 * db2/btree/bt_delete.c: Likewise.
684 * db2/btree/bt_open.c: Likewise.
685 * db2/btree/bt_page.c: Likewise.
686 * db2/btree/bt_put.c: Likewise.
687 * db2/btree/bt_rec.c: Likewise.
688 * db2/btree/bt_recno.c: Likewise.
689 * db2/btree/bt_rsearch.c: Likewise.
690 * db2/btree/bt_search.c: Likewise.
691 * db2/btree/bt_split.c: Likewise.
692 * db2/btree/bt_stat.c: Likewise.
693 * db2/btree/btree.src: Likewise.
694 * db2/btree/btree_auto.c: Likewise.
695 * db2/clib/getlong.c: Likewise.
696 * db2/common/db_appinit.c: Likewise.
697 * db2/common/db_apprec.c: Likewise.
698 * db2/common/db_byteorder.c: Likewise.
699 * db2/common/db_err.c: Likewise.
700 * db2/common/db_log2.c: Likewise.
701 * db2/common/db_region.c: Likewise.
702 * db2/common/db_salloc.c: Likewise.
703 * db2/common/db_shash.c: Likewise.
704 * db2/db/db.c: Likewise.
705 * db2/db/db.src: Likewise.
706 * db2/db/db_auto.c: Likewise.
707 * db2/db/db_conv.c: Likewise.
708 * db2/db/db_dispatch.c: Likewise.
709 * db2/db/db_dup.c: Likewise.
710 * db2/db/db_overflow.c: Likewise.
711 * db2/db/db_pr.c: Likewise.
712 * db2/db/db_rec.c: Likewise.
713 * db2/db/db_ret.c: Likewise.
714 * db2/db/db_thread.c: Likewise.
715 * db2/db185/db185.c: Likewise.
716 * db2/db185/db185_int.h: Likewise.
717 * db2/dbm/dbm.c: Likewise.
718 * db2/hash/hash.c: Likewise.
719 * db2/hash/hash.src: Likewise.
720 * db2/hash/hash_auto.c: Likewise.
721 * db2/hash/hash_conv.c: Likewise.
722 * db2/hash/hash_debug.c: Likewise.
723 * db2/hash/hash_dup.c: Likewise.
724 * db2/hash/hash_func.c: Likewise.
725 * db2/hash/hash_page.c: Likewise.
726 * db2/hash/hash_rec.c: Likewise.
727 * db2/hash/hash_stat.c: Likewise.
728 * db2/include/btree.h: Likewise.
729 * db2/include/btree_ext.h: Likewise.
730 * db2/include/clib_ext.h: Likewise.
731 * db2/include/common_ext.h: Likewise.
732 * db2/include/cxx_int.h: Likewise.
733 * db2/include/db.h.src: Likewise.
734 * db2/include/db_185.h.src: Likewise.
735 * db2/include/db_am.h: Likewise.
736 * db2/include/db_auto.h: Likewise.
737 * db2/include/db_cxx.h: Likewise.
738 * db2/include/db_dispatch.h: Likewise.
739 * db2/include/db_ext.h: Likewise.
740 * db2/include/db_int.h.src: Likewise.
741 * db2/include/db_page.h: Likewise.
742 * db2/include/db_shash.h: Likewise.
743 * db2/include/db_swap.h: Likewise.
744 * db2/include/hash.h: Likewise.
745 * db2/include/hash_ext.h: Likewise.
746 * db2/include/lock.h: Likewise.
747 * db2/include/lock_ext.h: Likewise.
748 * db2/include/log.h: Likewise.
749 * db2/include/log_ext.h: Likewise.
750 * db2/include/mp.h: Likewise.
751 * db2/include/mp_ext.h: Likewise.
752 * db2/include/mutex_ext.h: Likewise.
753 * db2/include/os_ext.h: Likewise.
754 * db2/include/os_func.h: Likewise.
755 * db2/include/queue.h: Likewise.
756 * db2/include/shqueue.h: Likewise.
757 * db2/include/txn.h: Likewise.
758 * db2/lock/lock.c: Likewise.
759 * db2/lock/lock_conflict.c: Likewise.
760 * db2/lock/lock_deadlock.c: Likewise.
761 * db2/lock/lock_region.c: Likewise.
762 * db2/lock/lock_util.c: Likewise.
763 * db2/log/log.c: Likewise.
764 * db2/log/log.src: Likewise.
765 * db2/log/log_archive.c: Likewise.
766 * db2/log/log_auto.c: Likewise.
767 * db2/log/log_compare.c: Likewise.
768 * db2/log/log_findckp.c: Likewise.
769 * db2/log/log_get.c: Likewise.
770 * db2/log/log_put.c: Likewise.
771 * db2/log/log_rec.c: Likewise.
772 * db2/log/log_register.c: Likewise.
773 * db2/mp/mp_bh.c: Likewise.
774 * db2/mp/mp_fget.c: Likewise.
775 * db2/mp/mp_fopen.c: Likewise.
776 * db2/mp/mp_fput.c: Likewise.
777 * db2/mp/mp_fset.c: Likewise.
778 * db2/mp/mp_open.c: Likewise.
779 * db2/mp/mp_pr.c: Likewise.
780 * db2/mp/mp_region.c: Likewise.
781 * db2/mp/mp_sync.c: Likewise.
782 * db2/mutex/68020.gcc: Likewise.
783 * db2/mutex/mutex.c: Likewise.
784 * db2/mutex/parisc.gcc: Likewise.
785 * db2/mutex/parisc.hp: Likewise.
786 * db2/mutex/sco.cc: Likewise.
787 * db2/os/os_abs.c: Likewise.
788 * db2/os/os_alloc.c: Likewise.
789 * db2/os/os_config.c: Likewise.
790 * db2/os/os_dir.c: Likewise.
791 * db2/os/os_fid.c: Likewise.
792 * db2/os/os_fsync.c: Likewise.
793 * db2/os/os_map.c: Likewise.
794 * db2/os/os_oflags.c: Likewise.
795 * db2/os/os_open.c: Likewise.
796 * db2/os/os_rpath.c: Likewise.
797 * db2/os/os_rw.c: Likewise.
798 * db2/os/os_seek.c: Likewise.
799 * db2/os/os_sleep.c: Likewise.
800 * db2/os/os_spin.c: Likewise.
801 * db2/os/os_stat.c: Likewise.
802 * db2/os/os_unlink.c: Likewise.
803 * db2/progs/db_archive/db_archive.c: Likewise.
804 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
805 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
806 * db2/progs/db_dump/db_dump.c: Likewise.
807 * db2/progs/db_dump185/db_dump185.c: Likewise.
808 * db2/progs/db_load/db_load.c: Likewise.
809 * db2/progs/db_printlog/db_printlog.c: Likewise.
810 * db2/progs/db_recover/db_recover.c: Likewise.
811 * db2/progs/db_stat/db_stat.c: Likewise.
812 * db2/txn/txn.c: Likewise.
813 * db2/txn/txn.src: Likewise.
814 * db2/txn/txn_auto.c: Likewise.
815 * db2/txn/txn_rec.c: Likewise.
817 * elf/rtld.c: Move definition of __libc_stack_end to ...
818 * sysdeps/generic/dl-sysdep.h: ...here.
820 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
821 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
822 * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
824 * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
825 * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
828 1998-06-08 21:44 Ulrich Drepper <drepper@cygnus.com>
830 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
831 from mntent correctly.
833 1998-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
835 * sunrpc/Makefile (generated): Correct typo.
837 1998-06-04 Philip Blundell <philb@gnu.org>
839 * elf/elf.h (EM_ARM, et al.): New definitions.
840 * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
842 1998-06-08 21:33 Ulrich Drepper <drepper@cygnus.com>
844 * localedata/SUPPORTED: Add sk_SK.
845 * localedata/locales/sk_SK: New file.
847 1998-06-08 18:57 Ulrich Drepper <drepper@cygnus.com>
849 * Makeconfig (subdirs): Add debug.
850 * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
851 * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
853 * sysdeps/generic/backtrace.c: New file.
854 * sysdeps/generic/backtracesyms.c: New file.
855 * sysdeps/generic/elf/backtracesyms.c: New file.
856 * sysdeps/i386/backtrace.c: New file.
857 * debug/Makefile: New file.
858 * debug/backtrace-tst.c: New file.
859 * debug/execinfo.h: New file.
861 1998-06-08 13:34 Ulrich Drepper <drepper@cygnus.com>
863 * elf/sprof.c: Implement call graph profiling.
865 * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
867 1998-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
869 * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
870 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
871 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
872 Noticed by Jake Garver <garver@valkyrie.net>.
874 1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
876 * libio/genops.c (__underflow): Read character from read pointer
880 1998-06-07 13:32 Ulrich Drepper <drepper@cygnus.com>
882 * libc.map: Add _dl_profile.
883 * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
884 this to ELF_DYNAMIC_RELOCATE.
885 Always allocate array for relocation result if LD_PROFILE is defined.
886 * elf/ldsodefs.h: Adjust prototypes.
887 * elf/dl-open.c (_dl_open): Call relocation function with extra
889 * elf/rtld.c: Likewise.
890 * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
891 Correct loop condition.
892 * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
893 consider_profile to runtime setup function.
894 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
895 _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
897 * elf/dl-support.c: Define __libc_stack_end.
898 * elf/rtld.c: Likewise.
899 * sysdeps/generic/libc-start.c: Store last stack address in
901 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
902 * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
904 * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
905 Include <stdint.h>, not <inttypes.h>.
907 * elf/sprof.c: Implement flat profiling.
909 * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
910 _IO_funlockfile explicitly.
911 * libio/fileops.c: Likewise.
912 * libio/fputc.c: Likewise.
913 * libio/freopen.c: Likewise.
914 * libio/freopen64.c: Likewise.
915 * libio/fseek.c: Likewise.
916 * libio/fseeko.c: Likewise.
917 * libio/fseeko64.c: Likewise.
918 * libio/ftello.c: Likewise.
919 * libio/ftello64.c: Likewise.
920 * libio/getc.c: Likewise.
921 * libio/getchar.c: Likewise.
922 * libio/iofclose.c: Likewise.
923 * libio/iofflush.c: Likewise.
924 * libio/iofgetpos.c: Likewise.
925 * libio/iofgetpos64.c: Likewise.
926 * libio/iofgets.c: Likewise.
927 * libio/iofputs.c: Likewise.
928 * libio/iofread.c: Likewise.
929 * libio/iofsetpos.c: Likewise.
930 * libio/iofsetpos64.c: Likewise.
931 * libio/ioftell.c: Likewise.
932 * libio/iofwrite.c: Likewise.
933 * libio/iogetdelim.c: Likewise.
934 * libio/iogets.c: Likewise.
935 * libio/ioputs.c: Likewise.
936 * libio/ioseekoff.c: Likewise.
937 * libio/ioseekpos.c: Likewise.
938 * libio/iosetbuffer.c: Likewise.
939 * libio/iosetvbuf.c: Likewise.
940 * libio/ioungetc.c: Likewise.
941 * libio/iovsprintf.c: Likewise.
942 * libio/iovsscanf.c: Likewise.
943 * libio/oldfileops.c: Likewise.
944 * libio/oldiofclose.c: Likewise.
945 * libio/peekc.c: Likewise.
946 * libio/putc.c: Likewise.
947 * libio/putchar.c: Likewise.
948 * libio/rewind.c: Likewise.
950 * malloc/mtrace.c: Pretty print.
952 * misc/mntent.h (struct mentent): Make string elements const char *.
954 * nis/nis_printf.c: Optimize I/O a little bit.
956 * signal/Makefile (distribute): Add sigset-cvt-mask.h.
957 * sysdeps/generic/sigset-cvt-mask.h: New file.
958 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
959 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
960 * sysdeps/posix/sigvec.c: Rewrite the use definitions from
961 sigset-cvt-mask.h to do the dirty work.
962 Patches by Joe Keane.
964 * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
966 * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
967 syscall_error label in case of PIC anonymous.
968 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
969 * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
970 * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
971 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
972 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
973 * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
974 * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
976 1998-06-05 Ulrich Drepper <drepper@cygnus.com>
978 * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
979 we cannot declare the struct element as const.
980 * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
981 * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
983 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
985 * manual/Makefile: Include ../Makeconfig earlier.
986 (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
988 (dir-add.texinfo): Remove useless $(SHELL).
990 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
992 * Makefile (others): Build programs from install-bin.
993 * configure.in: Modify config.make only if is was just created and
994 move that command to second argument of AC_OUTPUT. Add command to
995 set config_vars in config.status.
997 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
999 * malloc/Makefile (address-width): Fix conditional.
1001 1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1003 * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1004 putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1005 strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1008 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1010 * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1011 (Floating Point Parameters): Likewise.
1013 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1015 * hurd/Makefile (routines): Add cthreads.
1017 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1019 * login/login.c (login): Let pututline take care of finding the
1020 positin to insert the UTMP entry. This corrects a bug where ssh
1021 was not reusing UTMP entries marked as DEAD_PROCESS.
1022 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1024 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1026 * login/Makefile (tests): New variable, add tst-utmp and
1028 * login/tst-utmp.c: New file.
1029 * login/tst-utmpx.c: New file.
1031 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1033 * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1034 aliases for _hurd_nerr, for programs that don't use sys_errlist,
1037 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1039 * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1040 * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1042 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1044 * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1045 make __read a weak alias. Use ANSI-style function definition.
1046 * sysdeps/mach/hurd/write.c: Likewise.
1048 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
1050 * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1053 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
1055 * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1056 Renamed from librtld.so.
1058 1998-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1060 * libc.map: Remove _IO_getline_info which was erroneously
1061 introduced in section GLIBC_2.0.
1062 Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1064 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1066 * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1067 created a weak alias.
1068 * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1070 1998-05-31 Gordon Matzigkeit <gord@profitpress.com>
1072 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1073 ftruncate function, and create a weak alias to ftruncate.
1075 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1077 * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1078 * inet/getnetgrent_r.c: Likewise.
1079 * nss/getXXbyYY_r.c: Likewise.
1080 * nss/getXXent_r.c: Likewise.
1081 * pwd/fgetpwent_r.c: Likewise.
1082 * shadow/sgetspent_r.c: Likewise.
1083 * shadow/fgetspent_r.c: Likewise.
1084 * sunrpc/publickey.c: Likewise.
1086 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
1088 * hurd/libhurduser.map: New file.
1089 * mach/libmachuser.map: Likewise.
1091 * libc.map: Add Hurd-specific functions to version 2.1.
1092 Add __flshfp and __fillbf.
1094 1998-05-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1096 * manual/signal.texi (Basic Signal Handling): Fix typo.
1097 * manual/errno.texi (Error Codes): Likewise.
1099 1998-06-02 Ulrich Drepper <drepper@cygnus.com>
1101 * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1102 instead of <sys/socket.h>.
1103 Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1105 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1106 Finally make it working.
1107 Patch by Mark Hatle <fray@kernel.crashing.org>.
1109 1998-03-22 Paul Eggert <eggert@twinsun.com>
1111 * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1114 1998-05-30 Philip Blundell <Philip.Blundell@pobox.com>
1116 * stdlib/gmp-impl.h: Support strange mixed-endian double format
1117 used by ARM systems.
1118 * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1120 * sysdeps/arm/bits/fenv.h: Deleted.
1121 * sysdeps/arm/fpu/ieee754.h: New file.
1122 * sysdeps/arm/gmp-mparam.h: New file.
1123 * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1126 1998-06-01 Ulrich Drepper <drepper@cygnus.com>
1128 * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1130 * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1131 of ((unused)). Reported by Bruno Haible.
1133 1998-05-31 Philip Blundell <philb@gnu.org>
1135 * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1136 referring to errno and _errno.
1138 * sysdeps/arm/fpu/feholdexcpt.c: New file.
1140 * sysdeps/i386/fpu_control.h: Fix typo.
1142 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1143 (_JMPBUF_UNWINDS): Added.
1144 * sysdeps/arm/fpu/bits/setjmp.h: New file.
1146 1998-05-25 Gordon Matzigkeit <gord@profitpress.com>
1148 * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1149 order to build header files, not `generated'.
1151 * Rules (before-compile): New target which depends on all
1152 $(before-compile) files.
1154 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1156 * nis/nis_call.c: Make directory search faster.
1158 * nis/nis_callback.c: Insert public key of user in callback data.
1160 * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1162 * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1164 * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1166 * nis/nis_intern.h: Remove duplicated prototype.
1168 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1170 * sunrpc/auth_des.c: Move prototypes from here ...
1171 * sunrpc/rpc/auth.h: ... to here.
1173 * sunrpc/clnt_tcp.c: Add more control flags.
1174 * sunrpc/clnt_udp.c: Likewise.
1176 * sunrpc/netname.c (host2netname): Remove prefixing dot from
1179 * sunrpc/rpc/clnt.h: Document, which control flags are not
1182 * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1184 1998-05-29 Ulrich Drepper <drepper@cygnus.com>
1186 * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1187 files crash the program.
1189 * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1190 * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1191 Reported by Deborah Wallach <kerr@pa.dec.com>.
1193 1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu>
1195 * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1196 on whether this is a stable release or not (keeps snapshot bug
1197 reports out of the database).
1199 * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1200 * sysdeps/arm/sysdep.h: Likewise.
1201 * sysdeps/i386/sysdep.h: Likewise.
1202 * sysdeps/m68k/sysdep.h: Likewise.
1203 * sysdeps/mach/mips/sysdep.h: Likewise.
1204 * sysdeps/mach/sys/reboot.h: Likewise.
1205 * sysdeps/mach/sysdep.h: Likewise.
1206 * sysdeps/unix/alpha/sysdep.h: Likewise.
1207 * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1208 * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1209 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1210 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1211 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1212 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1213 * sysdeps/unix/i386/sysdep.h: Likewise.
1214 * sysdeps/unix/mips/sysdep.h: Likewise.
1215 * sysdeps/unix/sparc/sysdep.h: Likewise.
1216 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1217 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1218 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1219 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1220 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1221 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1222 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1223 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1225 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1227 * mach/Machrules: Use $(move-if-change).
1229 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
1231 * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1232 * Makerules (lib%.so): Depend on $(+interp).
1233 (libc.so): Add interp.os to list of dependencies.
1234 (interp-obj): Remove variable.
1235 * mach/Machrules (+interp): Define to empty since libhurduser and
1236 libmachuser don't need to have the interpreter set.
1238 1998-05-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1240 * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1242 * resolv/gethnamaddr.c: Likewise.
1244 * resolv/res_comp.c: Likewise.
1246 1998-05-28 Mark Kettenis <kettenis@phys.uva.nl>
1248 * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1249 so that transparent union works.
1251 1998-05-29 08:58 Ulrich Drepper <drepper@cygnus.com>
1253 * manual/texinfo.tex: Update to last available version.
1255 * timezone/africa: Update from tzdata1998e.
1256 * timezone/antarctica: Likewise.
1257 * timezone/asia: Likewise.
1258 * timezone/australasia: Likewise.
1259 * timezone/europe: Likewise.
1260 * timezone/iso3166.tab: Likewise.
1261 * timezone/northamerica: Likewise.
1262 * timezone/tzselect.ksh: Likewise.
1263 * timezone/zone.tab: Likewise.
1265 1998-05-27 Ulrich Drepper <drepper@cygnus.com>
1267 * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1268 Reported by Matt McLean <keys@brio.yikes.com>.
1270 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1272 * catgets/Makefile ($(objpfx)de.cat): Renamed from
1273 do-gencat-test. Use automatic variables.
1274 ($(objpfx)de.msg): Fix reference to po file.
1276 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1278 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1281 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1283 * intl/dcgettext.c: Fix typo.
1285 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1287 * configure.in: Allow more make versions e.g 3.76.90.
1289 1998-05-25 Ulrich Drepper <drepper@cygnus.com>
1291 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1293 * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1294 for Hurd. Patch by Mark Kettenis.
1296 1998-04-18 Gordon Matzigkeit <gord@profitpress.com>
1298 * mach/Machrules (+preinit, +postinit): Define these variables to
1299 empty because libhurduser and libmachuser don't need startup
1302 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
1304 * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1305 instead of a raw bitmask.
1307 1998-05-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1309 * Makeconfig (rpath-dirs): New variable.
1310 (rpath-link): Use it.
1311 (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1312 (db-objpfx): Removed.
1313 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1314 * md5-crypt/Makefile: Likewise.
1315 * sysdeps/mach/hurd/Makefile: Likewise.
1317 * Makeconfig (move-if-change): New variable.
1318 * iconvdata/Makefile (move-if-change): Removed.
1319 * manual/Makefile (move-if-change): Set only if undefined, use
1320 local script by default.
1321 * sunrpc/Makefile (move-if-change): Removed.
1322 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1325 * elf/Makefile: Remove all references to obsolete file
1327 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
1329 1998-05-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1331 * elf/dl-close.c (_dl_close): Add debugging message.
1333 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1335 * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1336 to get Linux version and not gcc version.
1337 Reported by Alan Curry <pacman@cqc.com>.
1339 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1341 * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1342 pointers - return unknown error message instead.
1343 Reported by Alan Curry <pacman@cqc.com>.
1345 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1347 * iconvdata/Makefile (modules, sed-generated-headers,
1348 perl-generated-headers): ibm424.h is perl generated. Make
1349 necessary modifications to compile without perl.
1351 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
1353 * hesiod/hesiod.c (read_config_file): Fix typo.
1355 1998-05-24 Ulrich Drepper <drepper@cygnus.com>
1357 * version.h: Bump VERSION.
1359 * csu/Makefile (distribute): Add munch-tmpl.c.
1361 1998-05-23 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1363 * nis/nis_defaults.c: Fix buffer problems and typos.
1365 1998-05-23 08:42 Ulrich Drepper <drepper@cygnus.com>
1367 * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1370 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1372 * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1375 * libio/strops.c (_IO_str_underflow): Read newly available
1376 character from buffer as unsigned.
1378 1998-05-22 10:56 Ulrich Drepper <drepper@cygnus.com>
1380 * catgets/Makefile (distribute): Add xopen-msg.h.
1381 (generated): Add de.msg and de.cat.
1382 (tests): Add do-gencat-test.
1383 (do-gencat-test): New goal. Run gencat on a generated msg file.
1384 * catgets/xopen-msg.h: New file.
1386 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
1388 * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1389 functions. Optimize filename creation a bit.
1391 1998-05-22 09:29 Ulrich Drepper <drepper@cygnus.com>
1393 * stdlib/random_r.c: Help gcc to optimize the code.
1394 Patch by Joe Keane <jgk@jgk.org>.
1396 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1398 * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1401 1998-05-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1403 * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1406 1998-05-21 15:27 Ulrich Drepper <drepper@cygnus.com>
1408 * wcsmbs/wcsnrtombs.c: Correct computation of result.
1409 * wcsmbs/wcsrtombs.c: Likewise.
1411 * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1412 * wcsmbs/wcsmbs-tst1.c: New file.
1414 * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1416 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1419 * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1422 1998-05-21 Philip Blundell <philb@gnu.org>
1424 * sysdeps/arm/fpu_control.h: Replace stub file with real
1426 * sysdeps/arm/fpu/bits/fenv.h: New file.
1427 * sysdeps/arm/fpu/fesetround.c: Likewise.
1428 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1429 * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1430 * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1431 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1432 * sysdeps/arm/fpu/fegetenv.c: Likewise.
1433 * sysdeps/arm/fpu/fesetenv.c: Likewise.
1435 1998-05-21 16:34 Richard Henderson <rth@cygnus.com>
1437 * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1438 read instead of mmap.
1440 1998-05-21 8:16 Richard Henderson <rth@cygnus.com>
1442 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1443 directly instead of include_next. Add missing semicolons.
1444 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1445 Add missing semicolons.
1447 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
1449 * iconvdata/gconv-modules: Add more aliases to please java
1452 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1454 * stdio-common/vfprintf.c (process_arg): Fix typo.
1456 * iconvdata/TESTS: New tests for EUC-KR.
1458 * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1459 * iconvdata/testdata/EUC-KR: New file.
1461 1998-05-20 07:26 H.J. Lu <hjl@gnu.org>
1463 * math/libm-test.c (hypot_test): Fix a typo.
1465 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
1467 * stdio-common/vfprintf.c: When precision is specified for %ls or
1468 %S handle it correctly.
1470 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1472 * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1473 the" in one line - fixed it.
1474 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1475 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1476 * posix/unistd.h: Likewise
1478 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1480 * Makeconfig (rpath-link): Add resolvobjdir.
1481 (resolvobjdir): New variable.
1482 Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1484 1998-05-20 09:36 Ulrich Drepper <drepper@cygnus.com>
1486 * elf/dl-close.c: Call shared object terminators at the right time.
1487 Patch by Philippe Troin <phil@fifi.org>.
1489 1998-05-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1491 * Make-dist (+tsrcs): Also add *.map for every member of
1494 * Makefile (distribute): Don't distribute scripts/printsources and
1495 scripts/=__ify. Distribute FAQ.in.
1496 (rpm/%): Don't pass subdirs to sub-make.
1498 * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1499 instead of $(no_deps).
1501 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1503 * sysdeps/generic/setenv.c: Protect against GNU C extension.
1504 (KNOWN_VALUE, STORE_VALUE): Do it right.
1505 (setenv): Remove unused variable.
1507 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1509 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1510 (CFLAGS-zdump.c): Add $(tz-cflags).
1512 * timezone/zdump.c (abbr): Use TM_ZONE if defined. Add const to
1515 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1517 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
1518 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1520 * time/tzset.c: Update prototype of __tzfile_compute.
1521 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
1522 tm_zone and tm_offset here if __use_tzfile.
1524 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1526 * Makerules: Install libc.a even if there are no object file.
1528 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1530 * Makerules (do-makelib): Don't force creating library from
1531 scratch, to avoid wasting time and space and to get correct
1532 behaviour if $(subdirs) is incomplete.
1534 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1536 * Makerules (do-stamp): Make it work when building in source
1539 1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
1541 * elf/dl-load.c: Rename option and variable from ignore-rpath to
1543 * elf/dl-support.c: Likewise.
1544 * elf/ldsodefs.h: Likewise.
1545 * elf/rtld.c: Likewise.
1546 * iconvdata/run-iconv-test.sh: Likewise.
1548 1998-05-19 23:08 Ulrich Drepper <drepper@cygnus.com>
1550 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1551 variable using the value.
1552 * elf/ldsodefs.h: Declare _dl_ignore_path.
1553 * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1554 object against list in _dl_ignore_path and ignore RPATH if on the list.
1555 * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1556 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1557 to make sure we get the correct helper libraries loaded.
1559 * elf/dl-load.c (decompose_rpath): Remove `room' parameter. Use
1560 "RPATH" string in call to fillin_rpath instead.
1561 (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1563 1998-05-19 Ulrich Drepper <drepper@cygnus.com>
1565 * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1566 correctly. Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1568 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1570 * manual/terminal.texi (I/O Queues): Fix typo.
1572 * manual/stdio.texi (Closing Streams): Fix grammar.
1574 * manual/arith.texi (Absolute Value): Correct typo.
1575 Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1577 1998-05-19 15:58 Ulrich Drepper <drepper@cygnus.com>
1579 * elf/rtld.c (process_envvars): Fix typo. Don't handle
1580 LD_PROFILE_OUTPUT in SUID binaries.
1581 * intl/dcgettext.c: In SUID binaries don't let language part of
1582 locale value contain path elements.
1583 * intl/explodename.h: Define new function _nl_find_language.
1584 * intl/loadinfo.h: Declare _nl_find_language.
1585 * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1586 language part it drop the value is path element is contained.
1588 * locale/setlocale.c: Fix typo.
1590 1998-05-18 Philip Blundell <Philip.Blundell@pobox.com>
1592 * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1594 * sysdeps/arm/strlen.S: Support both big and little endian processors.
1596 * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1597 log, not a byte-count.
1599 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1600 a.out compatibility.
1602 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1604 * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1605 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1606 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1607 * posix/unistd.h: Likewise.
1608 * math/math.h: Likewise.
1609 * manual/users.texi (Manipulating the Database): Likewise.
1610 * manual/signal.texi (Job Control Signals): Likewise.
1611 * manual/message.texi (The gencat program): Likewise.
1612 * manual/filesys.texi (Hard Links): Likewise.
1613 * manual/math.texi (SVID Random): Likewise.
1614 * manual/llio.texi (Waiting for I/O): Likewise.
1615 * manual/io.texi (File Name Errors): Likewise.
1616 * manual/conf.texi (String Parameters): Likewise.
1617 * manual/arith.texi (Infinity): Likewise.
1618 * malloc/malloc.c: Likewise.
1619 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1620 * csu/Makefile: Likewise.
1622 1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
1624 * manual/memory.texi: Add back accidently removed line.
1626 1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
1628 * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1629 (timeout_handler): New function.
1630 (LOCK_FILE, UNLOCK_FILE): New macros.
1631 Implement file locking with timeout.
1632 (getutent_r_file, internal_getut_r, getutline_r_file,
1633 pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1636 1998-05-18 11:38 Ulrich Drepper <drepper@cygnus.com>
1638 * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1641 1998-05-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1643 * rpm/Makefile: Delete inclusion of version.mk.
1645 1998-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1647 * libc.map: Add all libio functions needed libstdc++ with version
1650 1998-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1652 * iconvdata/Makefile (generated): Add *.stmp files.
1654 1998-05-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1656 * timezone/Makefile (testdata, build-testdata): New variables, use
1657 them in rules for test data.
1658 ($(objpfx)tst-timezone.out): Depend on test data.
1659 ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1660 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1661 New rules to build test data.
1662 (tst-timezone-ENV): Pass TZDIR to point to test data.
1664 1998-05-18 Ulrich Drepper <drepper@cygnus.com>
1666 * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1667 (the designation sequence is disturbing).
1669 1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1671 * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1672 * sunrpc/xdr_rec.c: Likewise.
1674 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1676 * posix/Makefile (tests): Add runptests.
1677 (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1678 (before-compile): Add ptestcases.h.
1679 (ptestscases.h): Add rule to generate from PTESTS.
1680 * posix/runptests.c: New file.
1681 * posix/PTESTS: New file.
1682 * posix/PTESTS2C.sed: New file.
1684 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1686 * iconv/loop.c: Let user add code to use and set paramaters.
1688 * iconvdata/iso-2022-kr.c: Correct to-loop.
1690 * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1691 point to output buffer.
1693 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1696 * iconvdata/TESTS: Add ISO-2022-KR test.
1697 * iconvdata/testdata/ISO-2022-KR: New file.
1699 1998-05-15 21:07 Ulrich Drepper <drepper@cygnus.com>
1701 * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1703 * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1705 * wcsmbs/btowc.c: Likewise.
1706 * wcsmbs/mbrtowcs.c: Likewise.
1707 * wcsmbs/mbsnrtowcs.c: Likewise.
1708 * wcsmbs/mbsrtowcs.c: Likewise.
1709 * wcsmbs/wcrtomb.c: Likewise.
1710 * wcsmbs/wcsnrtombs.c: Likewise.
1711 * wcsmbs/wcsrtombs.c: Likewise.
1712 * wcsmbs/wctob.c: Likewise.
1713 * iconv/skeleton.c: Increment invocation_counter.
1714 * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1717 * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1718 * iconvdata/iso-2022-jp.c: Likewise.
1719 * iconvdata/iso646.c: Likewise.
1721 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1723 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
1725 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1727 * sysdeps/generic/setenv.c (setenv): Remove optimization for
1728 overwriting existing values if it fits.
1730 1998-05-15 14:36 Ulrich Drepper <drepper@cygnus.com>
1732 * posix/wordexp-test.c: Avoid duplicate messages.
1734 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1735 tsearch. Correctly interpret values returned by those functions.
1736 (unsetenv): Store pointer to string, not pointer to string pointer.
1738 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
1739 DST information and offset in them.
1740 * time/tzset.c (__tz_convert): Pass extra parameters to
1741 __tzfile_compute. Compute equivalent values for use of tz_rules.
1743 1998-05-15 00:49:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
1745 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1746 stamp files to avoid unnecessary recompilation.
1747 (gen-8bit-gap-table): Likewise.
1748 (move-if-change): New variable.
1749 (all generated .h rules): Change to be .stmp rules.
1750 (%.h): New rule; depend on %.stmp; no commands.
1751 (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1754 1998-05-15 01:09 Zack Weinberg <zack@rabi.phys.columbia.edu>
1756 * Makerules (libc-map): Deleted.
1757 (load-map-file): Set to the appropriate compiler switch, not
1758 just the file name. If libfoo-map is not set, look for a
1759 libfoo.map in the current directory and $(..).
1760 (map-file): New variable, contains just the mapfile name.
1761 (build-shlib): Adjust for new value of load-map-file.
1762 (libc.so): Correct dependencies.
1764 * extra-lib.mk: Correct shlib dependencies since libfoo-map
1765 may not be set anymore.
1767 * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1768 Delete libdl-map. Tweak ld.so link rule to work with changed
1769 variable settings in Makerules.
1770 * iconvdata/Makefile: Tweak build-module to work with changed
1771 variable settings in Makerules.
1773 * db/Makefile: Delete libdb-map.
1774 * hesiod/Makefile: Delete libnss_hesiod-map.
1775 * linuxthreads/Makefile: Delete libpthread-map.
1776 * locale/Makefile: Delete libBrokenLocale-map.
1777 * login/Makefile: Delete libutil-map.
1778 * math/Makefile: Delete libm-map.
1779 * md5-crypt/Makefile: Delete libcrypt-map.
1780 * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1781 libnss_nisplus-map, and libnss_compat-map.
1782 * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1784 * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1785 * rt/Makefile: Delete librt-map.
1787 1998-05-15 01:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
1789 * configure.in: Instead of substituting `yes' or `no' for whether
1790 --no-whole-archive is available, set @no_whole_archive@ to the
1791 appropriate gcc switch or the empty string. Likewise for
1793 * config.make.in: Replace have-no-whole-archive with
1794 no-whole-archive and have-no-exceptions with no-exceptions.
1795 * Makerules: Delete stanzas setting no-whole-archive and
1798 * sunrpc/Makefile: Use move-if-change to update generated .h
1801 1998-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1803 * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1806 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1808 * time/tzfile.c (__tzfile_read): Remove unused variable info.
1809 (__tzfile_compute): Likewise.
1811 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1813 * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1814 defines from Linux 2.1.102.
1816 1998-05-14 23:14 Ulrich Drepper <drepper@cygnus.com>
1818 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1820 1998-05-14 13:25 Ulrich Drepper <drepper@cygnus.com>
1822 * inet/netinet/in.h: Add defines for multicast.
1823 Reported by Jeremy Hall <jhall@UU.NET>.
1825 * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1826 * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1827 and unsetenv. Optimize _LIBC case.
1828 * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1829 Define functions with leading __.
1831 * time/tzfile.c: Correct handling of global variables daylight,
1832 timezone, and tzname.
1833 * time/tzset.c: Likewise.
1834 * timezone/Makefile (tests): Add tst-timezone.
1835 * timezone/tst-timezone.c: New file.
1837 1998-05-14 10:35 Ulrich Drepper <drepper@cygnus.com>
1839 * timezone/asia: Update from tzdata1998d.
1840 * timezone/australasia: Likewise.
1841 * timezone/europe: Likewise.
1843 1998-05-13 Ulrich Drepper <drepper@cygnus.com>
1845 * string/string.h: Don't use the optimized versions for the string
1846 functions if optimizing for space.
1848 * stdlib/tst-strtod.c: Add test for -0.0.
1850 * io/ftwtest-sh: Prevent tests from being run by root.
1852 * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1853 last addition. Patch by wkpark@chem.skku.ac.kr.
1855 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1857 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1860 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1862 * iconvdata/gen-8bit.sh: New file.
1863 * iconvdata/gen-8bit-gap.sh: New file.
1864 * iconvdata/gen-8bit-gap-1.sh: New file.
1865 * iconvdata/Makefile (generate-8bit-table): Use shell script
1866 instead of writing the commands directly.
1867 (generate-8bit-gap-table): Likewise.
1868 ($(objpfx)iso8859-7jp.h): Likewise.
1869 (generated headers): Depend on shell script instead of Makefile.
1870 (before-compile): Add $(perl-generated-headers) only if perl is
1872 (headers): Depend on $(perl-generated-headers) only if perl is
1874 (sed-generated-headers): Remove iso8859-7jp.h.
1876 1998-05-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1878 * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command. Clean up.
1881 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
1883 * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1884 formed charset names to getfct. Let user override charset
1885 selection by mention charset in locale name.
1887 1998-05-12 12:15 Ulrich Drepper <drepper@cygnus.com>
1889 * posix/glob.c: Move to ...
1890 * sysdeps/generic/glob.c: ...here.
1891 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1893 * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1894 * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1895 * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1896 * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1898 * libc.map [GLIBC_2.1]: Add glob and globfree.
1900 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
1902 * sunrpc/Makefile (generated): Restore old list.
1904 1998-05-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1906 * rt/Makefile (tests): Define only if we have a thread library.
1908 * nis/ypclnt.c: Add: #include <errno.h>.
1910 1998-05-10 15:39 Zack Weinberg <zack@rabi.phys.columbia.edu>
1912 * configure.in: Define and substitute RELEASE as well as
1914 * config.make.in: Add RELEASE and VERSION to be substituted.
1915 * Makeconfig: Delete all references to version.mk.
1916 * Make-dist: Likewise.
1917 * MakeTAGS: Likewise.
1918 * elf/Makefile: Likewise.
1920 1998-05-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1922 * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1923 yp_get_default_domain.
1925 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
1927 * sysdeps/posix/profil.c (__profil): Don't define act and timer
1928 variables as static. Patch by Joe Keane <jgk@jgk.org>.
1930 1998-05-12 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
1932 * malloc/malloc.c: Fix for NO_THREADS case.
1934 1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
1936 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1937 Remove statfs and fstatfs.
1938 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1939 and pwrite as EXTRA.
1940 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1942 1998-05-09 Ulrich Drepper <drepper@cygnus.com>
1944 * libc.map: Add capget and capset.
1946 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
1948 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1949 (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1950 vector. Patch by Mark Hatle <fray@kernel.crashing.org>
1951 and Matt McLean <keys@brio.yikes.com>.
1953 1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
1955 * misc/Makefile (tests): Add tst-mntent.
1956 * misc/tst-mntent.c: New file.
1958 1998-05-08 21:56 Zack Weinberg <zack@rabi.phys.columbia.edu>
1960 * autolock.sh: Removed.
1961 * manual/move-if-change: Removed.
1963 * scripts: New directory.
1964 * =__ify: Moved to scripts.
1965 * config.guess: Likewise.
1966 * config.sub: Likewise.
1967 * gen-FAQ.pl: Likewise.
1968 * install-sh: Likewise.
1969 * mkinstalldirs: Likewise.
1970 * move-if-change: Likewise.
1971 * printsources: Likewise.
1972 * rellns.sh: Likewise.
1973 * test-installation.pl: Likewise.
1975 * configure.in: Look in scripts for config.guess, config.sub,
1977 * Makefile: Distribute all above files in their
1978 new home. Find gen-FAQ.pl and test-installation.pl in scripts.
1979 * manual/Makefile: Find mkinstalldirs and move-if-change in
1980 $(..)scripts. Drop them from distribute. Minor cleanups.
1981 * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1982 * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1983 * timezone/Makefile: Find rellns-sh in scripts.
1985 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
1987 * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1988 Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1990 1998-05-08 19:24 Zack Weinberg <zack@rabi.phys.columbia.edu>
1992 * Makefile (+subdir-inits): Delete variable.
1993 (+init_subdirs): Likewise.
1995 (before-compile): Likewise.
1996 (libc-init): Delete stanza.
1997 (version-info.h): Delete rule and associated variable.
1998 (distribute): Don't distribute moved files.
1999 * Makerules (interp-obj): It lives in elf now. Only use it
2000 if $(elf) is set. Delete rule to build it.
2001 * csu/Makefile: Build set-init.o and/or munch-init.o. Build
2002 version.o and version-info.h. Minor cleanups.
2003 (routines): Add libc-init, sysdep, version.
2004 (generated): Add version-info.h.
2005 * elf/Makefile: Build interp.os.
2007 * interp.c: Moved to elf.
2008 * set-init.c: Moved to csu.
2009 * munch-init.c: Likewise.
2010 * munch.awk: Likewise.
2011 * version.c: Likewise.
2013 * Rules: Unconfuse syntax highlighting with a fake comment.
2015 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
2017 * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2020 1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
2022 * iconvdata/Makefile (generated): Set to *-generated-headers
2024 (tests): Set to iconv-test.
2025 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2026 * posix/Makefile (generated): Set to wordexp-test-result*.
2027 * sunrpc/Makefile (generated): Remove rpcsvc/*.
2028 (generated-dirs): Add rpcsvc.
2029 * libio/Makefile: Clean up.
2031 1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
2033 * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2034 * Makerules: Likewise.
2035 (+depfiles): Also add sysdep-others.
2037 * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2038 * iconvdata/Makefile (distribute): Add TESTS.
2039 * localedata/Makefile (repertoires): Rename to repertoiremaps.
2040 * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2041 * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2042 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2043 sysdep-others, not others.
2044 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2045 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2047 1998-05-08 12:26 Ulrich Drepper <drepper@cygnus.com>
2049 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2050 cost_hi and cost_lo.
2051 * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2052 Cost parameter and set cost_lo to INT_MAX.
2053 (add_module): Take new parameter and use it to initialize cost_lo.
2054 (read_conf_file): Count modules being loaded and use counter for
2055 new parameter to add_module.
2056 * iconv/gconv_db.c (find_derivation): When look for cost examine
2057 cost_hi and cost_lo.
2059 1998-05-08 10:52 Ulrich Drepper <drepper@cygnus.com>
2061 * string/bits/string2.h: Don't use unsigned char * unless really
2062 necessary since this disturbs C++.
2063 * sysdeps/i386/i486/bits/string.h: Likewise.
2064 Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2066 1998-05-08 13:53 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2068 * malloc/malloc.c (top_check): Fix last change.
2070 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2072 * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2073 Patch by Matt McLean <keys@brio.yikes.com>.
2075 1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2077 * Makerules (lib): Put back dependency on lib-noranlib.
2078 ($(subdirs-stamps)): Remove dependency on stamp.* again.
2080 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
2082 * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2083 test in __pow2 implementation.
2085 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2087 * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2088 Still need *FLAGS-.o because we still sometimes build .o files.
2089 * db2/Makefile: Don't build libndbm.a if !build-static.
2091 1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2093 * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2095 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
2097 * configure.in: New test for broken gcc on PowerPC.
2098 * sysdeps/powerpc/atomicity.h: Use result of test.
2099 * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2101 * math/libm-test.c: Update many of the epsilon to match actual
2104 * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2105 * sysdeps/libm-ieee754/e_expf.c: Likewise.
2106 * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2107 * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2109 * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2111 * sysdeps/powerpc/elf/libc-start.c: New file.
2112 * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2113 * sysdeps/powerpc/elf/start.c: Delete.
2115 * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2116 * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete. It was unused.
2118 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2121 1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
2123 * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2126 * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2127 * sysdeps/libm-i387/e_powl.S: Likewise.
2129 1998-03-31 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
2131 * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2132 (malloc_check, free_check, realloc_check, memalign_check): Use
2133 them to improve overrun checking. Overruns of a single byte and
2134 corruption of the top chunk are now detected much more reliably.
2136 1998-05-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2138 * math/libm-test.c (pow_test): Add test for special value from PR
2141 1998-05-06 Ulrich Drepper <drepper@cygnus.com>
2143 * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2144 including linux/errno.h.
2146 1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
2148 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2150 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2151 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2153 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2155 * Makerules (elide-routines.*): Fix assignments.
2156 (do-makelib): Fix typo.
2157 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2160 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2162 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2163 $(objpfx)sysd-dirs): Move them...
2164 * Makeconfig: ... here.
2165 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2166 (stubs): Fix circular depedency.
2167 (do-makelib): Clean up.
2168 (lib): Don't depend on lib-noranlib.
2169 ($(objpfx)stamp.oS): Remove special case for empty
2170 static-only-routines.
2171 (elide-routines.o): Add $(static-only-routines).
2172 (elide-routines$o): Define this instead of elide-routines.$o.
2173 * manual/Makefile (stubs): Fix circular dependency.
2175 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2177 * libio/Makefile (routines): Remove duplicate oldiofclose.
2179 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2181 * string/strcoll.c: Use uint32_t instead of u_int32_t.
2183 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
2185 * libio/stdio.h: Fix typo in __REDIRECT.
2186 * io/sys/stat.h: Likewise.
2187 Reported by Myles Uyema <myles@uyema.nws.net>.
2189 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2191 * locale/programs/localedef.c (options): Fix help message.
2193 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2195 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2196 relocations. Patch by Joe Keane <jgk@jgk.org>.
2198 1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com>
2200 * malloc/malloc.c (ptmalloc_init_all): New function. Similar to
2201 ptmalloc_unlock_all, but re-initializes the mutexes instead.
2202 (ptmalloc_init): Use new function in thread_at_fork call.
2203 (thread_atfork_static): Likewise.
2204 Suggested by Wolfram Gloger and Xavier Leroy.
2206 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
2208 * signal/signal.h: Move definitions of struct sigstack and
2209 struct sigaltstack into separate file and include it.
2210 * sysdeps/generic/bits/sigstack.h: New file.
2211 * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2212 * signal/Makefile (headers): Add bits/sigstack.h.
2214 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2216 * elf/rtld.c (dl_main): Fix check for number of references to
2219 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2221 * elf/rtld.c (dl_main): Check has_interp after executing platform
2224 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2226 * iconvdata/run-iconv-test.sh: Fix typo.
2228 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2230 * Makerules (+depfiles): Add depfiles for $(tests-static).
2233 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2235 * manual/terminal.texi (Special Characters): Fix description of
2238 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2240 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2242 * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise. Initialize rest
2245 1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu>
2247 * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2249 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2251 * intl/locale.alias: Update russian entry.
2253 1998-05-01 21:54 Zack Weinberg <zack@rabi.phys.columbia.edu>
2255 * Makerules (static-only-routines): Reimplement in terms of
2257 (shared-only-routines): Reimplement in terms of
2258 elide-routines.X [where X is all object-suffixes except .os].
2260 (stubs): Create stubs file inside the subdir.
2261 (common-mostlyclean): Remove stubs file from inside the subdir.
2262 * Makefile (subdir-stubs): Look for stubs files inside the
2264 * manual/Makefile (stubs): Create dummy stubs file inside the
2267 1998-05-01 21:01 Zack Weinberg <zack@rabi.phys.columbia.edu>
2269 Build speed improvement: make ar less of a bottleneck.
2271 * Makerules (stamp$o): Just record the object list for later
2273 (libc_foo.a): New rule, depends on subdir stamp files; builds
2274 and ranlibs the library from the lists saved in those files.
2276 (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2277 (subdirs-stamp-o): Likewise.
2279 (ar-symtab-name): Delete variable.
2280 (lib%.a): Delete target.
2281 (libc_foo.a(bar.%)): Delete target.
2282 (libc_foo.a($(ar-symtab-name))): Delete target.
2284 (objects objs): Just depend on libobjs and extra-objs.
2285 (libobjs): Depend on the stamp files, not the objects.
2286 (extra-objs): New target, just depends on the extra-objs list.
2288 (CREATE_ARFLAGS): Kill the `ar S' hack.
2290 * config.make.in (have-ar-S): Deleted.
2291 * configure.in: Delete test for `ar S'. Add test to determine
2292 whether ranlib does anything useful.
2294 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
2296 * inet/tst-ether_aton.c: Include <stdio.h>.
2298 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com>
2300 * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2302 * locale/Makefile (distribute): Add programs/repertoire.h.
2303 (localedef-modules): Add repertoire.
2304 (CPPFLAGS): Define REPERTOIREMAP_PATH.
2305 * locale/programs/repertoire.c: New file.
2306 * locale/programs/repertoire.h: New file.
2307 * locale/programs/charmap.c: Starting fixing character set handling
2308 to handle multi-byte encodings.
2309 * locale/programs/charset.c: Likewise.
2310 * locale/programs/charset.h: Likewise.
2311 * locale/programs/ld-collate.c: Likewise.
2312 * locale/programs/ld-ctype.c: Likewise.
2313 * locale/programs/linereader.c: Likewise.
2314 * locale/programs/localedef.c: Likewise.
2315 * locale/programs/locfile-kw.gperf: Likewise.
2316 * locale/programs/locfile-kw.h: Likewise.
2317 * locale/programs/locfile-token.h: Likewise.
2318 * locale/programs/locfile.h: Likewise.
2319 * locale/programs/stringtrans.c: Likewise.
2321 * locale/programs/locfile.c: Interpret I18NPATH value as base of
2322 path, extended with "/locales/".
2324 1998-04-18 Philip Blundell <Philip.Blundell@pobox.com>
2326 * sysdeps/arm/memset.S: Fix off by one error.
2328 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2329 __syscall_error rather than syscall_error directly.
2331 1998-04-17 Philip Blundell <Philip.Blundell@pobox.com>
2333 * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2334 mmap() syscall for ARM.
2336 * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2339 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
2341 * locale/programs/localedef.c: Recognize repertoire-map option.
2343 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2345 * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2346 converting non-hex numbers.
2347 Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2349 1998-04-23 07:31 H.J. Lu <hjl@gnu.org>
2351 * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2353 * resolv/Makefile (tests): New, add tst-aton.
2354 * resolv/tst-aton.c: New file.
2356 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2358 * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2361 1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
2363 * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2364 by letting the later modify the variable computing the total directly.
2365 * wcsmbs/mbsrtowcs.c: Likewise.
2366 * wcsmbs/wcsnrtombs.c: Likewise.
2367 * wcsmbs/wcsrtombs.c: Likewise.
2369 * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2371 * wcsmbs/wctoc.c: Likewise.
2373 * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2374 * wcsmbs/wcsrtombs.c: Likewise.
2376 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2378 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
2380 * iconv/skeleton.c: Correct counting of actually converted
2383 * intl/localealias.c (read_alias_file): Use unsigned char for
2384 local variables. Remove unused variable tp.
2385 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2386 for type of codeset. For loosing Solaris systems.
2387 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2388 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2390 Patches by Jim Meyering.
2392 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2393 wcsrtombs must put it into initial state.
2395 1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2397 * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in
2398 argument of bswap_XX macro.
2400 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2402 * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2405 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
2407 * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2408 semun and use stdarg macros to get the value.
2409 * sysdeps/generic/semctl.c: Don't use union semun.
2411 * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2413 * string/basename.c [!_LIBC]: Define function as gnu_basename.
2415 * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2418 * stdlib/grouping.h: Accept ungrouped numbers even if locale
2421 * intl/hash-string.h: Don't include values.h.
2423 * inet/Makefile (tests): Add tst-ether_aton.
2424 * inet/tst-ether_aton.c: New file.
2426 * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2428 * inet/ether_aton.c (ether_aton): Declare result variable static.
2429 Reported by ahyung@unixg.ubc.ca.
2431 * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2432 Define macro _SEM_SEMUN_UNDEFINED instead.
2433 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2435 * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
2436 * stdio-common/Makefile (tests): Add tst-wc-printf.
2438 1998-04-28 16:32 Philip Blundell <philb@gnu.org>
2440 * manual/stdio.texi (Variable Arguments Output): Correct variable
2441 name. Patch from Ewan Mellor <em@nexus.co.uk>
2443 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2445 * intl/dcgettext.c: Remove unneeded definition of
2448 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2450 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2451 instead of do-iconv-test.
2452 ($(objpfx)gconv-modules): Define rule only if objpfx is not
2455 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2457 * string/string.h: Fix feature test.
2459 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2461 * iconvdata/iso646.c (BODY): Don't use character constants that
2462 depend on signedness of char.
2464 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
2466 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2467 (sysdep_routines): Add s_pread64 and s_pwrite64.
2469 1998-04-27 09:54 Ulrich Drepper <drepper@cygnus.com>
2471 * iconvdata/Makefile (distribute): Remove generated .h files.
2472 * iconvdata/koi8-r.h: Removed.
2473 * iconvdata/latin-greek-1.h: Removed.
2474 * iconvdata/latin-greek.h: Removed.
2476 * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2477 * iconvdata/KOI-8: Likewise.
2478 * iconvdata/KOI-8..UTF8: Likewise.
2479 * iconvdata/KOI8-R: Likewise.
2480 * iconvdata/KOI8-R..UTF8: Likewise.
2482 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2484 * streams/Makefile (headers): Add sys/stropts.h.
2485 * streams/sys/stropts.h: New file.
2487 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2489 * sysdeps/unix/sysv/linux/ttyname.c,
2490 sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2491 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2493 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2495 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2496 argument of _itoa_word.
2498 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2500 * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2501 s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2502 caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2503 sigprocmask, resp., instead of EXTRA.
2505 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2506 s_pread64 and s_pwrite64.
2508 1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com>
2510 * iconvdata/Makefile: Correct rules to generate gap table.
2511 * iconvdata/gap.pl: Simplify.
2513 * iconvdata/TESTS: Name new tests.
2514 * iconvdata/testdata/CP1250: New file.
2515 * iconvdata/testdata/CP1250..UTF8: New file.
2516 * iconvdata/testdata/CP1251: New file.
2517 * iconvdata/testdata/CP1251..UTF8: New file.
2518 * iconvdata/testdata/CP1252: New file.
2519 * iconvdata/testdata/CP1252..UTF8: New file.
2520 * iconvdata/testdata/CP1253: New file.
2521 * iconvdata/testdata/CP1253..UTF8: New file.
2522 * iconvdata/testdata/CP1254: New file.
2523 * iconvdata/testdata/CP1254..UTF8: New file.
2524 * iconvdata/testdata/CP1255: New file.
2525 * iconvdata/testdata/CP1255..UTF8: New file.
2526 * iconvdata/testdata/CP1256: New file.
2527 * iconvdata/testdata/CP1256..UTF8: New file.
2528 * iconvdata/testdata/CP1257: New file.
2529 * iconvdata/testdata/CP1257..UTF8: New file.
2531 1998-04-26 Ulrich Drepper <drepper@cygnus.com>
2533 * iconvdata/Makefile: Add rules for ISO-2022-KR.
2534 * iconvdata/iso-2022-kr.c: New file.
2536 * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2539 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com>
2541 * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2542 iso8859-8 and iso8859-10.
2543 * iconvdata/iso8859-5.c: Change to use gap method.
2544 * iconvdata/iso8859-7.c: Likewise.
2545 * iconvdata/iso8859-8.c: Likewise.
2546 * iconvdata/iso8859-10.c: Likewise.
2548 * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2549 * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2551 * iconvdata/iso-2022-jp.c: New file.
2553 * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2554 * iconvdata/ksc5601.h: Unify function interfaces.
2555 * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2556 * iconvdata/uhc.c: Likewise.
2558 * iconvdata/gb2312.h: Use correct types.
2560 * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2561 size elements of data.
2563 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2565 * string/tst-svc.expect: Adapt for change in .input.
2566 * string/tst-svc.input: More tests.
2568 1998-04-24 17:15 Ulrich Drepper <drepper@cygnus.com>
2570 * iconvdata/Makefile: Add rules for new modules.
2571 * iconvdata/gconv-modules: Likewise.
2572 * iconvdata/cp737.c: New file.
2573 * iconvdata/cp737.h: New file.
2574 * iconvdata/cp775.c: New file.
2575 * iconvdata/cp775.h: New file.
2576 * iconvdata/cp874.c: New file.
2577 * iconvdata/cp874.h: New file.
2579 1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
2581 * iconvdata/Makefile: Create target directory before generating
2584 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2586 * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2587 __USER_LABEL_PREFIX__.
2588 (__ASMNAME, __ASMNAME2): New macros.
2590 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2592 * elf/dl-load.c: Include sys/param.h for MAX.
2594 1998-04-24 21:44 Richard Henderson <rth@cygnus.com>
2596 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2597 __ftruncate the strong symbol, and add weak alias.
2598 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2600 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2602 * termios/cfsetspeed.c: Make code cleaner and add missing const.
2603 Patch by Joe Keane <jgk@jgk.org>.
2605 * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2608 1998-04-24 13:56 Ulrich Drepper <drepper@cygnus.com>
2610 * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2611 Patch by Thomas Bushnell, n/BSG.
2613 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2615 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2617 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
2619 * iconvdata/Makefile: Put generated headers in build directory.
2621 1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
2623 * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2624 strsep as current directory.
2626 * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2627 Java. Add definitions for unicodelittle implementation.
2628 * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2629 * iconv/gconv_simple.c: Define unicodelittle functions.
2631 * iconv/iconv_prog.c: Make program print information about position
2632 of illegal character in input.
2634 * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2635 comparison of charset name.
2636 * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2637 * iconvdata/ebcdic-at-de-a.c: Likewise.
2638 * iconvdata/ebcdic-at-de.c: Likewise.
2639 * iconvdata/ebcdic-ca-fr.c: Likewise.
2640 * iconvdata/euccn.c: Likewise.
2641 * iconvdata/eucjp.c: Likewise.
2642 * iconvdata/euckr.c: Likewise.
2643 * iconvdata/euctw.c: Likewise.
2644 * iconvdata/hp-roman8.c: Likewise.
2645 * iconvdata/iso6937.c: Likewise.
2646 * iconvdata/iso8859-1.c: Likewise.
2647 * iconvdata/iso8859-10.c: Likewise.
2648 * iconvdata/iso8859-2.c: Likewise.
2649 * iconvdata/iso8859-3.c: Likewise.
2650 * iconvdata/iso8859-4.c: Likewise.
2651 * iconvdata/iso8859-5.c: Likewise.
2652 * iconvdata/iso8859-6.c: Likewise.
2653 * iconvdata/iso8859-7.c: Likewise.
2654 * iconvdata/iso8859-8.c: Likewise.
2655 * iconvdata/iso8859-9.c: Likewise.
2656 * iconvdata/johab.c: Likewise.
2657 * iconvdata/koi-8.c: Likewise.
2658 * iconvdata/koi8-r.c: Likewise.
2659 * iconvdata/latin-greek-1.c: Likewise.
2660 * iconvdata/latin-greek.c: Likewise.
2661 * iconvdata/sjis.c: Likewise.
2662 * iconvdata/t61.c: Likewise.
2663 * iconvdata/uhc.c: Likewise.
2665 * iconvdata/iso646.c: Add support for more ISO 646 variants.
2666 * iconvdata/TESTS: Add tests for ISO646 module.
2667 * iconvdata/gconv-modules: Add new modules.
2668 * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2669 * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2670 * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2671 * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2672 * iconvdata/testdate/DIN_66003: Likewise.
2673 * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2674 * iconvdata/testdate/DS_2089: Likewise.
2675 * iconvdata/testdate/DS_2089..UTF8: Likewise.
2676 * iconvdata/testdate/ES: Likewise.
2677 * iconvdata/testdate/ES..UTF8: Likewise.
2678 * iconvdata/testdate/ES2: Likewise.
2679 * iconvdata/testdate/ES2..UTF8: Likewise.
2680 * iconvdata/testdate/GB_1988-80: Likewise.
2681 * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2682 * iconvdata/testdate/IT: Likewise.
2683 * iconvdata/testdate/IT..UTF8: Likewise.
2684 * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2685 * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2686 * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2687 * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2688 * iconvdata/testdate/JUS_I.B1.002: Likewise.
2689 * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2690 * iconvdata/testdate/KSC5636: Likewise.
2691 * iconvdata/testdate/KSC5636..UTF8: Likewise.
2692 * iconvdata/testdate/MSZ_7795.3: Likewise.
2693 * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2694 * iconvdata/testdate/NC_NC00-10: Likewise.
2695 * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2696 * iconvdata/testdate/NF_Z_62-010: Likewise.
2697 * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2698 * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2699 * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2700 * iconvdata/testdate/NS_4551-1: Likewise.
2701 * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2702 * iconvdata/testdate/NS_4551-2: Likewise.
2703 * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2704 * iconvdata/testdate/PT: Likewise.
2705 * iconvdata/testdate/PT..UTF8: Likewise.
2706 * iconvdata/testdate/PT2: Likewise.
2707 * iconvdata/testdate/PT2..UTF8: Likewise.
2708 * iconvdata/testdate/SEN_850200_B: Likewise.
2709 * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2710 * iconvdata/testdate/SEN_850200_C: Likewise.
2711 * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2713 * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2714 * iconvdata/cns11643l1.h: Likewise.
2715 * iconvdata/latin-greek-1.h: Likewise.
2716 * iconvdata/latin-greek.h: Likewise.
2717 * iconvdata/koi8-r.h: Likewise.
2718 * iconvdata/jis0212.h: Likewise.
2719 * iconvdata/gb2312.h: Likewise.
2720 * iconvdata/ksc5601.h: Likewise.
2722 * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2724 * iconvdata/Makefile: Add rules for lots of more modules.
2725 * iconvdata/cp1250.c: New file.
2726 * iconvdata/cp1251.c: New file.
2727 * iconvdata/cp1252.c: New file.
2728 * iconvdata/cp1253.c: New file.
2729 * iconvdata/cp1254.c: New file.
2730 * iconvdata/cp1255.c: New file.
2731 * iconvdata/cp1256.c: New file.
2732 * iconvdata/cp1257.c: New file.
2733 * iconvdata/ebcdic-dk-no-a.c: New file.
2734 * iconvdata/ebcdic-dk-no.c: New file.
2735 * iconvdata/ebcdic-es-a.c: New file.
2736 * iconvdata/ebcdic-es-s.c: New file.
2737 * iconvdata/ebcdic-es.c: New file.
2738 * iconvdata/ebcdic-fi-se-a.c: New file.
2739 * iconvdata/ebcdic-fi-se.c: New file.
2740 * iconvdata/ebcdic-fr.c: New file.
2741 * iconvdata/ebcdic-is-friss.c: New file.
2742 * iconvdata/ebcdic-it.c: New file.
2743 * iconvdata/ebcdic-pt.c: New file.
2744 * iconvdata/ebcdic-uk.c: New file.
2745 * iconvdata/ebcdic-us.c: New file.
2746 * iconvdata/ibm037.c: New file.
2747 * iconvdata/ibm038.c: New file.
2748 * iconvdata/ibm1004.c: New file.
2749 * iconvdata/ibm1026.c: New file.
2750 * iconvdata/ibm1047.c: New file.
2751 * iconvdata/ibm256.c: New file.
2752 * iconvdata/ibm273.c: New file.
2753 * iconvdata/ibm274.c: New file.
2754 * iconvdata/ibm275.c: New file.
2755 * iconvdata/ibm277.c: New file.
2756 * iconvdata/ibm278.c: New file.
2757 * iconvdata/ibm280.c: New file.
2758 * iconvdata/ibm281.c: New file.
2759 * iconvdata/ibm284.c: New file.
2760 * iconvdata/ibm285.c: New file.
2761 * iconvdata/ibm290.c: New file.
2762 * iconvdata/ibm297.c: New file.
2763 * iconvdata/ibm420.c: New file.
2764 * iconvdata/ibm423.c: New file.
2765 * iconvdata/ibm424.c: New file.
2766 * iconvdata/ibm437.c: New file.
2767 * iconvdata/ibm500.c: New file.
2768 * iconvdata/ibm850.c: New file.
2769 * iconvdata/ibm851.c: New file.
2770 * iconvdata/ibm852.c: New file.
2771 * iconvdata/ibm855.c: New file.
2772 * iconvdata/ibm857.c: New file.
2773 * iconvdata/ibm860.c: New file.
2774 * iconvdata/ibm861.c: New file.
2775 * iconvdata/ibm862.c: New file.
2776 * iconvdata/ibm863.c: New file.
2777 * iconvdata/ibm864.c: New file.
2778 * iconvdata/ibm865.c: New file.
2779 * iconvdata/ibm868.c: New file.
2780 * iconvdata/ibm869.c: New file.
2781 * iconvdata/ibm870.c: New file.
2782 * iconvdata/ibm871.c: New file.
2783 * iconvdata/ibm875.c: New file.
2784 * iconvdata/ibm880.c: New file.
2785 * iconvdata/ibm891.c: New file.
2786 * iconvdata/ibm903.c: New file.
2787 * iconvdata/ibm904.c: New file.
2788 * iconvdata/ibm905.c: New file.
2789 * iconvdata/ibm918.c: New file.
2791 * locale/iso-4217.def: Update.
2792 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
2794 * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2797 1998-04-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2799 * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2802 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2804 * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2805 * Makefile: Likewise.
2806 * posix/Makefile: Likewise.
2807 * sysdeps/mach/hurd/Makefile: Likewise.
2809 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2811 * sysdeps/mach/hurd/bits/dirent.h: New file.
2812 * sysdeps/mach/hurd/readdir64.c: New file.
2813 * sysdeps/mach/hurd/readdir64_r.c: New file.
2815 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2817 * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2818 dprintf): Synchronize declarations with libio/stdio.h.
2820 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2822 * elf/dlerror.c (dlerror): Don't assume that
2823 __libc_internal_tsd_get is defined. __libc_getspecific is already
2824 well-protected, so just use it directly.
2826 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2828 * io/ftw.h (ftw): Fix typo.
2830 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
2832 * sysdeps/gnu/utmp_file.c: Fix typo.
2834 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2836 * iconvdata/run-iconv-test.sh: Fix more portability bugs. When
2837 one part of a test fails move on to the next test.
2839 1998-04-24 5:45 Richard Henderson <rth@cygnus.com>
2841 * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2843 1998-04-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2845 * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2846 as pointers, not signed integers.
2848 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2850 * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2852 1998-04-21 21:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
2854 * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2855 asm symbol name of functions.
2856 * include/features.h: Kill redundant test.
2858 * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2859 * io/ftw.h: Likewise.
2860 * io/sys/stat.h: Likewise.
2861 * io/sys/statfs.h: Likewise.
2862 * io/sys/statvfs.h: Likewise.
2863 * libio/stdio.h: Likewise.
2864 * resource/sys/resource.h: Likewise.
2865 * rt/aio.h: Likewise.
2867 * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2869 * signal/signal.h: Use new macros for BSD vs. SysV signal().
2871 * misc/Makefile: Drop bsd-compat.c. Make libbsd-compat.a
2873 * misc/bsd-compat.c: Removed.
2875 1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
2877 * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2878 function declaration.
2879 * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2880 and use them in conversion function.
2881 * iconvdata/Makefile (modules): Re-add ISO6446.
2882 * iconvdata/TEST: Add tests for ASCII variants.
2883 * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2884 * iconvdata/testdata/ANSI_X3.4-1968: New file.
2885 * iconvdata/testdata/BS_4730: New file.
2886 * iconvdata/testdata/BS_4730..UTF8: New file.
2888 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com>
2890 * iconv/gconv.h (struct gconv_step): Add element stateful.
2891 * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2892 to zero for all internal conversions.
2893 * iconv/skeleton.c: Initialize stateful depending on whether or not
2894 RESET_STATE is defined to one or zero respectively.
2895 * stdlib/mblen.c: Use stateful element of currently selected
2896 converter for result if S is NULL.
2897 * stdlib/mbtowc.c: Likewise.
2898 * stdlib/wctomb.c: Likewise.
2900 1998-04-21 18:00 Ulrich Drepper <drepper@cygnus.com>
2902 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2904 * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2906 * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2907 character in comparison with uint32_t.
2908 (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2909 (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2910 Optimize BODY a bit.
2912 * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2915 * iconv/skeleton.c: Also reset converted counter in case of an error.
2916 Call reset function using correct value for output buffer start.
2918 * iconvdata/Makefile: Re-enable tests.
2920 * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2921 value for to-conversion.
2923 * iconvdata/TESTS: Add new third column.
2924 * iconvdata/run-iconv-test.sh: Add support for charsets which are
2926 * iconvdata/testdata/suntzus: New file.
2928 * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2929 while reading. Correctly used base. Little optimization.
2930 (__strtoul_internal): Likewise.
2932 * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2933 was wrong. Use explicit variable.
2935 1998-04-20 23:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
2937 * configure.in: Check for awk.
2938 * config.make.in: Add AWK to be substituted.
2940 * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2941 * manual/users.texi: Fix typo exposed by above rewrite.
2943 * Makefile: Invoke awk using AWK variable.
2944 * csu/Makefile: Likewise.
2945 * elf/Makefile: Likewise.
2946 * mach/Makefile: Likewise.
2947 * manual/Makefile: Likewise.
2948 * sysdeps/gnu/Makefile: Likewise.
2949 * sysdeps/mach/hurd/Makefile: Likewise.
2950 * sysdeps/unix/Makefile: Likewise.
2951 * timezone/Makefile: Likewise.
2953 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
2955 * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2956 array index translation.
2957 (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2960 * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2962 * sysdeps/mach/hurd/errlist.c: New file.
2963 (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2964 (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2965 semantics, so rename it.
2967 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2969 * iconvdata/run-iconv-test.sh: Make portable. Always test all
2972 1998-04-21 12:30 H.J. Lu <hjl@gnu.org>
2974 * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2975 * wcsmbs/wcsnrtombs.c: Likewise.
2977 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
2979 * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2981 * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2983 * time/strftime.c (my_strftime): Initialize pad variable in
2986 * iconvdata/big5.c: Don't use character constants in comparisons
2987 with unsigned value.
2989 1998-04-20 18:00 Ulrich Drepper <drepper@cygnus.com>
2991 * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2992 __libc_siglongjmp to GLIBC_2.1.
2994 * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2997 * iconv/Makefile: Don't run tests now.
2999 * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3000 with correct output buffer.
3002 Major rewrite of the low-level gconv functionality.
3003 * iconv/gconv.c: Rewritten.
3004 * iconv/gconv.h: Likewise.
3005 * iconv/gconv_builtin.c: Likewise.
3006 * iconv/gconv_builtin.h: Likewise.
3007 * iconv/gconv_conf.c: Likewise.
3008 * iconv/gconv_int.h: Likewise.
3009 * iconv/gconv_open.c: Likewise.
3010 * iconv/gconv_simple.c: Likewise.
3011 * iconv/iconv.c: Likewise.
3012 * iconvdata/8bit-gap.c: Likewise.
3013 * iconvdata/8bit-generic.c: Likewise.
3014 * iconvdata/Makefile: Likewise.
3015 * iconvdata/big5.c: Likewise.
3016 * iconvdata/cns11643.c: Likewise.
3017 * iconvdata/cns11643.h: Likewise.
3018 * iconvdata/cns11643l1.c: Likewise.
3019 * iconvdata/cns11643l1.h: Likewise.
3020 * iconvdata/ebcdic-at-de-a.c: Likewise.
3021 * iconvdata/ebcdic-at-de.c: Likewise.
3022 * iconvdata/ebcdic-ca-fr.c: Likewise.
3023 * iconvdata/euccn.c: Likewise.
3024 * iconvdata/eucjp.c: Likewise.
3025 * iconvdata/euckr.c: Likewise.
3026 * iconvdata/euctw.c: Likewise.
3027 * iconvdata/gb2312.c: Likewise.
3028 * iconvdata/gb2312.h: Likewise.
3029 * iconvdata/hp-roman8.c: Likewise.
3030 * iconvdata/iso646.c: Likewise.
3031 * iconvdata/iso6937.c: Likewise.
3032 * iconvdata/iso8859-1.c: Likewise.
3033 * iconvdata/iso8859-10.c: Likewise.
3034 * iconvdata/iso8859-2.c: Likewise.
3035 * iconvdata/iso8859-3.c: Likewise.
3036 * iconvdata/iso8859-4.c: Likewise.
3037 * iconvdata/iso8859-5.c: Likewise.
3038 * iconvdata/iso8859-6.c: Likewise.
3039 * iconvdata/iso8859-7.c: Likewise.
3040 * iconvdata/iso8859-8.c: Likewise.
3041 * iconvdata/iso8859-9.c: Likewise.
3042 * iconvdata/jis0201.c: Likewise.
3043 * iconvdata/jis0201.h: Likewise.
3044 * iconvdata/jis0208.c: Likewise.
3045 * iconvdata/jis0208.h: Likewise.
3046 * iconvdata/jis0212.c: Likewise.
3047 * iconvdata/jis0212.h: Likewise.
3048 * iconvdata/johab.c: Likewise.
3049 * iconvdata/koi-8.c: Likewise.
3050 * iconvdata/koi8-r.c: Likewise.
3051 * iconvdata/ksc5601.c: Likewise.
3052 * iconvdata/ksc5601.h: Likewise.
3053 * iconvdata/latin-greek-1.c: Likewise.
3054 * iconvdata/latin-greek.c: Likewise.
3055 * iconvdata/run-iconv-test.sh: Likewise.
3056 * iconvdata/sjis.c: Likewise.
3057 * iconvdata/t61.c: Likewise.
3058 * iconvdata/uhc.c: Likewise.
3059 * wcsmbs/btowc.c: Likewise.
3060 * wcsmbs/mbrtowc.c: Likewise.
3061 * wcsmbs/mbsnrtowcs.c: Likewise.
3062 * wcsmbs/mbsrtowcs.c: Likewise.
3063 * wcsmbs/wcrtomb.c: Likewise.
3064 * wcsmbs/wcsmbsload.c: Likewise.
3065 * wcsmbs/wcsnrtombs.c: Likewise.
3066 * wcsmbs/wcsrtombs.c: Likewise.
3067 * wcsmbs/wctob.c: Likewise.
3068 * iconv/loop.c: New file.
3069 * iconv/skeleton.c: New file.
3071 * stdlib/mblen.c: Handle empty input string correctly.
3072 * stdlib/mbtowc.c: Likewise.
3074 * posix/getopt.c: Various cleanups.
3076 * sysdeps/arm/bits/setjmp.h: Add copyright text.
3077 * sysdeps/i386/bits/setjmp.h: Likewise.
3078 * sysdeps/m68k/bits/setjmp.h: Likewise.
3079 * sysdeps/powerpc/bits/setjmp.h: Likewise.
3080 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3082 * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3083 and make longjmp weak alias.
3085 1998-04-18 20:29 Philip Blundell <Philip.Blundell@pobox.com>
3087 * iconv/Makefile (routines): Only include gconv_dl if building for
3088 an ELF system - dynamic linking is not available on a.out.
3089 (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3091 * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3092 routines from gconv_dl.
3094 1998-04-17 Gordon Matzigkeit <gord@profitpress.com>
3096 * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3097 we can compile without libio.
3099 1998-04-20 16:28 Ulrich Drepper <drepper@cygnus.com>
3101 * sysdeps/mach/hurd/Subdirs: Remove login.
3103 1998-04-11 Gordon Matzigkeit <gord@profitpress.com>
3105 * db2/compat.h: Include <errno.h>, to make sure we get the
3106 definition of EFTYPE before we define it ourselves.
3108 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
3110 * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3111 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3112 Fix typo to allow inclusion from sys/ioctl.h again.
3114 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3116 * iconvdata/*.[ch]: Clean up namespace. Optimize character lookup.
3118 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3120 * libc.map: Export __strerror_r. Remove _strerror_internal.
3122 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3124 * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3125 Also undefine __strcasestr.
3127 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3129 * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3130 aliases do not work with global variables due to copy relocations.
3132 1998-04-20 15:12 Ulrich Drepper <drepper@cygnus.com>
3134 * manual/creature.texi: Fix type. Patch by Andreas Schwab.
3136 1998-04-20 13:47 Ulrich Drepper <drepper@cygnus.com>
3138 * signal/sighold.c: Include stddef.h for NULL definition.
3139 * signal/sigrelse.c: Likewise.
3140 * sysdeps/posix/sigignore.c: Likewise.
3141 * sysdeps/posix/sigset.c: Likewise.
3142 * sysdeps/posix/waitid.c: Likewise.
3143 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3144 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3145 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3146 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3147 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3149 1998-04-13 Mark Kettenis <kettenis@phys.uva.nl>
3151 * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3152 * login/getutent.c (getutxent): Remove alias.
3153 * login/getutent_r.c (setutxent, pututxline, endutxent):
3155 * login/getutid.c (getutxid): Remove alias.
3156 * login/getutline.c (getutxline): Remove alias.
3157 * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3158 __getutid, __getutline and __pututline.
3159 * login/utmpx.h: Moved to ...
3160 * sysdeps/gnu/utmpx.h: ... here. [__USE_GNU]: Define UTMPX_FILE,
3161 UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3163 * login/updwtmp.c: Moved to ...
3164 * sysdeps/generic/updwtmp.c: ... here. (updwtmp): Generalized by
3165 allowing file name transformation.
3166 * sysdeps/gnu/updwtmp.c: New file. Use generic implementation with
3167 additional file name transformation.
3168 * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3169 * login/utmp_file.c: Moved to ...
3170 * sysdeps/generic/utmp_file.c: ... here. (setutent_file):
3171 Generalized by allowing file name transformation. Do not
3172 print error message. Library functions should not print them.
3173 Reported by Jim Meyering.
3174 * sysdeps/gnu/utmp_file.c: New file. Use generic implementation
3175 with additional file name transformation.
3176 * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3177 * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3178 setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3179 pututxline, utmpxname and updwtmpx. (sysdep_headers): Add utmpx.h
3181 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3182 (_PATH_UTMPX): Define to _PATH_UTMP. (_PATH_WTMPX): Define to
3183 _PATH_WTMPX. (RUN_LVL): Define only if __USE_GNU. (ACCOUNTING):
3184 Define if __USE_GNU.
3185 * sysdeps/generic/setutxent.c: New file.
3186 * sysdeps/generic/getutxent.c: New file.
3187 * sysdeps/generic/endutxent.c: New file.
3188 * sysdeps/generic/getutxid.c: New file.
3189 * sysdeps/generic/getutxline.c: New file.
3190 * sysdeps/generic/pututxline.c: New file.
3191 * sysdeps/generic/utmpxname.c: New file.
3192 * sysdeps/generic/updwtmpx.c: New file.
3193 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3194 * sysdeps/generic/bits/utmpx.h: Remove.
3196 1998-04-20 Ulrich Drepper <drepper@cygnus.com>
3198 * posix/wordexp-test.c (main): Initialize ifs element of ts for
3201 1998-04-17 07:53 H.J. Lu <hjl@gnu.org>
3203 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3205 1998-04-17 11:32 Ulrich Drepper <drepper@cygnus.com>
3207 * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3208 variable using _G_stat64.
3209 * libio/fileops.c: Remove macro definition of fstat, it is in the
3211 Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3213 1998-04-17 Philip Blundell <pb@nexus.co.uk>
3215 * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3216 <willy@odie.barnet.ac.uk>.
3218 1998-04-16 Philip Blundell <Philip.Blundell@pobox.com>
3220 * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3221 required by IPv6 Basic API.
3222 (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3223 (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3224 (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3225 (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3227 1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com>
3229 Don't name internal representation since it might be different from
3230 the external form (namely on little endian machines).
3231 * iconv/gconv_builtin.h: Add UCS4 support. Change references to
3232 UCS4 into references to INTERNAL.
3233 * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3234 Add endianess support to UCS functions. Change references to
3235 UCS4 into references to INTERNAL.
3236 * iconv/gconv_int.h: Change references to UCS4 into references to
3238 * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3239 * iconvdata/gconv-modules: Change accordingly.
3240 * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3242 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3244 * iconvdata/8bit-gap.c: Likewise.
3245 * iconvdata/8bit-generic.c: Likewise.
3246 * iconvdata/big5.c: Likewise.
3247 * iconvdata/euccn.c: Likewise.
3248 * iconvdata/eucjp.c: Likewise.
3249 * iconvdata/euckr.c: Likewise.
3250 * iconvdata/euctw.c: Likewise.
3251 * iconvdata/iso646.c: Likewise.
3252 * iconvdata/iso6937.c: Likewise.
3253 * iconvdata/iso8859-1.c: Likewise.
3254 * iconvdata/johab.c: Likewise.
3255 * iconvdata/sjis.c: Likewise.
3256 * iconvdata/t61.c: Likewise.
3257 * iconvdata/uhc.c: Likewise.
3259 * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3260 * iconvdata/8bit-generic.c: Likewise.
3262 * iconvdata/TESTS: Add more tests.
3264 * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3266 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com>
3268 * iconvdata/Makefile: Better rules to run tests.
3270 * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3271 * iconvdata/testdata/ISO-8859-10: Likewise.
3272 * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3273 * iconvdata/testdata/ISO-8859-2: Likewise.
3274 * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3275 * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3276 * iconvdata/testdata/ISO-8859-3: Likewise.
3277 * iconvdata/testdata/ISO-8859-4: Likewise.
3278 * iconvdata/testdata/ISO-8859-5: Likewise.
3279 * iconvdata/testdata/ISO-8859-6: Likewise.
3280 * iconvdata/testdata/ISO-8859-7: Likewise.
3281 * iconvdata/testdata/ISO-8859-8: Likewise.
3282 * iconvdata/testdata/ISO-8859-9: Likewise.
3284 1998-04-15 Ulrich Drepper <drepper@cygnus.com>
3286 * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3287 intermediate result (if available).
3289 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3292 * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3293 (distribute): Add run-iconv-test.sh and testdata/*.
3295 * stdlib/testmb.c (main): Simplify mbc array handling.
3297 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3299 * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix
3300 return value on overflow.
3302 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3304 * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3307 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3309 * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3310 of non-standard function setbuffer.
3312 1998-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3314 * stdio-common/perror.c: Include <string.h> for __strerror_r.
3316 1998-04-14 23:54 Ulrich Drepper <drepper@cygnus.com>
3318 * iconvdata/Makefile: Add rules to run tests.
3319 * iconvdata/TESTS: New file.
3320 * iconvdata/run-iconv-test.sh: New file.
3321 * iconvdata/testdata/ISO-8859-1: New file.
3323 * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3326 1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
3328 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3329 counter element of step.
3331 * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3333 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3335 (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
3337 (__gconv_transform_utf8_ucs4): Correct test for empty input.
3339 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3341 * Makefile: Include makeconfig before defining rule to regenerate
3344 * configure.in: Remove restriction on compiling without static
3347 1998-04-14 16:34 Ulrich Drepper <drepper@cygnus.com>
3349 * test-skeleton.c: Provide hook for initializing code before the fork.
3350 * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3353 * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3354 * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3355 * libio/libioP.h: Adopt _IO_cleanup prototype.
3357 * stdlib/Makefile (tests): Add test-canon2.
3358 * stdlib/test-canon2.c: New file.
3359 * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3360 be NULL. Use __lxstat, not __lstat. Correctly recognize long
3362 (__realpath): Make real function which checks RESOLVED parameter for
3365 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
3367 * catgets/open_catalog.c (__open_catalog): Fix problems with
3368 reading non-files. Always close file.
3369 Reported by Cristian Gafton <gafton@redhat.com>.
3371 * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3373 1998-04-14 13:28 Ulrich Drepper <drepper@cygnus.com>
3375 * libc.map: Add various low-level I/O functions.
3377 1998-04-14 10:35 Ulrich Drepper <drepper@cygnus.com>
3379 * string/Makefile (routines): Remove strerror_r.
3380 * string/strerror_r.c: Removed.
3381 * string/strerror.c: Call __strerror_r for doing the real work.
3382 * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3383 add weak alias strerror_r.
3384 * sysdeps/mach/_strerror.c: Likewise.
3385 * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3386 * elf/dl-error.c (_dl_signal_error): Likewise.
3387 * elf/dl-profile.c (_dl_start_profile): Likewise.
3388 * gmon/gmon.c (write_gmon): Likewise.
3389 * stdio-common/perror.c: Likewise.
3390 * stdio-common/vfprintf.c: Likewise.
3392 1998-04-10 Mark Kettenis <kettenis@phys.uva.nl>
3394 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3395 (sysdep_headers): Add netatalk/at.h.
3397 1998-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3399 * manual/socket.texi, manual/creature.texi, manual/time.texi:
3402 1998-04-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3404 * posix/regex.c: Rename __re_syntax_options back to
3405 re_syntax_options, aliases do not work with global variables due
3406 to copy relocations.
3407 (regex_compile): Use syntax parameter instead of
3410 1998-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3412 * configure.in: Document that enable-force-install is default.
3414 1998-04-13 Ulrich Drepper <drepper@cygnus.com>
3416 * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3418 * sysdeps/posix/mkstemp.c: Likewise.
3420 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com>
3422 * iconvdata/8bit-gap.c: Simplify step data handling.
3423 * iconvdata/8bit-generic.c: Likewise.
3424 * iconvdata/big5.c: Likewise.
3425 * iconvdata/euccn.c: Likewise.
3426 * iconvdata/eucjp.c: Likewise.
3427 * iconvdata/euckr.c: Likewise.
3428 * iconvdata/euctw.c: Likewise.
3429 * iconvdata/iso6937.c: Likewise.
3430 * iconvdata/iso8859-1.c: Likewise.
3431 * iconvdata/jis0208.h: Likewise.
3432 * iconvdata/jis0212.c: Likewise.
3433 * iconvdata/jis0212.h: Likewise.
3434 * iconvdata/johab.c: Likewise.
3435 * iconvdata/ksc5601.h: Likewise.
3436 * iconvdata/sjis.c: Likewise.
3437 * iconvdata/t61.c: Likewise.
3438 * iconvdata/uhc.c: Likewise.
3440 1998-04-13 16:36 Ulrich Drepper <drepper@cygnus.com>
3442 * manual/texinfo.texi: Updated from last version.
3444 1998-04-13 14:52 Ulrich Drepper <drepper@cygnus.com>
3446 * iconvdata/cns11643.c: New file.
3447 * iconvdata/cns11643.h: New file.
3448 * iconvdata/cns11643l1.c: New file.
3449 * iconvdata/cns11643l1.h: New file.
3450 * iconvdata/euctw.c: New file.
3451 * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3452 * iconvdata/gconv-modules: Likewise.
3454 * iconvdata/eucjp.c: Several bug fixes and improvements.
3455 * iconvdata/gb2312.h: Likewise.
3456 * iconvdata/jis0201.h: Likewise.
3457 * iconvdata/jis0208.h: Likewise.
3458 * iconvdata/jis0212.h: Likewise.
3460 1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com>
3462 * iconvdata/eucjp.c: New file.
3463 * iconvdata/euccn.c: New file.
3464 * iconvdata/gb2312.h: New file.
3465 * iconvdata/gb2312.c: New file.
3466 * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3467 * iconvdata/gconv-modules: Likewise.
3469 * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3471 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3473 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3474 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3475 Patch by Mark Hatle <fray@kernel.crashing.org>.
3477 1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
3479 * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3481 (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3482 (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3484 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
3486 * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
3488 * iconvdata/Makefile: Add rules for big5 conversion.
3489 * iconvdata/gconv-modules: Likewise.
3490 * iconvdata/big5.c: New file.
3492 * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
3493 Patch by Jim Meyering.
3495 1998-04-11 Ulrich Drepper <drepper@cygnus.com>
3497 * rt/tst-aio.c: Add test for aio_read and lio_listio.
3499 * rt/lio_listio.c: Correct total counter handling.
3501 * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
3504 * test-skeleton.c (main): Make stdout unbuffered. Improve message
3505 of signal on exit even more.
3507 * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
3508 instead of call to pthread_cond_init.
3509 * rt/lio_listio.c (lio_listio): Likewise.
3510 * rt/lio_listio64.c (lio_listio64): Likewise.
3512 * nis/nis_findserv.c: Include sys/socket.h.
3514 1998-04-11 09:33 Ulrich Drepper <drepper@cygnus.com>
3516 * Makeconfig (rtobjdir): New variable.
3517 (rpath-link): Add rtobjdir and thread directory, if available.
3519 * test-skeleton.c: Add support to remove temporary files.
3520 Always define test_dir. Improve message about expected signal.
3522 * rt/Makefile (tests): Add tst-aio.
3523 Add rules for tst-aio to be linked with librt and thread library.
3524 * rt/aio_misc.c: Correct fundamental bugs.
3525 * rt/aio_suspend.c: Correct bug in test for available request.
3526 Initialize conditional variable.
3527 * rt/lio_listio.c: Initialize conditional variable.
3528 * rt/lio_listio64.c: Likewise.
3529 * rt/tst-aio.c: New file.
3531 * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
3532 * sysdeps/libm-ieee754/w_gamma.c: Likewise. Adopt for ISO C 9x.
3533 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3534 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3535 * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
3536 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3537 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3539 1998-04-11 14:49 Mark Kettenis <kettenis@landau.phys.uva.nl>
3541 * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
3543 1998-04-10 Ulrich Drepper <drepper@cygnus.com>
3545 * elf/dl-load.c (open_path): Use correct name for test whether
3546 directory in load path exists.
3548 * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
3549 * sysdeps/libm-ieee754/e_pow.c: Fix typo.
3550 Patches by Tom Rini <trini@kernel.crashing.org>.
3552 * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
3553 * wcsmbs/wcstod_l.c: Likewise.
3554 * wcsmbs/wcstold_l.c: Likewise.
3556 * include/byteswap.h: New file.
3558 * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
3559 .bss segment size. Patch by Joe Keane <jgk@jgk.org>.
3561 * inet/getnameinfo.c (getnameinfo): Change parameter to match
3562 declaration. Patch by Richard Henderson.
3564 1998-04-10 12:40 Zack Weinberg <zack@rabi.phys.columbia.edu>
3566 * manual/process.texi (SIGCHLD example): Save errno.
3568 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
3570 * posix/regex.c: Define regerror really as __regerror.
3571 * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3572 regerror and regfree.
3574 * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3575 * stdlib/strtod_l.c: Likewise.
3576 * stdlib/strtold_l.c: Likewise.
3578 * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3580 * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3582 * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3583 Patch by Christian Gafton.
3585 1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com>
3587 * manual/socket.texi (Interface Naming): Correct @deftypefun line
3590 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3592 * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3594 * manual/socket.texi (Interface Naming): Fix typo.
3596 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3598 * manual/examples/filesrv.c (main): Remove filename first.
3600 * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
3603 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
3606 * manual/examples/filecli.c (main): Use AF_LOCAL
3609 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
3611 * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3613 * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3614 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3615 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3616 * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3617 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3618 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3620 * login/utmp_daemon.c (open_socket): Use __connect not connect.
3622 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3624 * configure.in: Add new option --enable-force-install. Substitute
3626 * config.make.in (force-install): Set from configure.
3627 * Makerules (force-install): New phony target.
3628 * Makeconfig (+force): New variable.
3629 * Makefile: Use it in dependency list of installation targets.
3630 * db/Makefile: Likewise.
3631 * db2/Makefile: Likewise.
3632 * elf/Makefile: Likewise.
3633 * hurd/Makefile: Likewise.
3634 * iconv/Makefile: Likewise.
3635 * iconvdata/Makefile: Likewise.
3636 * intl/Makefile: Likewise.
3637 * localedata/Makefile: Likewise.
3638 * login/Makefile: Likewise.
3639 * po/Makefile: Likewise.
3640 * sunrpc/Makefile: Likewise.
3641 * sysdeps/mach/hurd/Makefile: Likewise.
3642 * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3643 * sysdeps/unix/sysv/linux/Makefile: Likewise.
3644 * timezone/Makefile: Likewise.
3646 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3648 * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3649 alloc_size. Pass return value of getcwd syscall to realloc.
3651 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3653 * manual/socket.texi: Spelling fixes.
3655 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3657 * elf/dl-load.c (print_search_path): Remove unused variable.
3659 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
3661 * login/utmp_file.c: use __ftruncate not ftruncate.
3662 * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3663 for system call and make ftruncate weak alias.
3664 * posix/unistd.h: Add prototype for __ftruncate.
3665 * login/utmp_daemon.c (open_socket): Use __socket not socket.
3666 * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3667 instead of snprintf and readv.
3668 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3670 * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3673 1998-04-08 20:06 Ulrich Drepper <drepper@cygnus.com>
3675 * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3676 * iconv/gconv_db.c: Use __ protected regex functions.
3677 * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3678 * posix/getopt_init.c: Use __getpid not getpid.
3679 * posix/regex.c: Rename all global functions to start with __ and
3680 make old names weak aliases.
3681 * posix/regex.h: Adopt prototypes for this.
3682 * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3683 a weak alias and use __getcwd instead of getcwd.
3684 * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3685 * stdlib/strtod.c: Use __btowc instead of btowc.
3686 * stdlib/strtol.c: Likewise.
3687 * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3688 * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3689 and sys_errlist are weak.
3690 * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3691 * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3692 * wcsmbs/mbsnrtowcs.c: Likewise.
3693 * wcsmbs/mbsrtowcs.c: Likewise.
3694 * wcsmbs/wcsnrtombs.c: Likewise.
3695 * wcsmbs/wcsrtombs.c: Likewise.
3696 * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3698 * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3699 * wctype/wctype.c: Define function as __wctype and make wctype
3701 * wctype/wctype.h: Declare __wctype.
3703 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
3705 * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3707 1998-04-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3709 * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3711 (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3713 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3715 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3716 * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3717 * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3718 make it a weak alias.
3719 * posix/unistd.h: Declare __lseek64.
3721 * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3722 (_IO_file_stat): Fix typo.
3723 (_IO_file_xsgetn): Update fd->_offset. Read a multiple of the
3724 block size from the file. Use __mempcpy if _LIBC.
3726 1998-04-07 20:32 Ulrich Drepper <drepper@cygnus.com>
3728 * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3729 * wcsmbs/mbrtowc.c: Likewise.
3730 * wcsmbs/mbsnrtowcs.c: Likewise.
3731 * wcsmbs/mbsrtowcs.c: Likewise.
3732 * wcsmbs/wcrtomb.c: Likewise.
3733 * wcsmbs/wcsnrtombs.c: Likewise.
3734 * wcsmbs/wcsrtombs.c: Likewise.
3735 * wcsmbs/wctob.c: Likewise.
3737 * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3738 position of next output character correctly.
3739 (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3741 * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3743 * stdlib/strtod.c: Don't use mbtowc.
3745 1998-04-07 19:07 H.J. Lu <hjl@gnu.org>
3747 * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3748 what we want is smaller than a buffer.
3750 1998-04-07 18:14 Ulrich Drepper <drepper@cygnus.com>
3752 * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3755 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
3757 * configure.in: Recognize --with-headers flag and determine
3758 commandline options to be used in compilation.
3759 * Makeconfig (+includes): Use $(sysincludes).
3760 * config.make.in (sysincludes): Define from SYSINCLUDES.
3761 * glibcbug.in: Use SYSINCLUDES information.
3762 Patches by Zack Weinberg.
3764 1998-04-07 19:03 Zack Weinberg <zack@rabi.phys.columbia.edu>
3766 * glibcbug.in: On linux, report version of kernel headers seen
3769 1998-04-07 16:18 Ulrich Drepper <drepper@cygnus.com>
3771 * libc.map: Add __asprintf to GLIBC_2.1.
3772 * elf/dlerror.c: Use __asprintf, not asprintf.
3773 * libio/stdio.h: Declare __asprintf.
3774 * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3777 * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3778 to avoid inclusion from libc_pic.a.
3780 * elf/dl-runtime.c: Undo last patch.
3782 * stdlib/strtod.c: Don't use mbtowc, use btowc.
3784 * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3785 as default, use NULL.
3787 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3789 * resolv/Makefile: Include ../Makeconfig - needed for building
3792 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3794 * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3795 static-nss since we don't want hesiod in the static NSS.
3797 * nss/Makefile: Build only nss_files as static.
3799 * nss/function.def: Remove support for service db.
3801 1998-04-04 09:44 H.J. Lu <hjl@gnu.org>
3803 * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3805 1998-04-04 18:29 Tim Waugh <tim@cyberelk.demon.co.uk>
3807 * posix/wordexp-test.c: Make IFS per test-case.
3809 1998-04-07 17:50 Zack Weinberg <zack@rabi.phys.columbia.edu>
3811 * glibcbug.in: Report version of gcc in use. Remove unused variable
3814 1998-04-07 Gordon Matzigkeit <gord@profitpress.com>
3816 * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3817 `-print-file-name' to find as and ld.
3819 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
3821 * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3822 template is wrong. Remove unused varaible `ignored'.
3824 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3826 * libc.map: Export __libc_sa_len.
3828 * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3830 1998-04-07 08:51 Ulrich Drepper <drepper@cygnus.com>
3832 * iconv/gconv.c: Take care for NULL arguments.
3833 * iconv/gconv_dl.c: Make find_func function global.
3834 * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3835 Add prototypes for ASCII conversion functions.
3836 * iconv/gconv_simple.c: Add ASCII conversion functions.
3837 * locale/C-ctype.c: Correct charset name.
3839 * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3840 (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3842 * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3843 * wcsmbs/mbrtowc.c: Likewise.
3844 * wcsmbs/mbsnrtowcs.c: Likewise.
3845 * wcsmbs/mbsrtowcs.c: Likewise.
3846 * wcsmbs/wcrtomb.c: Likewise.
3847 * wcsmbs/wcsnrtombs.c: Likewise.
3848 * wcsmbs/wcsrtombs.c: Likewise.
3849 * wcsmbs/wctob.c: Likewise.
3850 * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen. Remove
3851 prototypes for wmemr*.
3852 * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3853 * wcsmbs/wcsnlen.c: New file.
3854 * wcsmbs/wcsmbsload.c: New file.
3855 * wcsmbs/wcsmbsload.h: New file.
3857 * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3859 * manual/install.texi: Describe some more critical points.
3861 * string/string.h: Add prototype for __strnlen.
3862 * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3864 * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3865 much less predictable names.
3866 * sysdeps/posix/mkstemp.c: Likewise.
3868 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3870 * manual/libc.texinfo (Top): Change "file namespace" to "local
3873 * manual/socket.texi: Change file namespace to local namespace.
3874 (Out-of-Band Data): Remove unneeded variable link.
3875 (Host Address Functions): Use uint32_t consequently and add a
3876 number of clarifications for IPv4/IPv6, classless addresses.
3877 (Internet Namespace): Added some paragraphs about IPv6.
3878 Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3880 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
3882 Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3884 * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3885 (NI_NUMERICHOST, et al.): Tidy up and add comments.
3886 (AI_NUMERICHOST): Define.
3887 (getnodebyname): New prototype.
3888 (AI_V4MAPPED, et al.): New constants.
3890 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3891 * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3892 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3894 * sysdeps/unix/sysv/linux/sa_len.c: New file.
3895 * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3897 * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3899 * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3900 * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3901 * socket/Makefile (headers): Add bits/sockunion.h.
3902 * socket/sys/socket.h: Include <bits/sockunion.h>
3903 * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3904 <sys/socket.h>, to avoid getting sockaddr_union defined.
3905 * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3906 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3907 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3909 * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3910 (2.2.x kernels won't have it).
3912 1998-04-06 21:21 Ulrich Drepper <drepper@cygnus.com>
3914 * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3915 * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3916 * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3917 Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3919 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
3921 * manual/socket.texi (Socket Addresses): Fix a typo.
3922 (Interface Naming): New section.
3924 1998-04-05 23:29 Zack Weinberg <zack@rabi.phys.columbia.edu>
3926 * configure.in: Check for CC using $ac_tool_prefix, to handle
3927 cross-compilation. Use AC_CHECK_TOOL to find MiG.
3928 * config.make.in: Add MIG to be substituted.
3929 * mach/Machrules: Don't define MIG variable.
3931 Patch by Gordon Matzigkeit <gord@profitpress.com>.
3933 1998-04-05 Mark Kettenis <kettenis@phys.uva.nl>
3935 * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3936 strdupa to copy rpath.
3938 1998-04-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3940 * configure.in: Fix gcc version check.
3942 * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3945 1998-03-31 Mark Kettenis <kettenis@phys.uva.nl>
3947 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3950 * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3952 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3953 * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3954 * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3955 of __ptsname_r accordingly.
3956 * login/openpty.c (openpty): Likewise.
3958 1998-06-04 18:47 H.J. Lu <hjl@gnu.org>
3960 * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3962 1998-04-06 13:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3964 * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3966 * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3968 1998-04-06 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3970 * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3971 return value for better error checking.
3973 1998-04-06 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3975 * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3976 _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3978 * elf/elf.h (EM_SPARC64): Remove.
3979 (EM_SPARC32PLUS, EM_SPARCV9): Add.
3980 (HWCAP_SPARC_V9): Add.
3982 * elf/ldsodefs.h (_dl_hwcap): Declare.
3983 * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3984 Weaken so dlopen from static progies works.
3985 (WEAKADDR): New macro.
3986 (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3987 (LD_SO_PRELOAD): New macro.
3988 (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3989 (elf_machine_rela): Weaken _dl_rtld_map.
3991 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3992 to __clone, and remove the later's alias.
3993 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3995 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3996 the kernel's structure.
3998 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3999 Sparc needs a custom value of __KERNEL_NCCS.
4001 1998-04-06 Richard Henderson <rth@cygnus.com>
4003 * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4005 * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4006 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4008 1998-04-06 Richard Henderson <rth@cygnus.com>
4010 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4011 as the buffer is not properly aligned.
4012 Reported by Juan Cespedes <cespedes@debian.org>.
4014 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4016 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4019 1998-04-05 Ulrich Drepper <drepper@cygnus.com>
4021 * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4022 and wc*tomb* functions.
4024 1998-04-04 15:16 Philip Blundell <Philip.Blundell@pobox.com>
4026 * sysdeps/unix/start.c: Fix typo.
4028 1998-04-04 Ulrich Drepper <drepper@cygnus.com>
4030 * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4032 1998-04-03 23:38 Ulrich Drepper <drepper@cygnus.com>
4034 * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4035 expressions and using array variables.
4036 * sysdeps/libm-ieee754/e_asin.c: Likewise.
4037 * sysdeps/libm-ieee754/e_j0.c: Likewise.
4038 * sysdeps/libm-ieee754/e_j1.c: Likewise.
4039 * sysdeps/libm-ieee754/e_log.c: Likewise.
4040 * sysdeps/libm-ieee754/e_pow.c: Likewise.
4041 * sysdeps/libm-ieee754/k_cos.c: Likewise.
4042 * sysdeps/libm-ieee754/k_sin.c: Likewise.
4043 * sysdeps/libm-ieee754/k_tan.c: Likewise.
4044 * sysdeps/libm-ieee754/s_atan.c: Likewise.
4045 * sysdeps/libm-ieee754/s_erf.c: Likewise.
4046 * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4047 * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4048 Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4050 1998-04-03 23:17 Ulrich Drepper <drepper@cygnus.com>
4052 * iconv/gconv.c: Rewrite of the low-level of gconv.
4053 * iconv/gconv.h: Likewise.
4054 * iconv/gconv_builtin.h: Likewise.
4055 * iconv/gconv_close.c: Likewise.
4056 * iconv/gconv_db.: Likewise.
4057 * iconv/gconv_dl.c: Likewise.
4058 * iconv/gconv_int.h: Likewise.
4059 * iconv/gconv_open.c: Likewise.
4060 * iconv/gconv_simple.c: Likewise.
4061 * iconvdata/8bit-gap.c: Adapt for rewrite.
4062 * iconvdata/8bit-generic.c: Likewise.
4063 * iconvdata/euckr.c: Likewise.
4064 * iconvdata/iso646.c: Likewise.
4065 * iconvdata/iso6937.c: Likewise.
4066 * iconvdata/iso8859-1.c: Likewise.
4067 * iconvdata/johab.c: Likewise.
4068 * iconvdata/sjis.c: Likewise.
4069 * iconvdata/t61.c: Likewise.
4070 * iconvdata/uhc.c: Likewise.
4072 1998-04-03 15:34 Ulrich Drepper <drepper@cygnus.com>
4074 * iconv/gconv_int.h: New file. Internal header.
4075 * iconv/Makefile (distribute): Add gconv_int.h.
4076 * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4077 * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4078 * iconv/gconv_close.c: Likewise.
4079 * iconv/gconv_conf.c: Likewise.
4080 * iconv/gconv_db.c: Likewise.
4081 * iconv/gconv_dl.c: Likewise.
4082 * iconv/gconv_int.h: Likewise.
4083 * iconv/gconv_open.c: Likewise.
4084 * iconv/iconv.c: Likewise.
4085 * iconv/iconv_close.c: Likewise.
4086 * iconv/iconv_open.c: Likewise.
4087 * iconv/iconv_prog.c: Likewise.
4089 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
4091 * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4094 1998-04-03 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
4096 * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4098 1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk>
4100 Based on patch from Pat Beirne:
4101 * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4102 PIC and non-PIC now. Correctly negate error number.
4103 (errno): Use `%' not `@' in .type directives.
4105 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
4107 * sysdeps/i386/strtok.S: Change to use single exit point.
4108 * sysdeps/i386/i686/strtok.S: Likewise.
4110 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4112 * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4115 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4117 * Makerules (installed-libcs): Fix typo.
4119 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4121 * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4122 (UHC-routines): Remove ksc5601.
4124 1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk>
4126 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4127 introduced in last change.
4129 1998-04-03 06:22 Ulrich Drepper <drepper@cygnus.com>
4131 * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4134 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
4136 * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4138 * stdlib/isomac.c: Use -isystem instead of -I for system include
4141 1998-03-30 08:05 H.J. Lu <hjl@gnu.org>
4143 * resolv/res_comp.c (underscorechar): New.
4144 (middlechar): Allow '_'.
4146 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
4148 * intl/explodename.c (stdlib.h): Include that file only if
4149 STDC_HEADERS or _LIBC.
4150 (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4151 Patch by Philippe De Muyter <phdm@macqel.be>.
4153 1998-04-01 21:08 Zack Weinberg <zack@rabi.phys.columbia.edu>
4155 * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4156 (AC_PROG_CHECK_VER): New macro.
4157 * configure.in: Use AC_PROG_CHECK_VER to check versions of
4158 gcc, gmake, msgfmt, makeinfo. Remove superfluous tests.
4160 1998-04-02 15:13 Ulrich Drepper <drepper@cygnus.com>
4162 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4163 * sysdeps/i386/i686/strtok.S: New file
4164 * sysdeps/i386/i686/strtok_r.S: New file
4166 1998-04-02 Mark Kettenis <kettenis@phys.uva.nl>
4168 * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4170 * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4171 parameter as __off64_t instead of __off_t.
4172 (ftello): Make alias for ftello64 instead of ftello. Change
4173 return type to __off64_t.
4175 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
4177 * sysdeps/i386/bits/string.h: Fix various typos.
4178 Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4180 * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4182 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
4184 * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4185 lchown syscall correctly. [PR libc/541].
4187 1998-04-02 11:45 Ulrich Drepper <drepper@cygnus.com>
4189 * localedata/Makefile: Correct testsuite rules.
4191 * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4192 * iconvdata/iso646.c: Fix conversion from UCS4.
4194 * elf/ldsodefs.h: Mark internal function with internal_function.
4195 * elf/dl-addr.c: Likewise.
4196 * elf/dl-close.c: Likewise.
4197 * elf/dl-debug.c: Likewise.
4198 * elf/dl-deps.c: Likewise.
4199 * elf/dl-error.c: Likewise.
4200 * elf/dl-fini.c: Likewise.
4201 * elf/dl-init.c: Likewise.
4202 * elf/dl-load.c: Likewise.
4203 * elf/dl-lookup.c: Likewise.
4204 * elf/dl-object.c: Likewise.
4205 * elf/dl-open.c: Likewise.
4206 * elf/dl-profile.c: Likewise.
4207 * elf/dl-reloc.c: Likewise.
4208 * elf/dl-runtime.c: Likewise.
4209 * elf/dl-symbol.c: Likewise.
4210 * elf/dl-version.c: Likewise.
4211 * elf/dlerror.c: Likewise.
4212 * sysdeps/generic/dl-sysdep.c: Likewise.
4213 * sysdeps/i386/dl-machine.h: Likewise.
4214 * intl/finddomain.c: Likewise.
4215 * intl/gettextP.h: Likewise.
4216 * intl/loadmsgcat.c: Likewise.
4218 1998-04-01 17:38 Ulrich Drepper <drepper@cygnus.com>
4220 * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4221 * iconv/gconv_builtin.h: Add definitions for new builtins.
4222 * iconv/gconv.h: Add prototypes for new builtins.
4224 * iconvdata/Makefile (modules): Add ISO646.
4225 Add rules for ISO646 module.
4226 (distribute): Add iso646.c.
4227 * iconvdata/gconv-modules: Add module and alias definition for
4229 * iconvdata/iso646.c: New file.
4231 1998-04-01 16:10 Ulrich Drepper <drepper@cygnus.com>
4233 * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4234 * iconv/iconv_prog.c: Implement --list option to print available
4235 coded character sets.
4237 1998-04-01 18:10 Zack Weinberg <zack@rabi.phys.columbia.edu>
4239 Make fread() read large blocks straight to the user buffer.
4241 * libio/fileops.c (_IO_file_xsgetn): New function.
4242 (_IO_file_jumps): Use it.
4243 * libio/libioP.h: Prototype it.
4245 1998-04-01 Ulrich Drepper <drepper@cygnus.com>
4247 * iconv/gconv_conf.c (builtin_aliases): New variable.
4248 (__gconv_read_conf): Add builtin aliases.
4249 * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an