Wrapper around wcstod.c for use as wcstod_l.
[glibc/history.git] / ChangeLog
blob77b054bdb73e0a2ca354873be0b66c66dcebccc1
1 1997-05-22 04:09  Ulrich Drepper  <drepper@cygnus.com>
3         * sunrpc/clnt_perr.c (clnt_sperrno): Change type of variable i
4         to size_t to prevent warning.
5         * sunrpc/rpcinfo.c (get_inet_address): Use UNADDR_NONE and INADDR_ANY
6         instead of numeric values.
7         Various cleanups.
8         * sunrpc/xdr_mem.c: Use `const char *' instead of `const caddr_t'
9         for xdrmem_putbytes.
10         * sunrpc/xdr_rec.c: Likewise.
11         * sunrpc/xdr_stdio.c: Likewise.
12         * sunrpc/rpc/xdr.h: Likewise.
14         * sysdeps/unix/sysv/linux/arm/syscall.s: Pretty printing.
15         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
16         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18 1997-05-21 22:22  Philip Blundell  <pjb27@cam.ac.uk>
20         * inet/Makefile (headers): Add netinet/ip6.h, netinet/icmp6.h.
21         * sysdeps/generic/netinet/ip6.h: New file (for IPv6 Advanced API).
22         * sysdeps/generic/netinet/icmp6.h: Likewise.
23         * sysdeps/unix/sysv/linux/netinet/in.h: Fix typo.
24         * sysdeps/stub/direntry.h (struct dirent): Add d_fileno (needed by
25         glob.c).
26         * sysdeps/standalone/arm/errnos.h: Add EPROTOTYPE, ESRCH.
27         * sysdeps/unix/arm/sysdep.h: Avoid warning about nested comments.
28         * sysdeps/stub/accept.c (accept): Make args match prototype.
29         * sysdeps/stub/bind.c (bind): Likewise.
30         * sysdeps/stub/connect.c (connect): Likewise.
31         * sysdeps/stub/getpeername.c (getpeername): Likewise.
32         * sysdeps/stub/getsockname.c (getsockname): Likewise.
33         * sysdeps/stub/recvfrom.c (recvfrom): Likewise.
34         * sysdeps/stub/send.c (send): Likewise.
35         * sysdeps/stub/ttyname_r.c (ttyname_r): Likewise.
36         * sysdeps/stub/readv.c (readv): Likewise.
37         * sysdeps/stub/writev.c (writev): Likewise.
38         * sysdeps/stub/sendto.c (sendto): Likewise.
39         * sysdeps/unix/sysv/linux/arm/profil-counter.h: New file.
41 1997-05-18 12:46  Philip Blundell  <pjb27@cam.ac.uk>
43         * sysdeps/unix/sysv/linux/socketbits.h: Add new macros CMSG_SPACE,
44         CMSG_LEN, CMSG_ALIGN (for IPv6 Advanced API).
46 1997-05-21 13:51  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
48         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add cast to prevent warning.
50         * sunrpc/rpcsvc/rusers.x: Provide prototypes for implemented
51         functions, include <rpc/xdr.h>.
53         * string/strverscmp.c: Correct typos in comment.
55         * sunrpc/rpc/xdr.h: Add more `const'.
56         * sunrpc/xdr_stdio.c: Likewise.
57         * sunrpc/xdr_rec.c: Likewise.
59 1997-05-21 17:50  Ulrich Drepper  <drepper@cygnus.com>
61         * elf/Makefile (dl-routines): Add dl-sysdepio.
62         * elf/dl-support.c (_dl_sysdep_fatal): Removed.
63         * sysdeps/generic/dl-sysdep.c: Move definition of _dl_sysdep_fatal,
64         _dl_sysdep_error and _dl_sysdep_warning to ...
65         * sysdeps/generic/dl-sysdepio.c: ...here.
66         * sysdeps/mach/hurd/dl-sysdep.c: Move the functions to ...
67         * sysdeps/mach/hurd/dl-sysdepio.c: ...here.
68         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Remove definition
69         of functions.
70         Bug reported by Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>.
72         * db/Makefile (libdb.so): Depend on libc.so for dynamic loading
73         and for Linux ld.so.
74         * login/Makefile (libutil.so): Likewise.
75         * math/Makefile (libm.so): Likewise.
76         * md5-crypt/Makefile (libcrypt.so): Likewise.
77         * nis/Makefile (libnss_%.so): Likewise.
78         * resolv/Makefile (libnss_dns.so): Likewise.
80 1997-05-20 14:01  Miles Bader  <miles@gnu.ai.mit.edu>
82         * argp-help.c (_help): Supply STATE to argp_args_usage.
83         (argp_args_usage): Add filtering of the args doc string.
84         (comma): Print cluster headers for the first entry too.
85         * argp.h (ARGP_KEY_HELP_ARGS_DOC): New macro.
87 1997-05-21 02:49  Ulrich Drepper  <drepper@cygnus.com>
89         * gnu-versions.h (_GNU_OBSTACK_INTERFACE_VERSION): Set to 2 since
90         interface was changed with addition of _obstack_memory_used.
91         Suggested by Ian Taylor <ian@cygnus.com>.
93         * malloc/obstack.c: Include <config.h>.  Include <stdlib.h> only
94         if __GNU_LIBRARY__ or HAVE_STDLIB_H is defined.
95         Reported by Ian Taylor <ian@cygnus.com>.
97         * dirent/Makefile (routines): Add versionsort.
98         * dirent/dirent.h: Add prototype for versionsort.
99         * dirent/versionsort.c: New file.
100         * manual/filesys.texi: Add documentation for versionsort.
101         * manual/string.texi: Add documentation for strverscmp.
102         * string/Makefile (routines): Add strverscmp.
103         (tests): Add tst-svc.
104         * string/string.h: Add prototype for strverscmp.
105         * string/strverscmp.c: New file.
106         * string/tst-svc.c: New file.  Test for strverscmp.
107         * string/tst-svc.input: New file.  Input data for tst-svc.
108         * string/tst-svc.expect: New file.  Expected out from tst-svc.
109         Patches by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>.
111         * math/Makefile (calls): Add s_signbit.
113         * po/sv.po: Update.
115         * resolv/nss_dns/dns-host.c: Add casts to prevent warnings.
116         * sunrpc/pmap_rmt.c: Likewise.
118         * string/basename.c: Don't use ISO C definition style.
119         Include <config.h> if HAVE_CONFIG_H is defined.
121         * sunrpc/proto.h: Add `const' wherever possible.
122         * sunrpc/rpc_cout.c: Likewise.
123         * sunrpc/rpc_svcout.c: Likewise.
124         * sunrpc/xdr_mem.c: Likewise.
125         * sunrpc/xdr_rec.c: Likewise.
126         * sunrpc/xdr_stdio.c: Likewise.
127         * sunrpc/rpc_parse.c: Delete comma from end of enum definition.
128         * sunrpc/xdr.c: Little code cleanups.
129         * sunrpc/xdr_float.c: Likewise.
130         Patches by Matthew Wilcox <matthew.wilcox@chbs.mhs.ciba.com>.
132         * sysdeps/i386/fpu/__math.h (__finite): Fix typo.
134         * sysdeps/unix/sysv/linux/shmdt.c: Add cast to prevent warning.
136         * time/europe: Update from tzdata1997f.
137         * time/zic.c: Update from tzcode1997e.
139 1997-05-20 19:20  Miguel de Icaza <miguel@athena.nuclecu.unam.mx>
141         * sysdeps/sparc/setjmp.S: Flush windows.
142         Bug found by Richard Henderson.
144 1997-05-19 12:54  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
146         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Rewritten as to fit the specs.
148 1997-05-19 18:41  Thorsten Kukuk  <kukuk@uni-paderborn.de>
150         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_parse_spent): Use
151         atol instead of atoi.
153 1997-05-18 00:22  Philip Blundell <pjb27@cam.ac.uk>
155         * inet/Makefile (routines): Add if_index.
156         * sysdeps/unix/sysv/linux/if_index.c: New file.
157         * sysdeps/stub/if_index.c: New file.
158         * sysdeps/unix/sysv/linux/net/if.h: Add prototypes for routines in
159         if_index.c (required by IPv6 basic API).
160         * sysdeps/unix/sysv/linux/netinet/in.h: Add struct ipv6_pktinfo.
162 1997-05-17 23:29  Philip Blundell  <pjb27@cam.ac.uk>
164         * sysdeps/unix/sysv/linux/netinet/in.h: Update IPv6 definitions
165         for new advanced API draft.
167 1997-05-13 21:33  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
169         * stdio-common/printf_fp.c: Only use the field width for deciding
170         on padding when printing special values.
171         * stdio-common/printf_fphex.c: Likewise.
173 1997-05-15 13:14  Miles Bader  <miles@gnu.ai.mit.edu>
175         Changes by Thomas Bushnell <thomas@gnu.ai.mit.edu>:
176         * hurd/hurdauth.c (_S_msg_add_auth): Implement correctly.
178 1997-05-12 14:50  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
180         * hurd/hurdsig.c (_hurdsig_init): Double size of sigthread stack;
181         msg_add_auth was overflowing it.
183 1997-05-12 21:20  Richard Henderson  <rth@tamu.edu>
185         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Call _dl_signal_error
186         when we can't find the symbol.
188 1997-05-12 16:54  Ulrich Drepper  <drepper@cygnus.com>
190         * posix/regex.c: Fix handling of 32-bit Windog environments.
191         Patch by Arnold Robbins <arnold@skeeve.atl.ga.us>.
193 1997-05-10 23:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
195         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add cacheflush.
197 1997-05-10 11:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
199         * elf/ldd.bash.in: Remove spurious quote character from version
200         message.
202 1997-05-10 08:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
204         * locale/programs/locale.c (write_charmaps): Don't get stuck in a
205         loop if the file ends in a long line without newline.
206         * locale/programs/charmap.c (charmap_read): Likewise.
208 1997-05-12 03:47  Ulrich Drepper  <drepper@cygnus.com>
210         * sunrpc/rpc/xdr.h: Include more headers to be self-contained.
211         * sunrpc/rpc/svc_auth.h: Likewise.
212         * sunrpc/rpc/svc.h: Likewise.
213         * sunrpc/rpc/rpc_msg.h: Likewise.
214         * sunrpc/rpc/pmap_rmt.h: Likewise.
215         * sunrpc/rpc/pmap_clnt.h: Likewise.
216         * sunrpc/rpc/clnt.h: Likewise.
217         * sunrpc/rpc/auth_unix.h: Likewise.
218         * sysdeps/generic/rpc/auth.h: Likewise.
219         Patches by Michael Deutschmann <ldeutsch@mail.netshop.net>.
221 1997-05-11 15:29  Philip Blundell  <pjb27@cam.ac.uk>
223         * sysdeps/stub/sigaction.c (__sigaction): Correct typo.
224         * sysdeps/standalone/arm/errnos.h: New file.
225         * sysdeps/stub/sys/param.h: Add dummy definition of MAXSYMLINKS.
226         * sysdeps/unix/arm/fork.S: New file.
227         * sysdeps/unix/sysv/linux/arm/sysdep.h: New file.
228         * sysdeps/stub/tempname.c (__stdio_gen_tempname): Add missing
229         `streamptr' argument.
230         * sysdeps/stub/vdprintf.c: Remove second copy of file (!), include
231         <stdarg.h> to get va_list defined, return 0 not NULL.
232         * sysdeps/unix/sysv/linux/statfsbuf.h: Include <gnu/types.h>.
233         * sysdeps/unix/sysv/linux/arm/syscall.S: New file.
234         * sysdeps/stub/direntry.h (struct dirent): Add missing ';'.
235         * sysdeps/stub/seekdir.c (seekdir): Likewise.
236         * sysdeps/stub/dirfd.c (dirfd): Argument dirp is DIR*, not FILE*.
237         * sysdeps/standalone/dirstream.h: Define struct __dirstream
238         not DIR; <dirent.h> provides typedef.
239         * sysdeps/unix/sysv/linux/arm/clone.S: New file.
240         * sysdeps/unix/sysv/linux/arm/socket.S: New file.
241         * sysdeps/stub/sysconf.c (__sysconf): Fix typos.
243 1997-05-01 06:35  Geoff Keating  <geoffk@ozemail.com.au>
245         * sysdeps/powerpc/Dist: New file.
246         * sysdeps/powerpc/Makefile: New file.
247         * sysdeps/powerpc/fclrexcpt.c: New file.
248         * sysdeps/powerpc/fegetenv.c: New file.
249         * sysdeps/powerpc/fegetround.c: New file.
250         * sysdeps/powerpc/feholdexcpt.c: New file.
251         * sysdeps/powerpc/fenvbits.h: New file.
252         * sysdeps/powerpc/fenv_const.c: New file.
253         * sysdeps/powerpc/fenv_libc.h: New file.
254         * sysdeps/powerpc/fesetenv.c: New file.
255         * sysdeps/powerpc/fesetround.c: New file.
256         * sysdeps/powerpc/feupdateenv.c: New file.
257         * sysdeps/powerpc/fgetexcptflg.c: New file.
258         * sysdeps/powerpc/fraiseexcpt.c: New file.
259         * sysdeps/powerpc/fsetexcptflg.c: New file.
260         * sysdeps/powerpc/ftestexcept.c: New file.
261         * sysdeps/powerpc/mathbits.h: New file.
263         * sysdeps/powerpc/dl-machine.h: Wrap in #ifndef dl_machine_h;
264         define elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p,
265         ELF_MACHINE_RELOC_NOPLT; consequent changes to elf_machine_rela.
267         * sysdeps/powerpc/__math.h: Remove definition for hypot and __sgn.
269         * sysdep/powerpc/fpu_control.h: Correct IEEE default mode.
271         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't use .text, but
272         instead .section ".text".
274 1997-04-25 05:06  Geoff Keating  <geoffk@ozemail.com.au>
276         * sysdeps/powerpc/__longjmp.S: Use symbolic register numbering.
277         * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
278         * sysdeps/powerpc/bsd-setjmp.S: Likewise.
279         * sysdeps/powerpc/setjmp.S: Likewise.
281         * sysdeps/unix/sysv/linux/clone.S: Likewise.
282         * sysdeps/unix/sysv/linux/socket.S: Likewise.
283         * sysdeps/unix/sysv/linux/syscall.S: Likewise.
285 1997-04-20 04:37  Geoff Keating  <geoffk@ozemail.com.au>
287         * sysdeps/powerpc/strchr.s: New file.
288         * sysdeps/powerpc/strcmp.s: New (ugly) file.
289         * sysdeps/powerpc/memset.s: New file.
290         * string/tester.c: Include prototype and _GNU_SOURCE to make
291         standalone compilation possible. Give strcmp a better
292         test. Give memset a better test.
294 1997-04-05 06:34  Geoff Keating  <geoffk@ozemail.com.au>
296         * sysdeps/powerpc/strlen.s: Fixed bugs (how did it ever pass its
297         tests before?). Changed to symbolic register numbering as an
298         experiment.
299         * sysdeps/powerpc/ffs.c: Don't include bstring.h, it doesn't
300         exist.
301         * sysdeps/rs6000/ffs.c: Likewise.
303 1997-05-12 02:28  Ulrich Drepper  <drepper@cygnus.com>
305         * time/sys/time.h: Make second argument of setitimer const.
306         Patch by Michael Deutschmann <ldeutsch@mail.netshop.net>.
307         * sysdeps/stub/setitimer.c: Likewise.
308         * sysdeps/mach/hurd/setitimer.c: Likewise.
310 1997-05-10 11:46  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
312         * nis/rpcsvc/nis_callback.x: New, from tirpcsrc-2.3.
314         * nis/nis_call.c (__nis_docall): Rewritten for navigation in NIS+
315         namespace hierachy.
316         * nis/nis_intern.h: Add new __nis_docall function prototypes.
317         * nis/nis_add.c: Change __nis_docall/__nis_docall2 parameters for new
318         rewritten functions.
319         * nis/nis_checkpoint.c: Likewise.
320         * nis/nis_lookup.c: Likewise.
321         * nis/nis_mkdir.c: Likewise.
322         * nis/nis_modify.c: Likewise.
323         * nis/nis_ping.c: Likewise.
324         * nis/nis_remove.c: Likewise.
325         * nis/nis_rmdir.c: Likewise.
326         * nis/nis_server.c: Likewise.
327         * nis/nis_table.c: Likewise.
329 1997-05-09 16:09  Miles Bader  <miles@gnu.ai.mit.edu>
331         * argp/argp-eexst.c: Include <sysexits.h>.
332         (argp_err_exit_status): Initialize to EX_USAGE.
333         * argp/argp.h, argp/argp-help.c: Doc fixes.
335 1997-05-08 17:15  Miles Bader  <miles@gnu.ai.mit.edu>
337         * argp/argp.h [!__error_t_defined] (__error_t_defined): Define.
338         * argp/argp-help.c (canon_doc_option): Correct ctype tests.
340 1997-05-08 07:53  H.J. Lu  <hjl@gnu.ai.mit.edu>
342         * sysdeps/unix/sysv/linux/poll.c: Save errno.
344 1997-05-08 16:44  Ulrich Drepper  <drepper@cygnus.com>
346         * sysdeps/unix/sysv/linux/syscalls.list: Add nfsservctl.
348 1997-05-07 20:27  H.J. Lu  <hjl@gnu.ai.mit.edu>
350         * sys/ttydefaults.h: Removed.
352 1997-05-07 14:10  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
354         * termios/sys/ttydefaults.h: Delete file.
355         * sysdeps/generic/sys/ttydefaults.h: New file; use OXTABS in
356         TTYDEF_OFLAG.
357         * sysdeps/unix/bsd/sun/sunos4/sys/ttydefaults.h: New file; use
358         XTABS in TTYDEF_OFLAG.
359         * sysdeps/unix/sysv/linux/sys/ttydefaults.h: New file; use XTABS
360         in TTYDEF_OFLAG (which is correct for all existing Linux ports).
362 1997-05-05 14:22  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
364         * hurd/hurdsig.c (_hurdsig_preemptors): Provide initialization.
365         * hurd/hurdfault.c (_hurdsig_fault_preemptor): Likewise.
367 1997-05-07 16:31  Ulrich Drepper  <drepper@cygnus.com>
369         * locale/categories.def: Change type of _NL_CTYPE_CLASS_NAMES and
370         _NL_CTYPE_MAP_NAMES field to stringlist.
371         Change name of _NL_CTYPE_CODESET_NAME to "charmap".
372         * locale/localeinfo.h (enum value_type): Add stringlist.
373         * locale/programs/locale.c (show_info): Handle stringlist.
375         * locale/programs/charmap.c (charmap_read): If charmap file is not
376         using the given name try to find it by looking through all available
377         charmap files and compare the code set name.
378         * locale/programs/locale.c (write_charmaps): Also print names of
379         charset in <code_set_name> fields in the files.
381         * elf/ldd.bash.in: Correct translatable strings.
383         * posix/TESTS: Add some more tests for character class matching.
384         * posix/regex.c: Merge with GNU awk version.
385         (regex_compile): Use ISO C/amend 1 functions for character class
386         handling.
387         * posix/regex.h: Merge with GNU awk version.
389         * posix/getopt.c: Declare as master copies.
390         * posix/getopt1.c: Likewise.
391         * posix/getopt.h: Likewise.
393         * sysdeps/unix/sysv/linux/sys/mount.h: Add definitions for option
394         value to mount functions.
395         Patch by a sun <asun@zoology.washington.edu>.
397         * sysdeps/i386/dl-machine.h (elf_machine_rel): Check for mismatch
398         in size for copy relocation.
399         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
400         * sysdeps/sparc/dl-machine.h (elf_machine_rela): Likewise.
401         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Likewise.
402         Patch by Roland McGrath <roland@gnu.ai.mit.edu>.
404 1997-05-06 13:25  H.J. Lu  <hjl@gnu.ai.mit.edu>
406         * stdio-common/bug3.c (main): Use /tmp/bug3.test for concurrency
407         with other tests.
408         * stdio-common/bug4.c (main): Use /tmp/bug4.test for concurrency
409         with other tests.
411         * sunrpc/svc_run.c (svc_exit): New, defined.
412         (svc_run): Test for svc_stop variable.
413         * sunrpc/rpc/svc.h (svc_exit): New, declared.
415 1997-05-03 08:47  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
417         * math/libm-test.c (test_not_exception): Don't mix the internal
418         exception flags with the host defined FE_* values.  All (indirect)
419         callers of this and test_exceptions changed to pass the internal
420         flag values.
421         (csin_test): Allow invalid exception for +-Inf + i NaN.  Fix typos
422         in test names.
423         (csinh_test): Allow invalid exception for NaN +- i Inf.
425 1997-05-03 09:21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
427         * sysdeps/m68k/fpu/__math.h (__frexp): Don't raise invalid
428         exception on infinite value.
429         (__m81_test, __M81_COND_NAN, __M81_COND_INF, __M81_COND_NEG,
430         __M81_COND_ZERO): New definitions.
432         * sysdeps/m68k/e_pow.c: Raise invalid exception for NaN result.
433         Use __m81_test.
435         * sysdeps/m68k/s_ccosh.c: Rewritten.
436         * sysdeps/m68k/s_csinh.c: Rewritten.
437         * sysdeps/m68k/s_cexp.c: Rewritten.
438         * sysdeps/m68k/s_ccoshf.c: Don't define huge_val.
439         * sysdeps/m68k/s_ccoshl.c: Likewise.
440         * sysdeps/m68k/s_csinhf.c: Likewise.
441         * sysdeps/m68k/s_csinhl.c: Likewise.
442         * sysdeps/m68k/s_cexpf.c: Likewise.
443         * sysdeps/m68k/s_cexpl.c: Likewise.
445         * sysdeps/m68k/s_ccos.c: New file.
446         * sysdeps/m68k/s_ccosf.c: New file.
447         * sysdeps/m68k/s_ccosl.c: New file.
448         * sysdeps/m68k/s_csin.c: New file.
449         * sysdeps/m68k/s_csinf.c: New file.
450         * sysdeps/m68k/s_csinl.c: New file.
452 1997-05-02 19:48  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
454         * Makerules, manual/Makefile: Remove -$(subdir) suffix from subdir
455         stamp files to avoid problems with long file names.
457 1997-05-03 22:24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
459         * sysdeps/libm-ieee754/e_acoshl.c: Fix test for x < 1.
461         * sysdeps/libm-ieee754/e_atan2l.c: Ignore integer bit for Inf and
462         NaN.  Fix test for sign of infinite y.
464         * sysdeps/libm-ieee754/e_atanhl.c: Fix sign of result.
466         * sysdeps/libm-ieee754/e_sinhl.c: Fix test for sign of argument.
468 1997-05-03 01:15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
470         * csu/Makefile (extra-objs) [$(elf)=yes]: Add abi-note.o to get
471         dependencies.
473         * csu/abi-note.S: Replace undefined macro ALIGNARG.
474         * sysdeps/unix/sysv/linux/abi-tag.h: Don't use assembler comment
475         character.
477 1997-05-03 22:27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
479         * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Use notation
480         for local label.
482 1997-05-05 22:00  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
484         * nis/Makefile (libnsl-routines): Add a lot of new file names.
486         * nis/nis_names.c (nis_add): Moved from here ...
487         * nis/nis_add.c: ... to here and fix parameter flags.
488         * nis/nis_names.c (nis_lookup): Moved from here ...
489         * nis/nis_lookup.c: ... to here.
490         * nis/nis_names.c (nis_modify): Moved from here ...
491         * nis/nis_modify.c: ... to here and fix parameter flags.
492         * nis/nis_names.c (nis_remove): Moved from here ...
493         * nis/nis_remove.c: ... to here and fix parameter flags.
494         * nis/nis_names.c: Removed.
496         * nis/nis_subr.c (nis_domain_of): Moved from here ...
497         * nis/nis_domain_of.c: .. to here.
498         * nis/nis_subr.c (nis_domain_of_r): Moved from here ...
499         * nis/nis_domain_of_r.c: .. to here and fix pointer errors.
501         * nis/nis_addmember.c: New.
502         * nis/nis_checkpoint.c: New.
503         * nis/nis_creategroup.c: New.
504         * nis/nis_defaults.c: New.
505         * nis/nis_destroygroup.c: New.
506         * nis/nis_getservlist.c: New.
507         * nis/nis_ismember.c: New.
508         * nis/nis_ping.c: New.
509         * nis/nis_print_group_entry.c: New.
510         * nis/nis_removemember.c: New.
511         * nis/nis_mkdir.c: New.
512         * nis/nis_rmdir.c: New.
513         * nis/nis_verifygroup.c: New.
515         * nis/rpcsvc/nislib.h: Fix internal function declarations.
517         * nis/nis_server (nis_servstate): New.
518         * nis/nis_server (nis_stats): New.
520         * nis/nis_subr.c (nis_leaf_of_r): Fix buffer problems.
522         * nis/nis_call.c: Remove debug output.
524         * nis/nis_intern.c (__nis_finddirectory): Remove.
526 1997-05-03 00:53  Ulrich Drepper  <drepper@cygnus.com>
528         * posix/TESTS2C.sed: Recognize only digits in first field.  This
529         enables us to use colons in the pattern.
531 1997-05-01 20:02  Richard Henderson  <rth@tamu.edu>
533         * sysdeps/unix/sysv/linux/alpha/brk.S: Don't presume that the kernel
534         will preserve non-call-saved registers; save and restore a0 across
535         the system call.
536         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise tuck the thread
537         data onto the new thread's stack.
539 1997-05-01 03:13  Ulrich Drepper  <drepper@cygnus.com>
541         * sysdeps/unix/sysv/linux/shmat.c (shmat): For Linux-2.0 and up the
542         kernel can return negative values.  Only fail when return value is
543         in range in range which is never returned as valid address.
544         Patch by Bruno Haible <haible@ilog.fr>.
546 1997-04-30 17:35  Ulrich Drepper  <drepper@cygnus.com>
548         * math/libm-test.c: Implement test for exceptions.
549         Partly due to Andreas Jaeger.
550         (csin_test): New function.
551         * sysdeps/libm-i387/s_cexp.S: Raise correct exceptions.
552         * sysdeps/libm-i387/s_cexpf.S: Likewise.
553         * sysdeps/libm-i387/s_cexpl.S: Likewise.
554         * sysdeps/libm-ieee754/s_ccos.c: Likewise.
555         * sysdeps/libm-ieee754/s_ccosf.c: Likewise.
556         * sysdeps/libm-ieee754/s_ccosl.c: Likewise.
557         * sysdeps/libm-ieee754/s_ccosh.c: Likewise.
558         * sysdeps/libm-ieee754/s_ccoshf.c: Likewise.
559         * sysdeps/libm-ieee754/s_ccoshl.c: Likewise.
560         * sysdeps/libm-ieee754/s_cexp.c: Likewise.
561         * sysdeps/libm-ieee754/s_cexpf.c: Likewise.
562         * sysdeps/libm-ieee754/s_cexpl.c: Likewise.
563         * sysdeps/libm-ieee754/s_csinh.c: Likewise.
564         * sysdeps/libm-ieee754/s_csinhf.c: Likewise.
565         * sysdeps/libm-ieee754/s_csinhl.c: Likewise.
566         * sysdeps/libm-ieee754/s_ctanh.c: Likewise.
567         * sysdeps/libm-ieee754/s_ctanhf.c: Likewise.
568         * sysdeps/libm-ieee754/s_ctanhl.c: Likewise.
570         * sysdeps/libm-ieee754/s_ccosh.c: Correct computation.
571         * sysdeps/libm-ieee754/s_ccoshf.c: Likewise.
572         * sysdeps/libm-ieee754/s_ccoshl.c: Likewise.
573         * sysdeps/libm-ieee754/s_csinh.c: Likewise.
574         * sysdeps/libm-ieee754/s_csinhf.c: Likewise.
575         * sysdeps/libm-ieee754/s_csinhl.c: Likewise.
577         * sysdeps/libm-ieee754/s_csin.c: Rewrite.
578         * sysdeps/libm-ieee754/s_csinf.c: Likewise.
579         * sysdeps/libm-ieee754/s_csinl.c: Likewise.
581         * stdlib/random_r.c (__srandom_r): Don't use seed 0.  Use 1 in this
582         case.
584         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Use notation
585         for local label.
587         * time/strftime.c (add): Respect `0' padding flag.
588         Reported by Richard Stallman <rms@gnu.ai.mit.edu>.
590 1997-04-30 15:46  Ulrich Drepper  <drepper@cygnus.com>
592         * Makeconfig (start-installed-name): Define here, not in csu/Makefile.
593         Use in +link macro.
594         * csu/Makefile (distribute): Add abi-note.S and abi-tag.h.
595         (start-installed-name): Don't define here.
596         When ELF generate file named by start-installed-name from start.o
597         and abi-note.o.
598         * csu/abi-note.S: New file.
599         * sysdeps/stub/abi-tag.h: New file.
600         * sysdpes/unix/sysv/linux/abi-tag.h: New file.
601         Patches by Roland McGrath <roland@gnu.ai.mit.edu>.
603 1997-04-30 01:32  Ulrich Drepper  <drepper@cygnus.com>
605         * manual/stdio.texi: Use @vtable where possible.
606         Add TeX version of @multitable since texi2dvi cannot handle them
607         correct in the moment.
609         * po/de.po: Update.
611 1997-04-29 21:06  Ulrich Drepper  <drepper@cygnus.com>
613         * Makeconfig: Don't set cross-compiling based on $(BUILD_CC) != $(CC).
614         * config.make.in: Set cross-compiling from configure result.
615         * configure.in: Emit definition of `cross_compiling'.
616         Patches by Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>.
618 1997-04-27 21:50  Philip Blundell  <pjb27@cam.ac.uk>
620         * sysdeps/unix/sysv/linux/net/route.h (struct in6_rtmsg): Use
621         correct `int' sizes for struct members.
623 1997-04-29 19:14  Ulrich Drepper  <drepper@cygnus.com>
625         * sysdeps/libm-i387/e_powf.S Generate invalid exception correctly.
626         * sysdeps/libm-i387/e_pow.S: Likewise.
627         * sysdeps/libm-i387/e_powl.S: Likewise.
629 1997-04-23 10:08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
631         * math/fenv.h: Correct typos.
633 1997-04-28 10:04  Richard Henderson  <rth@tamu.edu>
635         * sysdeps/unix/sysv/linux/alpha/clone.S: Save the function argument
636         in t0 rather than a4 to avoid it being clobbered.
638 1997-04-27 23:52  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
640         * manual/summary.awk: Recognize @defmumblex.
642         * manual/signal.texi (Miscellaneous Signals): Use @deftypevrx for
643         second description header.
645 1997-04-27 23:29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
647         * manual/arith.texi (Floating-Point Classes): Don't indent text,
648         makeinfo doesn't like that.
650 1997-04-27 20:52  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
652         * malloc/obstack.h (obstack_specify_allocation_with_arg,
653         obstack_chunkfun, obstack_freefun): Fix casts.
655 1997-04-27 18:21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
657         * manual/xtract-typefun.awk: Allow names with only one character.
659 1997-04-26 14:16  Ulrich Drepper  <drepper@cygnus.com>
661         * sysdeps/unix/sysv/linux/netinet/ip_fw.h: Use <netinet/ip_icmp.h>
662         not <netinet/icmp.h>.
663         Reported by Michael Deutschmann <ldeutsch@mail.netshop.net>.
665 1997-04-25 12:31  Ulrich Drepper  <drepper@cygnus.com>
667         * csu/Makefile ($(objpfx)initfini.s): Add CPPFLAGS, CFLAGS and -g0
668         to command line of compiler.
669         Patch by Marcus G. Daniels <marcus@sysc.pdx.edu>.
671         * sysdeps/generic/sigset.h (__sigandset, __sigorset): Fix typos.
672         Patch by Marcus G. Daniels <marcus@sysc.pdx.edu>.
674         * signal/signal.h (_sys_siglist, sys_siglist): Use _NSIG, not NSIG
675         in declaration.
676         Patch by Michael Widenius <monty@tcx.se>.
678         * time/strptime.c (strptime_internal): Fix %I format specifier
679         being off by one.
680         Patch by Mark Kettenis <kettenis@phys.uva.nl>.
682 1997-04-24 12:18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
684         * stdlib/lcong48_r.c: Include <limits.h>.
685         * stdlib/seed48_r.c: Likewise.
687         * stdio-common/printf_size.c (printf_size): Correct type of
688         `units' and make robust against future changes.
690 1997-04-23 18:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
692         * sysdeps/libm-ieee754/s_cproj.c: Use isfinite instead of finite.
693         * sysdeps/libm-ieee754/s_cprojl.c: Likewise.
694         * sysdeps/libm-ieee754/s_cprojf.c: Likewise.
696 1997-04-23 18:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
698         * manual/arith.texi, manual/math.texi: Use @defmumblex for
699         additional description headers.
700         * manual/xtract-typefun.awk: Recognize them.
702 1997-04-22 15:58  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
704         * stdio-common/printf_size.c (printf_size): Correct size of array
705         units.
707 1997-04-21 07:50  H.J. Lu  <hjl@gnu.ai.mit.edu>
709         * libgen.h: New file.
711 1997-04-21 16:45  Ulrich Drepper  <drepper@cygnus.com>
713         * stdlib/drand48.c: Cleanup namespace.
714         * stdlib/drand48_r.c: Cleanup namespace.
715         * stdlib/erand48.c: Cleanup namespace.
716         * stdlib/erand48_r.c: Cleanup namespace.
717         * stdlib/jrand48.c: Cleanup namespace.
718         * stdlib/jrand48_r.c: Cleanup namespace.
719         * stdlib/lrand48.c: Cleanup namespace.
720         * stdlib/lrand48_r.c: Cleanup namespace.
721         * stdlib/mrand48.c: Cleanup namespace.
722         * stdlib/mrand48_r.c: Cleanup namespace.
723         * stdlib/nrand48.c: Cleanup namespace.
724         * stdlib/nrand48_r.c: Cleanup namespace.
725         * stdlib/lcong48.c: Cleanup namespace.
726         * stdlib/lcong48_r.c: Cleanup namespace.
727         * stdlib/srand48.c: Cleanup namespace.
728         * stdlib/srand48_r.c: Cleanup namespace.
729         * stdlib/seed48.c: Cleanup namespace.
730         * stdlib/seed48_r.c: Cleanup namespace.
732         * stdlib/stdlib.h: Provide new prototypes.
734 1997-04-21 13:25  Ulrich Drepper  <drepper@cygnus.com>
736         * manual/arith.texi: Add description for INFINITY, _Imaginary_I,
737         fpclassify & friends, and complex number operations.
738         Update various other math functions for ISO C 9X.
739         * manual/math.texi: Update various entries for ISO C 9X.
740         Add description for complex number functions.
741         Add description of rand48 function family.
742         * manual/string.h: Add description of a64l and l64a.
744         * math/cmathcalls.h: Fix typo.
746         * stdlib/a64l.c: Pretty printing.
748         * stdlib/seed48_r.c: Also reset `a' and `c' to default values.
749         * stdlib/srand48_r.c: Likewise.
750         * stdlib/stdlib.h: Pretty printing.
752         * sysdeps/i386/fpu/__math.h: Fix typo.
754         * sysdeps/libm-ieee754/s_nearbyintf.c: Correctly name function.
755         * sysdeps/libm-ieee754/s_nearbyintl.c: Likewise.
757 1997-04-19 22:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
759         * sysdeps/m68k/fpu/e_pow.c: Rewrite handling of integral exponent.
761 1997-04-18 19:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
763         * sysdeps/m68k/fpu/__math.h: Define optimized versions of
764         isgreater, isgreaterequal, isless, islessequal, islessgreater, and
765         isunordered.
767 1997-04-20 01:28  Richard Henderson  <rth@tamu.edu>
769         * rellns-sh: Handle files in the same directory correctly.
771 1997-04-20 11:22  Ulrich Drepper  <drepper@cygnus.com>
773         * csu/initfini.c: Place ALIGN instruction at correct positions.
774         Patch by Richard Henderson <richard@twiddle.rth.home>.
776 1997-04-19 17:12  Ulrich Drepper  <drepper@cygnus.com>
778         * Make-dist: Don't automatically ignore .c files if the .S or .s file
779         is ignored.
781         * csu/Makefile (distribute): Add defs.awk.
783 1997-04-19 15:39  Ulrich Drepper  <drepper@cygnus.com>
785         * sysdeps/stub/shmat.c: Update to XPG4.2 interface.
786         * sysdeps/stub/shmdt.c: Likewise.
787         Reported by Thomas Bushnell, n/BSG.
789 1997-04-19 13:22  Ulrich Drepper  <drepper@cygnus.com>
791         * manual/stdio.texi: Add description of printf_size and
792         printf_size_info.  Partly based on the documentation by Larry McVoy.
794 1997-04-19 02:21  Ulrich Drepper  <drepper@cygnus.com>
796         * stdio-common/printf_size.c (printf_size): Correct values for
797         `units'.
798         Report by Larry McVoy <lm@neteng.engr.sgi.com>.
799         * stdio-common/tst-printfsz.c: New file.
800         * stdio-common/Makefile (tests): Add tst-printfsz.c.
801         (CFLAGS-tst-printfsz.c): Define to prevent warnings about format
802         strings.
804 1997-04-18 15:48  Ulrich Drepper  <drepper@cygnus.com>
806         * login/utmp.h: Add prototype for updwtmp.
807         * login/logwtmp.c: Add new function updwtmp which allows to write
808         a complete record to the wtmp file.
809         Patch by Miquel van Smoorenburg <miquels@cistron.nl>.
811 1997-04-17 17:57  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
813         * math/Makefile (headers): Add mathbits.h.
815 1997-04-16 21:20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
817         * sysdeps/m68k/fpu/__math.h: Add inlined sincos{,l,f}.
818         * sysdeps/m68k/fpu/s_sincos.c: New file.
819         * sysdeps/m68k/fpu/s_sincosf.c: New file.
820         * sysdeps/m68k/fpu/s_sincosl.c: New file.
822         * sysdeps/libm-ieee754/e_scalb.c: Use internal names of the
823         functions.
824         * sysdeps/libm-ieee754/e_scalbl.c: Likewise.
826         * sysdeps/libm-ieee754/s_ctanh.c: Use isfinite instead of finite.
827         * sysdeps/libm-ieee754/s_ctanhf.c: Likewise.
828         * sysdeps/libm-ieee754/s_ctanhl.c: Likewise.
829         * sysdeps/libm-ieee754/s_ctan.c: Likewise.
830         * sysdeps/libm-ieee754/s_ctanf.c: Likewise.
831         * sysdeps/libm-ieee754/s_ctanl.c: Likewise.  Fix type of `res'.
833 1997-04-18 11:21  Ulrich Drepper  <drepper@cygnus.com>
835         * shadow/fgetspent_r.c: Set *RESULT to NULL before returning error.
836         Patch by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>.
838 1997-04-18 02:18  Ulrich Drepper  <drepper@cygnus.com>
840         * csu/initfini.c: Rewrite by Zack Weinberg
841         <zack@rabi.phys.columbia.edu>.
842         * csu/Makefile: Add rules for rewrite.
843         * csu/defs.awk: Helper script to generate derived header.
845 1997-04-17 16:55  Ulrich Drepper  <drepper@cygnus.com>
847         * misc/libgen.h: Change prototype for of basename to XPG variant.
848         * stdlib/Makefile (routines): Add xpg_basename.
849         * stdlib/basename.c: New file.
850         * string/string.h: Don't declare basename function if basename
851         macro is available.
853 1997-04-16 17:33  Miles Bader  <miles@gnu.ai.mit.edu>
855         * login/utmp_file.c (proc_utmp_eq): Only use ut_id field if valid.
857 1997-04-15 12:47  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
859         * sysdeps/m68k/fpu/fclrexcpt.c: New file.
860         * sysdeps/m68k/fpu/fenvbits.h: New file.
861         * sysdeps/m68k/fpu/fegetenv.c: New file.
862         * sysdeps/m68k/fpu/fegetround.c: New file.
863         * sysdeps/m68k/fpu/fesetenv.c: New file.
864         * sysdeps/m68k/fpu/fesetround.c: New file.
865         * sysdeps/m68k/fpu/feupdateenv.c: New file.
866         * sysdeps/m68k/fpu/fgetexcptflg.c: New file.
867         * sysdeps/m68k/fpu/fraiseexcpt.c: New file.
868         * sysdeps/m68k/fpu/fsetexcptflg.c: New file.
869         * sysdeps/m68k/fpu/ftestexcept.c: New file.
870         * sysdeps/m68k/fpu/mathbits.h: New file.
872         * sysdeps/m68k/fpu/s_remquo.c: New file.
873         * sysdeps/m68k/fpu/s_remquol.c: New file.
874         * sysdeps/m68k/fpu/s_remquof.c: New file.
876         * sysdeps/libm-ieee754/s_roundl.c: Restore integer bit when
877         mantissa overflows into exponent.  Fix priority of >> vs +.
879         * math/libm-test.c (basic_tests): Use the appropriate isnan and
880         isinf function to test the value of the nan function.
882 1997-04-15 13:40  Ulrich Drepper  <drepper@cygnus.com>
884         * sysdeps/libm-i387/s_finite.S: Fix typo.
886         * sysdeps/i386/fpu/__math.h: Add optimized versions of isgreater,
887         isgreaterequal, isless, islessequal, islessgreater, and
888         isunordered.
890 1997-04-15 03:14  Ulrich Drepper  <drepper@cygnus.com>
892         * wcsmbs/wcsstr.c: Add weak alias wcswcs for Unix98 compliance.
894         * math/Makefile (libm-calls): Add s_sincos and s_cproj.
895         * math/mathcalls.h: Add prototype for sincos.
896         * sysdeps/i386/fpu/__math.h: Warn about restriction on arguments to
897         inlined sin and cos function.
898         Define functions new in ISO C 9X when __USE_ISOC9X is defined.
899         Add optimized version of finite.
900         Rewrite sincos function to handle too large arguments.
901         * sysdeps/libm-i387/s_cos.S: Better code alignment.
902         * sysdeps/libm-i387/s_cosl.S: Likewise.
903         * sysdeps/libm-i387/s_sin.S: Likewise.
904         * sysdeps/libm-i387/s_sinl.S: Likewise.
905         * sysdeps/libm-i387/s_finite.S: Yet better code.
906         * sysdeps/libm-i387/s_finitef.S: Likewise.
907         * sysdeps/libm-i387/s_sincos.S: New file.
908         * sysdeps/libm-i387/s_sincosf.S: New file.
909         * sysdeps/libm-i387/s_sincosl.S: New file.
910         * sysdeps/libm-ieee754/s_sincos.c: New file.
911         * sysdeps/libm-ieee754/s_sincosf.c: New file.
912         * sysdeps/libm-ieee754/s_sincosl.c: New file.
914         * sysdeps/libm-ieee754/s_ccosh.c: Change to use sincos function.
915         * sysdeps/libm-ieee754/s_ccoshf.c: Likewise.
916         * sysdeps/libm-ieee754/s_ccoshl.c: Likewise.
917         * sysdeps/libm-ieee754/s_cexp.c: Likewise.
918         * sysdeps/libm-ieee754/s_cexpf.c: Likewise.
919         * sysdeps/libm-ieee754/s_cexpl.c: Likewise.
920         * sysdeps/libm-ieee754/s_csinh.c: Likewise.
921         * sysdeps/libm-ieee754/s_csinhf.c: Likewise.
922         * sysdeps/libm-ieee754/s_csinhl.c: Likewise.
923         * sysdeps/libm-ieee754/s_ctan.c: Likewise.
924         * sysdeps/libm-ieee754/s_ctanf.c: Likewise.
925         * sysdeps/libm-ieee754/s_ctanl.c: Likewise.
926         * sysdeps/libm-ieee754/s_ctanh.c: Likewise.
927         * sysdeps/libm-ieee754/s_ctanhf.c: Likewise.
928         * sysdeps/libm-ieee754/s_ctanhl.c: Likewise.
930         * sysdeps/libm-ieee754/s_cosl.c: Correct check for range.
931         * sysdeps/libm-ieee754/s_sinl.c: Likewise.
933         * sysdeps/libm-ieee754/s_roundtol.c: Fix typos.
934         * sysdeps/libm-ieee754/s_roundtoll.c: Likewise.
936         * nis/Makefile (services): Mention nisplus before compat.
937         * nis/nis_call.c (__do_niscall): Change type of variable server_len
938         to prevent warning.
939         * nis/nss_compat/compat-grp.c (getgrent_next_file_plusgroup): Add
940         cast to prevent warning.
941         * nis/nss_compat/compat-pwd.c (getpwent_next_file_plususer): Likewise.
942         * nis/nss_compat/compat-spwd.c (getspent_next_file_plususer): Likewise.
943         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent): Change
944         type of variable `i' to prevent warning.
945         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_parse_netent):
946         Likewise.
947         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_parse_protoent):
948         Likewise.
949         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent): Likewise.
950         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_parse_servent):
951         Likewise.
953         * sysdeps/generic/Dist: Remove old math implementation files.
954         * sysdeps/generic/mathimpl.h: Removed.
955         * sysdeps/generic/trig.h: Removed.
956         * sysdeps/generic/sincos.c: Removed.
957         * sysdeps/generic/asincos.c: Removed.
958         * sysdeps/generic/exp__E.c: Removed.
959         * sysdeps/generic/log__L.c: Removed.
961 1997-04-13 17:18  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
963         * malloc/malloc.c (fREe): Small optimization.  Before returning,
964         add fast check whether the heap containing top can go away.
966 1997-04-11 16:46  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
968         * malloc/malloc.c (mALLOc, rEALLOc, cALLOc, mEMALIGn): When
969         failing to allocate a new chunk, also try the main_arena.  It may
970         be that we are only running out of mmapped regions, and other
971         arenas cannot be enlarged sufficiently.
972         (new_heap, malloc_extend_top): Handle top_pad more consistently,
973         i.e. only in new_heap().
975 1997-04-13 21:10  Philip Blundell  <pjb27@cl.cam.ac.uk>
977         * sysdeps/posix/Makefile: Don't try to build and run mk-stdiolim
978         if cross-compiling.
980         * configure.in: Recognise "...linuxaout" OS names and turn off ELF.
982         * configure.in: Add ARM support.
983         * sysdeps/arm/Implies: New file.
984         * sysdeps/arm/__longjmp.S: New file.
985         * sysdeps/arm/bsd-_setjmp: New file.
986         * sysdeps/arm/bsd-setjmp: New file.
987         * sysdeps/arm/bytesex.h: New file.
988         * sysdeps/arm/fpu_control.h: New file.
989         * sysdeps/arm/jmp_buf.h: New file.
990         * sysdeps/arm/setjmp.h: New file.
991         * sysdeps/arm/sysdep.h: New file.
992         * sysdeps/unix/arm/config.h: New file.
994 1997-04-14 04:03  Ulrich Drepper  <drepper@cygnus.com>
996         * sysdeps/libm-ieee754/s_cproj.c: New file.
997         * sysdeps/libm-ieee754/s_cprojf.c: New file.
998         * sysdeps/libm-ieee754/s_cprojl.c: New file.
1000 1997-04-13 01:06  Ulrich Drepper  <drepper@cygnus.com>
1002         * isomac.c: Improve messages.
1004         * math/Makefile (libm-calls): Add s_nearbyint, s_catan, s_casin,
1005         s_ccos, s_csin, s_ctan, s_ctanh, s_cacos, s_casinh, s_cacosh,
1006         s_catanh, s_csqrt, and s_cpow.
1007         * math/libm-test.c: New functions ccos_test, cacos_test, cacosh_test,
1008         casin_test, casinh_test, catan_test, catanh_test, ctanh_test,
1009         csqrt_test, cpow_test, rint_test.
1010         * math/math.h: Include new header mathbits.h which defines some
1011         more (system dependent) types and some macros.
1012         (isfinite): Use __finite instead of fpclassify.
1013         * sysdeps/generic/mathbits.h: New file.
1014         * sysdeps/i386/fpu/mathbits.h: New file.
1015         * sysdeps/i386/huge_val.h: Don't define INFINITY.
1016         * sysdeps/ieee754/huge_val.h: Likewise.
1017         * sysdeps/m68k/huge_val.h: Likewise.
1019         * sysdeps/i386/fpu/fenvbits.h: Define FE_NOMASK_ENV.
1020         * sysdeps/i386/fpu/fesetenv.c: Handle FE_NOMASK_ENV.
1022         * math/complex.h (_Imaginary_I): Define correctly.  I misread the
1023         standard first.
1025         * sysdeps/libm-i387/s_finite.S: Optimized rewrite.
1026         * sysdeps/libm-i387/s_finitef.S: Likewise.
1027         * sysdeps/libm-i387/s_finitel.S: Likewise.
1028         Provided by Joe Keane <jgk@jgk.org>.
1030         * sysdeps/libm-i387/s_nearbyint.S: New file.
1031         * sysdeps/libm-i387/s_nearbyintf.S: New file.
1032         * sysdeps/libm-i387/s_nearbyintl.S: New file.
1033         * sysdeps/libm-ieee754/s_nearbyint.S: New file.
1034         * sysdeps/libm-ieee754/s_nearbyintf.S: New file.
1035         * sysdeps/libm-ieee754/s_nearbyintl.S: New file.
1037         * sysdeps/libm-ieee754/s_cacos.c: New file.
1038         * sysdeps/libm-ieee754/s_cacosf.c: New file.
1039         * sysdeps/libm-ieee754/s_cacosl.c: New file.
1040         * sysdeps/libm-ieee754/s_cacosh.c: New file.
1041         * sysdeps/libm-ieee754/s_cacoshf.c: New file.
1042         * sysdeps/libm-ieee754/s_cacoshl.c: New file.
1043         * sysdeps/libm-ieee754/s_casin.c: New file.
1044         * sysdeps/libm-ieee754/s_casinf.c: New file.
1045         * sysdeps/libm-ieee754/s_casinl.c: New file.
1046         * sysdeps/libm-ieee754/s_casinh.c: New file.
1047         * sysdeps/libm-ieee754/s_casinhf.c: New file.
1048         * sysdeps/libm-ieee754/s_casinhl.c: New file.
1049         * sysdeps/libm-ieee754/s_catan.c: New file.
1050         * sysdeps/libm-ieee754/s_catanf.c: New file.
1051         * sysdeps/libm-ieee754/s_catanl.c: New file.
1052         * sysdeps/libm-ieee754/s_catanh.c: New file.
1053         * sysdeps/libm-ieee754/s_catanhf.c: New file.
1054         * sysdeps/libm-ieee754/s_catanhl.c: New file.
1055         * sysdeps/libm-ieee754/s_ccos.c: New file.
1056         * sysdeps/libm-ieee754/s_ccosf.c: New file.
1057         * sysdeps/libm-ieee754/s_ccosl.c: New file.
1058         * sysdeps/libm-ieee754/s_cpow.c: New file.
1059         * sysdeps/libm-ieee754/s_cpowf.c: New file.
1060         * sysdeps/libm-ieee754/s_cpowl.c: New file.
1061         * sysdeps/libm-ieee754/s_csin.c: New file.
1062         * sysdeps/libm-ieee754/s_csinf.c: New file.
1063         * sysdeps/libm-ieee754/s_csinl.c: New file.
1064         * sysdeps/libm-ieee754/s_csqrt.c: New file.
1065         * sysdeps/libm-ieee754/s_csqrtf.c: New file.
1066         * sysdeps/libm-ieee754/s_csqrtl.c: New file.
1067         * sysdeps/libm-ieee754/s_ctan.c: New file.
1068         * sysdeps/libm-ieee754/s_ctanf.c: New file.
1069         * sysdeps/libm-ieee754/s_ctanl.c: New file.
1070         * sysdeps/libm-ieee754/s_ctanh.c: New file.
1071         * sysdeps/libm-ieee754/s_ctanhf.c: New file.
1072         * sysdeps/libm-ieee754/s_ctanhl.c: New file.
1074         * time/strftime.c (memset_space): Increment pointer.
1075         * time/strptime.c: Interpret year number 00-59 as 2000--2059.
1076         Patches by Karl Heuer <kwzh@gnu.ai.mit.edu>.
1078 1997-04-11 11:57  Miguel de Icaza <miguel@nuclecu.unam.mx>
1080         * sysdeps/unix/sysv/linux/sparc/syscalls.list: Remove fork,
1081         pipe, syscall.
1083 1997-04-05 00:57  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1085         * sysdeps/libm-ieee754/s_remquo.c: Change algorithm, although
1086         probably still wrong.
1087         * sysdeps/libm-ieee754/s_remquof.c: Likewise.
1088         * sysdeps/libm-ieee754/s_remquol.c: Likewise.
1090         * math/libm-test.c (remquo_test): Corrected.
1092 1997-04-11 00:01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1094         * sysdeps/m68k/fpu/__math.h (__rinttol, rinttol): New inline.
1095         * sysdeps/m68k/fpu/s_rinttol.c: New file.
1096         * sysdeps/m68k/fpu/s_rinttoll.c: New file.
1098         * math/libm-test.c (remquo_test): Use check_long to test the
1099         quotient.
1100         (cbrt_test): Add epsilons for long double.
1102 1997-04-10 18:48  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1104         * locale/localeinfo.h: Update declaration of _nl_current.
1106 1997-04-11 11:27  Ulrich Drepper  <drepper@cygnus.com>
1108         * rellnsh-sh: Use explicitely /bin/pwd to find the external program.
1110         * math/Makefile (headers): Add fenv.h and fenvbits.h.
1111         (libm-support): Add s_rountol, s_roundtoll, fclrexcpt, fgetexcptflg,
1112         fraiseexcpt, fsetexcptflg, ftestexcept, fegetround, fesetround,
1113         fegetenv, feholdexcpt, fesetenv, feupdateenv.
1114         (libm-calls): Add s_round.
1115         * math/fenv.h: New file.
1116         * math/libm-test.c: Correct tests for s_rinttol and s_rinttoll.
1117         Add roundtol_check and roundtoll_check.
1118         * math/math.h: Pretty printing.
1119         * sysdeps/i386/fpu/fclrexcpt.c: New file.
1120         * sysdeps/i386/fpu/fegetenv.c: New file.
1121         * sysdeps/i386/fpu/fegetround.c: New file.
1122         * sysdeps/i386/fpu/feholdexcpt.c: New file.
1123         * sysdeps/i386/fpu/fenvbits.h: New file.
1124         * sysdeps/i386/fpu/fesetenv.c: New file.
1125         * sysdeps/i386/fpu/fesetround.c: New file.
1126         * sysdeps/i386/fpu/fgetexcptflg.c: New file.
1127         * sysdeps/i386/fpu/fraiseexcpt.c: New file.
1128         * sysdeps/i386/fpu/fsetexcptflg.c: New file.
1129         * sysdeps/i386/fpu/ftestexcept.c: New file.
1130         * sysdeps/stub/fclrexcpt.c: New file.
1131         * sysdeps/stub/fegetenv.c: New file.
1132         * sysdeps/stub/fegetround.c: New file.
1133         * sysdeps/stub/feholdexcpt.c: New file.
1134         * sysdeps/stub/fenvbits.h: New file.
1135         * sysdeps/stub/fesetenv.c: New file.
1136         * sysdeps/stub/fesetround.c: New file.
1137         * sysdeps/stub/fgetexcptflg.c: New file.
1138         * sysdeps/stub/fraiseexcpt.c: New file.
1139         * sysdeps/stub/fsetexcptflg.c: New file.
1140         * sysdeps/stub/ftestexcept.c: New file.
1142         * sysdeps/libm-i387/s_trunc.S: New file.
1143         * sysdeps/libm-i387/s_truncf.S: New file.
1144         * sysdeps/libm-i387/s_truncl.S: New file.
1146         * sysdeps/libm-ieee754/s_round.c: New file.
1147         * sysdeps/libm-ieee754/s_roundf.c: New file.
1148         * sysdeps/libm-ieee754/s_roundl.c: New file.
1150         * sysdeps/libm-ieee754/s_ccosh.c: Rewritten to use fpclassify.
1151         * sysdeps/libm-ieee754/s_ccoshf.c: Likewise.
1152         * sysdeps/libm-ieee754/s_ccoshl.c: Likewise.
1153         * sysdeps/libm-ieee754/s_cexp.c: Likewise.
1154         * sysdeps/libm-ieee754/s_cexpf.c: Likewise.
1155         * sysdeps/libm-ieee754/s_cexpl.c: Likewise.
1156         * sysdeps/libm-ieee754/s_clog.c: Likewise.
1157         * sysdeps/libm-ieee754/s_clogf.c: Likewise.
1158         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
1159         * sysdeps/libm-ieee754/s_csinh.c. Likewise.
1160         * sysdeps/libm-ieee754/s_csinhf.c. Likewise.
1161         * sysdeps/libm-ieee754/s_csinhl.c. Likewise.
1163         * sysdeps/libm-ieee754/s_ceill.c: Corrected.  The mantissa has only
1164         63 bits.
1165         * sysdeps/libm-ieee754/s_floorl.c: Likewise.
1167         * po/pl.po: Updated.
1169         * string/swab.c: Correctly handle array of odd length.
1171         * sysdeps/generic/memmem.c: Update copyright.
1172         * manual/string.texi: Correct prototype in memmem documentation.
1174 1997-04-10 20:22  Ulrich Drepper  <drepper@cygnus.com>
1176         * hurd/Makefile (sunrpc-headers): Add clnt.h.
1177         Proposed by Thomas Bushnell <thomas@gnu.ai.mit.edu>.
1179 1997-04-09 14:21  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1181         * sysdeps/sparc/dl-machine.h: Bug fix: I was not loading
1182         the proper value from the GOT.  Pass argument block to
1183         init function.
1185         * sysdeps/sparc/elf/start.c: Call atexit (_fini) after calling
1186         _init ().
1188         * sysdeps/sparc/fpu_control.h: Fix the FPU constants.  I got them
1189         wrong the first time.
1191         * sysdeps/sparc/setjmp.S: PIC code was clobbering a callee saved
1192         register.
1194         * sysdeps/sparc/udiv_qrnnd.S: Add type @function.
1196         * sysdeps/unix/sysv/linux/sparc/init-first.h: Linux/SPARC specific
1197         SYSDEP_CALL_INIT.
1199         * sysdeps/unix/sysv/linux/sparc/signum.h: Remove definition for
1200         NSIG and duplicated SIGIOT.
1202 1997-04-05 00:57  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1204         * sysdeps/libm-ieee754/s_remquo.c: Change algorithm, although
1205         probably still wrong.
1206         * sysdeps/libm-ieee754/s_remquof.c: Likewise.
1207         * sysdeps/libm-ieee754/s_remquol.c: Likewise.
1209         * math/libm-test.c (remquo_test): Corrected.
1211 1997-04-03 18:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1213         * Makefile (parent-tests): New target to run the tests to that
1214         they are executed even if some subdir tests have failed.
1215         (tests): Depend on parent-tests instead of running the tests
1216         directly.
1218 1997-04-03 12:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1220         Clean up name space pollution in libnss_*.so:
1221         * nis/nss_compat/compat-pwd.c, resolv/mapv4v6addr.h,
1222         resolv/nss_dns/dns-host.c: Replace bzero by memset, bcopy by
1223         memcpy and bcmp by memcmp to clean up namespace.
1224         * nss/nss_db/db-XXX.c (internal_setent): Use __dbopen instead of
1225         dbopen.
1226         * nss/nss_db/db-alias.c (internal_setent): Likewise.
1227         * nss/nss_db/db-netgrp.c (_nss_db_setnetgrent): Likewise.
1228         * db/db/db.c [_LIBC]: Define __dbopen instead of dbopen and make
1229         the latter a weak alias.
1230         * db/db.h: Declare __dbopen.
1231         * db/btree/btree.h [_LIBC]: Prepend __ to all mpool functions.
1232         * db/mpool/mpool.c [_LIBC]: Define all external functions with __
1233         prefix and make the old names weak aliases.
1234         * db/mpool.h: Declare the new internal names.
1236 1997-04-04 23:57  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1238         * stdio-common/vfscanf.c: Fix scanning of hexadecimal fp number.
1239         * stdio-common/tstscanf.c: Add test case for this.
1241 1997-04-04 17:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1243         * math/libm-test.c: Fix more typos.
1245 1997-04-03 17:15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1247         * math/libm-test.c (csinh_test): Fix test names.
1248         (ccosh_test): Likewise.
1250         * sysdeps/libm-ieee754/s_csinh.c: Use sinh function instead of
1251         computing it directly.
1252         * sysdeps/libm-ieee754/s_csinhf.c: Likewise.
1253         * sysdeps/libm-ieee754/s_csinhl.c: Likewise.
1255         * sysdeps/libm-ieee754/s_ccosh.c:  Use cosh function instead of
1256         computing it directly.
1257         * sysdeps/libm-ieee754/s_ccoshf.c: Likewise.
1258         * sysdeps/libm-ieee754/s_ccoshl.c: Likewise.
1260         * sysdeps/libm-ieee754/s_cexp.c: Use internal exp function instead
1261         of wrapper.
1262         * sysdeps/libm-ieee754/s_cexpf.c: Likewise.
1263         * sysdeps/libm-ieee754/s_cexpl.c: Likewise.
1264         * sysdeps/m68k/fpu/s_cexp.c: Likewise.  Correct handling of
1265         special values.  Avoid use of fsincos if all that is needed is the
1266         quadrant.
1268         * sysdeps/m68k/fpu/s_ccosh.c: New file.
1269         * sysdeps/m68k/fpu/s_ccoshf.c: New file.
1270         * sysdeps/m68k/fpu/s_ccoshl.c: New file.
1271         * sysdeps/m68k/fpu/s_csinh.c: New file.
1272         * sysdeps/m68k/fpu/s_csinhl.c: New file.
1273         * sysdeps/m68k/fpu/s_csinhf.c: New file.
1275 1997-04-03 10:18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1277         * manual/Makefile (dir-add.texi): Simplify.
1279 1997-04-09 01:24  Ulrich Drepper  <drepper@cygnus.com>
1281         * rellns-sh: Rewrite to work also in presence of symlinks.
1283         * arpg/argp-fmtstream.c: Add casts to prevent warnings.
1284         * argp/argp-fmtstream.h: Likewise.
1285         * argp/argp-help.c: Likewise.
1287         * elf/dl-minimal.c: Add definition of calloc.
1288         * elf/version.c: Add casts to prevent warnings.
1289         (_dl_check_map_versions): Use calloc instead of malloc+memset.
1291         * locale/setlocale.c (_nl_current): Add element with index LC_ALL.
1292         Reported by Greg McGary <gkm@eng.ascend.com>.
1294         * manual/libc.texinfo: Update malloc documentation for new malloc.
1295         * manual/memory.texi: Likewise.
1296         Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.
1298         * math/libm-test.c (check_long): New function.
1299         (check_longlong): New function.
1300         (rinttol_test): New function.
1301         (rinttoll_test): New function.
1303         * nis/nss_compat/compat-grp.c (in_blacklist): Improve a bit.
1304         * nis/nss_compat/compat-pwd.c: Likewise.
1305         * nis/nss_compat/compat-spwd.c: Likewise.
1307         * stdlib/erand48_r.c (erand48_r): Build double value using
1308         ieee754_double union and use random bits in different order to
1309         increase effect of seed.
1310         Reported by David Mosberger-Tang <davidm@AZStarNet.com>.
1312         * sunrpc/svc_auth.c: Moved to ...
1313         * sysdeps/generic/svc_auth.c: ...here.
1315         * time/time.h: Pretty print.
1317 1997-04-08 07:19  H.J. Lu  <hjl@gnu.ai.mit.edu>
1319         * libio/genops.c (_IO_flush_all_linebuffered): Don't flush on
1320         a read-only stream.
1322 1997-04-09 01:19  Ulrich Drepper  <drepper@cygnus.com>
1324         * malloc/malloc.c (mALLOC_STATs) [MALLOC_DEBUG>1]: Put declaration
1325         in correct place.
1326         Patch by Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>.
1328 1997-04-07 15:34  Ulrich Drepper  <drepper@cygnus.com>
1330         * stdio-common/Makefile (tests): Add tst-ferror.
1331         * stdio-common/tst-ferror.c: New file.  Some tests for error
1332         indicator of streams.
1333         * stdio-common/tst-ferror.input: New file.
1335         * isomac.c: Let tests not fail because the compiler defines itself
1336         symbols which violate the name space rules.  gcc defines symbols
1337         for the architecture which are not protected by an underscore
1338         character.
1340         * math/Makefile (libm-support): Add s_rinttol and s_rinttoll.
1341         (libm-calls): Add s_clog.
1342         * sysdeps/libm-ieee754/s_clog.c: New file.  Implementation of
1343         logarithm of complex value.
1344         * sysdeps/libm-ieee754/s_clogf.c: New file.
1345         * sysdeps/libm-ieee754/s_clogl.c: New file.
1346         * math/libm-test.c (clog_test): Compile this function.  Fix a few
1347         typos.
1348         (main): Call clog_test.
1350         * sysdeps/libm-ieee754/s_rinttol.c: New file.  Round long double
1351         value to long int.
1352         * sysdeps/libm-i387/s_rinttol.S: New file.
1353         * sysdeps/libm-ieee754/s_rinttoll.c: new file.  Round long double
1354         value to long long int.
1355         * sysdeps/libm-i387/s_rinttoll.S: New file.
1357         * sysdeps/libm-ieee754/s_rintl.c: Many corrections.  The previous
1358         version was full of errors.
1360         * math/math.h (rinttol): Argument is of type `long double' not
1361         `double'.
1362         (rinttoll): Likewise.
1363         (roundtol): Likewise.
1364         (roundtoll): Likewise.
1366 1997-04-06 11:32  H.J. Lu  <hjl@gnu.ai.mit.edu>
1368         * posix/getopt.c (_getopt_initialize): Preserve optind.
1369         (_getopt_internal): Set optind to 1 if optind == 0 before
1370         calling _getopt_initialize ().
1372 1997-04-05 16:45  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1374         * nis/rpcsvc/nislib.h: Change const nis_name to new type
1375         const_nis_name.
1376         * nis/nis_intern.c: Likewise.
1377         * nis/nis_intern.h: Likewise.
1378         * nis/nis_server.c: Likewise.
1379         * nis/nis_subr.c: Likewise.
1380         * nis/nis_table.c: Likewise.
1381         * nis/nis_names.c: Likewise.  Fill out ns_request structure in
1382         nis_add().
1384         * nis/nss_compat/compat-pwd.c: Use reentrant netgroup functions.
1385         * nis/nss_compat/compat-spwd.c: Likewise.
1387 1997-03-27 07:37  H.J. Lu  <hjl@gnu.ai.mit.edu>
1389         * libio/fileops.c (_IO_file_overflow): Set error when try to write
1390         on a read-only stream.
1392         * sysdeps/gnu/utmpbits.h (ut_xtime): New symbol.
1393         (ut_time): Define it only if _NO_UT_TIME is not defined.
1395 1997-04-06 00:42  Ulrich Drepper  <drepper@cygnus.com>
1397         * misc/tst-tsearch.c: Include <string.h>.  Define _GNU_SOURCE only
1398         if not already defined.
1400 1997-04-05 16:14  Ulrich Drepper  <drepper@cygnus.com>
1402         * sysdeps/unix/sysv/linux/netatalk/at.h: Include <sys/socket.h> to
1403         get definition of sa_family_t for <linux/atalk.h>.
1404         Reported by a sun <asun@zoology.washington.edu>.
1406         * malloc/malloc.c (cALLOc): Little optimization.
1408 1997-04-05 03:11  Ulrich Drepper  <drepper@cygnus.com>
1410         * inet/arpa/inet.h: Rewrite.  Don't use the ugly BSD way to write
1411         headers but instead add comments and parameter names.
1412         Don't use BSD specific types in prototypes.
1414         * manual/nss.texi: Correct a few typos and errors.
1416         * sysdeps/libm-ieee754/s_cbrt.c: Complete rewrite based on better
1417         algorithm.
1418         * sysdeps/libm-ieee754/s_cbrtf.c: Likewise.
1419         * sysdeps/libm-ieee754/s_cbrtl.c: Likewise.
1421         * sysdeps/libm-i387/s_cbrt.S: New file.  Optimized assembler version
1422         with new algorithm.
1423         * sysdeps/libm-i387/s_cbrtf.S: New file.
1424         * sysdeps/libm-i387/s_cbrtl.S: New file.
1426         * sysdeps/libm-i387/s_frexp.S: Optimize even more.
1427         * sysdeps/libm-i387/s_frexpf.S: Likewise.
1428         * sysdeps/libm-i387/s_frexpl.S: Likewise.
1430 1997-04-04 18:55  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1432         * nis/Makefile: Remove CFLAGS-*, add publickey to databases.
1434         * nis/nis_call.c: Add MASTER_ONLY and HARD_LOOKUP flags, compile
1435         DES part only with secure RPC add-on.
1437         * nis/nis_names.c (nis_modify): Fix rpc function number.
1439         * nis/nis_server.c: Fix typos.
1441         * nis/nss_compat/compat-grp.c: Add NIS+ support.
1442         * nis/nss_compat/compat-pwd.c: Likewise.
1443         * nis/nss_compat/compat-spwd.c: Likewise.
1445         * nis/nss_nis/nis-grp.c: Only a return value > 0 from parse_line
1446         signals success.
1448         * nis/nss_nis/nis-publickey.c: Changes for compiling with/without
1449         secure RPC.
1450         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
1451         * nis/ypclnt.c: Likewise.
1452         * nis/nis_intern.h: Likewise.
1454         * nis/nss_nisplus/nisplus-alias.c: Correct parser return code.
1455         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1456         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1457         * nis/nss_nisplus/nisplus-network.c: Likewise.
1458         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1459         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1460         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1461         * nis/nss_nisplus/nisplus-service.c: Likewise.
1462         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1464         * nis/nss_nisplus/nisplus-grp.c: Rewrite parser for fixing errors
1465         and speedup.
1466         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
1468 1997-04-04 17:03  Ulrich Drepper  <drepper@cygnus.com>
1470         * math/libm-test.c (cbrt_test): Add tests for +-inf and NaN
1471         arguments.
1473 1997-04-03 19:24  H.J. Lu  <hjl@gnu.ai.mit.edu>
1475         * sysdeps/unix/sysv/linux/sigset.h (__sigisemptyset): Fix a
1476         typo.
1478 1997-04-03 16:10  Andreas Jaeger  <aj@arthur.pfalz.de>
1480         * sysdeps/libm-ieee754/s_nanf.c:
1481         * sysdeps/libm-ieee754/s_nan.c:
1482         * sysdeps/libm-ieee754/s_nanl.c: Include <stdio.h> for
1483         declaration of sprintf.
1485 1997-04-03 13:37  Ulrich Drepper  <drepper@cygnus.com>
1487         * sysdeps/libm-ieee754/s_cexp.c: Fix type: string_alias ->
1488         strong_alias.
1489         Reported by sun <asun@zoology.washington.edu>.
1491         * rpc/auth.h: Removed.
1492         * rpc/auth_des.h: Removed.
1493         * sunrpc/rpc/auth.h: Moved to ...
1494         * sysdeps/generic/rpc/auth.h: ...here.
1495         * sunrpc/rpc/auth_des.h: Moved to ...
1496         * sysdeps/generic/rpc/auth_des.h: ...here.
1498 1997-04-03 04:28  Ulrich Drepper  <drepper@cygnus.com>
1500         * sysdeps/libm-i387/s_frexp.S: New file.  ix87 optimized version.
1501         * sysdeps/libm-i387/s_frexpf.S: New file.
1502         * sysdeps/libm-i387/s_frexpl.S: New file.
1504 1997-04-01 10:11  H.J. Lu  <hjl@gnu.ai.mit.edu>
1506         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
1507         (sysdep_headers): Remove netinet/icmp.h.
1509 1997-04-02 16:55  Ulrich Drepper  <drepper@cygnus.com>
1511         * manual/socket.texi: Document behaviour of inet_ntoa in multi-
1512         threaded programs.
1513         * manual/stdio.texi: Change wording for snprintf description a bit.
1514         Correct typo in example.
1515         * manual/lang.texi: Add documentation of __va_copy.
1517         * Makefile: Add rule to easily generate dir-add.texi file.
1518         * manual/Makefile: Likewise.
1520         * manual/arith.texi: Add description of lldiv_t, lldiv, and atoll.
1521         Change description of strtoll and strtoull to make clear these
1522         are the preferred names.
1523         Describe `inf', `infinity', `nan', `nan(...)' inputs for strtod
1524         and friends.
1525         Change references to HUGE_VALf and HUGE_VALl to HUGE_VALF and
1526         HUGE_VALL.
1528 1997-04-02 16:28  Ulrich Drepper  <drepper@cygnus.com>
1530         * grp/fgetgrent.c: Don't use fixed buffer length.  Allow dynamic
1531         adjustment if the underlying function say it is too small.
1532         * pwd/fgetpwent.c: Likewise.
1533         * shadow/fgetspent.c: Likewise.
1534         * shadow/sgetspent.c: Likewise.
1536         * grp/fgetgrent_r.c (__fgetgrent_r): If `parse_result' returns -1
1537         this means there was not enough room for the gr_mem array.
1539         * nss/nss_files/files-XXX.c: Leave loop and return error if
1540         `parse_result' returns -1.
1542         * nss/nss_files/files-parse.c (parse_line): Return -1 if parsing
1543         of trailing list fails because of low memory.
1544         (parse_list): Rewrite.  The logic was completly incorrect since
1545         the checks for overflowing the array were not executed when
1546         needed.
1548         * shadow/sgetspent_r.c: Only a return value > 0 from parse_line
1549         signals success.
1551         * nss/getXXbyYY.c: Make sure NULL is returned if we ran out of memory.
1552         * nss/getXXent.c: Likewise.
1554         * stdlib/strtod.c (SET_MANTISSA): Make sure that at least one bit
1555         is set in mantissa.
1556         * stdlib/strtof.c: Likewise.
1557         * stdlib/strtold.c: Likewise.
1558         * wcsmbs/wcstof.c: Likewise.
1559         * wcsmbs/wcstold.c: Likewise.
1561         * sysdeps/libm-ieee754/s_nan.c: Use strtod if parameter is not empty
1562         string.
1563         * sysdeps/libm-ieee754/s_nanf.c: Likewise.
1564         * sysdeps/libm-ieee754/s_nanl.c: Likewise.
1566 1997-04-02 13:56  Ulrich Drepper  <drepper@cygnus.com>
1568         * manual/errno.texi: Add description of strerror_r.
1570 1997-04-01 19:07  H.J. Lu (hjl@gnu.ai.mit.edu)
1572         * manual/errno.texi: Add ENOMEDIUM and EMEDIUMTYPE.
1574 1997-04-02 13:55  Ulrich Drepper  <drepper@cygnus.com>
1576         * sysdeps/gnu/errlist.awk: The Texinfo file is named errno.texi.
1578 1997-03-30 10:59  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1580         * sysdeps/m68k/fpu/s_cexp.c: New file.
1581         * sysdeps/m68k/fpu/s_cexpf.c: New file.
1582         * sysdeps/m68k/fpu/s_cexpl.c: New file.
1583         * sysdeps/m68k/fpu/s_nearbyint.c: New file.
1584         * sysdeps/m68k/fpu/s_nearbyintf.c: New file.
1585         * sysdeps/m68k/fpu/s_nearbyintl.c: New file.
1586         * sysdeps/m68k/fpu/s_trunc.c: New file.
1587         * sysdeps/m68k/fpu/s_truncf.c: New file.
1588         * sysdeps/m68k/fpu/s_truncl.c: New file.
1590         * sysdeps/m68k/fpu/s_modf.c: Rewritten.
1591         * sysdeps/m68k/fpu/s_modff.c: Adapted.
1592         * sysdeps/m68k/fpu/s_modfl.c: Likewise.
1594         * sysdeps/m68k/fpu/e_atan2.c: Use __signbit inline.
1595         * sysdeps/m68k/fpu/e_pow.c: Likewise.  Write 0.0/0.0 for NaN.  Fix
1596         typo in test for `y = 0.5'.
1598         * sysdeps/m68k/fpu/__math.h: Define __trunc, __signbit,
1599         __nearbyint.  Remove __modf.
1601         * sysdeps/m68k/Makefile (CFLAGS-s_copysignl.c) [$(subdir)=math]:
1602         Define for gcc bug workaround.
1604         * math/libm-test.c (log2_test): Add epsilon for long double to
1605         "log2 (e)" and "log2 (16)".
1606         (modf_test): Fix test name.
1607         (sqrt_test): Add missing FUNC.
1609 1997-03-29 16:24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1611         * sunrpc/Makefile (CFLAGS-xrquota.c): Fix typo in variable name.
1613 1997-03-28 20:56  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1615         * stdlib/stdlib.h: Declare __clearenv.
1617 1997-03-28 18:03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1619         * sysdeps/libm-ieee754/s_asinhl.c: Fix Ulrich Dreppers mangling of
1620         the last change.
1622 1997-03-28 17:55  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1624         * configure.in: Call AC_CANONICAL_BUILD before referencing
1625         $build.  Fix test for BUILD_CC.
1627 1997-04-02 01:29  Philip Blundell  <pjb27@cam.ac.uk>
1629         * sysdeps/libm-ieee754/s_log2f.c (__log2f): Fix typo.
1631 1997-03-31 18:53  Philip Blundell  <pjb27@cam.ac.uk>
1633         * sysdeps/unix/sysv/linux/net/route.h: Add new IPv6 definitions.
1635 1997-04-01 14:08  Ulrich Drepper  <drepper@cygnus.com>
1637         * sysdeps/i386/memset.c: Fix typo.
1638         * sysdeps/stub/fchmod.c: Fix typo.
1639         * sysdeps/stub/fchdir.c: Fix typo.
1640         Reported by Fila Kolodny <fila@ibi.com>.
1642 1997-04-01 00:37  Ulrich Drepper  <drepper@cygnus.com>
1644         * math/Makefile: Prevent inlining for test-{float,double,longdouble}.
1645         * math/libm-test.c (initialize): Make strings unique and force
1646         values to memory.
1648         * posix/regex.c: Debug debugging code.
1650         * sysdeps/i386/asm-syntax.h: Define `L' macro to emit correct
1651         syntax for local label.
1652         * sysdeps/i386/add_n.S: Use correct local label syntax for the
1653         binary format.
1654         * sysdeps/i386/addmul_1.S: Likewise.
1655         * sysdeps/i386/lshift.S: Likewise.
1656         * sysdeps/i386/memchr.S: Likewise.
1657         * sysdeps/i386/memcmp.S: Likewise.
1658         * sysdeps/i386/mul_1.S: Likewise.
1659         * sysdeps/i386/rshift.S: Likewise.
1660         * sysdeps/i386/stpcpy.S: Likewise.
1661         * sysdeps/i386/stpncpy.S: Likewise.
1662         * sysdeps/i386/strchr.S: Likewise.
1663         * sysdeps/i386/strcspn.S: Likewise.
1664         * sysdeps/i386/strlen.S: Likewise.
1665         * sysdeps/i386/strpbrk.S: Likewise.
1666         * sysdeps/i386/strrchr.S: Likewise.
1667         * sysdeps/i386/strspn.S: Likewise.
1668         * sysdeps/i386/strtok.S: Likewise.
1669         * sysdeps/i386/sub_n.S: Likewise.
1670         * sysdeps/i386/submul_1.S: Likewise.
1671         * sysdeps/i386/i486/strcat.S: Likewise.
1672         * sysdeps/i386/i486/strlen.S: Likewise.
1673         * sysdeps/i386/i586/add_n.S: Likewise.
1674         * sysdeps/i386/i586/addmul_1.S: Likewise.
1675         * sysdeps/i386/i586/lshift.S: Likewise.
1676         * sysdeps/i386/i586/memset.S: Likewise.
1677         * sysdeps/i386/i586/mul_1.S: Likewise.
1678         * sysdeps/i386/i586/rshift.S: Likewise.
1679         * sysdeps/i386/i586/strchr.S: Likewise.
1680         * sysdeps/i386/i586/strlen.S: Likewise.
1681         * sysdeps/i386/i586/sub_n.S: Likewise.
1682         * sysdeps/i386/i586/submul_1.S: Likewise.
1684         * sysdeps/stub/s_log2l.c: Correct function name.
1686         * time/africa: Updated from ADO tzdata1997e.
1687         * time/antarctica: Likewise.
1688         * time/asia: Likewise.
1689         * time/australasia: Likewise.
1690         * time/europe: Likewise.
1691         * time/northamerica: Likewise.
1692         * time/southamerica: Likewise.
1693         * time/private.h: Updated from ADO tzcode1997d.
1694         * time/scheck.c: Likewise.
1696 1997-03-31 12:42  Ulrich Drepper  <drepper@cygnus.com>
1698         * sysdeps/unix/sysv/linux/powerpc/Dist: Add kernel_*.h files.
1700 1997-03-23 01:41  Geoff Keating  <geoffk@ozemail.com.au>
1702         * sysdeps/powerpc/strlen.s: Rewrote for more speed.
1703         * string/tst-strlen.c: Also test various string alignments.
1705 1997-03-19 06:11  Geoff Keating  <geoffk@ozemail.com.au>
1707         * sysdeps/unix/sysv/linux/powerpc/statbuf.h: Removed.
1708         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Added.
1710         * sysdeps/powerpc/dl-machine.h (ELF_PREFERRED_ADDRESS): Assume
1711         program base address is 0x01800000 if we can't otherwise tell what
1712         it is.
1713         (elf_machine_rela): Replace `assertion failed' with real error
1714         messages.
1716         * sysdeps/powerpc/dl-machine.h: More comments, more GNU indenting.
1717         Put in extra parentheses to make explicit the relative precedence
1718         of + and >>.
1720         * sysdeps/powerpc/bsd-setjmp.S: Add `__setjmp' symbol so the tests
1721         pass.
1722         * sysdeps/powerpc/clone.S: Rewrite.  Probably still doesn't work.
1724         * sysdeps/unix/sysv/linux/powerpc/sys/sysdep.h: Use .section "text"
1725         instead of .text.
1727 1997-03-31 02:28  Ulrich Drepper  <drepper@cygnus.com>
1729         * misc/tst-tsearch.c: Don't write to stderr, write to stdout
1730         instead.
1732         * inet/inet_ntoa.c (inet_ntoa): Complete rewrite.  Now uses
1733         thread-specific memory in multi-threaded programs.
1735         * sysdeps/stub/s_exp2.c: New file.  Stub version for exp2 function.
1736         * sysdeps/stub/s_exp2f.c: New file.
1737         * sysdeps/stub/s_exp2l.c: New file.
1738         Reported by a sun <asun@zoology.washington.edu>.
1740         * sysdeps/unix/sysv/linux/netatalk/atalk.h: Rename to...
1741         * sysdeps/unix/sysv/linux/netatalk/at.h: ...this.
1742         Suggested by a sun <asun@zoology.washington.edu>.
1744 1997-03-30 14:53  Ulrich Drepper  <drepper@cygnus.com>
1746         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h: Add former contents
1747         of <netinet/icmp.h>.
1748         Patch by a sun <asun@zoology.washington.edu>.
1750 1997-03-30 03:42  Ulrich Drepper  <drepper@cygnus.com>
1752         * math/libm-test.c: Add definition of ctanh_test, clog_test, and
1753         csqrt_test.
1755 1997-03-29 17:39  Ulrich Drepper  <drepper@cygnus.com>
1757         * math/Makefile (routines): Add carg, s_ccosh and s_csinh.
1759         * math/complex.h: Add C++ protection.
1761         * math/libm-test.c (cexp_test): Correct a few bugs.
1762         (csinh_test): New function.
1763         (ccosh_test): New function.
1764         (cacos_test): New function.
1765         (cacosh_test): New function.
1766         (casinh_test): New function.
1767         (catanh_test): New function.
1768         (main): Add calls to csinh_test and ccosh_test.
1770         * misc/Makefile (tests): Add tst-tsearch.
1771         Add rule to link tst-tsearch against libm.
1772         * misc/tsearch.c: Rewritten to use Red-Black-Tree algorithm by
1773         Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1774         * misc/tst-tsearch.c: New file.
1776         * stdio-common/bug5.c: Clear LD_LIBRARY_PATH environment variable
1777         before using system.
1778         * stdio-common/test-popen.c: Clear LD_LIBRARY_PATH environment variable
1779         before using popen.
1781         * sysdeps/libm-ieee754/s_cexp.c: Correct handling of special cases.
1782         * sysdeps/libm-ieee754/s_cexpf.c: Likewise.
1783         * sysdeps/libm-ieee754/s_cexpl.c: Likewise.
1785         * sysdeps/libm-i387/s_cexp.S: New file.  ix87 specific implementation
1786         of complex exponential function.
1787         * sysdeps/libm-i387/s_cexpf.S: New file.
1788         * sysdeps/libm-i387/s_cexpl.S: New file.
1790         * sysdeps/libm-ieee754/s_ccosh.c: New file.  Implementation of
1791         complex cosh function.
1792         * sysdeps/libm-ieee754/s_ccoshf.c: New file.
1793         * sysdeps/libm-ieee754/s_ccoshl.c: New file.
1794         * sysdeps/libm-ieee754/s_csinh.c: New file.  Implementation of
1795         complex sinh function.
1796         * sysdeps/libm-ieee754/s_csinhf.c: New file.
1797         * sysdeps/libm-ieee754/s_csinhl.c: New file.
1799         * math/carg.c: New file.  Generic implementatio of carg function.
1800         * math/cargf.c: New file.
1801         * math/cargl.c: New file.
1803 1997-03-29 16:07  Ulrich Drepper  <drepper@cygnus.com>
1805         * sysdeps/posix/system.c: Update copyright.
1807 1997-03-29 04:18  Ulrich Drepper  <drepper@cygnus.com>
1809         * elf/dl-error.c (_dl_catch_error): Add another argument which is
1810         passed to OPERATE.
1811         (_dl_receive_error): Likewise.
1812         * elf/link.h: Change prototypes for _dl_catch_error and
1813         _dl_receive_error to reflect above change.
1814         * elf/dl-deps.c: Don't use nested function.  Call _dl_catch_error
1815         with additional argument with pointer to data.
1816         * elf/dlclose.c: Likewise.
1817         * elf/dlerror.c: Likewise.
1818         * elf/dlopen.c: Likewise.
1819         * elf/dlsym.c: Likewise.
1820         * elf/dlvsym.c: Likewise.
1821         * elf/rtld.c: Likewise.
1822         * nss/nsswitch.c: Likewise.
1823         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1825 1997-03-28 21:14  Miguel de Icaza  <miguel@nuclecu.unam.mx>
1827         * elf/dl-error.c: Manually set up the values of "c", this avoids a
1828         call to memcpy and a zero 152 bytes structure.
1830         * sysdeps/sparc/dl-machine.h (elf_machine_rela): Test
1831         RTLD_BOOTSTRAP to avoid performing relative relocs on a second
1832         pass.
1834         * sysdeps/sparc/udiv_qrnnd.S: Make the code PIC aware.
1836         * sysdeps/unix/sysv/linux/sparc/Dist: Add kernel_stat.h and
1837         kernel_sigaction.h
1839         Add Linux/SPARC specific definitions.
1840         * sysdeps/unix/sysv/linux/sparc/fcntlbits.h: New file.
1841         * sysdeps/unix/sysv/linux/sparc/ioctls.h: New file.
1842         * sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h: New file.
1843         * sysdeps/unix/sysv/linux/sparc/kernel_stat.h: New file.
1844         * sysdeps/unix/sysv/linux/sparc/sigaction.h: New file.
1845         * sysdeps/unix/sysv/linux/sparc/signum.h: New file.
1846         * sysdeps/unix/sysv/linux/sparc/termbits.h: New file.
1848 1997-03-28 13:06  Philip Blundell  <pjb27@cam.ac.uk>
1850         * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Use
1851         __getservbyname_r() not getservbyname().
1852         (BROKEN_LIKE_POSIX): Define to 1 so we get strict POSIX behaviour.
1854 1997-03-27 02:28  Ulrich Drepper  <drepper@cygnus.com>
1856         * gmon/gmon.c (monstartup): Mark all messages.
1857         (write_call_graph): Rewrite to use larger I/O vector for writev
1858         call to reduce syscall overhead.
1859         (write_bb_counts): Simplify writev handling.
1861         * inet/rexec.c: Make string parameters `const'.
1862         * resolv/netdb.h: Add prototypes for rcmd, rexec, ruserok, and
1863         rresvport.
1865         * math/Makefile: Don't define CFLAGS-* macros to prevent inlining
1866         in libm-test.
1867         * math/libm-test.c (this_does_nothing): Remove functions.  It's
1868         notuseful on any platform but ix86.
1869         (inverse_func_pair_test): Don't use this_does_nothing.  Use
1870         memory reference.
1871         (identities1_test): Likewise.
1872         (identities2_test): Likewise.
1873         (identities3_test): Likewise.
1874         (basic_test): Likewise.
1875         Patch by Andreas Schwab.
1876         (BUILD_COMPLEX): New macro.  Create complex number from real and
1877         imaginary parts.  This works around bugs/inefficiencies in current
1878         gcc.
1879         (cexp_test): Use BUILD_COMPLEX.  Add more tests.
1881         * nss/nsswitch.c: Fix typo.
1883         * posix/glob.h: Add declaration for glob_pattern_p.
1884         * posix/glob.c: Rename glob_pattern_p to __glob_pattern_p and
1885         make glob_pattern_p a weak alias.  This function is used in other
1886         packages (e.g. bash).
1888         * signal/Makefile (routines): Add sigisempty, sigandset, and
1889         sigorset.
1890         * signal/signal.h: Add prototypes for sigisempty, sigandset, and
1891         sigorset.
1892         * signal/sigisempty.c: New file.
1893         * signal/sigandset.c: New file.
1894         * signal/sigorset.c: New file.
1895         * sysdeps/generic/sigset.h: Define __sigisemptyset, __sigandset,
1896         and __sigorset.
1897         * sysdeps/unix/sysv/linux/sigset.h: Likewise.
1899         * stdlib/strtod.c: Handle `n-char-sequence' in NaN parsing.  It
1900         determines the bits in the mantissa part of the NaN.
1901         * stdlib/strtof.c: Define SET_MANTISSA for float type.
1902         * wcsmbs/wcstof.c: Define SET_MANTISSA for float type.
1903         * stdlib/strtold.c: Define SET_MANTISSA for long double type.
1904         * wcsmbs/wcstold.c: Define SET_MANTISSA for long double type.
1906         * sysdeps/libm-ieee754/s_cexp.c: Use explicit assignment to
1907         complex number components.  Some more corrects for special cases.
1908         * sysdeps/libm-ieee754/s_cexpf.c: Likewise.
1909         * sysdeps/libm-ieee754/s_cexpl.c: Likewise.
1911         * sysdeps/sparc/elf/start.S: Remove as per request of Miguel de Icaza.
1913         * sysdeps/unix/sysv/linux/netinet/icmp.h: Remove since we have
1914         ip_icmp.h.  Reported by HJ Lu.
1916 1997-03-25 03:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1918         * sysdeps/m68k/Makefile (CFLAGS-rtld.c): Add -Wno-unused.
1920         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Rewritten as for
1921         i386.
1922         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p,
1923         ELF_MACHINE_RELOC_NOPLT): Define.
1925 1997-03-25 03:48  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1927         * grp/grp.h: Include <stddef.h> only once.
1929 1997-03-25 09:38  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1931         * sysdeps/unix/sysv/linux/termbits.h (OXTABS): Don't define.
1932         * sysdeps/unix/sysv/linux/alpha/termbits.h (OXTABS): Likewise.
1934         * termios/sys/ttydefaults.h (TTYDEF_OFLAG): Use either OXTABS or
1935         TAB3, if one of them is defined.
1937 1997-03-26 04:53  Ulrich Drepper  <drepper@cygnus.com>
1939         * posix/glob.c (next_brace_sub): Decrement depth counter when '}'
1940         is found.
1941         Patch by Dennis Henriksen <opus@flamingo.osrl.dk>.
1943 1997-03-25  16:25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1945         * sunrpc/Makefile: Comment gccwarn out.
1946         * sunrpc/auth_none.c: Fix prototypes and parameters for compiling
1947         with enabled warnings.
1948         * sunrpc/auth_unix.c: Likewise.
1949         * sunrpc/authuxprot.c: Likewise.
1950         * sunrpc/bindrsvprt.c: Likewise.
1951         * sunrpc/clnt_gen.c: Likewise.
1952         * sunrpc/clnt_perr.c: Likewise.
1953         * sunrpc/clnt_raw.c: Likewise.
1954         * sunrpc/clnt_simp.c: Likewise.
1955         * sunrpc/clnt_tcp.c: Likewise.
1956         * sunrpc/clnt_udp.c: Likewise.
1957         * sunrpc/get_myaddr.c: Likewise.
1958         * sunrpc/getrpcport.c: Likewise.
1959         * sunrpc/pm_getmaps.c: Likewise.
1960         * sunrpc/pm_getport.c: Likewise.
1961         * sunrpc/pmap_clnt.c: Likewise.
1962         * sunrpc/pmap_prot.c: Likewise.
1963         * sunrpc/pmap_prot2.c: Likewise.
1964         * sunrpc/pmap_rmt.c: Likewise.
1965         * sunrpc/rpc/auth.h: Likewise.
1966         * sunrpc/rpc/clnt.h: Likewise.
1967         * sunrpc/rpc/pmap_clnt.h: Likewise.
1968         * sunrpc/rpc/svc.h: Likewise.
1969         * sunrpc/rpc/svc_auth.h: Likewise.
1970         * sunrpc/rpc/types.h: Likewise.
1971         * sunrpc/rpc/xdr.h: Likewise.
1972         * sunrpc/rpc_clntout.c: Likewise.
1973         * sunrpc/rpc_cmsg.c: Likewise.
1974         * sunrpc/rpc_dtable.c: Likewise.
1975         * sunrpc/rpc_prot.c: Likewise.
1976         * sunrpc/svc.c: Likewise.
1977         * sunrpc/svc_auth.c: Likewise.
1978         * sunrpc/svc_authux.c: Likewise.
1979         * sunrpc/svc_raw.c: Likewise.
1980         * sunrpc/svc_run.c: Likewise.
1981         * sunrpc/svc_simple.c: Likewise.
1982         * sunrpc/svc_tcp.c: Likewise.
1983         * sunrpc/svc_udp.c: Likewise.
1984         * sunrpc/xdr.c: Likewise.
1985         * sunrpc/xdr_array.c: Likewise.
1986         * sunrpc/xdr_mem.c: Likewise.
1987         * sunrpc/xdr_rec.c: Likewise.
1988         * sunrpc/xdr_ref.c: Likewise.
1989         * sunrpc/xdr_stdio.c: Likewise.
1991 1997-03-25 13:39  Ulrich Drepper  <drepper@cygnus.com>
1993         * math/libm-test.c (log2_test): Compile this function and call it.
1994         (exp2_test): Likewise, but check whether function really exists
1995         before testing.
1997         * math/Makefile (libm-calls): Add s_log2 and s_exp2.
1999 1997-03-25 04:50  Ulrich Drepper  <drepper@cygnus.com>
2001         Implement exp2 function.
2002         * sysdeps/libm-i387/s_exp2.S: New file.
2003         * sysdeps/libm-i387/s_exp2f.S: New file.
2004         * sysdeps/libm-i387/s_exp2l.S: New file.
2006         Implement log2 function.
2007         * sysdeps/libm-i387/s_log2.S: New file.
2008         * sysdeps/libm-i387/s_log2f.S: New file.
2009         * sysdeps/libm-i387/s_log2l.S: New file.
2010         * sysdeps/libm-ieee754/s_log2.c: New file.
2011         * sysdeps/libm-ieee754/s_log2f.c: New file.
2012         * sysdeps/stub/s_log2.c: New file.  Stub version.
2014 1997-03-24 19:58  Richard Henderson  <rth@tamu.edu>
2016         * stdlib/tst-strtol.c (tests): Correct 64-bit entry.
2018         * sysdeps/alpha/bsd-_setjmp.S: Alias _setjmp to __setjmp for
2019         change to tst-setjmp.c.
2021         * sysdeps/alpha/dl-machine.h: Mirror Roland's recent changes.
2022         * sysdeps/i386/dl-machine.h: Correct noexec_p comment.
2023         * sysdeps/sparc/dl-machine.h: Likewise.
2025         * sysdeps/libm-ieee754/s_remquo.c: Rename {hp,lp} -> {hy,ly}.
2026         Add missing qs variable.
2027         * sysdeps/libm-ieee754/s_remquof.c: Likewise.
2029 1997-03-25 02:15  Ulrich Drepper  <drepper@cygnus.com>
2031         * gmon/gmon.c: Optimize a bit by using more sets of records to
2032         write in a single writev call.
2034         * math/math.h: Add definitions of macros __MATHCALLX and __MATHDECLX.
2035         * math/mathcalls.h: Use __MATHCALLX for fabs, infnan, copysign,
2036         nan, isnan, nextafter, trunc, __fpclassify and signbit to mark as
2037         `const'.
2038         Use __MATHDECLX for isinf and finite.
2040         * sysdeps/generic/setenv.c [_LIBC]: Define __clearenv and make
2041         clearenv a weak alias.
2043         Implement complex exponential function.
2044         * sysdeps/libm-ieee754/s_cexp.c: New file.
2045         * sysdeps/libm-ieee754/s_cexpf.c: New file.
2046         * sysdeps/libm-ieee754/s_cexpl.c: New file.
2048         * sysdeps/libm-ieee754/s_nan.c: Define function as __nan and make
2049         nan a weak alias.
2050         * sysdeps/libm-ieee754/s_nanf.c: Likewise for nanf.
2051         * sysdeps/libm-ieee754/s_nanl.c: Likewise for nanl.
2053         * sysdeps/unix/sysv/linux/iovec.h: Don't use kernel header because
2054         of type clashes.  Add all definitions here.
2056         * sysdeps/unix/sysv/linux/shmat.c: Likewise.  Correct types according
2057         to XPG4.2.
2058         * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
2059         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
2061         * sysvipc/sys/shm.h (shmat, shmdt): Correct types.
2063         * sysdeps/unix/sysv/linux/sys/kd.h: Define _LINUX_TYPES_H to avoid
2064         use of kernel types.
2066 1997-03-25 00:00  Ulrich Drepper  <drepper@cygnus.com>
2068         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_timestamp):
2069         Correct typos.  Reported by a sun <asun@zoology.washington.edu>.
2071 1997-03-20 21:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2073         * sysdeps/libm-ieee754/s_asinhl.c: Fix sign of result.
2075 1997-03-20 16:20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2077         * sysdeps/libm-ieee754/e_atan2l.c: Fix typo.
2079 1997-03-20 14:23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2081         * sysdeps/m68k/fpu/__math.h (__logb, logb): Don't define.
2082         * sysdeps/m68k/fpu/s_logb.c: Removed.
2083         * sysdeps/m68k/fpu/s_logbf.c: Removed.
2084         * sysdeps/m68k/fpu/s_logbl.c: Removed.
2086         * sysdeps/m68k/fpu/__math.h (__ieee754_atan2, __ieee754_pow):
2087         Don't define here.
2088         * sysdeps/m68k/fpu/e_atan2.c: Rewritten.
2089         * sysdeps/m68k/fpu/e_pow.c: Likewise.
2090         * sysdeps/m68k/fpu/e_atan2f.c: Based on e_atan2.c.
2091         * sysdeps/m68k/fpu/e_atan2l.c: Likewise.
2092         * sysdeps/m68k/fpu/e_powf.c: Based on e_pow.c.
2093         * sysdeps/m68k/fpu/e_powl.c: Likewise.
2095         * sysdeps/m68k/fpu/s_log2.c: New file.
2096         * sysdeps/m68k/fpu/s_log2f.c: New file.
2097         * sysdeps/m68k/fpu/s_log2l.c: New file.
2098         * sysdeps/m68k/fpu/s_exp2.c: New file.
2099         * sysdeps/m68k/fpu/s_exp2f.c: New file.
2100         * sysdeps/m68k/fpu/s_exp2l.c: New file.
2102 1997-03-20 14:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2104         * Makeconfig (all): Make sure this is always the default goal.
2106 1997-03-20 11:09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2108         * math/libm-test.c: Increase epsilon in many places.  Fix many
2109         typos.  Allow optinal argument also for short option.
2111 1997-03-20 11:09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2113         * math/Makefile ($(objpfx)$(tests)): Link against libm.
2115 1997-03-24 23:14  Ulrich Drepper  <drepper@cygnus.com>
2117         * sysdeps/libm-ieee754/s_fpclassifyl.c: Correct recognition of
2118         denormalized numbers.
2120         * sysdeps/i386/huge_val.h: Remove references to byte order macros.
2121         Don't include <endian.h>.
2123 1997-03-19 15:18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2124         * sysdeps/m68k/huge_val.h: Remove references to byte order macros.
2125         Don't include <endian.h>.
2127 1997-03-24 23:09  Ulrich Drepper  <drepper@cygnus.com>
2129         * inet/rcmd.c (iruserok): Use access instead of euidaccess.
2131 1997-03-15 18:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2133         * math/cmathcalls.h: Remove whitespace before function name in use
2134         of __MATHDECL macro, to make it compilable with a traditional
2135         preprocessor.
2137 1997-03-24 15:31  Ulrich Drepper  <drepper@cygnus.com>
2139         * configure.in: Use AC_PROG_CC instead of AC_PROG_TOOL to find
2140         compiler.
2142 1997-03-24 02:34  Ulrich Drepper  <drepper@cygnus.com>
2144         * sysdeps/libm-ieee754/s_finitel.c (__finitel): Shift return value
2145         by 31 positions to get 0/1 result.
2146         Patch by Joe Keane <jgk@jgk.org>.
2148 1997-03-23 12:15  H.J. Lu  <hjl@gnu.ai.mit.edu>
2150         * posix/getopt.c (__getopt_nonoption_flags): Make it extern
2151         to prevent from ld linking in getopt.o even if there is another
2152         incompatible one.
2154         * posix/getopt_init.c (__getopt_nonoption_flags): Remove extern.
2156 1997-03-23 23:30   Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2158         * nis/nis_call.c (__do_niscall): Print message if cold start file
2159         does not exist.
2160         * nis/nis_file.c: Don't print error messages.
2161         * nis/nis_local_name.c (nis_local_host): Fix pointer errors.
2162         * nis/rpcsvc/ypclnt.h: Fix copyright and prototypes.
2163         * nis/rpcsvc/nis.h: Likewise.
2164         * nis/ypclnt.c: Fix prototypes.
2166 1997-03-24 01:36  Ulrich Drepper  <drepper@cygnus.com>
2168         * sysdeps/libm-i387/e_scalb.S: Pop additional result before
2169         returning.
2170         * sysdeps/libm-i387/e_scalbf.S: Likewise.
2171         * sysdeps/libm-i387/e_scalbl.S: Likewise.
2172         Reported by Andreas Jaeger <aj@arthur.pfalz.de>.
2174         * elf/rtld.c (dl_main): Set main_map->l_opencount to 1 also if
2175         dynamic linker was called implicitly by the kernel.
2176         Reported by Eric Youngdale <eric@andante.jic.com>.
2178         * math/Makefile (CFLAGS-test-float.c, CFLAGS-test-double.c,
2179         CFLAGS-test-longdouble.c): New variables.  Set to -fno-inline to
2180         prevent clever optimizations which corrupt the tests.
2182 1997-03-23 21:33  Andreas Jaeger  <aj@arthur.pfalz.de>
2184         * math/libm-test.c (scalb_test): New function.
2185         (sqrt_test): New function.
2186         (scalbn_test): New function.
2187         (ilogb_test): New function.
2188         (main): Added calls for new test functions.
2189         (ldexp_test): Add another test for ldexp(x,0).
2191 1997-03-23 12:35  Andreas Jaeger  <aj@arthur.pfalz.de>
2193         * math/libm-test.c (remquo_test): Correct messages so that they
2194         match the tests.
2195         (copysign_test): Likewise.
2197 1997-03-23 16:28  Ulrich Drepper  <drepper@cygnus.com>
2199         * stdio-common/Makefile (routines): Add printf_size.
2201         * stdio-common/printf.h: Add declarations for printf_size and
2202         printf_size_info.
2204         * stdio-common/printf-parse.h (__printf_arginfo_table): Correct
2205         declaration.
2206         (parse_one_spec): Test whether __printf_function_table is not NULL
2207         before using registered handlers and don't test
2208         __printf_arginfo_table.  Update nargs also when handler is
2209         registered.
2211         * stdio-common/vfprintf.c (vfprintf): Count number of specifiers
2212         processed in fast loop.
2214         * stdio-common/printf_size: New file.
2216 1997-03-23 02:11  Ulrich Drepper  <drepper@cygnus.com>
2218         * time/sys/time.h: Make values ITIMER_* also available as macros.
2220         * elf/dl-support.c (_dl_sysdep_read_whole_file): Don't call
2221         __fstat but instead __fxstat directly to avoid dependency on
2222         libc.a when inline failed.
2223         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_read_whole_file): Likewise.
2225         * math/Makefile (libm-routines): Add s_remquo.
2226         * sysdeps/libm-i387/s_remquo.S: New file.
2227         * sysdeps/libm-i387/s_remquof.S: New file.
2228         * sysdeps/libm-i387/s_remquol.S: New file.
2229         * sysdeps/libm-ieee754/s_remquo.c: New file.
2230         * sysdeps/libm-ieee754/s_remquof.c: New file.
2231         * sysdeps/libm-ieee754/s_remquol.c: New file.
2233         * math/libm-test.c (remquo_test): New function.
2235         * sysdeps/libm-ieee754/s_rintl.c: Handle implicit leading one
2236         correctly.
2238 1997-03-22 14:06  Ulrich Drepper  <drepper@cygnus.com>
2240         * math/Makefile (libm-calls): Add s_nan.
2241         * sysdeps/libm-ieee754/s_nan.c: New file.  Implement `nan' function.
2242         * sysdeps/libm-ieee754/s_nanf.c: New file.  Implement `nanf' function.
2243         * sysdeps/libm-ieee754/s_nanl.c: New file.  Implement `nanl' function.
2245         * math/libm-test.c (basic_tests): Add tests for `nan' function.
2247         * math/libm-test.c (copysign_test): New function.
2248         (main): Call copysign_test.
2250 1997-03-22 06:28  Ulrich Drepper  <drepper@cygnus.com>
2252         * sysdeps/libm-ieee754/s_nextafter.c: Return y if x == y.
2253         * sysdeps/libm-ieee754/s_nextafterf.c: Likewise.
2254         * sysdeps/libm-ieee754/s_nextafterl.c: Likewise.
2255         * sysdeps/libm-i387/s_nextafterl.c: Likewise.
2257         * math/libm-test.c (fdim_test, fmin_test, fmax_test, nextafter_test):
2258         New functions.  Test these functions.
2259         (main): Call above new functions.
2261 1997-03-22 04:53  Ulrich Drepper  <drepper@cygnus.com>
2263         * Net release 2.0.2.
2265 1997-03-22 04:37  Ulrich Drepper  <drepper@cygnus.com>
2267         * sysdeps/unix/sysv/linux/termbits.h (OXTABS): Define as alias for
2268         XTABS.
2269         * sysdeps/unix/sysv/linux/alpha/termbits.h (OXTABS): Likewise.
2270         * termios/sys/ttydefaults.h: Partly revert patch by Andreas Schwab
2271         of Sun Dec 15 16:33:44 1996.
2272         Proposed by Thomas Bushnell <thomas@gnu.ai.mit.edu>.
2274 1997-03-21 13:41  Roland McGrath  <roland@baalperazim.frob.com>
2276         * sysdeps/sparc/dl-machine.h (elf_machine_rel): Rewritten as for i386.
2277         Check here for non-SHN_UNDEF STB_LOCAL symbols don't do any lookup or
2278         consult their values.
2279         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p,
2280         ELF_MACHINE_RELOC_NOPLT): New macros.
2282         * elf/rtld.c (dl_main): Pass ELF_MACHINE_RELOC_NOPLT to
2283         _dl_lookup_symbol in place of DL_LOOKUP_NOPLT.
2284         * sysdeps/i386/dl-machine.h (ELF_MACHINE_RELOC_NOPLT): New macro.
2286         * sysdeps/i386/dl-machine.h (elf_machine_rel): Rewritten to do the
2287         symbol lookup before checking reloc type except for R_386_RELATIVE.
2288         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): New macros.
2290         * elf/dl-reloc.c (RESOLVE): Remove STB_LOCAL check; let it be
2291         per-machine since it supposedly can't happen on i386.
2293         * elf/dl-lookup.c (do_lookup): Change arg FLAGS to RELOC_TYPE.  Use
2294         elf_machine_lookup_{noexec,noplt}_p macros on it.  Remove gratuitous
2295         indirection from REF arg; change callers.
2296         (_dl_lookup_symbol, _dl_lookup_versioned_symbol): Change arg name.
2297         (_dl_lookup_symbol_skip, _dl_lookup_versioned_symbol_skip): Remove
2298         FLAGS arg altogether.
2299         * elf/dlsym.c: Remove argument of FLAGS parameter.
2300         * elf/dlvsym.c: Likewise.
2301         * elf/link.h: Update decls.
2303 1997-03-21 20:55  Ulrich Drepper  <drepper@cygnus.com>
2305         * Makefile (distribute): Add BUGS.
2307         * sysdeps/generic/machine-gmon.h: Update copyright.
2309         * sysdeps/i386/Makefile [$(subdir)=gmon] (sysdep_routines): Add
2310         i386-mcount.
2311         * sysdeps/i386/dl-machine.h [PROF] (_dl_runtime_resolve): Don't
2312         use regparam mechanism for call of `fixup' call.
2313         * sysdeps/i386/Dist: New file.
2314         * sysdeps/i386/i386-mcount.S: New file.  `mcount' entry point.
2315         * sysdeps/i386/machine-gmon.h: New file.  i386 specific version
2316         of gmon definitions.
2318 1997-03-20 13:39  Andreas Jaeger  <aj@arthur.pfalz.de>
2320         * stdlib/tst-strtol.c (main): Save the value of errno since printf
2321         may modify it, use the saved errno everywhere.
2322         * stdlib/tst-strtod.c (main): Likewise.
2324 1997-03-21 05:54  Ulrich Drepper  <drepper@cygnus.com>
2326         * posix/glob.c (glob): Fix completely broken handling of
2327         GLOB_BRACE and partly broken handling of GLOB_TILDE.
2328         Reported by Dennis Henriksen <opus@flamingo.osrl.dk>.
2330 1997-03-20 20:22  Ulrich Drepper  <drepper@cygnus.com>
2332         * sysdeps/unix/sysv/linux/readv.c: Don't emulate readv with small
2333         UIO_FASTIOV value by multiple readv calls since we need atomicity.
2334         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2335         Reported by Matthis Urlichs.
2337 1997-03-20 04:34  Roland McGrath  <roland@baalperazim.frob.com>
2339         * sysdeps/unix/sysv/linux/i386/sysdep.S (CALL_MCOUNT): Clear this
2340         macro so ENTRY(__syscall_error) doesn't insert a call to _mcount,
2341         which clobbers %eax.
2343         * Makeconfig [$(elf)=yes] (+prector, +postctor): New variables for
2344         crtbegin.o/crtend.o, using gcc to find them.
2345         (+link): Use them.
2347 1997-03-20 00:06  Richard Henderson  <rth@tamu.edu>
2349         * gmon/sys/gmon.h: Revert the bulk of the 960930 changes, as they
2350         affect the alignment, and therefore the end padding of the structs.
2351         Reported by David Mosberger <davidm@azstarnet.com>.
2352         * gmon.c: Declare the variables with aligned tags to compensate.
2353         Use __writev instead of write for the I/O.
2355         * misc/sys/uio.h: Declare __writev and __readv.
2356         * sysdeps/posix/readv.c: Rename and alias readv to __readv.
2357         * sysdeps/posix/writev.c: Likewise for writev.
2358         * sysdeps/stub/readv.c: Likewise.
2359         * sysdeps/stub/writev.c: Likewise.
2360         * sysdeps/unix/syscalls.list: Likewise.
2361         * sysdeps/unix/sysv/linux/readv.c: Likewise.
2362         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2364         * stdlib/testdiv.c: Exit with error status when we have an error.
2365         * sysdeps/alpha/div.S: Initialize `quotient' and `mask'.
2366         * sysdeps/alpha/ldiv.S: Likewise.
2368         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Include ctype.h for isdigit.
2370 1997-03-20 14:51  Ulrich Drepper  <drepper@cygnus.com>
2372         * nis/nis_file.c: Unify error handling.
2374 1997-03-19 18:36  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2376         * nis/nis_file.c (writeColdStartFile): Fix typo.
2377         * nis/nis_free.c (nis_free_endpoints): Use unsigned int.
2378         * nis/nis_free.c (nis_free_servers): Likewise.
2379         * nis/rpcsvc/nislib.h: Likewise.
2381         * sunrpc/rpc/netdb.h: Add setrpcent and endrpcent prototypes.
2383 1997-03-20 06:07  Ulrich Drepper  <drepper@cygnus.com>
2385         * sysdeps/powerpc/dl-machine.h: Fix typo in last change.
2387         * sysdeps/unix/sparc/sysdep.h: Update copyright.
2389 1997-03-19 15:13  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2391         * linuxthreads/sysdeps/sparc/pt-machine (RELEASE): Fix.
2393         * stdlib/tst-strtol.c: Save the value of errno, printf may modify
2394         it.
2396         * sysdeps/sparc/DEFS.h [HAVE_ELF]: Use type @function in the FUNC
2397         macro on ELF systems.
2399         * sysdeps/sparc/configure.in: Fix.
2401         * sysdeps/sparc/dl-machine.h: Fix OPCODE_CALL.
2403         * sysdeps/sparc/setjmp.S: Fix my bugs.
2405         * sysdeps/unix/sysv/linux/sparc/Dist: Add start.c, fork.S, and pipe.S.
2406         * sysdeps/unix/sysv/linux/sparc/Makefile: Define asm-CPPFLAGS and
2407         as-FLAGS-.so.
2408         * sysdeps/unix/sysv/linux/sparc/syscalls.list: Add fork, pipe, and
2409         syscall.
2410         * sysdeps/unix/sysv/linux/sparc/fork.S: New file.
2411         * sysdeps/unix/sysv/linux/sparc/pipe.S: New file.
2412         * sysdeps/unix/sysv/linux/sparc/socket.S: Fix.
2413         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Fix.
2415         * elf/dl-lookup.c (do_lookup): Return true if we found a weak
2416         symbol.
2417         (_dl_lookup_symbol): Test against the symbol being global not
2418         against the symbol being not weak (fixes important problem with
2419         the SPARC linker)
2421         * sysdeps/unix/sysv/linux/sparc/brk.c: Fix.
2423         * sysdeps/unix/sysv/linux/sparc/start.c: Startup code for
2424         Linux/SPARC (while I get my asmCPPFLAGS-so variable).
2426 1997-03-20 01:49  Ulrich Drepper  <drepper@cygnus.com>
2428         * Makeconfig: (rpath-link): Add math/ directory.
2429         (math-objdir): New variable.
2430         (link-extra-lib): Define to special version when
2431         $(common-objpfx)!=$(objpfx) to allow libraries outside
2432         $(common-objpfx) be linked to the application.
2434         * math/Makefile: Add rules to build and run test programs.
2435         * math/libm-test.c (_GNU_SOURCE): Define only if still undefined.
2436         (check_equal): Correct check for error.
2437         (ceil_test): Fix typo.
2438         (log_test): Fix typo.
2439         (floor_test): Fix typo.
2440         (pow_test): Fix typos.
2441         (log10_test): Allow slight incorrectness for `log10(e)'.
2442         (modf_test): New functions to test `modf' et.al.
2443         (hypot_test): Rewrite test completely.
2444         Patch partly by Andreas Jaeger.
2445         * math/test-double.h (__NO_MATH_INLINES): Define only if not
2446         already defined.
2447         * math/test-float.h: Likewise.
2448         * math/test-logdouble.h: Likewise.
2450         * setjmp/setjmp.h: Change references of ANSI C to ISO C.
2451         * setjmp/tst-setjmp.c: Correct and extend test suite.
2452         * sysdeps/i386/__longjmp.S: Update copyright.
2453         * sysdeps/i386/bsd-_setjmp.S: Correct fatal bug in jump to
2454         `__sigsetjmp' in PIC code.
2455         * sysdeps/i386/bsd-setjmp.S: Likewise.
2457         * sysdeps/libm-i387/e_pow.S: Correct recognition of mantissa
2458         overflow.
2459         * sysdeps/libm-i387/e_powf.S: Likewise.
2460         * sysdeps/libm-i387/s_expm1.S: Handle x == +-0 as a special
2461         case since expm1(-0) == -0.
2462         * sysdeps/libm-i387/s_expm1f.S: Likewise.
2463         * sysdeps/libm-i387/s_expm1l.S: Likewise.
2464         * sysdeps/libm-ieee754/s_modf.c: Optimize code by avoiding unneeded
2465         access to FP number.
2466         * sysdeps/libm-ieee754/s_modff.c: Likewise.
2467         * sysdeps/libm-ieee754/s_modfl.c: Correct former completely bogus
2468         code.  It never worked correctly.
2469         * sysdeps/libm-ieee754/s_tanh.c: Handle x == +-0 as a special
2470         case since tanh(-0) == -0.
2471         * sysdeps/libm-ieee754/s_tanhf.c: Likewise.
2472         * sysdeps/libm-ieee754/s_tanhl.c (__tanhl): Correct handling of -inf.
2474 1997-03-19 21:13  Ulrich Drepper  <drepper@cygnus.com>
2476         * stdlib/strtod.c (STRTOL): Use wchar_t as type for `decimal' and
2477         `thousands' to support systems with sizeof(wchar_t) !=
2478         sizeof(wint_t).  Blargh.
2480         * sysdeps/unix/sysv/linux/socketbits.h: Remove definition of
2481         SOL_IP, SOL_TCP, SOL_UDP, and SOL_IPX as they are defined in
2482         appropriate headers.
2484         * sysdeps/unix/sysv/linux/writev.c: Don't use MAX_IOVEC.  Test for
2485         UIO_FASTIOV and set to 8 if not available.
2486         * sysdeps/unix/sysv/linux/readv.c: Likewise.
2487         Patch by HJ Lu.
2489         * sysdeps/unix/sysv/linux/xstat.c: Include <kernel_stat.h>, not
2490         "kernel_stat.h".
2491         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
2492         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
2493         Reported by fabsoft@fabsoft2.zarm.uni-bremen.de.
2495 1997-03-19 01:40  Ulrich Drepper  <drepper@cygnus.com>
2497         * sysdeps/unix/sysv/sco3.2.4/Dist: New file.
2499         * sysdeps/unix/sysv/sysv4/Dist: Add __getpgid.c and __setpgid.c.
2501         * sysdeps/unix/bsd/Dist: Add bsdstat.h, setrgid.c, and setruid.c.
2503         * sysdeps/unix/sysv/Dist: Add direct.h.
2505         * sysdeps/unix/sysv/linux/Dist: Add netinet/tcp.h.
2507         * Make-dist ($(tardir).tar): Prefer writing temporary file to
2508         $TMPDIR is available.  The default is /tmp.
2510         * sysdeps/generic/ip.h: Move to...
2511         * sysdeps/generic/netinet/ip.h: ...here.
2513         * Makefile (tests): Quote $(CC) argument to isomac program.
2514         Patch by H.J. Lu <hjl@gnu.ai.mit.edu>.
2516         * sysdeps/i386/setjmp.S (__setjmp): Fix fatal bug where 0 argument
2517         is placed in wrong place on the stack.
2518         Reported by Marc Lehmann <mlehmann@hildesheim.sgh-net.de>.
2519         * sysdeps/tst-setjmp.c: Add new test for above problem.
2521         * sysdeps/libm-i387/e_pow.S: Compute PIC addres early.
2522         * sysdeps/libm-i387/e_powf.S: Likewise.
2523         * sysdeps/libm-i387/e_powl.S: Likewise.
2525 1997-03-18 23:18  Ulrich Drepper  <drepper@cygnus.com>
2527         * time/offtime.c (__offtime): Change type of `yg' to long int.
2528         Reported by a sun <asun@zoology.washington.edu>.
2530 1997-03-18 23:08  a sun  <asun@zoology.washington.edu>
2532         * sysdeps/unix/sysv/linux/net/if_ppp.h (PPP_VERSION): Define to
2533         2.2.0 to prevent version mismatch.
2535 1997-03-17 19:26  Andreas Jaeger  <aj@arthur.pfalz.de>
2537         * stdio-common/printf_fphex.c (MIN): Only define MIN if not
2538         already defined.
2540 1997-03-14 23:34  Geoff Keating  <geoffk@ozemail.com.au>
2542         * sysdeps/unix/sysv/linux/powerpc/termbits.h: Leave ioctl numbers
2543         in ioctls.h.
2545         * elf/rtld.c (_dl_start): Call elf_machine_runtime_setup when the
2546         loader first relocates itself.
2547         * sysdeps/powerpc/elf/start.c (__start1): Fix bug for static objects.
2548         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Fix bugs in
2549         jump slot relocation. Prefer relative branches (some PowerPC chips
2550         don't predict absolute branches).
2551         (elf_machine_runtime_setup): Simplify and correct expressions.
2552         (RTLD_START): Fix bug changing _dl_starting_up.
2553         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Added. Deal with
2554         strange Linux/PPC padding of initial stack.
2556 1997-03-11 04:14  Geoff Keating  <geoffk@ozemail.com.au>
2558         * sysdeps/unix/sysv/linux/powerpc/termbits.h: Increase NCCS to 39,
2559         for future expansion.
2560         * sysdeps/unix/sysv/linux/powerpc/sys/kernel_termios.h: Added.
2561         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Explain why it
2562         can't have a switch statement.
2563         * sysdeps/powerpc/elf/start.c (__start1): Explain why it can't be
2564         static.
2566         * sysdeps/powerpc/elf/start.c (_start): Use .previous to avoid
2567         confusing gcc's idea of the current section.
2568         * sysdeps/powerpc/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE,
2569         RTLD_START): Likewise.
2571 1997-03-08 09:10  Geoff Keating  <geoffk@ozemail.com.au>
2573         * sysdeps/powerpc/dl-machine.h (elf_machine_rela,
2574         elf_machine_runtime_setup): Flush data & instruction caches when
2575         necessary, for 603/604 support. Add better support for large PLTs.
2576         (elf_machine_rela): Remove relocations that wouldn't work if
2577         anyone ever used them. Use memcpy for copy reloc, it'll be safe.
2578         Never target branch relocations at a PLT entry.
2580         * sysdeps/powerpc/bsd-setjmp.S: Make jump to PLT entry if we are
2581         generating PIC.
2582         * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
2583         * sysdeps/powerpc/setjmp.S: Likewise.
2584         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2585         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
2586         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Likewise.
2587         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
2589         * sysdeps/powerpc/elf/start.c: Clean up.
2591         * sysdeps/powerpc/__longjmp.S: Return 'value' as result from
2592         setjmp call.
2594         * sysdeps/unix/sysv/linux/powerpc/statbuf.h: New file.
2596 1997-03-09 12:36  H.J. Lu  <hjl@gnu.ai.mit.edu>
2598         * Make-dist (srcs): Add $(test-srcs).
2599         * MakeTAGS (all-sources): Likewise.
2600         * Makerules (depfiles, common-mostlyclean): Likewise.
2601         * Rules (tests): Likewise.
2603 1997-03-18 05:28  Roland McGrath  <roland@frob.com>
2605         * elf/dl-reloc.c (RESOLVE): Don't try to resolve local symbols.
2607 1997-03-17 21:39  Philip Blundell  <phil@london.uk.eu.org>
2609         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Allow
2610         protocol=NULL to match any protocol rather than returning an
2611         error.
2613 1997-03-17 19:00  Philip Blundell  <phil@london.uk.eu.org>
2615         * nss/nss_files/files-service.c (servbyname): Match any protocol
2616         if proto==NULL.
2618 1997-03-18 05:17  Ulrich Drepper  <drepper@cygnus.com>
2620         * sysdeps/unix/sysv/linux/alpha/fcntlbits.h: Don't define O_NORW.
2621         * sysdeps/unix/sysv/linux/fcntlbits.h: Likewise.
2622         Proposed by Thomas Bushnell, n/BSG.
2624 1997-03-18 07:53  H.J. Lu  <hjl@gnu.ai.mit.edu>
2626         * sysdeps/generic/setenv.c (setenv): Don't copy name when we reuse
2627         the buffer for replacement.
2629 1997-03-16 19:30  H.J. Lu  <hjl@gnu.ai.mit.edu>
2631         * sysdeps/unix/sysv/linux/syscalls.list: Add sys_fstat,
2632         sys_lstat and sys_stat.
2634 1997-03-17 12:43  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2636         Add NIS+ functions
2637         * shlib-versions: Add libnss_nisplus.
2638         * nis/Makefile: Add NIS+ source files.
2639         * nis/nis_call.c: New file.
2640         * nis/nis_clone.c: New file.
2641         * nis/nis_error.c: New file.
2642         * nis/nis_file.c: New file.
2643         * nis/nis_free.c: New file.
2644         * nis/nis_intern.c: New file.
2645         * nis/nis_intern.h: New file.
2646         * nis/nis_local_names.c: New file.
2647         * nis/nis_names.c: New file.
2648         * nis/nis_print.c: New file.
2649         * nis/nis_server.c: New file.
2650         * nis/nis_subr.c: New file.
2651         * nis/nis_table.c: New file.
2652         * nis/nis_xdr.c: New file.
2653         * nis/nss-nisplus.h: New file.
2654         * nis/nss_nisplus/nisplus-alias.c: New file.
2655         * nis/nss_nisplus/nisplus-ethers.c: New file.
2656         * nis/nss_nisplus/nisplus-grp.c: New file.
2657         * nis/nss_nisplus/nisplus-hosts.c: New file.
2658         * nis/nss_nisplus/nisplus-netgrp.c: New file.
2659         * nis/nss_nisplus/nisplus-network.c: New file.
2660         * nis/nss_nisplus/nisplus-proto.c: New file.
2661         * nis/nss_nisplus/nisplus-publickey.c: New file.
2662         * nis/nss_nisplus/nisplus-pwd.c: New file.
2663         * nis/nss_nisplus/nisplus-rpc.c: New file.
2664         * nis/nss_nisplus/nisplus-service.c: New file.
2665         * nis/nss_nisplus/nisplus-spwd.c: New file.
2666         * nis/rpcsvc/nis.h: New file.
2667         * nis/rpcsvc/nis.x: New file.
2668         * nis/rpcsvc/nis_object.x: New file.
2669         * nis/rpcsvc/nis_tags.h: New file.
2670         * nis/rpcsvc/nislib.h: New file.
2672 1997-03-17 12:52  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
2674         * mach/devstream.c (output/write_some): Don't try and write more
2675         than IO_INBAND_MAX in a single call to device_write_inband.
2677 1997-03-17 04:00  Ulrich Drepper  <drepper@cygnus.com>
2679         * sysdeps/libm-ieee754/w_atan2.c: Don't ignore exception if library
2680         type is SVID.
2681         * sysdeps/libm-ieee754/w_atan2f.c: Likewise.
2682         * sysdeps/libm-ieee754/w_atan2l.c: Likewise.
2684         * sysdeps/unix/sysv/linux/sys/mman.h (msync): Add description for
2685         FLAGS parameter.
2687 1997-03-16 20:28  Philip Blundell  <phil@london.uk.eu.org>
2689         * sysdeps/unix/sysv/linux/socketbits.h: Add more SOL_ values.
2690         Change msg_iovlen and msg_controllen (in struct msghdr) to
2691         `size_t' to keep in step with kernel.
2693 1997-03-16 18:43  Ulrich Drepper  <drepper@cygnus.com>
2695         * manual/filesys.texi: Add documentation for scandir and alphasort.
2696         * manual/examples/dir2.c: New example for scandir.
2698         * math/math.c (fpclassify): Correct stupid typos.
2700         * math/libm-test.c: New file.  libm test suite by Andreas Jaeger.
2701         * math/test/float.c: New file.  Frontend for float tests.
2702         * math/test/double.c: New file.  Frontend for double tests.
2703         * math/test/longdouble.c: New file.  Frontend for long double  tests.
2705         * posix/Makefile (routines): Add bsd-getpgrp.
2706         * posix/bsd-getpgrp.c: New file.
2707         * posix/unistd.h [__FAVOR_BSD]: Define macro getpgrp which maps
2708         calls to __bsd_getpgrp.
2710         * sysdeps/generic/getpgrp.c: De-ANSI-declfy.
2712         * sysdeps/i386/huge_val.h: New file.  ix87 specific infinity values.
2713         * sysdeps/m68k/huge_val.h: New file.  m68k specific infinity values.
2714         * sysdeps/ieee754/huge_val.h: Remove definition of long double
2715         definition.  Make it the same as the double definition.
2717         * sysdeps/libm-i387/e_acos.S: Fix bug in FPU stack handling.
2718         * sysdeps/libm-i387/e_acosf.S: Likewise.
2719         * sysdeps/libm-i387/e_acosl.S: Likewise.
2720         * sysdeps/libm-i387/e_asin.S: Likewise.
2721         * sysdeps/libm-i387/e_asinf.S: Likewise.
2722         * sysdeps/libm-i387/e_asinl.S: Likewise.
2723         * sysdeps/libm-i387/e_exp.S: Likewise.
2724         * sysdeps/libm-i387/e_expf.S: Likewise.
2725         * sysdeps/libm-i387/e_expl.S: Likewise.
2726         * sysdeps/libm-i387/s_scalbn.S: Likewise.
2727         * sysdeps/libm-i387/s_scalbnf.S: Likewise.
2728         * sysdeps/libm-i387/s_scalbnl.S: Likewise.
2730         * sysdeps/libm-i387/e_log.S: Optimize branch code.
2731         * sysdeps/libm-i387/e_logf.S: Likewise.
2732         * sysdeps/libm-i387/e_logl.S: Likewise.
2733         * sysdeps/libm-i387/e_log10.S: Likewise.
2734         * sysdeps/libm-i387/e_log10f.S: Likewise.
2735         * sysdeps/libm-i387/e_log10l.S: Likewise.
2737         * sysdeps/libm-i387/e_pow.S: Major rewrite to handle special cases.
2738         * sysdeps/libm-i387/e_powf.S: Likewise.
2739         * sysdeps/libm-i387/e_powl.S: Likewise.
2741         * sysdeps/libm-i387/s_expm1.S: Change return value for -inf
2742         argument to -1.0.
2743         * sysdeps/libm-i387/s_expm1f.S: Likewise.
2744         * sysdeps/libm-i387/s_expm1l.S: Likewise.
2746         * sysdeps/libm-i387/s_isinfl.c: Return -1 for -inf.
2748         * sysdeps/libm-i387/s_logbl.S: Correct return value.  Discard first
2749         stack element after fxtract.
2751         * sysdeps/libm-ieee754/e_atan2l.c: New file.  `long double'
2752         implementation for atan2 function.
2754         * sysdeps/libm-ieee754/k_standard.c: Return NAN for libm not in
2755         _SVID_ mode when acos, asin, atan2, log, log10 is called with
2756         argument out of range.
2757         Add new error case for pow(+0,neg).
2759         * sysdeps/libm-ieee754/s_fpclassifyf.c: Correct recognition of
2760         NaN and +-inf.
2761         * sysdeps/libm-ieee754/s_fpclassifyl.c: Mask out explicit leading
2762         digit in stupid 80 bit formats.
2764         * sysdeps/libm-ieee754/s_isinf.c: Rewrite to return -1 for -inf.
2765         * sysdeps/libm-ieee754/s_isinff.c: Likewise.
2766         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
2768         * sysdeps/libm-ieee754/s_scalbnl.c (huge, tiny): Adapt values for
2769         long double type.
2771         * sysdeps/libm-ieee754/w_atan2.c: Do not raise exception expect when
2772         in SVID mode.
2773         * sysdeps/libm-ieee754/w_atan2f.c: Likewise.
2774         * sysdeps/libm-ieee754/w_atan2l.c: Likewise.
2776         * sysdeps/libm-ieee754/w_pow.c: Distinguish error cases for x is +0
2777         or -0.
2778         * sysdeps/libm-ieee754/w_powf.c: Likewise.
2779         * sysdeps/libm-ieee754/w_powl.c: Likewise.
2781         * sysdeps/posix/isfdtype.c: Add cast to prevent warning.
2783         * sysdeps/stub/fcntlbits.h: Update copyright.
2784         * sysdeps/unix/bsd/fcntlbits.h: Likewise.
2785         * sysdeps/unix/bsd/bsd4.4/fcntlbits.h: Likewise.
2786         * sysdeps/unix/bsd/sun/sunos4/fcntlbits.h: Likewise.
2787         * sysdeps/unix/bsd/ultrix4/fcntlbits.h: Likewise.
2788         * sysdeps/unix/common/fcntlbits.h: Likewise.
2789         * sysdeps/unix/sysv/fcntlbits.h: Likewise.  Define O_FSYNC as alias
2790         of O_SYNC.  Add BSD compatibility macros FAPPEND, FFSYNC, FNONBLOCK,
2791         and FNDELAY.
2792         * sysdeps/unix/sysv/irix4/fcntlbits.h: Likewise.
2794         * sysdeps/unix/readdir_r.c: Don't copy whole `struct dirent' record,
2795         only reclen bytes.
2797         * sysdeps/unix/sysv/linux/fcntlbits.h [__USE_GNU]: Add O_READ, O_WRITE
2798         and O_NORW.
2799         * sysdeps/unix/sysv/linux/alpha/fcntlbits.h: Likewise.
2801         * sysdeps/unix/sysv/linux/init-first.h: Add copyright.
2803         * sysdeps/unix/sysv/linux/fxstat.c: New file.  Rewrite kernel-level
2804         struct stat to user-level form.
2805         * sysdeps/unix/sysv/linux/lxstat: New file.
2806         * sysdeps/unix/sysv/linux/xstat: New file.
2807         * sysdeps/unix/sysv/linux/kernel_stat.h: Define struct stat used in
2808         kernel.
2809         * sysdeps/unix/sysv/linux/statbuf.h (struct stat): Change definition
2810         to use prescribed types for elements.
2811         (_STAT_VER): Change to value 3.
2812         * sysdeps/unix/sysv/linux/alpha/statbuf.h: Likewise.
2813         * sysdeps/unix/sysv/linux/Dist: Add kernel_stat.h.
2814         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
2816         * time/Makefile: Correct dependencies for test-tz.
2818 1997-03-16 14:59  Philip Blundell  <phil@london.uk.eu.org>
2820         * resolv/netdb.h: Add prototypes for gai_strerror and getnameinfo
2821         (needed for IPv6 basic sockets API).
2823 1997-03-16 15:02  a sun  <asun@zoology.washington.edu>
2825         * sysdeps/unix/sysv/linux/net/if_ppp.h: Don't use incompatible
2826         kernel header.
2827         * sysdeps/unix/sysv/linux/net/ppp_defs.h: Likewise.
2829 1997-03-14 17:15  Ulrich Drepper  <drepper@cygnus.com>
2831         * db/hash/hash_bigkey.c (__big_delete): Don't call __free_ovflpage
2832         without testing for last_bfp to be NULL.
2833         Reported by fabsoft@fabserver1.zarm.uni-bremen.de.
2835 1997-03-13 11:42  Jim Meyering  <meyering@asic.sc.ti.com>
2837         * time/mktime.c (TIME_T_MIN): Work around a bug in Cray C 5.0.3.0.
2839 1997-03-14 04:00  Kurt Garloff  <garloff@kg1.ping.de>
2841         * sysdeps/unix/sysv/linux/fcntlbits.h (O_FSYNC): Make alias for O_SYNC.
2842         (FASYNC): Move to __USE_BSD section.  Create new macro O_ASYNC.
2844 1997-03-14 02:50  Ulrich Drepper  <drepper@cygnus.com>
2846         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname2_r): New
2847         functions.  Compare result for correct address type.
2848         (_nss_nis_gethostbyname_r): Use _nss_nis_gethostbyname2_r.
2849         * nss/nss_files/files-hosts.c: Likewise.
2850         Reported by Mirko Streckenbach <mirko@marian.hil.de>.
2852 1997-02-17 01:40  Zlatko Calusic  <zcalusic@srce.hr>
2854         * time/strptime.c (recursive): Return rp to caller.
2855         (strptime_internal): First check for long names, then abbreviated
2856         (month & weekday).
2858 1997-03-10 19:44  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2860         * Makeconfig: Remove useless definitions of ASFLAGS-%.
2861         * config.make.in (ASFLAGS-.so): Remove.
2862         * configure.in: Don't substitute ASFLAGS_SO.
2863         * sysdeps/sparc/configure.in: Remove file.
2864         * sysdeps/sparc/Makefile (ASFLAGS-.so): Define.
2866 1997-03-11 17:00  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2868         * time/strptime.c (strptime_internal) [case 'Y']: Always subtract
2869         1900 from year, regardless of century.
2871 1997-03-12 05:43  Ulrich Drepper  <drepper@cygnus.com>
2873         * stdlib/strtod.c (_tens_in_limb) [BITS_PER_MP_LIMB > 32]: Make
2874         all numbers unsigned to make buggy gccs happy.
2875         Patch by Bryan W. Headley <bheadley@interaccess.com>.
2877         * sysdeps/unix/sysv/linux/netinet/ip.h: Add backward-compatibility
2878         definitions.  Patch by a sun <asun@zoology.washington.edu>.
2879         Pretty print header.
2881         * Makerules (build-shlib): Also create symlink if library is versioned.
2882         Based on a patch by H.J. Lu <hjl@gnu.ai.mit.edu>.
2883         Remove special rule to libc.so symlink.
2885 1997-03-11 20:16  Andreas Jaeger  <aj@arthur.pfalz.de>
2887         * manual/math.texi (Domain and Range Errors): Change descriptions
2888         according to recent changes for ISO C 9X.
2890 1997-03-11 22:39  Ulrich Drepper  <drepper@cygnus.com>
2892         * sysdeps/libm-ieee754/k_standard.c (__kernel_standard): Correct
2893         return values for acos, asin, and atan2.
2894         Reported by Andreas Jaeger <aj@arthur.pfalz.de>.
2896 1997-03-10 18:16 Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2898         * nis/ypclnt.c (__yp_bind): Fix possible buffer overflow.
2900 1997-03-10 18:06  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
2902         * dirent/alphasort.c (alphasort): Interpret arguments as pointers
2903         to pointers to directory entries so that alphasort really can be
2904         used as argument for scandir.
2906 1997-03-09 23:33  Andreas Jaeger  <aj@arthur.pfalz.de>
2908         * string/strdup.c: Declare memcpy if !(_LIBC || STDC_HEADERS)
2909         instead of strcpy.
2911 1997-03-10 03:34  Ulrich Drepper  <drepper@cygnus.com>
2913         * catgets/catgets.c (catopen): Always add NLSPATH to search path for
2914         catalogs, not only if the envvar NLSPATH is not available.
2915         Reported by Andries.Brouwer@cwi.nl.
2917 1997-03-10 02:46  Ulrich Drepper  <drepper@cygnus.com>
2919         * Makeconfig (localtime-file): Don't define using installation
2920         directory.
2921         (inst_localtime-file): New variable.
2922         * time/Makefile (installed-localtime-file): Use inst_localtime-file.
2923         Reported by Edward Seidl <seidl@janed.com>.
2925 1997-03-10 02:31  H.J. Lu  <hjl@gnu.ai.mit.edu>
2927         * time/Makefile: Add source files to dependencies for test data.
2929 1997-03-09 22:53  Thorsten Kukuk  <kukuk@weber.uni-paderborn.de>
2931         * nis/nss_nis/nis-ethers.c: Don't ignore return value of yp_all.
2932         * nis/nss_nis/nis-proto.c: Likewise.
2933         * nis/nss_nis/nis-rpc.c: Likewise.
2934         * nis/nss_nis/nis-service.c: Likewise.
2936 1997-03-08 14:37  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2938         * sysdeps/sparc/dl-machine.h (elf_machine_rela): Upgrade to
2939         versioning;  Added missing R_SPARC_WDISP30 handling.
2940         (RTLD_START): Implement it.
2942         * sysdeps/unix/sysv/linux/sparc/brk.c: Fix.
2944         * sysdeps/unix/sysv/linux/sparc/start.c: Startup code for
2945         Linux/SPARC.
2947 1997-03-02 18:06  Miguel de Icaza  <miguel@nuclecu.unam.mx>
2949         * sysdeps/sparc/dl-machine.h (RTLD_START): Make arg as expected by
2950         the dynamic linker instead of having a new conditional define.
2951         Thanks to Richard Henderson for pointing this out.
2952         * elf/rtld.c: Remove usage of ELF_ADJUST_ARG.
2954 1997-03-20 20:44  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
2956         * sysdeps/mach/hurd/euidaccess.c: Define as __euidaccess and make
2957         euidaccess weak alias.
2959 1997-03-07 10:30  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
2961         * stdio-common/printf_fphex.c (MIN): New macro.
2963         * sysdeps/generic/netinet/in.h: Include <sys/types.h>.
2965         * sysdeps/generic/sys/mman.h (msync): Mention third arg.
2967         * sysdeps/generic/netinet/in.h: Add definitions for IPv6 basic
2968         API.  (See change by Philip Blundell on Feb 16, 1997.)
2970 1997-03-05 10:40  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
2972         * hurd/hurd.h (vpprintf): Include <stdarg.h>.  New declaration.
2974         * hurd/set-host.c (_hurd_set_host_config): Cast second arg to
2975         __file_name_split.
2977         * mach/mach_error.c (mach_error_string_int): Give full prototype.
2978         * mach/errstring.c (mach_error_string_int): Likewise.
2979         * mach/error_compat.c (__mach_error_map_compat): Likewise.
2980         * hurd/vpprintf.c (pwrite, vpprintf): Likewise.
2981         * stdio/vasprintf.c (vasprintf): Likewise.
2983         * mach/mach/mach_traps.h: Include <mach/kern_return.h>.
2985         * mach/spin-solid.c: Include <mach/mach_traps.h>.
2986         * mach/spin-solid.c (__spin_lock_solid): Provide arg to
2987         swtch_pri.
2989         * mach/mach_init.c: Include <mach/mig_support.h>.
2991         * mach/mach_error.h (mach_error_string, mach_error,
2992         mach_error_type): Always provide prototypes.
2994         * mach/mach/error.h (mach_error_fn_t): Comment out declaration; it
2995         appears to be entirely unused dead code.
2997 1997-03-02 13:38  Miles Bader  <miles@gnu.ai.mit.edu>
2999         * string/argz.h (__need_error_t): New macro, before including <errno.h>
3000         [!__const] (__const): New macro.
3001         [!__error_t_defined] (error_t): New typedef.
3003 1997-03-09 06:59  Ulrich Drepper  <drepper@cygnus.com>
3005         * Makeconfig: Add ASFLAGS-% flags for SPARC assembler which need
3006         -fPIC.
3007         * Makerules (compile.S): Use ASFLAGS-%.
3008         (COMPILE.S): Likewise.
3009         * config.make.in (ASFLAGS-.so): Define from ASFLAGS_SO.
3010         * configure.in: Substitute ASFLAGS_SO.
3011         * sysdeps/sparc/configure.in: New file.
3013         * posix/unistd.h: Add prototype for __euidaccess.
3014         * sysdeps/posix/euidaccess.c: Define as __euidaccess and make
3015         euidaccess weak alias.
3016         * sysdeps/stub/euidaccess.c: Likewise.
3017         * inet/rcmd.c: Use __ protected versions of non-standard functions.
3019         * locale/setlocale.c (setlocale): Don't set usage_count to
3020         MAX_USAGE_COUNT if it already has this value.
3022         * locale/programs/localedef.c: Don't use LOCALE_PATH to find
3023         binary locale files.  Use LOCALEDIR only.
3024         * locale/programs/locfile.c: When named file not found and not
3025         absolute use path in I18NPATH.
3027         * stdlib/Makefile (headers): Add inttypes.h.
3028         * sysdeps/wordsize-32/inttypes.h: New file.
3029         * sysdeps/wordsize-64/inttypes.h: New file.
3031         * sysdeps/generic/socketbits.h: Add PF_FILE as synonym for PF_LOCAL
3032         and AF_FILE as synonym for AF_LOCAL.
3033         * sysdeps/unix/sysv/linux/socketbits.h: Likewise.
3035         * time/Makefile: Rewrite rules for test to handle parallel builds.
3037 1997-03-09 05:26  Ulrich Drepper  <drepper@cygnus.com>
3039         * manual/startup.texi (EXIT_FAILURE): Fix typo.  Patch by
3040         robbe@orcus.priv.at.
3042 1997-03-09 05:10  Edward Seidl  <seidl@janed.com>
3044         * sysdeps/i386/elf/start.S (nofini): *Really* align stack to
3045         8-byte boundary.
3047 1997-03-09 01:48  Ulrich Drepper  <drepper@cygnus.com>
3049         * elf/link.h: Define __need_NULL to get definition.  Include
3050         <features.h>.
3051         Patch by Andreas Jaeger  <aj@arthur.pfalz.de>.
3053 1997-03-08 21:48  Thorsten Kukuk  <kukuk@tk.uni-paderborn.de>
3055         Rewrite NIS code to allow empty keys.
3056         * nis/nss_nis/nis-ethers.c: Rewritten.
3057         * nis/nss_nis/nis-proto.c: Rewritten.
3058         * nis/nss_nis/nis-publickey.c: Rewritten.
3059         * nis/nss_nis/nis-rpc.c: Rewritten.
3060         * nis/nss_nis/nis-service.c: Rewritten.
3062 1997-03-08 16:02  Andreas Jaeger  <aj@arthur.pfalz.de>
3064         * time/scheck.c (scheck): Add extra const to second argument.
3066         * time/private.h: Correct prototypes to match definition.
3068 1997-03-08 18:55  Ulrich Drepper  <drepper@cygnus.com>
3070         * sysdeps/alpha/__math.h: Remove cabs inline definition.
3071         Reported by Philip Blundell <pjb27@cam.ac.uk>.
3073 1997-03-08 05:30  Ulrich Drepper  <drepper@cygnus.com>
3075         * argp/Makefile (routines): Add argp-eexst.
3076         * argp/argp-ba.c (argp_program_bug_address): Make `const'.
3077         * argp/argp-eexst.c: New file.  Define exit status variable.
3078         * argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
3079         variable instead of always exiting with value 1.
3080         * argp/argp-pv.c (argp_program_version): Make `const'.
3081         * argp/argp.h: Declare argp_err_exit_status.
3082         Patches by Miles Bader <miles@gnu.ai.mit.edu>.
3084         * locale/programs/localedef.c: Use argp_err_exit_status to
3085         terminate with correct value.
3087         * inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
3088         switching of UID before opening .rhosts.
3090         * libio/vsnprintf.c: Change implementation to follow ISO C 9X
3091         proposal.  The return value now is always the number of characters
3092         which would be written if enough space is available.
3093         * manual/stdio.texi: Update description for new behaviour.
3095         * locale/locale.h (__locale_t): Don't use __locale_t for struct
3096         name and pointer to struct since old gccs cannot keep the namespaces
3097         apart.  Rename struct to __locale_struct.
3098         * locale/duplocale.h: Likewise.
3099         * locale/newlocale.h: Likewise.
3101         * math/Makefile (headers): Add complex.h and cmathcalls.h.
3102         (routines): Remove w_cabs.  Add conj, cimag, creal, and cabs.
3103         * math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
3104         after use.
3105         (signgam): Move declaration to here from mathcalls.h.
3106         * math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
3107         Correct comment for fmin and fmax.
3108         Start implementing complex math function from ISO C 9X.
3109         * math/complex.h: New file.
3110         * math/cmathcalls.h: New file.
3111         * math/cabs.c: New file.
3112         * math/cabsf.c: New file.
3113         * math/cabsl.c: New file.
3114         * math/cimag.c: New file.
3115         * math/cimagf.c: New file.
3116         * math/cimagl.c: New file.
3117         * math/conj.c: New file.
3118         * math/conjf.c: New file.
3119         * math/conjl.c: New file.
3120         * math/creal.c: New file.
3121         * math/crealf.c: New file.
3122         * math/creall.c: New file.
3123         * sysdeps/libm-ieee754/w_cabs.c: Removed.
3124         * sysdeps/libm-ieee754/w_cabsf.c: Removed.
3125         * sysdeps/libm-ieee754/w_cabsl.c: Removed.
3127         * posix/regex.c: Merge with regex sources from Arnold Robbins'
3128         version in GNU awk.
3129         * posix/regex.h: Likewise.
3131         Add regex test suite by Tom Lord.
3132         * posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
3133         (tests): Add runtests.
3134         (before-compile): Add testcases.h.
3135         (testcases.h): New rule to generate header with tests.
3136         * posix/TESTS: New file.
3137         * posix/TESTS2C.sed.: New file.
3138         * posix/runtests.c: New file.
3139         * posix/testcases.h: New file.
3141         * sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
3142         available and use fall-back implementation if not.
3144         * sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
3146         * time/ialloc.c: Update from tzcode1997c.
3147         * time/private.h: Likewise.
3148         * time/scheck.c: Likewise.
3149         * time/tzselect.ksh: Likewise.
3150         * time/zdump.c: Likewise.
3151         * time/zic.c: Likewise.
3153         * time/tzfile.c: Pretty print.
3155 1997-03-06 07:37  Geoff Keating  <geoffk@ozemail.com.au>
3157         Port to powerpc-*-linux-gnu.  Slightly tested, under MkLinux,
3158         on a 601.
3160         * sysdeps/powerpc/Implies: Added.
3161         * sysdeps/powerpc/__longjmp.S: Added.
3162         * sysdeps/powerpc/__math.h: Added.
3163         * sysdeps/powerpc/bsd-_setjmp.S: Added.
3164         * sysdeps/powerpc/bsd-setjmp.S: Added.
3165         * sysdeps/powerpc/dl-machine.h: Added.
3166         * sysdeps/powerpc/ffs.c: Added.
3167         * sysdeps/powerpc/fpu_control.h: Added.
3168         * sysdeps/powerpc/jmp_buf.h: Added.
3169         * sysdeps/powerpc/setjmp.S: Added.
3170         * sysdeps/powerpc/strlen.S: Added.
3171         * sysdeps/powerpc/elf/start.c: Added.
3172         * sysdeps/powerpc/fpu_control.h: Added.
3173         * sysdeps/powerpc/jmp_buf.h: Added.
3175         * sysdeps/unix/sysv/linux/powerpc/Dist: Added.
3176         * sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
3177         * sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
3178         * sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
3179         * sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
3180         * sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
3181         * sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
3182         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
3183         * sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
3184         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
3185         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
3186         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
3187         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
3188         * sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
3190 1997-03-05 05:24  Geoff Keating  <geoffk@ozemail.com.au>
3192         * elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
3193         because knowing the first instruction of a PowerPC PLT trampoline
3194         is not very helpful.
3196 1997-03-04 08:04  Geoff Keating  <geoffk@ozemail.com.au>
3198         * elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
3199         ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
3200         a preference as to where executables should be loaded.
3202 1997-02-28 08:50  Geoff Keating  <geoffk@ozemail.com.au>
3204         * elf/elf.h: Add in all those PowerPC reloc types.
3206 1997-02-24 07:12  Geoff Keating  <geoffk@ozemail.com.au>
3208         * stdio-common/vfscanf.c: Use __va_copy if available.
3210 1997-03-06 13:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3212         * malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
3213         clean up namespace.
3215 1997-03-07 14:27  Ulrich Drepper  <drepper@cygnus.com>
3217         * sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
3218         non-existing GET_WORDS macro, use EXTRACT_WORDS.
3219         Reported by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
3221 1997-03-07 05:27  Ulrich Drepper  <drepper@cygnus.com>
3223         * sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
3224         kernel-level sigaction structure is different.  handle this
3225         correctly.
3226         Bug report by Andreas Jaeger <jaeger@informatik.uni-kl.de>.
3228 1997-03-06 05:55  David Engel  <david@sw.ods.com>
3230         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
3231         recognize cache entries with flag == 3.
3233 1997-03-06 01:05  Ulrich Drepper  <drepper@cygnus.com>
3235         * sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
3236         (INADDR_LOOPBACK): Likewise.
3237         * sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
3239         * manual/socket.texi: Correct types of INADDR_* constants from
3240         unsigned long to unsigned.
3242 1997-03-05 23:14  Ulrich Drepper  <drepper@cygnus.com>
3244         * time/antarctica: Update from tzdata1997c.
3245         * time/asia: Likewise.
3246         * time/zone.tab: Likewise.
3248 1997-03-05 00:43  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3250         * configure.in (libc_cv_asm_symver_directive,
3251         libc_cv_ld_version_script_option): Remove unknown instruction from
3252         assembler test file.
3254 1997-03-04 19:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3256         * sysdeps/m68k/fpu/__math.h: Update feature tests to use
3257         __USE_ISOC9X.
3258         [__USE_ISOC9X]: Define __log2 and __exp2 inlines.
3259         (fabs): Remove defininition, it is a gcc builtin.
3260         (sqrt, __sqrt): Remove definition, they have wrappers in libm.
3262 1997-03-04 10:11  H.J. Lu  <hjl@lucon.org>
3264         * sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
3265         generating file.
3267 1997-03-05 03:59  Ulrich Drepper  <drepper@cygnus.com>
3269         * inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
3270         instead to avoid namespace problems.
3271         Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
3273 1997-03-03 19:01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3275         * login/utmp_file.c: Fix previous change.  Make portable by
3276         checking the _HAVE_UT_* feature macros.
3278 1997-03-04 04:31  Ulrich Drepper  <drepper@cygnus.com>
3280         * Makerules: Add rules to handle versioning.
3281         * config.h.in (DO_VERSIONING): New macro.
3282         * config.make.in (versioning): New variable.
3283         * configure.in: Add checks for .symver directive in gas and
3284         --version-script option to ld.  Define DO_VERSIONING and
3285         versioning if appropriate.
3287         * math/Makefile (routines): Add s_signbit, s_fpclassify, s_fmax,
3288         s_fmin, and s_fdim.
3289         * math/math.h: Define ISO C 9X constants, macros and functions.
3290         * math/mathcalls.h: Likewise.
3291         * sysdeps/libm-ieee754/s_fdim.c: New file.
3292         * sysdeps/libm-ieee754/s_fdimf.c: New file.
3293         * sysdeps/libm-ieee754/s_fdiml.c: New file.
3294         * sysdeps/libm-ieee754/s_fmax.c: New file.
3295         * sysdeps/libm-ieee754/s_fmaxf.c: New file.
3296         * sysdeps/libm-ieee754/s_fmaxl.c: New file.
3297         * sysdeps/libm-ieee754/s_fmin.c: New file.
3298         * sysdeps/libm-ieee754/s_fminf.c: New file.
3299         * sysdeps/libm-ieee754/s_fminl.c: New file.
3300         * sysdeps/libm-ieee754/s_fpclassify.c: New file.
3301         * sysdeps/libm-ieee754/s_fpclassifyf.c: New file.
3302         * sysdeps/libm-ieee754/s_fpclassifyl.c: New file.
3303         * sysdeps/libm-ieee754/s_signbit.c: New file.
3304         * sysdeps/libm-ieee754/s_signbitf.c: New file.
3305         * sysdeps/libm-ieee754/s_signbitl.c: New file.
3307         * stdio-common/printf_fphex.c: Correct printing of decimal point
3308         character.
3309         Simplify conversion of mantissa to string.
3310         * stdio-common/vfscanf.c: Handle %A format.
3311         Optimize termination of floating-point scanning.
3312         * stdio-common/tstscanf.c (main): Add new test to scanf to test
3313         scanning float values with given width.
3314         * stdlib/strtod.c: Add handling of floating-point numbers in
3315         hexadecimal notation.
3317         * stdlib/stdlib.h: Use __USE_ISOC9X feature macro for new long long
3318         functions.
3319         Pretty print #if directives.
3320         * string/string.h: Pretty print #if directives.
3322         * sysdeps/ieee754/dbl2mpn.c: Update copyright.
3323         * sysdeps/ieee754/ldbl2mpn.c: Likewise.
3324         * sysdeps/ieee754/mpn2dbl.c: Likewise.
3325         * sysdeps/ieee754/mpn2flt.c: Likewise.
3326         * sysdeps/ieee754/mpn2ldbl.c: Likewise.
3328         * sysdeps/unix/sysv/linux/poll.c: Implement poll function by
3329         falling back to select-based implementation if syscall isn't
3330         available.
3331         * sysdeps/unix/sysv/linux/syscalls.list: Add s_poll.
3333         * time/leapseconds: Update from tzdata1997b.
3334         * time/zic.c: Update from tzcode1997b.
3336 1997-03-01 15:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3338         * time/Makefile $(tzfiles:%=$(objpfx)z.%): Remove unneeded
3339         depedencies between installed $(tzlinks) and $(tzbases) files.
3341 1997-03-01 14:27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3343         * math/math.h: Make compatible with traditional preprocessor;
3344         requires carefull placement of whitespace in macro arguments.
3345         Use __CONCAT instead of ##.
3346         Declare long double functions only if __STDC__ or __GNUC__.
3347         * math/mathcall.h: Avoid whitespace before argument of macro call
3348         that is used as function name.
3350         * sysdeps/m68k/fpu/__math.h: Use __CONCAT instead of ##.
3351         (__m81_u, __m81_inline): Depend on __LIBC_M81_MATH_INLINES instead
3352         of __NO_M81_MATH_INLINES.
3353         [!__LIBC_M81_MATH_INLINES]: Don't define internal functions
3354         starting with __ieee754.
3355         [!__NO_MATH_INLINES && __OPTIMIZE__]: Define user visible
3356         functions as inlines.
3357         (__m81_defun): Put __attribute__ between return type and function
3358         name.
3359         * math/math.h: Include <__math.h> also if __LIBC_M81_MATH_INLINES
3360         is defined.
3361         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_M81_MATH_INLINES
3362         instead of __NO_M81_MATH_INLINES.
3363         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
3364         * sysdeps/m68k/fpu/k_cos.c: Likewise.
3365         * sysdeps/m68k/fpu/k_sin.c: Likewise.
3366         * sysdeps/m68k/fpu/k_tan.c: Likewise.
3367         * sysdeps/m68k/fpu/s_atan.c: Likewise. De-ANSI-declify.
3368         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
3369         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
3370         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
3371         * sysdeps/m68k/fpu/s_modf.c: Likewise.
3372         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
3374 1997-02-27 21:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3376         * Makefile (tests): Cope with $PATH not including the current
3377         directory.
3379 1997-02-27 18:04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3381         * sysdeps/unix/Makefile ($(common-objpfx)mk-local_lim): Use
3382         $(common-objdir-compile).
3383         ($(common-objpfx)make-ioctls): Likewise.
3384         (mk-local_lim-CFLAGS): Set this instead of local_lim-CFLAGS.
3385         ($(common-objpfx)sys/param.h): Use $(make-target-directory).
3386         ($(addprefix $(common-objpfx),$(sys/param.h-includes))):
3387         Likewise.
3388         ($(common-objpfx)sys/syscall.h): Likewise.
3389         ($(common-objpfx)local_lim.h): Let make deal with command
3390         failure.
3391         ($(common-objpfx)param.h.dep): Use temporary file and update
3392         target atomically.
3393         ($(common-objpfx)errnos): Avoid the Useless Use of cat Award.
3394         (include $(common-objpfx)param.h.dep): Ignore error.
3396         * sysdeps/posix/Makefile ($(common-objpfx)mk-stdiolim): Use
3397         $(common-objdir-compile).
3398         (mk-stdiolim-CFLAGS): Renamed from cded-objdir-includes, use
3399         $(shell pwd) instead of $$cwd.
3401         * sysdeps/generic/Makefile ($(common-objpfx)det_endian): Use
3402         $(common-objdir-compile).
3403         ($(objpfx)make_siglist): Use $(native-compile).
3404         (make_siglist-CFLAGS): New variable.
3406         * Makerules (ALL_BUILD_CFLAGS): Renamed from BUILD_CFLAGS, leaving
3407         the old name for the user to pass additional flags to the host
3408         compiler.  Fix reference to config header.
3409         (native-compile, common-objdir-compile): Rewritten to make more
3410         generally usable.
3411         * sysdeps/unix/sysv/sysv4/solaris2/Makefile: Set ALL_BUILD_CFLAGS
3412         instead of BUILD_CFLAGS.
3414         * sysvips/sys/ipc.h: Warn if needed feature select macro are not
3415         defined.
3417 1997-02-27 17:11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3419         * sunrpc/Makefile ($(objpfx)rpc-proto.d, $(objpfx)rpc-proto.c):
3420         New rules to generate dependencies for the RPC service objects.
3422 1997-02-27 16:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3424         * argp/argp-parse.c (parser_finalize): Always set *END_INDEX if
3425         supplied.
3427 1997-02-28 03:27  Ulrich Drepper  <drepper@cygnus.com>
3429         * stdlib/strtod.c (STRTOF): Make sure return value is large enough
3430         so that clearing second word is necessary.
3432         * sysdeps/unix/sysv/linux/netinet/in_systm.h: Don't use kernel
3433         header since it is wrong for 64 bit systems.
3434         Patch by a sun <asun@zoology.washington.edu>.
3436 1997-02-27 10:34:11  Richard Henderson  <rth@tamu.edu>
3438         * sysdeps/unix/sysv/linux/alpha/brk.S: Support both the Linux/i386
3439         and OSF/1 style brk syscalls.  We may want to change Linux/Alpha
3440         for the benefit of running foreign binaries.
3442 1997-03-01 20:21  Miles Bader  <miles@gnu.ai.mit.edu>
3444         * login/utmp_file.c (pututline_file): Correctly decide whether
3445         LAST_ENTRY matches DATA.
3446         Don't depend on ut_id ever being set.
3447         (proc_utmp_eq): New function.
3448         (internal_getut_r): Renamed from internal_getutid_r.
3449         Use proc_utmp_eq.
3451         * login/logout.c (logout): Change type of entry to be DEAD_PROCESS.
3453 1997-02-25 19:42  Miles Bader  <miles@gnu.ai.mit.edu>
3455         * sysdeps/mach/hurd/fcntlbits.h (O_NORW): New macro.
3457 1997-02-27 05:12  Ulrich Drepper  <drepper@cygnus.com>
3459         * manual/Makefile: Add rules to run and distribute xtract-typefun.
3460         * manual/xtract-typefun.awk: New file.  Script to extract function,
3461         variable, macro anchor to put into the `dir' file.
3462         * manual/signal.texi: Document difference between SysV and BSD
3463         signal(3) function and add documentation for sysv_signal.
3465         * sysdeps/libm-i387/e_acoshl.c: Clear upper half of word containing
3466         exponent before comparing.
3468 1997-02-27 01:13  Ulrich Drepper  <drepper@cygnus.com>
3470         * sysdeps/generic/netinet/in.h (htonl, htons, ntohl, ntohs): Change
3471         prototypes to use types with explicit width.  `unsigned long' is
3472         different on 64 bit systems.
3473         * sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
3474         * sysdeps/generic/htonl.c: Likewise.
3475         * sysdeps/generic/htons.c: Likewise.
3476         * sysdeps/generic/ntohl.c: Likewise.
3477         * sysdeps/generic/ntohs.c: Likewise.
3478         Suggested by a sun <asun@zoology.washington.edu>.
3480 1997-02-26 08:30  Andreas Jaeger  <aj@arthur.pfalz.de>
3482         * math/math.h: Include <__math.h> if __NO_MATH_INLINES is not
3483         defined and we want optimization.
3485 1997-02-02 19:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3487         * misc/getpass.c: Don't disable canonical input.
3488         Reverted patch of Mon Jan  6 01:35:29 1997.
3490 1996-12-14 22:07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3492         * libio/libioP.h (_IO_finish_t): Take additional parameter, to
3493         match the hidden __in_chrg parameter of the destructor.
3494         (_IO_FINISH): Pass zero for it.
3495         * libio/genops.c (_IO_default_finish): Add second parameter, which
3496         is ignored.
3497         * libio/memstream.c (_IO_mem_finish): Likewise.
3498         * libio/fileops.c (_IO_file_finish): Likewise.
3499         * libio/strops.c (_IO_str_finish): Likewise.  All callers changed.
3501 1997-02-27 00:23  H.J. Lu  <hjl@lucon.org>
3503         * time/Makefile: Avoid using patterns in dependencies.
3505 1997-02-26 00:56  Miguel de Icaza  <miguel@nuclecu.unam.mx>
3507         * elf/rtld.c: Make _dl_start static.  Otherwise the linker on the
3508         SPARC will convert the call _dl_start into a call into the PLT.
3510         * elf/rtld.c (_dl_start): On the SPARC we need to adjust the value
3511         of arg to make it point to the actual values.
3513         * sysdeps/sparc/elf/DEFS.h: New ELF specific version.
3514         * sysdeps/sparc/Dist: Mention sysdeps/sparc/elf/DEFS.h.
3516         * sysdeps/sparc/bsd-_setjmp.S, sysdeps/sparc/bsd-setjmp.S: Make
3517         them PIC aware.
3519         * sysdeps/sparc/dl-machine.h (elf_machine_load_address):
3520         Implemented.
3521         (elf_machine_rela): Make it compile; fix existing relocation
3522         types; add unhandled relocation types.
3523         (ELF_ADJUST_ARG): Get pointer to arguments at program startup.
3524         (RTLD_START): Initial implementation, not yet finished.
3526         * sysdeps/sparc/elf/start.S: Fix.
3528         * sysdeps/sparc/fpu_control.h: Remove duplicate declaration of
3529         __setfpucw.
3531         * sysdeps/sparc/divrem.m4: Make compilable under Linux.
3532         * sysdeps/sparc/rem.S, sysdeps/sparc/sdiv.S, sysdeps/sparc/udiv.S,
3533         sysdeps/sparc/urem.S : Regenerated.
3535         * sysdeps/sparc/setjmp.S: Make it PIC aware.
3537         * sysdeps/unix/sysv/linux/sparc/__sigtrampoline.S: Define
3538         __ASSEMBLY__ before using kernel header.
3540         * sysdeps/unix/sysv/linux/sparc/Makefile: Use -mv8 flag to compile
3541         rtld.c.
3543         * sysdeps/unix/sysv/linux/sparc/brk.c: Implement.
3544         * sysdeps/unix/sysv/linux/sparc/profil-counter.h: Remove code
3545         to handle old signals.
3546         * sysdeps/unix/sysv/linux/sparc/sigaction.c: Implements sigaction
3547         for all Linux/SPARC kernels.
3548         * sysdeps/unix/sysv/linux/sparc/syscall.S: Add code to store
3549         errno using __errno_location.
3550         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Add various handler
3551         macros for assembler sources.
3552         * sysdeps/unix/sysv/linux/sparc/errno.c: Define errno.
3554 1997-02-25 16:02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3556         * elf/rtld.c (dl_main): Remove dead code that is never executed.
3557         Rename local variable l to main_map where it is used to point to
3558         the load_map for the executable.
3560 1997-02-25 15:03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3562         * elf/dl-version.c (_dl_check_all_versions): Ignore libraries that
3563         could not be found.
3565 1997-02-24 23:18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3567         * Makerules: Generate implicit object suffix rules automagically.
3568         (o-iterator): Move before first use.
3570         * Makeconfig (all-object-suffixes): Add .bo suffix.
3572 1997-02-25 15:11  Ulrich Drepper  <drepper@cygnus.com>
3574         * sysdeps/libm-i387/e_acoshf.S (__ieee754_acoshf): Test correct
3575         word on stack for overflow.
3577 1997-02-24 23:05  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
3579         * malloc/malloc.c (malloc_get_state): New function.
3580         Saves global malloc state to an opaque data structure which
3581         is dynamically allocated in the heap.
3582         * malloc/malloc.c (malloc_set_state): New function.
3583         Restore previously obtained state.
3584         * malloc/malloc.h: Add declaration of malloc_get_state()
3585         and malloc_set_state().
3587 1997-02-24 23:27  Ulrich Drepper  <drepper@cygnus.com>
3589         * sysdeps/libm-ieee754/s_cbrtl.c: Shift B1_EXP value to right
3590         position.
3592 1997-02-24 17:38  Ulrich Drepper  <drepper@cygnus.com>
3594         * misc/error.c: Make error and error_at_line weak aliases of
3595         __error and __error_at_line respectively.
3596         Suggested by David Mosberger-Tang <davidm@AZStarNet.COM>.
3598         * sysdeps/unix/sysv/linux/i386/socket.S: Update copyright.
3600 1997-02-22 11:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3602         * elf/ldd.bash.in: Run the program directly, not as argument
3603         to the dynamic linker, if it contains an interpreter segment.
3604         * elf/ldd.sh.in: Likewise.
3606         * elf/rtld.c (dl_main): In verify mode check whether the dynamic
3607         object contains an interpreter segment and exit with 2 if not.
3609 1997-02-23 01:23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3611         * Makefile (distribute): Remove nsswitch.h, netgroup.h, mcheck.h
3612         and xlocale.h.  Make-dist adds them automagically.
3614 1997-02-22 12:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3616         * locale/C-time.c (_nl_C_LC_TIME): Add missing entry for
3617         time-era-num-entries.
3619 1997-02-06 13:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3621         * rellns-sh: No need to check for existance of first parameter.
3623 1997-02-24 15:20  Jonathan T. Agnew  <jtagnew@amherst.edu>
3625         * glibcbug.in: Don't mention destination on MAIL_AGENT command line
3626         to avoid duplicate mail.
3628 1997-02-24 03:51  Ulrich Drepper  <drepper@cygnus.com>
3630         * Makefile (distribute): Add isomac.c.
3631         (tests): Run isomac test.
3633         * features.h (__USE_ISOC9X): New macro.
3635         * catgets/catgets.c: Don't use global variable `optind'.  Instead
3636         use result computed by argp_parse.
3637         * db/makedb: Likewise.
3638         * locale/programs/locale.c: Likewise.
3639         * locale/programs/localedef.c: Likewise.
3641         * libio/stdio.h: Rewrite.  Make it more readable and add comments.
3643         * libio/clearerr.c: Remove clearerr_locked alias.
3644         * libio/feof.c: Remove feof_locked alias.
3645         * libio/ferror.c: Remove feof_locked alias.
3646         * libio/fileno.c: Remove fileno_locked alias.
3647         * libio/fputc.c: Remove fputc_locked alias.
3648         * libio/getc.c: Remove getc_locked alias.
3649         * libio/getchar.c: Remove getchar_locked alias.
3650         * libio/iofflush.c: Remove fflush_locked alias.
3651         * libio/putc.c: Remove putc_locked alias.
3652         * libio/putc.c: Remove putchar_locked alias.
3654         * stdio-common/printf_fp.c: When number is inifinity print INF
3655         or inf depending on case of specifier.  Same for NaN where NAN
3656         or nan is printed.  Specified in ISO C 9X.
3658         * misc/sys/cdefs.h (__restrict): Define to empty string for now.
3659         * stdio/stdio.h: Add __restrict to prototypes where necessary.
3660         * libio/stdio.h: Likewise.
3661         * stdlib/stdlib.h: Likewise.
3662         * string/string.h: Likewise.
3663         * time/time.h: Likewise.
3664         * wcsmbs/wchar.h: Likewise.
3666         * stdlib/strtod.c: Change to recognize INF, INFINITY, NAN, and
3667         NAN(...).
3669         * sysdeps/ieee754/huge_val.h: Define HUGE_VALF and HUGE_VALL instead
3670         of HUGE_VALf and HUGE_VALL.
3671         * stdlib/strtof.c (FLOAT_HUGE_VAL): Use standard name HUGE_VALF
3672         instead of HUGE_VALf.
3673         * wcsmbs/wcstof.c: Likewise.
3674         * stdlib/strtold.c (FLOAT_HUGE_VAL): Use standard name HUGE_VALL
3675         instead of HUGE_VALl.
3676         * wcsmbs/wcstold.c: Likewise.
3678         * sysdeps/posix/gai_strerror.c: Use size_t for counter variable to
3679         avoid warning.
3681         * wcsmbs/Makefile (routines): Add wcscasecmp and wcsncase.
3682         * wcsmbs/wchar.h: Add prototypes for wcscasecmp and wcsncase.
3683         * wcsmbs/wcscasecmp.c: New file.
3684         * wcsmbs/wcsncase.c: New file.
3686         * stdlib/strtol.c: Define wide character quad word functions as
3687         wcstoll and wcstoull and normal versions as strtoll and strtoull.
3688         * wcsmbs/wchar.h: Add prototypes for wcstoll and wcstoull.
3689         * wcsmbs/wcstoq: Renamed to wcstoll.c.
3690         * wcsmbs/wcstouq: Renamed to wcstoull.c.
3691         * wcsmbs/wcstoll.c: Renamed from wcstoq.c.  Make wcstoq a weak
3692         alias of wcstoll.
3693         * wcsmbs/wcstoull.c: Renamed from wcstouq.c.  Make wcstouq a weak
3694         alias of wcstoull.
3695         * wcsmbs/Makefile (routines): Replace wcstoq and wcstouq by
3696         wcstoll and wcstoull respectively.
3697         * stdlib/strtoq.c: Rename to strtoll.c.
3698         * stdlib/strtouq.c: Rename to strtoull.c.
3699         * stdlib/strtoll.c: Renamed from strtoq.c.  Make strtoq a weak
3700         alias of strtoll.
3701         * stdlib/strtoll.c: Renamed from strtouq.c.  Make strtouq a weak
3702         alias of strtoull.
3703         * stdlib/Makefile (routines): Replace strtoq and strtouq by
3704         strtoll and strtoull respectively.
3705         * stdio-common/vfscanf.c: Don't use __strtoq_internal and
3706         __strtouq_internal but instead __strtoll_internal and
3707         __strtoull_internal respectively.
3708         * stdlib/stdlib.h (strtoq): Use __internal_strtoll in inline version.
3709         (strtouq): Similar with __internal_strtoull.
3710         * wcsmbs/wchar.h (wcstoq): Use __internal_wcstoll in inline version.
3711         (wcstouq): Similar with __internal_wcstoull.
3713 1997-02-23 04:38  Ulrich Drepper  <drepper@cygnus.com>
3715         * stdlib/strtol.c (STRTOL): It is not illegal to parse a minus
3716         sign in the strtouXX functions.  The results gets simply negated.
3717         * stdio-common/tstscanf.c: Add testcase for above case.
3718         * stdlib/tst-strtol.c: Correct tests.
3720         * manual/stdio-fp.c: New file.  Generate output for example program
3721         in stdio.texi.
3723         * stdio-common/Makefile (routines): Add printf_fphex.
3724         * stdio-common/vfprintf.c: Add handling of %a and %A specifier.
3725         * stdio-common/printf_fphex.c: New file.  Implement %a and %A
3726         specifier.
3728 1997-02-22 03:01  Ulrich Drepper  <drepper@cygnus.com>
3730         * sysdeps/unix/sysv/linux/timebits.h (CLK_TCK): Don't defined if
3731         __STRICT_ANSI__.
3733         * math/math.h: Prevent definition of struct exception when using
3734         C++.  Use __exception instead.
3736 1997-02-22 01:45  Ulrich Drepper  <drepper@cygnus.com>
3738         * sysdeps/unix/syscalls.list: Dup takes only one argument.
3739         Reported by Greg McGary.
3741 1997-02-21 00:22  Miles Bader  <miles@gnu.ai.mit.edu>
3743         * sysdeps/mach/hurd/readlink.c (__readlink): Use io_read rather
3744         than file_get_translator.
3746         * sysdeps/mach/hurd/defs.c, sysdeps/stub/defs.c, sysdeps/posix/defs.c
3747         (_cleanup): Use __fcloseall instead of fclose with a NULL stream.
3749 1997-02-20 01:28  Miles Bader  <miles@gnu.ai.mit.edu>
3751         * hurd/fchroot.c (fchroot): Reparent DIR to make it a real root.
3752         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
3754 1997-02-19 13:56  Miles Bader  <miles@gnu.ai.mit.edu>
3756         * sysdeps/mach/hurd/accept.c (accept): Don't segv if ADDR_LEN == 0
3757         but ADDR also == 0.
3759         * hurd/report-wait.c (_hurd_itimer_thread): Make a weak alias for
3760         now instead of a weak extern, as some old programs expect it to be
3761         defined by ld.so.
3763 1997-02-18 15:39  Miles Bader  <miles@gnu.ai.mit.edu>
3765         * hurd/hurdfault.c (_hurdsig_fault_preempter): New weak alias.
3767         * sysdeps/mach/hurd/dl-sysdep.c (__hurd_threadvar_max,
3768         __hurd_threadvar_stack_offset): Restore initialized versions, so
3769         startup works correctly.
3771         * malloc/thread-m.h (mutex_trylock): Invert sense of return value.
3773 1997-02-17 10:58  Miles Bader  <miles@gnu.ai.mit.edu>
3775         * malloc/thread-m.h (mutex_trylock): Define to be __mutex_trylock,
3776         not __mutex_try_lock.
3777         (tsd_setspecific): Cast DATA to (unsigned long) before storing.
3778         (tsd_getspecific): Case variable to (void *) before returning.
3780         * hurd/hurdinit.c (__libc_argv): Remove extern.
3781         (__libc_argc): New variable.
3783 1997-02-15 10:23  Miles Bader  <miles@gnu.ai.mit.edu>
3785         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
3786         _HURD_THREADVAR_MALLOC.
3787         * malloc/thread-m.h
3788         [_LIBC && !PTHREAD_MUTEX_INITIALIZER && MUTEX_INITIALIZER]
3789         (mutex_lock, mutex_unlock, mutex_trylock): Defined in terms of
3790         __mutex_*.
3791         (mutex_t): Type removed & replaced by new macro.
3792         (tsd_key_t): Typedef to int instead of pthread_key_t.
3793         (tsd_key_create, tsd_setspecific, tsd_getspecific): New macros.
3794         (__pthread_initialize): New macro, work around assumption of pthreads.
3795         (tsd_keys_alloced): New static variable.
3796         <hurd/threadvar.h>: New include.
3798         * hurd/report-wait.c (_hurd_itimer_thread): Make a weak extern.
3799         (_S_msg_report_wait): Check to see if _hurd_itimer_thread is
3800         defined before using it.
3802         * sysdeps/mach/hurd/i386/init-first.c (__libc_argv, __libc_argc):
3803         Make extern.
3804         * hurd/hurdinit.c (__libc_argv): Make extern.
3806         * hurd/getdport.c (_default_hurd_getdport_fn): New variable.
3807         (_hurd_getdport_fn): Now a weak alias to _default_hurd_getdport_fn.
3809         * sysdeps/mach/hurd/i386/init-first.c (__hurd_threadvar_max,
3810         __hurd_threadvar_stack_offset,
3811         __hurd_threadvar_stack_mask): New variables.
3812         * hurd/hurdsig.c (__hurd_sigthread_stack_base,
3813         __hurd_sigthread_stack_end, __hurd_sigthread_stack_variables):
3814         New variables (moved here from hurdstartup.c).
3815         * hurd/hurdstartup.c (__hurd_sigthread_stack_base,
3816         __hurd_sigthread_stack_end, __hurd_sigthread_stack_variables):
3817         Variables removed (moved to hurdsig.c).
3818         (__hurd_threadvar_max, __hurd_threadvar_stack_offset,
3819         __hurd_threadvar_stack_mask): Variables removed.
3820         * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
3821         __hurd_sigthread_stack_end, __hurd_sigthread_stack_variables,
3822         __hurd_threadvar_max, __hurd_threadvar_stack_offset,
3823         __hurd_threadvar_stack_mask): Variables removed.
3825 1997-02-14 14:07  Miles Bader  <miles@gnu.ai.mit.edu>
3827         * hurd/hurd.h (_hurd_pids_changed_stamp, _hurd_pids_changed_sync):
3828         Declare extern.
3830         * malloc/thread-m.h
3831         [_LIBC && !PTHREAD_MUTEX_INITIALIZER && MUTEX_INITIALIZER]
3832         (mutex_t): Type removed.
3833         (mutex_t): New macro.
3834         (mutex_trylock): New macro.
3835         (__x_mutex_lock, __x_mutex_unlock): New functions.
3836         (mutex_lock, mutex_unlock): New macros, redefining the behavior of
3837         the cthread definitions.
3838         (tsd_key_t): Typedef to cthread_key_t instead of pthread_key_t.
3839         (tsd_key_create, tsd_setspecific, tsd_getspecific): New macros.
3840         (mutex_lock, mutex_unlock, mutex_trylock, mutex_init): Macros removed.
3841         (__pthread_initialize): New macro, work around assumption of pthreads.
3843 1997-02-11 05:27  Ulrich Drepper  <drepper@cygnus.com>
3845         * locale/weight.h (collate_rules): It's an u_int32_t array.
3846         (get_weight): Compute initial SLOT value correctly.
3848 1997-02-24 17:06  Geoffrey Keating  <geoffk@discus.anu.edu.au>
3850         * sysdeps/unix/sysv/linux/accept.S (NARGS): Describe number of
3851         arguments taken, for sysdeps/unix/sysv/linux/powerpc/socket.S.
3852         * sysdeps/unix/sysv/linux/bind.S: Likewise.
3853         * sysdeps/unix/sysv/linux/connect.S: Likewise.
3854         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
3855         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
3856         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
3857         * sysdeps/unix/sysv/linux/listen.S: Likewise.
3858         * sysdeps/unix/sysv/linux/recv.S: Likewise.
3859         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
3860         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
3861         * sysdeps/unix/sysv/linux/send.S: Likewise.
3862         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
3863         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
3864         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
3865         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
3866         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
3868 1997-02-22 00:17  Ulrich Drepper  <drepper@cygnus.com>
3870         * catgets/gencat.c: Change to use argp.
3871         * db/makedb: Likewise.
3872         * locale/programs/localedef.c: Likewise.
3874         * locale/programs/locale.c: Little adjustment for better usage of
3875         argp.
3877 1997-02-20 20:07  Greg McGary  <gkm@eng.ascend.com>
3879         * Makeconfig: Add rules for libc with bounded pointers.
3880         * Makerules: Likewise.
3881         * config.make.in: Likewise.
3882         * configure.in: Likewise.
3884 1997-02-21 10:41  Miles Bader  <miles@gnu.ai.mit.edu>
3886         * argp.h (OPTION_NO_USAGE): New macro.
3887         * argp-help.c (usage_long_opt, usage_argful_short_opt,
3888         add_argless_short_opt): Implement OPTION_NO_USAGE.
3890 1997-02-20 16:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3892         * malloc/obstack.h: Fix typo.
3894 1997-02-20 15:56  Miles Bader  <miles@gnu.ai.mit.edu>
3896         * argp-fmtstream.c (__argp_fmtstream_update): Account for case
3897         where NEXTLINE points one past the end of the active buffer.
3899         * argp-help.c <stddef.h>: New include.
3900         (__argp_failure): Only exit if STATE says it's ok.
3901         (print_header, hol_entry_help): Use UPARAMS fields rather than
3902         constants.
3903         (_help): Call fill_in_uparams if necessary.
3904         (struct hol_help_state): New type.
3905         (struct pentry_state): Add hhstate field.  Remove prev_entry &
3906         sep_groups fields.
3907         (hol_entry_help): Add HHSTATE parameter.  Remove prev_entry &
3908         sep_groups parameters.
3909         Suppress duplicate arguments if requested, and note the fact.
3910         (print_header, comma): Use PEST->hhstate fields.
3911         (hol_help): Add HHSTATE variable & pass to hol_entry_help.
3912         Remove LAST_ENTRY & SEP_GROUPS variables.
3913         If any suplicate arguments were suppressed, print explanatory note.
3914         (filter_doc): Replace PEST parameter with STATE.
3915         (struct uparams): New type.
3916         (uparams): New variable.
3917         (struct uparam_name): New type.
3918         (uparam_names): New variable.
3919         (fill_in_uparams): New function.
3920         (__argp_failure, __argp_error, __argp_state_help): Make STATE
3921         parameter const.
3922         * argp.h (argp_state_help, __argp_state_help, argp_usage,
3923         __argp_usage, argp_error, __argp_error, argp_failure,
3924         __argp_failure): Make STATE parameter const.
3925         (ARGP_KEY_HELP_DUP_ARGS_NOTE): New macro.
3927         * argp.h (argp_program_bug_address): Make const.
3929 1997-02-20 19:20  Ulrich Drepper  <drepper@cygnus.com>
3931         * sysdeps/unix/mman/syscalls.list: Explain msync interface.
3933 1997-02-19 01:37  Erik Troan  <ewt@redhat.com>
3935         * shadow/sgetspent_r.c: Accept empty third, fourth and fifth fields.
3937 1997-02-20 14:44  Andreas Jaeger  <aj@arthur.pfalz.de>
3939         * stdio-common/test-fseek.c: Remove temporary file, add
3940         copyright.
3942 1997-02-20 17:51  Ulrich Drepper  <drepper@cygnus.com>
3944         * sysdeps/generic/netinet/in.h: Protect contents using
3945         __BEGIN/END_DECLS.  Reported by a sun <asun@zoology.washington.edu>.
3947         * inet/net/ethernet.h: Move to sysdeps/unix/sysv/linux/net.
3948         * inet/Makefile (headers): Remove net/ethernet.h.
3949         * sysdeps/unix/sysv/linux/Makefile: Install net/ethernet.h.
3950         * sysdeps/unix/sysv/linux/Dist: Distribute net/ethernet.h.
3952 1997-02-20 15:23  Thorsten Kukuk  <kukuk@weber.uni-paderborn.de>
3954         * nss/nsswitch.c (__nss_configure_lookup): Use correct test when
3955         searching in sorted array.
3957 1997-02-20 01:24  Philip Blundell  <pjb27@cam.ac.uk>
3959         * inet/getnameinfo.c: Change to use reentrant getXXbyYY functions
3960         and protect modification of global data.
3962 1997-02-19 18:48  Miles Bader  <miles@gnu.ai.mit.edu>
3964         * argp-parse.c (argp_default_parser): Set STATE->name for OPT_PROGNAME.
3965         (parser_init): Use the basename for PARSER->state.name.
3966         * argp-help.c (__argp_error, __argp_failure, __argp_state_help):
3967         Use PROGRAM_INVOCATION_SHORT_NAME instead of PROGRAM_INVOCATION_NAME.
3969         * argp-parse.c (parser_init): Set PARSER->state.flags.
3970         Make check whether PARSER has the prog name in argv[0] at the
3971         proper place.
3973 1997-02-19 23:34  Ulrich Drepper  <drepper@cygnus.com>
3975         * locale/programs/ld-time.c (time_finish): t_fmt_ampm is optional.
3976         Use default value instead of printing a warning.
3978         * nss/XXX-lookup.c: Add misssing explanation.
3980 1997-02-19 19:14  Andreas Jaeger  <aj@arthur.pfalz.de>
3982         * inet/in6_addr.c: Add missing braces.
3984         * inet/getnameinfo.c: Include <arpa/inet.h>.
3986         * sysdeps/posix/getaddrinfo.c: Include <arpa/inet.h>.
3988 1997-02-19 11:46  Ulrich Drepper  <drepper@cygnus.com>
3990         * string/strxfrm.c (STRCOLL): Correct handling of `position'
3991         levels with no non-IGNOREd element and handling of NUL byte.
3992         * string/strcoll.c (STRXFRM): Likewise.
3993         * locale/weight.h: Likewise.
3995         * shadow/sgetspent_r.c (LINE_PARSER): Add missing ')'.
3997 1997-02-19 03:28  Miles Bader  <miles@gnu.ai.mit.edu>
3999         * argp/argp-help.c: Add support for user provided filter of help
4000         messages.
4001         * argp/argp-parse.c: Likewise.
4002         * argp/argp.h: Likewise.
4003         * argp/argp-namefrob.h: Define __argp_input.
4005         * argp/argp-test.c: Add example for filter.
4007 1997-02-19 02:58  Ulrich Drepper  <drepper@cygnus.com>
4009         * argp.h: New file.
4010         * locale/programs/locale.c: Switch to use argp.
4012         * errno.h: Make it possible to get definition of error_t even
4013         after having errno.h already.
4015         * elf/dl-hash.h: New file.  ELF hashing function.  Extracted
4016         from dl-lookup.c.
4017         * elf/dl-lookup.c (_dl_elf_hash): Remove definition.
4019         * elf/dl-load.c: Rename _dl_does_name_match_p to _dl_name_match_p.
4020         * elf/dl-version.c: Likewise.
4022         * elf/dl-lookup.c: Implement new versioning lookup scheme.
4023         * elf/dl-version.c (_dl_check_map_versions): Initialize new field
4024         in l_versions member.
4026         * elf/dlvsym.c: Correct call of _dl_lookup_versioned_symbol_skip
4027         and _dl_lookup_versioned_symbol.
4029         * elf/link.h: Rename hash_name_pair to struct r_found_version.
4030         * sysdeps/alpha/dl-machine.h: Likewise.
4031         * sysdeps/i386/dl-machine.h: Likewise.
4032         * sysdeps/m68k/dl-machine.h: Likewise.
4033         * sysdeps/mips/dl-machine.h: Likewise.
4035         * intl/l10nflist.c: (_nl_make_l10nflist): Fix bug in computation of
4036         length of abs_filename.
4038         * locale/Makefile (CPPFLAGS): Define LOCALE_ALIAS_PATH.
4040         * locale/programs/ld-monetary.c (monetary_add): Allow value 0
4041         in mon_grouping information.  This means no more grouping.
4042         * locale/programs/ld-numeric.c (numeric_add): Write value \377
4043         when seein value 0 in grouping information.
4044         * locale/programs/linereader.c (lr_close): Don't free fname since
4045         it might be used in error messages.
4047         * locale/programs/locale.c: Check whether output of `locale -a'
4048         really is locale directory.  Also print locale aliases.
4050         * misc/search.h (__action_fn_t): Parameters VALUE and LEVEL cannot
4051         be const.
4053 1997-02-19 02:16  Ulrich Drepper  <drepper@cygnus.com>
4055         * sysdeps/unix/bsd/sun/sunos4/resourcebits.h: Correct #defin to
4056         #define.  Reported by Rick Flower <FLOWER@sdvax2.sdd.TRW.COM>.
4058 1997-02-19 01:37  Erik Troan  <ewt@redhat.com>
4060         * shadow/sgetspent_r.c: Accept empty third, fourth and fifth fields.
4062 1997-02-19 01:02  Ulrich Drepper  <drepper@cygnus.com>
4064         * sysdeps/unix/mman/syscalls.list: msync takes 3 arguments.
4065         Reported by Andreas Jaeger <aj@arthur.pfalz.de>.
4067         * sysdeps/stub/msync.c (msync): Add missing third parameter.
4069 1997-02-19 00:29  Ulrich Drepper  <drepper@cygnus.com>
4071         * sysdeps/unix/bsd/sigsuspend.c: Call __sigpause with needed
4072         additional argument.
4074 1997-02-18 22:13  Ulrich Drepper  <drepper@cygnus.com>
4076         * inet/net/ethernet.h: New file.
4077         * sysdeps/unix/sysv/linux/netinet/if_ether.c: Add BSD compatibility.
4078         * sysdeps/unix/sysv/linux/net/if_slip.h: New file.
4079         Contributed by a sun <asun@zoology.washington.edu>.
4081         * sysdeps/unix/sysv/linux/net/if_arp.h: Include <sys/socket.h>.
4082         * sunrpc/rpc/rpc_msg.h: Include <rpc/clnt.h>.
4083         Reported by a sun <asun@zoology.washington.edu>.
4085 1997-02-16 14:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4087         * Makerules ((common-objpfx)distinfo-$(subdir)): Depend on sysdep
4088         makefiles which may change the distinfo variables.
4090 1997-02-16 14:03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4092         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4093         [$(subdir)=misc]: Add sys/quota.h.
4094         (sysdep_headers) [$(subdir)=inet]: Add netinet/udp.h.
4096 1997-02-17 13:12  aleph1@dfw.net
4098         * sunrpc/clnt_simp.c (callrpc): Prevent buffer overflow by using
4099         strncpy.
4101 1997-02-18 03:28  Ulrich Drepper  <drepper@cygnus.com>
4103         * stdio-common/bug10.c (main): Correct parameter.
4105 1997-02-17 02:51  Ulrich Drepper  <drepper@cygnus.com>
4107         * malloc/obstack.h: Add `extern "C"' protection.
4108         * posix/regex.h: Likewise.
4109         * io/ftw.h: Likewise.
4110         * misc/libgen.h: Likewise.
4111         * login/utmp.h: Likewise.
4112         * sysdeps/unix/sysv/linux/sys/reboot.h: Likewise.
4113         * sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
4114         * sunrpc/rpc/pmap_rmt.h: Likewise.
4115         * sunrpc/rpc/auth_des.h: Likewise.
4116         * elf/link.h: Likewise.
4117         Reported by HJ Lu.
4119 1997-02-17 01:45  a sun  <asun@zoology.washington.edu>
4121         Linux specific network headers.
4122         * sysdeps/unix/sysv/linux/netinet/if_fddi.h: New file.
4123         * sysdeps/unix/sysv/linux/netinet/if_tr.h: New file.
4124         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h: New file.
4125         * sysdeps/unix/sysv/linux/netinet/ip_fw.h: New file.
4126         * sysdeps/unix/sysv/linux/netinet/igmp.h: New file.
4127         * sysdeps/unix/sysv/linux/netinet/icmp.h: New file.
4128         * sysdeps/unix/sysv/linux/netinet/ip.h: New file.
4129         * sysdeps/unix/sysv/linux/netinet/tcp.h: New file.
4130         * sysdeps/unix/sysv/linux/netipx/ipx.h: New file.
4131         * sysdeps/unix/sysv/linux/netatalk/atalk.h: New file.
4132         * sysdeps/unix/sysv/linux/Dist: Add new network headers.
4133         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=misc] (sysdep_headers):
4134         Add sys/quota.h.
4135         [$(subdir)=inet] (sysdep_headers): Add new network header.
4137         * sysdeps/unix/sysv/linux/netinet/udp.h: Add Linux specific changes.
4139         * inet/netinet/ip.h: Move to sysdeps/generic.
4140         * inet/netinet/tcp.h: Likewise.
4141         * sysdeps/generic/netinet/ip.h: Moved to here from inet/netinet.
4142         * sysdeps/generic/netinet/tcp.h: Likewise.
4144 1997-02-17 01:18  Ulrich Drepper  <drepper@cygnus.com>
4146         * misc/sys/syslog.h (prioritynames): Correct definition to use
4147         braces where necessary.
4148         (facilitynames): Likewise.
4149         Patch by Ronald F. Guilmette <rfg@monkeys.com>.
4150         Comment and beautify declarations.
4152 1997-02-16 19:54 1997  Philip Blundell  <Philip.Blundell@pobox.com>
4154         * inet/Makefile (routines): Add in6_addr, getnameinfo.
4155         * inet/getnameinfo.c: New file.  Implementation of getnameinfo()
4156         by Craig Metz.
4157         * inet/in6_addr.c: New file.  IPv6 addressing constants.
4158         * posix/Makefile (routines): Add gai_strerror.
4159         * resolv/netdb.h: Add more constants for IPv6 basic API.
4160         * sysdeps/posix/gai_strerror.c: New file.
4161         * sysdeps/stub/gai_strerror.c New file.
4162         * sysdeps/unix/sysv/linux/netinet/in.h: Add definitions for IPv6
4163         basic API.
4165         * sysdeps/posix/getaddrinfo.c: Update from latest version by
4166         Craig Metz and use reentrant getXXbyYY functions.
4168 1997-02-15 14:32 Andreas Jaeger  <aj@arthur.pfalz.de>
4170         * argp/argp.h: Declare argp_program_version as const char.
4171         * argp/argp-test.c: Likewise
4173         * stdlib/testrand.c (main): Declare main prototype.
4174         * stdlib/testdiv.c (main): Likewise.
4175         * string/testcopy.c (main): Likewise.
4176         * string/test-ffs.c (main): Likewise.
4177         * time/test_time.c (main): Likewise.
4179         * locale/duplocale.c (__duplocale): Return result.
4181 1997-02-16 03:54  Ulrich Drepper  <drepper@cygnus.com>
4183         * sysdeps/unix/sysv/linux/netinet/in.h: Declare bindresvport.
4184         Reported by fabsoft@fabserver1.zarm.uni-bremen.de.
4186         * nss/nss.h: Remove declaration of __nss_shlib_revision.
4187         * nss/nsswitch.c: Don't use NSS_SHLIB_VERSION macro.
4189 1997-02-16 03:48  Thorsten Kukuk  <kukuk@weber.uni-paderborn.de>
4191         * nis/nss_nis/nis-ethers.c (_nss_nis_getethernam_r): Rename to
4192         _nss_nis_gethostton_r.
4193         (_nss_nis_getetherbyaddr_r): Rename to _nss_nis_getntohost_r.
4195 1997-02-15 22:37  Andy Berkheimer  <andy@tho.org>
4197         * resolv/gethnamaddr.c (gethostbyname2): Test for ':' in name before
4198         trying to resolv name as numeric IPv6 address.
4199         * nss/digits_dots.c: Likewise.
4201 1997-02-15 04:51  Ulrich Drepper  <drepper@cygnus.com>
4203         * locale/setlocale.c (setlocale): Don't try to be clever about
4204         unused locales.  When the existence of the locale files isn't
4205         tested the result of setlocale might be different.
4207 1997-02-15 03:34  Ulrich Drepper  <drepper@cygnus.com>
4209         * locale/setlocale.c (setlocale): Don't increment usage_count of
4210         new locale if it already has the value MAX_USAGE_COUNT (it might
4211         be the C locale data which is read-only).
4213 1997-02-15 02:41  Miles Bader  <miles@gnu.ai.mit.edu>
4215         * argp/argp-help.c: Gettextize sources.
4216         * argp/argp-parse.c: Likewise.
4218 1997-02-13 22:32  Ulrich Drepper  <drepper@cygnus.com>
4220         * features.h (__GLIBC_MINOR__): Bump to 1.
4222         * xlocale.h: New file.  Wrapper around locale/xlocale.h.
4223         * Makefile (distribute): Add xlocale.h.
4224         * locale/Makefile (routines): Add ctype_l.
4225         * locale/ctype-extn.c: Update copyright. De-ANSI-declfy.
4226         Add __isblank_l, __toascii_l and __isascii_l.
4227         * ctype/ctype.h: Add definitions and declarations for *_l functions.
4228         * locale/Makefile (headers): Add xlocale.h.
4229         (routines): Add newlocale, duplocale, and freelocale.
4230         * locale/localeinfo.h (MAX_USAGE_COUNT): New macro.
4231         (struct locale_data): Add new fields mmaped and usage_count.
4232         Correct various declarations.
4233         * locale/C-collate.c: Define value for new fields mmaped and
4234         usage_count.
4235         * locale/C-ctype.c: Likewise.
4236         * locale/C-messages.c: Likewise.
4237         * locale/C-monetary.c: Likewise.
4238         * locale/C-numeric.c: Likewise.
4239         * locale/C-time.c: Likewise.
4240         * locale/loadlocale.c (_nl_load_locale): Initialize mmaped and
4241         usage_count fields.
4242         * locale/locale.h: Don't define locale_t here (moved to xlocale.h).
4243         Correct prototypes for __newlocale and __freelocale.
4244         Add prototype for __duplocale.
4245         * locale/findlocale.c (copy): Remove function.  Use __strdup instead.
4246         (_nl_remove_locale): New function.
4247         * locale/nl_langinfo.c: Don't declare locale_data objects as const.
4248         * locale/setlocale.c: Likewise.
4249         * locale/weight.h: Change for use with locale objects.
4250         * locale/xlocale.h: New file.  Define __locale_t type.
4251         * locale/newlocale.c: New file.  Create new locale object.
4252         * locale/freelocale.c: New file.  Destroy locale object.
4253         * locale/duplocale.c: New file.  Create copy of locale object.
4254         * stdlib/Makefile (routines): Add strfmon_l.
4255         * stdlib/monetary.h [__USE_GNU]: Declare __strfmon_l.
4256         * stdlib/strfmon.c: Add support for use in extended locale model.
4257         * stdlib/strfmon_l.c: New file.
4258         * string/Makefile (routines): Add strcoll_l and strxfrm_l.
4259         * string/strcoll.c: Change for use in extended locale model.
4260         * string/strxfrm.c: Likewise.
4261         * string/strcoll_l.c: New file.  Implement __strcoll_l function.
4262         * string/strxfrm_l.c: New file.  Implement __strxfrm_l function.
4263         * wcsmbs/Makefile (routines): Add wcscoll_l and wcsxfrm_l.
4264         * wcsmbs/wchar.h [__USE_GNU]: Declare wcscoll_l and wcsxfrm_l.
4265         * wcsmbs/wcscoll.c: Change for use in extended locale model.
4266         * wcsmbs/wcscoll_l.c: New file.  Implement __wcscoll_l function.
4267         * wcsmbs/wcsxfrm_l.c: New file.  Implement __wcsxfrm_l function.
4268         * wctype/Makefile (routines): Add wcextra, wcfuncs_l, iswctype_l,
4269         and towctrans_l.
4270         * wctype/cname-lookup.h: Prepare for use in extended locale model.
4271         * wctype/iswctype_l.c: New file.  Implement character classification
4272         functions for use with locale objects.
4273         * wctype/wctype.h: Declare functions for use with locale objects.
4274         * wctype/towctrans_l.c: New file.  Implement __towctrans_l function
4275         for use with locale objects.
4276         * wctype/wcfuncs_l.c: New file.  Implement wide character
4277         classification functions for use with locale objects.
4278         * wctype/wcextra.c: New file.  Implement real functions for
4279         non-standard classification functions.
4281         * elf/ldd.bash.in: Don't use --data-relocs and --function-relocs
4282         parameters to ld.so.  Use environment variables.
4283         * elf/ldd.sh.in: Likewise.
4284         * elf/rtld.c: Remove handling of --data-relocs and --function-relocs
4285         options.  Instead read environment variables.
4287         * elf/link.h (receiver_fct): Add new argument to take error code.
4288         * elf/dl-error.c (_dl_signal_error): Call receiver function with
4289         another argument.
4291         * elf/dl-object.c (_dl_new_object): Create new object with list of
4292         names in l_libname member.
4293         * elf/dl-load.c (_dl_map_object_from_fd): Add name which was used to
4294         find to object to the list in the link_map variable.
4295         (_dl_map_object): Use _dl_does_name_match_p to compare with all
4296         available names of the object.
4297         Optimize handling of LD_LIBRARY_PATH a bit.
4298         * elf/rtld.c: Initialize l_libname member of _dl_rtld_map.
4300         * elf/dl-lookup.c (_dl_elf_hash): Optimize function.
4302         * elf/Makefile (routines): Add dl-version.
4303         * elf/link.h (hash_name_pair): New type.  Group pointer to string
4304         and its hash value.
4305         (struct link_map): Change l_libname member to be a list of names,
4306         not a single pointer to a name.
4307         Add new members l_nversions and l_versions.
4308         (_dl_does_name_match_p): New function to test for all names of an
4309         object.
4310         Add prototypes for new lookup and versioning functions.
4311         * elf/dl-lookup.c (do_lookup): Add new argument and handle case
4312         when versioned symbol is requested.
4313         (_dl_lookup_symbol): Call do_lookup with another argument.
4314         (_dl_lookup_symbol_skip): Likewise.
4315         (_dl_lookup_versioned_symbol): New function.  Handle lookup of
4316         versioned symbol.
4317         (_dl_lookup_versioned_symbol_skip): Likewise, similar to
4318         _dl_lookup_symbol_skip.
4319         * elf/dl-reloc.c (RESOLVE): Call _dl_lookup_versioned_symbol or
4320         _dl_lookup_symbol depending on availability of version information.
4321         * elf/dl-runtime.c (RESOLVE): Likewise.
4322         (fixup): Call elf_machine_relplt with additional argument to point
4323         to versioning information if available.
4324         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
4325         * elf/dl-open.c (_dl_open): Call _dl_check_map_versions to check
4326         for correct versions.
4327         * elf/dl-version.c: New file.  Check library versions and extract
4328         version information for easier access.
4329         * elf/dlfcn.h [__USE_GNU]: Add prototype for dlvsym.
4330         * elf/dlvsym.c: New file.  Implementation of function similar to
4331         dlsym, but looks for versioned symbol.
4332         * elf/elf.h: Add types and macros for versioning.
4333         * elf/rtld.c (dl_main): Check availability of needed versions.
4334         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Add additional
4335         argument for version information.  Call RESOLVE with additional
4336         argument.
4337         * sysdeps/i386/dl-machine.h: Likewise.
4338         * sysdeps/m68k/dl-machine.h: Likewise.
4339         * sysdeps/mips/dl-machine.h: Likewise.
4341         * elf/dlerror.c: Change comment to align with guidelines.
4342         * elf/dlopen.c: Likewise.
4343         * elf/dlsym.c: Likewise.
4345         * locale/programs/localedef.c: Implement --quiet option.
4346         * locale/programs/charset.h: Declare be_quiet variable.
4347         * locale/programs/locfile.h: Likewise.
4348         * locale/programs/charmap.c: Don't print warnings if quiet option
4349         was given.
4350         * locale/programs/ld-collate.c: Likewise.
4351         * locale/programs/ld-ctype.c: Likewise.
4352         * locale/programs/ld-messages.c: Likewise.
4353         * locale/programs/ld-monetary.c: Likewise.
4354         * locale/programs/ld-numeric.c: Likewise.
4355         * locale/programs/ld-time.c: Likewise.
4356         * locale/programs/locfile.c: Likewise.
4358         * Makefile (subdirs): Add argp.
4360         * catgets/catgets.c (catopen): Little code improvement.
4362         * posix/execl.c: Remove restriction to 1024 arguments.
4363         * posix/execle.c: Likewise.
4364         * posix/execlp.c: Likewise.
4366         * posix/getopt.c [_LIBC]: Define global objects with __ prefix
4367         and make regular names weak aliases.
4368         * posix/getopt1.c: Likewise.
4369         * posix/getopt.h [_LIBC]: Provide prototypes and declarations for
4370         __ protected forms.
4372         * posix/unistd.h: Add prototype for __sleep.
4373         * sysdeps/mach/sleep.c: Make sleep weak alias of __sleep.
4374         * sysdeps/posix/sleep.c: Likewise.
4375         * sysdeps/stub/sleep.c: Likewise.
4376         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4378         * ctype/ctype-info.c: Update copyright.
4379         * ctype/ctype.c: Likewise.
4380         * ctype/test_ctype.c: Likewise.
4381         * dirent/alphasort.c: Likewise.
4382         * dirent/list.c: Likewise.
4383         * gmon/bb_exit_func.c: Likewise.
4384         * grp/fgetgrent.c: Likewise.
4385         * grp/getgrent.c: Likewise.
4386         * grp/getgrent_r.c: Likewise.
4387         * grp/getgrgid.c: Likewise.
4388         * grp/getgrgid_r.c: Likewise.
4389         * grp/getgrnam.c: Likewise.
4390         * grp/getgrnam_r.c: Likewise.
4391         * hurd/alloc-fd.c: Likewise.
4392         * hurd/catch-exc.c: Likewise.
4393         * hurd/ctty-input.c: Likewise.
4394         * hurd/ctty-output.c: Likewise.
4395         * hurd/dtable.c: Likewise.
4396         * hurd/fchroot.c: Likewise.
4397         * hurd/fd-close.c: Likewise.
4398         * hurd/fd-read.c: Likewise.
4399         * hurd/fd-write.c: Likewise.
4400         * hurd/fopenport.c: Likewise.
4401         * hurd/get-host.c: Likewise.
4402         * hurd/getdport.c: Likewise.
4403         * hurd/getuids.c: Likewise.
4404         * hurd/getumask.c: Likewise.
4405         * hurd/hurd-raise.c: Likewise.
4406         * hurd/hurd.h: Likewise.
4407         * hurd/hurdauth.c: Likewise.
4408         * hurd/hurdexec.c: Likewise.
4409         * hurd/hurdhost.h: Likewise.
4410         * hurd/hurdid.c: Likewise.
4411         * hurd/hurdinit.c: Likewise.
4412         * hurd/hurdioctl.c: Likewise.
4413         * hurd/hurdkill.c: Likewise.
4414         * hurd/hurdlookup.c: Likewise.
4415         * hurd/hurdmsg.c: Likewise.
4416         * hurd/hurdpid.c: Likewise.
4417         * hurd/hurdports.c: Likewise.
4418         * hurd/hurdprio.c: Likewise.
4419         * hurd/hurdrlimit.c: Likewise.
4420         * hurd/hurdsock.c: Likewise.
4421         * hurd/hurdstartup.c: Likewise.
4422         * hurd/hurdstartup.h: Likewise.
4423         * hurd/intern-fd.c: Likewise.
4424         * hurd/intr-msg.c: Likewise.
4425         * hurd/intr-rpc.defs: Likewise.
4426         * hurd/intr-rpc.h: Likewise.
4427         * hurd/msgportdemux.c: Likewise.
4428         * hurd/new-fd.c: Likewise.
4429         * hurd/openport.c: Likewise.
4430         * hurd/pid2task.c: Likewise.
4431         * hurd/port-cleanup.c: Likewise.
4432         * hurd/port2fd.c: Likewise.
4433         * hurd/ports-get.c: Likewise.
4434         * hurd/ports-set.c: Likewise.
4435         * hurd/privports.c: Likewise.
4436         * hurd/report-wait.c: Likewise.
4437         * hurd/set-host.c: Likewise.
4438         * hurd/setauth.c: Likewise.
4439         * hurd/setuids.c: Likewise.
4440         * hurd/siginfo.c: Likewise.
4441         * hurd/sigunwind.c: Likewise.
4442         * hurd/task2pid.c: Likewise.
4443         * hurd/thread-cancel.c: Likewise.
4444         * hurd/thread-self.c: Likewise.
4445         * hurd/vpprintf.c: Likewise.
4446         * hurd/hurd/fd.h: Likewise.
4447         * hurd/hurd/id.h: Likewise.
4448         * hurd/hurd/ioctl.h: Likewise.
4449         * hurd/hurd/lookup.h: Likewise.
4450         * hurd/hurd/port.h: Likewise.
4451         * hurd/hurd/resource.h: Likewise.
4452         * hurd/hurd/threadvar.h: Likewise.
4453         * hurd/hurd/userlink.h: Likewise.
4454         * inet/ether_aton.c: Likewise.
4455         * inet/ether_aton_r.c: Likewise.
4456         * inet/ether_ntoa.c: Likewise.
4457         * inet/ether_ntoa_r.c: Likewise.
4458         * inet/gethstbyad.c: Likewise.
4459         * inet/gethstbyad_r.c: Likewise.
4460         * inet/gethstent.c: Likewise.
4461         * inet/getnetbyad.c: Likewise.
4462         * inet/getnetbyad_r.c: Likewise.
4463         * inet/getnetbynm.c: Likewise.
4464         * inet/getnetbynm_r.c: Likewise.
4465         * inet/getnetent.c: Likewise.
4466         * inet/getnetent_r.c: Likewise.
4467         * inet/getproto.c: Likewise.
4468         * inet/getproto_r.c: Likewise.
4469         * inet/getprtent.c: Likewise.
4470         * inet/getprtent_r.c: Likewise.
4471         * inet/getprtname.c: Likewise.
4472         * inet/getrpcbyname.c: Likewise.
4473         * inet/getrpcbyname_r.c: Likewise.
4474         * inet/getrpcbynumber.c: Likewise.
4475         * inet/getrpcbynumber_r.c: Likewise.
4476         * inet/getrpcent.c: Likewise.
4477         * inet/getrpcent_r.c: Likewise.
4478         * inet/getservent.c: Likewise.
4479         * inet/getservent_r.c: Likewise.
4480         * inet/getsrvbynm.c: Likewise.
4481         * inet/getsrvbynm_r.c: Likewise.
4482         * inet/getsrvbypt.c: Likewise.
4483         * inet/getsrvbypt_r.c: Likewise.
4484         * inet/herrno.c: Likewise.
4485         * inet/netgroup.h: Likewise.
4486         * ient/netinet/ether.h: Likewise.
4487         * intl/bindtextdom.c: Likewise.
4488         * intl/dcgettext.c: Likewise.
4489         * intl/dgettext.c: Likewise.
4490         * intl/gettext.c: Likewise.
4491         * intl/gettext.h: Likewise.
4492         * intl/gettextP.h: Likewise.
4493         * intl/hash-string.h: Likewise.
4494         * intl/loadmsgcat.c: Likewise.
4495         * intl/localealias.c: Likewise.
4496         * intl/textdomain.c: Likewise.
4497         * io/creat.c: Likewise.
4498         * io/getdirname.c: Likewise.
4499         * io/lockf.c: Likewise.
4500         * io/pwd.c: Likewise.
4501         * io/test-utime.c: Likewise.
4502         * locale/categories.def: Likewise.
4503         * locale/codeset_name.c: Likewise.
4504         * locale/lc-collate.c: Likewise.
4505         * locale/lc-ctype.c: Likewise.
4506         * locale/lc-messages.c: Likewise.
4507         * locale/lc-monetary.c: Likewise.
4508         * locale/lc-numeric.c: Likewise.
4509         * locale/lc-time.c: Likewise.
4510         * locale/loadlocale.c: Likewise.
4511         * locale/localeconv.c: Likewise.
4512         * locale/nl_langinfo.c: Likewise.
4513         * locale/setlocale.c: Likewise.
4514         * locale/strlen-hash.h: Likewise.
4515         * locale/programs/charmap-kw.gperf: Likewise.
4516         * locale/programs/charmap-kw.h: Likewise.
4517         * locale/programs/charset.c: Likewise.
4518         * locale/programs/ld-ctype.c: Likewise.
4519         * locale/programs/ld-messages.c: Likewise.
4520         * locale/programs/ld-monetary.c: Likewise.
4521         * locale/programs/linereader.h: Likewise.
4522         * locale/programs/locale-spec.c: Likewise.
4523         * locale/programs/locales.h: Likewise.
4524         * locale/programs/locfile-kw.gperf: Likewise.
4525         * locale/programs/locfile-kw.h: Likewise.
4526         * locale/programs/locfile-token.h: Likewise.
4527         * locale/programs/simple-hash.h: Likewise.
4528         * locale/programs/stringtrans.c: Likewise.
4529         * locale/programs/stringtrans.h: Likewise.
4530         * login/logout.c: Likewise.
4531         * mach/bootprivport.c: Likewise.
4532         * mach/devstream.c: Likewise.
4533         * mach/hello.c: Likewise.
4534         * mach/mach.h: Likewise.
4535         * mach/mach_init.c: Likewise.
4536         * mach/mach_init.h: Likewise.
4537         * mach/mig-alloc.c: Likewise.
4538         * mach/mig-dealloc.c: Likewise.
4539         * mach/mutex-init.c: Likewise.
4540         * mach/mutex-solid.c: Likewise.
4541         * mach/setup-thread.c: Likewise.
4542         * mach/spin-lock.h: Likewise.
4543         * mach/spin-solid.c: Likewise.
4544         * mach/mach/mig_support.h: Likewise.
4545         * md5-crypt/md5-crypt.c: Likewise.
4546         * misc/nlist.h: Likewise.
4547         * nss/nss_files/files-ether.c: Likewise.
4548         * posix/confstr.c: Likewise.
4549         * posix/execl.c: Likewise.
4550         * posix/execle.c: Likewise.
4551         * posix/execlp.c: Likewise.
4552         * posix/execv.c: Likewise.
4553         * posix/execvp.c: Likewise.
4554         * posix/fnmatch.c: Likewise.
4555         * posix/getopt.c: Likewise.
4556         * posix/getopt.h: Likewise.
4557         * posix/getopt1.c: Likewise.
4558         * posix/id.c: Likewise.
4559         * posix/regex.c: Likewise.
4560         * posix/setpgrp.c: Likewise.
4561         * posix/unistd.h: Likewise.
4562         * posix/wordexp.c: Likewise.
4563         * pwd/fgetpwent.c: Likewise.
4564         * pwd/getpwent.c: Likewise.
4565         * pwd/getpwent_r.c: Likewise.
4566         * pwd/getpwnam.c: Likewise.
4567         * pwd/getpwnam_r.c: Likewise.
4568         * pwd/getpwuid.c: Likewise.
4569         * pwd/getpwuid_r.c: Likewise.
4570         * pwd/putpwent.c: Likewise.
4571         * resolv/gethnamaddr.c: Likewise.
4572         * resolv/res_hconf.c: Likewise.
4573         * resolv/res_hconf.h: Likewise.
4574         * setjmp/longjmp.c: Likewise.
4575         * setjmp/sigjmp.c: Likewise.
4576         * setjmp/tst-setjmp.c: Likewise.
4577         * stdio/clearerr.c: Likewise.
4578         * stdio/ferror.c: Likewise.
4579         * stdio/fgetc.c: Likewise.
4580         * stdio/fgetpos.c: Likewise.
4581         * stdio/fgets.c: Likewise.
4582         * stdio/fileno.c: Likewise.
4583         * stdio/fmemopen.c: Likewise.
4584         * stdio/fopen.c: Likewise.
4585         * stdio/fopncook.c: Likewise.
4586         * stdio/fputc.c: Likewise.
4587         * stdio/fputs.c: Likewise.
4588         * stdio/fread.c: Likewise.
4589         * stdio/freopen.c: Likewise.
4590         * stdio/fseek.c: Likewise.
4591         * stdio/fsetpos.c: Likewise.
4592         * stdio/ftell.c: Likewise.
4593         * stdio/fwrite.c: Likewise.
4594         * stdio/getchar.c: Likewise.
4595         * stdio/getdelim.c: Likewise.
4596         * stdio/gets.c: Likewise.
4597         * stdio/glue.c: Likewise.
4598         * stdio/internals.c: Likewise.
4599         * stdio/linewrap.c: Likewise.
4600         * stdio/linewrap.h: Likewise.
4601         * stdio/memstream.c: Likewise.
4602         * stdio/newstream.c: Likewise.
4603         * stdio/putchar.c: Likewise.
4604         * stdio/puts.c: Likewise.
4605         * stdio/rewind.c: Likewise.
4606         * stdio/setbuf.c: Likewise.
4607         * stdio/setbuffer.c: Likewise.
4608         * stdio/setlinebuf.c: Likewise.
4609         * stdio/setvbuf.c: Likewise.
4610         * stdio/ungetc.c: Likewise.
4611         * stdio/vasprintf.c: Likewise.
4612         * stdio/vscanf.c: Likewise.
4613         * stdio/vsnprintf.c: Likewise.
4614         * stdio/vsprintf.c: Likewise.
4615         * stdio/vsscanf.c: Likewise.
4616         * stdio-common/asprintf.c: Likewise.
4617         * stdio-common/dprintf.c: Likewise.
4618         * stdio-common/errnobug.c: Likewise.
4619         * stdio-common/fprintf.c: Likewise.
4620         * stdio-common/getline.c: Likewise.
4621         * stdio-common/getw.c: Likewise.
4622         * stdio-common/perror.c: Likewise.
4623         * stdio-common/psignal.c: Likewise.
4624         * stdio-common/putw.c: Likewise.
4625         * stdio-common/reg-printf.c: Likewise.
4626         * stdio-common/scanf.c: Likewise.
4627         * stdio-common/snprintf.c: Likewise.
4628         * stdio-common/sprintf.c: Likewise.
4629         * stdio-common/tempnam.c: Likewise.
4630         * stdio-common/test_rdwr.c: Likewise.
4631         * stdio-common/tst-fileno.c: Likewise.
4632         * stdio-common/tst-printf.c: Likewise.
4633         * stdio-common/tstgetln.c: Likewise.
4634         * stdio-common/vprintf.c: Likewise.
4635         * stdlib/drand48.c: Likewise.
4636         * stdlib/drand48_r.c: Likewise.
4637         * stdlib/erand48.c: Likewise.
4638         * stdlib/erand48_r.c: Likewise.
4639         * stdlib/exit.h: Likewise.
4640         * stdlib/strtoq.c: Likewise.
4641         * stdlib/strtoul.c: Likewise.
4642         * stdlib/strtouq.c: Likewise.
4643         * stdlib/test-canon.c: Likewise.
4644         * stdlib/testdiv.c: Likewise.
4645         * stdlib/testrand.c: Likewise.
4646         * string/argz-append.c: Likewise.
4647         * string/argz-count.c: Likewise.
4648         * string/argz-create.c: Likewise.
4649         * string/argz-ctsep.c: Likewise.
4650         * string/argz-delete.c: Likewise.
4651         * string/argz-extract.c: Likewise.
4652         * string/argz-insert.c: Likewise.
4653         * string/argz-next.c: Likewise.
4654         * string/argz-stringify.c: Likewise.
4655         * string/basename.c: Likewise.
4656         * string/envz.c: Likewise.
4657         * string/memfrob.c: Likewise.
4658         * string/strcoll.c: Likewise.
4659         * string/strdup.c: Likewise.
4660         * string/string.h: Likewise.
4661         * string/strndup.c: Likewise.
4662         * string/strnlen.c: Likewise.
4663         * string/strsignal.c: Likewise.
4664         * string/strxfrm.c: Likewise.
4665         * string/test-ffs.c: Likewise.
4666         * string/testcopy.c: Likewise.
4667         * sysdeps/generic/enbl-secure.c: Likewise.
4668         * sysdeps/generic/memcopy.h: Likewise.
4669         * sysdeps/generic/stpncpy.c: Likewise.
4670         * sysdeps/generic/strcasecmp.c: Likewise.
4671         * sysdeps/generic/strcat.c: Likewise.
4672         * sysdeps/generic/strchr.c: Likewise.
4673         * sysdeps/generic/strcpy.c: Likewise.
4674         * sysdeps/generic/strcspn.c: Likewise.
4675         * sysdeps/generic/strlen.c: Likewise.
4676         * sysdeps/generic/strncase.c: Likewise.
4677         * sysdeps/generic/strncat.c: Likewise.
4678         * sysdeps/generic/strncpy.c: Likewise.
4679         * sysdeps/generic/strpbrk.c: Likewise.
4680         * sysdeps/generic/strsep.c: Likewise.
4681         * sysdeps/generic/strspn.c: Likewise.
4682         * sysdeps/generic/strstr.c: Likewise.
4683         * sysdeps/generic/strtok.c: Likewise.
4684         * sysdeps/generic/strtok_r.c: Likewise.
4685         * sysdeps/mach/sleep.c: Likewise.
4686         * sysdeps/posix/sleep.c: Likewise.
4687         * sysdeps/stub/sleep.c: Likewise.
4688         * time/date.c: Likewise.
4689         * time/test_time.c: Likewise.
4690         * wcsmbs/wmemcpy.c: Likewise.
4691         * wctye/test_wctype.c: Likewise.
4692         * wctye/towctrans.c: Likewise.
4693         * wctye/wcfuncs.c: Likewise.
4694         * wctye/wctrans.c: Likewise.
4696 1997-02-13 22:15  Miles Bader  <miles@gnu.ai.mit.edu>
4698         * argp/Makefile: New file.
4699         * argp/argp.h: Likewise.
4700         * argp/argp-ba.c: Likewise.
4701         * argp/argp-fmtstream.c: Likewise.
4702         * argp/argp-fmtstream.h: Likewise.
4703         * argp/argp-fs-xinl.c: Likewise.
4704         * argp/argp-help.c: Likewise.
4705         * argp/argp-namefrob.h: Likewise.
4706         * argp/argp-parse.c: Likewise.
4707         * argp/argp-pv.c: Likewise.
4708         * argp/argp-pvh.c: Likewise.
4709         * argp/argp-test.c: Likewise.
4710         * argp/argp-xinl.c: Likewise.
4712 1997-02-13 11:44  Andreas Jaeger  <aj@arthur.pfalz.de>
4714         * stdlib/qsort.c: Add prototype for _quicksort.
4716         * stdlib/msort.c (qsort): Correct prototype for _quicksort.
4718         * sysdeps/i386/Makefile (CFLAGS-rtld.c): Change to prevent warning
4719         from dl-machine.h.
4721 1997-02-13 18:18  Marcus G. Daniels  <marcus@sysc.pdx.edu>
4723         * sysdeps/generic/dl-cache.c: Don't hardwire name of cache file.
4724         Allow user to overwrite it.
4726 1997-02-13 17:55  Ulrich Drepper  <drepper@cygnus.com>
4728         * libio/_G_config.h: Make sure wint_t is also defined for old gcc
4729         versions.  Reported by Andreas Jaeger.
4731 1997-02-13 11:44  Andreas Jaeger  <aj@arthur.pfalz.de>
4733         * time/tzfile.c (__tzfile_read): Change comment to follow
4734         change of 1997-02-12.
4736 1997-02-13 02:32  Ulrich Drepper  <drepper@cygnus.com>
4738         * time/time.h (__nanosleep): Define only when struct timespec is
4739         also available.
4740         Reported by Ross Alexander <rossa@stimpy.cs.auckland.ac.nz>.
4742 1997-02-12 21:34  a sun  <asun@zoology.washington.edu>
4744         * sysdeps/unix/sysv/linux/netinet/udp.h: New file.
4745         * sysdeps/unix/sysv/linux/Dist: Add netinet/udp.h.
4747 1997-02-12 21:16  Ulrich Drepper  <drepper@cygnus.com>
4749         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname_r): Follow patch
4750         of 1997-02-09 in resolv/gethnamaddr.c.
4752 1997-02-11 18:52  H.J. Lu  <hjl@gnu.ai.mit.edu>
4754         * libio/_G_config.h (_G_wint_t): New.
4756 1997-02-09 11:31  H.J. Lu  <hjl@gnu.ai.mit.edu>
4758         * resolv/gethnamaddr.c (gethostbyname2): Change sizeof (buf)
4759         to sizeof (buf.buf) while calling res_search ().
4761 1997-02-03 20:01  H.J. Lu  <hjl@gnu.ai.mit.edu>
4763         * nis/rpcsvc/yp_prot.h (ypresp_key_val): Change key to keydat,
4764         val to keydat, stat to status.
4766 1997-02-12 20:45  Andreas Jaeger  <jaeger@informatik.uni-kl.de>
4768         * time/tzfile.c (__tzfile_read): Fix problem with SUID programs.
4770 1997-02-12 19:55  Ulrich Drepper  <drepper@cygnus.com>
4772         * db/btree/bt_split.c (bt_psplit): Apply official patches #2 and #4
4773         by Keith Bostic.
4775 1997-02-11 14:49  Andreas Jaeger  <jaeger@informatik.uni-kl.de>
4777         * stdlib/atoll.c: Undefine atoll, not atol.
4779 1997-02-08 09:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4781         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls): Remove
4782         unused arguments of shell script.
4784         * Makeconfig (all-object-suffixes): New variable.
4785         * Makerules ($(+sysdir_pfx)sysd-rules, +make-deps): Use it instead
4786         of $(object-suffixes).
4787         * sysdeps/unix/make-syscalls.sh: Likewise.  Fix comment.
4789 1997-02-10 17:45  Ulrich Drepper  <drepper@cygnus.com>
4791         * string/argz-ctsep.c: Initialize *LEN when successful.
4793 1997-02-09 04:35  Ulrich Drepper  <drepper@cygnus.com>
4795         * stdio-common/_itoa.h: Update copyright.
4797 1997-02-09 02:59  Ulrich Drepper  <drepper@cygnus.com>
4799         * version.h (VERSION): Bump to 2.0.2.
4801         * posix/Makefile (routines): Add getopt_init.
4802         * posix/getopt.c: Don't get environment variable with nonoption
4803         flags here.  Depend on __getopt_nonoption_flags variable filled
4804         somewhere else.  This is necessary since the variable must be
4805         removed even when getopt isn't used in case exec(2) gets called.
4806         * posix/getopt_init.c: New file.  Initialize __getopt_nonoption_flags
4807         and remove environment variable.
4808         * sysdeps/i386/init-first.c: Call __getopt_clean_environment.
4809         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
4810         * sysdeps/stub/init-first.c: Likewise.
4811         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
4813         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Recognize
4814         AT_PAGESZ entry in auxiliary vector and store value in _dl_pagesize.
4816         * sysdeps/generic/crypt-entry.h: Return EOPNOTSUPP when DES
4817         encryption is wanted.
4819         * libio/vsnprintf.c: If MAXLEN is 0 return 0.
4820         * stdio/vsnprintf.c: Likewise.
4821         Reported by Philip Blundell <pjb27@cam.ac.uk>.
4823         * libio/vsnprintf.c: If MAXLEN is 0 return 0.
4824         * stdio/vsnprintf.c: Likewise.
4825         Reported by Philip Blundell <pjb27@cam.ac.uk>.
4827 1997-02-07 17:43  Ulrich Drepper  <drepper@cygnus.com>
4829         * sysdeps/generic/sysd-stdio.c: Include <errno.h>.
4830         Change PTR to void *.
4831         * sysdeps/posix/vdprintf.c: Change PTR to void *.
4832         Reported by Brian Oxley <boxley%dev.cm.ssb.com@clipper.ssb.com>.
4834 1997-02-07 17:41  Philip Blundell <pjb27@cam.ac.uk>
4836         * sysdeps/unix/sysv/linux/socketbits.h: Fix typo.
4838 1997-02-06 13:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4840         * rellns-sh: No need to check for existance of first parameter.
4842 1997-02-06 13:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4844         * rellns-sh: No need to check for existance of first parameter.
4846 1997-02-06 14:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4848         * sysdeps/posix/getcwd.c (__getcwd): Fix resource leaks.  Reported
4849         by David Holland <dholland@eecs.harvard.edu>.
4851 1997-02-06 14:38  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4853         * sunrpc/clnt_tcp.c (readtcp): Pass copy of timeout value to
4854         select, in case it is modified by the latter.
4855         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
4856         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
4857         * sunrpc/svc_tcp.c (readtcp): Likewise.
4859         * sunrpc/svc_authux.c (_svcauth_unix): Fix type of area_gids
4860         array.
4862         * sunrpc/authuxprot.c (xdr_authunix_parms): Check size of uid_t
4863         and gid_t.
4865         * sunrpc/auth_unix.c (authunix_validate): Fix type of second
4866         argument.
4868 1997-02-06 14:29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4870         * elf/Makefile (extra-objs): Don't zap previous value.
4871         * Makefile (before-compile): Likewise.  Don't add gnu/lib-names.h
4872         twice.
4874 1997-02-06 14:19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4876         * sysdeps/unix/sysv/linux/m68k/brk.c: Add workaround for
4877         braindamage (sigh!).
4879 1997-02-06 17:10  Jim Meyering  <meyering@asic.sc.ti.com>
4881         * manual/memory.texi: Correct `copystring' example for obstacks.
4883 1997-02-06 14:10  Ulrich Drepper  <drepper@cygnus.com>
4885         * Makeconfig: Don't use [:lower:] and [:upper:] in tr since old
4886         GNU tr don't grok it.
4888 1997-02-03 21:13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4890         * sysdeps/unix/sysv/linux/socketbits.h [__GNUC__<2] (struct cmsghdr):
4891         Don't use GNU C extensions.
4892         (CMSG_DATA): Use portable definition.
4894 1997-02-05 05:58  Ulrich Drepper  <drepper@cygnus.com>
4896         * elf/ldd.bash.in: Add test for read permission and print appropriate
4897         message.  Change warning and error messages to print "ldd: " at start.
4898         * elf/ldd.sh.in: Likewise.
4900         * stdlib/Makefile (routines): Add atoll.
4901         * stdlib/atoll.c: New file.
4902         * stdlib/stdlib.h: Add prototype and optimization for atoll.
4904         * stdlib/a64l.c: Update copyright.
4905         * stdlib/abs.c: Likewise.
4906         * stdlib/atof.c: Likewise.
4907         * stdlib/atoi.c: Likewise.
4908         * stdlib/atol.c: Likewise.
4909         * stdlib/bsearch.c: Likewise.
4910         * stdlib/exit.c: Likewise.
4911         * stdlib/fpioconst.c: Likewise.
4912         * stdlib/fpioconst.h: Likewise.
4913         * stdlib/jrand48.c: Likewise.
4914         * stdlib/jrand48_r.c: Likewise.
4915         * stdlib/labs.c: Likewise.
4916         * stdlib/lcong48.c: Likewise.
4917         * stdlib/lcong48_r.c: Likewise.
4918         * stdlib/llabs.c: Likewise.
4919         * stdlib/lrand48.c: Likewise.
4920         * stdlib/lrand48_r.c: Likewise.
4921         * stdlib/mblen.c: Likewise.
4922         * stdlib/mbstowcs.c: Likewise.
4923         * stdlib/mbtowc.c: Likewise.
4924         * stdlib/mp_clz_tab.c: Likewise.
4925         * stdlib/mrand48.c: Likewise.
4926         * stdlib/mrand48_r.c: Likewise.
4927         * stdlib/msort.c: Likewise.
4928         * stdlib/nrand48.c: Likewise.
4929         * stdlib/nrand48_r.c: Likewise.
4930         * stdlib/qsort.c: Likewise.
4931         * stdlib/rpmatch.c: Likewise.
4932         * stdlib/seed48.c: Likewise.
4933         * stdlib/seed48_r.c: Likewise.
4934         * stdlib/srand48.c: Likewise.
4935         * stdlib/srand48_r.c: Likewise.
4936         * stdlib/strtod.c: Likewise.
4937         * stdlib/wcstombs.c: Likewise.
4938         * stdlib/wctomb.c: Likewise.
4940 1997-02-05 05:08  Ulrich Drepper  <drepper@cygnus.com>
4942         * stdlib/mp_clz_tab.c (__clz_tab): Follow change in GMP and define
4943         as const.
4945 1997-02-04 23:57  Fila Kolodny  <fila@ibi.com>
4947         * sysdeps/unix/sysv/linux/socketbits.h: Define __need_NULL before
4948         including <stddef.h>.
4950 1997-02-03 20:01  H.J. Lu  <hjl@gnu.ai.mit.edu>
4952         * time/Makefile (tzbases, tzlinks): New.
4953         (tzfiles): Changed to $(tzbases) $(tzlinks).
4954         ($(tzfiles:%=$(objpfx)z.%): Make $(tzlinks) depend on $(tzbases).
4956 1997-02-02 12:13  H.J. Lu  <hjl@gnu.ai.mit.edu>
4958         * Makefile (install): Ignore error from ldconfig.
4960         * time/zic.c (mkdirs): Double check the error return of mkdir ().
4962 1997-02-04 22:01  Ulrich Drepper  <drepper@cygnus.com>
4964         * stdio-common/vfprintf.c: Prepare to use __va_copy for architectures
4965         like PPC where va_list is no integral type.
4967 1997-02-04 15:27  Roma Ekzhanov  <ekzhanov@paragraph.com>
4969         * posix/getopt.c (exchange): Don't allocate nonoption_flags array
4970         if nonoption_flags_len == -1.
4972 1997-02-04 02:08  Ulrich Drepper  <drepper@cygnus.com>
4974         * Version 2.0.1 net release.
4976 1997-02-03 23:34  Stephen L Moshier  <moshier@world.std.com>
4978         * sysdeps/libm-ieee754/s_tanhl.c: Fix backwards result sign.
4980 1997-02-03 19:59  Ulrich Drepper  <drepper@cygnus.com>
4982         * stdlib/getsubopt.c: Don't return `=' for suboption which has
4983         a parameter.  Reported by Gary L. Hennigan <glhenni@cs.sandia.gov>.
4985 1997-02-03 18:20  Thorsten Kukuk  <kukuk@weber.uni-paderborn.de>
4987         * nis/rpcsvc/yp_proh.h (ypresp_key_val): Also change order of
4988         values as in yp.x and yp.h.
4990 1997-02-03 16:58  Ulrich Drepper  <drepper@cygnus.com>
4992         * nis/rpcsvc/yp.x (struct ypresp_key_val): Revert patch from
4993         1997-02-03 02:17.  Sun's implementation internally corrects
4994         this bug but we don't want to hide this from the user.
4995         * nis/rpcsvc/yp.h: Likewise.
4997 1997-02-01 18:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4999         * sysdeps/unix/sysv/linux/net/ppp_defs.h: Protect against multiple
5000         inclusion.
5002 1997-02-02 14:56  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5004         * manual/nss.texi, manual/pattern.texi, manual/string.texi: Doc
5005         fixes.
5007 1997-02-02 11:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5009         * MakeTAGS (sysdep-sources, sysdep-headers): New variables.
5010         (all-sources, all-headers): Use them instead of $(sources) and
5011         $(headers) when searching in sysdep directories.
5013 1997-02-02 11:49  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5015         * Makerules (REAL_MAKE_VERSION): Use internal make function
5016         instead of shelling out.
5018 1997-02-02 11:47  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5020         * time/Makefile (install-test-data): Remove mkdir command, zic can
5021         handle that gracefully.
5023 1997-02-03 14:07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5025         * sysdeps/m68k/asm-syntax.h: Add back file which got lost sometime
5026         somehow.
5028 1997-02-02 07:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5030         * sunrpc/Makefile: Check $(cross-compiling) only after including
5031         ../Makeconfig.
5032         ($(objpfx)rpcsvc/%.h, $(objpfx)x%.c): Add empty command to force
5033         being considered as a rule.
5034         (generated): Add stamp files before the inclusion of Makerules to
5035         magically mark them as not being intermediate via the `generated'
5036         target.
5038 1997-02-03 02:33  Ulrich Drepper  <drepper@cygnus.com>
5040         * elf/dl-deps.c (_dl_map_object_deps): Handle multiple AUXILIARY
5041         entries.  This is still no complete implementation since AUXILIARY
5042         entries in other shared objects are not yet handled.
5044         * libio/libio.h (_IO_cookie_io_functions_t): Move to C++ protected
5045         place.
5047         * po/es.po: Update.
5048         * po/fr.po: Update.
5049         * po/nl.po: Update.
5051         * time/Makefile: Better cross-compile support.  Avoid test which
5052         cannot be run.
5053         (CFLAGS-tzset.c): New variable.  Overwrite TZDEFAULT value from
5054         tzfile.h file.
5055         * time/tzfile.c (__tzfile_read): Allow TZDEFAULT start with '/' even
5056         in SUID programs.
5057         * time/tzset.c (__tzset_internal): If TZ envvar is not set use same
5058         default values as in tzfile.c.
5060         * elf/dynamic-link.h (elf_get_dynamic_info): Recognize versioning
5061         tags.
5062         * elf/link.h: Likewise.
5063         * elf/elf.h: Add tag definitions and data structures for versioning.
5065 1997-02-03 02:17  Ulrich Drepper  <drepper@cygnus.com>
5067         * nis/rpcsvc/yp.x (struct ypresp_key_val): There is not stupid
5068         "Sun bug".  This is the order of elements also used by 4.4BSD.
5069         * nis/rpcsvc/yp.h: Likewise.
5070         Reported by HJ Lu.
5072 1997-02-02 12:13  H.J. Lu  <hjl@gnu.ai.mit.edu>
5074         * sunrpc/Makefile ($(objpfx)x%.h, $(objpfx)x%.c): Add "@:" as
5075         action.
5077         * Makefile (install): Pass installation directories as arguments
5078         to ldconfig.
5080 1997-02-02 23:15  Ulrich Drepper  <drepper@cygnus.com>
5082         * malloc/malloc.c (__after_morecore_hook): New variable.
5083         (malloc_extend_top): Call __after_morecore_hook if set.
5084         (main_trim): Likewise.
5085         * malloc/malloc.h: Add declaration of __after_morecore_hook.
5086         Suggested by Marcus Daniels.
5088 1997-02-02 23:00  Marcus G. Daniels  <marcus@tdb.com>
5090         * malloc/malloc.c (rEALLOc): Protect tsd_setspecific call by
5091         #ifndef NO_THREADS.
5092         (mallinfo): Likewise.
5094         * malloc/malloc.c (__morecore): Make external since it is used in
5095         programs.
5097 1997-02-02 15:10  Ulrich Drepper  <drepper@cygnus.com>
5099         * sysdeps/unix/sysv/linux/statbuf.h (struct stat): Make st_dev field
5100         unsigned.
5102 1997-02-01 23:36  Richard Henderson  <rth@tamu.edu>
5104         * sysdeps/alpha/stxncpy.S ($unaligned) [src % 8 > dst % 8]: Don't
5105         use t6 as a temporary; it contains bits we still need in $u_head.
5107 1997-01-31 15:05  John Bowman  <bowman@ipp-garching.mpg.de>
5109         * sysdeps/i386/fpu/__math.h [__USE_MISC]: Don't declare prototypes
5110         using __ prefix.  Add prototype for log1p.
5112 1997-02-02 00:39  Ulrich Drepper  <drepper@cygnus.com>
5114         * dirent/dirent.h: Add description _DIRENT_HAVE_D_TYPE.
5116 1997-02-01 17:04  Philip Blundell  <pjb27@cam.ac.uk>
5118         * inet/netinet/ip.h (MAX_IPOPTLEN): Add definition.
5120 1997-02-01 17:00  Ulrich Drepper  <drepper@cygnus.com>
5122         * sysdeps/unix/sysv/linux/socketbits.h: Add definition of cmsghdr
5123         structure plus related macros.
5124         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: New file.
5125         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket]
5126         (sysdep_routines): Add cmsg_nxthdr.
5127         * sysdeps/unix/sysv/linux/Dist: Add cmsg_nxthdr.c.
5128         Suggested by Philip Blundell <pjb27@cam.ac.uk>.
5130 1997-02-01 12:34  Ulrich Drepper  <drepper@cygnus.com>
5132         * time/strftime.c: Define _strftime_copytm without protecting arguments
5133         which breaks the definition.
5135 1997-02-01 03:31  Thorsten Kukuk  <kukuk@weber.uni-paderborn.de>
5137         * nis/rpcsvc/yp_prot.h: Move definition of yppushresp_xfr after
5138         definition of type for element.
5140 1997-02-01 03:28  Philip Blundell  <pjb27@cam.ac.uk>
5142         * sydsdeps/unix/sysv/linux/netinet/in.h: Add IPv6 related IPPROTO_*
5143         constants.
5145 1997-02-01 03:09  H.J. Lu  <hjl@lucon.org>
5147         * Makefile: Pass PARALLELMFLAGS to sub-makes.
5148         * Makefile.in: Mention PARALLELMFLAGS and pass to main Makefile.
5150 1997-01-31  Paul Eggert  <eggert@twinsun.com>
5152         * time/mktime.c (HAVE_LIMITS_H, HAVE_LOCALTIME_R, STDC_HEADERS):
5153         Define if _LIBC is defined.
5154         <limits.h>: Include if HAVE_LIMITS_H instead of if
5155         __STDC__ || __GNU_LIBRARY__ || STDC_HEADERS.
5156         <stdlib.h>: Similarly, include if STDC_HEADERS.
5157         (localtime_r): Redo #ifdef to make it clear that glibc has
5158         localtime_r now.
5160 1997-02-29 20:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5162         * sunrpc/Makefile ($(objpfx)rpcsvc/%.h, $(objpfx)x%.c): Use stamp
5163         file to avoid unnecessary recompilation.
5165 1997-01-29 19:33  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5167         * Makefile: Set install-others, not install_others.
5168         (before-compile): Use += to preserve previous value.
5169         ($(inst_includedir)/gnu/lib-names.h): Remove obsolete comment and
5170         fix dependency name.
5171         ($(objpfx)lib-names.h): Remove rule.
5172         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Generate it here,
5173         with correct name, using an intermediate stamp file.
5174         (common-generated): Add gnu/lib-names.h.
5175         (before-compile): Add $(common-objpfx)gnu/lib-names.h.
5177 1997-01-30 18:29  Richard Henderson  <richard@atheist.tamu.edu>
5179         * malloc/malloc.c (MAGICBYTE): Use cast to size_t instead of unsigned
5180         to prevent warnings on 64 bit systems.
5181         Reported by Paul Wouters <paul@xtdnet.nl>.
5183         * sysdeps/alpha/dl-machine.h: Revert check for broken gas.  By default
5184         we assume it works.
5186 1997-01-30 03:24  Ulrich Drepper  <drepper@cygnus.com>
5188         * sysdeps/i386/elf/start.S (_start): Align stack pointer to
5189         double word boundary before pushing args for main.  This way we
5190         don't get penalties for misaligned memory accesses.  Reported by
5191         Edward Seidl <seidl@janed.com>.
5193         * Makefile: Correct *my* changes of Richards patch of 1997-01-28 10:51.
5194         Patch by HJ Lu.
5196         * misc/bsd-compat.c: Update copyright.
5197         * misc/efgcvt.c: Likewise.
5198         * misc/efgcvt_r.c: Likewise.
5199         * misc/error.c: Likewise.
5200         * misc/error.h: Likewise.
5201         * misc/fstab.c: Likewise.
5202         * misc/init-misc.c: Likewise.
5203         * misc/lsearch.c: Likewise.
5204         * misc/mntent.c: Likewise.
5205         * misc/qefgcvt.c: Likewise.
5206         * misc/qefgcvt_r.c: Likewise.
5207         * nss/databases.def: Likewise.
5208         * nss/db-Makefile: Likewise.
5209         * nss/ethers-lookup.c: Likewise.
5210         * nss/hosts-lookup.c: Likewise.
5211         * nss/netgrp-lookup.c: Likewise.
5212         * nss/nsswitch.h: Likewise.
5213         * nss/proto-lookup.c: Likewise.
5214         * nss/rpc-lookup.c: Likewise.
5215         * nss/service-lookup.c: Likewise.
5216         * nss/nss_db/db-netgrp.c: Likewise.
5217         * nss/nss_files/files-grp.c: Likewise.
5218         * nss/nss_files/files-hosts.c: Likewise.
5219         * nss/nss_files/files-network.c: Likewise.
5220         * nss/nss_files/files-proto.c: Likewise.
5221         * nss/nss_files/files-pwd.c: Likewise.
5222         * nss/nss_files/files-rpc.c: Likewise.
5223         * nss/nss_files/files-service.c: Likewise.
5224         * nss/nss_files/files-spwd.c: Likewise.
5225         * shadow/fgetspent.c: Likewise.
5226         * shadow/fgetspent_r.c: Likewise.
5227         * shadow/getspent.c: Likewise.
5228         * shadow/getspent_r.c: Likewise.
5229         * shadow/getspnam.c: Likewise.
5230         * shadow/getspnam_r.c: Likewise.
5231         * shadow/putspent.c: Likewise.
5232         * shadow/sgetspent.c: Likewise.
5233         * shadow/sgetspent_r.c: Likewise.
5234         * sysdeps/i386/init-first.c: Likewise.
5235         * sysdeps/unix/i386/sysdep.S: Likewise.
5237         * shadow/shadow.h: Don't use __USE_REENTRENT.  All code must be
5238         prepared to be running in a multi-threaded environment.  Change
5239         to __USE_MISC unless the function is defined in POSIX.1 (in this
5240         case also test for __USE_POSIX).
5241         * dirent/dirent.h: Likewise.
5242         * grp/grp.h: Likewise.
5243         * inet/aliases.h: Likewise.
5244         * libio/libio.h: Likewise.
5245         * libio/stdio.h: Likewise.
5246         * login/utmp.h: Likewise.
5247         * math/mathcalls.h: Likewise.
5248         * misc/mntent.h: Likewise.
5249         * pwd/pwd.h: Likewise.
5250         * resolv/netdb.h: Likewise.
5251         * stdlib/stdlib.h: Likewise.
5252         * string/string.h: Likewise.
5253         * sunrpc/rpc/netdb.h: Likewise.
5254         * sysdeps/generic/crypt.h: Likewise.
5255         * sysdeps/unix/sysv/linux/errnos.h: Likewise.
5256         * time/time.h: Likewise.
5258 1997-01-30 00:27  Fila Kolodny  <fila@ibi.com>
5260         * sunrpc/Makefile (install-others): Add rpcsvc/bootparam_prot.h
5261         only if not cross compiling.
5263 1997-01-29 16:16  Fila Kolodny  <fila@ibi.com>
5265         * sysdeps/posix/sigpause.c: Include <stddef.h> to get definition of
5266         NULL.
5267         * sysdeps/posix/sigwait.c: Likewise.
5269 1997-01-28 23:42  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5271         * Makeconfig ($(common-objpfx)config.make): Depend on
5272         $(..)config.make.in.
5274 1997-01-29 04:30  Ulrich Drepper  <drepper@cygnus.com>
5276         * sunrpc/Makefile: Don't generate headers derived from .x files when
5277         crosscompiling.
5279 1997-01-28 10:51  Richard Henderson  <rth@tamu.edu>
5281         * Makefile: Generate gnu/lib-names.h in before-compile.
5282         * nss/nss.h (NSS_SHLIB_REVISION): Turn it into a const variable.
5283         * nss/nssswitch.c (__nss_shlib_revision): New variable.  Initialize
5284         to the revision found for LIBNSS_FILES_SO.
5285         (nss_initilized): Removed.  It was tested but never set.
5286         (nss_lookup_function): Don't treat NSS_SHLIB_REVISION as a literal.
5288         * shlib-versions: Tag all alpha-linux shlibs with a .1 "minor"
5289         not just libc.  Except instead of ld.so.1.1 use ld-linux.so.2.
5291         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Typo in ldgp.
5293 1997-01-28 12:16  Andreas Jaeger  <aj@arthur.pfalz.de>
5295         * elf/Makefile (CFLAGS-dl-load.c): Use += to not
5296         override the definition.
5298 1997-01-28 20:13  Fila Kolodny  <fila@ibi.com>
5300         * config.make.in (malloc): Remove.
5302 1997-01-28 04:23  Ulrich Drepper  <drepper@cygnus.com>
5304         * version.h (VERSION): Bump to 2.0.1.
5306         * posix/getopt.c: Handle another problem introduced by the
5307         nonoption_flags array.  We must be able to work with reordered
5308         argv arrays.  Reported by Andreas Schwab.
5310 1997-01-28 02:38  Ulrich Drepper  <drepper@cygnus.com>
5312         * sysdeps/unix/sysv/linux/i386/clone.S: Correct handling of new
5313         stack.
5315 1997-01-27 17:34  Thorsten Kukuk <kukuk@weber.uni-paderborn.de>
5317         * nis/rpcsvc/yp_prot.h: Correct definitions and types in file so
5318         that it works with yp.h.
5320 1997-01-27 13:28  Ulrich Drepper  <drepper@cygnus.com>
5322         * malloc/malloc.h (__malloc_initialized) [_LIBC]: Define as
5323         __libc_malloc_initialized so that this variable is not shared with
5324         other users of GNU malloc.
5325         Suggested by Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>.
5327         * mcheck.h: Correct typo.  Use malloc/ instead of new-malloc/.
5329         * sysdeps/i386/Makefile (CFLAGS-dl-load.c, CFLAGS-dl-reloc.c): New
5330         variables to prevent warnings.
5331         * sysdeps/i386/dl-machine.h (fixup): Add prototype and declare
5332         using attribute regparm.
5333         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Rewrite so that no register
5334         is changed by the resolver code.
5336 1997-01-14 14:20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5338         * malloc/malloc.c (weak_variable): Define.
5339         (__malloc_initialize_hook, __free_hook, __malloc_hook, __realloc_hook,
5340         __memalign_hook): Make them weak definitions.
5342 1997-01-26 11:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5344         * sysdeps/unix/sysv/linux/getdents.c: Don't write beyond buffer
5345         limits, correctly take structure padding into account, use correct
5346         offset when resetting the stream, change heuristic to assume an
5347         average name length of 14 characters.
5349 1997-01-25 18:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5351         * sysdeps/unix/sysv/linux/alpha/termbits.h: Protect against multiple
5352         inclusion.
5355 See ChangeLog.6 for earlier changes.