Update.
[glibc.git] / ChangeLog
blobae2cabaf1347f00c57bbb942b0192a283c7c7144
1 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
3         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
4         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
5         CPPFLAGS.
7         * libc.map: Export __sigaction.
9 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
12         (from Linux 2.1.107).
14 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
16         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
17         position when file was opened here.
18         Reported by Howard Chu <hyc@platinum.com>.
20         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
21         undefined in a second inclusion.
23 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
25         * sysdeps/mach/hurd/i386/Makefile: New file.
26         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
27         __libc_init_secure.
28         (_hurd_stack_setup): Renamed
29         from __libc_init_first.
30         (__libc_init_first): New function.
31         * sysdeps/mach/hurd/i386/static-start.S: New file.
33 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
35         * sysdeps/mach/hurd/i386/init-first.c
37 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
39         * grp/initgroups.c: Use _CALL_DL_FCT.
41 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
43         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
45 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
47         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
49 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
51         * config.make.in: Remove LDAP support.
52         * nss/Makefile: Likewise.
54 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
56         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
57         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
58         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
59         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
61 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
63         * mach/Makefile: Change `mv' invocations to `mv -f'.
64         * mach/Machrules: Likewise.
66 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
68         * config.make.in (old-glibc-headers): Add it.
70         * configure.in: Add test for glibc 2.0.x headers.
72         * Makefile (headers2_0): New variable - contains so far only
73         Linux/Intel glibc 2.0.x headers.
74         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
75         (install): Depend on remove-old-headers.
77 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
79         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
80         make ftruncate a weak alias.
81         * sysdeps/mach/hurd/ftruncate.c: Really define function as
82         __ftruncate.
83         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
84         (truncate): Fix function defenition to match prototype.
86 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
88         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
89         unlockpt, ptsname, ptsname_r, openpty and forkpty.
91 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
93         * sysdeps/generic/glob.c: Make it possible to include glob.h
94         before loading glob.c.
95         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
97 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
99         * nscd/connections.c: Use poll() instead of select().
101 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
103         * sysdeps/generic/Dist: Fix typo.
105 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
107         * nis/nis_add.c: Avoid unnecessary strlen () calls.
108         * nis/nis_addmember.c: Likewise.
109         * nis/nis_call.c: Likewise.
110         * nis/nis_creategroup.c: Likewise.
111         * nis/nis_destroygroup.c: Likewise.
112         * nis/nis_findserv.c: Likewise.
113         * nis/nis_ismember.c: Likewise.
114         * nis/nis_print.c: Likewise.
115         * nis/nis_print_group_entry.c: Likewise.
116         * nis/nis_removemember.c: Likewise.
117         * nis/nis_verifygroup.c: Likewise.
118         * nis/ypclnt.c: Likewise.
120         * nis/nis_file.c: Close file handles.
122         * nis/nis_callback.c: Fix typo.
124 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
126         * nis/Makefile: Add nis-initgroups and compat-initgroups.
127         * nis/libnss_compat.map: Add _nss_compat_initgroups.
128         * nis/libnss_nis.map: Add _nss_nis_initgroups.
129         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
130         * nis/nss_nis/nis-initgroups.c: Likewise.
131         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
132         __nss_lookup_function and make it public.
133         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
134         module if exists, else use old method.
136 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
138         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
139         definition.
140         * nss/getXXent_r.c (set_function, end_function, get_function):
141         Likewise.  Reported by Thorsten Kukuk.
143         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
145 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
147         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
148         1998-06-16 and distribute kernel_termios.h.
150         * nis/Makefile (distribute): Add nis_xdr.h.
152 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
154         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
155         kernels that don't have sigaltstack.
157 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
159         * sysdeps/generic/bits/sem.h: Don't define union semun.
161         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
163         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
164         here.
165         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
166         definition here.
168 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
170         * signal/signal.h: Add prototype for __sigaltstack.
171         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
172         Remove sigstack entry.
173         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
174         * sysdeps/unix/sysv/linux/sigstack.c: New file.
176         * sysdeps/i386/backtrace.c: Add casts.
178 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
180         * intl/dcgettext.c: use complete type name.
181         * intl/hash-string.h: Likewise.
183         * intl/localealias.c: Undo patch from 1998-04-29.
184         * intl/l10nflist.c: Likewise.
185         * intl/loadinfo.h: Likewise.
187 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
189         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
191 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
193         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
194         _dl_mcount, _dl_mcount_wrapper.
195         * elf/Makefile (routines): Add dl-profstub.
196         * elf/dl-profstub.c: New file.
197         * elf/dl-support.c: Don't define _dl_profile_map.
198         * elf/rtld.c: Likewise.
199         * elf/dlfcn.h: Define DL_CALL_FCT macro.
200         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
201         Define _CALL_DL_FCT.
202         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
203         loaded object.
204         * iconv/gconv_db.c: Likewise.
205         * iconv/skeleton.c: Likewise.
206         * nss/getXXbyYY_r.c: Likewise.
207         * nss/getXXent_r.c: Likewise.
208         * nss/nsswitch.c: Likewise.
210 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
212         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
213         * sysdeps/libm-i387/e_scalbf.S: Likewise.
214         * sysdeps/libm-i387/e_scalbl.S: Likewise.
216 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
218         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
219         longestdbl.
221 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
223         * iconvdata/Makefile (modules): Add MACINTOSH.
224         (MACINTOSH-routines): New variable.
225         (distribute): Add macintosh.c.
226         (awk-generated-headers): Add macintosh.h.
227         Add rule for macintosh.h generation.
228         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
229         * iconvdata/macintosh.c: New file.
231 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
233         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
235         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
236         only should happen for cy != 0.
238         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
239         glob.h.
241 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
243         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
244         to compare stack addresses.
246 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
248         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
249         defining prototypes.
251 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
253         * sysdeps/sparc/sparc32/dl-machine.h
254         (elf_machine_fixup_plt): During rtld bootstrap, always perform
255         flushes as the kernel will emulate it when the underlying cpu does
256         not implement flush.
258         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
259         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
261         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
262         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
263         trampoline code.
265         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
266         (__clone): Branch to label .Lerror not __clone_syscall_error.
267         (.Lerror): Fixup EINVAL setting.
268         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
269         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
270         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
271         (__syscall_getgroups, __syscall_setgroups): Add.
273         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
274         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
275         around sa_mask data.
277 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
279         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
281         * string/Makefile: Make sure test-ffs does not use builtins.
283 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
285         * sunrpc/svc.c: Check for NULL pointer.
287         * nis/libnsl.map: Add public NIS+ xdr functions.
289         * nis/rpcsvc/nis_callback.h: New file.
290         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
291         * nis/nis_xdr.h: ... here.
293         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
294         pointers, use NIS+ defines where possible.
295         * nis/nis_cache.c: Likewise.
296         * nis/nis_cache2_xdr.c: Likewise.
297         * nis/nis_call.c: Likewise.
298         * nis/nis_checkpoint.c: Likewise.
299         * nis/nis_clone_dir.c: Likewise.
300         * nis/nis_clone_obj.c: Likewise.
301         * nis/nis_clone_res.c: Likewise.
302         * nis/nis_creategroup.c: Likewise.
303         * nis/nis_file.c: Likewise.
304         * nis/nis_free.c: Likewise.
305         * nis/nis_getservlist.c: Likewise.
306         * nis/nis_local_names.c: likewise.
307         * nis/nis_lookup.c: Likewise.
308         * nis/nis_mkdir.c: Likewise.
309         * nis/nis_modify.c: Likewise.
310         * nis/nis_ping.c: Likewise.
311         * nis/nis_print.c: Likewise.
312         * nis/nis_remove.c: Likewise.
313         * nis/nis_removemember.c: Likewise.
314         * nis/nis_rmdir.c: Likewise.
315         * nis/nis_server.c: Likewise.
316         * nis/nis_table.c: Likewise.
317         * nis/nis_util.c: Likewise.
318         * nis/nis_verifygroup.c: Likewise.
319         * nis/nis_xdr.c: Likewise.
320         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
321         * nis/nis_xdr.c: ... to here.
323 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
325         * iconvdata/ksc5601.h: Clean up a bit.
327 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
329         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
330         and process incoming data.
331         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
332         fragments as invalid.
333         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
335 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
337         Removal of duplicates like "the the".
338         * manual/time.texi (TZ Variable): Likewise.
339         * manual/users.texi (Manipulating the Database): Likewise.
340         * manual/sysinfo.texi (Filesystem handling): Likewise.
341         * manual/signal.texi (Signaling Yourself): Likewise.
342         * manual/message.texi (Message Translation): Likewise.
343         (Common Usage): Likewise.
344         * manual/llio.texi: Likewise.
345         * manual/arith.texi (Old-style number conversion): Likewise.
346         * manual/argp.texi (Argp): Likewise.
347         (Argp Parsers): Likewise.
348         (Argp Help Filtering): Likewise.
350         * hesiod/README.hesiod: Correct typo.
352         * manual/llio.texi: Correct typos.
353         * manual/sysinfo.texi: Likewise.
355 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
357         * rt/aio.h: Rename __op to __operation for g++.
359 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
361         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
362         script.
363         * iconvdata/gen-8bit-gap-1.sh: Likewise.
364         * iconvdata/gen-8bit.sh: Clean up sed script.
366         * iconvdata/Makefile: Remove all PERL conditionals; build all
367         the modules all the time.  Export AWK.
368         (gen-8bit-gap): Delete setting of PERL.
369         (gen-8bit-gap-1): Likewise.
370         (perl-generated-headers): Renamed awk-generated-headers.
372         * iconvdata/gap.pl: Removed.
373         * iconvdata/gaptab.pl: Removed.
374         * iconvdata/gap.awk: New file.
375         * iconvdata/gaptab.awk: New file.
377 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
379         * sysdeps/generic/Dist: Add errno-loc.c.
381         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
382         __new_* functions.
384 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
386         * stdio-common/bug12.c: New test for fread()/fseek().
387         * stdio-common/Makefile (tests): Add bug12.
389 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
391         * sysdeps/generic/elf/backtracesyms.c: Make array elements
392         constant.
393         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
394         * debug/execinfo.h: Update declaration.
396 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
398         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
399         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
400         * debug/execinfo.h: Update declaration.
402 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
404         * manual/llio.texi: Fix spelling.
405         * manual/sysinfo.texi: Fix spelling.
407 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
409         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
410         alias for old name.  Put this on __libc_subfreeres.
411         * misc/search.h: Declare it.
413 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
415         * string/bits/string2.h (strcmp): Add missing parens around macro
416         parameters.
418 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
420         * manual/arith.texi: Fix problem with @math and texinfo.tex.
422         * manual/filesys.texi: Document LFS functions.
423         * manual/llio.texi: Likewise.
424         * manual/stdio.texi: Likewise.
425         * manual/time.texi: Likewise.
427         * manual/llio.texi: Document AIO functions.
429         * resource/sys/resource.h: Mark second argument of setrlimit as const.
430         * sysdeps/generic/setrlimit.c: Likewise.
431         * sysdeps/generic/setrlimit64.c: Likewise.
432         * sysdeps/mach/hurd/setrlimit.c: Likewise.
433         * sysdeps/unix/sysv/setrlimit.c: Likewise.
435 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
437         * sysdeps/generic/getenv.c: Fix last change.
439 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
441         * sysdeps/generic/backtrace.c: Provide generic implementation.
443 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
445         * configure.in: Give visual feedback of the default directories we
446         added.
448 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
450         * io/fts.c (fts_build): Define oflag only if needed.
452 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
454         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
456 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
458         * libc.map: Don't export argp's fmtstream handling functions.
460         * manual/sysinfo.texi: Document fstab and mtab handling functions.
461         * manual/llio.texi: Document more LFS functions and start documenting
462         the AIO functions.
464 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
466         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
467         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
468         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
469         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
471 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
473         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
474         makes it easier to undump emacs.
475         * sysdeps/powerpc/bits/endian.h: Use more informative error message
476         for when the endianness can't be determined.
478 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
480         * nss/Makefile: Add files publickey database support.
481         * nss/libnss_files.map: Export the required functions.
482         * nss/nss_files/files-key.c: Implement it.
483         * sunrpc/rpc/auth_des.h: Correct typos in comments.
485 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
487         * iconv/gconv_builtin.h: Add aliases for CORBA.
488         * iconvdata/gconv-modules: Likewise.
490 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
492         * math/libm-test.c (main): Call exp10_test.
493         (exp10_test): New function which tests exp10.
495 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
497         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
498         sigstack.
500         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
501         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
502         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
504 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
506         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
507         in the variable, not its GOT slot.
509 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
511         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
512         inline.
513         * sysdeps/m68k/fpu/e_exp10.c: New file.
514         * sysdeps/m68k/fpu/e_exp10f.c: New file.
515         * sysdeps/m68k/fpu/e_exp10l.c: New file.
517         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
518         _dl_profile_map only if the name matches.
519         (_dl_start_user): Remember stack address.
520         * sysdeps/m68k/elf/start.S: Pass new argument to
521         __libc_start_user.
523         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
524         definition.
525         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
526         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
527         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
528         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
529         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
531 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
533         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
534         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
535         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
536         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
537         prototypes.
538         * sysdeps/libm-i387/e_exp10.S: New file.
539         * sysdeps/libm-i387/e_exp10f.S: New file.
540         * sysdeps/libm-i387/e_exp10l.S: New file.
541         * sysdeps/libm-ieee754/e_exp10.c: New file.
542         * sysdeps/libm-ieee754/e_exp10f.c: New file.
543         * sysdeps/libm-ieee754/e_exp10l.c: New file.
544         * sysdeps/libm-ieee754/w_exp10.c: New file.
545         * sysdeps/libm-ieee754/w_exp10f.c: New file.
546         * sysdeps/libm-ieee754/w_exp10l.c: New file.
547         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
549 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
551         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
552         sys/elf.h and sys/reg.h.
553         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
554         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
555         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
556         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
558         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
559         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
561 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
563         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
564         __data member only for gcc.  Reported by ak@muc.de.
566         * misc/mntent.h: Undo last patch.
567         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
568         * misc/tst/mntent.c: Adjust code for this change.
570         * io/fts.c: Updated from a slightly more recent BSD version.
571         * io/fts.h: Likewise.
573         * libc.map: Add __libc_stack_end.
575         * db2/Makefile (routines): Add lock_region.
576         * db2/config.h: Update from db-2.4.14.
577         * db2/db.h: Likewise.
578         * db2/db_185.h: Likewise.
579         * db2/db_int.h: Likewise.
580         * db2/btree/bt_close.c: Likewise.
581         * db2/btree/bt_compare.c: Likewise.
582         * db2/btree/bt_conv.c: Likewise.
583         * db2/btree/bt_cursor.c: Likewise.
584         * db2/btree/bt_delete.c: Likewise.
585         * db2/btree/bt_open.c: Likewise.
586         * db2/btree/bt_page.c: Likewise.
587         * db2/btree/bt_put.c: Likewise.
588         * db2/btree/bt_rec.c: Likewise.
589         * db2/btree/bt_recno.c: Likewise.
590         * db2/btree/bt_rsearch.c: Likewise.
591         * db2/btree/bt_search.c: Likewise.
592         * db2/btree/bt_split.c: Likewise.
593         * db2/btree/bt_stat.c: Likewise.
594         * db2/btree/btree.src: Likewise.
595         * db2/btree/btree_auto.c: Likewise.
596         * db2/clib/getlong.c: Likewise.
597         * db2/common/db_appinit.c: Likewise.
598         * db2/common/db_apprec.c: Likewise.
599         * db2/common/db_byteorder.c: Likewise.
600         * db2/common/db_err.c: Likewise.
601         * db2/common/db_log2.c: Likewise.
602         * db2/common/db_region.c: Likewise.
603         * db2/common/db_salloc.c: Likewise.
604         * db2/common/db_shash.c: Likewise.
605         * db2/db/db.c: Likewise.
606         * db2/db/db.src: Likewise.
607         * db2/db/db_auto.c: Likewise.
608         * db2/db/db_conv.c: Likewise.
609         * db2/db/db_dispatch.c: Likewise.
610         * db2/db/db_dup.c: Likewise.
611         * db2/db/db_overflow.c: Likewise.
612         * db2/db/db_pr.c: Likewise.
613         * db2/db/db_rec.c: Likewise.
614         * db2/db/db_ret.c: Likewise.
615         * db2/db/db_thread.c: Likewise.
616         * db2/db185/db185.c: Likewise.
617         * db2/db185/db185_int.h: Likewise.
618         * db2/dbm/dbm.c: Likewise.
619         * db2/hash/hash.c: Likewise.
620         * db2/hash/hash.src: Likewise.
621         * db2/hash/hash_auto.c: Likewise.
622         * db2/hash/hash_conv.c: Likewise.
623         * db2/hash/hash_debug.c: Likewise.
624         * db2/hash/hash_dup.c: Likewise.
625         * db2/hash/hash_func.c: Likewise.
626         * db2/hash/hash_page.c: Likewise.
627         * db2/hash/hash_rec.c: Likewise.
628         * db2/hash/hash_stat.c: Likewise.
629         * db2/include/btree.h: Likewise.
630         * db2/include/btree_ext.h: Likewise.
631         * db2/include/clib_ext.h: Likewise.
632         * db2/include/common_ext.h: Likewise.
633         * db2/include/cxx_int.h: Likewise.
634         * db2/include/db.h.src: Likewise.
635         * db2/include/db_185.h.src: Likewise.
636         * db2/include/db_am.h: Likewise.
637         * db2/include/db_auto.h: Likewise.
638         * db2/include/db_cxx.h: Likewise.
639         * db2/include/db_dispatch.h: Likewise.
640         * db2/include/db_ext.h: Likewise.
641         * db2/include/db_int.h.src: Likewise.
642         * db2/include/db_page.h: Likewise.
643         * db2/include/db_shash.h: Likewise.
644         * db2/include/db_swap.h: Likewise.
645         * db2/include/hash.h: Likewise.
646         * db2/include/hash_ext.h: Likewise.
647         * db2/include/lock.h: Likewise.
648         * db2/include/lock_ext.h: Likewise.
649         * db2/include/log.h: Likewise.
650         * db2/include/log_ext.h: Likewise.
651         * db2/include/mp.h: Likewise.
652         * db2/include/mp_ext.h: Likewise.
653         * db2/include/mutex_ext.h: Likewise.
654         * db2/include/os_ext.h: Likewise.
655         * db2/include/os_func.h: Likewise.
656         * db2/include/queue.h: Likewise.
657         * db2/include/shqueue.h: Likewise.
658         * db2/include/txn.h: Likewise.
659         * db2/lock/lock.c: Likewise.
660         * db2/lock/lock_conflict.c: Likewise.
661         * db2/lock/lock_deadlock.c: Likewise.
662         * db2/lock/lock_region.c: Likewise.
663         * db2/lock/lock_util.c: Likewise.
664         * db2/log/log.c: Likewise.
665         * db2/log/log.src: Likewise.
666         * db2/log/log_archive.c: Likewise.
667         * db2/log/log_auto.c: Likewise.
668         * db2/log/log_compare.c: Likewise.
669         * db2/log/log_findckp.c: Likewise.
670         * db2/log/log_get.c: Likewise.
671         * db2/log/log_put.c: Likewise.
672         * db2/log/log_rec.c: Likewise.
673         * db2/log/log_register.c: Likewise.
674         * db2/mp/mp_bh.c: Likewise.
675         * db2/mp/mp_fget.c: Likewise.
676         * db2/mp/mp_fopen.c: Likewise.
677         * db2/mp/mp_fput.c: Likewise.
678         * db2/mp/mp_fset.c: Likewise.
679         * db2/mp/mp_open.c: Likewise.
680         * db2/mp/mp_pr.c: Likewise.
681         * db2/mp/mp_region.c: Likewise.
682         * db2/mp/mp_sync.c: Likewise.
683         * db2/mutex/68020.gcc: Likewise.
684         * db2/mutex/mutex.c: Likewise.
685         * db2/mutex/parisc.gcc: Likewise.
686         * db2/mutex/parisc.hp: Likewise.
687         * db2/mutex/sco.cc: Likewise.
688         * db2/os/os_abs.c: Likewise.
689         * db2/os/os_alloc.c: Likewise.
690         * db2/os/os_config.c: Likewise.
691         * db2/os/os_dir.c: Likewise.
692         * db2/os/os_fid.c: Likewise.
693         * db2/os/os_fsync.c: Likewise.
694         * db2/os/os_map.c: Likewise.
695         * db2/os/os_oflags.c: Likewise.
696         * db2/os/os_open.c: Likewise.
697         * db2/os/os_rpath.c: Likewise.
698         * db2/os/os_rw.c: Likewise.
699         * db2/os/os_seek.c: Likewise.
700         * db2/os/os_sleep.c: Likewise.
701         * db2/os/os_spin.c: Likewise.
702         * db2/os/os_stat.c: Likewise.
703         * db2/os/os_unlink.c: Likewise.
704         * db2/progs/db_archive/db_archive.c: Likewise.
705         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
706         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
707         * db2/progs/db_dump/db_dump.c: Likewise.
708         * db2/progs/db_dump185/db_dump185.c: Likewise.
709         * db2/progs/db_load/db_load.c: Likewise.
710         * db2/progs/db_printlog/db_printlog.c: Likewise.
711         * db2/progs/db_recover/db_recover.c: Likewise.
712         * db2/progs/db_stat/db_stat.c: Likewise.
713         * db2/txn/txn.c: Likewise.
714         * db2/txn/txn.src: Likewise.
715         * db2/txn/txn_auto.c: Likewise.
716         * db2/txn/txn_rec.c: Likewise.
718         * elf/rtld.c: Move definition of __libc_stack_end to ...
719         * sysdeps/generic/dl-sysdep.h: ...here.
721         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
722         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
723         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
725         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
726         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
727         before following it.
729 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
731         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
732         from mntent correctly.
734 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
736         * sunrpc/Makefile (generated): Correct typo.
738 1998-06-04  Philip Blundell  <philb@gnu.org>
740         * elf/elf.h (EM_ARM, et al.): New definitions.
741         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
743 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
745         * localedata/SUPPORTED: Add sk_SK.
746         * localedata/locales/sk_SK: New file.
748 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
750         * Makeconfig (subdirs): Add debug.
751         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
752         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
753         backtrace_symbols.
754         * sysdeps/generic/backtrace.c: New file.
755         * sysdeps/generic/backtracesyms.c: New file.
756         * sysdeps/generic/elf/backtracesyms.c: New file.
757         * sysdeps/i386/backtrace.c: New file.
758         * debug/Makefile: New file.
759         * debug/backtrace-tst.c: New file.
760         * debug/execinfo.h: New file.
762 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
764         * elf/sprof.c: Implement call graph profiling.
766         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
768 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
770         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
771         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
772         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
773         Noticed by Jake Garver <garver@valkyrie.net>.
775 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
777         * libio/genops.c (__underflow): Read character from read pointer
778         as unsigned.
779         (__uflow): Likewise.
781 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
783         * libc.map: Add _dl_profile.
784         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
785         this to ELF_DYNAMIC_RELOCATE.
786         Always allocate array for relocation result if LD_PROFILE is defined.
787         * elf/ldsodefs.h: Adjust prototypes.
788         * elf/dl-open.c (_dl_open): Call relocation function with extra
789         argument.
790         * elf/rtld.c: Likewise.
791         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
792         Correct loop condition.
793         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
794         consider_profile to runtime setup function.
795         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
796         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
798         * elf/dl-support.c: Define __libc_stack_end.
799         * elf/rtld.c: Likewise.
800         * sysdeps/generic/libc-start.c: Store last stack address in
801         __libc_stack_end.
802         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
803         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
805         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
806         Include <stdint.h>, not <inttypes.h>.
808         * elf/sprof.c: Implement flat profiling.
810         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
811         _IO_funlockfile explicitly.
812         * libio/fileops.c: Likewise.
813         * libio/fputc.c: Likewise.
814         * libio/freopen.c: Likewise.
815         * libio/freopen64.c: Likewise.
816         * libio/fseek.c: Likewise.
817         * libio/fseeko.c: Likewise.
818         * libio/fseeko64.c: Likewise.
819         * libio/ftello.c: Likewise.
820         * libio/ftello64.c: Likewise.
821         * libio/getc.c: Likewise.
822         * libio/getchar.c: Likewise.
823         * libio/iofclose.c: Likewise.
824         * libio/iofflush.c: Likewise.
825         * libio/iofgetpos.c: Likewise.
826         * libio/iofgetpos64.c: Likewise.
827         * libio/iofgets.c: Likewise.
828         * libio/iofputs.c: Likewise.
829         * libio/iofread.c: Likewise.
830         * libio/iofsetpos.c: Likewise.
831         * libio/iofsetpos64.c: Likewise.
832         * libio/ioftell.c: Likewise.
833         * libio/iofwrite.c: Likewise.
834         * libio/iogetdelim.c: Likewise.
835         * libio/iogets.c: Likewise.
836         * libio/ioputs.c: Likewise.
837         * libio/ioseekoff.c: Likewise.
838         * libio/ioseekpos.c: Likewise.
839         * libio/iosetbuffer.c: Likewise.
840         * libio/iosetvbuf.c: Likewise.
841         * libio/ioungetc.c: Likewise.
842         * libio/iovsprintf.c: Likewise.
843         * libio/iovsscanf.c: Likewise.
844         * libio/oldfileops.c: Likewise.
845         * libio/oldiofclose.c: Likewise.
846         * libio/peekc.c: Likewise.
847         * libio/putc.c: Likewise.
848         * libio/putchar.c: Likewise.
849         * libio/rewind.c: Likewise.
851         * malloc/mtrace.c: Pretty print.
853         * misc/mntent.h (struct mentent): Make string elements const char *.
855         * nis/nis_printf.c: Optimize I/O a little bit.
857         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
858         * sysdeps/generic/sigset-cvt-mask.h: New file.
859         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
860         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
861         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
862         sigset-cvt-mask.h to do the dirty work.
863         Patches by Joe Keane.
865         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
867         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
868         syscall_error label in case of PIC anonymous.
869         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
870         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
871         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
872         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
873         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
874         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
875         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
877 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
879         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
880         we cannot declare the struct element as const.
881         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
882         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
884 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
886         * manual/Makefile: Include ../Makeconfig earlier.
887         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
888         exist.
889         (dir-add.texinfo): Remove useless $(SHELL).
891 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
893         * Makefile (others): Build programs from install-bin.
894         * configure.in: Modify config.make only if is was just created and
895         move that command to second argument of AC_OUTPUT.  Add command to
896         set config_vars in config.status.
898 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
900         * malloc/Makefile (address-width): Fix conditional.
902 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
904         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
905         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
906         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
907         version GLIBC_2.1.
909 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
911         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
912         (Floating Point Parameters): Likewise.
914 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
916         * hurd/Makefile (routines): Add cthreads.
918 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
920         * login/login.c (login): Let pututline take care of finding the
921         positin to insert the UTMP entry.  This corrects a bug where ssh
922         was not reusing UTMP entries marked as DEAD_PROCESS.
923         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
925 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
927         * login/Makefile (tests): New variable, add tst-utmp and
928         tst-utmpx.
929         * login/tst-utmp.c: New file.
930         * login/tst-utmpx.c: New file.
932 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
934         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
935         aliases for _hurd_nerr, for programs that don't use sys_errlist,
936         but need sys_err.
938 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
940         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
941         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
943 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
945         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
946         make __read a weak alias.  Use ANSI-style function definition.
947         * sysdeps/mach/hurd/write.c: Likewise.
949 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
951         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
952         _sys_errlist.
954 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
956         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
957         Renamed from librtld.so.
959 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
961         * libc.map: Remove _IO_getline_info which was erroneously
962         introduced in section GLIBC_2.0.
963         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
965 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
967         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
968         created a weak alias.
969         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
971 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
973         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
974         ftruncate function, and create a weak alias to ftruncate.
976 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
978         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
979         * inet/getnetgrent_r.c: Likewise.
980         * nss/getXXbyYY_r.c: Likewise.
981         * nss/getXXent_r.c: Likewise.
982         * pwd/fgetpwent_r.c: Likewise.
983         * shadow/sgetspent_r.c: Likewise.
984         * shadow/fgetspent_r.c: Likewise.
985         * sunrpc/publickey.c: Likewise.
987 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
989         * hurd/libhurduser.map: New file.
990         * mach/libmachuser.map: Likewise.
992         * libc.map: Add Hurd-specific functions to version 2.1.
993         Add __flshfp and __fillbf.
995 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
997         * manual/signal.texi (Basic Signal Handling): Fix typo.
998         * manual/errno.texi (Error Codes): Likewise.
1000 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1002         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1003         instead of <sys/socket.h>.
1004         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1006         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1007         Finally make it working.
1008         Patch by Mark Hatle <fray@kernel.crashing.org>.
1010 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1012         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1013         a Solaris 2.6 bug.
1015 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1017         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1018         used by ARM systems.
1019         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1020         FE_EXCEPT_SHIFT.
1021         * sysdeps/arm/bits/fenv.h: Deleted.
1022         * sysdeps/arm/fpu/ieee754.h: New file.
1023         * sysdeps/arm/gmp-mparam.h: New file.
1024         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1025         implementation.
1027 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
1029         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1031         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1032         of ((unused)).  Reported by Bruno Haible.
1034 1998-05-31  Philip Blundell  <philb@gnu.org>
1036         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1037         referring to errno and _errno.
1039         * sysdeps/arm/fpu/feholdexcpt.c: New file.
1041         * sysdeps/i386/fpu_control.h: Fix typo.
1043         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1044         (_JMPBUF_UNWINDS): Added.
1045         * sysdeps/arm/fpu/bits/setjmp.h: New file.
1047 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
1049         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1050         order to build header files, not `generated'.
1052         * Rules (before-compile): New target which depends on all
1053         $(before-compile) files.
1055 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1057         * nis/nis_call.c: Make directory search faster.
1059         * nis/nis_callback.c: Insert public key of user in callback data.
1061         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1063         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1065         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1067         * nis/nis_intern.h: Remove duplicated prototype.
1069 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1071         * sunrpc/auth_des.c: Move prototypes from here ...
1072         * sunrpc/rpc/auth.h: ... to here.
1074         * sunrpc/clnt_tcp.c: Add more control flags.
1075         * sunrpc/clnt_udp.c: Likewise.
1077         * sunrpc/netname.c (host2netname): Remove prefixing dot from
1078         domainname.
1080         * sunrpc/rpc/clnt.h: Document, which control flags are not
1081         implementable.
1083         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1085 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
1087         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1088         files crash the program.
1090         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1091         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1092         Reported by Deborah Wallach <kerr@pa.dec.com>.
1094 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1096         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1097         on whether this is a stable release or not (keeps snapshot bug
1098         reports out of the database).
1100         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1101         * sysdeps/arm/sysdep.h: Likewise.
1102         * sysdeps/i386/sysdep.h: Likewise.
1103         * sysdeps/m68k/sysdep.h: Likewise.
1104         * sysdeps/mach/mips/sysdep.h: Likewise.
1105         * sysdeps/mach/sys/reboot.h: Likewise.
1106         * sysdeps/mach/sysdep.h: Likewise.
1107         * sysdeps/unix/alpha/sysdep.h: Likewise.
1108         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1109         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1110         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1111         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1112         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1113         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1114         * sysdeps/unix/i386/sysdep.h: Likewise.
1115         * sysdeps/unix/mips/sysdep.h: Likewise.
1116         * sysdeps/unix/sparc/sysdep.h: Likewise.
1117         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1118         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1119         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1120         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1121         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1122         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1123         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1124         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1126 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1128         * mach/Machrules: Use $(move-if-change).
1130 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1132         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1133         * Makerules (lib%.so): Depend on $(+interp).
1134         (libc.so): Add interp.os to list of dependencies.
1135         (interp-obj): Remove variable.
1136         * mach/Machrules (+interp): Define to empty since libhurduser and
1137         libmachuser don't need to have the interpreter set.
1139 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1141         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1143         * resolv/gethnamaddr.c: Likewise.
1145         * resolv/res_comp.c: Likewise.
1147 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
1149         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1150         so that transparent union works.
1152 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
1154         * manual/texinfo.tex: Update to last available version.
1156         * timezone/africa: Update from tzdata1998e.
1157         * timezone/antarctica: Likewise.
1158         * timezone/asia: Likewise.
1159         * timezone/australasia: Likewise.
1160         * timezone/europe: Likewise.
1161         * timezone/iso3166.tab: Likewise.
1162         * timezone/northamerica: Likewise.
1163         * timezone/tzselect.ksh: Likewise.
1164         * timezone/zone.tab: Likewise.
1166 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
1168         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1169         Reported by Matt McLean <keys@brio.yikes.com>.
1171 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1173         * catgets/Makefile ($(objpfx)de.cat): Renamed from
1174         do-gencat-test.  Use automatic variables.
1175         ($(objpfx)de.msg): Fix reference to po file.
1177 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1179         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1180         $(move-if-change).
1182 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1184         * intl/dcgettext.c: Fix typo.
1186 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1188         * configure.in: Allow more make versions e.g 3.76.90.
1190 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
1192         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1194         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1195         for Hurd.  Patch by Mark Kettenis.
1197 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
1199          * mach/Machrules (+preinit, +postinit): Define these variables to
1200          empty because libhurduser and libmachuser don't need startup
1201          files.
1203 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1205          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1206          instead of a raw bitmask.
1208 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1210         * Makeconfig (rpath-dirs): New variable.
1211         (rpath-link): Use it.
1212         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1213         (db-objpfx): Removed.
1214         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1215         * md5-crypt/Makefile: Likewise.
1216         * sysdeps/mach/hurd/Makefile: Likewise.
1218         * Makeconfig (move-if-change): New variable.
1219         * iconvdata/Makefile (move-if-change): Removed.
1220         * manual/Makefile (move-if-change): Set only if undefined, use
1221         local script by default.
1222         * sunrpc/Makefile (move-if-change): Removed.
1223         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1224         $(move-if-change).
1226          * elf/Makefile: Remove all references to obsolete file
1227          $(objpfx)rtldtbl.h.
1228          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
1230 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1232         * elf/dl-close.c (_dl_close): Add debugging message.
1234 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1236         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1237         to get Linux version and not gcc version.
1238         Reported by Alan Curry <pacman@cqc.com>.
1240 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1242         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1243         pointers - return unknown error message instead.
1244         Reported by Alan Curry <pacman@cqc.com>.
1246 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1248         * iconvdata/Makefile (modules, sed-generated-headers,
1249         perl-generated-headers): ibm424.h is perl generated.  Make
1250         necessary modifications to compile without perl.
1252 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1254         * hesiod/hesiod.c (read_config_file): Fix typo.
1256 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
1258         * version.h: Bump VERSION.
1260         * csu/Makefile (distribute): Add munch-tmpl.c.
1262 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1264         * nis/nis_defaults.c: Fix buffer problems and typos.
1266 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
1268         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1269         Patch by Fred Fish.
1271 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1273         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1274         overwriting bugs.
1276         * libio/strops.c (_IO_str_underflow): Read newly available
1277         character from buffer as unsigned.
1279 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
1281         * catgets/Makefile (distribute): Add xopen-msg.h.
1282         (generated): Add de.msg and de.cat.
1283         (tests): Add do-gencat-test.
1284         (do-gencat-test): New goal.  Run gencat on a generated msg file.
1285         * catgets/xopen-msg.h: New file.
1287 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1289         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1290         functions.  Optimize filename creation a bit.
1292 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
1294         * stdlib/random_r.c: Help gcc to optimize the code.
1295         Patch by Joe Keane <jgk@jgk.org>.
1297 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1299         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
1300         tsearch calls.
1302 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1304         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
1305         it.
1307 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
1309         * wcsmbs/wcsnrtombs.c: Correct computation of result.
1310         * wcsmbs/wcsrtombs.c: Likewise.
1312         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
1313         * wcsmbs/wcsmbs-tst1.c: New file.
1315         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
1317         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
1318         as 1.
1320         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
1321         weak.
1323 1998-05-21  Philip Blundell  <philb@gnu.org>
1325         * sysdeps/arm/fpu_control.h: Replace stub file with real
1326         implementation.
1327         * sysdeps/arm/fpu/bits/fenv.h: New file.
1328         * sysdeps/arm/fpu/fesetround.c: Likewise.
1329         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
1330         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
1331         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
1332         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
1333         * sysdeps/arm/fpu/fegetenv.c: Likewise.
1334         * sysdeps/arm/fpu/fesetenv.c: Likewise.
1336 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
1338         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
1339         read instead of mmap.
1341 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
1343         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
1344         directly instead of include_next.  Add missing semicolons.
1345         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
1346         Add missing semicolons.
1348 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
1350         * iconvdata/gconv-modules: Add more aliases to please java
1351         environments.
1353 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1355         * stdio-common/vfprintf.c (process_arg): Fix typo.
1357         * iconvdata/TESTS: New tests for EUC-KR.
1359         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
1360         * iconvdata/testdata/EUC-KR: New file.
1362 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
1364         * math/libm-test.c (hypot_test): Fix a typo.
1366 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
1368         * stdio-common/vfprintf.c: When precision is specified for %ls or
1369         %S handle it correctly.
1371 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1373         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
1374         the" in one line - fixed it.
1375         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1376         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1377         * posix/unistd.h: Likewise
1379 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1381         * Makeconfig (rpath-link): Add resolvobjdir.
1382         (resolvobjdir): New variable.
1383         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
1385 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
1387         * elf/dl-close.c: Call shared object terminators at the right time.
1388         Patch by Philippe Troin <phil@fifi.org>.
1390 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1392         * Make-dist (+tsrcs): Also add *.map for every member of
1393         $(extra-libs).
1395         * Makefile (distribute): Don't distribute scripts/printsources and
1396         scripts/=__ify.  Distribute FAQ.in.
1397         (rpm/%): Don't pass subdirs to sub-make.
1399         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
1400         instead of $(no_deps).
1402 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1404         * sysdeps/generic/setenv.c: Protect against GNU C extension.
1405         (KNOWN_VALUE, STORE_VALUE): Do it right.
1406         (setenv): Remove unused variable.
1408 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1410         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
1411         (CFLAGS-zdump.c): Add $(tz-cflags).
1413         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
1414         return type.
1416 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1418         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
1419         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
1420         if use_localtime.
1421         * time/tzset.c: Update prototype of __tzfile_compute.
1422         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
1423         tm_zone and tm_offset here if __use_tzfile.
1425 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1427         * Makerules: Install libc.a even if there are no object file.
1429 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1431         * Makerules (do-makelib): Don't force creating library from
1432         scratch, to avoid wasting time and space and to get correct
1433         behaviour if $(subdirs) is incomplete.
1435 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1437         * Makerules (do-stamp): Make it work when building in source
1438         directory.
1440 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
1442         * elf/dl-load.c: Rename option and variable from ignore-rpath to
1443         inhibit-rpath.
1444         * elf/dl-support.c: Likewise.
1445         * elf/ldsodefs.h: Likewise.
1446         * elf/rtld.c: Likewise.
1447         * iconvdata/run-iconv-test.sh: Likewise.
1449 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
1451         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
1452         variable using the value.
1453         * elf/ldsodefs.h: Declare _dl_ignore_path.
1454         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
1455         object against list in _dl_ignore_path and ignore RPATH if on the list.
1456         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
1457         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
1458         to make sure we get the correct helper libraries loaded.
1460         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
1461         "RPATH" string in call to fillin_rpath instead.
1462         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
1464 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
1466         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
1467         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1469 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1471         * manual/terminal.texi (I/O Queues): Fix typo.
1473         * manual/stdio.texi (Closing Streams): Fix grammar.
1475         * manual/arith.texi (Absolute Value): Correct typo.
1476         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
1478 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
1480         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
1481         LD_PROFILE_OUTPUT in SUID binaries.
1482         * intl/dcgettext.c: In SUID binaries don't let language part of
1483         locale value contain path elements.
1484         * intl/explodename.h: Define new function _nl_find_language.
1485         * intl/loadinfo.h: Declare _nl_find_language.
1486         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
1487         language part it drop the value is path element is contained.
1489         * locale/setlocale.c: Fix typo.
1491 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
1493         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
1495         * sysdeps/arm/strlen.S: Support both big and little endian processors.
1497         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
1498         log, not a byte-count.
1500         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
1501         a.out compatibility.
1503 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1505         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
1506         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
1507         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
1508         * posix/unistd.h: Likewise.
1509         * math/math.h: Likewise.
1510         * manual/users.texi (Manipulating the Database): Likewise.
1511         * manual/signal.texi (Job Control Signals): Likewise.
1512         * manual/message.texi (The gencat program): Likewise.
1513         * manual/filesys.texi (Hard Links): Likewise.
1514         * manual/math.texi (SVID Random): Likewise.
1515         * manual/llio.texi (Waiting for I/O): Likewise.
1516         * manual/io.texi (File Name Errors): Likewise.
1517         * manual/conf.texi (String Parameters): Likewise.
1518         * manual/arith.texi (Infinity): Likewise.
1519         * malloc/malloc.c: Likewise.
1520         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
1521         * csu/Makefile: Likewise.
1523 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
1525         * manual/memory.texi: Add back accidently removed line.
1527 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
1529         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
1530         (timeout_handler): New function.
1531         (LOCK_FILE, UNLOCK_FILE): New macros.
1532         Implement file locking with timeout.
1533         (getutent_r_file, internal_getut_r, getutline_r_file,
1534         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
1535         locking.
1537 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
1539         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
1540         directory.
1542 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1544         * rpm/Makefile: Delete inclusion of version.mk.
1546 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1548         * libc.map: Add all libio functions needed libstdc++ with version
1549         2.0, sort entries.
1551 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1553         * iconvdata/Makefile (generated): Add *.stmp files.
1555 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1557         * timezone/Makefile (testdata, build-testdata): New variables, use
1558         them in rules for test data.
1559         ($(objpfx)tst-timezone.out): Depend on test data.
1560         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
1561         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
1562         New rules to build test data.
1563         (tst-timezone-ENV): Pass TZDIR to point to test data.
1565 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
1567         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
1568         (the designation sequence is disturbing).
1570 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1572         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
1573         * sunrpc/xdr_rec.c: Likewise.
1575 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1577         * posix/Makefile (tests): Add runptests.
1578         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
1579         (before-compile): Add ptestcases.h.
1580         (ptestscases.h): Add rule to generate from PTESTS.
1581         * posix/runptests.c: New file.
1582         * posix/PTESTS: New file.
1583         * posix/PTESTS2C.sed: New file.
1585 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1587         * iconv/loop.c: Let user add code to use and set paramaters.
1589         * iconvdata/iso-2022-kr.c: Correct to-loop.
1591         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
1592         point to output buffer.
1594         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
1595         hanja.
1597         * iconvdata/TESTS: Add ISO-2022-KR test.
1598         * iconvdata/testdata/ISO-2022-KR: New file.
1600 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
1602         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
1603         and internal_use.
1604         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
1605         and internal_use.
1606         * wcsmbs/btowc.c: Likewise.
1607         * wcsmbs/mbrtowcs.c: Likewise.
1608         * wcsmbs/mbsnrtowcs.c: Likewise.
1609         * wcsmbs/mbsrtowcs.c: Likewise.
1610         * wcsmbs/wcrtomb.c: Likewise.
1611         * wcsmbs/wcsnrtombs.c: Likewise.
1612         * wcsmbs/wcsrtombs.c: Likewise.
1613         * wcsmbs/wctob.c: Likewise.
1614         * iconv/skeleton.c: Increment invocation_counter.
1615         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
1616         sequence first.
1618         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
1619         * iconvdata/iso-2022-jp.c: Likewise.
1620         * iconvdata/iso646.c: Likewise.
1622         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
1624 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
1626         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
1628         * sysdeps/generic/setenv.c (setenv): Remove optimization for
1629         overwriting existing values if it fits.
1631 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
1633         * posix/wordexp-test.c: Avoid duplicate messages.
1635         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
1636         tsearch.  Correctly interpret values returned by those functions.
1637         (unsetenv): Store pointer to string, not pointer to string pointer.
1639         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
1640         DST information and offset in them.
1641         * time/tzset.c (__tz_convert): Pass extra parameters to
1642         __tzfile_compute.  Compute equivalent values for use of tz_rules.
1644 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1646         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
1647         stamp files to avoid unnecessary recompilation.
1648         (gen-8bit-gap-table): Likewise.
1649         (move-if-change): New variable.
1650         (all generated .h rules): Change to be .stmp rules.
1651         (%.h): New rule; depend on %.stmp; no commands.
1652         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
1653         gen-8bit-gap-1.sh.
1655 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1657         * Makerules (libc-map): Deleted.
1658         (load-map-file): Set to the appropriate compiler switch, not
1659         just the file name.  If libfoo-map is not set, look for a
1660         libfoo.map in the current directory and $(..).
1661         (map-file): New variable, contains just the mapfile name.
1662         (build-shlib): Adjust for new value of load-map-file.
1663         (libc.so): Correct dependencies.
1665         * extra-lib.mk: Correct shlib dependencies since libfoo-map
1666         may not be set anymore.
1668         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
1669         Delete libdl-map.  Tweak ld.so link rule to work with changed
1670         variable settings in Makerules.
1671         * iconvdata/Makefile: Tweak build-module to work with changed
1672         variable settings in Makerules.
1674         * db/Makefile: Delete libdb-map.
1675         * hesiod/Makefile: Delete libnss_hesiod-map.
1676         * linuxthreads/Makefile: Delete libpthread-map.
1677         * locale/Makefile: Delete libBrokenLocale-map.
1678         * login/Makefile: Delete libutil-map.
1679         * math/Makefile: Delete libm-map.
1680         * md5-crypt/Makefile: Delete libcrypt-map.
1681         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
1682         libnss_nisplus-map, and libnss_compat-map.
1683         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
1684         libnss_ldap-map.
1685         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
1686         * rt/Makefile: Delete librt-map.
1688 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1690         * configure.in: Instead of substituting `yes' or `no' for whether
1691         --no-whole-archive is available, set @no_whole_archive@ to the
1692         appropriate gcc switch or the empty string.  Likewise for
1693         -fno-exceptions.
1694         * config.make.in: Replace have-no-whole-archive with
1695         no-whole-archive and have-no-exceptions with no-exceptions.
1696         * Makerules: Delete stanzas setting no-whole-archive and
1697         no-exceptions.
1699         * sunrpc/Makefile: Use move-if-change to update generated .h
1700         and .c files.
1702 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1704         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
1705         of strchr loop.
1707 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1709         * time/tzfile.c (__tzfile_read): Remove unused variable info.
1710         (__tzfile_compute): Likewise.
1712 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1714         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
1715         defines from Linux 2.1.102.
1717 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
1719         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
1721 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
1723         * inet/netinet/in.h: Add defines for multicast.
1724         Reported by Jeremy Hall <jhall@UU.NET>.
1726         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
1727         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
1728         and unsetenv.  Optimize _LIBC case.
1729         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
1730         Define functions with leading __.
1732         * time/tzfile.c: Correct handling of global variables daylight,
1733         timezone, and tzname.
1734         * time/tzset.c: Likewise.
1735         * timezone/Makefile (tests): Add tst-timezone.
1736         * timezone/tst-timezone.c: New file.
1738 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
1740         * timezone/asia: Update from tzdata1998d.
1741         * timezone/australasia: Likewise.
1742         * timezone/europe: Likewise.
1744 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
1746         * string/string.h: Don't use the optimized versions for the string
1747         functions if optimizing for space.
1749         * stdlib/tst-strtod.c: Add test for -0.0.
1751         * io/ftwtest-sh: Prevent tests from being run by root.
1753         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
1754         last addition.  Patch by wkpark@chem.skku.ac.kr.
1756 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1758         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
1759         table.
1761 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1763         * iconvdata/gen-8bit.sh: New file.
1764         * iconvdata/gen-8bit-gap.sh: New file.
1765         * iconvdata/gen-8bit-gap-1.sh: New file.
1766         * iconvdata/Makefile (generate-8bit-table): Use shell script
1767         instead of writing the commands directly.
1768         (generate-8bit-gap-table): Likewise.
1769         ($(objpfx)iso8859-7jp.h): Likewise.
1770         (generated headers): Depend on shell script instead of Makefile.
1771         (before-compile): Add $(perl-generated-headers) only if perl is
1772         available.
1773         (headers): Depend on $(perl-generated-headers) only if perl is
1774         available.
1775         (sed-generated-headers): Remove iso8859-7jp.h.
1777 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1779         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
1780         (/): Removed.
1782 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1784         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
1785         formed charset names to getfct.  Let user override charset
1786         selection by mention charset in locale name.
1788 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
1790         * posix/glob.c: Move to ...
1791         * sysdeps/generic/glob.c: ...here.
1792         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
1793         elements.
1794         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
1795         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
1796         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
1797         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
1798         subdir.
1799         * libc.map [GLIBC_2.1]: Add glob and globfree.
1801 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1803         * sunrpc/Makefile (generated): Restore old list.
1805 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1807         * rt/Makefile (tests): Define only if we have a thread library.
1809         * nis/ypclnt.c: Add: #include <errno.h>.
1811 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1813         * configure.in: Define and substitute RELEASE as well as
1814         VERSION.
1815         * config.make.in: Add RELEASE and VERSION to be substituted.
1816         * Makeconfig: Delete all references to version.mk.
1817         * Make-dist: Likewise.
1818         * MakeTAGS: Likewise.
1819         * elf/Makefile: Likewise.
1821 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1823         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
1824         yp_get_default_domain.
1826 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
1828         * sysdeps/posix/profil.c (__profil): Don't define act and timer
1829         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
1831 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
1833         * malloc/malloc.c: Fix for NO_THREADS case.
1835 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
1837         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
1838         Remove statfs and fstatfs.
1839         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
1840         and pwrite as EXTRA.
1841         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1843 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
1845         * libc.map: Add capget and capset.
1847 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1849         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1850         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
1851         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
1852         and Matt McLean <keys@brio.yikes.com>.
1854 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
1856         * misc/Makefile (tests): Add tst-mntent.
1857         * misc/tst-mntent.c: New file.
1859 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1861         * autolock.sh: Removed.
1862         * manual/move-if-change: Removed.
1864         * scripts: New directory.
1865         * =__ify: Moved to scripts.
1866         * config.guess: Likewise.
1867         * config.sub: Likewise.
1868         * gen-FAQ.pl: Likewise.
1869         * install-sh: Likewise.
1870         * mkinstalldirs: Likewise.
1871         * move-if-change: Likewise.
1872         * printsources: Likewise.
1873         * rellns.sh: Likewise.
1874         * test-installation.pl: Likewise.
1876         * configure.in: Look in scripts for config.guess, config.sub,
1877         install-sh.
1878         * Makefile: Distribute all above files in their
1879         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
1880         * manual/Makefile: Find mkinstalldirs and move-if-change in
1881         $(..)scripts.  Drop them from distribute.  Minor cleanups.
1882         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
1883         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
1884         * timezone/Makefile: Find rellns-sh in scripts.
1886 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1888         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
1889         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
1891 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1893         * Makefile (+subdir-inits): Delete variable.
1894         (+init_subdirs): Likewise.
1895         (aux): Likewise.
1896         (before-compile): Likewise.
1897         (libc-init): Delete stanza.
1898         (version-info.h): Delete rule and associated variable.
1899         (distribute): Don't distribute moved files.
1900         * Makerules (interp-obj): It lives in elf now.  Only use it
1901         if $(elf) is set.  Delete rule to build it.
1902         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
1903         version.o and version-info.h.  Minor cleanups.
1904         (routines): Add libc-init, sysdep, version.
1905         (generated): Add version-info.h.
1906         * elf/Makefile: Build interp.os.
1908         * interp.c: Moved to elf.
1909         * set-init.c: Moved to csu.
1910         * munch-init.c: Likewise.
1911         * munch.awk: Likewise.
1912         * version.c: Likewise.
1914         * Rules: Unconfuse syntax highlighting with a fake comment.
1916 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
1918         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
1919         syscalls.
1921 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1923         * iconvdata/Makefile (generated): Set to *-generated-headers
1924         plus gconv-modules.
1925         (tests): Set to iconv-test.
1926         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
1927         * posix/Makefile (generated): Set to wordexp-test-result*.
1928         * sunrpc/Makefile (generated): Remove rpcsvc/*.
1929         (generated-dirs): Add rpcsvc.
1930         * libio/Makefile: Clean up.
1932 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
1934         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
1935         * Makerules: Likewise.
1936         (+depfiles): Also add sysdep-others.
1937         * Rules: Likewise.
1938         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
1939         * iconvdata/Makefile (distribute): Add TESTS.
1940         * localedata/Makefile (repertoires): Rename to repertoiremaps.
1941         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
1942         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
1943         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
1944         sysdep-others, not others.
1945         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1946         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
1948 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
1950         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
1951         cost_hi and cost_lo.
1952         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
1953         Cost parameter and set cost_lo to INT_MAX.
1954         (add_module): Take new parameter and use it to initialize cost_lo.
1955         (read_conf_file): Count modules being loaded and use counter for
1956         new parameter to add_module.
1957         * iconv/gconv_db.c (find_derivation): When look for cost examine
1958         cost_hi and cost_lo.
1960 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
1962         * string/bits/string2.h: Don't use unsigned char * unless really
1963         necessary since this disturbs C++.
1964         * sysdeps/i386/i486/bits/string.h: Likewise.
1965         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1967 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1969         * malloc/malloc.c (top_check): Fix last change.
1971 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1973         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
1974         Patch by Matt McLean <keys@brio.yikes.com>.
1976 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1978         * Makerules (lib): Put back dependency on lib-noranlib.
1979         ($(subdirs-stamps)): Remove dependency on stamp.* again.
1981 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
1983         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
1984         test in __pow2 implementation.
1986 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1988         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
1989         Still need *FLAGS-.o because we still sometimes build .o files.
1990         * db2/Makefile: Don't build libndbm.a if !build-static.
1992 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1994         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
1996 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
1998         * configure.in: New test for broken gcc on PowerPC.
1999         * sysdeps/powerpc/atomicity.h: Use result of test.
2000         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2002         * math/libm-test.c: Update many of the epsilon to match actual
2003         performance.
2005         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2006         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2007         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2008         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2010         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2012         * sysdeps/powerpc/elf/libc-start.c: New file.
2013         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2014         * sysdeps/powerpc/elf/start.c: Delete.
2016         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2017         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2019         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2020         few patches.
2022 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2024         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2025         test for integer.
2027         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2028         * sysdeps/libm-i387/e_powl.S: Likewise.
2030 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2032         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2033         (malloc_check, free_check, realloc_check, memalign_check): Use
2034         them to improve overrun checking.  Overruns of a single byte and
2035         corruption of the top chunk are now detected much more reliably.
2037 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2039         * math/libm-test.c (pow_test): Add test for special value from PR
2040         libc/590.
2042 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
2044         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2045         including linux/errno.h.
2047 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
2049         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2050         Use correct types.
2051         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2052         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2054 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2056         * Makerules (elide-routines.*): Fix assignments.
2057         (do-makelib): Fix typo.
2058         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2059         makefile.
2061 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2063         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2064         $(objpfx)sysd-dirs): Move them...
2065         * Makeconfig: ... here.
2066         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2067         (stubs): Fix circular depedency.
2068         (do-makelib): Clean up.
2069         (lib): Don't depend on lib-noranlib.
2070         ($(objpfx)stamp.oS): Remove special case for empty
2071         static-only-routines.
2072         (elide-routines.o): Add $(static-only-routines).
2073         (elide-routines$o): Define this instead of elide-routines.$o.
2074         * manual/Makefile (stubs): Fix circular dependency.
2076 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2078         * libio/Makefile (routines): Remove duplicate oldiofclose.
2080 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2082         * string/strcoll.c: Use uint32_t instead of u_int32_t.
2084 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2086         * libio/stdio.h: Fix typo in __REDIRECT.
2087         * io/sys/stat.h: Likewise.
2088         Reported by Myles Uyema <myles@uyema.nws.net>.
2090 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2092         * locale/programs/localedef.c (options): Fix help message.
2094 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2096         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2097         relocations.  Patch by Joe Keane <jgk@jgk.org>.
2099 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
2101         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
2102         ptmalloc_unlock_all, but re-initializes the mutexes instead.
2103         (ptmalloc_init): Use new function in thread_at_fork call.
2104         (thread_atfork_static): Likewise.
2105         Suggested by Wolfram Gloger and Xavier Leroy.
2107 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2109         * signal/signal.h: Move definitions of struct sigstack and
2110         struct sigaltstack into separate file and include it.
2111         * sysdeps/generic/bits/sigstack.h: New file.
2112         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2113         * signal/Makefile (headers): Add bits/sigstack.h.
2115 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2117         * elf/rtld.c (dl_main): Fix check for number of references to
2118         interpreter object.
2120 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2122         * elf/rtld.c (dl_main): Check has_interp after executing platform
2123         specific code.
2125 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2127         * iconvdata/run-iconv-test.sh: Fix typo.
2129 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2131         * Makerules (+depfiles): Add depfiles for $(tests-static).
2132         Simplified.
2134 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2136         * manual/terminal.texi (Special Characters): Fix description of
2137         c_cc indexes.
2139 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2141         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2142         array.
2143         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
2144         of c_cc array.
2146 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2148         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2150 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2152         * intl/locale.alias: Update russian entry.
2154 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2156         * Makerules (static-only-routines): Reimplement in terms of
2157         elide-routines.os.
2158         (shared-only-routines): Reimplement in terms of
2159         elide-routines.X [where X is all object-suffixes except .os].
2161         (stubs): Create stubs file inside the subdir.
2162         (common-mostlyclean): Remove stubs file from inside the subdir.
2163         * Makefile (subdir-stubs): Look for stubs files inside the
2164         subdirs.
2165         * manual/Makefile (stubs): Create dummy stubs file inside the
2166         subdir.
2168 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2170         Build speed improvement: make ar less of a bottleneck.
2172         * Makerules (stamp$o): Just record the object list for later
2173         use.
2174         (libc_foo.a): New rule, depends on subdir stamp files; builds
2175         and ranlibs the library from the lists saved in those files.
2177         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2178         (subdirs-stamp-o): Likewise.
2180         (ar-symtab-name): Delete variable.
2181         (lib%.a): Delete target.
2182         (libc_foo.a(bar.%)): Delete target.
2183         (libc_foo.a($(ar-symtab-name))): Delete target.
2185         (objects objs): Just depend on libobjs and extra-objs.
2186         (libobjs): Depend on the stamp files, not the objects.
2187         (extra-objs): New target, just depends on the extra-objs list.
2189         (CREATE_ARFLAGS): Kill the `ar S' hack.
2191         * config.make.in (have-ar-S): Deleted.
2192         * configure.in: Delete test for `ar S'.  Add test to determine
2193         whether ranlib does anything useful.
2195 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2197         * inet/tst-ether_aton.c: Include <stdio.h>.
2199 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
2201         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2203         * locale/Makefile (distribute): Add programs/repertoire.h.
2204         (localedef-modules): Add repertoire.
2205         (CPPFLAGS): Define REPERTOIREMAP_PATH.
2206         * locale/programs/repertoire.c: New file.
2207         * locale/programs/repertoire.h: New file.
2208         * locale/programs/charmap.c: Starting fixing character set handling
2209         to handle multi-byte encodings.
2210         * locale/programs/charset.c: Likewise.
2211         * locale/programs/charset.h: Likewise.
2212         * locale/programs/ld-collate.c: Likewise.
2213         * locale/programs/ld-ctype.c: Likewise.
2214         * locale/programs/linereader.c: Likewise.
2215         * locale/programs/localedef.c: Likewise.
2216         * locale/programs/locfile-kw.gperf: Likewise.
2217         * locale/programs/locfile-kw.h: Likewise.
2218         * locale/programs/locfile-token.h: Likewise.
2219         * locale/programs/locfile.h: Likewise.
2220         * locale/programs/stringtrans.c: Likewise.
2222         * locale/programs/locfile.c: Interpret I18NPATH value as base of
2223         path, extended with "/locales/".
2225 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
2227         * sysdeps/arm/memset.S: Fix off by one error.
2229         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2230         __syscall_error rather than syscall_error directly.
2232 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
2234         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2235         mmap() syscall for ARM.
2237         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2238         binaries.
2240 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
2242         * locale/programs/localedef.c: Recognize repertoire-map option.
2244 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2246         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2247         converting non-hex numbers.
2248         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2250 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
2252         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2253         check overflow.
2254         * resolv/Makefile (tests): New, add tst-aton.
2255         * resolv/tst-aton.c: New file.
2257 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2259         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2260         semicolon.
2262 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
2264         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2265         by letting the later modify the variable computing the total directly.
2266         * wcsmbs/mbsrtowcs.c: Likewise.
2267         * wcsmbs/wcsnrtombs.c: Likewise.
2268         * wcsmbs/wcsrtombs.c: Likewise.
2270         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2271         it is not used.
2272         * wcsmbs/wctoc.c: Likewise.
2274         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2275         * wcsmbs/wcsrtombs.c: Likewise.
2277         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2279 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2281         * iconv/skeleton.c: Correct counting of actually converted
2282         characters.
2284         * intl/localealias.c (read_alias_file): Use unsigned char for
2285         local variables.  Remove unused variable tp.
2286         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2287         for type of codeset.  For loosing Solaris systems.
2288         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2289         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2290         len if not needed.
2291         Patches by Jim Meyering.
2293         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
2294         wcsrtombs must put it into initial state.
2296 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2298         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
2299         argument of bswap_XX macro.
2301 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2303         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
2304         variable name.
2306 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
2308         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
2309         semun and use stdarg macros to get the value.
2310         * sysdeps/generic/semctl.c: Don't use union semun.
2312         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
2314         * string/basename.c [!_LIBC]: Define function as gnu_basename.
2316         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
2317         strings.h.
2319         * stdlib/grouping.h: Accept ungrouped numbers even if locale
2320         defines grouping.
2322         * intl/hash-string.h: Don't include values.h.
2324         * inet/Makefile (tests): Add tst-ether_aton.
2325         * inet/tst-ether_aton.c: New file.
2327         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
2328         in hex conversion.
2329         * inet/ether_aton.c (ether_aton): Declare result variable static.
2330         Reported by ahyung@unixg.ubc.ca.
2332         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
2333         Define macro _SEM_SEMUN_UNDEFINED instead.
2334         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
2336         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
2337         * stdio-common/Makefile (tests): Add tst-wc-printf.
2339 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
2341         * manual/stdio.texi (Variable Arguments Output): Correct variable
2342         name.  Patch from Ewan Mellor <em@nexus.co.uk>
2344 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2346         * intl/dcgettext.c: Remove unneeded definition of
2347         internal_function.
2349 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2351         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
2352         instead of do-iconv-test.
2353         ($(objpfx)gconv-modules): Define rule only if objpfx is not
2354         empty.
2356 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2358         * string/string.h: Fix feature test.
2360 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2362         * iconvdata/iso646.c (BODY): Don't use character constants that
2363         depend on signedness of char.
2365 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
2367         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
2368         (sysdep_routines): Add s_pread64 and s_pwrite64.
2370 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
2372         * iconvdata/Makefile (distribute): Remove generated .h files.
2373         * iconvdata/koi8-r.h: Removed.
2374         * iconvdata/latin-greek-1.h: Removed.
2375         * iconvdata/latin-greek.h: Removed.
2377         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
2378         * iconvdata/KOI-8: Likewise.
2379         * iconvdata/KOI-8..UTF8: Likewise.
2380         * iconvdata/KOI8-R: Likewise.
2381         * iconvdata/KOI8-R..UTF8: Likewise.
2383 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2385         * streams/Makefile (headers): Add sys/stropts.h.
2386         * streams/sys/stropts.h: New file.
2388 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2390         * sysdeps/unix/sysv/linux/ttyname.c,
2391         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
2392         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
2394 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2396         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
2397         argument of _itoa_word.
2399 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2401         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
2402         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
2403         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
2404         sigprocmask, resp., instead of EXTRA.
2406         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2407         s_pread64 and s_pwrite64.
2409 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
2411         * iconvdata/Makefile: Correct rules to generate gap table.
2412         * iconvdata/gap.pl: Simplify.
2414         * iconvdata/TESTS: Name new tests.
2415         * iconvdata/testdata/CP1250: New file.
2416         * iconvdata/testdata/CP1250..UTF8: New file.
2417         * iconvdata/testdata/CP1251: New file.
2418         * iconvdata/testdata/CP1251..UTF8: New file.
2419         * iconvdata/testdata/CP1252: New file.
2420         * iconvdata/testdata/CP1252..UTF8: New file.
2421         * iconvdata/testdata/CP1253: New file.
2422         * iconvdata/testdata/CP1253..UTF8: New file.
2423         * iconvdata/testdata/CP1254: New file.
2424         * iconvdata/testdata/CP1254..UTF8: New file.
2425         * iconvdata/testdata/CP1255: New file.
2426         * iconvdata/testdata/CP1255..UTF8: New file.
2427         * iconvdata/testdata/CP1256: New file.
2428         * iconvdata/testdata/CP1256..UTF8: New file.
2429         * iconvdata/testdata/CP1257: New file.
2430         * iconvdata/testdata/CP1257..UTF8: New file.
2432 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
2434         * iconvdata/Makefile: Add rules for ISO-2022-KR.
2435         * iconvdata/iso-2022-kr.c: New file.
2437         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
2438         and ISO-2022-KR.
2440 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
2442         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
2443         iso8859-8 and iso8859-10.
2444         * iconvdata/iso8859-5.c: Change to use gap method.
2445         * iconvdata/iso8859-7.c: Likewise.
2446         * iconvdata/iso8859-8.c: Likewise.
2447         * iconvdata/iso8859-10.c: Likewise.
2449         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
2450         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
2451         end of the loop.
2452         * iconvdata/iso-2022-jp.c: New file.
2454         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
2455         * iconvdata/ksc5601.h: Unify function interfaces.
2456         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
2457         * iconvdata/uhc.c: Likewise.
2459         * iconvdata/gb2312.h: Use correct types.
2461         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
2462         size elements of data.
2464 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2466         * string/tst-svc.expect: Adapt for change in .input.
2467         * string/tst-svc.input: More tests.
2469 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
2471         * iconvdata/Makefile: Add rules for new modules.
2472         * iconvdata/gconv-modules: Likewise.
2473         * iconvdata/cp737.c: New file.
2474         * iconvdata/cp737.h: New file.
2475         * iconvdata/cp775.c: New file.
2476         * iconvdata/cp775.h: New file.
2477         * iconvdata/cp874.c: New file.
2478         * iconvdata/cp874.h: New file.
2480 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
2482         * iconvdata/Makefile: Create target directory before generating
2483         headers.
2485 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2487         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
2488         __USER_LABEL_PREFIX__.
2489         (__ASMNAME, __ASMNAME2): New macros.
2491 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2493         * elf/dl-load.c: Include sys/param.h for MAX.
2495 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
2497         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
2498         __ftruncate the strong symbol, and add weak alias.
2499         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2501 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2503         * termios/cfsetspeed.c: Make code cleaner and add missing const.
2504         Patch by Joe Keane <jgk@jgk.org>.
2506         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
2507         free()ing.
2509 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
2511         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
2512         Patch by Thomas Bushnell, n/BSG.
2514 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2516         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
2518 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
2520         * iconvdata/Makefile: Put generated headers in build directory.
2522 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
2524         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
2525         strsep as current directory.
2527         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
2528         Java.  Add definitions for unicodelittle implementation.
2529         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
2530         * iconv/gconv_simple.c: Define unicodelittle functions.
2532         * iconv/iconv_prog.c: Make program print information about position
2533         of illegal character in input.
2535         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
2536         comparison of charset name.
2537         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
2538         * iconvdata/ebcdic-at-de-a.c: Likewise.
2539         * iconvdata/ebcdic-at-de.c: Likewise.
2540         * iconvdata/ebcdic-ca-fr.c: Likewise.
2541         * iconvdata/euccn.c: Likewise.
2542         * iconvdata/eucjp.c: Likewise.
2543         * iconvdata/euckr.c: Likewise.
2544         * iconvdata/euctw.c: Likewise.
2545         * iconvdata/hp-roman8.c: Likewise.
2546         * iconvdata/iso6937.c: Likewise.
2547         * iconvdata/iso8859-1.c: Likewise.
2548         * iconvdata/iso8859-10.c: Likewise.
2549         * iconvdata/iso8859-2.c: Likewise.
2550         * iconvdata/iso8859-3.c: Likewise.
2551         * iconvdata/iso8859-4.c: Likewise.
2552         * iconvdata/iso8859-5.c: Likewise.
2553         * iconvdata/iso8859-6.c: Likewise.
2554         * iconvdata/iso8859-7.c: Likewise.
2555         * iconvdata/iso8859-8.c: Likewise.
2556         * iconvdata/iso8859-9.c: Likewise.
2557         * iconvdata/johab.c: Likewise.
2558         * iconvdata/koi-8.c: Likewise.
2559         * iconvdata/koi8-r.c: Likewise.
2560         * iconvdata/latin-greek-1.c: Likewise.
2561         * iconvdata/latin-greek.c: Likewise.
2562         * iconvdata/sjis.c: Likewise.
2563         * iconvdata/t61.c: Likewise.
2564         * iconvdata/uhc.c: Likewise.
2566         * iconvdata/iso646.c: Add support for more ISO 646 variants.
2567         * iconvdata/TESTS: Add tests for ISO646 module.
2568         * iconvdata/gconv-modules: Add new modules.
2569         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
2570         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
2571         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
2572         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
2573         * iconvdata/testdate/DIN_66003: Likewise.
2574         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
2575         * iconvdata/testdate/DS_2089: Likewise.
2576         * iconvdata/testdate/DS_2089..UTF8: Likewise.
2577         * iconvdata/testdate/ES: Likewise.
2578         * iconvdata/testdate/ES..UTF8: Likewise.
2579         * iconvdata/testdate/ES2: Likewise.
2580         * iconvdata/testdate/ES2..UTF8: Likewise.
2581         * iconvdata/testdate/GB_1988-80: Likewise.
2582         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
2583         * iconvdata/testdate/IT: Likewise.
2584         * iconvdata/testdate/IT..UTF8: Likewise.
2585         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
2586         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
2587         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
2588         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
2589         * iconvdata/testdate/JUS_I.B1.002: Likewise.
2590         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
2591         * iconvdata/testdate/KSC5636: Likewise.
2592         * iconvdata/testdate/KSC5636..UTF8: Likewise.
2593         * iconvdata/testdate/MSZ_7795.3: Likewise.
2594         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
2595         * iconvdata/testdate/NC_NC00-10: Likewise.
2596         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
2597         * iconvdata/testdate/NF_Z_62-010: Likewise.
2598         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
2599         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
2600         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
2601         * iconvdata/testdate/NS_4551-1: Likewise.
2602         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
2603         * iconvdata/testdate/NS_4551-2: Likewise.
2604         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
2605         * iconvdata/testdate/PT: Likewise.
2606         * iconvdata/testdate/PT..UTF8: Likewise.
2607         * iconvdata/testdate/PT2: Likewise.
2608         * iconvdata/testdate/PT2..UTF8: Likewise.
2609         * iconvdata/testdate/SEN_850200_B: Likewise.
2610         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
2611         * iconvdata/testdate/SEN_850200_C: Likewise.
2612         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
2614         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
2615         * iconvdata/cns11643l1.h: Likewise.
2616         * iconvdata/latin-greek-1.h: Likewise.
2617         * iconvdata/latin-greek.h: Likewise.
2618         * iconvdata/koi8-r.h: Likewise.
2619         * iconvdata/jis0212.h: Likewise.
2620         * iconvdata/gb2312.h: Likewise.
2621         * iconvdata/ksc5601.h: Likewise.
2623         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
2625         * iconvdata/Makefile: Add rules for lots of more modules.
2626         * iconvdata/cp1250.c: New file.
2627         * iconvdata/cp1251.c: New file.
2628         * iconvdata/cp1252.c: New file.
2629         * iconvdata/cp1253.c: New file.
2630         * iconvdata/cp1254.c: New file.
2631         * iconvdata/cp1255.c: New file.
2632         * iconvdata/cp1256.c: New file.
2633         * iconvdata/cp1257.c: New file.
2634         * iconvdata/ebcdic-dk-no-a.c: New file.
2635         * iconvdata/ebcdic-dk-no.c: New file.
2636         * iconvdata/ebcdic-es-a.c: New file.
2637         * iconvdata/ebcdic-es-s.c: New file.
2638         * iconvdata/ebcdic-es.c: New file.
2639         * iconvdata/ebcdic-fi-se-a.c: New file.
2640         * iconvdata/ebcdic-fi-se.c: New file.
2641         * iconvdata/ebcdic-fr.c: New file.
2642         * iconvdata/ebcdic-is-friss.c: New file.
2643         * iconvdata/ebcdic-it.c: New file.
2644         * iconvdata/ebcdic-pt.c: New file.
2645         * iconvdata/ebcdic-uk.c: New file.
2646         * iconvdata/ebcdic-us.c: New file.
2647         * iconvdata/ibm037.c: New file.
2648         * iconvdata/ibm038.c: New file.
2649         * iconvdata/ibm1004.c: New file.
2650         * iconvdata/ibm1026.c: New file.
2651         * iconvdata/ibm1047.c: New file.
2652         * iconvdata/ibm256.c: New file.
2653         * iconvdata/ibm273.c: New file.
2654         * iconvdata/ibm274.c: New file.
2655         * iconvdata/ibm275.c: New file.
2656         * iconvdata/ibm277.c: New file.
2657         * iconvdata/ibm278.c: New file.
2658         * iconvdata/ibm280.c: New file.
2659         * iconvdata/ibm281.c: New file.
2660         * iconvdata/ibm284.c: New file.
2661         * iconvdata/ibm285.c: New file.
2662         * iconvdata/ibm290.c: New file.
2663         * iconvdata/ibm297.c: New file.
2664         * iconvdata/ibm420.c: New file.
2665         * iconvdata/ibm423.c: New file.
2666         * iconvdata/ibm424.c: New file.
2667         * iconvdata/ibm437.c: New file.
2668         * iconvdata/ibm500.c: New file.
2669         * iconvdata/ibm850.c: New file.
2670         * iconvdata/ibm851.c: New file.
2671         * iconvdata/ibm852.c: New file.
2672         * iconvdata/ibm855.c: New file.
2673         * iconvdata/ibm857.c: New file.
2674         * iconvdata/ibm860.c: New file.
2675         * iconvdata/ibm861.c: New file.
2676         * iconvdata/ibm862.c: New file.
2677         * iconvdata/ibm863.c: New file.
2678         * iconvdata/ibm864.c: New file.
2679         * iconvdata/ibm865.c: New file.
2680         * iconvdata/ibm868.c: New file.
2681         * iconvdata/ibm869.c: New file.
2682         * iconvdata/ibm870.c: New file.
2683         * iconvdata/ibm871.c: New file.
2684         * iconvdata/ibm875.c: New file.
2685         * iconvdata/ibm880.c: New file.
2686         * iconvdata/ibm891.c: New file.
2687         * iconvdata/ibm903.c: New file.
2688         * iconvdata/ibm904.c: New file.
2689         * iconvdata/ibm905.c: New file.
2690         * iconvdata/ibm918.c: New file.
2692         * locale/iso-4217.def: Update.
2693         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
2695         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
2696         formats.
2698 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2700         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
2701         LD_LIBRARY_PATH.
2703 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2705         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
2706         * Makefile: Likewise.
2707         * posix/Makefile: Likewise.
2708         * sysdeps/mach/hurd/Makefile: Likewise.
2710 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2712         * sysdeps/mach/hurd/bits/dirent.h: New file.
2713         * sysdeps/mach/hurd/readdir64.c: New file.
2714         * sysdeps/mach/hurd/readdir64_r.c: New file.
2716 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2718         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
2719         dprintf): Synchronize declarations with libio/stdio.h.
2721 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2723         * elf/dlerror.c (dlerror): Don't assume that
2724         __libc_internal_tsd_get is defined.  __libc_getspecific is already
2725         well-protected, so just use it directly.
2727 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2729         * io/ftw.h (ftw): Fix typo.
2731 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
2733         * sysdeps/gnu/utmp_file.c: Fix typo.
2735 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2737         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
2738         one part of a test fails move on to the next test.
2740 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
2742         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2744 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2746         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
2747         as pointers, not signed integers.
2749 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2751         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
2753 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2755         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
2756         asm symbol name of functions.
2757         * include/features.h: Kill redundant test.
2759         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
2760         * io/ftw.h: Likewise.
2761         * io/sys/stat.h: Likewise.
2762         * io/sys/statfs.h: Likewise.
2763         * io/sys/statvfs.h: Likewise.
2764         * libio/stdio.h: Likewise.
2765         * resource/sys/resource.h: Likewise.
2766         * rt/aio.h: Likewise.
2768         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
2769          __FAVOR_BSD.
2770         * signal/signal.h: Use new macros for BSD vs. SysV signal().
2772         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
2773         a dummy library.
2774         * misc/bsd-compat.c: Removed.
2776 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
2778         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
2779         function declaration.
2780         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
2781         and use them in conversion function.
2782         * iconvdata/Makefile (modules): Re-add ISO6446.
2783         * iconvdata/TEST: Add tests for ASCII variants.
2784         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
2785         * iconvdata/testdata/ANSI_X3.4-1968: New file.
2786         * iconvdata/testdata/BS_4730: New file.
2787         * iconvdata/testdata/BS_4730..UTF8: New file.
2789 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
2791         * iconv/gconv.h (struct gconv_step): Add element stateful.
2792         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
2793         to zero for all internal conversions.
2794         * iconv/skeleton.c: Initialize stateful depending on whether or not
2795         RESET_STATE is defined to one or zero respectively.
2796         * stdlib/mblen.c: Use stateful element of currently selected
2797         converter for result if S is NULL.
2798         * stdlib/mbtowc.c: Likewise.
2799         * stdlib/wctomb.c: Likewise.
2801 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
2803         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
2805         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
2807         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
2808         character in comparison with uint32_t.
2809         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
2810         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
2811         Optimize BODY a bit.
2813         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
2814         be defined.
2816         * iconv/skeleton.c: Also reset converted counter in case of an error.
2817         Call reset function using correct value for output buffer start.
2819         * iconvdata/Makefile: Re-enable tests.
2821         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
2822         value for to-conversion.
2824         * iconvdata/TESTS: Add new third column.
2825         * iconvdata/run-iconv-test.sh: Add support for charsets which are
2826         not ASCII based.
2827         * iconvdata/testdata/suntzus: New file.
2829         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
2830         while reading.  Correctly used base.  Little optimization.
2831         (__strtoul_internal): Likewise.
2833         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
2834         was wrong.  Use explicit variable.
2836 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2838         * configure.in: Check for awk.
2839         * config.make.in: Add AWK to be substituted.
2841         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
2842         * manual/users.texi: Fix typo exposed by above rewrite.
2844         * Makefile: Invoke awk using AWK variable.
2845         * csu/Makefile: Likewise.
2846         * elf/Makefile: Likewise.
2847         * mach/Makefile: Likewise.
2848         * manual/Makefile: Likewise.
2849         * sysdeps/gnu/Makefile: Likewise.
2850         * sysdeps/mach/hurd/Makefile: Likewise.
2851         * sysdeps/unix/Makefile: Likewise.
2852         * timezone/Makefile: Likewise.
2854 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
2856         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
2857         array index translation.
2858         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
2859         these are defined.
2861         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
2863         * sysdeps/mach/hurd/errlist.c: New file.
2864         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
2865         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
2866         semantics, so rename it.
2868 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2870         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
2871         conversions.
2873 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
2875         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
2876         * wcsmbs/wcsnrtombs.c: Likewise.
2878 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
2880         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
2882         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
2884         * time/strftime.c (my_strftime): Initialize pad variable in
2885         declaration.
2887         * iconvdata/big5.c: Don't use character constants in comparisons
2888         with unsigned value.
2890 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
2892         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
2893         __libc_siglongjmp to GLIBC_2.1.
2895         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
2896         __strerror_r.
2898         * iconv/Makefile: Don't run tests now.
2900         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
2901         with correct output buffer.
2903         Major rewrite of the low-level gconv functionality.
2904         * iconv/gconv.c: Rewritten.
2905         * iconv/gconv.h: Likewise.
2906         * iconv/gconv_builtin.c: Likewise.
2907         * iconv/gconv_builtin.h: Likewise.
2908         * iconv/gconv_conf.c: Likewise.
2909         * iconv/gconv_int.h: Likewise.
2910         * iconv/gconv_open.c: Likewise.
2911         * iconv/gconv_simple.c: Likewise.
2912         * iconv/iconv.c: Likewise.
2913         * iconvdata/8bit-gap.c: Likewise.
2914         * iconvdata/8bit-generic.c: Likewise.
2915         * iconvdata/Makefile: Likewise.
2916         * iconvdata/big5.c: Likewise.
2917         * iconvdata/cns11643.c: Likewise.
2918         * iconvdata/cns11643.h: Likewise.
2919         * iconvdata/cns11643l1.c: Likewise.
2920         * iconvdata/cns11643l1.h: Likewise.
2921         * iconvdata/ebcdic-at-de-a.c: Likewise.
2922         * iconvdata/ebcdic-at-de.c: Likewise.
2923         * iconvdata/ebcdic-ca-fr.c: Likewise.
2924         * iconvdata/euccn.c: Likewise.
2925         * iconvdata/eucjp.c: Likewise.
2926         * iconvdata/euckr.c: Likewise.
2927         * iconvdata/euctw.c: Likewise.
2928         * iconvdata/gb2312.c: Likewise.
2929         * iconvdata/gb2312.h: Likewise.
2930         * iconvdata/hp-roman8.c: Likewise.
2931         * iconvdata/iso646.c: Likewise.
2932         * iconvdata/iso6937.c: Likewise.
2933         * iconvdata/iso8859-1.c: Likewise.
2934         * iconvdata/iso8859-10.c: Likewise.
2935         * iconvdata/iso8859-2.c: Likewise.
2936         * iconvdata/iso8859-3.c: Likewise.
2937         * iconvdata/iso8859-4.c: Likewise.
2938         * iconvdata/iso8859-5.c: Likewise.
2939         * iconvdata/iso8859-6.c: Likewise.
2940         * iconvdata/iso8859-7.c: Likewise.
2941         * iconvdata/iso8859-8.c: Likewise.
2942         * iconvdata/iso8859-9.c: Likewise.
2943         * iconvdata/jis0201.c: Likewise.
2944         * iconvdata/jis0201.h: Likewise.
2945         * iconvdata/jis0208.c: Likewise.
2946         * iconvdata/jis0208.h: Likewise.
2947         * iconvdata/jis0212.c: Likewise.
2948         * iconvdata/jis0212.h: Likewise.
2949         * iconvdata/johab.c: Likewise.
2950         * iconvdata/koi-8.c: Likewise.
2951         * iconvdata/koi8-r.c: Likewise.
2952         * iconvdata/ksc5601.c: Likewise.
2953         * iconvdata/ksc5601.h: Likewise.
2954         * iconvdata/latin-greek-1.c: Likewise.
2955         * iconvdata/latin-greek.c: Likewise.
2956         * iconvdata/run-iconv-test.sh: Likewise.
2957         * iconvdata/sjis.c: Likewise.
2958         * iconvdata/t61.c: Likewise.
2959         * iconvdata/uhc.c: Likewise.
2960         * wcsmbs/btowc.c: Likewise.
2961         * wcsmbs/mbrtowc.c: Likewise.
2962         * wcsmbs/mbsnrtowcs.c: Likewise.
2963         * wcsmbs/mbsrtowcs.c: Likewise.
2964         * wcsmbs/wcrtomb.c: Likewise.
2965         * wcsmbs/wcsmbsload.c: Likewise.
2966         * wcsmbs/wcsnrtombs.c: Likewise.
2967         * wcsmbs/wcsrtombs.c: Likewise.
2968         * wcsmbs/wctob.c: Likewise.
2969         * iconv/loop.c: New file.
2970         * iconv/skeleton.c: New file.
2972         * stdlib/mblen.c: Handle empty input string correctly.
2973         * stdlib/mbtowc.c: Likewise.
2975         * posix/getopt.c: Various cleanups.
2977         * sysdeps/arm/bits/setjmp.h: Add copyright text.
2978         * sysdeps/i386/bits/setjmp.h: Likewise.
2979         * sysdeps/m68k/bits/setjmp.h: Likewise.
2980         * sysdeps/powerpc/bits/setjmp.h: Likewise.
2981         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
2983         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
2984         and make longjmp weak alias.
2986 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
2988         * iconv/Makefile (routines): Only include gconv_dl if building for
2989         an ELF system - dynamic linking is not available on a.out.
2990         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
2991         due to above check.
2992         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
2993         routines from gconv_dl.
2995 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
2997         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
2998         we can compile without libio.
3000 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3002         * sysdeps/mach/hurd/Subdirs: Remove login.
3004 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3006         * db2/compat.h: Include <errno.h>, to make sure we get the
3007         definition of EFTYPE before we define it ourselves.
3009 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3011         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3012         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3013         Fix typo to allow inclusion from sys/ioctl.h again.
3015 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3017         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3019 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3021         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3023 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3025         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3026         Also undefine __strcasestr.
3028 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3030         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3031         aliases do not work with global variables due to copy relocations.
3033 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
3035         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
3037 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
3039         * signal/sighold.c: Include stddef.h for NULL definition.
3040         * signal/sigrelse.c: Likewise.
3041         * sysdeps/posix/sigignore.c: Likewise.
3042         * sysdeps/posix/sigset.c: Likewise.
3043         * sysdeps/posix/waitid.c: Likewise.
3044         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3045         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3046         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3047         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3048         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3050 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
3052         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3053         * login/getutent.c (getutxent): Remove alias.
3054         * login/getutent_r.c (setutxent, pututxline, endutxent):
3055         Remove aliases.
3056         * login/getutid.c (getutxid): Remove alias.
3057         * login/getutline.c (getutxline): Remove alias.
3058         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3059         __getutid, __getutline and __pututline.
3060         * login/utmpx.h: Moved to ...
3061         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
3062         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3063         and updwtmpx.
3064         * login/updwtmp.c: Moved to ...
3065         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
3066         allowing file name transformation.
3067         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
3068         additional file name transformation.
3069         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3070         * login/utmp_file.c: Moved to ...
3071         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
3072         Generalized by allowing file name transformation.  Do not
3073         print error message.  Library functions should not print them.
3074         Reported by Jim Meyering.
3075         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
3076         with additional file name transformation.
3077         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3078         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3079         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3080         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
3081         and bits/utmpx.h.
3082         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3083         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
3084         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
3085         Define if __USE_GNU.
3086         * sysdeps/generic/setutxent.c: New file.
3087         * sysdeps/generic/getutxent.c: New file.
3088         * sysdeps/generic/endutxent.c: New file.
3089         * sysdeps/generic/getutxid.c: New file.
3090         * sysdeps/generic/getutxline.c: New file.
3091         * sysdeps/generic/pututxline.c: New file.
3092         * sysdeps/generic/utmpxname.c: New file.
3093         * sysdeps/generic/updwtmpx.c: New file.
3094         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3095         * sysdeps/generic/bits/utmpx.h: Remove.
3097 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
3099         * posix/wordexp-test.c (main): Initialize ifs element of ts for
3100         ~root test.
3102 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
3104         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3106 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
3108         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3109         variable using _G_stat64.
3110         * libio/fileops.c: Remove macro definition of fstat, it is in the
3111         global header.
3112         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3114 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
3116         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3117         <willy@odie.barnet.ac.uk>.
3119 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
3121         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3122         required by IPv6 Basic API.
3123         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3124         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3125         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3126         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3128 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
3130         Don't name internal representation since it might be different from
3131         the external form (namely on little endian machines).
3132         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
3133         UCS4 into references to INTERNAL.
3134         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3135         Add endianess support to UCS functions.  Change references to
3136         UCS4 into references to INTERNAL.
3137         * iconv/gconv_int.h: Change references to UCS4 into references to
3138         INTERNAL.
3139         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3140         * iconvdata/gconv-modules: Change accordingly.
3141         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3143         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3144         overflow.
3145         * iconvdata/8bit-gap.c: Likewise.
3146         * iconvdata/8bit-generic.c: Likewise.
3147         * iconvdata/big5.c: Likewise.
3148         * iconvdata/euccn.c: Likewise.
3149         * iconvdata/eucjp.c: Likewise.
3150         * iconvdata/euckr.c: Likewise.
3151         * iconvdata/euctw.c: Likewise.
3152         * iconvdata/iso646.c: Likewise.
3153         * iconvdata/iso6937.c: Likewise.
3154         * iconvdata/iso8859-1.c: Likewise.
3155         * iconvdata/johab.c: Likewise.
3156         * iconvdata/sjis.c: Likewise.
3157         * iconvdata/t61.c: Likewise.
3158         * iconvdata/uhc.c: Likewise.
3160         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3161         * iconvdata/8bit-generic.c: Likewise.
3163         * iconvdata/TESTS: Add more tests.
3165         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3167 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
3169         * iconvdata/Makefile: Better rules to run tests.
3171         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3172         * iconvdata/testdata/ISO-8859-10: Likewise.
3173         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3174         * iconvdata/testdata/ISO-8859-2: Likewise.
3175         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3176         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3177         * iconvdata/testdata/ISO-8859-3: Likewise.
3178         * iconvdata/testdata/ISO-8859-4: Likewise.
3179         * iconvdata/testdata/ISO-8859-5: Likewise.
3180         * iconvdata/testdata/ISO-8859-6: Likewise.
3181         * iconvdata/testdata/ISO-8859-7: Likewise.
3182         * iconvdata/testdata/ISO-8859-8: Likewise.
3183         * iconvdata/testdata/ISO-8859-9: Likewise.
3185 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
3187         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3188         intermediate result (if available).
3190         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3191         last change.
3193         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3194         (distribute): Add run-iconv-test.sh and testdata/*.
3196         * stdlib/testmb.c (main): Simplify mbc array handling.
3198 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3200         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
3201         return value on overflow.
3203 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3205         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3206         bits.
3208 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3210         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3211         of non-standard function setbuffer.
3213 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3215         * stdio-common/perror.c: Include <string.h> for __strerror_r.
3217 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
3219         * iconvdata/Makefile: Add rules to run tests.
3220         * iconvdata/TESTS: New file.
3221         * iconvdata/run-iconv-test.sh: New file.
3222         * iconvdata/testdata/ISO-8859-1: New file.
3224         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3225         not stdout.
3227 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
3229         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3230         counter element of step.
3232         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3234         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3235         termination test.
3236         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
3237         ACTUALLY.
3238         (__gconv_transform_utf8_ucs4): Correct test for empty input.
3240 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3242         * Makefile: Include makeconfig before defining rule to regenerate
3243         configure files.
3245         * configure.in: Remove restriction on compiling without static
3246         libs.
3248 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
3250         * test-skeleton.c: Provide hook for initializing code before the fork.
3251         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3252         removed.
3254         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3255         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3256         * libio/libioP.h: Adopt _IO_cleanup prototype.
3258         * stdlib/Makefile (tests): Add test-canon2.
3259         * stdlib/test-canon2.c: New file.
3260         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3261         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
3262         symlink sequences.
3263         (__realpath): Make real function which checks RESOLVED parameter for
3264         not being NULL.
3266 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3268         * catgets/open_catalog.c (__open_catalog): Fix problems with
3269         reading non-files.  Always close file.
3270         Reported by Cristian Gafton <gafton@redhat.com>.
3272         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3274 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
3276         * libc.map: Add various low-level I/O functions.
3278 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
3280         * string/Makefile (routines): Remove strerror_r.
3281         * string/strerror_r.c: Removed.
3282         * string/strerror.c: Call __strerror_r for doing the real work.
3283         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3284         add weak alias strerror_r.
3285         * sysdeps/mach/_strerror.c: Likewise.
3286         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3287         * elf/dl-error.c (_dl_signal_error): Likewise.
3288         * elf/dl-profile.c (_dl_start_profile): Likewise.
3289         * gmon/gmon.c (write_gmon): Likewise.
3290         * stdio-common/perror.c: Likewise.
3291         * stdio-common/vfprintf.c: Likewise.
3293 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
3295         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
3296         (sysdep_headers): Add netatalk/at.h.
3298 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3300         * manual/socket.texi, manual/creature.texi, manual/time.texi:
3301         Formatting fixes.
3303 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3305         * posix/regex.c: Rename __re_syntax_options back to
3306         re_syntax_options, aliases do not work with global variables due
3307         to copy relocations.
3308         (regex_compile): Use syntax parameter instead of
3309         re_syntax_options.
3311 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3313         * configure.in: Document that enable-force-install is default.
3315 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
3317         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
3318         all needed 36 bits.
3319         * sysdeps/posix/mkstemp.c: Likewise.
3321 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
3323         * iconvdata/8bit-gap.c: Simplify step data handling.
3324         * iconvdata/8bit-generic.c: Likewise.
3325         * iconvdata/big5.c: Likewise.
3326         * iconvdata/euccn.c: Likewise.
3327         * iconvdata/eucjp.c: Likewise.
3328         * iconvdata/euckr.c: Likewise.
3329         * iconvdata/euctw.c: Likewise.
3330         * iconvdata/iso6937.c: Likewise.
3331         * iconvdata/iso8859-1.c: Likewise.
3332         * iconvdata/jis0208.h: Likewise.
3333         * iconvdata/jis0212.c: Likewise.
3334         * iconvdata/jis0212.h: Likewise.
3335         * iconvdata/johab.c: Likewise.
3336         * iconvdata/ksc5601.h: Likewise.
3337         * iconvdata/sjis.c: Likewise.
3338         * iconvdata/t61.c: Likewise.
3339         * iconvdata/uhc.c: Likewise.
3341 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
3343         * manual/texinfo.texi: Updated from last version.
3345 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
3347         * iconvdata/cns11643.c: New file.
3348         * iconvdata/cns11643.h: New file.
3349         * iconvdata/cns11643l1.c: New file.
3350         * iconvdata/cns11643l1.h: New file.
3351         * iconvdata/euctw.c: New file.
3352         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
3353         * iconvdata/gconv-modules: Likewise.
3355         * iconvdata/eucjp.c: Several bug fixes and improvements.
3356         * iconvdata/gb2312.h: Likewise.
3357         * iconvdata/jis0201.h: Likewise.
3358         * iconvdata/jis0208.h: Likewise.
3359         * iconvdata/jis0212.h: Likewise.
3361 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
3363         * iconvdata/eucjp.c: New file.
3364         * iconvdata/euccn.c: New file.
3365         * iconvdata/gb2312.h: New file.
3366         * iconvdata/gb2312.c: New file.
3367         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
3368         * iconvdata/gconv-modules: Likewise.
3370         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
3372 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3374         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3375         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
3376         Patch by Mark Hatle <fray@kernel.crashing.org>.
3378 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
3380         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
3381         comment.
3382         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
3383         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
3385 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
3387         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
3389         * iconvdata/Makefile: Add rules for big5 conversion.
3390         * iconvdata/gconv-modules: Likewise.
3391         * iconvdata/big5.c: New file.
3393         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
3394         Patch by Jim Meyering.
3396 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
3398         * rt/tst-aio.c: Add test for aio_read and lio_listio.
3400         * rt/lio_listio.c: Correct total counter handling.
3402         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
3403         from request queue.
3405         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
3406         of signal on exit even more.
3408         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
3409         instead of call to pthread_cond_init.
3410         * rt/lio_listio.c (lio_listio): Likewise.
3411         * rt/lio_listio64.c (lio_listio64): Likewise.
3413         * nis/nis_findserv.c: Include sys/socket.h.
3415 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
3417         * Makeconfig (rtobjdir): New variable.
3418         (rpath-link): Add rtobjdir and thread directory, if available.
3420         * test-skeleton.c: Add support to remove temporary files.
3421         Always define test_dir.  Improve message about expected signal.
3423         * rt/Makefile (tests): Add tst-aio.
3424         Add rules for tst-aio to be linked with librt and thread library.
3425         * rt/aio_misc.c: Correct fundamental bugs.
3426         * rt/aio_suspend.c: Correct bug in test for available request.
3427         Initialize conditional variable.
3428         * rt/lio_listio.c: Initialize conditional variable.
3429         * rt/lio_listio64.c: Likewise.
3430         * rt/tst-aio.c: New file.
3432         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
3433         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
3434         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3435         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3436         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
3437         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3438         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3440 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
3442         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
3444 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
3446         * elf/dl-load.c (open_path): Use correct name for test whether
3447         directory in load path exists.
3449         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
3450         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
3451         Patches by Tom Rini <trini@kernel.crashing.org>.
3453         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
3454         * wcsmbs/wcstod_l.c: Likewise.
3455         * wcsmbs/wcstold_l.c: Likewise.
3457         * include/byteswap.h: New file.
3459         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
3460         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
3462         * inet/getnameinfo.c (getnameinfo): Change parameter to match
3463         declaration.  Patch by Richard Henderson.
3465 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3467         * manual/process.texi (SIGCHLD example): Save errno.
3469 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3471         * posix/regex.c: Define regerror really as __regerror.
3472         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
3473         regerror and regfree.
3475         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
3476         * stdlib/strtod_l.c: Likewise.
3477         * stdlib/strtold_l.c: Likewise.
3479         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
3481         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
3483         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
3484         Patch by Christian Gafton.
3486 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
3488         * manual/socket.texi (Interface Naming): Correct @deftypefun line
3489         for if_indextoname.
3491 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3493         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
3495         * manual/socket.texi (Interface Naming): Fix typo.
3497 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3499         * manual/examples/filesrv.c (main): Remove filename first.
3501         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
3502         ?F_UNIX.
3504         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
3505         instead of PF_UNIX.
3507         * manual/examples/filecli.c (main): Use AF_LOCAL
3508         instead of AF_UNIX.
3510 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
3512         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
3513         signgam weak alias.
3514         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
3515         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
3516         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
3517         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
3518         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
3519         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
3521         * login/utmp_daemon.c (open_socket): Use __connect not connect.
3523 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3525         * configure.in: Add new option --enable-force-install.  Substitute
3526         force_install.
3527         * config.make.in (force-install): Set from configure.
3528         * Makerules (force-install): New phony target.
3529         * Makeconfig (+force): New variable.
3530         * Makefile: Use it in dependency list of installation targets.
3531         * db/Makefile: Likewise.
3532         * db2/Makefile: Likewise.
3533         * elf/Makefile: Likewise.
3534         * hurd/Makefile: Likewise.
3535         * iconv/Makefile: Likewise.
3536         * iconvdata/Makefile: Likewise.
3537         * intl/Makefile: Likewise.
3538         * localedata/Makefile: Likewise.
3539         * login/Makefile: Likewise.
3540         * po/Makefile: Likewise.
3541         * sunrpc/Makefile: Likewise.
3542         * sysdeps/mach/hurd/Makefile: Likewise.
3543         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
3544         * sysdeps/unix/sysv/linux/Makefile: Likewise.
3545         * timezone/Makefile: Likewise.
3547 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3549         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
3550         alloc_size.  Pass return value of getcwd syscall to realloc.
3552 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3554         * manual/socket.texi: Spelling fixes.
3556 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3558         * elf/dl-load.c (print_search_path): Remove unused variable.
3560 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3562         * login/utmp_file.c: use __ftruncate not ftruncate.
3563         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
3564         for system call and make ftruncate weak alias.
3565         * posix/unistd.h: Add prototype for __ftruncate.
3566         * login/utmp_daemon.c (open_socket): Use __socket not socket.
3567         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
3568         instead of snprintf and readv.
3569         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
3570         snprintf.
3571         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
3572         directly.
3574 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
3576         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
3577         * iconv/gconv_db.c: Use __ protected regex functions.
3578         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
3579         * posix/getopt_init.c: Use __getpid not getpid.
3580         * posix/regex.c: Rename all global functions to start with __ and
3581         make old names weak aliases.
3582         * posix/regex.h: Adopt prototypes for this.
3583         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
3584         a weak alias and use __getcwd instead of getcwd.
3585         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
3586         * stdlib/strtod.c: Use __btowc instead of btowc.
3587         * stdlib/strtol.c: Likewise.
3588         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
3589         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
3590         and sys_errlist are weak.
3591         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
3592         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
3593         * wcsmbs/mbsnrtowcs.c: Likewise.
3594         * wcsmbs/mbsrtowcs.c: Likewise.
3595         * wcsmbs/wcsnrtombs.c: Likewise.
3596         * wcsmbs/wcsrtombs.c: Likewise.
3597         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
3598         weak alias.
3599         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
3600         * wctype/wctype.c: Define function as __wctype and make wctype
3601         weak alias.
3602         * wctype/wctype.h: Declare __wctype.
3604 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
3606         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
3608 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3610         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
3611         stat64.
3612         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
3613         functions.
3614         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
3615         for __llseek.
3616         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3617         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
3618         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
3619         make it a weak alias.
3620         * posix/unistd.h: Declare __lseek64.
3622         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
3623         (_IO_file_stat): Fix typo.
3624         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
3625         block size from the file.  Use __mempcpy if _LIBC.
3627 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
3629         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
3630         * wcsmbs/mbrtowc.c: Likewise.
3631         * wcsmbs/mbsnrtowcs.c: Likewise.
3632         * wcsmbs/mbsrtowcs.c: Likewise.
3633         * wcsmbs/wcrtomb.c: Likewise.
3634         * wcsmbs/wcsnrtombs.c: Likewise.
3635         * wcsmbs/wcsrtombs.c: Likewise.
3636         * wcsmbs/wctob.c: Likewise.
3638         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
3639         position of next output character correctly.
3640         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
3642         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
3644         * stdlib/strtod.c: Don't use mbtowc.
3646 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
3648         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
3649         what we want is smaller than a buffer.
3651 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
3653         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
3654         this function.
3656 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3658         * configure.in: Recognize --with-headers flag and determine
3659         commandline options to be used in compilation.
3660         * Makeconfig (+includes): Use $(sysincludes).
3661         * config.make.in (sysincludes): Define from SYSINCLUDES.
3662         * glibcbug.in: Use SYSINCLUDES information.
3663         Patches by Zack Weinberg.
3665 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3667         * glibcbug.in: On linux, report version of kernel headers seen
3668         by compiler.
3670 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
3672         * libc.map: Add __asprintf to GLIBC_2.1.
3673         * elf/dlerror.c: Use __asprintf, not asprintf.
3674         * libio/stdio.h: Declare __asprintf.
3675         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
3676         a weak alias.
3678         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
3679         to avoid inclusion from libc_pic.a.
3681         * elf/dl-runtime.c: Undo last patch.
3683         * stdlib/strtod.c: Don't use mbtowc, use btowc.
3685         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
3686         as default, use NULL.
3688 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3690         * resolv/Makefile: Include ../Makeconfig - needed for building
3691         static NSS module.
3693 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3695         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
3696         static-nss since we don't want hesiod in the static NSS.
3698         * nss/Makefile: Build only nss_files as static.
3700         * nss/function.def: Remove support for service db.
3702 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
3704         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
3706 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
3708         * posix/wordexp-test.c: Make IFS per test-case.
3710 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3712         * glibcbug.in: Report version of gcc in use.  Remove unused variable
3713         ENVIRONMENT.
3715 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
3717         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
3718         `-print-file-name' to find as and ld.
3720 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
3722         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
3723         template is wrong.  Remove unused varaible `ignored'.
3725 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3727         * libc.map: Export __libc_sa_len.
3729         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
3731 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
3733         * iconv/gconv.c: Take care for NULL arguments.
3734         * iconv/gconv_dl.c: Make find_func function global.
3735         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
3736         Add prototypes for ASCII conversion functions.
3737         * iconv/gconv_simple.c: Add ASCII conversion functions.
3738         * locale/C-ctype.c: Correct charset name.
3740         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
3741         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
3742         wcsmbsload.
3743         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
3744         * wcsmbs/mbrtowc.c: Likewise.
3745         * wcsmbs/mbsnrtowcs.c: Likewise.
3746         * wcsmbs/mbsrtowcs.c: Likewise.
3747         * wcsmbs/wcrtomb.c: Likewise.
3748         * wcsmbs/wcsnrtombs.c: Likewise.
3749         * wcsmbs/wcsrtombs.c: Likewise.
3750         * wcsmbs/wctob.c: Likewise.
3751         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
3752         prototypes for wmemr*.
3753         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
3754         * wcsmbs/wcsnlen.c: New file.
3755         * wcsmbs/wcsmbsload.c: New file.
3756         * wcsmbs/wcsmbsload.h: New file.
3758         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
3760         * manual/install.texi: Describe some more critical points.
3762         * string/string.h: Add prototype for __strnlen.
3763         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
3765         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
3766         much less predictable names.
3767         * sysdeps/posix/mkstemp.c: Likewise.
3769 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3771         * manual/libc.texinfo (Top): Change "file namespace" to "local
3772         namespace".
3774         * manual/socket.texi: Change file namespace to local namespace.
3775         (Out-of-Band Data): Remove unneeded variable link.
3776         (Host Address Functions): Use uint32_t consequently and add a
3777         number of clarifications for IPv4/IPv6, classless addresses.
3778         (Internet Namespace): Added some paragraphs about IPv6.
3779         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3781 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3783         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
3785         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
3786         (NI_NUMERICHOST, et al.): Tidy up and add comments.
3787         (AI_NUMERICHOST): Define.
3788         (getnodebyname): New prototype.
3789         (AI_V4MAPPED, et al.): New constants.
3791         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
3792         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
3793         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
3794         for socket.
3795         * sysdeps/unix/sysv/linux/sa_len.c: New file.
3796         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
3798         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
3800         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
3801         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
3802         * socket/Makefile (headers): Add bits/sockunion.h.
3803         * socket/sys/socket.h: Include <bits/sockunion.h>
3804         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
3805         <sys/socket.h>, to avoid getting sockaddr_union defined.
3806         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
3807         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3808         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3810         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
3811         (2.2.x kernels won't have it).
3813 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
3815         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
3816         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
3817         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
3818         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
3820 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
3822         * manual/socket.texi (Socket Addresses): Fix a typo.
3823         (Interface Naming): New section.
3825 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3827         * configure.in: Check for CC using $ac_tool_prefix, to handle
3828         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
3829         * config.make.in: Add MIG to be substituted.
3830         * mach/Machrules: Don't define MIG variable.
3832         Patch by Gordon Matzigkeit <gord@profitpress.com>.
3834 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
3836         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
3837         strdupa to copy rpath.
3839 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3841         * configure.in: Fix gcc version check.
3843         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
3844         confusing.
3846 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
3848         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
3849         of ptsname_r.
3851         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
3852         like ttyname_r.
3853         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
3854         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
3855         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
3856         of __ptsname_r accordingly.
3857         * login/openpty.c (openpty): Likewise.
3859 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
3861         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
3863 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3865         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
3867         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
3869 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3871         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
3872         return value for better error checking.
3874 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
3876         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
3877         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
3879         * elf/elf.h (EM_SPARC64): Remove.
3880         (EM_SPARC32PLUS, EM_SPARCV9): Add.
3881         (HWCAP_SPARC_V9): Add.
3883         * elf/ldsodefs.h (_dl_hwcap): Declare.
3884         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
3885         Weaken so dlopen from static progies works.
3886         (WEAKADDR): New macro.
3887         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
3888         (LD_SO_PRELOAD): New macro.
3889         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
3890         (elf_machine_rela): Weaken _dl_rtld_map.
3892         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
3893         to __clone, and remove the later's alias.
3894         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
3896         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
3897         the kernel's structure.
3899         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
3900         Sparc needs a custom value of __KERNEL_NCCS.
3902 1998-04-06  Richard Henderson  <rth@cygnus.com>
3904         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
3906         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
3907         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3909 1998-04-06  Richard Henderson  <rth@cygnus.com>
3911         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
3912         as the buffer is not properly aligned.
3913         Reported by Juan Cespedes <cespedes@debian.org>.
3915 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3917         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
3918         instead of AF_FILE.
3920 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
3922         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
3923         and wc*tomb* functions.
3925 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
3927         * sysdeps/unix/start.c: Fix typo.
3929 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
3931         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
3933 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
3935         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
3936         expressions and using array variables.
3937         * sysdeps/libm-ieee754/e_asin.c: Likewise.
3938         * sysdeps/libm-ieee754/e_j0.c: Likewise.
3939         * sysdeps/libm-ieee754/e_j1.c: Likewise.
3940         * sysdeps/libm-ieee754/e_log.c: Likewise.
3941         * sysdeps/libm-ieee754/e_pow.c: Likewise.
3942         * sysdeps/libm-ieee754/k_cos.c: Likewise.
3943         * sysdeps/libm-ieee754/k_sin.c: Likewise.
3944         * sysdeps/libm-ieee754/k_tan.c: Likewise.
3945         * sysdeps/libm-ieee754/s_atan.c: Likewise.
3946         * sysdeps/libm-ieee754/s_erf.c: Likewise.
3947         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
3948         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
3949         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
3951 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
3953         * iconv/gconv.c: Rewrite of the low-level of gconv.
3954         * iconv/gconv.h: Likewise.
3955         * iconv/gconv_builtin.h: Likewise.
3956         * iconv/gconv_close.c: Likewise.
3957         * iconv/gconv_db.: Likewise.
3958         * iconv/gconv_dl.c: Likewise.
3959         * iconv/gconv_int.h: Likewise.
3960         * iconv/gconv_open.c: Likewise.
3961         * iconv/gconv_simple.c: Likewise.
3962         * iconvdata/8bit-gap.c: Adapt for rewrite.
3963         * iconvdata/8bit-generic.c: Likewise.
3964         * iconvdata/euckr.c: Likewise.
3965         * iconvdata/iso646.c: Likewise.
3966         * iconvdata/iso6937.c: Likewise.
3967         * iconvdata/iso8859-1.c: Likewise.
3968         * iconvdata/johab.c: Likewise.
3969         * iconvdata/sjis.c: Likewise.
3970         * iconvdata/t61.c: Likewise.
3971         * iconvdata/uhc.c: Likewise.
3973 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
3975         * iconv/gconv_int.h: New file.  Internal header.
3976         * iconv/Makefile (distribute): Add gconv_int.h.
3977         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
3978         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
3979         * iconv/gconv_close.c: Likewise.
3980         * iconv/gconv_conf.c: Likewise.
3981         * iconv/gconv_db.c: Likewise.
3982         * iconv/gconv_dl.c: Likewise.
3983         * iconv/gconv_int.h: Likewise.
3984         * iconv/gconv_open.c: Likewise.
3985         * iconv/iconv.c: Likewise.
3986         * iconv/iconv_close.c: Likewise.
3987         * iconv/iconv_open.c: Likewise.
3988         * iconv/iconv_prog.c: Likewise.
3990 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
3992         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
3993         missing braces.
3995 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3997         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
3999 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4001         Based on patch from Pat Beirne:
4002         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4003         PIC and non-PIC now.  Correctly negate error number.
4004         (errno): Use `%' not `@' in .type directives.
4006 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4008         * sysdeps/i386/strtok.S: Change to use single exit point.
4009         * sysdeps/i386/i686/strtok.S: Likewise.
4011 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4013         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4014         default.
4016 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4018         * Makerules (installed-libcs): Fix typo.
4020 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4022         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4023         (UHC-routines): Remove ksc5601.
4025 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4027         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4028         introduced in last change.
4030 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
4032         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4033         before 2.1.92.
4035 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4037         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4039         * stdlib/isomac.c: Use -isystem instead of -I for system include
4040         dir.
4042 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
4044         * resolv/res_comp.c (underscorechar): New.
4045         (middlechar): Allow '_'.
4047 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4049         * intl/explodename.c (stdlib.h): Include that file only if
4050         STDC_HEADERS or _LIBC.
4051         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4052         Patch by Philippe De Muyter <phdm@macqel.be>.
4054 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4056         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4057         (AC_PROG_CHECK_VER): New macro.
4058         * configure.in: Use AC_PROG_CHECK_VER to check versions of
4059         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
4061 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
4063         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4064         * sysdeps/i386/i686/strtok.S: New file
4065         * sysdeps/i386/i686/strtok_r.S: New file
4067 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
4069         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4070         type to __off64_t.
4071         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4072         parameter as __off64_t instead of __off_t.
4073         (ftello): Make alias for ftello64 instead of ftello.  Change
4074         return type to __off64_t.
4076 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4078         * sysdeps/i386/bits/string.h: Fix various typos.
4079         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4081         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4083 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4085         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4086         lchown syscall correctly.  [PR libc/541].
4088 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
4090         * localedata/Makefile: Correct testsuite rules.
4092         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4093         * iconvdata/iso646.c: Fix conversion from UCS4.
4095         * elf/ldsodefs.h: Mark internal function with internal_function.
4096         * elf/dl-addr.c: Likewise.
4097         * elf/dl-close.c: Likewise.
4098         * elf/dl-debug.c: Likewise.
4099         * elf/dl-deps.c: Likewise.
4100         * elf/dl-error.c: Likewise.
4101         * elf/dl-fini.c: Likewise.
4102         * elf/dl-init.c: Likewise.
4103         * elf/dl-load.c: Likewise.
4104         * elf/dl-lookup.c: Likewise.
4105         * elf/dl-object.c: Likewise.
4106         * elf/dl-open.c: Likewise.
4107         * elf/dl-profile.c: Likewise.
4108         * elf/dl-reloc.c: Likewise.
4109         * elf/dl-runtime.c: Likewise.
4110         * elf/dl-symbol.c: Likewise.
4111         * elf/dl-version.c: Likewise.
4112         * elf/dlerror.c: Likewise.
4113         * sysdeps/generic/dl-sysdep.c: Likewise.
4114         * sysdeps/i386/dl-machine.h: Likewise.
4115         * intl/finddomain.c: Likewise.
4116         * intl/gettextP.h: Likewise.
4117         * intl/loadmsgcat.c: Likewise.
4119 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
4121         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4122         * iconv/gconv_builtin.h: Add definitions for new builtins.
4123         * iconv/gconv.h: Add prototypes for new builtins.
4125         * iconvdata/Makefile (modules): Add ISO646.
4126         Add rules for ISO646 module.
4127         (distribute): Add iso646.c.
4128         * iconvdata/gconv-modules: Add module and alias definition for
4129         ISO646 charsets.
4130         * iconvdata/iso646.c: New file.
4132 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
4134         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4135         * iconv/iconv_prog.c: Implement --list option to print available
4136         coded character sets.
4138 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4140         Make fread() read large blocks straight to the user buffer.
4142         * libio/fileops.c (_IO_file_xsgetn): New function.
4143         (_IO_file_jumps): Use it.
4144         * libio/libioP.h: Prototype it.
4146 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4148         * iconv/gconv_conf.c (builtin_aliases): New variable.
4149         (__gconv_read_conf): Add builtin aliases.
4150         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
4151         noop macro before including gconv_builtin.h.
4152         * iconv/gconv_builtin.h: Add alias names.
4154         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
4155         number of converted bytes correctly.
4157 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4159         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
4160         we only wait for a replay.
4162 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4164         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
4165         EUC-KR modules.
4167 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
4169         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
4170         use PLTJMP() rather than explicit (PLT).
4172         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
4173         __libc_start_main().
4175         Based on patch from Pat Beirne:
4176         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
4177         Always define, not only #ifndef PIC.
4178         (DO_CALL): Pass fifth argument correctly in R4.
4179         (PSEUDO): Correct test for error, call syscall_error through PLT
4180         if PIC.
4182 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
4184         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
4185         definitions.
4187 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4189         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
4190         JOHAB.so.
4192 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
4194         * io/Makefile (static-only-routines): Add stat64, fstat64 and
4195         lstat64.
4197 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4199         * manual/Makefile: Use object-suffixes-for-libc instead of
4200         object-suffixes.
4201         * rpm/Makefile (install-lib): Likewise.
4203 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4205         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
4207         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
4208         `m68*', not only `m68k'.
4210 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4212         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
4214         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
4215         install lddlibc4.
4217 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4219         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
4220         EUC-KR.
4222         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
4223         comment.
4225 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
4227         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
4228         the init stuff.
4230 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4232         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
4233         adjtimex syscall.
4234         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
4235         adjtimex.
4236         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
4238 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4240         * Makerules (install): Change comment for libc.so following the
4241         libc_nonshared changes.
4243 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4245         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
4247         * iconvdata/gap.pl: Avoid using %#06x.
4249 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4251         * Makerules: Use $? instead of S^ when invoking ar.
4253 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4255         * db2/compat.h: Allow EFTYPE being defined.
4256         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
4257         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
4258         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
4259         * sysdeps/mach/bits/libc-lock.h: Fix typo.
4260         (__libc_once): Correctly unlock semaphore.
4261         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
4262         * sysdeps/unix/bsd/getpt.c: Fix typo.
4263         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
4265 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4267         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
4268         macros.
4270 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
4272         * include/mntent.h: New file.
4274         * elf/Makefile (trusted-dirs.h): Append slash to filename.
4275         * elf/dl-load.c: Rewrite search path handling.
4276         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
4277         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
4278         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
4279         * elf/ldsodefs.h: Add prototype.
4281 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4283         * nss/nsswitch.c (__nss_lookup): Adjust comment.
4285         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
4286         function.
4288         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
4290         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
4291         New function.
4292         (HWCAP_IMPORTANT): New definition.
4294 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
4296         * elf/dl-open.c (_dl_open): Fix a typo.
4297         (_dl_global_scope_alloc): Make it static.
4299 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
4301         * Makerules: Remove duplicate rules to handle stamp.oS.
4303 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4305         * manual/examples/inetsrv.c (main): Change prototype of
4306         make_socket following change in mkisock.c.
4308         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
4309         example host.
4310         (main): Change prototype of init_sockaddr following change in
4311         isockadd.c.
4313         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
4314         * manual/examples/isockad.c (init_sockaddr): Likewise.
4316         * manual/examples/mkfsock.c (make_named_socket): Removed blank
4317         lines for clarification.
4318         (make_named_socket): Use strncpy instead of strcpy.
4319         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4321 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
4323         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
4324         determining libs to remove.
4325         (postclean): Add soversions.mk.
4326         * Makerules (common-mostlyclean): Add tests-static and generated
4327         files.
4329 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
4331         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
4332         scanning for \0.
4333         (__strncat_g): Add i686 specific code.
4335 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4337         * manual/install.texi (Reporting Bugs): Ask to include section
4338         names in reports.
4340 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4342         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
4343         guard against direct inclusion.
4345 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4347         Rework support for libc_nonshared.a:
4348         * Makeconfig (object-suffixes-for-libc): New variable.
4349         * Rules: Remove handling of static-only and shared-only routines.
4350         * Makerules: Handle them here instead.  Use
4351         object-suffixes-for-libc instead of object-suffixes when dealing
4352         with libc objects.
4353         (object-suffixes-for-rules): Remove variable.
4354         (elide-routines.oS): Elide all routines except static-only
4355         routines.
4356         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
4357         empty.
4358         (installed-libcs): Remove special case for .oS.
4359         (rmobjs): Likewise.
4361 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4363         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
4364         do-tst-rpmatch): New targets.
4365         (test): Use them.
4366         (install-locales): Ignore comment lines.
4368 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4370         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
4371         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
4372         ($(objpfx)rtldtbl.h): Likewise.
4373         (CPPFLAGS-dl-load.c): Fix reference to object directory.
4375 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
4377         * manual/string.texi (Finding Tokens in a String): Extend strsep
4378         description and correct example.
4380 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4382         * manual/socket.texi: Remove misguided explicit line breaks and
4383         fix the formatting problem instead by reformulating the
4384         paragraphs.
4385         * manual/filesys.texi: Likewise.
4386         * manual/conf.texi: Likewise.  Don't typeset table with index
4387         fonts, that looks worse than a minimally overfull line.
4389 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4391         * nscd/Makefile (nscd-modules): Move definition outside of
4392         conditional.
4394         * pwd/Makefile: Use have-thread-library to test for thread
4395         library.
4397 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4399         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
4401         * iconvdata/uhc.c (gconv): Remove unused variable idx.
4403 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4405         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
4407 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
4409         * nss/getXXent_r.c: Correctly handle failing setXXent function.
4411         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
4412         Reported by Andreas Jaeger.
4414 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
4416         * elf/Makefile: Fix typo.
4417         (distribute): Add dl-librecon.h.
4418         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
4419         * elf/ldd.sh.in: Likewise.
4420         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
4421         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
4422         Use strsep correctly.
4423         (process_envvars): Allow platform specific variables.
4424         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
4425         (_dl_load_cache_lookup): Test cache IDs found against
4426         _dl_correct_cache_id.
4427         * sysdeps/generic/dl-librecon.h: New file.
4428         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
4430         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
4432 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
4434         * config.make.in (ldd-rewrite-script): New variable.
4435         * configure.in: Substitute ldd-rewrite-script.
4436         * elf/Makefile: Rewrite rules to generate ldd script.
4437         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
4438         * elf/ldd.sh.in: Likewise.
4439         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
4440         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
4441         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
4442         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
4443         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
4445 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4447         * inet/rcmd.c (iruserok): Remain setuid to the local user
4448         while .rhosts is actually read, to make .rhosts-over-NFS work
4449         (PR libc/524).  Use iruserfopen() for security checks on both
4450         hosts.equiv and .rhosts.  General cleanup.
4451         (iruserfopen): New function, performs careful checking on
4452         hosts.equiv/.rhosts files.  Disallows all the old forbidden
4453         stuff plus hard links to files.
4455 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
4457         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
4459         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
4461 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
4463         * sysdeps/i386/i486/bits/string.h: Fix typos.
4465 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
4467         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
4468         strong alias.
4470         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
4472         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
4473         Added.  Used by libm.so on alpha.
4475 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4477         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
4478         defined.
4480 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
4482         * Makerules (object-suffixes-for-rules): Add .oS only for
4483         building shared library.
4484         Add ranlib rule for nonshared library.
4485         (rmobjs): Fix typo.
4487         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
4488         into for shared library only.
4489         (CPPFLAGS-.oS): Add -DPIC.
4490         (libtypes): Use $(object-suffixes-for-rules) instead of
4491         $(object-suffixes).
4493 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
4495         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
4496         and install lddlibc4.
4498 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4500         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
4501         hash.
4502         * iconvdata/gaptab.pl: Likewise.
4504 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
4506         * Rules: Allow Makefiles to specify test-static for tests which
4507         cannot be linked dynamically.
4508         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
4509         tests-static.
4511         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
4513         * misc/error.c: Pretty print.
4515 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4517         * Makerules (libc_nonshared-name): Remove variable.
4518         (installed-libcs): Use libc-name instead.
4519         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
4520         dynamic linker.
4522         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
4523         libc.a.  Remove explicit reference to dynamic linker.
4525 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4527         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
4528         to wchar_t.
4529         * iconv/iconv_prog.c: Correctly test for write failure.
4530         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
4531         * iconvdata/gconv-modules: Likewise.
4532         * iconvdata/euckr.c: New file.
4533         * iconvdata/johab.c: New file.
4534         * iconvdata/ksc5601.c: New file.
4535         * iconvdata/ksc5601.h: New file.
4536         * iconvdata/uhc.c: New file.
4537         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
4539         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
4540         * stdio/fopen.c: Correct handling of 'x' flag.
4541         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
4543 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4545         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
4546         * sunrpc/rpcsvc/key_prot.x: Likewise.
4547         * sunrpc/key_prot.c: Likewise.
4549 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
4551         * sysdeps/i386/bits/string.h: Correct things which never worked.
4552         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
4553         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
4555 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
4557         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
4558         defined.  Reported by Thorsten Kukuk.
4560 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
4562         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
4564 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4566         * manual/install.texi (Supported Configurations): Add
4567         arm-linuxaout and arm-none.
4569 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4571         * version.h (VERSION): Bump to 2.0.93.
4573 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
4575         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
4577         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
4579         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
4580         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
4582 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4584         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
4586 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4588         Put the static-only routines in a separate library.
4589         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
4590         variables.
4591         (all-object-suffixes): Add .oS.
4592         * Makerules (libc_static-name): New variable.
4593         (installed-libcs): Add libc_nonshared.a.
4594         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
4595         (object-suffixes-for-rules): New variable.  Use it instead of
4596         object-suffixes for generating compilation rules.
4597         (rmobjs): Also remove *.oS.
4598         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
4599         ($(objpfx)stamp.oS): New target.
4601 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
4603         * Makefile (FAQ): Automatically check in regenerated FAQ.
4605 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4607         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
4609 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4611         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
4612         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
4614         * sysdeps/generic/stub_warning: Removed.
4616         * Makefile (distribute): Add include/des.h.
4618         * manual/Makefile (distribute): Change dir-add.texi to
4619         dir-add.texinfo.
4621         * glibcbug.in: Create files safely when mktemp is not available.
4623         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
4624         Patch by a sun <asun@saul1.u.washington.edu>.
4626 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4628         * libc.map: Rename getname to getnetname.
4630 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
4632         * manual/maint.texi: Use supported platform in examples.
4634         * manual/install.texi: Document some installation tips.
4636 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
4638         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
4639         Fix a bug so that it returns an error if a numeric parameter is
4640         unset and WRDE_UNDEF is set.
4641         Patch by Andreas Schwab and Tim Waugh.
4642         * posix/wordexp-test.c: Add new new test.
4644 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
4646         * posix/regex.c (regex_compile): Last patch wasn't entirely
4647         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
4649 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4651         * manual/filesys.texi (Scanning Directory Content): Fix typo.
4653 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
4655         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
4656         clobbered registers don't appear as operands.
4658 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4660         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
4661         Solaris' sake.
4663         * posix/regex.c (regex_compile): Don't allow non-alphabet
4664         characters in character set name.
4666 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
4668         * posix/wordexp.c (w_newword): New function.
4669         (do_parse_glob): New function.
4670         (parse_glob): Use do_parse_glob.  Now handles the case where a
4671         variable expansion causes a field-split.
4672         (wordexp): Use w_newword.
4673         (parse_arith): Likewise.
4674         (exec_comm): Likewise.
4675         (parse_comm): Likewise.
4676         (parse_param): Likewise.
4677         (parse_backtick): Likewise.
4679 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
4681         * posix/wordexp-tst.sh: Another test.
4683         * posix/wordexp-test.c: Two new tests.
4685         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
4686         directly (the code using realloc was buggy).
4687         (parse_param): Fix typo in comment.
4689 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4691         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
4693 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4695         * libc.map: Add more rpc auth functions/variables.
4697         * nscd/nscd.c: Add -g option to argp options.
4699 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4701         * configure.in: Be prepared for gcc 2.9.10 and up.
4702         * configure.in: Add missing disabling of quote characters in
4703         compiler version check.  Reported by HJ Lu.
4705 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4707         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
4709 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4711         * intl/locale.alias: Fix spelling of romanian.
4713         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
4714         (distribute): Remove des.h.
4715         * include/des.h: New file.
4716         * sunrpc/des.h: Moved to ...
4717         * sunrpc/rpc/rpc_des.h: ...here.
4719 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
4721         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
4722         Fix paren.
4724 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4726         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
4727         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
4729 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
4731         * elf/ldsodesf.h: New file.
4732         * elf/Makefile (distribute): Add ldsodefs.h.
4733         * elf/link.h: Separate internal information in exter header.
4734         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
4735         * elf/dl-minimal.c: Likewise.
4736         * sysdeps/generic/dl-sysdep.c: Likewise.
4737         * elf/sprof.c: Likewise.
4738         * elf/dlsym.c: Likewise.
4739         * elf/dlvsym.c: Likewise.
4740         * elf/dlerror.c: Likewise.
4741         * elf/dladdr.c: Likewise.
4742         * elf/dlclose.c: Likewise.
4743         * elf/dlopen.c: Likewise.
4744         * elf/dl-addr.c: Likewise.
4745         * elf/dl-close.c: Likewise.
4746         * elf/dl-debug.c: Likewise.
4747         * elf/dl-deps.c: Likewise.
4748         * elf/dl-error.c: Likewise.
4749         * elf/dl-fini.c: Likewise.
4750         * elf/dl-init.c: Likewise.
4751         * elf/dl-load.c: Likewise.
4752         * elf/dl-lookup.c: Likewise.
4753         * elf/dl-object.c: Likewise.
4754         * elf/dl-open.c: Likewise.
4755         * elf/dl-profile.c: Likewise.
4756         * elf/dl-reloc.c: Likewise.
4757         * elf/dl-runtime.c: Likewise.
4758         * elf/dl-support.c: Likewise.
4759         * elf/dl-symbol.c: Likewise.
4760         * elf/dl-version.c: Likewise.
4761         * sysdeps/generic/dl-cache.c: Likewise.
4762         * sysdeps/generic/libc-start.c: Likewise.
4763         * iconv/gconv_dl.c: Likewise.
4764         * nss/nsswitch.c: Likewise.
4766 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
4768         * manual/nss.texi: The database is not called network but networks.
4769         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
4771 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4773         * configure.in: Correct test for compiler version.
4774         Check that LD_LIBRARY_PATH doesn't contain current path.
4776 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
4778         * elf/dl-close.c (_dl_close): Fix byte count while removing
4779         the shared object from the global scope list and optimize
4780         a little bit.
4782 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4784         * manual/filesys.texi (Scanning Directory Content): Add missing
4785         closing brace.
4786         (Scanning Directory Content): Fix text.
4788 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4790         * manual/memory.texi (Heap Consistency Checking): Add paragraph
4791         explaining difference of -lmcheck and MALLOC_CHECK_.
4793 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4795         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
4796         typos in comments.
4798 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4800         * test-skeleton.c (main): Fix test for exit signal.
4802 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4804         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
4806 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4808         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
4809         appropriate.
4811 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4813         * libc.map: Export __strtok_r.
4815 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
4817         * posix/regex.c (re_compile_fastmap): Remove unused variable
4818         num_regs and adjust comment.
4819         Patch by Jim Meyering <meyering@ascend.com>.
4821         * math/math.h (M_*l): Extend long double constants to be usable
4822         for 128 bit floats.  Patch by Richard Henderson.
4824 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4826         * sysdeps/m68k/m68020/wordcopy.S: New file.
4828 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
4830         * posix/wordexp.c: Rewrite parse_param.
4831         Patch by Tim Waugh and Andreas Schwab.
4833 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4835         * Rules: Update timestamps on empty object files.
4837 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
4839         * manual/filesys.texi (Scanning Directory Content): Add description
4840         of 64 bits scandir function and friends.
4842 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4844         * glibcbug.in: Use mktemp to generate unique file name for
4845         temporary files.
4847         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
4848         ptsname_r.  Use cast for execve call.
4850 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
4852         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
4853         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
4854         * io/sys/statvfs.h: New file.
4855         * sysdeps/generic/fstatvfs.h: New file.
4856         * sysdeps/generic/statvfs.h: New file.
4857         * sysdeps/generic/fstatvfs64.h: New file.
4858         * sysdeps/generic/statvfs64.h: New file.
4859         * sysdeps/generic/bits/statvfs.h: New file.
4860         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
4861         * sysdeps/unix/sysv/linux/statvfs.c: New file.
4862         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
4864         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
4865         and f_ffree elements.
4867         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
4868         mount options in enum.
4870 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4872         * configure.in: Check for recent egcs/gcc.
4874 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4876         * libc.map: Add alphasort64, scandir64, versionsort64.
4877         * dirent/Makefile (routines): Add scandir64, alphasort64, and
4878         versionsort64.
4879         * dirent/alphasort64.c: New file.
4880         * dirent/scandir64.c: New file.
4881         * dirent/versionsort64.c: New file.
4882         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
4883         versionsort.
4884         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
4885         old name weak alias.
4886         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
4888         * dirent/alphasort.c: Use strcoll instead of strcmp.
4890         * dirent/scandir.c: Optimize a bit.
4892         * dirent/versionsort.c: Pretty print.
4894 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4896         * string/string.h: Add prototype for __strtok_r.
4898 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4900         * posix/Makefile: Fix typo in last change.
4902 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
4904         * dirent/dirent.h (scandir): Make argument of select function const.
4905         * dirent/scandir.c (scandir): Likewise.
4906         Reported by David.Faure@insa-lyon.fr [PR libc/512].
4908 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
4910         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
4911         weak alias.
4912         * sysdeps/i386/strtok_r.c: Likewise.
4914         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
4915         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
4916         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
4917         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
4918         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
4919         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
4921 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4923         * intl/localealias.c: Remove unneeded define for strdup.
4925 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
4927         * manual/argp.texi: Adjust for better TeX output.
4928         * manual/arith.texi: Likewise.
4929         * manual/conf.texi: Likewise.
4930         * manual/filesys.texi: Likewise.
4931         * manual/header.texi: Likewise.
4932         * manual/lgpl.texinfo: Likewise.
4933         * manual/math.texi: Likewise.
4934         * manual/message.texi: Likewise.
4935         * manual/pattern.texi: Likewise.
4936         * manual/process.texi: Likewise.
4937         * manual/signal.texi: Likewise.
4938         * manual/socket.texi: Likewise.
4939         * manual/startup.texi: Likewise.
4940         * manual/stdio.texi: Likewise.
4941         * manual/terminal.texi: Likewise.
4942         * manual/examples/rprintf.c: Likewise.
4943         * manual/examples/testopt.c: Likewise.
4944         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4946 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
4948         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
4949         parameter name after seeing a digit if it's enclosed in braces.
4951 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4953         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
4955 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4957         * manual/memory.texi (Heap Consistency Checking): Document
4958         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
4960 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4962         * manual/Makefile: Add missing rules.
4964 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
4966         * timezone/Makefile (generated): Define to remove all stamp files.
4968         * sysdeps/generic/strsep.c: Also undefine __strsep.
4970         * string/strdup.c: Undefine __strdup and strdup first.
4971         * string/strndup.c: Likewise.
4973         * string/bits/string2.h: Correct strtok_r and strsep.
4974         Add strndup optimization.
4976         * sysdeps/generic/strsep.c: Little optimization.
4978 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
4980         * string/bits/string2.h: Add optimization for strdup.
4981         Always define __strsep and __strtok_r and make real names available
4982         when feature select macros are defined.
4984 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4986         * manual/install.texi (Installation): Use i486-linux as example
4987         instead of the unsupported sunos4.
4988         (Reporting Bugs): Mention glibcbug script.
4989         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
4991 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4993         * posix/wordexp-tst.sh: Make portable.  Add more tests.
4995         * posix/Makefile (do-globtest do-wordexp-test): New targets.
4997 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
4999         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5000         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5002         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5003         netpacket/packet.h.
5005         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5007 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5009         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5010         in enumerator for strict standard compliance.
5011         * sysdeps/generic/bits/resource.h: Likewise.
5013 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5015         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5016         (PLTJMP): New macro.
5018         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5019         longjmp() when floating point enabled.
5020         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5021         * sysdeps/arm/__longjmp.S: Remove floating point code.
5022         * sysdeps/arm/setjmp.S: Likewise.
5024         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5025         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5027         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5028         memset().
5030         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
5031         prototype.
5033 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
5035         Based on patches from Pat Beirne and Scott Bambrough:
5037         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
5039         * sysdeps/arm/bits/fenv.h: New file.
5041         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
5042         * sysdeps/arm/elf/setjmp.S: Likewise.
5043         * sysdeps/arm/elf/start.S: Likewise.
5044         * sysdeps/arm/init-first.c: Likewise.
5045         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
5046         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
5047         comment about floating point to reflect current reality.
5049         * sysdeps/unix/arm/brk.S: Support PIC.
5050         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
5051         re-entrant code.
5052         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
5053         return; call syscall_error through PLT.
5054         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
5056 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
5058         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
5059         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
5060         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
5062 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5064         * dirent/list.c (test): Return error value.
5065         (main): Exit with error value.
5067         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
5069         * Makefile (distribute): Add test-skeleton.c.
5070         * test-skeleton.c: New file.
5071         * dirent/Makefile (tests): Add opendir-tst1.
5072         * dirent/opendir-tst1.c: New file.
5074 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5076         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
5077         Optimize memory handling.
5078         * sysdeps/unix/closedir.c: Optmize memory handling.
5080 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
5082         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
5083         handling.  Optimize a bit.
5085 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
5087         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
5088         (parse_param): Fold in Andreas' fixes to do with when the end of
5089         the parameter name has been reached, and quoting inside ${...}.
5090         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
5091         $((echo);(ls)).
5093 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5095         * manual/maint.texi: Split out installation and contribution
5096         sections to their own appendices.  Misc cleanups.
5097         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
5098         * manual/contrib.texi: New file.
5099         * manual/libc.texinfo: Pull in new appendices.
5100         * manual/header.texi: Correct node pointer.
5102 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5104         * manual/process.texi (Process Completion): Clarify return value
5105         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
5107 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5109         * posix/wordexp-test.c: Add more tests.
5110         (testit): Fix logic.
5112         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
5113         /dev/null instead of closing it, close pipe.  Always chop off all
5114         trailing newlines.  Kill and reap child before returning error.
5115         (w_addword, parse_glob): Fix memory leak.
5116         (wordexp): Fix dangling pointer problem.
5118 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
5120         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
5122         * posix/wordexp-test.c (main): Fix little thinkos and typos.
5124         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
5125         directory index by only the language.
5127 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5129         * posix/wordexp-tst.sh: Store test results in the
5130         ${common_objpfx}posix directory.
5132         * posix/wordexp-test.c: Remove temporary directory afterwards.
5134 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5136         * libc.map: Export internal versions of cancelable functions.
5138 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5140         * Makerules (MAKEFLAGS): Append `r'.
5142 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5144         * Makeconfig: Define have-thread-library, shared-thread-library
5145         and static-thread-library if a thread library is available.  Don't
5146         define rt.
5147         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
5148         nscd-routines to nscd-modules.  Use shared-thread-library and
5149         static-thread-library in dependencies.
5150         * rt/Makefile: Only compile librt if have-thread-library is
5151         defined.
5152         * Makefile (subdirs): Always include rt subdir.
5154 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5156         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
5158 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
5160         * configure.in: Recognize variations for 32 MIPS processors.
5161         Don't assume ELF systems always have .weak, test for .weakext.
5163 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5165         * configure.in: Irix6 is an ELF platform.
5167 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
5169         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
5170         unmapping the last loaded segment.
5172 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
5174         * configure.in: Set base_os for Irix6.
5175         Correct test for .weakext.
5177 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5179         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
5180         (new_line) to _dl_debug_message call.
5182 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5184         * posix/wordexp.c (parse_param): Perform field-splitting after
5185         expanding positional parameter.
5187         * posix/wordexp-tst.sh: Test that field-splitting is performed
5188         after expanding positional parameter.
5190         * posix/wordexp.c (parse_param): Fixed memory leak in
5191         field-splitting after parameter expansion.
5193 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5195         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
5196         (get_toplvl_escape): Correctly terminate loop at EOF.
5197         Patch by Cristian Gafton <gafton@redhat.com>.
5199 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
5201         * string/tester.c (test_strpbrk): Add more strpbrk tests.
5202         (test_strsep): Likewise.  Correct horrible bugs.
5204         * string/bits/string2.h (strcspn): Optimize also reject string of
5205         length 2 and 3.
5206         (strspn): Likewise.
5207         (strpbrk): Likewise.
5208         (strsep): Likewise.  Correct bug with successive separators and
5209         separators at the end of the string.
5210         * sysdeps/generic/strsep.c: Correct bug with successive separators
5211         and separators at the end of the string.
5213 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5215         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
5216         etc) now handled, as well as $$ (pid).
5218         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
5219         (distribute): Add wordexp-tst.sh.
5221         * posix/wordexp-tst.sh: New file.
5223         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
5224         number of positional parameters.  Renamed substitute_length to
5225         seen_hash.
5226         Don't free(env) is env is NULL.
5228 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
5230         * libc.map: Add pthread_attr_init to GLIBC_2.1.
5232 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
5234         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
5235         for output file replacing gmon.out.
5236         Patch by Dean Gaudet <dgaudet@arctic.org>.
5238 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5240         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
5241         up namespace.  Optimize finding end of line.
5243 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5245         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
5246         securely.  Optimized.
5247         (process_dl_debug): Add ':' to list of separators.  Optimized.
5249 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5251         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5252         isless, islessequal, islessgreater, isunordered): Return zero or
5253         one.
5255 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5257         * posix/wordexp-test.c: More tests.
5258         (main): Set up arena for pathname expansion tests (in a temporary
5259         directory).
5260         (testit): Don't check word count or word vector if return value is
5261         non-zero.
5263         * posix/wordexp.c (exec_comm): Always chop off terminating
5264         linefeed (just like bash does).
5265         (parse_param): Change lots of occurrences of "if (!*env)" to "if
5266         (!env || !*env)".
5267         (parse_param): For assignment inside parameter expansion, use all
5268         expanded words in assignment rather than just the first.
5269         (parse_param): Corrected return value for parameter expansion of
5270         an unset variable when WRDE_UNDEF is in effect.
5271         (parse_dollars): Don't field-split if quoted.
5272         (wordexp): Opening brace character isn't allowed unquoted.
5274 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5276         * elf/dlerror.c: Fix concurrency problems with error string and
5277         number.
5279         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
5280         filter/auxiliary are being loaded.
5282 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
5284         * elf/dlerror.c (last_object_name): Removed.
5285         (dlerror): Don't use last_object_name.
5286         (_dl_error_run): Omit second argument to _dl_catch_error.
5287         * elf/dl-error.c (struct catch): Remove objname member.
5288         (_dl_signal_error): Construct string including objname when given.
5289         (_dl_catch_error): Remove objname handling.
5290         * elf/link.h (_dl_catch_error): Fix prototype and comment.
5291         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
5292         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
5293         * nss/nsswitch.c (nss_dlerror_run): Likewise.
5294         * iconv/gconv_dl.c (dlerror_run): Likewise.
5295         [Corrects PR libc/501].
5297 1998-03-12  Matthias Urlichs <smurf@noris.de>
5299         * nscd/nscd.c: Ignore SIGPIPE.
5301 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5303         * nscd/nscd_getgr_r.c: Use __ protected names.
5304         * nscd/nscd_getpw_r.c: Likewise.
5306 1998-03-12  Matthias Urlichs <smurf@noris.de>
5308         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
5309         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
5310         null bytes are not transmitted.
5312 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5314         * powerpc/syscalls.list: Correct typo.
5315         * alpha/syscalls.list: Likewise.
5316         * mips/syscalls.list: Likewise.
5318 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5320         * socket/sys/socket.h: Add prototype for __socket.
5322 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5324         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
5326         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
5327         constants.
5329         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
5330         definition here.
5331         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
5332         definition here.
5334         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
5335         AF_* and PF_* constants.
5337         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
5339 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
5341         * elf/rtld.c: Update help message.
5342         Install link maps for preloaded objects using main_map as loader.
5344         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
5345         * elf/dl-profile.c: Likewise.
5347         * elf/dlsym.c: Little optimization.
5348         * elf/dlvsym.c: Likewise.
5350 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
5352         * posix/wordexp-test.c: Move test for parameter list at the very
5353         beginning.
5355 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5357         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
5358         WRDE_REUSE flag is set.
5359         (parse_param): Allow `*', `@', and numbers in parameter names.
5360         (parse_dollars): Differentiate between arithmetic expansion and a
5361         command substitution that starts immediately with a sub-shell
5362         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
5363         (parse_param): Memory allocated with __alloca in a block was
5364         referenced outside that block.  Adjusted to use malloc/free.
5365         (parse_param): Adjusted field-splitting algorithm so that there is
5366         not necessarily a field split at the end of a parameter expansion.
5368 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5370         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
5371         don't free words that have already been allocated.
5372         (parse_param): A dollar sign on its own will never have a pattern
5373         associated with it (like "${HOME%%/}" has), so don't try to free it.
5374         (parse_glob): Attempt to glob when an unquoted `[' is found
5375         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
5376         (parse_glob): Sorted out quoting in a glob-able word.
5377         (parse_param): Added $* and $@ handling.
5379 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5381         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
5382         parsing it.
5384 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5386         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
5387         _dl_debug_message.
5389 1998-03-12  Matthias Urlichs  <smurf@noris.de>
5391         * elf/dl-misc.c: Default for debug output should be stderr.
5392         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
5393         * elf/dl-lookup.c: reference_name may be NULL or empty.
5395 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5397         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
5399 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5401         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
5403         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
5405 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5407         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
5408         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
5410 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5412         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
5413         init stuff.
5415 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5417         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
5418         flag.
5420         * misc/syslog.c (vsyslog): Don't try to send if not connected to
5421         syslog daemon.
5422         (closelog_internal): Don't do anything if not connected.
5424 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
5426         * libc.map: Add _dl_debug_message.
5427         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
5428         before every line.
5429         * elf/fini.c: Correctly use new _dl_debug_message function.
5430         * elf/init.c: Likewise.
5431         * elf/dl-lookup.c: Likewise.
5432         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5433         * elf/dl-load.c: Likewise.  Add more debugging prints.
5434         * elf/dl-reloc.c: Likewise.
5435         * elf/dl-version.c: Likewise.
5436         * elf/dl-support.c: Add variables for debugging.
5437         * elf/rtld.c: Likewise.  Recognize new debug options.
5438         * elf/link.h: Declare new variables.
5440         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
5442 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5444         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
5445         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
5447 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
5449         * posix/wordexp-test.c (command_line_test): New function to allow
5450         testing of specific cases from the command-line.
5452 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
5454         * elf/dl-init.c (_dl_init_next): Print nicer messages.
5455         * elf/dl-fini.c (_dl_fini): Likewise.
5456         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
5458         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
5459         symbol in debug message.
5460         (_dl_lookup_versioned_symbol_skip): Likewise.
5462 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
5464         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
5465         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
5466         * manual/filesys/texi: Document this.
5468 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
5470         * manual/filesys.texi: Document the change below.
5472 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5474         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
5475         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
5477 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
5479         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
5480         instead scope.  If debugging display information about symbol
5481         resolving.
5482         (_dl_lookup_symbol): Call do_lookup with correct parameters.
5483         (_dl_lookup_symbol_skip): Likewise.
5484         (_dl_lookup_versioned_symbol): Likewise.
5485         (_dl_lookup_versioned_symbol_skip): Likewise.
5486         * elf/dl-support.c: Define _dl_debug_symbols.
5487         * elf/link.h: Add declaration for _dl_debug_symbols.
5488         * elf/rtld.c: Define _dl_debug_symbols.
5489         (process_dl_debug): Recognize symbols option.
5491 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
5493         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
5494         in correct format.
5495         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
5496         with correct parameters.
5497         [!PIC]: Initialize __libc_multiple_libcs.
5499 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
5501         * elf/dl-support.c (_dl_debug_bindings): Add definition.
5502         * elf/rtld.c (_dl_debug_bindings): Add definition.
5503         (process_dl_debug): Recognize bindings option.  Update help message.
5504         * elf/link.h (struct link_map): Add l_versyms member.
5505         (_dl_debug_bindings): Add declaration.
5506         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
5507         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
5508         and l_reloc_result.
5509         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
5510         (sym_val): Remove a member, add m as link_map.
5511         (do_lookup): Return result appropriately.
5512         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
5513         Call do_lookup correctly.
5514         (_dl_lookup_symbol_skip): Likewise.
5515         (_dl_lookup_versioned_symbol): Likewise.
5516         (_dl_lookup_versioned_symbol_skip): Likewise.
5518 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
5520         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
5521         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
5523         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
5524         * libc.map: Add chown to GLIBC_2.1.
5525         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
5526         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
5528 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5530         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
5531         weak alias.
5532         * sysdeps/alpha/ffs.c: Likewise.
5533         * sysdeps/am29k/ffs.c: Likewise.
5534         * sysdeps/i386/ffs.c: Likewise.
5535         * sysdeps/i960/ffs.c: Likewise.
5536         * sysdeps/m68k/ffs.c: Likewise.
5537         * sysdeps/m88k/ffs.c: Likewise.
5538         * sysdeps/powerpc/ffs.c: Likewise.
5539         * sysdeps/rs6000/ffs.c: Likewise.
5540         * sysdeps/vax/ffs.s: Likewise.
5541         * string/string.h: Declare __ffs.
5542         * libc.map: Export it.
5543         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
5544         __builtin_ffs, which is not guaranteed to be namespace clean.
5546 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5548         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
5549         table, which is much more likely to exist than debugging symbols.
5550         (printsym): Remove const.
5551         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
5552         header table.
5554         * libc.map: Export __profile_frequency, used by elf/sprof, to
5555         avoid infinite recursion during startup.
5557 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5559         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
5560         Readd lost negate.
5562         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
5564 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
5566         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
5568 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5570         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
5571         LD_PRELOAD, and LD_VERBOSE.
5572         (dl_main): Use global variables set by process_envvars instead of
5573         calling getenv.
5574         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
5575         LD_LIBRARY_PATH value, this comes with the parameter.
5576         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
5577         ("LD_LIBRARY_PATH") to _dl_init_paths.
5579 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
5581         * elf/rtld.c (dl_main): Delay initialization of path structure if
5582         the dynamically linker is invoked implicitly until we read the
5583         dynamic section.
5585 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5587         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
5589 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5591         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
5592         Linux 2.0 and 2.1.
5594         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
5596 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
5598         * Makeconfig (nisobjdir): Set to path to nis directory.
5599         (rpath-link): Add nisobjdir.
5600         Patch by Sven Verdoolaege <skimo@kotnet.org>.
5602         * elf/Makefile: Pretty print.
5603         * elf/dl-lookup.c: Include unistd.h.
5604         * elf/dl-runtime.c: Likewise.
5606         * localedata/Makefile (test-srcs): Add tst-rpmatch.
5607         (distribute): Add tst-rpmatch.sh.
5608         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
5610         New tests for rpmatch function by
5611         Jochen Hein <jochen.hein@delphi.central.de>.
5612         * localedata/tst-rpmatch.c: New file.
5613         * localedata/tst-rpmatch.sh: New file.
5615         * localedata/locales/de_DE: Correct yesexpr and noexpr.
5616         * localedata/locales/de_AT: Likewise.
5618         * posix/getopt.c: Update contact address.
5619         * posix/getopt1.c: Pretty print.
5621         * sysdeps/generic/libc-start.c: Do most of the initialization now
5622         here instead of in start.S.
5623         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
5624         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
5626         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
5627         profil_counter to be public.
5629 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
5631         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
5632         (parse_param): Coded parameter length expansion (${#var}).
5633         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
5634         (parse_param): Cleaned up (fixed) error handling.
5636         * posix/wordexp-test.c: IFS now includes non-whitespace character
5637         (comma).  Added more tests.
5639 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
5641         * elf/link.h: Fix typos.
5642         Reported by Andreas Jaeger.
5644         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
5645         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
5647 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5649         * argp/argp-help.c: Remove last bits of using gettext instead of
5650         dgettext.
5652 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
5654         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
5655         __libc_start_main.
5656         * csu/Makefile (routines): Add libc-start.
5657         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
5658         * elf/dl-lookup.c: Likewise.
5659         * elf/dl-version.c: Likewise.
5660         * sysdeps/i386/dl-machine.h: Likewise.
5661         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
5662         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
5663         _dl_sysdep_message macros which use _dl_sysdep_output.
5664         * elf/dl-fini.c: Write out which destructor is called while debugging.
5665         * elf/dl-init.c: Likewise for constructor.
5666         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
5667         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
5668         _dl_sysdep_message.  Add _dl_sysdep_output.
5669         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
5670         this file can be opened.
5671         For LD_DEBUG=libs also set _dl_debug_impcalls.
5672         * sysdeps/generic/dl-cache.c: Include unistd.h.
5673         * sysdeps/generic/libc-start.c: New file.
5674         * sysdeps/unix/sysv/linux/libc-start.c: New file.
5675         * sysdeps/i386/elf/start.S: Don't call main directly, call
5676         __libc_start_main instead.
5678         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
5680 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
5682         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
5684 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
5686         * argp/argp.h (struct argp): Add new field domain.
5687         * argp/argp-help.c: Change all gettext calls to dgettext and use
5688         domain field from appropriate argp in call.
5689         * argp/argp-parse.c: Likewise.
5691 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
5693         * posix/wordexp-test.c: Change testsuite so that it can run even
5694         for ~root != /root.
5696 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5698         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
5700 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5702         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5703         Don't store into global errno if we already store through
5704         __errno_location.
5705         * sysdeps/unix/i386/sysdep.S: Likewise.
5706         * sysdeps/unix/alpha/sysdep.S: Likewise.
5707         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5708         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5709         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
5710         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
5711         PIC).
5713 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5715         * sysdeps/generic/sysdep.h (L): Remove definition.
5716         * sysdeps/i386/sysdep.h (L): Define it here instead.
5718 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5720         * nis/nis_call.c (__do_niscall): Safe and reset errno.
5722         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
5724 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5726         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
5727         declaration style to avoid warnings.
5729 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
5731         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
5732         "LD_DEBUG".
5734 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5736         * posix/Makefile (tests): Add wordexp-test.
5737         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
5738         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
5740 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
5742         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
5743         dependencies.
5745         * elf/link.h (struct r_search_path_elem): Add two new field for
5746         lib path debugging.
5747         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
5748         variable accordingly.
5749         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
5750         is considered next along with information about load paths.
5751         * sysdeps/generic/dl-cache.c: Likewise.
5752         * elf/dl-support.c: Define _dl_debug_libs.
5753         * elf/genrtldtbl.awk: Add initializers for two new field in
5754         struct r_search_path_elem.
5756 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5758         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
5759         * sysdeps/m68k/lshift.S: Likewise.
5760         * sysdeps/m68k/rshift.S: Likewise.
5761         * sysdeps/m68k/sub_n.S: Likewise.
5762         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
5763         * sysdeps/m68k/m68020/mul_1.S: Likewise.
5764         * sysdeps/m68k/m68020/submul_1.S: Likewise.
5766         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
5767         [_LIBC_REENTRANT]: Don't store into global errno.
5769         * sysdeps/m68k/sysdep.h: New file.
5770         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
5771         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
5772         (DO_CALL): Change to expect syscall name as argument.
5773         (PSEUDO): Pass syscall_name to DO_CALL.
5774         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
5775         errno.
5777 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5779         * elf/rtld.c: Speed up processing of environment variables.  Do
5780         only one run on the environment by avoiding to call getenv.
5781         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
5782         function.  Used by patch above.
5784 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5786         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
5787         running nscd.
5788         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
5789         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
5790         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
5792 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
5794         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
5795         module cannot be found.  Reported by Andreas Jaeger.
5797 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5799         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
5800         on platforms which default to unsigned chars.
5801         * nscd/nscd_getpw_r.c: Likewise.
5802         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
5803         defining it.
5805 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5807         * elf/Makefile (install-bin): Change = to += for sprof to install
5808         ldd also.
5810 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
5812         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5814 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
5816         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
5818 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5820         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
5821         that a failure to connect to nscd doesn't change errno.
5823 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5825         * manual/maint.texi (Reporting Bugs): Change
5826         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
5828         * locale/iso-4217.def: Likewise
5830 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
5832         * manual/texinfo.tex: Updated.
5834 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5836         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
5837         value.
5838         * sysdeps/posix/pathconf.c: Likewise.
5839         * posix/getconf.c: Print `undefined' if pathconf returns -1
5840         without setting errno.
5842 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
5844         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
5845         problem.
5846         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
5847         Patches by Elliot Lee <sopwith@cuc.edu>.
5849 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
5851         * elf/link.h (struct link_map): Add new field l_reloc_result.
5852         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
5853         of relocation for the object to be profiled.
5854         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
5855         to NULL.
5856         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
5857         array here.
5858         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
5859         contains a result from a previous run use this instead of computing
5860         the value again.
5861         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
5863 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5865         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
5866         offsets into the GOT.
5867         (RTLD_START): Likewise.
5869 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
5871         * elf/sprof.c: Cleanup a bit.
5873 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
5875         * sysdeps/generic/sysdep.h (L): New. Define.
5877         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
5879         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
5881         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
5882         to have only one exit point for functions.
5883         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5884         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
5885         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
5886         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
5887         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
5889 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5891         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
5892         reset errno so that errno isn't set to ENOSYS in the first call.
5893         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
5894         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
5895         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
5896         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
5898 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
5900         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
5901         * sysdeps/i386/addmul_1.S: Likewise.
5902         * sysdeps/i386/lshift.S: Likewise.
5903         * sysdeps/i386/mul_1.S: Likewise.
5904         * sysdeps/i386/rshift.S: Likewise.
5905         * sysdeps/i386/sub_n.S: Likewise.
5906         * sysdeps/i386/submul_1.S: Likewise.
5907         * sysdeps/i386/i586/add_n.S: Likewise.
5908         * sysdeps/i386/i586/addmul_1.S: Likewise.
5909         * sysdeps/i386/i586/lshift.S: Likewise.
5910         * sysdeps/i386/i586/mul_1.S: Likewise.
5911         * sysdeps/i386/i586/rshift.S: Likewise.
5912         * sysdeps/i386/i586/sub_n.S: Likewise.
5913         * sysdeps/i386/i586/submul_1.S: Likewise.
5915         * sysdeps/i386/sysdep.h: Extend last change.
5917         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
5918         to have only one exit point for functions.
5920 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5922         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
5923         search.
5925 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
5927         * Makerules: Generate libc.so with absolute paths for the used
5928         shared objects.
5930         * config.make.in: Add MAKEINFO definition.
5932 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5934         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
5935         (ENTRY): Use STABS_FUN.
5936         (END): Use STABS_FUN_END.
5937         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
5939         * elf/Makefile: Add rules to build sprof program.
5940         * elf/sprof.c: New file.
5942 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5944         * misc/syslog.c (openlog_internal): Insert missing closing brace.
5946 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5948         * configure.in: Check for working msgfmt version (from GNU gettext
5949         0.10 or later).
5951 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5953         * configure.in: Avoid //s in sysdirs.
5954         Patch by Roland McGrath.
5956         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
5958 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
5960         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
5961         setting _dl_global_scope for RTLD_GLOBAL.
5963 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5965         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
5966         possible lists of object-suffixes are taken care of.
5968 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
5970         * timezone/private.h: Update from tzcode1998c.
5971         * timezone/zic.c: Likewise.
5972         * timezone/antarctica: Updated from tzdata1998c.
5973         * timezone/asia: Likewise.
5974         * timezone/australasia: Likewise.
5975         * timezone/europe: Likewise.
5976         * timezone/southamerica: Likewise.
5978 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
5980         * posix/glob.c (glob_in_dir): Add support for cases insensitive
5981         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
5983 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
5985         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
5986         Changed type of TWO43, TWO52 from float to double.
5987         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
5988         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
5989         Changed type of TWO43 from float to double.
5990         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
5991         Use __isinff.
5993 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
5995         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
5996         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
5997         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
5999 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6001         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6002         kernel_termios.h.
6003         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6004         Clean up random whitespace.
6005         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6006         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6007         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6008         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6010 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6012         * shlib-versions: Match alpha*.
6013         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6014         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6016         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6017         Implement copysign* with and without __ prefix.
6018         Likewise for fabs; use builtin for gcc 2.8.
6019         (floor*): New.
6020         (fdim*): New.
6022         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6023         (R_SPARC*): Match current v9 ABI.
6025         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6027         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6028         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
6029         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
6030         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
6031         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
6032         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
6033         * sysdeps/unix/grantpt.c (argv): Fix consts.
6034         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
6035         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6037 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6039         * misc/syslog.c: Change to allow user the interpretation of the
6040         outcome even with syslog having no return value.
6042 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6044         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
6045         that the number of program headers is >0 (which is wrong for the
6046         loader itself).
6048 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6050         * Makefile (distribute): Add README.libm.
6052 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6054         * time/clocktest.c (main): Correct typo: "--" -> "==".
6056 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
6058         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
6059         inline function.
6060         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
6061         inline functions.
6063         * math/libm.map (__atan2): Added.
6065 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6067         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
6068         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6070         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
6071         bug.
6073 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6075         * manual/arith.texi (Old-style number conversion): Correct
6076         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6078 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6080         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
6081         but does not require it.  Handle missing argv[] values gracefully.
6082         * posix/execl.c: Likewise.
6083         * posix/execle.c: Likewise.
6085 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6087         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
6088         bit.
6089         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
6091 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6093         * libc.map: Add __adjtimex.
6095 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6097         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
6098         Remove memset.
6100 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
6102         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
6103         to 64.
6105         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
6107         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
6108         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
6110         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
6111         for shared library.
6113         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
6115         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
6116         Added adjtimex and old_adjtimex.
6118         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
6119         New.
6120         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
6121         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
6123         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
6124         symbols only for shared library.
6125         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6126         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6127         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6128         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6129         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6130         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6131         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6133         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
6134         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6135         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6136         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6137         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6138         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6139         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6140         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6142         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
6143         rusage pointer.
6145         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
6146         New macros.
6147         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
6148         timex and __adjtimex, respectively.
6150         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
6152         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
6154 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
6156         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
6157         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
6159 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
6161         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
6163 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6165         * Makefile.in: Disable built-in rules.
6167 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6169         * sysdeps/i386/fpu/t_exp.c: Move to ...
6170         * sysdeps/libm-i387/t_exp.c: ... here.
6172 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
6174         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
6175         from __exp2_deltatable.
6177 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
6179         * nis/ypclnt.c (yp_master): Check result of strdup.
6180         Patch by Thorsten Kukuk.
6182 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6184         * nis/ypclnt.c: Give clnt handle after error checking free, change
6185         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
6187 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
6189         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
6190         Patch by Joe Keane <jgk@jgk.org>.
6192         * misc/fstab.h (struct fstab): Change fs_type member to be const.
6193         * misc/fstab.c: Remove casts in fs_type assignments.
6195 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6197         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
6198         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
6199         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6200         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6201         * sysdeps/powerpc/bits/fenv.h: Likewise.
6202         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6203         * sysdeps/generic/bits/fenv.h: Likewise.
6204         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6205         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
6206         * sysdeps/powerpc/test-arith.c (main): Likewise.
6208 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6210         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
6211         the comparison macros.
6213 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
6215         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
6216         (__log2): Fixed return values.
6217         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
6219 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6221         * math/math.h (isunordered): Rename local variables to ensure
6222         correct code.  Reported by HJ Lu.
6224 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
6226         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6227         isless, islessequal, islessgreater, isunordered): Fix syntax for
6228         fucompip instruction.
6229         (isless, islessequal): Fix logic.
6231 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6233         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
6234         (comparisons_test): New tests for comparison macros.
6236 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
6238         * Makeconfig: Filter out frame-pointer effecting options when
6239         compiling profiling or debugging code.
6240         * config.h.in (internal_function): Don't define here if PROF is
6241         defined.
6242         * gmon/gmon.c (__moncontrol): Don't change state if already in error
6243         state.
6244         (__monstartup): If calloc fails set error state and mark array as
6245         not allocated.
6246         (_mcleanup): Don't call write_gmon if in error state.  Don't try
6247         to free array if not  successfully allocated.
6249         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
6250         Include elf.h to get macro definitions.
6251         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
6253 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
6255         * elf/ldd.sh.in: Add compatibility for broken old shells.
6256         * elf/ldd.bash.in: Likewise.
6258 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
6260         * sunrpc/rpc_main.c (open_input): Check pipe return error.
6262         * time/clocktest.c (main): Check signal return error.
6264 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6266         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
6267         "/" and use do-install-program. Reported by Mark M. Kettenis.
6268         (subdir_install):  Likewise.
6270 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6272         * sunrpc/rpc_sample.c: Fix typo.
6274         * nscd/connections.c: Use locale.
6275         * nscd/grpcache.c: Add debug messages, gidtbl should get the
6276           calloc result.
6277         * nscd/nscd.c: Check if init functions fails.
6278         * nscd/nscd_conf.c: Allow disabling of group cache.
6279         * nscd/nscd_getgr_r.c: Fix return code if group not found.
6280         * nscd/pwdcache.c: Fix debug messages.
6282 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6284         * libc.map: Add __monstartup and _mcleanup for profiling support.
6286 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6288         * libc.map: Export __getpagesize, for binary compatibility with
6289         2.0.
6291 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6293         * posix/globtest.sh: Use --library-path instead of
6294         LD_LIBRARY_PATH.
6295         * localedata/sort-test.sh: Likewise.
6296         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
6298 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6300         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
6301         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
6302         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6304         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
6305         kernel_sigaction): Define.
6306         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
6307         kernel_sigaction): Define.
6309 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6311         * math/libm-test.c: Change epsilons for libm-ieee754.
6313 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
6315         * sysdeps/i386/__longjmp.S: Fix race condition.
6316         Reported by Bruno Haible <haible@ilog.fr>.
6318 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
6320         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
6321         * iconvdata/8bit-gap.c: Likewise.
6322         * iconvdata/8bit-generic.c: Likewise.
6323         * iconvdata/iso6937.c: Likewise.
6324         * iconvdata/iso8859-1.c: Likewise.
6325         * iconvdata/sjis.c: Likewise.
6326         * iconvdata/t61.c: Likewise.
6328 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6330         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
6331         feature tests by positive feature tests.
6333 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6335         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
6337 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
6339         * elf/dlvsym.c (dlvsym_doit): More corrections.
6340         Patch by Andreas Jaeger.
6342 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6344         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
6346 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
6348         * libc.map: More reordering for GLIBC_2.1 symbols.
6350 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6352         * libc.map: Move some functions from version GLIBC_2.0 to
6353         GLIBC_2.1, reorder declarations.
6355 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
6357         * resolv/gethnamaddr.c (addrsort): Make this function extern.
6358         Patch by zab@thebrain.grumblesmurf.net.
6360 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6362         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
6363         NIS+ functions with version GLIBC_2.1.
6365 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
6367         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
6368         with 2.0 binaries.  Reported by Thorsten Kukuk.
6370 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6372         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
6374         * elf/dlsym.c (dlsym_doit): Likewise.
6376 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6378         * elf/link.h: Correct typos.
6380         * iconv/iconv_prog.c: Correct typo.
6382 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
6384         * iconv/Makefile: Add rules to build and install iconv program.
6385         * iconv/iconv_prog.c: New file.
6387 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
6389         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
6390         _dl_lookup_symbol_skip call.
6391         * elf/dlvsym.c (dlvsym_doit): Likewise.
6393 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
6395         * libio/iovsscanf.c: Do not include errno.h.
6397 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6399         * elf/dl-load.c (add_name_to_object): Don't translate strings.
6400         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
6401         pulling in the whole error list.
6402         (__dcgettext, dcgettext): Removed.
6403         * libc.map: Export _strerror_internal.
6405 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
6407         * sysdeps/i386/fpu/t_exp.c: New file.
6409 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6411         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
6412         everything with version GLIBC_2.1.
6413         * hesiod/libnss_hesiod.map: Likewise.
6415 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6417         * manual/arith.texi (Old-style number conversion): This node is a
6418         section, not a subsection.
6420 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6422         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
6424 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6426         * elf/rtld.c (dl_main): Make sure that the library search paths
6427         have been initialized before the first call to _dl_map_object.
6429 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6431         * Makerules (common-generated): Add libc_pic.os.
6433 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6435         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
6436         of the executable.
6438 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6440         * sysdeps/m68k/fpu/t_exp.c: New file.
6442 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6444         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
6445         to global errno variable anymore.
6447 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
6449         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
6450         If PRELOADED is nonzero check in case of an SUID application
6451         whether the shared object has the SUID bit set.
6452         Fix some other problems with handling shared objects in system
6453         specific directories.
6454         (_dl_map_object): Also take extra parameter and pass it to open_path.
6455         * elf/link.h (_dl_map_object): Correct prototype and comment.
6456         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
6457         * elf/dl-open.c (_dl_open): Likewise.
6458         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
6460         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
6462 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6464         * math/libm-test.c (modf_test): Add test for 1.5.
6466         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
6467         0 to get always an int.
6469 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6471         * math/libm.map: Move all symbols that are new in glibc 2.1 to
6472         version GLIBC_2.1.
6474 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
6476         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
6477         trying to read another character.
6479 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6481         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
6482         name to lowercase.
6484         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
6485         name to lowercase, add test for big enough buffer.
6487 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6489         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
6490         Make compatible with older kernels.  Patch by Richard Henderson.
6492 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
6494         * elf/dl-load.c (open_path): Use __xstat instead of stat.
6496         * localedata/tst-locale.sh: Comment out first test for now.
6498 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
6500         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
6501         as 1.
6502         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
6503         Likewise.
6505         * libio/iogetline.c (_IO_getline_info): Renamed from
6506         _IO_getline.
6507         (_IO_getline): Just call _IO_getline_info.
6509         * libio/libioP.h (_IO_getline_info): New declaration.
6511         * libc.map (_IO_getline_info, __write): Added.
6513 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6515         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
6516         const char* to shut up gcc.
6518 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
6520         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
6521         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
6523         * math/math.h: Define M_* constants always as `double' and add new
6524         macros M_*l which are of type `long double'.
6525         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
6526         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
6527         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
6528         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
6529         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
6530         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
6531         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
6532         * math/libm-tst.c: Likewise.
6534         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
6535         define as long double unconditionally.
6537 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6539         * manual/arith.texi (Old-style number conversion): Correct some
6540         typos.
6542 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
6544         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
6545         Restore.
6547         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
6549 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6551         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
6552         on $(rtld-ldscript).
6554         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
6555         starting from 0 not only from `from'.
6556         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6558 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
6560         * elf/rtld.c (dl_main): Recognize --library-path parameter and
6561         pass value (or NULL) to _dl_init_paths.
6562         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
6563         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
6564         environment variable.
6565         * elf/link.h: Change prototype for _dl_init_paths.
6566         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
6568         * localedata/Makefile (distribute): Add test files.
6570 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6572         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
6573         test1.def, test2.def, test3.def, test4.def}: Simple input files
6574         for localedef. Contributed by Yung-Ching Hsiao
6575         <yhsiao@cae.wisc.edu>.
6577         * localedata/Makefile (tests): Call tst-locale.sh.
6579         * localedata/tst-locale.sh: New file, regression tests for some
6580         localedef problems.
6582 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6584         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
6586         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
6587         terminated.
6588         * nis/nss_nisplus/nisplus-network.c: Likewise.
6589         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6590         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
6591         * nis/nss_nisplus/nisplus-service.c: Likewise.
6593         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
6594         and support generating thread safe RPC code.
6595         * sunrpc/rpc_main.c: Add changes.
6596         * sunrpc/rpc_clntout.c: Likewise.
6597         * sunrpc/rpc_cout.c: Likewise.
6598         * sunrpc/rpc_hout.c: Likewise.
6599         * sunrpc/rpc_parse.c: Likewise.
6600         * sunrpc/rpc_sample.c: Likewise.
6601         * sunrpc/rpc_scan.c: Likewise.
6602         * sunrpc/rpc_svcout.c: Likewise.
6603         * sunrpc/rpc_util.c: Likewise.
6604         * sunrpc/rpc_util.h: Add new structs and prototypes.
6605         * sunrpc/proto.h: Remove prototypes for static functions.
6607 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6609         * locale/programs/ld-messages.c (messages_finish): Don't skip
6610         error checking when being quiet.
6611         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
6612         (set_class_defaults): Likewise.
6613         * locale/programs/charmap.c (parse_charmap): Likewise.
6614         * locale/programs/ld-collate.c (collate_finish): Likewise.
6615         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
6616         * locale/programs/ld-time.c (time_finish): Likewise.
6617         * locale/programs/locfile.c (write_locale_data): Likewise.
6619         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
6620         unknown characters and empty ranges.
6621         * locale/programs/ld-collate.c (collate_order_elem): When
6622         processing an ellipsis properly form a linked list in the result
6623         table, fix typo when allocating ordering array.
6624         [PR libc/419]
6626 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6628         * elf/Makefile (ld-map): Define.
6629         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
6630         `$(rtld-ldscript)'.
6631         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
6632         on $(ld-map).
6633         (rtld-link): Combine the two versions of this definition.  Fixed
6634         to make it work when no symbol versioning is used.
6636 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
6638         * Makeconfig (build-program-cmd): Use --library-path parameter to
6639         ld.so instead of environment variable.
6641         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
6642         * sunrpc/rpc_main.c: Remove support for -$$ option again.
6644 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6646         * Make-dist: Respect with-cvs setting.
6647         * MakeTAGS (all-pot): Likewise.
6648         * sysdeps/sparc/sparc32/Makefile: Likewise.
6649         * sysdeps/mach/hurd/Makefile: Likewise.
6650         * stdlib/Makefile: Likewise.
6651         * posix/Makefile: Likewise.
6652         * intl/Makefile: Likewise.
6653         * po/Makefile (linguas): Likewise
6655 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6657         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
6659 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6661         * libc.map: Add __strcasecmp.
6663         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
6664         module.
6666         * nss/getXXent_r.c: If no more module is found don't try to call
6667         setXXent functions but leave unsuccessfully.
6669         * malloc/obstack.h: Cleanups.
6671         * sysdeps/wordsize-32/stdint.h: New file.
6672         * sysdeps/wordsize-64/stdint.h: New file.
6673         * sysdeps/generic/stdint.h: New file.
6674         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
6675         * sysdeps/wordsize-64/inttypes.h: Likewise.
6676         * stdlib/Makefile (headers): Add stdint.h.
6678 1998-02-03  Paul Eggert  <eggert@twinsun.com>
6680         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
6682 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6684         * timezone: New directory.
6685         * time/README, time/africa, time/antarctica, time/asia,
6686         time/australasia, time/backward, time/checktab.awk,
6687         time/etcetera, time/europe, time/factory, time/ialloc.c,
6688         time/iso3166.tab, time/leapseconds, time/northamerica,
6689         time/pacificnew, time/private.h, time/scheck.c,
6690         time/solar87, time/solar88, time/solar89, time/southamerica,
6691         time/systemv, time/test-tz.c, time/tzfile.h,
6692         time/tzselect.ksh, time/yearistype, time/zdump.c,
6693         time/zic.c, time/zone.tab: Moved to timezone.
6694         * time/tzfile.c: Include tzfile.h from timezone subdir.
6695         * time/tzset.c: Likewise.
6696         * time/Makefile: Cut out all code relating to timezones...
6697         * timezone/Makefile: ...and paste it in here.
6698         * Makefile (subdirs): Add timezone.
6700 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
6702         * libc.map (_sys_nerr): Added.
6704         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
6705         versioned symbol.
6707 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
6709         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
6710         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
6711         Reported by Craig Metz <cmetz@inner.net>.
6713 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6715         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
6716         instead of strcasecmp.
6717         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
6719         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
6721 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
6723         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
6724         Patch by Dean Gaudet <dgaudet@arctic.org>.
6726 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
6728         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
6730 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6732         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
6733         with no poll syscall, just include the BSD version.
6734         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
6735         kernel without the syscall, include the stub version.
6736         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
6737         * sysdeps/generic/getresuid.c: New file.
6738         * sysdeps/generic/getresgid.c: New file.
6740 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
6742         * stdio-common/vfscanf.c: Correct last change a bit.
6744 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
6746         * elf/Makefile: Don't use --version-script parameter to link ld.so
6747         unconditionally.
6749 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
6751         * math/Makefile: Add t_exp.
6752         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
6753         constants.
6754         * math/test-reduce.c: Remove temporarily, it seems to be broken.
6755         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
6756         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
6757         better accuracy.
6758         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
6759         algorithm for very large/very small arguments.
6760         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
6761         correct algorithm for very large/very small arguments; adjust for
6762         new table.
6763         * sysdeps/libm-ieee754/t_exp.c: New file.
6764         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
6766         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
6767         back, with comment that explains what breaks when you remove it :-(.
6769         * localedata/xfrm-test.c: Avoid integer overflow.
6771         * stdlib/strfmon.c: char is unsigned, sometimes.
6773         * sysdeps/powerpc/Makefile: Remove quad float support.
6774         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
6775         * sysdeps/powerpc/quad_float.h: Likewise.
6776         * sysdeps/powerpc/test-arith.c: Likewise.
6777         * sysdeps/powerpc/test-arithf.c: Likewise.
6779         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
6780         * sysdeps/generic/s_exp2f.c: Likewise.
6782         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
6783         don't try anything if _SOFT_FLOAT.
6785 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6787         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
6788         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
6789         * wctype/wctype.c: Likewise.
6790         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
6791         changed.  They are incompatible with the _ISxxx values from
6792         <ctype.h> on little endian machines.
6793         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
6794         bit number.  This fixes the real bug and restores the integrity of
6795         the ctype locale file.
6796         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
6797         * wctype/wcfuncs_l.c: Likewise.
6798         * wctype/wcextra.c: Likewise.
6799         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
6800         byte swapping.
6802 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6804         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
6805         into .bss segment instead of .common, so that aliases on it work.
6807         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
6808         .size directives, put into .bss segment instead of initializing it
6809         to 4.
6811 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
6813         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
6815         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
6816         functions.
6817         Make names without __ weak aliases.
6818         (__libc_release, __libc_version): Make them static.
6820         * include/gnu/libc-version.h: New file.
6821         * Makefile (headers): Add gnu/libc-version.h.
6823 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
6825         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
6826         and use x for member name.
6827         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
6829         * stdlib/drand48.c: Change according to member name change.
6830         * stdlib/drand48_r.c: Likewise.
6831         * stdlib/lcong48_r.c: Likewise.
6832         * stdlib/lrand48.c: Likewise.
6833         * stdlib/lrand48_r.c: Likewise.
6834         * stdlib/mrand48.c: Likewise.
6835         * stdlib/mrand48_r.c: Likewise.
6836         * stdlib/seed48.c: Likewise.
6837         * stdlib/seed48_r.c: Likewise.
6838         * stdlib/srand48_r.c: Likewise.
6840 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6842         * nss/test-netdb.c: Add some more test cases.
6844 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
6846         * libio/iovsscanf.c: Undo last change modifying errno.
6848 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6850         * stdio-common/vfscanf.c: Never try to read another character
6851         after EOF.  Don't decrement read_in after EOF, it wasn't
6852         incremented in the first place.
6853         (NEXT_WIDE_CHAR): Set First, not first.
6855 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
6857         * db/Makefile ($(inst_libdir)/libndbm.a,
6858         $(inst_libdir)/libndbm.so): New targets.
6859         * db2/Makefile: Likewise.
6861 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
6863         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
6864         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
6866 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6868         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
6869         <streambuf.h>.
6870         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6872 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6874         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
6875         versioned symbols.
6877 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
6879         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
6880         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
6881         Added for libdl.so.
6883 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6885         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
6886         extra syscall.
6888         * grp/Makefile: Fix logic when checking for thread package.
6889         * pwd/Makefile: Likewise.
6891 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
6893         * elf/Makefile (rtld-map): Replaced by libc-map.
6895         * elf/rtld.map: Removed.
6897         * libc.map (__libc_enable_secure, _dl_catch_error,
6898         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
6899         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
6900         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
6901         _dl_object_relocation_scope, _dl_relocate_object,
6902         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
6903         _r_debug): Added for ld.so.
6905 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
6907         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
6908         DO_VERSIONING.
6909         * libio/iofdopen.c: Ditto.
6910         * libio/iofopen.c: Ditto.
6911         * libio/oldfileops.c: Ditto.
6913         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
6914         version GLIBC_2.1.
6916         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
6917         oldsiglist from sysdep_routines and shared-only-routines.
6919         * sysdeps/unix/sysv/linux/errlist.c: New.
6920         * sysdeps/unix/sysv/linux/errlist.h: New.
6921         * sysdeps/unix/sysv/linux/sizes.h: New.
6922         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
6923         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
6925         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
6927         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
6928         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
6929         directive.
6931         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
6933         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
6934         (oldsiglist.c): Removed.
6936         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
6937         (_sys_siglist): Use SYS_SIGLIST instead.
6938         (_sys_nerr): Use SYS_NERR instead.
6940         * sysdeps/gnu/errlist.c: Rebuilt.
6942 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
6944         * elf/Makefile (others-static): New, set to ldconfig.
6945         ($(objpfx)ldconfig): Removed.
6947         * Rules (binaries-all, binaries-static, binaries-shared): New.
6948         Create targets for $(binaries-static) and $(binaries-shared).
6950         * Makeconfig (+link-static, link-libc-static,
6951         link-extra-libs-static): New for static linking.
6953 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6955         * manual/memory.texi (Using the Memory Debugger): Fix typo.
6957         * math/libm-test.c (modf_test): Add one more test for modf.
6959 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
6961         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
6962         Rename from __libc_have_rt_sigs and leave as COMMON data.
6964 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
6966         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
6967         of __finite.
6969 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
6971         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
6973 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
6975         * misc/tst-efgcvt.c: Add yet more tests.
6976         * misc/efgcvt_r.c: And correct for these tests again.
6977         Reported by HJ Lu.
6979         * isomac.c: Move to...
6980         * stdlib/isomac.c: ...here.
6981         * Makefile: Move rules for handling isomac...
6982         * stdlib/Makefile: ...to here.
6984 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
6986         * misc/tst-efgcvt.c: Add more tests.
6987         * misc/efgcvt_r.c: Correct result for above new tests.
6989 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
6991         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
6992         NDIGIT <= 0.
6994 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
6996         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
6997         if the programs weren't built.
6999 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7001         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7002         FE_TONEAREST, soldier on regardless and do the best we can.
7003         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7005 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7007         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7008         _STDIO_H, before including <bits/stdio_lim.h>.
7010         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7012         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7013         exist.
7015         * sysdeps/arm/sys/ucontext.h: New file.
7017 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7019         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7020         that the return value from snprintf() does not count the
7021         terminating NUL as a character.
7023 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7025         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7026         add description for sete[ug]id and general cleanup.
7027         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7029 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7031         * Makefile (parent-clean): Don't remove makefile fragments here.
7032         (postclean): New variable.
7033         (clean): Remove makefile fragments here.
7034         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
7035         (generated): Add isomac and isomanc.out.
7036         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
7037         avoid-generated is set.
7038         (postclean-generated): Add soversion.mk.
7039         ($(common-objpfx)version.mk): Don't include if avoid-generated is
7040         set.
7041         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
7042         avoid-generated is set.
7043         (common-generated): Add libc.so and libc.so$(libc.so-version).
7044         (generated): Add versioned libraries.
7045         (common-mostlyclean): Also remove %.so and %_pic.a.
7046         * csu/Makefile (generated): Add abi-tag.h.
7047         * db2/Makefile (extra-objs): Add getlong.o.
7048         * elf/Makefile (generated): Add ld.so, ldd and
7049         $(rtld-installed-name).
7050         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
7051         * malloc/Makefile (generated): Add mtrace.
7052         * po/Makefile: Don't include version.mk, not needed any more.
7053         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
7054         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
7055         syscall.h -> sys/syscall.h.
7056         (common-generated): Add s-proto.d.
7057         (postclean-generated): Add sysd-syscalls.
7058         * localedata/Makefile (test-output): Add all output files.
7059         (generated): Add test-input and test-output.
7060         (generated-dirs): Add all the dirs.
7062 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7064         * Makefile (test-output, generated, generated-dirs): New
7065         variables.
7067 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7069         * resolv/nss_dns/dns-host.c: Various code cleanups.
7071 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
7073         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
7074         From Philip Blundell <pb@nexus.co.uk>.
7075         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
7077 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7079         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
7080         Suggested by debian/sparc porters.
7082 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7084         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
7085         for ecvt and fcvt.
7087 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
7089         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
7090         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
7092         * signal/signal.h: Always define sigset_t if __need_sigset_t is
7093         defined even if __USE_POSIX is not defined.
7095 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7097         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
7098         to support obsolete tty major numbers correctly.
7100 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
7102         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
7103         directory first and ignore install error.
7105         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
7106         128 from ptyno and fix a typo for the BSD style pty.
7108 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7110         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
7111         syscalls.list's.
7113 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7115         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
7116         getresuid and getresgid.
7118         * sysdeps/unix/sysv/linux/getresuid.c: New file.
7119         * sysdeps/unix/sysv/linux/getresgid.c: New file.
7121         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
7122         s_getres[ug]id.
7124         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
7125         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7126         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7127         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7129 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
7131         * nscd/grpcache.c: Include <stdlib.h>.
7133 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
7135         * stdlib/atoll.c: Fix comments.
7137         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
7138         * sysdeps/posix/ttyname_r.c: Ditto.
7140 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7142         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
7143         __USE_MISC, independent of __USE_UNIX98.
7145 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
7147         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7148         Rename from __libc_have_rt_sigs and leave as COMMON data.
7150 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
7152         * Makeconfig (CFLAGS-.os): Kill -fno-common.
7153         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
7155         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
7156         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
7157         version symbols.
7158         * include/libc-symbols.h (symbol_version, default_symbol_version):
7159         Provide asm versions and correct !DO_VERSIONING versions.
7160         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
7161         the weak symbol list.
7163         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
7164         Rename from __libc_have_rt_sigs and leave as COMMON data.
7165         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7166         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7167         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7169 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7171         * sunrpc/Makefile: Correct dependencies of rpcgen.
7173 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
7175         * nscd/Makefile: Fix test for available linuxthreads add-on.
7176         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7178 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7180         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
7182 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7184         * sysdeps/gnu/Makefile: Respect with-cvs variable.
7186         * manual/errno.texi (Error Messages): Correct description of
7187         strerror_r.  Pointed out by jonas@bagge.se.
7189 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7191         * manual/socket.texi (Host Address Functions): Clarify description
7192         of inet_network.
7194 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7196         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
7197         (grantpt): Delete superfluous cast.
7199 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7201         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
7202         elf/ldso_install instead of elf/subdir_install.
7203         (elf/ldso_install): New target.
7205         * elf/Makefile (ldso_install): New target.
7207 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7209         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
7210         of 1998-01-06.
7212 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7214         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
7215         constant expressions.
7217 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7219         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
7220         for __nss_configure_lookup.
7221         (output_hostent): Remove unused variable.
7223 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7225         * string/tst-inlcall.c: Fix format string.
7227 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7229         * inet/netinet/in.h: Rename second parameter of bindresvport to
7230         avoid buggy gcc warning. [PR libc/412]
7232 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
7234         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
7235         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
7237         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
7238         Follow POSIX and make tv_sec a time_t.
7239         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
7240         new tv64 syscall as well as fall back to tv32.
7241         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7242         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7243         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7244         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7245         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7246         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7247         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7248         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
7250         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
7251         * include/rpcsvc/nis_tags.h: Likewise.
7252         * include/rpcsvc/nislib.h: Likewise.
7254 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
7256         * libc.map: Add _h_errno.
7257         * inet/herrno.c: Make _h_errno weak alias.
7259         * login/Makefile (distribute): Add pty-internal.h.
7261         * nscd/Makefile (distribute): Add all the files missing.
7263         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
7264         are available.
7266         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
7267         and report status at the end.
7269         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
7271         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
7272         variable.
7273         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
7274         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
7275         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
7277 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
7279         * configure.in: Fix --enable-add-ons code.
7281 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7283         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
7284         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
7285         [PR libc/441]
7287         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
7288         occurence in cache.  Reported by Rudolf Leitgeb
7289         <leitgeb@leland.stanford.edu>.
7290         [PR libc/440]
7292 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
7294         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
7295         that it never is EINTR (which is tested for in _IO_vfscanf).
7297         * Makefile.in: Call sub-make with CVSOPTS.
7299         * elf/Makefile (distribute): Add dl-procinfo.h.
7301         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
7303 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
7305         * version.h (VERSION): Bump to 2.0.92.
7307 1998-01-31  Phil Blundell  <philb@gnu.org>
7309         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
7310         alias for __new_sys_siglist.
7312 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
7314         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
7315         getgrgid_r.c if thread package is available.
7316         * pwd/Makefile: Likewise.
7317         * grp/getgrnam_r.c: Remove USE_NSCD definition.
7318         * grp/getgrgid_r.c: Likewise.
7319         * pwd/getpwnam_r.c: Likewise.
7320         * pwd/getpwuid_r.c: Likewise.
7322 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
7324         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
7325         with error to allow user intervention.
7326         * nss/getXXent_r.c: Likewise.
7328 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
7330         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
7331         AT_PLATFORM string.  Pretty print AT_BASE info.
7333         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
7334         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
7335         * sysdeps/generic/dl-procinfo.h: New file.
7336         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
7338 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
7340         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
7342         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
7343         thread and not pthread_detach.
7345         * nscd/nscd.c: Rewrite to use argp instead of getopt.
7347 1998-01-31  Phil Blundell  <philb@gnu.org>
7349         * configure.in: Add --without-cvs option to suppress automatic
7350         checkin of regenerated files.
7351         * config.make.in: Likewise.
7352         * Makefile: Respect with-cvs setting.
7353         * Makerules: Likewise.
7355         * configure.in: Allow the standalone ARM port to be configured.
7357 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7359         * grp/getgrgid_r.c: Define USE_NSCD.
7360         * grp/getgrnam_r.c: Likewise.
7361         * pwd/getpwuid_r.c: Likewise.
7362         * pwd/getpwnam_r.c: Likewise.
7364         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
7366         * nss/getXXbyYY_r.c: Try at first nscd.
7368         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
7369         * nscd/connections.c: New file.
7370         * nscd/dbg_log.c: New file.
7371         * nscd/dbg_log.h: New file.
7372         * nscd/grpcache.c: New file.
7373         * nscd/nscd.c: New file.
7374         * nscd/nscd.h: New file.
7375         * nscd/nscd_conf.c: New file.
7376         * nscd/nscd_stat.c: New file.
7377         * nscd/pwdcache.c: New file.
7379         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
7380         * nscd/nscd_getpw_r.c: Likewise.
7381         * nscd/nscd_proto.h: New, prototypes for client functions.
7383         * nscd/nscd.conf: New, example for a configuration file.
7384         * nscd/nscd.init: New, example for a startup script.
7386         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
7387         avoid deadlocks.
7388         * nscd/getgrnam_r.c: Likewise.
7389         * nscd/getpwnam_r.c: Likewise.
7390         * nscd/getpwuid_r.c: Likewise.
7392 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
7394         * intl/Makefile: Use CVSOPTS in cvs invocation.
7395         * po/Makefile: Likewise.
7396         * posix/Makefile: Likewise.
7397         * stdlib/Makefile: Likewise.
7399 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
7401         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
7402         [PR libc/410]
7403         * misc/Makefile (tests): Add tst-efgcvt.
7404         * misc/tst-efgcvt.c: New file.
7406 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
7408         * posix/regex.c: Add some more cleanups by Akim Demaille.
7410 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
7412         * signal/signal.h: Revert last change.
7413         * string/strsignal.c: Regard signal number NSGI as illegal.
7414         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
7415         members.
7417 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
7419         * Makefile.in: Add comment about CVSOPTS Makefile variable.
7420         * Makerules: Use CVSOPTS in cvs invocation.
7421         * Makefile: Likewise.
7422         * MakeTAGS: Likewise.
7423         * Make-dist: Likewise.
7425 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
7427         * sysdeps/generic/memmem.c: Correct last change.
7429 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
7431         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
7432         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
7434 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7436         * nis/ypclnt.c: Try at first to use the binding file from ypbind
7437         before using RPC.
7439 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7441         * manual/memory.texi (Heap Consistency Checking): mcheck is
7442         declared in <mcheck.h>.
7443         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
7445 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7447         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
7448         beginning of haystack.
7450 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7452         * nss/nss_files/files-service.c: Correct last patch.
7454 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
7456         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
7457         __libc_have_rt_sigs.
7458         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
7459         including <bits/setjmp.h>.
7460         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
7461         Patch from the Debian glibc/SPARC package.
7463 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
7465         * sysdeps/alpha/bzero.S: Fix a typo.
7466         * sysdeps/alpha/htonl.S: Ditto.
7467         * sysdeps/alpha/htons.S: Ditto.
7469 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7471         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
7473 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
7475         * include/cpio.h: Move to ...
7476         * posix/cpio.h: ...here.
7478         * locale/programs/ld-collate.c: Fix typo.
7480         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
7482         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
7484         * login/utmp_file.c (pututline_file): Don't always report success
7485         if similar entry is found.  Patch by Mark M. Kettenis.
7487 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
7489         * manual/Makefile: Don't try to install the info files if makeinfo
7490         is not available.
7492 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
7494         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
7495         kernel's network ioctls, rather than using <linux/sockios.h> to
7496         get them.  This way we are sure of maintaining compatibility if
7497         the kernel interface should change.
7499 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
7501         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
7503 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
7505         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
7506         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
7508 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7510         Implement System V pseudoterminal handling.
7512         * login/Makefile
7513         (routines): Add getpt, grantpt, unlockpt, ptsname.
7514         (libutil-routines): Remove pty. Add openpty, forkpty.
7515         (distribute): New internal header pty-internal.h.
7516         (others): Add the helper program, pt_chown.
7517         (install-others): Install it, in $(libexecdir), mode 4755.
7519         * login/pty-internal.h: New file.
7520         * login/openpty.c: New file.
7521         * login/forkpty.c: New file.
7522         * login/programs/pt_chown.c: New file.
7524         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
7525         * stdlib/stdlib.h: Prototype them.
7527         * config.make.in: Define $(libexecdir).
7528         * Makeconfig: Define $(inst_libexecdir).
7530         * sysdeps/generic/pty.c: Removed.
7531         * sysdeps/unix/sysv/linux/pty.c: Removed.
7533         * sysdeps/generic/getpt.c: Stub out.
7534         * sysdeps/generic/grantpt.c: Likewise.
7535         * sysdeps/generic/ptsname.c: Likewise.
7536         * sysdeps/generic/unlockpt.c: Likewise.
7538         * sysdeps/unix/grantpt.c: New file.
7539         * sysdeps/unix/bsd/getpt.c: New file.
7540         * sysdeps/unix/bsd/unlockpt.c: New file.
7541         * sysdeps/unix/sysv/linux/getpt.c: New file.
7542         * sysdeps/unix/sysv/linux/ptsname.c: New file.
7543         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
7545 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
7547         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
7549 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7551         * nss/Makefile (tests): Add rule for test-netdb.c.
7553         * nss/test-netdb.c: New file.
7555 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
7557         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
7558         really kept as a variable.  Patch by Richard Henderson,
7559         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
7561         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
7562         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
7563         entries as not existing.
7565 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7567         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
7568         zero in alternate form with precision of zero, which must produce
7569         "0".  Add braces to avoid ambiguous `else'.
7571 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7573         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
7574         problem with strncpy.
7575         * nis/nss_compat/compat-pwd.c: Likewise.
7576         * nis/nss_compat/comapt-spwd.c: Likewise.
7578 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7580         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
7581         by uch@nop.or.jp. [PR libc/437]
7583 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7585         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
7587 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7589         * stdio-common/test-popen.c: Include <errno.h>.
7591         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
7592         close.
7594         * inet/getnetgrent_r.c: Include <errno.h>.
7596         * db2/db/db_conv.c: Include <string.h> for memcpy.
7598         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
7599         so that memcpy is declared.
7601         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
7603         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
7605 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7607         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
7608         overflow while reading line with fgets.
7609         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
7611 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
7613         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
7614         unsigned short, not short.
7615         Reported by Andreas Jaeger.
7617 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7619         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
7620         (ccept->accept).
7622         * sysdeps/generic/inttypes.h: Fix spelling.
7624 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7626         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
7628         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
7630 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
7632         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
7633         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
7634         field for hh modifier.
7635         * stdio-common/vfprint.c: Use is_char field and do not depend in
7636         is_short having the value 2.
7637         Bug reported by Andreas Jaeger.
7639 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7641         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
7642         PIC && DO_VERSIONING.
7644 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7646         * Rules: Add rules for $(common-objpfx)dummy$o.
7648 1998-01-26  Richard Henderson  <rth@cygnus.com>
7650         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
7651         unimplemented OSF/1 definitions so that they are not accidentally seen.
7653         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
7654         of the trampoline function into the macro.
7655         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
7656         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
7657         kernel 2.1.82 has this fixed.
7659         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
7660         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
7662 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
7664         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
7665         support sigaction on kernels > 2.1.7x.
7667 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
7669         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
7670         if it is empty.
7672         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
7673         Patch by David Engel <david@sw.ods.com>.
7675         * configure.in: Fix another typo in --enable-add-ons code.
7677 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
7679         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
7681 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7683         * nss/nss_files/files-network.c: Correct order of parameters for
7684         getnetbyaddr.
7686 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
7688         * db2/Makefile (routines): Add os_alloc.
7689         * db2/db.h: Update from db-2.3.16.
7690         * db2/db_185.h: Likewise.
7691         * db2/db_int.h: Likewise.
7692         * db2/btree/bt_close.c: Likewise.
7693         * db2/btree/bt_cursor.c: Likewise.
7694         * db2/btree/bt_delete.c: Likewise.
7695         * db2/btree/bt_open.c: Likewise.
7696         * db2/btree/bt_page.c: Likewise.
7697         * db2/btree/bt_put.c: Likewise.
7698         * db2/btree/bt_rec.c: Likewise.
7699         * db2/btree/bt_recno.c: Likewise.
7700         * db2/btree/btree_auto.c: Likewise.
7701         * db2/common/db_appinit.c: Likewise.
7702         * db2/common/db_apprec.c: Likewise.
7703         * db2/common/db_err.c: Likewise.
7704         * db2/common/db_region.c: Likewise.
7705         * db2/common/db_shash.c: Likewise.
7706         * db2/db/db.c: Likewise.
7707         * db2/db/db_auto.c: Likewise.
7708         * db2/db/db_conv.c: Likewise.
7709         * db2/db/db_dispatch.c: Likewise.
7710         * db2/db/db_dup.c: Likewise.
7711         * db2/db/db_pr.c: Likewise.
7712         * db2/db/db_rec.c: Likewise.
7713         * db2/db185/db185.c: Likewise.
7714         * db2/dbm/dbm.c: Likewise.
7715         * db2/hash/hash.c: Likewise.
7716         * db2/hash/hash_auto.c: Likewise.
7717         * db2/hash/hash_dup.c: Likewise.
7718         * db2/hash/hash_page.c: Likewise.
7719         * db2/hash/hash_rec.c: Likewise.
7720         * db2/include/btree_ext.h: Likewise.
7721         * db2/include/clib_ext.h: Likewise.
7722         * db2/include/common_ext.h: Likewise.
7723         * db2/include/db.h.src: Likewise.
7724         * db2/include/db_185.h.src: Likewise.
7725         * db2/include/db_am.h: Likewise.
7726         * db2/include/db_ext.h: Likewise.
7727         * db2/include/db_int.h.src: Likewise.
7728         * db2/include/hash_ext.h: Likewise.
7729         * db2/include/lock_ext.h: Likewise.
7730         * db2/include/log.h: Likewise.
7731         * db2/include/log_auto.h: Likewise.
7732         * db2/include/log_ext.h: Likewise.
7733         * db2/include/mp.h: Likewise.
7734         * db2/include/mp_ext.h: Likewise.
7735         * db2/include/mutex_ext.h: Likewise.
7736         * db2/include/os_ext.h: Likewise.
7737         * db2/include/os_func.h: Likewise.
7738         * db2/include/txn_ext.h: Likewise.
7739         * db2/lock/lock.c: Likewise.
7740         * db2/lock/lock_util.c: Likewise.
7741         * db2/log/log.c: Likewise.
7742         * db2/log/log.src: Likewise.
7743         * db2/log/log_archive.c: Likewise.
7744         * db2/log/log_auto.c: Likewise.
7745         * db2/log/log_get.c: Likewise.
7746         * db2/log/log_put.c: Likewise.
7747         * db2/log/log_rec.c: Likewise.
7748         * db2/log/log_register.c: Likewise.
7749         * db2/mp/mp_bh.c: Likewise.
7750         * db2/mp/mp_fget.c: Likewise.
7751         * db2/mp/mp_fopen.c: Likewise.
7752         * db2/mp/mp_fput.c: Likewise.
7753         * db2/mp/mp_pr.c: Likewise.
7754         * db2/mp/mp_sync.c: Likewise.
7755         * db2/mutex/mutex.c: Likewise.
7756         * db2/os/os_alloc.c: Likewise.
7757         * db2/os/os_config.c: Likewise.
7758         * db2/os/os_stat.c: Likewise.
7759         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
7760         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
7761         * db2/progs/db_load/db_load.c: Likewise.
7762         * db2/progs/db_printlog/db_printlog.c: Likewise.
7763         * db2/progs/db_recover/db_recover.c: Likewise.
7764         * db2/progs/db_stat/db_stat.c: Likewise.
7765         * db2/txn/txn.c: Likewise.
7767         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
7768         Unmap memory blocks in reverse order of allocation.
7769         Call munmap with load address added to offset.
7770         Bug reported by Miguel de Icaza.
7772         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
7773         up weight array.
7775         * localedata/locales/cs_CZ: Update by Michael Mraka
7776         <michael@informatics.muni.cz>.
7778         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
7779         __USE_BSD.
7781         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
7782         reading line with fgets.
7783         * nis/nss_compat/compat-pwd.c: Likewise.
7784         * nis/nss_compat/compat-spwd.c: Likewise.
7785         * nss/nss_files/files-XXX.c: Likewise.
7786         * nss/nss_files/files-alias.c: Likewise.
7787         * shadow/fgetspent_r.c: Likewise.
7789         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
7791         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
7792         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7793         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7795         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
7796         FP register content in ucontext_t.
7798 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7800         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
7801         calculation.  Patch by Markus Schoder
7802         <Markus.Schoder@dresdner-bank.de>.
7804         * math/libm-test.c (modf_test): Add more tests for modf.
7806         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
7807         munlock according to Unix98.
7809 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7811         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
7812         AF_INET.
7814 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
7816         * sysdeps/posix/ttyname.c: Handle symbolic links.
7817         * sysdeps/posix/ttyname_r.c: Ditto.
7819 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
7821         * db2/makedb.c (process_input): Write terminating \0 for value.
7822         (print_database): Simply print value string, don't use length.
7824 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7826         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
7827         exit of loop.
7829 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7831         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
7832         close all sockets.
7834 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
7836         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
7837         sigset.
7838         * signal/sighold.c: New file.
7839         * signal/sigrelse.c: New file.
7840         * sysdeps/generic/sigignore.c: New file.
7841         * sysdeps/generic/sigset.c: New file.
7842         * sysdeps/posix/sigignore.c: New file.
7843         * sysdeps/posix/sigset.c: New file.
7844         * signal/signal.h: Add prototypes for new functions.
7846         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
7847         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
7848         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
7849         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
7851 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7853         * posix/wordexp.c: Added IFS field-splitting in parameter and
7854         command substitution.  Fixed an IFS-related bug that caused an
7855         infinite loop.
7857 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
7859         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
7860         and swapcontext.
7861         * stdlib/ucontext.h: Correct prototypes.
7862         * sysdeps/generic/getcontext.c: New file.
7863         * sysdeps/generic/setcontext.c: New file.
7864         * sysdeps/generic/makecontext.c: New file.
7865         * sysdeps/generic/swapcontext.c: New file.
7866         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
7868 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
7870         * resource/sys/resource.h: Remove #include of ulimit.h which is
7871         not allowed by SUSv2 and not available on other systems.
7872         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
7874         * streams/Makefile: New file.
7875         * streams/stropts.h: New file.
7876         * sysdeps/generic/bits/stropts.h: New file.
7877         * sysdeps/generic/isastream.c: New file.
7878         * sysdeps/generic/getmsg.c: New file.
7879         * sysdeps/generic/getpmsg.c: New file.
7880         * sysdeps/generic/putmsg.c: New file.
7881         * sysdeps/generic/putpmsg.c: New file.
7882         * sysdeps/generic/fattach.c: New file.
7883         * sysdeps/generic/fdetach.c: New file.
7884         * sysdeps/unix/inet/Subdirs: Add streams.
7885         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
7886         __t_uscalar_t.
7887         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7888         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7889         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
7890         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7892         * sysdeps/mach/_strerror.c: Follow changes of generic version to
7893         handle small buffers correctly.
7895 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
7897         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7898         Remove the 3rd arg and add declaration for _dl_runtime_resolve
7899         and _dl_runtime_profile.
7901 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
7903         * include/cpio.h: New file.  Mainly copied from GNU cpio.
7904         * posix/Makefile (headers): Add cpio.h.
7906 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7908         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
7909         to routines.
7910         * nis/nis_cache.c: New file.
7911         * nis/nis_cache2.h: New file.
7912         * nis/nis_cache2_xdr.c: New file.
7913         * nis/nis_call.c: Changes for cache2_info parameter.
7914         * nis/nis_checkpoint.c: Likewise.
7915         * nis/nis_intern.h: Likewise.
7916         * nis/nis_mkdir.c: Likewise.
7917         * nis/nis_ping.c: Likewise.
7918         * nis/nis_rmdir.c: Likewise.
7919         * nis/nis_server.c: Likewise.
7920         * nis/nis_util.c: Likewise.
7922 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7924         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
7925         return/errnop codes.
7926         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7927         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7928         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7929         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7930         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7931         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7932         * nis/nss_nisplus/nisplus-rpc.c: Likewise
7933         * nis/nss_nisplus/nisplus-service.c: Likewise.
7934         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7936 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7938         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
7939         * nis/nss_nis/nis-ethers.c: Likewise.
7940         * nis/nss_nis/nis-grp.c: Likewise.
7941         * nis/nss_nis/nis-hosts.c: Likewise.
7942         * nis/nss_nis/nis-network.c: Likewise.
7943         * nis/nss_nis/nis-proto.c: Likewise.
7944         * nis/nss_nis/nis-hosts.c: Likewise.
7945         * nis/nss_nis/nis-network.c: Likewise.
7946         * nis/nss_nis/nis-proto.c: Likewise.
7947         * nis/nss_nis/nis-publickey.c: Likewise.
7948         * nis/nss_nis/nis-pwd.c: Likewise.
7949         * nis/nss_nis/nis-rpc.c: Likewise.
7950         * nis/nss_nis/nis-service.c: Likewise.
7951         * nis/nss_nis/nis-spwd.c: Likewise.
7953 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
7955         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
7956         Added to follow latest kernel development.
7958 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
7960         * nss/db-Makefile: Handle empty and comment lines better.
7961         ($(VAR_DB)/services.db): Generate entries with missing protocol
7962         value.
7964 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7966         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
7967           NULL.
7968           (getservbyname): Allow proto == NULL.
7969           Pointed out by David N. Welton <davidw@gate.cks.com>.
7970           [PR libc/430].
7972 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
7974         * nis/nislib/nislib.h: Finally removed.
7976         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
7977         C compiler.  From Kaveh Ghazi.
7978         (TYPE_MINIMUM): Define.
7979         (TYPE_MAXIMUM): Define.
7980         (TIME_T_MIN): Use TYPE_MINIMUM.
7981         (TIME_T_MAX): Use TYPE_MAXIMUM.
7982         Patch by Jim Meyering <meyering@ascend.com>.
7984 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
7986         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
7987         __pread64, __pwrite64, and __getpid.
7989         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
7990         versions.
7992 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7994         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
7995         cancelable socket functions as __libc_xxx with __xxx as weak
7996         alias.
7997         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7998         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8000         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8001         redefined.
8002         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8003         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8004         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8005         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8007         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8008         and __xxx a weak alias.
8009         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8010         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8011         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8012         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8013         * sysdeps/unix/sysv/linux/send.S: Likewise.
8014         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8015         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8017 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8019         * locale/langinfo.h: Add defines.
8021         * dirent/dirent.h: Add defines for DT_*, check also for
8022         _DIRENT_HAVE_D_TYPE.
8023         Suggested by Roland McGrath.
8025 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8027         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8028         Update from Linux 2.1.73+79.
8030         * README.template: Update information about possible
8031         configurations.
8033         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
8034         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8035         [PR libc/417].
8037         * manual/time.texi (Priority): Correct description of
8038         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8039         [PR libc/416].
8041 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
8043         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
8044         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
8046 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
8048         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
8049         Andreas Jaeger.
8051 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
8053         * locale/programs/ld-collate.c: Little optimizations.
8055         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
8057         * string/Makefile (tests): Add tst-inlcall.
8058         * string/tst-inlcall.c: New file.
8060         * string/strsignal.c: Add support for real-time signals.
8062         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
8063         presense of small buffer.
8065         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
8067         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
8068         for i686.
8070         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
8071         _NSIG + 1.
8073 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
8075         * Rules: Add explicit rule for dummy.o; at least one library needs
8076           it and it isn't autogenerated by the default rules.
8078 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8080         * math/libm-test.c: Tweak epsilons.
8082 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8084         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
8085         child.
8086         (feenv_mask_test): Likewise.
8088 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8090         * Makeconfig: Don't export CPPFLAGS.
8092 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8094         * sunrpc/rpc_main.c (parseargs): Use perror to print error
8095         message.
8097 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8099         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
8100         terminating null in key size.
8102 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8104         * nss/nss_files/files-service.c: Fix allocation size to include
8105         length of PROTO.
8107         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
8108         applicable.  Fix return value and error checking.
8109         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
8110         unparsable lines.
8111         (DB_LOOKUP): Allocate space for terminating null byte.
8113         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
8114         uids specially.
8116         * db2/makedb.c (process_input): Continue processing if a duplicate
8117         key is encountered.
8119 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
8121         * time/tzfile.h: Updated from tzcode1998b.
8122         * time/zdump.c: Likewise.
8123         * time/zic.c: Likewise.
8124         * time/africa: Update from tzdata1998b.
8125         * time/antarctica: Likewise.
8126         * time/asia: Likewise.
8127         * time/australasia: Likewise.
8128         * time/etcetera: Likewise.
8129         * time/europe: Likewise.
8130         * time/leapseconds: Likewise.
8131         * time/northamerica: Likewise.
8132         * time/southamerica: Likewise.
8134 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8136         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
8137         lookups ignoring case.
8138         * nss/nss_files/files-network.c: Do network lookups ignoring
8139         case.
8140         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
8141         case.
8142         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
8143         case insensitive comparing.
8144         Patches by Cristian Gafton <gafton@redhat.com>.
8146 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8148         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
8149         by Roland McGrath. [PR libc/395]
8151 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8153         * manual/arith.texi (Parsing of Integers): Correct description of
8154         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
8155         [PR libc/396]
8157 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
8159         * misc/lsearch.c (lsearch): Return a pointer to the new element
8160         if one was "allocated".
8162 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8164         * string/strsignal.c: NSIG is not a valid index into
8165         _sys_siglist.  Don't zap the last character of the "Unknown
8166         signal" message.
8168 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
8170         * locale/programs/charmap.c (parse_charmap): Correct parsing of
8171         ellipsis expressions.
8173         * locale/programs/charset.c (insert_char): Correctly insert value
8174         of eliipsis expression.
8176 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
8178         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
8179         <bits/setjmp.h>.
8180         * sysdeps/powerpc/setjmp.S: Likewise.
8181         Patches by Matt McLean <keys@keys.got.net>.
8183         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
8185         * Makefile: Undo last patch.
8186         (distribute): Add test-installation.pl.
8188         * configure.in: Correct handling of --enable-add-ons without parameter.
8189         Correct address of WWW pages.
8191         * libc.map: Add _nl_domain_bindings.
8193         * db2/mutex/tsl_parisc.s: New file.
8195         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
8196         and extra-module.mk.
8198         * localedata/Makefile (distribute): New.  Add all the files.
8200         * stdlib/Makefile (headers): Add inttypes.h.
8201         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
8202         * sysdeps/generic/inttypes.h: New file.
8203         * sysdeps/generic/strtoimax.c: New file.
8204         * sysdeps/generic/strtoumax.c: New file.
8205         * sysdeps/generic/wcstoimax.c: New file.
8206         * sysdeps/generic/wcstoumax.c: New file.
8207         * sysdeps/wordsize-32/Dist: Removed.
8208         * sysdeps/wordsize-32/Makefile: Removed.
8209         * sysdeps/wordsize-64/Dist: Removed.
8210         * sysdeps/wordsize-64/Makefile: Removed.
8211         * sysdeps/generic/bits/environments.h: New file.
8213         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
8214         header is still not correct.
8216         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
8217         * posix/unistd.h: Likewise.
8218         * sysdeps/generic/sys/mman.h: Likewise.
8219         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
8221         * manual/arith.texi: Change definition of mul macro.
8222         * manual/math.texi: Likewise.
8224         * misc/Makefile (routines): Add mmap64.
8225         * sysdeps/generic/mmap64.c: New file.
8226         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
8227         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
8228         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
8229         aliases to mmap.
8230         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8232         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
8234         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
8236         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
8238         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
8239         FOPEN_MAX also when included by limits.h.
8240         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8242         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
8243         and netrom/netrom.h.
8244         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
8245         oldsiglist to sysdep_routines, not aux.
8246         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
8248         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
8249         and SOL_NETROM definition.
8251         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
8253         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
8254         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
8256 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
8258         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
8260         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
8261         sa_handler with k_sa_handler.
8262         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
8263         strong alias.
8264         Reported by a sun.
8266         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
8267         __libc_have_rt_sigs here.
8268         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
8269         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8270         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
8271         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8273 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
8275         * sysdeps/powerpc/atomicity.h: New file.
8276         * sysdeps/mach/powerpc/machine-lock.h: New file.
8278         * Rules: Use -fpic to build anything that might end up in a users'
8279         shared library.
8281         * sysdeps/powerpc/s_fdim.c: New file.
8282         * sysdeps/powerpc/s_fdimf.c: New file.
8283         * sysdeps/powerpc/s_fmax.S: New file.
8284         * sysdeps/powerpc/s_fmaxf.S: New file.
8285         * sysdeps/powerpc/s_fmin.S: New file.
8286         * sysdeps/powerpc/s_fminf.S: New file.
8287         * sysdeps/powerpc/s_llrint.c: Now is for double.
8288         * sysdeps/powerpc/s_llrintf.c: New file.
8289         * sysdeps/powerpc/s_llround.c: Now is for double.
8290         * sysdeps/powerpc/s_llroundf.c: New file.
8291         * sysdeps/powerpc/s_lrint.c: Now is for double.
8292         * sysdeps/powerpc/s_lrintf.S: New file.
8293         * sysdeps/powerpc/s_lround.c: Now is for double.
8294         * sysdeps/powerpc/s_lroundf.c: New file.
8295         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
8296         lrintf, fdim, fdimf.
8298         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
8299         file directly, use its parent.
8301         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
8302         (for the third time).
8304 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
8306         * posix/sched.h: timespec is in <time.h>.
8308         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
8310 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
8312         * configure.in: Stop with error if --disable-static is used when
8313         the shared lib uses this library.
8315         * gen-FAQ.pl: I've perl installed in /usr/bin.
8317         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
8319         Fix Unix98 conformance problems in the headers.
8320         * catgets/nl_types.h: Define nl_item.
8321         * grp/grp.h: Define gid_t.
8322         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
8323         * include/nl_types.h: New file.
8324         * include/ulimit.h: New file.
8325         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
8326         constants in POSIX mode.
8327         * io/utime.h: Get definition for time_t.
8328         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
8329         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
8330         * libio/stdio.h: Define va_list.  Make snprintf also available is
8331         __USE_UNIX98.  Declare getopt function and variables.
8332         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
8333         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
8334         * math/math.h: Defined M_* constants as double for Unix98 mode.
8335         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
8336         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
8337         * posix/regex.h: Define REG_NOSYS.
8338         * posix/wordexp.h: Define WRDE_NOSYS.
8339         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
8340         500 for Unix98.
8341         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
8342         somewhere else as well.  Define clock_t for Unix98.
8343         * posix/sys/wait.h: Define pid_t.
8344         * pwd/pwd.h: Define gid_t, uid_t.
8345         * resource/Makefile (headers): Add ulimit.h.
8346         * resource/ulimit.h: New file.
8347         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
8348         instead of second argument.
8349         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
8350         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
8351         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
8352         * signal/signal.h: Define pid_t.
8353         * string/string.h: Don't declare BSD string functions in POSIX mode.
8354         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
8355         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
8356         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
8357         and POSIX.
8359         * inet/test_ifindex.c: Change test so that it does not fail for
8360         interface aliases.
8362         * locale/programs/locale.c (show_info): Use correct cast sequence
8363         for 64bit machines.
8365         * malloc/malloc.c: __malloc_initialized now signals three states:
8366         uninitialized, initializing, initialized.  Used in mcheck.
8367         * malloc/mcheck.c (mabort): Add '\n' to messages.
8368         (mcheck): Allow installation when malloc is uninitialized or is
8369         just initializing.
8371         * manual/memory.texi: Explain mtrace output a bit more.
8373         * math/libm-test.c: Add more epsilons.
8375         * misc/regexp.h (compile): Remove __ prefix from parameter names.
8377         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
8378         instead of strcpy for security.
8379         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
8380         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8381         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
8383         * nss/digits_dots.c: Pretty print.
8385         * posix/getconf.c (vars): Add symbols for programming environment
8386         recognition.  Recognize --version.
8388         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
8389         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
8390         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
8392         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
8393         __need_FOPEN_MAX.
8394         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8395         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
8396         __need_FOPEN_MAX.
8398         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
8399         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
8401         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
8402         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8403         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8404         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
8405         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
8406         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
8408         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
8409         SCNu*.
8410         * sysdeps/wordsize-64/inttypes.h: Likewise.
8412         * time/africa: Update from tzdata1997j.
8413         * time/antarctica: Likewise.
8414         * time/asia: Likewise.
8415         * time/australasia: Likewise.
8416         * time/backward: Likewise.
8417         * time/etcetera: Likewise.
8418         * time/europe: Likewise.
8419         * time/factory: Likewise.
8420         * time/northamerica: Likewise.
8421         * time/pacificnew: Likewise.
8422         * time/southamerica: Likewise.
8424         * time/tzfile.h: Update from tzcode1997h.
8425         * time/zic.c: Likewise.
8427         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
8428         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
8429         isw*() functions for Unix98.
8430         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
8431         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
8432         is defined.
8434 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8436         * locale/duplocale.c: Increase usage_count only if less than
8437         MAX_USAGE_COUNT.
8438         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
8439         MAX_USAGE_COUNT.
8440         * locale/setlocale.c: Likewise.
8442 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8444         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
8445         dependency to make it easier to install it selectively.
8447         * Makerules (.SUFFIXES): Don't define any suffixes.
8449 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8451         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
8452         * sysdeps/generic/statfs64.c: Emulate using statfs.
8453         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
8454         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
8455         * sysdpes/generic/ftruncate64.c: New file.
8456         * sysdpes/generic/truncate64.c: New file.
8458         * sysdeps/generic/bits/stat.h: Add LFS support.
8459         * sysdeps/generic/bits/statfs.h: Likewise.
8461         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
8462         [__USE_FILE_OFFSET64]: Make long long constant.
8463         (RLIM64_INFINITY): Likewise.
8465         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
8466         for LFS support.
8467         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
8468         * sysdeps/generic/bits/resource.h: Likewise.
8470         * misc/Makefile (routines): Add truncate64 and ftruncate64.
8472         * include/features.h: Don't prevent LFS support from defining BSD
8473         and SYSV things.
8475         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
8476         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
8477         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
8479         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
8480         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
8481         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8483         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
8484         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
8485         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
8486         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
8487         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
8488         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
8489         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
8490         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
8491         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
8492         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
8493         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
8494         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
8495         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
8496         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
8497         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
8498         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
8499         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
8500         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
8501         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
8502         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
8504         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
8505         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
8506         * sysdeps/unix/sysv/linux/xstat64.c: New file.
8507         * sysdeps/unix/sysv/linux/readdir64.c: New file.
8508         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
8510         * sysdeps/unix/sysv/linux/getdents64.c: New file.
8511         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8512         [$(subdir)=dirent]: Add getdents64.
8513         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
8515         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
8517 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
8519         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
8521         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
8522         * sysdeps/generic/getrlimit64.c: Likewise.
8523         * sysdeps/generic/setrlimit.c: Likewise.
8524         * sysdeps/generic/setrlimit64.c: Likewise.
8526 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
8528         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
8529         using versioning.
8531         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
8533         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
8535 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8537         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
8538         after the codeset name.
8540 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8542         * libc.map: Add get_kernel_syms.
8544 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8546         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
8547         static.
8548         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
8549         Likewise.  Fix condition.
8551 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8553         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
8555 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8557         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
8558         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
8560 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8562         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
8563         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
8564         instead.  Oops.
8566 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8568         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
8570 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8572         * math/libm-test.c (catanh_test): Change epsilon.
8573         Reported by H.J. Lu.
8575 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
8577         * libc.map (__getpid): Added for linuxthreads.
8579 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
8581         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
8582         it if gcc uses static variable in DWARF2 unwind information
8583         for exception support.
8585         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
8587         * elf/soinit.c (__libc_global_ctors, _fini): Handle
8588         HAVE_DWARF2_UNWIND_INFO_STATIC.
8590         * libc.map (__register_frame*, __deregister_frame*): Make them
8591         global.
8593 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8595         * math/libm-test.c: Add more tests for "normal" values.
8597 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8599         * stdio-common/printf_fphex.c: Fix printing of long double number
8600         with a biased exponent of zero.  Fix rounding.
8602 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8604         * sunrpc/rpc_main.c: Accept new flag -$.
8605         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
8607 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8609         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
8610         dynamic linker first, in case the interface has changed.
8612 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8614         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
8615         order.
8617 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8619         * math/tgmath.h: Check for double first, for architectures where
8620         sizeof (long double) == sizeof (double).
8622 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8624         * math/libm-test.c: New tests for "normal" values added for most
8625         functions.
8627 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
8629         * version.h (VERSION): Bump to 2.0.91.
8631         * db2/makedb.c (process_input): Fix typo in message.
8632         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
8634         * elf/dynamic-link.h: Pretty print.
8636         * elf/rtld.c: Allow multiple preloading of a shared object.
8638         * include/limits.h: Prevent multiple inclusion.
8640         * malloc/Makefile (headers): Add mcheck.h.
8641         (distribute): Remove it here.
8642         * malloc/mcheck.h: Pretty print.
8643         * malloc/mtrace.c (mallenv): Make `const'.
8644         * malloc/mtrace.pl: Don't print table head for memory leaks if there
8645         are none.
8646         * manual/memory.texi: Update descriptor of malloc hooks.
8648         * posix/Makefile (routines): Add waitid.
8649         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
8650         on __id_t.
8651         * posix/sys/wait.h: Define idtype_t type.
8652         Add prototype for waitid.
8653         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
8654         * sysdeps/generic/waitid.c: Stub for waitid.
8655         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
8656         the __need_siginfo_t defined.
8657         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
8658         * sysdeps/generic/bits/types.h: Define __id_t.
8659         Correct definition of __FDMASK.
8660         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8661         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8662         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8664         * sysdeps/posix/waitid.c: New file.
8665         Provided by Zack Weinberg.
8667         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
8669         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8670         Add missing parameters.
8672         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
8673         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
8674         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
8675         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
8676         initialized.
8678         * sysdeps/i386/dl-machine.h: Little cleanup.
8680         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
8681         (__finite): Mark function as const.
8682         Add inline code for __ieee754_atan2.
8684         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
8685         (but don't use it now).
8686         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
8687         __atan.
8688         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
8689         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8690         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
8691         real part.
8692         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
8693         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8694         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
8695         __ieee754_atan2 to base 10.
8696         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
8697         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8699         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
8700         old_kernel_sigaction.
8702         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
8704         * wctype/Makefile (routines): Add wctype_l.
8705         * wctype/wctype.h: Add declaration of __wctype_l.
8706         * wctype/wctype_l.c: New file.
8708 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
8710         * locale/C-ctype.c: Correct data for isw* functions.
8711         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
8712         byte order.
8713         * wctype/test_wctype.c: Add test for isw* functions.
8714         * wctype/wctype.c: Return value with expected byte order.
8716 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8718         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
8720 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
8722         * iconvdata/Makefile: Fix a typo.
8724         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
8725         oldsiglist for shared library.
8727         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
8728         sys_sigabbrev): Make them as the default version GLIBC_2.1.
8730         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
8731         sys_siglist, sys_sigabbrev): New file. Make them as the old
8732         version GLIBC_2.0.
8734         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
8735         to GLIBC_2.1.
8737 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8739         * libio/iofgets.c (_IO_fgets): Return an error only if there
8740         is a new error.
8741         * libio/iogets.c (_IO_gets): Ditto.
8743 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
8745         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
8747         * libio/Makefile (routines, shared-only-routines): Add
8748         oldiofdopen.
8750         * libio/fileops.c: Don't use _IO_FILE_complete.
8751         * libio/iofdopen.c: Ditto.
8752         * libio/iofopen.c: Ditto.
8753         * libio/iofopen64.c: Ditto.
8754         * libio/iopopen.c: Ditto.
8755         * libio/iovdprintf.c: Ditto.
8757         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
8759         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
8760         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
8762         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
8763         _IO_old_fdopen, _IO_new_fdopen): New declaration.
8765         * libio/libio.h (_IO_FILE): Add more fields.
8766         (_IO_FILE_complete): Defined and make _IO_FILE be the old
8767         one if _IO_USE_OLD_IO_FILE is defined
8768         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
8769         them _IO_FILE_complete.
8771         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
8772         to adjust vtable.
8773         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
8774         _IO_JUMPS.
8775         (_IO_FILE_complete): Commented out.
8777         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
8778         * libio/oldiofclose.c: Ditto.
8779         * libio/oldiofopen.c: Ditto.
8780         * libio/oldstdfiles.c: Ditto.
8782         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
8783         for the old _IO_FILE.
8785         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
8786         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
8787         and stderr.
8789         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
8790         and remove INAME.
8792         * libio/stdio.c (stdin, stdout, stdin): Don't use
8793         _IO_FILE_complete.
8795         * libio/oldiofdopen.c: New.
8797         * stdio-common/vfprintf.c (buffered_vfprintf): Set
8798         hp->_vtable_offset to 0.
8800 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
8802         * libc.map (_IO_file_open): Added.
8804         * libio/libioP.h (_IO_file_open): Declared.
8806         * libio/fileops.c (_IO_file_open): New.
8807         (_IO_file_fopen): Call _IO_file_open ().
8809         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
8810         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8812 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8814         * signal/signal.h: Fix selection of signal semantics to match
8815         comment.
8817 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8819         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
8820         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
8821         rt_sigreturn.
8822         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
8823         [$(subdir)=signal]: Remove rt_sigreturn.
8824         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
8825         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
8826         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
8828 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8830         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
8831         declarations.
8833 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8835         * iconvdata/extra-module.mk: Expand extra-objs now.
8837 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8839         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
8840         inline functions by feature tests to avoid warning about missing
8841         prototype declarations.
8843 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8845         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
8846         return code for non existent +name entries.
8847         * nis/nss_compat/compat-pwd.c: Likewise.
8848         * nis/nss_compat/compat-spwd.c: Likewise.
8850 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
8852         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
8853         (EIO): Likewise.
8854         (ENOSPC): Likewise.
8855         (EEXIST): Likewise.
8856         (__errno_location): Likewise.
8858         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
8860         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
8862 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8864         * sunrpc/publickey.c: Use new NSS interface.
8866 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
8868         * manual/malloc.texi: Document mtrace/muntrace and the concept.
8870 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8872         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
8873         value, to match spirit of the standard.
8874         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
8875         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
8876         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
8878 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8880         * manual/signal.texi (Signal Stack): Remove spurious @item.
8882 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8884         * rt/aio.h: Remove double semicolon.
8886         * rt/librt.map: Add aio_init.
8888 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
8890         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
8891         * Makefile (subdirs): Replace rt by $(rt).
8893         * shlib-versions: Use version .2 for NSS modules.
8895         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
8896         argument.
8897         * pwd/fgetpwent_r.c: Likewise.
8898         * spwd/fgetspent_r.c: Likewise.
8899         * spwd/sgetspent_r.c: Likewise.
8900         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
8901         Store error number in *ERRNOP.  Little optimization.
8902         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
8903         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
8904         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
8905         (__internal_getnetgrent_r): New argument.
8906         Call __internal_setnetgrent_reuse with new argument.
8907         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
8908         * inet/netgroup.h: Add argument to prototypes.
8909         * nis/nisplus-parser.h: Likewise.
8910         * nis/nss_compat/compat-grp.c: Change everything to store error
8911         code through provided pointer and not use errno.
8912         * nis/nss_compat/compat-pwd.c: Likewise.
8913         * nis/nss_compat/compat-spwd.c: Likewise.
8914         * nis/nss_nis/nis-alias.c: Likewise.
8915         * nis/nss_nis/nis-ethers.c: Likewise.
8916         * nis/nss_nis/nis-grp.c: Likewise.
8917         * nis/nss_nis/nis-hosts.c: Likewise.
8918         * nis/nss_nis/nis-netgrp.c: Likewise.
8919         * nis/nss_nis/nis-network.c: Likewise.
8920         * nis/nss_nis/nis-proto.c: Likewise.
8921         * nis/nss_nis/nis-publickey.c: Likewise.
8922         * nis/nss_nis/nis-pwd.c: Likewise.
8923         * nis/nss_nis/nis-rpc.c: Likewise.
8924         * nis/nss_nis/nis-service.c: Likewise.
8925         * nis/nss_nis/nis-spwd.c: Likewise.
8926         * nis/nss_nisplus/nisplus-alias.c: Likewise.
8927         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8928         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8929         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8930         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
8931         * nis/nss_nisplus/nisplus-network.c: Likewise.
8932         * nis/nss_nisplus/nisplus-parser.c: Likewise.
8933         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8934         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8935         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8936         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8937         * nis/nss_nisplus/nisplus-service.c: Likewise.
8938         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8939         * nss/nss_db/db-XXX.c: Likewise.
8940         * nss/nss_db/db-alias.c: Likewise.
8941         * nss/nss_db/db-netgrp.c: Likewise.
8942         * nss/nss_files/files-XXX.c: Likewise
8943         * nss/nss_files/files-alias.c: Likewise
8944         * nss/nss_files/files-netgrp.c: Likewise
8945         * nss/nss_files/files-parse.c: Likewise
8946         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
8947         parameter of get functions.
8948         * nss/getXXent_r.c: Likewise.
8950         * localedata/tst-fmon.c: Print debug info if test fails.
8952         * rt/Makefile (routines): Add aio_notify.
8953         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
8954         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
8955         * rt/aio_fsync.c: Likewise.
8956         * rt/aio_misc.c: Likewise.
8957         * rt/aio_misc.h: Likewise.
8958         * rt/aio_read.c: Likewise.
8959         * rt/aio_read64.c: Likewise.
8960         * rt/aio_suspend.c: Likewise.
8961         * rt/aio_write.c: Likewise.
8962         * rt/aio_write64.c: Likewise.
8963         * rt/lio_listio.c: Likewise.
8964         * rt/lio_listio64.c: Likewise.
8965         * rt/aio_notify.c: New file.
8967         * sysdeps/generic/bits/sigset.h: Pretty print.
8969         * sysdeps/posix/pwrite.c: Define weak alias only if function is
8970         really defined as __pwrite.
8972         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
8973         instead of pread64.
8974         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8976         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8977         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
8978         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
8979         size in syscall.
8980         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8981         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8982         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
8983         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8984         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
8985         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8986         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
8987         for ACT being NULL.
8988         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
8989         RT signals.
8990         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
8991         __NR_pread is not defined.
8992         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
8993         __NR_pwrite is not defined.
8995 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8997         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
8998         handle for /etc/group back in some more cases.
8999         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9000         handle for /etc/passwd back in some more cases.
9001         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9002         handle for /etc/shadow back in some more cases.
9004 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9006         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9007         beyound its size.
9008         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9009         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9011 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9013         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9014         handling.  Don't use macros, we need functions.  Use inline functions
9015         for optimization.
9016         * sysdeps/wordsize-64/inttypes.h: Likewise.
9017         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9018         and wcstoumax.
9019         * sysdeps/wordsize-64/Makefile: Likewise.
9020         * sysdeps/wordsize-32/Dist: Likewise.
9021         * sysdeps/wordsize-64/Dist: Likewise.
9022         * sysdeps/wordsize-32/strtoimax.c: New file.
9023         * sysdeps/wordsize-32/strtoumax.c: New file.
9024         * sysdeps/wordsize-32/wcstoimax.c: New file.
9025         * sysdeps/wordsize-32/wcstoumax.c: New file.
9026         * sysdeps/wordsize-64/strtoimax.c: New file.
9027         * sysdeps/wordsize-64/strtoumax.c: New file.
9028         * sysdeps/wordsize-64/wcstoimax.c: New file.
9029         * sysdeps/wordsize-64/wcstoumax.c: New file.
9031 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
9033         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
9034         that transparent union works.
9035         * sysdeps/generic/wait4.c (__wait4): Likewise.
9036         * sysdeps/generic/wait.c (__wait): Likewise.
9038         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
9039         size_t.
9041         * sysdeps/generic/syscall.c (syscall): Return value and arg are
9042         long, to match prototype.
9044         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
9045         have mremap() yet.
9047         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
9049         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
9051         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
9053         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
9054         __rlim_t.
9056         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
9058         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
9060         * io/sys/stat.h (S_ISLNK): Always false if we don't have
9061         __S_IFLNK.
9063         * sysdeps/standalone/close.c (_STDIO_H): Define before including
9064         <bits/stdio_lim.h>.
9065         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
9067 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
9069         * posix/sys/wait.h: Don't use transparent unions in C++.
9071 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9073         * time/time.h: Add strfxtime.
9075         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
9076         sysv_signal, strfxtime, pread64, pwrite64.
9078 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
9080         Alpha changes for EGCS:
9081         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
9082         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
9083         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
9084         (_start): Likewise.
9085         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
9087 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
9089         The kernel expects the arguments in a different order.
9090         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
9091         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
9093         * FAQ.in: New file.
9094         * gen-FAQ.pl: New file.
9095         * Makefile (FAQ): Add rule to generate from FAQ.in.
9097         * iconvdata/Makefile: Treat libJIS like the other modules.
9099         * rt/librt.map: New file.
9101         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
9102         inclusion.
9103         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
9104         comment.
9106 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
9108         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
9109         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
9110         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
9111         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
9113 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9115         * string/bits/string2.h: Fix spellings.
9117         * string/string.h: Fix spellings.
9119 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9121         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
9122         declaration to __syscall_rt_sigaction.
9124         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
9125         non-existant <sigcontext.h>.
9127 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9129         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
9130         typo.
9132 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9134         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
9136         * Makeconfig (shared-thread-library): Correct spelling.
9138         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
9139         <asm/pci.h>.
9141 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9143         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
9144         constants from Linux headers. Pointed out by
9145         csmall@scooter.o.i.net. [PR libc/369]
9147 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9149         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
9151 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9153         * configure.in: If --enable-add-ons is given without an
9154         argument, set the addons list to all subdirs with a configure
9155         script.
9157 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
9159         * Makeconfig: Add shared-thread-library variable.
9161         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
9162         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
9163         here.
9164         * sysdeps/m68k/fpu/e_acos.c: Likewise.
9165         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9166         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9167         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9168         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9169         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9170         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9171         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9172         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9173         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9174         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9175         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9176         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9177         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9178         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9179         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9180         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9181         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9182         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9183         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9184         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9185         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9186         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9187         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9188         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9190         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
9191         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
9192         * signal/Makefile (headers): Add bits/siginfo.h.
9193         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
9194         (distribute): Add testrtsig.h.
9195         * signal/allocrtsig.c: New file.
9196         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
9197         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
9198         __libc_current_sigrtmax.
9199         * sysdeps/generic/sigqueue.c: New file.
9200         * sysdeps/generic/sigtimedwait.c: New file.
9201         * sysdeps/generic/sigwaitinfo.c: New file.
9202         * sysdeps/generic/testrtsig.h: New file.
9203         * sysdeps/generic/bits/siginfo.h: New file.
9204         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
9205         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
9206         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
9207         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
9208         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
9209         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
9210         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
9211         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
9212         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
9213         * sysdeps/unix/sysv/linux/sigpending.c: New file.
9214         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
9215         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
9216         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
9217         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
9218         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
9219         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
9220         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
9221         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
9222         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
9223         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
9224         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
9225         and _POSIX_REALTIME_SIGNALS.
9226         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
9227         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
9228         update _NSIG.
9229         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
9230         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
9231         definitions.
9233         * Makefile (subdirs): Add rt.
9234         * shlib-versions: Add entry for librt.
9235         * rt/Makefile: New file.
9236         * rt/aio.h: New file.
9237         * rt/aio_cancel.c: New file.
9238         * rt/aio_error.c: New file.
9239         * rt/aio_fsync.c: New file.
9240         * rt/aio_misc.c: New file.
9241         * rt/aio_misc.h: New file.
9242         * rt/aio_read.c: New file.
9243         * rt/aio_read64.c: New file.
9244         * rt/aio_return.c: New file.
9245         * rt/aio_suspend.c: New file.
9246         * rt/aio_write.c: New file.
9247         * rt/aio_write64.c: New file.
9248         * rt/lio_listio.c: New file.
9249         * rt/lio_listio64.c: New file.
9250         * sysdeps/generic/aio_sigqueue.c: New file.
9251         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
9252         * sysdeps/unix/sysv/linux/Dist: Add new files
9253         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9254         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
9255         rt_sigqueueinfo, rt_sigaction.
9257         * posix/Makefile (headers): Add bits/environments.h.
9258         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
9259         and _CS_LFS_CFLAGS on 64bit platforms.
9260         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
9261         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
9262         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
9263         compilation modules.
9264         * sysdeps/wordsize-32/bits/environments.h: New file.
9265         * sysdeps/wordsize-64/bits/environments.h: New file.
9267         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
9268         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
9269         __libc_pid.
9270         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
9271         0xf00baa.
9273         * string/string.h: Add declaration of __strverscmp.
9274         * string/strverscmp.c: Rename function ot __strverscmp and make old
9275         name weak alias.
9277         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
9278         * sysdeps/generic/enbl-secure.c: Likewise.
9279         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
9281         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
9283         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
9285 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9287         * posix/sys/wait.h: Use __transparent_union__ instead of
9288         transparent_union.  Reported by Roland McGrath.
9290 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9292         * resolv/inet_neta.c (inet_neta): Change type of first parameter
9293         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
9294         [PR libc/366].
9296         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
9298         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
9300 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9302         * grp/initgroups.c: Increase buffer if it is too small.
9304 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9306         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
9307         fields, this is no ISO C.  Reported by Andreas Jaeger.
9309 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9311         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
9313 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
9315         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
9316         _SYS_UTSNAME_H not _UTSNAME_H.
9318 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9320         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
9321         computing s_scale.
9323 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9325         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
9326         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
9327         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
9329         * math/libm-test.c (csqrt_test): Add testcase.
9331 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
9333         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
9334         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
9335         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
9337 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9339         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
9341 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9343         * math/libm-test.c (acos_test): Add more tests.
9344         (asin_test): Likewise.
9345         (atan_test): Likewise.
9346         (exp_test): Likewise.
9347         (sin_test): Likewise.
9348         (sqrt_test): Likewise.
9349         (cpow_test): Likewise.
9350         (csqrt_test): Likewise.
9351         (cexp_test): Correct typo in gcc version test.
9353 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
9355         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
9356         <bits/setjmp.h>.
9357         * sysdeps/arm/setjmp.S: Likewise.
9359         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
9361 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
9363         * stdio/stdio.h: Add prototype for tmpfile64().
9365 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
9367         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
9368         prototype to keep in step with libio version.
9370         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
9372 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
9374         * sysdeps/generic/Makefile: Don't try to use make_siglist if
9375         cross-compiling.
9377 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
9379         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
9380         load GOT ptr before jumping to _exit.
9381         Reported by Xavier Leroy.
9383 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
9385         * Makefile (subdirs): Add iconvdata and localedata.
9387         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
9389         * iconv/gconv_conf.c (read_conf_file): Little optimization.
9391         * iconvdata/8bit-gap.c: New file.
9392         * iconvdata/8bit-generic.c: Renamed from ...
9393         * iconvdata/iso8859-generic.c: ...this.
9394         * iconvdata/configure: Removed.
9395         * iconvdata/Makefile: Add new modules and better rules.
9396         * iconvdata/iso6937.c: Minor bug fixes.
9397         * iconvdata/iso8859-1.c: Likewise.
9398         * iconvdata/t61.c: Likewise.
9399         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
9400         Minor bug fixes.
9401         * iconvdata/iso8859-3.c: Likewise.
9402         * iconvdata/iso8859-4.c: Likewise.
9403         * iconvdata/iso8859-5.c: Likewise.
9404         * iconvdata/iso8859-6.c: Likewise.
9405         * iconvdata/iso8859-7.c: Likewise.
9406         * iconvdata/iso8859-8.c: Likewise.
9407         * iconvdata/iso8859-9.c: Likewise.
9408         * iconvdata/iso8859-10.c: Likewise.
9409         * iconvdata/ebcdic-at-de-a.c: New file.
9410         * iconvdata/ebcdic-at-de.c: New file.
9411         * iconvdata/ebcdic-ca-fr.c: New file.
9412         * iconvdata/hp-roman8.c: New file.
9413         * iconvdata/koi-8.c: New file.
9414         * iconvdata/koi8-r.c: New file.
9415         * iconvdata/koi8-h.c: New file.
9416         * iconvdata/latin-greek-1.c: New file.
9417         * iconvdata/latin-greek-1.h: New file.
9418         * iconvdata/latin-greek.c: New file.
9419         * iconvdata/latin-greek.h: New file.
9420         * iconvdata/jis0201.c: New file.
9421         * iconvdata/jis0201.h: New file.
9422         * iconvdata/jis0208.c: New file.
9423         * iconvdata/jis0208.h: New file.
9424         * iconvdata/jis0212.c: New file.
9425         * iconvdata/jis0212.h: New file.
9426         * iconvdata/sjis.c: New file.
9427         * iconvdata/gap.pl: New file.  Script to generate table header.
9428         * iconvdata/gaptab.pl: New file.
9429         * iconvdata/gconv-modules: Add info about new modules.
9431         * locale/programs/charmap.c: Also examine alias names given in charmap
9432         files.
9434         * localedata/*: Add to here from add-on.  We need the information
9435         to generate tables for iconv.
9437         Update from db-2.3.14.
9438         * db2/Makefile: Updated.
9439         * db2/config.h: Likewise.
9440         * db2/db.h: Likewise.
9441         * db2/db_int.h: Likewise.
9442         * db2/btree/bt_cursor.c: Likewise.
9443         * db2/btree/bt_delete.c: Likewise.
9444         * db2/btree/bt_put.c: Likewise.
9445         * db2/btree/bt_search.c: Likewise.
9446         * db2/btree/bt_split.c: Likewise.
9447         * db2/btree/btree_auto.c: Likewise.
9448         * db2/common/db_appinit.c: Likewise.
9449         * db2/common/db_apprec.c: Likewise.
9450         * db2/common/db_err.c: Likewise.
9451         * db2/common/db_region.c: Likewise.
9452         * db2/db/db_auto.c: Likewise.
9453         * db2/db/db_dispatch.c: Likewise.
9454         * db2/db/db_ret.c: Likewise.
9455         * db2/dbm/dbm.c: Likewise.
9456         * db2/hash/hash_auto.c: Likewise.
9457         * db2/include/btree_ext.h: Likewise.
9458         * db2/include/common_ext.h: Likewise.
9459         * db2/include/db.h.src: Likewise.
9460         * db2/include/db_cxx.h: Likewise.
9461         * db2/include/db_ext.h: Likewise.
9462         * db2/include/db_int.h.src: Likewise.
9463         * db2/include/lock.h: Likewise.
9464         * db2/include/log.h: Likewise.
9465         * db2/include/mp.h: Likewise.
9466         * db2/include/mp_ext.h: Likewise.
9467         * db2/include/os_ext.h: Likewise.
9468         * db2/include/os_func.h: Likewise.
9469         * db2/lock/lock.c: Likewise.
9470         * db2/lock/lock_deadlock.c: Likewise.
9471         * db2/log/log.c: Likewise.
9472         * db2/log/log_archive.c: Likewise.
9473         * db2/log/log_auto.c: Likewise.
9474         * db2/log/log_get.c: Likewise.
9475         * db2/log/log_put.c: Likewise.
9476         * db2/mp/mp_bh.c: Likewise.
9477         * db2/mp/mp_fget.c: Likewise.
9478         * db2/mp/mp_fopen.c: Likewise.
9479         * db2/mp/mp_fput.c: Likewise.
9480         * db2/mp/mp_fset.c: Likewise.
9481         * db2/mp/mp_open.c: Likewise.
9482         * db2/mp/mp_pr.c: Likewise.
9483         * db2/mp/mp_region.c: Likewise.
9484         * db2/mp/mp_sync.c: Likewise.
9485         * db2/mutex/README: Likewise.
9486         * db2/mutex/mutex.c: Likewise.
9487         * db2/os/os_open.c: Likewise.
9488         * db2/os/os_func.c: Removed.
9489         * db2/os/os_config.c: New file.
9490         * db2/os/os_spin.c: New file.
9491         * db2/txn/txn.c: Likewise.
9492         * db2/txn/txn_auto.c: Likewise.
9494 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
9496         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
9497         __typeof for C++ since this fails for class members.
9498         Reported by Neal Becker <neal@ctd.comsat.com>.
9500 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9502         * configure.in: Check for a working makeinfo (3.11 or better).
9503         * config.make.in: Add MAKEINFO to be substituted.
9504         * manual/Makefile: Don't update info if makeinfo is too old.
9506 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
9508         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
9509         * sysdeps/alpha/__longjmp.S: Likewise.
9510         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
9511         not <bits/termios.h>.
9513         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
9514         __llseek and make llseek and lseek64 weak aliases.
9515         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9516         Patches by a sun <asun@zoology.washington.edu>.
9518 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9520         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
9521         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9522         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9523         * misc/sys/syslog.h: Clean up BSD header.
9525 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9527         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
9529         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
9530         for ctan(+-inf,x).
9531         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
9532         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
9534         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
9535         csqrt (-1), ctanh(i*pi/4).
9537 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9539         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
9541 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
9543         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
9545 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9547         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
9549 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
9551         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
9552         and use.  Define GETCWD_RETURN_TYPE instead and use it.
9553         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
9554         of GETCWD_STORYGE_CLASS and put the return type and the
9555         `internal_function' in the right order for gcc 2.7.2.
9557 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9559         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
9560         incompatible with Linux 2.1.x.  Packages using modules
9561         (e.g. modutils) should/do provide their own version.  Suggested by
9562         Richard Henderson.
9564         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
9566         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9567         [$(subdir)=socket]: Remove sys/module.h.
9569 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
9571         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
9572         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
9574         * iconv/gconv_close.c: Correct freeing of descriptor data.
9575         * iconv/gconv_simple.c: Return correct error values for illegal or
9576         incomplete characters.
9578         * Makefile (iconvdata/%): Special goal to simplify iconvdata
9579         development.
9580         * iconvdata/Makefile: New file.
9581         * iconvdata/configure: Likewise.
9582         * iconvdata/extra-module.mk: Likewise.
9583         * iconvdata/gconv-modules: Likewise.
9584         * iconvdata/iso6937.c: Likewise.
9585         * iconvdata/iso8859-1.c: Likewise.
9586         * iconvdata/iso8859-10.c: Likewise.
9587         * iconvdata/iso8859-10.h: Likewise.
9588         * iconvdata/iso8859-2.c: Likewise.
9589         * iconvdata/iso8859-2.h: Likewise.
9590         * iconvdata/iso8859-3.c: Likewise.
9591         * iconvdata/iso8859-3.h: Likewise.
9592         * iconvdata/iso8859-4.c: Likewise.
9593         * iconvdata/iso8859-4.h: Likewise.
9594         * iconvdata/iso8859-5.c: Likewise.
9595         * iconvdata/iso8859-5.h: Likewise.
9596         * iconvdata/iso8859-6.c: Likewise.
9597         * iconvdata/iso8859-6.h: Likewise.
9598         * iconvdata/iso8859-7.c: Likewise.
9599         * iconvdata/iso8859-7.h: Likewise.
9600         * iconvdata/iso8859-8.c: Likewise.
9601         * iconvdata/iso8859-8.h: Likewise.
9602         * iconvdata/iso8859-9.c: Likewise.
9603         * iconvdata/iso8859-9.h: Likewise.
9604         * iconvdata/iso8859-generic.c: Likewise.
9605         * iconvdata/t61.c: Likewise.
9607         * string/Makefile (routines): Add strcasestr.
9608         * string/string.h: Add prototype for strcasestr.
9609         * sysdeps/generic/strcasestr.c: New file.
9610         * wcsmbs/mbrtowc.c: Simplify special case a bit.
9611         * wcsmbs/wcrtomb.c: Likewise.
9612         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
9613         * wcsmbs/wcsnrtombs.c: Likewise.
9614         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
9615         partial character is read.
9616         * wcsmbs/wcsrtombs.c: Likewise.
9617         * wcsmbs/wmemrtombs.c: Likewise.
9618         * wcsmbs/wmemrtowcs.c: Likewise.
9620         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
9621         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
9622         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
9623         * sysdeps/i386/elf/setjmp.S: Likewise.
9624         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
9625         <bits/termios.h>.
9627         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
9628         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
9630         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
9631         * sysvipc/sys/ipc.h: Likewise.
9632         * sysvipc/sys/msg.h: Likewise.
9633         * sysvipc/sys/sem.h: Likewise.
9634         * sysvipc/sys/shm.h: Likewise.
9636         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
9637         used directly.
9638         * sysdeps/alpha/bits/setjmp.h: Likewise.
9639         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9640         * sysdeps/arm/bits/endian.h: Likewise.
9641         * sysdeps/arm/bits/setjmp.h: Likewise.
9642         * sysdeps/generic/bits/byteswap.h: Likewise.
9643         * sysdeps/generic/bits/confname.h: Likewise.
9644         * sysdeps/generic/bits/dirent.h: Likewise.
9645         * sysdeps/generic/bits/dlfcn.h: Likewise.
9646         * sysdeps/generic/bits/endian.h: Likewise.
9647         * sysdeps/generic/bits/fenv.h: Likewise.
9648         * sysdeps/generic/bits/huge_val.h: Likewise.
9649         * sysdeps/generic/bits/in.h: Likewise.
9650         * sysdeps/generic/bits/ioctl-types.h: Likewise.
9651         * sysdeps/generic/bits/ioctls.h: Likewise.
9652         * sysdeps/generic/bits/ipc.h: Likewise.
9653         * sysdeps/generic/bits/msq.h: Likewise.
9654         * sysdeps/generic/bits/poll.h: Likewise.
9655         * sysdeps/generic/bits/resource.h: Likewise.
9656         * sysdeps/generic/bits/sched.h: Likewise.
9657         * sysdeps/generic/bits/sem.h: Likewise.
9658         * sysdeps/generic/bits/setjmp.h: Likewise.
9659         * sysdeps/generic/bits/shm.h: Likewise.
9660         * sysdeps/generic/bits/sigaction.h: Likewise.
9661         * sysdeps/generic/bits/sigcontext.h: Likewise.
9662         * sysdeps/generic/bits/socket.h: Likewise.
9663         * sysdeps/generic/bits/stat.h: Likewise.
9664         * sysdeps/generic/bits/statfs.h: Likewise.
9665         * sysdeps/generic/bits/stdio_lim.h: Likewise.
9666         * sysdeps/generic/bits/termios.h: Likewise.
9667         * sysdeps/generic/bits/time.h: Likewise.
9668         * sysdeps/generic/bits/uio.h: Likewise.
9669         * sysdeps/generic/bits/utmp.h: Likewise.
9670         * sysdeps/generic/bits/utmpx.h: Likewise.
9671         * sysdeps/generic/bits/utsname.h: Likewise.
9672         * sysdeps/generic/bits/waitflags.h: Likewise.
9673         * sysdeps/generic/bits/waitstatus.h: Likewise.
9674         * sysdeps/gnu/bits/utmp.h: Likewise.
9675         * sysdeps/gnu/bits/utmpx.h: Likewise.
9676         * sysdeps/i386/bits/byteswap.h: Likewise.
9677         * sysdeps/i386/bits/endian.h: Likewise.
9678         * sysdeps/i386/bits/huge_val.h: Likewise.
9679         * sysdeps/i386/bits/setjmp.h: Likewise.
9680         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9681         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9682         * sysdeps/m68k/bits/byteswap.h: Likewise.
9683         * sysdeps/m68k/bits/endian.h: Likewise.
9684         * sysdeps/m68k/bits/setjmp.h: Likewise.
9685         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
9686         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9687         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
9688         * sysdeps/mach/hurd/bits/stat.h: Likewise.
9689         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9690         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
9691         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9692         * sysdeps/mips/bits/dlfcn.h: Likewise.
9693         * sysdeps/mips/bits/endian.h: Likewise.
9694         * sysdeps/mips/bits/setjmp.h: Likewise.
9695         * sysdeps/mips/dec/bits/endian.h: Likewise.
9696         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
9697         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
9698         * sysdeps/mips/p40/bits/endian.h: Likewise.
9699         * sysdeps/powerpc/bits/endian.h: Likewise.
9700         * sysdeps/powerpc/bits/fenv.h: Likewise.
9701         * sysdeps/powerpc/bits/setjmp.h: Likewise.
9702         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
9703         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
9704         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
9705         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
9706         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
9707         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
9708         * sysdeps/unix/bsd/bits/stat.h: Likewise.
9709         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
9710         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
9711         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
9712         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
9713         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
9714         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
9715         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
9716         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
9717         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
9718         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
9719         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
9720         * sysdeps/unix/common/bits/dirent.h: Likewise.
9721         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
9722         * sysdeps/unix/sysv/bits/stat.h: Likewise.
9723         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
9724         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
9725         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
9726         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
9727         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
9728         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
9729         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9730         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
9731         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9732         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
9733         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
9734         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
9735         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
9736         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
9737         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
9738         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
9739         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
9740         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
9741         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9742         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9743         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
9744         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9745         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
9746         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
9747         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9748         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9749         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
9750         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
9751         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
9752         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9753         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
9754         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
9755         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9756         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
9757         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
9758         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
9759         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
9760         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
9761         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
9762         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
9763         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
9764         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
9765         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9766         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9767         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
9768         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
9769         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
9770         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
9771         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9772         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
9773         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
9774         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
9775         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9776         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
9777         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
9778         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
9779         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
9780         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
9781         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
9782         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
9783         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
9784         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
9785         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
9786         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
9787         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
9788         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
9789         * sysdeps/vax/bits/huge_val.h: Likewise.
9790         * sysdeps/vax/bits/setjmp.h: Likewise.
9791         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
9792         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
9794 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9796         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
9798 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
9800         * strftime.c (strftime):
9801         No longer any need to undef or declare if emacs is defined.
9802         (my_strftime): When checking a -1 returned by mktime, don't blow up
9803         if localtime_r returns NULL.
9805 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9807         * README.template: Fix spelling.
9809 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9811         * configure.in: Enhance --enable-add-ons description a wee bit.
9813 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9815         * glibcbug.in: Add more information of build environment and flags.
9817 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9819         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
9820         it into ENOENT.
9822 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
9824         * elf/dl-support.c: Call __libc_init_secure to make sure
9825         __libc_enable_secure is defined early.
9826         * sysdeps/generic/enbl-secure.c: Change function name to
9827         __libc_init_secure and make it global instead of a constructor.
9829         * iconv/gconv.c: Fix lots of bugs.
9830         * iconv/gconv.h: Likewise.
9831         * iconv/gconv_builtin.h: Likewise.
9832         * iconv/gconv_close.c: Likewise.
9833         * iconv/gconv_conf.c: Likewise.
9834         * iconv/gconv_db.c: Likewise.
9835         * iconv/gconv_dl.c: Likewise.
9836         * iconv/gconv_open.c: Likewise.
9837         * iconv/gconv_simple.c: Likewise.
9838         * iconv/iconv.c: Likewise.
9839         * iconv/iconv_close.c: Likewise.
9840         * iconv/iconv_open.c: Likewise.
9842         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
9843         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
9844         * wcsmbs/wmemrtombs.c: New file.
9845         * wcsmbs/wmemrtowcs.c: New file.
9847 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
9849         * iconv/gconv_simple.c: Fix lots of bugs.
9850         * iconv/iconv_open.c: Normalize names before passing them to
9851         __gconv_open.
9853         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
9855         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
9856         * stdio-common/test-popen.c: Add test for above change.
9858         * math/libm-test.c: Print test results also using %a format,
9859         specified in PRINTF_XEXPR macro.
9860         * math/test-double.c: Define PRINTF_XEXPR.
9861         * math/test-float.c: Likewise.
9862         * math/test-ldouble.c: Likewise.
9863         * math/test-idouble.c: Likewise.
9864         * math/test-ifloat.c: Likewise.
9865         * math/test-ildoubl.c: Likewise.
9867         * stdio-common/vfscanf.c: Recognize a in format specifier only as
9868         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
9869         FP number format.
9871         * stdlib/strtod.c: Little code cleanup.
9873         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
9874         compiling in math subdir.
9876         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
9877         instead of __LIBC_M81_MATH_INLINES.
9878         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9879         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9880         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9881         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9882         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9883         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9884         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9885         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9886         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9887         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9888         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9889         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9890         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9891         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9892         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9893         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9894         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9895         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9896         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9897         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9898         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9899         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9900         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9901         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9902         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
9903         __LIBC_INTERNAL_MATH_INLINES is defined.
9905         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
9906         of compare macros from ISO C 9X.  Optimize generic versions a bit.
9907         Define __signbit inline functions and __ieee754_sqrt which can be
9908         used if the ompiler is fixed.
9910         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
9912 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9914         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
9915         sysdeps/generic in the whole dep file, not only in the first line.
9917 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9919         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
9921 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9923         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
9924         place.
9926 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9928         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
9929         is non-empty.
9931 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
9933         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
9934         return value.
9936 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
9938         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
9939         readlink succeeds but the return value is too long.
9941         * stdio-common/printf_fphex.c: Determine sign of number correctly.
9943 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
9945         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
9946         __remqu for Alpha.
9948 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
9950         * sysdeps/generic/sys/ucontext.h: Stub context file.
9952         * libio/iofprintf.c: Removed.  We use the stdio-common version.
9954         * manual/Makefile (distribute): Add stdio-fp.c.
9956         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
9958         * db2/Makefile (distribute): Add include/os_func.h, README and
9959         mutex/tsl_parisc.s.
9961         * hesiod/Makefile (distribute): Add README.hesiod.
9963 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
9965         * iconv/gconv.c: Correctly call transformation function.
9967         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
9969 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9971         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
9972         wrong results for e.g. remquo (3,2, &x)).
9973         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
9974         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
9976 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9978         * configure.in (ld --version-script): Test if the same symbol
9979         maybe defined in all versions (needed by recent changes to
9980         libc.map and supported with binutils 2.8.1.0.17) and issue warning
9981         if versioning is not supported/enabled.
9982         (bash test): Correct test case.
9984         * math/libm-test.c: Added counting/reporting of number of test cases.
9986         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
9987         use awk instead.
9989         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
9991 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9993         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
9995 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
9997         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
9998         Replace revoke call by use of REVOKE.
9999         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10000         empty and #include generic version.
10001         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10003 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10005         * libc.map: Add socket functions with __libc_* names.
10006         Reported by Andreas Jaeger.
10008 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10010         * libc.map: Tidy up (remove duplicates, sort entries).
10012 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10014         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10016 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10018         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10019         again after successful call.
10020         Patch by Marc Lehmann <pcg@goof.com>.
10022 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10024         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10025         as some hosts need this to declare localtime_r properly.
10027 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
10029         * libc.map: Add iconv_open, iconv, and iconv_close.
10031 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
10033         * iconv/Makefile: New file.
10034         * iconv/gconv.c: New file.
10035         * iconv/gconv.h: New file.
10036         * iconv/gconv_builtin.c: New file.
10037         * iconv/gconv_builtin.h: New file.
10038         * iconv/gconv_close.c: New file.
10039         * iconv/gconv_conf.c: New file.
10040         * iconv/gconv_db.c: New file.
10041         * iconv/gconv_dl.c: New file.
10042         * iconv/gconv_open.c: New file.
10043         * iconv/gconv_simple.c: New file.
10044         * iconv/iconv.c: New file.
10045         * iconv/iconv.h: New file.
10046         * iconv/iconv_close.c: New file.
10047         * iconv/iconv_open.c: New file.
10048         * include/gconv.h: New file.
10050         * Makeconfig: Define gconvdir.
10051         * Makefile (subdirs): Add iconv.
10053         * string/bits/string2.h: Add optimization for strtok_r.
10055         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
10056         for NULL.
10057         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10058         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
10060         * configure.in: Correct test for bash2.
10061         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10063         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
10064         (CFLAGS-locfile.c): Likewise.
10065         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10067         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
10068         non-existing entry if the table is full.
10070         * posix/regex.h: Pretty print.
10072         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
10074         * sysdeps/posix/ctermid.c: Simplify a bit.
10076         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
10078 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10080         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
10081         <sys/types.h> instead of <asm/types.h>.
10083 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10085         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
10087 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
10089         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
10090         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
10091         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
10092         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
10093         fclose): Added to GLIBC_2.1.
10095         * libio/Makefile (routines, shared-only-routines): Add
10096         oldiofclose.  Remove oldfreopen.
10098         * libio/freopen.c (freopen): When PIC is defined, call
10099         _IO_old_freopen () for old stdio.
10101         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
10102         (_IO_fclose, fclose): Use _IO_new_fclose as default version
10103         for GLIBC_2.1.
10105         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
10106         instead of _IO_file_close_it.
10108         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
10109         to _IO_2_1_stdxxx_.
10110         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
10111         is defined.
10113         * libio/libioP.h (_IO_old_do_flush): New.
10115         * libio/oldfileops.c (_IO_old_file_close_it,
10116         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
10117         Call _IO_old_do_flush () instead of _IO_do_flush ().
10118         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
10119         _IO_do_write ().
10121         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
10122         instead of _IO_file_init ().
10123         Bind old symbols to version GLIBC_2.0.
10125         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
10126         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
10127         _IO_stdxxx_.
10128         (_IO_check_libio): New function in .init.
10130         * libio/oldiofclose.c: New file.
10132         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
10133         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
10134         (DEF_STDFILE): Don't use default_symbol_version.
10136         * libio/stdio.c (stdin, stdout, stderr): Set to
10137         _IO_2_1_stdxxx_._
10138         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
10139         stdxxx.
10141         * csu/Makefile (distribute): Add init.c.
10142         (extra-objs): Add init.o for ELF.
10143         (start-installed-name): Add $(objpfx)init.o.
10145         * csu/init.c: New file.
10147 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10149         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
10150         definition as the default.
10152 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
10154         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
10156 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10158         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
10159         (PR 351).
10161 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
10163         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
10164         to preserve condition codes on function call.
10166 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10168         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
10170 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10172         * math/libm-test.c (asin_test): Add epsilon for float.
10173         (tan_test): Add epsilon for float.
10174         (log1p_test): Add epsilon for float.
10175         (inverse_functions): Add epsilons.
10177         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
10178         net/if_packet.h.
10180         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
10182 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10184         * md5-crypt/Makefile (extra-objs): Make recursively expanded
10185         variable, since $(object-suffixes) is not defined yet.
10187 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10189         * db2/Makefile (distribute): db185/db185_int.src ->
10190         db185/db185_int.h.
10192 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10194         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
10195         exactly one.
10197 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10199         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
10200         name.
10201         * sysdeps/generic/e_acosl.c: Likewise.
10202         * sysdeps/generic/e_asinl.c: Likewise.
10203         * sysdeps/generic/e_atan2l.c: Likewise.
10204         * sysdeps/generic/e_expl.c: Likewise.
10205         * sysdeps/generic/e_fmodl.c: Likewise.
10206         * sysdeps/generic/e_j0l.c: Likewise.
10207         * sysdeps/generic/e_j1l.c: Likewise.
10208         * sysdeps/generic/e_jnl.c: Likewise.
10209         * sysdeps/generic/e_lgammal_r.c: Likewise.
10210         * sysdeps/generic/e_log10l.c: Likewise.
10211         * sysdeps/generic/e_logl.c: Likewise.
10212         * sysdeps/generic/e_powl.c: Likewise.
10213         * sysdeps/generic/e_sqrtl.c: Likewise.
10214         * sysdeps/generic/e_exp2l.c: Likewise.
10216 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10218         * Make-dist (+sysdep-names): Remove extra paren.
10219         * Makefile (distribute): Add stub-tag.h.
10220         * elf/Makefile (distribute): Add atomicity.h.
10221         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
10222         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10223         [$(subdir)=socket]: Add net/if_packet.h.
10224         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
10225         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
10226         net/if_packet.h, scsi/sg.h.
10228 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10230         * Makefile (install): Quote $(CC) expansion.
10232 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10234         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
10235         working /proc cwd and no restrictions on path length.  Following
10236         some ideas from Andi Kleen <ak@muc.de> (PR 350).
10238 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10240         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
10241         * nis/nss_compat/compat-pwd.c: Likewise.
10242         * nis/nss_compat/compat-spwd.c: Likewise.
10244 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
10246         * sysdeps/libm-i387/s_fdim.S: New file.
10247         * sysdeps/libm-i387/s_fdimf.S: New file.
10248         * sysdeps/libm-i387/s_fdiml.S: New file.
10249         * sysdeps/libm-i387/i686/s_fdim.S: New file.
10250         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
10251         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
10253 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10255         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
10256         pointer to unsigned char.
10258 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10260         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
10262         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
10264         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
10266 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10268         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
10269         ilogb(0/NaN).
10270         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
10271         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
10273 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
10275         * sysdeps/libm-i387/s_fmin.S: New file.
10276         * sysdeps/libm-i387/s_fminf.S: New file.
10277         * sysdeps/libm-i387/s_fminl.S: New file.
10278         * sysdeps/libm-i387/s_fmax.S: New file.
10279         * sysdeps/libm-i387/s_fmaxf.S: New file.
10280         * sysdeps/libm-i387/s_fmaxl.S: New file.
10281         * sysdeps/libm-i387/i686/s_fmin.S: New file.
10282         * sysdeps/libm-i387/i686/s_fminf.S: New file.
10283         * sysdeps/libm-i387/i686/s_fminl.S: New file.
10284         * sysdeps/libm-i387/i686/s_fmax.S: New file.
10285         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
10286         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
10288 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
10290         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
10291         * sysdeps/unix/sysv/linux/send.S: Likewise.
10292         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
10293         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
10294         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
10295         * sysdeps/unix/sysv/linux/recv.S: Likewise.
10296         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
10297         * sysdeps/unix/sysv/linux/connect.S: Likewise.
10298         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
10300 See ChangeLog.7 for earlier changes.