Update.
[platform/upstream/glibc.git] / ChangeLog
1 1999-01-07  Ulrich Drepper  <drepper@cygnus.com>
2
3         * sysdeps/unix/sysv/linux/Makefile [subdir=time] (sysdep_routines):
4         Add ntp_adjtime and ntp_gettime.
5         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add ntp_adjtime and
6         ntp_gettime.
7
8 1998-12-29  Ulrich Windl  <Ulrich.Windl@rz.uni-regensburg.de>
9
10         * manual/time.texi (Precision Time): Add documentation for
11         ntp_gettime and ntp_adjtime.
12
13 1998-12-28  Ulrich Windl  <Ulrich.Windl@rz.uni-regensburg.de>
14
15         * sysdeps/unix/sysv/linux/ntp_gettime.c: Created new file
16
17         * sysdeps/unix/sysv/linux/ntp_adjtime.c: Created new file
18
19         * sysdeps/unix/sysv/linux/sys/timex.h (struct ntptimeval): Added.
20         Add prototypes for ntp_adjtime and ntp_gettime.
21
22 1999-01-07  Ulrich Drepper  <drepper@cygnus.com>
23
24         * sysdeps/i386/bits/select.h (__FD_ZERO): Remove early clobbers
25         from c and D register output.
26
27 1999-01-07  Philip Blundell  <philb@gnu.org>
28
29         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Fix bug in last change.
30
31 1999-01-07  Ulrich Drepper  <drepper@cygnus.com>
32
33         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Correct type for
34         __fsfilcnt_t.  Patch by Bruce Elliott <bde@nwlink.com>.
35
36 1999-01-05  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
37
38         * manual/conf.texi: Remove pointers from first @node.  Move old
39         @node spec inside comment.
40         * manual/lang.texi: Likewise.
41         * manual/libc-texinfo.sh: Also find `@node.*Top' in a comment.
42         * manual/stdio.texi: Fix typo.
43
44 1999-01-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
45
46         * wcsmbs/btowc.c: Accept all values in the range [SCHAR_MIN
47         .. UCHAR_MAX].  Local var buf renamed to result and its type
48         changed from char[] to wchar_t to get proper alignment.
49
50         * posix/fnmatch.c: Also cast the arguments of the other ctype
51         functions to unsigned char.
52
53 1999-01-07  Ulrich Drepper  <drepper@cygnus.com>
54
55         * Rules: Add rules for empty.{o,os,op} back.
56
57 1999-01-05  Ulrich Drepper  <drepper@cygnus.com>
58
59         * Makerules (common-mostlyclean): Add missing parentheses.
60
61         * Rules: Add back rules for empty.o generation.
62
63 1999-01-05  Philip Blundell  <philb@gnu.org>
64
65         * sysdeps/unix/sysv/linux/net/if_arp.h: Add new ARPHRD definitions
66         from latest (2.2.0pre4) kernel.
67
68 1999-01-05 Scott Bambrough  <scottb@corelcomputer.com>
69
70         * sysdeps/unix/sysv/linux/arm/sys/user.h : New file.  Fixes problem
71         on ARM platforms with programs that include <sys/user.h> and
72         <sys/ptrace.h>.  Solution suggested by Geoff Keating earlier with
73         fix for same problem on the PowerPC platform.
74
75 1999-01-04  Philip Blundell  <philb@gnu.org>
76
77         * sysdeps/unix/sysv/linux/arm/register-dump.h: Correct widths of
78         register values.
79         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: New file.
80
81 1999-01-04  Ulrich Drepper  <drepper@cygnus.com>
82
83         * csu/version.c (banner): Update date.
84         * catgets/gencat.c: Update year in copyright message text.
85         * db2/makedb.c: Likewise.
86         * debug/catchsegv.sh: Likewise.
87         * elf/ldd.bash.in: Likewise.
88         * elf/sprof.c: Likewise.
89         * iconv/iconv_prog.c: Likewise.
90         * locale/programs/locale.c: Likewise.
91         * locale/programs/localedef.c: Likewise.
92         * login/programs/utmpd.c: Likewise.
93         * malloc/mtrace.pl: Likewise.
94         * nscd/nscd.c: Likewise.
95         * nss/getent.c: Likewise.
96         * posix/getconf.c: Likewise.
97
98 1999-01-02  Philip Blundell  <philb@gnu.org>
99
100         * sunrpc/Makefile: Ensure that we really use the right path for cpp.
101
102 1999-01-03  Philip Blundell  <philb@gnu.org>
103
104         * Makefile (tests-clean): New target to delete test output files.
105         * Makerules (do-tests-clean): New rule to support the above.
106         * Rules (subdir_testclean): Likewise.
107
108 1999-01-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
109
110         * iconv/Makefile: Use install-others instead of explicit
111         dependency on subdir_install.
112
113 1999-01-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
114
115         * iconv/gconv_db.c (find_derivation): Release lock before
116         returning.
117         (__gconv_find_transform): Likewise.
118
119 1999-01-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
120
121         * inet/ether_ntoa.c (ether_ntoa): Make `asc' static since that's
122         what we return.
123
124 1999-01-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
125
126         * Makerules: Remove all references to obsolete variables
127         tests-static and test-srcs-static.
128         * Make-dist: Likewise.
129         * Rules: Likewise.  Remove rules to generate obsolete empty.{c,o*}.
130
131 1999-01-03  Philip Blundell  <philb@gnu.org>
132
133         * sysdeps/unix/sysv/linux/arm/pread.c: Use the i386 implementation.
134         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
135         * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
136         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
137
138 1998-12-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
139
140         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression
141         to avoid accessing global data in the usual case.
142
143 1999-01-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
144
145         * wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from
146         system path.
147
148 1998-12-31  Ulrich Drepper  <drepper@cygnus.com>
149
150         * iconvdata/Makefile: Use rpath $ORIGIN for modules which use any of
151         the conversion libraries.
152
153         * include/features.h: Mention latest extensions in _POSIX_C_SOURCE
154         description.
155
156         * libio/genops.c (list_all_lock): New variable.
157         (_IO_un_link, _IO_link_in): Acquire lock before modifying _IO_list_all.
158         [PR libc/911].
159
160         * sysdeps/i386/i686/strtok.s: Add missing cld.
161
162         * sysdeps/i386/i686/mempcpy.S: New file.
163
164 1998-12-30  Geoff Keating  <geoffk@ozemail.com.au>
165
166         Suppress parentheses warnings:
167         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
168         (DL_FIND_ARG_COMPONENTS): here,
169         * sysdeps/powerpc/dl-machine.c: here,
170         * sysdeps/powerpc/fclrexcpt.c (feclearexcept): here,
171         * sysdeps/powerpc/fesetround.c (fesetround): here,
172         * sysdeps/powerpc/feupdateenv.c (feupdateenv): here,
173         * sysdeps/powerpc/fraiseexcpt.c (feraiseexcept): here,
174         * sysdeps/powerpc/fsetexcptflg.c (fesetexceptflag): here,
175         * sysdeps/powerpc/s_rint.c (__rint): here,
176         * sysdeps/powerpc/s_rintf.c (__rintf): here,
177         * sysdeps/powerpc/w_sqrt.c (__sqrt): here,
178         * sysdeps/powerpc/w_sqrtf.c (__sqrtf): and here.
179
180 1998-12-30  Geoff Keating  <geoffk@ozemail.com.au>
181
182         * wcsmbs/wcstold.c [__NO_LONG_DOUBLE_MATH]: Include wchar.h.
183         * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Likewise.  Also define
184         appropropriate prototypes, correct procedure names.
185
186 1998-12-30  Geoff Keating  <geoffk@ozemail.com.au>
187
188         * sysdeps/generic/crypt-entry.c: Prototype __crypt_r, suppress
189         warning.
190         (__crypt_r): Add __restrict.
191         * sysdeps/generic/crypt.h: Remove internal routine.  Add __restrict.
192
193 1998-12-31  Ulrich Drepper  <drepper@cygnus.com>
194
195         * stdlib/longlong.h: Add missing #else in SPARC definitions.
196
197 1998-12-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
198
199         Patches by Ralf Baechle <ralf@gnu.org>:
200         * sysdeps/unix/sysv/linux/mips/sgidefs.h: Removed.
201         * sysdeps/unix/sysv/linux/mips/sys/asm.h:  Removed.
202         * sysdeps/unix/sysv/linux/mips/sys/regdef.h:  Removed.
203         * sysdeps/unix/sysv/linux/mips/sys/fpregdef.h:  Removed.
204         * sysdeps/unix/sysv/linux/mips/regdef.h:  Removed.
205         * sysdeps/unix/sysv/linux/mips/fpregdef.h: Removed.
206
207         * sysdeps/unix/sysv/linux/mips/Makefile: Remove delete files.
208         * sysdeps/unix/sysv/linux/mips/Dist: Remove deleted files.
209
210         * sysdeps/mips/sys/fpregdef.h: New files, enhanced versions of deleted
211         linux specific files.
212         * sysdeps/mips/sys/asm.h: Likewise.
213         * sysdeps/mips/sgidefs.h: Likewise.
214         * sysdeps/mips/fpregdef.h: Likewise.
215         * sysdeps/mips/regdef.h: Likewise.
216
217         * sysdeps/mips/Makefile: Add new headers.
218         * sysdeps/mips/Dist: Add new files.
219
220         * sysdeps/mips/fpu_control.h (_FPU_DEFAULT): Change value.
221
222 1998-12-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
223
224         * iconvdata/Makefile: Remove variable assignments and rules that
225         are now auto-generated.  Include $(objpfx)iconv-rules instead.
226         Btw, that removes a few typos.
227         (charmaps): New variable.
228         ($(objpfx)iconv-rules): New target.
229         (gen-8bit-modules): Renamed from sed-generated-headers, remove .h
230         suffixes.
231         (gen-8bit-gap-modules): Renamed from awk-generated-headers, remove
232         .h suffixes.
233         (gen-special-modules): New variable.
234         (generated-modules): New variable.
235         (headers): Use it.
236         (before-compile): Likewise.
237         (generated): Likewise, and add iconv-rules.
238         * iconvdata/euc-cn.c: Renamed from euccn.c.
239         * iconvdata/euc-jp.c: Renamed from eucjp.c.
240         * iconvdata/euc-kr.c: Renamed from euckr.c.
241         * iconvdata/euc-tw.c: Renamed from euctw.c.
242         * iconvdata/iso_6937.c: Renamed from iso6937.c.
243         * iconvdata/iso_6937-2.c: Renamed from iso6937-2.c.
244         * iconvdata/t.61.c: Renamed from t61.c.
245         * iconvdata/Makefile (distribute): Adjusted for those renames.
246         Remove $(objpfx) from names.
247
248 1998-12-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
249
250         * sysdeps/generic/hp-timing.h: Fix comment.
251         * sysdeps/generic/dl-hash.h: Likewise.
252         * sysdeps/i386/i686/hp-timing.h: Likewise.
253
254 1998-12-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
255
256         * posix/fnmatch.c (fnmatch): Always pass unsigned char values to
257         FOLD macro.
258
259 1998-12-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
260
261         * nss/db-Makefile ($(VAR_DB)/shadow.db): Fix last change.
262
263 1998-12-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
264
265         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Sync with
266         current Linux 2.1.132 kernel sources.
267
268 1998-12-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
269
270         Patches by Ralf Baechle <ralf@gnu.org> for Linux/MIPS:
271         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add ipc, change
272         pread/pwrite and llseek calls.
273
274         * sysdeps/unix/sysv/linux/mips/sysdep.S: New file.
275
276 1998-12-29  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
277
278         * malloc/thread-m.h [_LIBC] : Fix for NO_THREADS case.
279
280 1998-12-28  Ulrich Drepper  <drepper@cygnus.com>
281
282         * version.h (VERSION): Bump to 2.0.109.
283
284         * Makefile (distribute): Add INTERFACE and CONFORMANCE.
285         * elf/Makefile (distribute): Add hp-timing.h.
286         * sysdeps/i386/i686/Dist: New file.
287
288         * mach/Versions: Add mach_msg_send and mach_msg_receive.
289         Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
290
291         * sysdeps/unix/sysv/linux/netipx/ipx.h (SIOCIPXNCPCONN): New macro
292         from latest kernel.
293
294         * stdlib/fpioconst.c: If __NO_LONG_DOUBLE_MATH don't define constants
295         beyond range of double.
296         * stdlib/fpioconst.h (_fpioconst_pow10): Reduce size according to
297         fpioconst.c change.
298         * stdlib/strtold.c: Fall back on double functions if
299         __NO_LONG_DOUBLE_MATH.
300         * stdlib/strtold_l.c: Likewise.
301         * wcsmbs/wcstold.c: Likewise.
302         * wcsmbs/wcstold_l.c: Likewise.
303         * sysdeps/ieee754/ldbl2mpn.c: Don't generate code if
304         __NO_LONG_DOUBLE_MATH.
305         * sysdeps/ieee754/mpn2ldbl.c: Likewise.
306
307 1998-12-28  Geoff Keating  <geoffk@ozemail.com.au>
308
309         * sysdeps/powerpc/bits/endian.h: Use #warning, not #error, if
310         the endianness can't be determined, for makedepend.
311
312 1998-12-27  Ulrich Drepper  <drepper@cygnus.com>
313
314         * elf/dl-lookup.c (_dl_num_relocations): New variable.
315         (do_lookup): Increment _dl_num_relocations for every call.
316         * elf/rtld.c (print_statistics): New function.
317         (_dl_debug_statistics): New variable.  Set when statistics are asked
318         for.
319         (rtld_total_time, relocate_time, load_time): New variables.  Used
320         in print_statistics.
321         (_dl_start): Record start and end time of startup.  Call
322         print_statistics if needed.
323         (dk_main): Record times for relocations and loading.
324         (process_dl_debug): Recognize statistics.
325
326         Low-level, low-overhead, high-precision timing functionality.
327         * sysdeps/generic/hp-timing.h: New file.
328         * sysdeps/i386/i686/Makefile: New file.
329         * sysdeps/i386/i686/hp-timing.h: New file.
330         * sysdeps/i386/i686/hp-timing.c: New file.
331
332         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reverse order of OR
333         clauses to avoid accessing global variables during rtld relocation.
334
335         * sunrpc/rpc_main.c: Unify messages.
336
337         * sysdeps/unix/sysv/linux/arm/Dist: Add ioperm.c and sys/io.h.
338
339 1998-12-27  Roland McGrath  <roland@baalperazim.frob.com>
340
341         * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
342         Remove __ from member names; rename __unused to f_spare.
343
344 1998-12-21  Mark Kettenis  <kettenis@phys.uva.nl>
345
346         Implement fstatvfs and statvfs on the Hurd.
347         * sysdeps/mach/hurd/bits/statfs.h: New file.
348         * sysdeps/mach/hurd/bits/statvfs.h: New file.
349         * sysdeps/mach/hurd/fstatvfs.c: New file.
350         * sysdeps/mach/hurd/statvfs.c: New file.
351
352         * sysdeps/generic/fstatfs64.c: Changed into stub.
353         Moved previous contents to...
354         * sysdeps/unix/sysv/linux/fstatfs64.c: ...here.
355         * sysdeps/generic/fstatvfs64.c: Likewise.
356         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
357         * sysdeps/generic/statfs64.c: Likewise.
358         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
359         * sysdeps/generic/statvfs64.c: Likewise.
360         * sysdeps/unix/sysv/linux/statvfs64.c: Likewise.
361
362 1998-12-25  Ulrich Drepper  <drepper@cygnus.com>
363
364         * elf/dl-hash.h: Move to...
365         * sysdeps/generic/dl-hash.h: ...here.  Correct parameter type (must
366         be unsigned char).  Remove conditional from inner loop and rearrange
367         binary operations (12-22% performance increase).
368         * sysdeps/i386/i686/dl-hash.h: New file.  Another 10% faster than
369         optimized generic version.
370
371 1998-12-23  Ulrich Drepper  <drepper@cygnus.com>
372
373         * elf/dl-lookup.c (do_lookup): If looking up an unversioned symbol
374         but the object file only contains versioned definitions than
375         accept the definition if there is exactly one even if the version
376         number is not the default version.  This helps dlsym() to find
377         newly introduced symbols.
378
379         * locale/programs/ld-collate.c: Unify messages and correct typos.
380         * locale/programs/ld-monetary.c: Likewise.
381         * locale/programs/ld-numeric.c: Likewise.
382         * locale/programs/ld-time.c: Likewise.
383         * manual/errno.texi: Likewise.
384         * nis/nis_error.c: Likewise.
385         * nis/nis_print.c: Likewise.
386         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
387         * sunrpc/rpc_main.c: Likewise.
388
389 1998-12-20  Philip Blundell  <philb@gnu.org>
390
391         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Add
392         implementation.
393         * sysdeps/unix/sysv/linux/arm/syscalls.list: Remove wrappers for
394         now-inlined calls.
395
396 1998-12-22  Philip Blundell  <pb@nexus.co.uk>
397
398         * sysdeps/unix/sysv/linux/arm/ioperm.c: New file.
399         Implementation of inb, outb etc for ARM systems.
400         * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise.
401         * sysdeps/unix/sysv/linux/arm/Versions: Add appropriate
402         entries for the above.
403
404 1998-12-21  Ulrich Drepper  <drepper@cygnus.com>
405
406         * nss/db-Makefile (shadow.db): Create file with correct protections.
407         Based on a patch by Joel Klecker <espy@debian.org>.
408
409         * inet/gethstbynm_r.c: Remove NEED__RES definition since we do this
410         anyway for digits_dots.c.
411         * nss/getXXbyYY.c: Initialize _res before using digits_dots.c
412         functions.
413         * nss/getXXbyYY_r.c: Likewise.
414
415 1998-12-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
416
417         * sunrpc/key_call.c (getkeyserv_handle): Use __fcntl instead of
418         fcntl.
419
420 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
421
422         * locale/weight.h (get_weight): Extract string elements as
423         unsigned values.
424
425 1998-12-06  Mark Kettenis  <kettenis@phys.uva.nl>
426
427         Reverse the change of 1998-04-22.  Providing a struct dirent with
428         different members when __USE_FILE_OFFSET64 is defined is asking
429         for trouble.  Instead add the necessary LFS magic to the 4.4BSD
430         header.
431         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Add LFS definitions.
432         * sysdeps/mach/hurd/bits/dirent.h: Removed.
433         * sysdeps/mach/hurd/readdir64.c: Removed.
434         * sysdeps/mach/hurd/readdir64_r.c: Removed.
435
436 1998-12-20  Roland McGrath  <roland@baalperazim.frob.com>
437
438         * sysdeps/generic/bits/mman.h [__USE_MISC] (MAP_ANONYMOUS): Define as
439         alias for MAP_ANON.
440
441         * stdio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
442         Remove decls.  They don't exist at all on the Hurd.
443
444         * sunrpc/svc_unix.c, sunrpc/clnt_unix.c: Avoid using `struct cmsghdr'
445         and `struct ucred' #ifndef SCM_CREDENTIALS.
446
447         * sunrpc/publickey.c (getsecretkey): Use `&errno' instead of
448         `__errno_location ()'; means the same, works for Hurd.
449
450         * sysdeps/mach/hurd/Makefile (subdirs): Don't elide sunrpc.
451
452 1998-12-18  Ulrich Drepper  <drepper@cygnus.com>
453
454         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Include
455         features.h and stddef.h.
456         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h (struct
457         sigaltstack): Move ss_size field at the end.
458         Patches by Jeff Bailey <jbailey@nisa.net>.
459
460         * time/getdate.c (check_mday): tm_mon contains values from 0 to 11,
461         not 1 to 12.
462
463         * manual/texinfo.tex: Update to latest version.
464
465         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add ipc.
466         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
467         Patch by Cristian Gafton <gafton@redhat.com>.
468
469 1998-12-17  Ulrich Drepper  <drepper@cygnus.com>
470
471         * iconvdata/gconv-modules: Add remaining aliases from Internet
472         standards.
473
474         * iconv/gconv_int.h (gconv_module): Add new element from_regex_mem.
475         * iconv/gconv_conf.c (module_compare): Make s1 and s2 const.
476         (detect_conflict): New function.
477         (add_alias): Call detect_conflict to see whether there is already
478         a module for the new name.
479         (add_module): Make sure there is no alias for the new name.
480         (read_conf_file): Call add_alias with new argument.
481         (__gconv_read_conf): Don't destroy module tree immediately after
482         walking it.  We need it to test the internal conversions for
483         conflicts.
484         * iconv/gconv_db.c (find_derivation): Don't allocate memory for
485         regular expression.  There is now room in the module descriptor.
486         (free_mem): Don't free memory for regular expression.
487
488         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_IRDA, PF_IRDA and
489         MSG_TRYHARD.
490
491         * sunrpc/clnt_unix.c (clntunix_destroy): Use __close not close.
492         * libio/oldtmpfile.c: Likewise.
493         * libio/oldiofdopen.c: Use __fcntl instead fcntl.
494         * sysdeps/posix/profil.c: Use __sigaction instead of sigaction.
495
496         * iconvdata/iso646.c (gconv_init): Return correct error value if we
497         run out of memory.
498         * iconvdata/iso-2022-jp.c: Likewise.
499
500         * iconv/gconv_db.c (gen_steps): Respect error return value from
501         init functions and abort.
502
503         * iconvdata/iso646.c: Recognize NF_Z_62-010_1973 as charset name.
504
505 1998-12-17  H.J. Lu  <hjl@gnu.org>
506
507         * sunrpc/rpc/xdr.h (XDR_DESTROY): Add ';'.
508         (xdr_destroy): Likewise.
509
510 1998-12-17  Ulrich Drepper  <drepper@cygnus.com>
511
512         * login/login.c: Determine pts/3 as terminal name if path is
513         /dev/pts/3.  This is consistent with getlogin.  [PR libc/906]
514
515 1998-12-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
516
517         * sysdeps/posix/tempname.c (__path_search): Add casts for format
518         string.
519
520 1998-12-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
521
522         * sunrpc/rpc/xdr.h (XDR_DESTROY, xdr_destroy): Avoid dangling else
523         problem.
524         (IXDR_PUT_INT32): Fully parenthesize parameters.
525         (IXDR_GET_LONG, IXDR_PUT_LONG): Mark GCC extension.  Fully
526         parenthesize parameter.
527
528 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
529
530         * iconvdata/gconv-modules: Add some of the charset name aliases
531         used in Internet standards.
532
533 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
534
535         * version.h (VERSION): Bump to 2.0.107.
536
537         * sysdeps/i386/i486/bits/string.h: Pretty printing.
538
539 1998-12-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
540
541         * sunrpc/rpc/xdr.h: Revert patch from 1998-12-14, partly revert
542         patch from 1998-12-01.
543
544 1998-12-16  Roland McGrath  <roland@baalperazim.frob.com>
545
546         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Define this #ifdef
547         __USE_BSD as well as #ifdef __USE_GNU, so MAXSYMLINKS can use it.
548         Reported by UCHIYAMA Yasushi <uch@nop.or.jp>
549
550 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
551
552         * iconvdata/ibm866.c: New file.
553         * iconvdata/cp1258.c: New file.
554         * iconvdata/cp1258.h: New file.
555         * iconvdata/mac-uk.c: New file.
556         * iconvdata/gconv-modules: Add rules for new modules.
557         * iconvdata/Makefile: Likewise.
558
559         * sysdeps/gnu/bits/ipc.h: Move libc internal bits to...
560         * include/bits/ipc.h: ..here.  New file.
561
562 1998-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
563
564         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Don't change
565         read-only struct termios_p* but change k_termios member directly.
566
567 1998-12-15  H.J. Lu  <hjl@gnu.org>
568
569         * sysdeps/posix/tempname.c (__path_search): Fix the maximum
570         string length.
571
572 1998-12-15  Ulrich Drepper  <drepper@cygnus.com>
573
574         * sysdeps/unix/sysv/linux/msgctl.c: Use INLINE_SYSCALL.
575         * sysdeps/unix/sysv/linux/msgget.c: Likewise.
576         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
577         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
578         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
579         * sysdeps/unix/sysv/linux/semget.c: Likewise.
580         * sysdeps/unix/sysv/linux/semop.c: Likewise.
581         * sysdeps/unix/sysv/linux/shmat.c: Likewise.
582         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
583         * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
584         * sysdeps/unix/sysv/linux/shmget.c: Likewise.
585         * sysdeps/unix/sysv/linux/syscalls.list: Remove ipc syscall here.
586         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add ipc syscall here.
587
588         * time/strftime.c: Remove 'f' format.
589
590         * time/strptime.c (get_number): Ignore trailing whitespace.
591         (strptime_internal): Handle 'F' and 'k' formats.
592
593         * sysdeps/posix/tempname.c (__path_search): Add second part of the
594         patch by Andreas Jaeger.
595
596 1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
597
598         * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
599         warnings about unused args.  Fix comment.
600
601 1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
602
603         * sysdeps/posix/tempname.c (__path_search): Correct last patch.
604
605 1998-12-14  Ulrich Drepper  <drepper@cygnus.com>
606
607         * sunrpc/rpc/xdr.h (IXDR_GET_INT32): Case pointer before reading from
608         it.
609         (IXDR_PUT_INT32): Likewise for writing.
610         Patch by Bruce Elliott <bde@nwlink.com>.
611
612 1998-12-08  H.J. Lu  <hjl@gnu.org>
613
614         * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear
615         the IBAUD0 bit in c_iflag.
616
617         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the
618         the IBAUD0 bit in c_iflag.
619
620 1998-12-14  Ulrich Drepper  <drepper@cygnus.com>
621
622         * time/Makefile (tests): Add tst-strptime.
623         * time/tst-strptime.c: New file.
624         * time/strptime.c: Correct bugs in weekday and yearday computation.
625
626 1998-12-14  Ulrich Drepper  <drepper@cygnus.com>
627
628         * time/strptime.c (strptime_internal): Set tm_wday and tm_yday in
629         any of tm_year, tm_mon, or tm_mday was changed and the value
630         itself wasn't specified.
631
632         * include/stdio.h: Add new parameter to __path_search.
633         * libio/oldtmpfile.c: Add 0 as new parameter to __path_search.
634         * stdio-common/tmpfile.c: Likewise.
635         * stdio-common/tmpfile64.c: Likewise.
636         * stdio-common/tmpnam.c: Likewise.
637         * stdio-common/tmpnam_r.c: Likewise.
638         * stdio-common/tempnam.c: Add 1 as new parameter to __path_search.
639         * sysdeps/posix/tempname.c: Add new parameter.  If value is nonzero
640         consider TMPDIR environment variable and dir parameter.  Otherwise not.
641         * stdio-common/Makefile (tests): Add tst-tmpnam.
642         * stdio-common/tst-tmpnam.c: New file.
643
644         * po/es.po: Update from translation team.
645
646 1998-12-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
647
648         * timezone/Makefile: Protect inclusion of z.* by avoid-generated
649         and inhibit_timezone_rules instead of no_deps.
650         * Make-dist: Pass inhibit_timezone_rules=t when making
651         echo-distinfo.
652
653 1998-12-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
654
655         * manual/Makefile (distribute): Remove dir-add.texinfo.
656
657         * sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/procfs.h and
658         sys/user.h.
659
660 1998-12-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
661
662         * manual/Makefile (stamp-summary): Use ^L as separator for
663         sorting.
664         * manual/arith.texi: Add comments before all @deffoox lines to get
665         them added to the summary.
666         * manual/creature.texi: Likewise.
667         * manual/math.texi: Likewise.
668
669 1998-12-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
670
671         * math/libm-test.c: Remove macro ISINF.  Change all usages of
672         ISINF to isinf.
673
674 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
675
676         * sysdeps/posix/tempname.c: Use __xstat instead of __stat.
677         * sysdeps/unix/grantpt.c: Likewise.
678         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
679         * sysvipc/ftok.c: Likewise.
680         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
681
682         * stdlib/test-canon.c: Define PATH_MAX if the system does not.
683         * string/stratcliff.c: Use MAP_ANON instead of MAP_ANONYMOUS.
684         Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
685
686 1998-12-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
687
688         * sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.
689
690         * sysdeps/libm-ieee754/s_expm1.c (__expm1): Avoid -Wparentheses
691         warning.
692         * sysdeps/libm-ieee754/s_log1p.c (__log1p): Likewise.
693         * sysdeps/libm-ieee754/e_logf.c (__ieee754_logf): Likewise.
694         * sysdeps/libm-ieee754/s_expm1f.c (__expm1f): Likewise.
695         * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Likewise.
696         * sysdeps/libm-ieee754/s_log1pf.c (__log1pf): Likewise.
697
698 1998-12-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
699
700         * sunrpc/svc_udp.c (svcudp_bufcreate): Declare len as socklen_t.
701         (svcudp_recv): Likewise.
702
703 1998-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
704
705         * nis/nss-nisplus.h: Change some mappings of NIS+ errors to
706         NSS error codes to avoid endless loops.
707
708 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
709
710         * iconvdata/gconv-modules: Correct aliases for ISO-8859-13 and add
711         aliases for ISO-8859-14.
712
713 1998-12-12  Geoff Keating  <geoffk@ozemail.com.au>
714
715         * posix/fnmatch.c (fnmatch): Arguments to FOLD must not have
716         side-effects.
717
718 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
719
720         * iconvdata/iso-8859-11.h: ISO 8859-11 conversion data.
721         * iconvdata/iso-8859-11.c: ISO 8859-11 conversion module.
722         * iconvdata/iso-8859-13.c: Likewise for 8859-13.
723         * iconvdata/iso-8859-14.c: Likewise for 8859-14.
724         * iconvdata/iso-8859-15.c: Likewise for 8859-15.
725         * iconvdata/gconv-modules: Add rules for new modules.
726         * iconvdata/Makefile: Likewise.
727
728 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
729
730         * stdio-common/printf_fp.c: #ifdef out long double handling code if
731         __NO_LONG_DOUBLE_MATH is defined to avoid warnings.
732         * stdio-common/printf_fphex.c: Likewise.
733         * stdio-common/printf-size.c: Likewise.
734
735 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
736
737         * login/Makefile: Install pt_chown using INSTALL_PROGRAM.
738         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
739
740 1998-12-11  Ulrich Drepper  <drepper@cygnus.com>
741
742         * sysdeps/powerpc/dl-machine.h (elf_machine_matches_host): Mark
743         static inline, not extern inline.
744         (elf_machine_dynamic): Likewise.
745         (elf_machine_lazy_rel): Likewise.
746         (elf_machine_plt_value): Likewise.
747         * sysdeps/powerpc/backtrace.c: Include stddef.h to get NULL
748         definition.
749         Patchess by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
750
751         * sysdeps/mips/dl-machine.h (elf_machine_rel): Fixl_addr parameter
752         type.  Reported by job bogan <job@piquin.uchicago.edu>.
753
754         * sysdeps/unix/opendir.c (__opendir): Use __xstat instead of
755         __stat.
756
757 1998-12-11  Kunihiro Ishiguro  <kunihiro@zebra.org>
758
759         * inet/netinet/in.h: Change obsolete structure member
760         ipv6mr_ifindex to new ipv6mr_interface.
761
762 1998-12-11  Ulrich Drepper  <drepper@cygnus.com>
763
764         * sysdeps/ieee754/dbl2mpn.c: Changed '#include "ieee754.h"' to
765         '#include <ieee754.h>'.  ARM port has its own version of 'ieee754.h'
766         due to its big endian floating point format.
767         * sysdeps/ieee754/ldbl2mpn.c: Likewise.
768         * sysdeps/ieee754/mpn2dbl.c: Likewise.
769         * sysdeps/ieee754/mpn2ldbl.c: Likewise.
770         * sysdeps/ieee754/mpn2flt.c: Likewise.
771         Patch by Scott Bambrough <scottb@corelcomputer.com>.
772
773 1998-12-10  Ulrich Drepper  <drepper@cygnus.com>
774
775         * sysdeps/unix/sysv/linux/adjtime.c: Undo last change.
776
777         * posix/PTESTS: Fix typo.
778
779         * po/es.po: Update from translation team.
780         * po/fr.po: Likewise.
781
782 1998-12-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
783
784         * nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
785
786 1998-12-10  Ulrich Drepper  <drepper@cygnus.com>
787
788         * sunrpc/Makefile: Call rpcgen program which -Y parameter so that
789         it can find the preprocessor.
790
791 1998-12-09  Geoff Keating  <geoffk@ozemail.com.au>
792
793         * sysdeps/unix/sysv/linux/sys/procfs.h: Use sys/user.h not
794         asm/user.h.
795         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
796
797         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: New file,
798         like linux/sys/procfs.h but uses uid_t and gid_t.
799         * sysdeps/unix/sysv/linux/powerpc/sys/user.h: New file,
800         don't include <linux/ptrace.h>.
801
802 1998-12-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
803
804         * posix/runptests.c (main): Check that regcomp did not succeed
805         unexpectedly.
806         * posix/runtests.c (run_a_test): Likewise.  Return appropriate
807         exit code.
808         * posix/TESTS: Regexp "a[b-a]" should not compile.
809         * posix/PTESTS: Comment out bogus tests GA113(2), GA145(2) and
810         GA147(2).
811
812 1998-12-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
813
814         * locale/programs/ld-ctype.c (allocate_arrays): Don't crash if
815         there is no codeset name.
816         * locale/programs/ld-collate.c (collate_output): Don't crash if a
817         character has no weight.
818
819 1998-12-10  Ulrich Drepper  <drepper@cygnus.com>
820
821         * inet/getnetgrent_r.c (innetgr): Check host and domain name with
822         strcasecmp, not strcmp.  [PR libc/894].
823
824 1998-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
825
826         * posix/regex.h: Declare re_comp, re_exec if compiling for libc to
827         get prototypes.
828
829         * wctype/wctype.h: Add prototypes for __iswblank_l and iswblank.
830
831 1998-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
832
833         * sysdeps/unix/sysv/linux/gethostid.c: Include <netdb.h> to get
834         prototype for __gethostbyname_r.
835
836         * include/time.h: Add declarations of internal interfaces.
837
838         * time/tzset.c: Remove declarations of internal interfaces.
839         * time/gmtime.c: Likewise.
840         * time/localtime.c: Likewise.
841         * time/offtime.c: Likewise.
842         * time/tzfile.c: Likewise.
843
844 1998-12-01 09:47 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
845
846         * sysdeps/unix/sysv/linux/sys/timex.h: Copy out
847         user-space-relevant definitions from linux/timex.h of kernel
848         2.1.130 and remove include of kernel header.
849
850         * sysdeps/unix/sysv/linux/adjtime.c: Remove portability crud.
851
852 1998-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
853
854         * posix/regex.c: Get regex.h from system path, not from local
855         directory.
856
857         * posix/regex.h: Move internal interfaces to ...
858         * include/regex.h: ...here.
859
860         * posix/unistd.h: Move internal interfaces to ...
861         * include/unistd.h: ...here.
862
863         * math/math.h: Move internal interfaces to ...
864         * include/math.h: ...here.
865
866         * posix/glob.h: Move internal interfaces to ...
867         * include/glob.h: ...here.
868
869         * string/string.h: Move internal interfaces to ...
870         * include/string.h: ...here.
871
872         * time/sys/time.h: Move internal interfaces to ...
873         * include/sys/time.h: ...here.
874
875         * resolv/netdb.h: Move internal interfaces to ...
876         * include/netdb.h: ...here.
877
878 1998-12-08  Ulrich Drepper  <drepper@cygnus.com>
879
880         * iconvdata/eucjp.c: Handle Yen in overscore conversion from ISO 10646
881         correctly.
882         * iconvdata/iso-2022-jp.c: Handle Kana in 2022-JP2 correctly
883         Fix various bugs in conversion routine.
884         * iconvdata/jis0201.h: Correct variable name.
885         * iconvdata/jis0208.c: Correct script to generate tables and regenerate
886         them.
887         * iconvdata/jis0208.h: Likewise.
888         * iconvdata/jis0212.c: Likewise.
889         * iconvdata/sjis.c: Likewise.
890         Patch by HANATAKA Shinya <hanataka@abyss.rim.or.jp>.
891
892 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
893
894         * sysdeps/unix/sysv/linux/speed.c (IBAUD0): New definition.  Bit
895         set in c_iflag if cfsetispeed is call with SPEED set to zero.
896         (cfgetispeed): Return zero if prior if IBAUD0 is set.
897         (cfsetospeed): Clear IBAUD0 bit.
898         (cfgetispeed): Set IBAUD0 bit if necessary.
899         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear
900         the IBAUD0 bit in c_iflag when making the system call.
901         Work around a Linux kernel bug which silently changes the
902         PARENB/CREAD/CSIZE bits in c_cflag on pty.
903         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed): Make a real
904         function.  Don't set speed is SPEED parameter is zero since this
905         means set it to the output speed.
906         Based on a patch by H.J. Lu <hjl@gnu.org>.
907
908         * version.h (VERSION): Bump to 2.0.106.
909
910         * Makeconfig (link-libc-static): Don't use link-libc since this
911         includes the shared object.  Use gnulib only.
912
913         * configure.in: Disable --disable-static.
914
915 1998-12-07 12:06  Ulrich Drepper  <drepper@cygnus.com>
916
917         * po/de.po: Update from translation team.
918         * po/ko.po: Likewise.
919
920 1998-12-07  Richard Henderson  <rth@cygnus.com>
921
922         * sysdeps/unix/sysv/linux/alpha/select.S: Save a4 through
923         both paths.
924
925 1998-12-05  Roland McGrath  <roland@baalperazim.frob.com>
926
927         * sysdeps/mach/hurd/pselect.c: New file.
928
929         * sysdeps/mach/hurd/poll.c: New file.
930
931         * hurd/Makefile (routines): Add hurdselect.
932         * hurd/hurdselect.c: New file.
933         (_hurd_select): New function, guts taken from ...
934         * sysdeps/mach/hurd/select.c (__select): ... here.
935         Now work by just calling _hurd_select.
936         * hurd/hurd/fd.h: Declare _hurd_select.
937
938 1998-12-05  Roland McGrath  <roland@baalperazim.frob.com>
939
940         * time/strptime.c: Fix unterminated comment in last change.
941
942 1998-12-05  Ulrich Drepper  <drepper@cygnus.com>
943
944         * ctype/ctype.h (_ISbit): Protect use of parameter with
945         parentheses.
946         * wctype/wctype.h (_ISwbit): Likewise.
947
948         * locale/Versions: Make experimental locale interface available in
949         GLIBC_2.1.
950
951         * sysdeps/gnu/bits/utmp.h (struct exit_status): Define members
952         without leading __ only for __USE_GNU.
953         * sysdeps/gnu/bits/utmpx.h (struct __exit_status): Likewise.
954
955 1998-12-04  Ulrich Drepper  <drepper@cygnus.com>
956
957         * argp/argp.h: Add __restrict.
958         * dirent/dirent.h: Likewise.
959         * elf/dlfcn.h: Likewise.
960         * grp/grp.h: Likewise.
961         * iconv/iconv.h: Likewise.
962         * inet/aliases.h: Likewise.
963         * libio/libio.h: Likewise.
964         * libio/stdio.h: Likewise.
965         * locale/locale.h: Likewise.
966         * misc/mntent.h: Likewise.
967         * posix/wordexp.h: Likewise.
968         * pwd/pwd.h: Likewise.
969         * resolv/netdb.h: Likewise.
970         * rt/aio.h: Likewise.
971         * stdio-common/printf.h: Likewise.
972         * stdlib/monetary.h: Likewise.
973         * stdlib/stdlib.h: Likewise.
974         * string/argz.h: Likewise.
975         * string/envz.h: Likewise.
976         * string/string.h: Likewise.
977         * time/time.h: Likewise.
978
979 1998-12-04  Zack Weinberg  <zack@rabi.phys.columbia.edu>
980
981         * misc/sys/cdefs.h: Only include features.h if _FEATURES_H isn't
982         defined.  gcc's redundant include optimizer isn't clever enough to
983         prevent a reinclusion here.
984         Define __restrict to the empty string only if not GCC or
985         GCC version less than 2.92.
986
987 1998-12-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
988
989         * sysdeps/unix/sysv/linux/configure.in: Fix last change.
990
991 1998-12-03  Mark Kettenis  <kettenis@phys.uva.nl>
992
993         * time/strptime.c (strptime_internal): Make use of `%C' format
994         specifier if it is seen together with the `%y' specifier.
995
996 1998-12-04  Ulrich Drepper  <drepper@cygnus.com>
997
998         * po/sk.po: New file.
999
1000 1998-12-03  Scott Bambrough  <scottb@corelcomputer.com>
1001
1002         * sysdeps/arm/dl-machine.h (dl_start_user): Incorrect address
1003         for _dl_main_searchlist passed to _dl_init_next.
1004
1005 1998-12-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1006
1007         * math/libm-test.c: Expand literal tabs in strings.  Normalize
1008         whitespace.
1009
1010 1998-12-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1011
1012         * sysdeps/unix/sysv/linux/sys/fsuid.h: Fix spelling.
1013
1014 1998-12-04  Mark Kettenis  <kettenis@phys.uva.nl>
1015
1016         Provide backwards binary compatibility for the Hurd.
1017         * hurd/geteuids.c [PIC && DO_VERSIONING]: Make __getuids a weak
1018         alias for geteuids.
1019         * hurd/Versions [GLIBC_2.0]: Add __getuids,
1020         __hurd_file_name_lookup and _hurd_umask.
1021         [GLIBC_2.1]: Add _hurd_proc_init.
1022         * hurd/Makefile [versioning] (routines): Add compat-20.
1023         (shared-only-routines): Likewise.
1024         * hurd/hurdinit.c (_hurd_new_proc_init): Renamed from
1025         _hurd_proc_init.  Use it as the default _hurd_proc_init version
1026         for GLIBC_2.1.
1027         * hurd/compat-20.c: New file.
1028         * mach/Versions [GLIBC_2.0]: Add __vm_allocate.
1029
1030 1998-12-02  Ulrich Drepper  <drepper@cygnus.com>
1031
1032         * elf/elf.h: Add R_MIPS_JALR and adjust R_MIPS_NUM appropriately.
1033
1034 1998-12-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1035
1036         * inet/Versions: Remove inet6_isipv4mapped.
1037
1038 1998-12-02  Philip Blundell  <pb@nexus.co.uk>
1039
1040         * inet/in6_addr.c (inet6_isipv4mapped): Obsolete, deleted.
1041
1042 1998-11-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1043
1044         * manual/time.texi (Formatting Date and Time): Fix typo.
1045
1046 1998-11-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1047
1048         * sysdeps/unix/sysv/linux/configure.in: Only check for symlinks
1049         when configuring natively.  Use autoconf macros instead of rolling
1050         our own.  Handle defaulted prefix.
1051
1052 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
1053
1054         * version.h (VERSION): Bump to 2.0.105.
1055
1056         * sysdeps/generic/Dist: Add bits/libc-tsd.h.
1057
1058         * sysdeps/mach/hurd/Dist: Add bits/libc-tsd.h.
1059
1060         * sysdeps/unix/sysv/linux/mips/Dist: Add xstatconv.c.
1061
1062 1998-11-29 1998  H.J. Lu  <hjl@gnu.org>
1063
1064         * libio/genops.c (_IO_unbuffer_write): Renamed from
1065         _IO_unbuffer_all.
1066         (_IO_cleanup): Call _IO_unbuffer_write instead of
1067         _IO_unbuffer_all.
1068
1069 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
1070
1071         * intl/localealias.c: Use *_unlocked version of stdio function if
1072         _LIBC_REENTRANT is defined, not _LIBC.
1073
1074 1998-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1075
1076         * include/grp.h: Add prototypes for internal functions
1077         __getgrgid_r and __getgrnam_r.
1078
1079         * inet/herrno.c: Include <netdb.h> for prototype, undef h_errno.
1080
1081         * resolv/nsap_addr.c: Include <arpa/inet.h> for inet_nsap_addr and
1082         inet_nsap_ntoa prototypes.
1083
1084 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
1085
1086         * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Pass -I option
1087         to gcc to have it find the correct system header.
1088         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1089
1090         * Makefile (postclean): Add sysd-sorted.
1091         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1092
1093 1998-12-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1094
1095         * sunrpc/auth_des.c: Use new XDR int32 functions for integers.
1096         * sunrpc/rpc/xdr.h: Add IXDR INT32 functions.
1097         * sunrpc/rpc_hout.c: Remove (u_long) casts in defines to avoid
1098         conflicts with new solaris version.
1099         * sunrpc/rpc_main.c: Fix bug in generating Makefile name (malloc
1100         doesn't zero allocated memory).
1101         * sunrpc/rpc_svcout.c: Local variables now starts with a _ to avoid
1102         conflicts with xdr functions.  Solves PR libc/877.
1103         * nis/rpcsvc/nis.x: Use always uint32_t.
1104         * nis/rpcsvc/nis.h: Likewise.
1105         * nis/rpcsvc/nis_object.x: Likewise.
1106
1107 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
1108
1109         * math/libm-test.c: Various cleanups.  Patch by Zack Weinberg.
1110
1111         * sysdeps/unix/sysv/linux/alpha/setfpucw.c: Use correct type for
1112         parameter.  Patch by Christian Gafton.
1113
1114         * string/envz.h: Add prototype for envz_remove.
1115         Reported by Andreas Jaeger.
1116
1117 1998-11-30  Mark Kettenis  <kettenis@phys.uva.nl>
1118
1119         * mach/Versions [libc, GLIBC_2.0]: Add __spin_lock,
1120         __spin_lock_init,  __mutex_lock, __mutex_trylock,
1121         __mutex_unlock.
1122         Remove get_priviliged_ports.  Moved to hurd/Versions.
1123
1124         * hurd/Versions [libc, GLIBC_2.0]: Add _end.  This makes the Hurd
1125         brk implementation see the end of the data segment of the program
1126         instead of the shared library.
1127         Add __hurd_errno_location.  This inline function is used in user
1128         programs.
1129         Add _hurd_critical_section_lock, _hurd_critical_section_unlock,
1130         _hurd_fd_get, _hurd_port_free, _hurd_port_get,
1131         _hurd_port_locked_get.  These inline functions are used by macros
1132         used in mail.local in the Hurd distribution.
1133         Add get_privileged_ports.  Moved here from mach/Versions.
1134         Remove __hurd_file_name_lookup, __hurd_file_name_lookup_retry,
1135         __hurd_file_name_split, __hurd_file_name_path_lookup.  These are
1136         not used outside libc.
1137
1138 1998-11-30  Mark Kettenis  <kettenis@phys.uva.nl>
1139
1140         * hurd/hurdstartup.c: Really include set-hooks.h with <> instead
1141         of "".
1142
1143 1998-11-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1144
1145         * sunrpc/Makefile: Add xdr_intXX_t to routines.
1146         * sunrpc/Versions: Add xdr_int8_t, xdr_uint8_t, xdr_in16_t and
1147           xdr_uint16_t.
1148         * sunrpc/rpc/xdr.h: Add prototypes for new xdr_intXX_t functions.
1149         * sunrpc/xdr.c: Remove xdr_int32_t and xdr_uint32_t.
1150         * sunrpc/xdr_intXX_t.c: New, contains all xdr_intXX_t functions.
1151
1152         * nis/Depend: New.
1153         * nis/nss_nis/nis-service.c: Include generated prototype for parser.
1154
1155 1998-11-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1156
1157         * nscd/nscd_getpw_r.c: Include nscd_proto.h for prototypes.
1158
1159         * sysdeps/generic/errno-loc.c: Include <errno.h> for prototype,
1160         undefine errno to get variable.
1161
1162         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Include <sys/fsuid.h>
1163         instead of <unistd.h> for prototype.
1164         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
1165
1166 1998-11-30  Ulrich Drepper  <drepper@cygnus.com>
1167
1168         * misc/err.h: Correct comments and use protected attribute keywords.
1169         Reported by Joseph Myers <jsm28@cam.ac.uk>.
1170
1171 1998-11-29  Roland McGrath  <roland@baalperazim.frob.com>
1172
1173         * malloc/thread-m.h [_LIBC]: Include <bits/libc-tsd.h>, and
1174         remove tsd stuff from pthreads/cthreads libc sections.
1175         Use __libc_tsd_define for MALLOC key.
1176         [_LIBC] (tsd_key_t, tsd_key_create): Define to a zero-size type and a
1177         no-op, respectively.
1178         [_LIBC] (tsd_setspecific, tsd_getspecific): Use __libc_tsd_get/set.
1179
1180         * elf/dl-error.c: Include <bits/libc-tsd.h>.
1181         Use __libc_tsd_define for DL_ERROR key.
1182         (tsd_setspecific, tsd_getspecific): Rewritten using __libc_tsd_get/set.
1183
1184         * sysdeps/mach/hurd/bits/libc-tsd.h: New file.
1185         * sysdeps/generic/bits/libc-tsd.h: New file.
1186         * Makefile (distribute): Add bits/libc-tsd.h.
1187
1188 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
1189
1190         * elf/dl-error.c: Remove kludge to check for ld.so load address.
1191         There is no need if weak undefined symbols are not used in ld.so;
1192         see linuxthreads/ChangeLog for changes to files
1193         linuxthreads/sysdeps/pthread/bits/libc-lock.h and
1194         linuxthreads/sysdeps/pthread/bits/libc-tsd.h.
1195
1196 1998-11-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1197
1198         * sysdeps/i386/bits/string.h (__memset_cc): Fix typo (s->__s).
1199
1200         * sysdeps/i386/i486/bits/string.h: Add prototypes for all new
1201         inline functions.
1202         * sysdeps/i386/bits/string.h: Likewise.
1203
1204 1998-11-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1205
1206         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Remove ipc_kludge.
1207
1208 1998-11-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1209
1210         * db2/progs/db_load/db_load.c (main): Avoid -Wparentheses warning.
1211
1212 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
1213
1214         * sysdeps/mach/hurd/dl-sysdep.c: Do not define
1215         __hurd_threadvar_max.  Add comment explaining why we define
1216         __hurd_threadvar_stack_offset and __hurd_threadvar_stack_mask here.
1217
1218 1998-07-29  Mark Kettenis  <kettenis@phys.uva.nl>
1219
1220         * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
1221         __hurd_sigthread_stack_end, __hurd_sigthread_variables): Define to
1222         prevent inclusion of Hurd signal handling code.
1223         (__libc_write): New function.
1224         (_dl_sysdep_output): Removed.  The implementation in
1225         `elf/dl-misc.c' now also works for the Hurd.
1226
1227 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
1228
1229         * hurd/hurdstartup.c: Do not include hurdmalloc.h; _hurd_startup
1230         does not use any of malloc/realloc/free anymore.  Include
1231         set-hooks.h with <> instead of "".
1232
1233 1998-11-29  Roland McGrath  <roland@baalperazim.frob.com>
1234
1235         * sunrpc/svc_unix.c (__msgread): Move ON local var inside block
1236         within #ifdef SO_PASSCRED.  Avoids unused var when no SO_PASSCRED.
1237         * sunrpc/clnt_unix.c (__msgread): Likewise.
1238
1239 1998-11-28  Roland McGrath  <roland@baalperazim.frob.com>
1240
1241         * hurd/setuids.c: Renamed to ...
1242         * hurd/seteuids.c: this.
1243         (setuids): Renamed to seteuids.
1244         * hurd/getuids.c: Renamed to ...
1245         * hurd/geteuids.c: this.
1246         (__getuids): Renamed to geteuids, no aliases.
1247         * hurd/hurd.h (geteuids, seteuids): Declare them.
1248         * hurd/Versions: Replace getuids; __getuids with geteuids; seteuids.
1249         * hurd/Makefile (routines): Updated.
1250
1251 1998-11-29  Ulrich Drepper  <drepper@cygnus.com>
1252
1253         * sysdeps/generic/segfault.c (install_handler): Correct test for
1254         SEGFAULT_HANDLER=all.
1255         Patch by Zack Weinberg.
1256
1257 1998-11-28 23:23 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1258
1259         * sysdeps/unix/sysv/linux/configure.in: Test for symlinks in
1260         $prefix/include that may be clobbered on installation.
1261
1262 1998-11-27  Philip Blundell  <pb@nexus.co.uk>
1263
1264         Fixes to allow compilation with static NSS:
1265         * nss/Makefile: Make explicit the dependency of getent on
1266         libnss_files.a.
1267         [build_static_nss]: Define $(otherlibs) appropriately.
1268         * nss/Depend: Add a dependency on `resolv'.
1269
1270 1998-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1271
1272         Partial support for MIPS ISO C 9x exception handling:
1273         * sysdeps/mips/fclrexcpt.c: New file.
1274         * sysdeps/mips/ftestexcept.c: New file.
1275         * sysdeps/mips/fgetexcptflg.c: New file.
1276         * sysdeps/mips/fesetround.c: New file.
1277         * sysdeps/mips/fegetround.c: New file.
1278         * sysdeps/mips/fegetenv.c: New file.
1279         * sysdeps/mips/fesetenv.c: New file.
1280         * sysdeps/mips/feupdateenv.c: Likewise.
1281         * sysdeps/mips/bits/fenv.h: New file.
1282
1283 1998-11-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1284
1285         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Remove inclusion of
1286         <asm/signal.h> and add needed symbols from <asm/signal.h>; bring
1287         in sync with linux specific version.
1288
1289         Patches by Ralf Baechle <ralf@uni-koblenz.de> for mips-linux:
1290
1291         * sysdeps/unix/mips/sysdep.S: Define _errno as weak_alias, rewrite
1292         errno declaration.
1293
1294         * sysdeps/unix/sysv/linux/mips/ustat.c: Use INLINE_SYSCALL instead
1295         of calling __syscall_*.
1296         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
1297
1298         * sysdeps/unix/sysv/linux/mips/syscalls.list: Update entries.
1299
1300         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add missing SYS_*
1301         constants, correct values according to Linux 2.1.130.
1302
1303         * sysdeps/unix/sysv/linux/mips/pwrite.c: New file.
1304         * sysdeps/unix/sysv/linux/mips/pwrite64.c: New file.
1305         * sysdeps/unix/sysv/linux/mips/pread.c: New file.
1306         * sysdeps/unix/sysv/linux/mips/pread64.c: New file.
1307
1308         * sysdeps/mips/Makefile (sysdep_routines): Use += instead of a
1309         :=.
1310
1311         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Remove ipc_kludge.
1312
1313         * sysdeps/unix/sysv/linux/mips/xstatconv.c: New file.
1314
1315         * sysdeps/unix/sysv/linux/mips/xstat.c: Removed.
1316
1317         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: New file.
1318
1319         * sysdeps/unix/sysv/linux/mips/kernel_termios.h: Add copyright
1320         message, change name of include protection, remove inclusion of
1321         <bits/termios.h>.
1322
1323         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h
1324         (old_kernel_sigaction): Define.
1325         (struct kernel_sigaction): Rename sa_handler to k_sa_handler.
1326
1327         * sysdeps/unix/sysv/linux/mips/bits/time.h: Removed, we can use
1328         the general linux version.
1329         * sysdeps/unix/sysv/linux/mips/bits/stat.h (_STAT_VER_KERNEL): Added.
1330
1331         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Update file.
1332
1333 1998-09-03  Philip Blundell  <pb@nexus.co.uk>
1334
1335         * sysdeps/arm/bits/endian.h (__FLOAT_WORD_ORDER): Define to big
1336         endian.
1337         * math/math_private.h: Use __FLOAT_WORD_ORDER rather than
1338         BYTE_ORDER.
1339         * string/endian.h: If __FLOAT_WORD_ORDER wasn't defined by
1340         <bits/endian.h>, make it the same as __BYTE_ORDER.
1341
1342 1998-11-27  Ulrich Drepper  <drepper@cygnus.com>
1343
1344         * math/math.h: Avoid using long double functions in generic macros
1345         if __NO_LONG_DOUBLE_MATH.
1346
1347         * sysdeps/arm/dl-machine.h: Fix handling of weak undefined symbols
1348         during bootstrapping.
1349         * scripts/config.sub: Add Netwinder specific matches.
1350         Patch by Scott Bambrough <scottb@corelcomputer.com>.
1351
1352 1998-11-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1353
1354         * Makeconfig ($(common-objpfx)sysd-dirs): Use automatic variables
1355         if possible.
1356         ($(common-objpfx)sysd-sorted): Likewise.
1357
1358 1998-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1359
1360         * sysdeps/libm-ieee754/e_log.c (__ieee754_log): Add declaration of
1361         local variables t1,t2 only if needed.
1362
1363         * sysdeps/libm-ieee754/e_atan2.c: Added braces to avoid compiler
1364         warnings.
1365         * sysdeps/libm-ieee754/s_truncf.c (__truncf): Likewise.
1366         * sysdeps/libm-ieee754/s_trunc.c (__trunc): Likewise.
1367
1368         * sysdeps/mips/mul_1.S (Loop): Add closing comment to avoid
1369         warning.
1370
1371 1998-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1372
1373         * math/math.h: Add brace to correct #if expression.
1374
1375 1998-11-26  Philip Blundell  <philb@gnu.org>
1376
1377         Undo change of 1998-11-12:
1378         * sysdeps/unix/sysv/linux/netlink/netlink.h: Deleted.
1379         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1380         netlink/netlink.h.
1381         * sysdeps/unix/sysv/linux/Dist: Likewise.
1382
1383 1998-11-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1384
1385         * nis/nis_print.c (nis_print_entry): Changes to match Solaris output.
1386
1387 1998-11-26  Ulrich Drepper  <drepper@cygnus.com>
1388
1389         * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_PLT): New defined macro.
1390         (elf_machine_got_rel): Remove scope variable.  Use scope from the map.
1391         Don't modify _dl_global_scope_end in the end.
1392         (__dl_runtime_resolv): Also use scope from the map.
1393         * sysdeps/mips/mips64/dl-machine.h: Likewise.
1394         * elf/dl-runtime.c: Don't define fixup and profile_fixup if
1395         ELF_MACHINE_NO_PLT is defined.
1396         * sysdeps/mips/sys/ucontext.h: New file.
1397         Patches by kaz Kojima <kkojima@rr.iij4u.or.jp>.
1398
1399 1998-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1400
1401         * sysdeps/generic/pselect.c (__pselect): Change interface,
1402         set/restore sigmask.
1403
1404         * misc/sys/select.h: Change declaration according to Stevens' Unix
1405         Network Programming.
1406         * include/sys/select.h (__pselect): Likewise.
1407         Reported by <bwelling@anomaly.munge.com> [PR libc/872].
1408
1409         * include/fpu_control.h: New file, contains __setfpucw
1410         declaration.
1411
1412         * sysdeps/generic/fpu_control.h: Remove __setfpucw declaration,
1413         it's an internal symbol.
1414         * sysdeps/alpha/fpu/fpu_control.h: Likewise.
1415         * sysdeps/arm/fpu/fpu_control.h: Likewise.
1416         * sysdeps/i386/fpu_control.h: Likewise.
1417         * sysdeps/m68k/fpu_control.h: Likewise.
1418         * sysdeps/powerpc/fpu_control.h: Likewise.
1419         * sysdeps/sparc/sparc32/fpu/fpu_control.h: Likewise.
1420         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
1421
1422 1998-11-25  Ulrich Drepper  <drepper@cygnus.com>
1423
1424         * version.h (VERSION): Bump to 2.0.104.
1425
1426 1998-11-25  Mark Kettenis  <kettenis@phys.uva.nl>
1427
1428         * libio/bits/stdio.h (fread_unlocked): Add missing parentheses
1429         around parameter n.
1430
1431 1998-11-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1432
1433         * time/tzfile.c (__tzfile_read): Fix comment.
1434
1435 1998-11-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1436
1437         * Makerules (build-shlib): Pass -O1 down to linker to get
1438         optimized shared libraries.
1439
1440 1998-11-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1441
1442         * Makeconfig ($(common-objpfx)sysd-dirs): Cope with no Subdirs
1443         file.  Strip "-" from inhibited subdir name.  Combine into a
1444         single awk program.
1445         ($(common-objpfx)sysd-sorted): Fix sed command.
1446
1447 1998-11-25  Roland McGrath  <roland@baalperazim.frob.com>
1448
1449         * sysdeps/mach/hurd/i386/init-first.c (init): Restored as inline fn.
1450         Use constant _HURD_THREADVARS_MAX for temporary array size.
1451
1452         * Makeconfig ($(common-objpfx)sysd-sorted): Use @ instead of / as sed
1453         s separator, since $(..) might contain a /.
1454
1455 1998-11-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1456
1457         * configure.in (mips): Fix typo (Replace ,, by ;;).
1458
1459         * libio/Versions: Clean up entries.
1460
1461 1998-11-23  Ulrich Drepper  <drepper@cygnus.com>
1462
1463         * sysdeps/i386/fpu/bits/mathinline.h: Add optimizations for lrint
1464         and llrint.
1465
1466 1998-11-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1467
1468         * sysdeps/unix/sysv/linux/netinet/ip_fw.h: Removed.  There are too
1469         many differences between the Linux 2.0 and 2.1 versions of this
1470         file and it's too difficult to convert all calls.  The file should
1471         only be needed by the ipfw program which has to take care of the
1472         correct kernel version and include files.
1473
1474         * sysdeps/unix/sysv/linux/Dist: Remove netinet/ip_fw.h.
1475         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
1476
1477 1998-11-23  Ulrich Drepper  <drepper@cygnus.com>
1478
1479         * Makeconfig: Don't read sysd-sorted unless sysd-dirs is read.
1480         Patch by Zack Weinberg.
1481
1482         * math/bits/mathcalls.h: Adjust comments.  Remove gamma_r prototype.
1483
1484         * sysdeps/i386/fpu/bits/mathinline.h: Make log2 only available if
1485         __USE_ISOC9X is defined.  Provide rint optimization.
1486
1487 1998-11-21  H.J. Lu  <hjl@gnu.org>
1488
1489         * libio/Versions (_IO_popen, _IO_proc_open, _IO_proc_close,
1490         popen, pclose): Add to GLIBC_2.1.
1491
1492         * libio/Makefile (routines): Add oldiopopen and oldpclose.
1493         (shared-only-routines): Likewise.
1494
1495         * libio/pclose.c (pclose): Make it default for GLIBC_2.1.
1496         * libio/iopopen.c (_IO_proc_open, _IO_popen, popen,
1497         _IO_proc_close): Likewise.
1498
1499         * libio/iolibio.h (_IO_new_popen, _IO_old_popen, __new_pclose,
1500         __old_pclose): New prototypes.
1501
1502         * libio/libioP.h (_IO_new_file_jumps): Removed.
1503         (_IO_old_proc_jumps): Added.
1504         (_IO_new_proc_open, _IO_old_proc_open): New prototypes.
1505
1506         * libio/oldiopopen.c: New file.
1507
1508         * libio/oldpclose.c: New file.
1509
1510 1998-11-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1511
1512         * nss/Makefile: Build and install getent.
1513         * nss/getent.c: New, get entries from administrative database.
1514
1515 1998-11-22  Roland McGrath  <roland@baalperazim.frob.com>
1516
1517         * sysdeps/mach/hurd/i386/init-first.c (init): Provide temporary storage
1518         for the per-thread variables of the main user thread to make it
1519         possible to use malloc as soon as _hurd_preinit_hook has been run.
1520         For cthreads, copy values to new stack from there.
1521         For non-cthreads, malloc threadvar array here and copy from temp space.
1522         (init1): No longer initialize threadvars here.
1523         (doinit1): Made static void at top level.
1524         (init): Folded into [PIC] _init or [!PIC] doinit1, since GCC cannot
1525         inline a function that uses dynamic auto arrays.
1526
1527 1998-11-20  Ulrich Drepper  <drepper@cygnus.com>
1528
1529         * version.h (VERSION): Bump to 2.0.103.
1530
1531         * aclocal.m4 (LIBC_PROG_BINUTILS): Also add AR and RANLIB using the
1532         same method.
1533         * configure.in: Don't define AR and RANLIB here.
1534
1535         * inet/gethstbyad_r.c: Define NEED__RES_HCONV and POSTPROCESS for
1536         host name res_hconf code.
1537         * inet/gethstbynm_r.c: Likewise.
1538         * nss/getXXbyYY_r.c: Include resolv/res_hconf.h if NEED__RES_HCONF
1539         is defined.  Call res_hconf_init if necessary.  If POSTPROCESS is
1540         defined execute the code.
1541         * resolv/Makefile (routines): Add res_hconf.
1542         (headers): Add res_hconf.h.
1543         * resolv/res_hconf.c: Pretty print.
1544         * resolv/res_hconf.h: Likewise.
1545
1546 1998-11-20  Ulrich Drepper  <drepper@cygnus.com>
1547
1548         * sysdeps/generic/bits/byteswap.h: Fix typos in non-GCC
1549         definitions.  Reported by Scott Bambrough <scottb@corelcomputer.com>.
1550
1551 1998-11-20 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1552
1553         * math/libm-test.c: Raise some epsilons a bit.
1554
1555 1998-11-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1556
1557         * Makeconfig ($(common-objpfx)sysd-sorted): Fix portability problems.
1558
1559 1998-11-20  Ulrich Drepper  <drepper@cygnus.com>
1560
1561         * Makefile (distribute): Add scripts/gen-sorted.awk.
1562
1563 1998-11-19  Ulrich Drepper  <drepper@cygnus.com>
1564
1565         * posix/regex.c (regex_compile): Handle extra long class names
1566         correctly.
1567
1568 1998-11-19  Geoff Keating  <geoffk@ozemail.com.au>
1569
1570         * elf/rtld.c (_dl_start): Handle weak undefined symbols in ld.so
1571         correctly.
1572
1573 1998-11-19  Ulrich Drepper  <drepper@cygnus.com>
1574
1575         * misc/error.c: Undo last change.
1576
1577         * ctype/Versions: Add _tolower and _toupper.
1578
1579 1998-11-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1580
1581         * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
1582         POLLNVAL.
1583
1584 1998-11-19  Ulrich Drepper  <drepper@cygnus.com>
1585
1586         * Makeconfig: Add comment to all-subdirs definition.
1587         Add rule to generate sysd-sorted.  Include this file and and set
1588         subdirs value to $(sorted-subdirs).
1589         * scripts/gen-sorted.awk: New file.
1590         * Make-dist (+tsrcs): Add Depend.
1591         * nscd/Depend: New file.
1592         * nss/Depend: New file.
1593         * rt/Depend: New file.
1594
1595 1998-11-18  Ulrich Drepper  <drepper@cygnus.com>
1596
1597         * sysdeps/unix/bsd/poll.c (__poll): Add code to extend sets if any
1598         passed file descriptor exceeds the size determined by
1599         getdtablesize.
1600
1601         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Update
1602         from inline version in bits/socket.h.
1603
1604         * sysdeps/unix/sysv/linux/bits/socket.h: Define __cmsg_nxthdr as
1605         inline function only is __USE_EXTERN_INLINES is defined.
1606
1607         * time/strftime.c (my_strftime): Make code a bit clearer.
1608         Patch by Paul Eggert <eggert@twinsun.com>.
1609
1610         * io/Makefile (CFLAGS-ftw.c): Removed.
1611
1612         * manual/errno.texi: Change the short text for ENODEV to
1613         "No such device".
1614
1615 1998-11-18  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1616
1617         * io/Makefile (tests): Make sure that the test program has an
1618         explicit directory part.
1619
1620 1998-11-18  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1621
1622         * configure.in: Fix last change.
1623
1624 1998-11-18  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1625
1626         * sunrpc/Makefile (routines): Add create_xid.
1627
1628         * sunrpc/clnt_tcp.c: Use non-guessable xid.
1629         * sunrpc/clnt_udp.c: Likewise.
1630         * sunrpc/clnt_unix.c: Likewise.
1631         * sunrpc/pmap_rmt.c: Likewise.
1632         * sunrpc/create_xid.c: New, create non-guessable xid.
1633
1634         * sunrpc/svc_tcp.c: Remove patch from 1998-06-15, use poll instead
1635         of select.
1636         * sunrpc/svc_unix.c: Use poll instead of select.
1637
1638 1998-11-17  Ulrich Drepper  <drepper@cygnus.com>
1639
1640         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Make Unix98 compliant
1641         by removing SIG_IGN handler for SIGCHLD if necessary.
1642         Patch by H.J. Lu <hjl@lucon.org>.
1643
1644         * stdio-common/printf_fphex.c (__printf_fphex): Correct printing
1645         of denormalized numbers.
1646
1647 1998-10-06  Geoff Keating  <geoffk@ozemail.com.au>
1648
1649         * sysdeps/powerpc/dl-machine.h (elf_machine_load_address): Suppress
1650         another parentheses warning, make nano-optimisation.
1651
1652         * sysdeps/powerpc/dl-machine.h (_dl_runtime_resolve): Preserve
1653         saved LR on stack so _mcount works.
1654         (_dl_prof_resolve): Likewise.
1655         * sysdeps/powerpc/register-dump.h: Print FPRs.  Adjust for correct
1656         signal handler calling convention.
1657         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Adjust for
1658         correct signal handler calling convention---more like x86 linux and
1659         mklinux, less like linux-ppc versions between 2.1 and 2.1.126.
1660
1661 1998-11-17  Ulrich Drepper  <drepper@cygnus.com>
1662
1663         * configure.in: Correct allowed makeinfo version.
1664
1665 1998-11-17  Philip Blundell  <pb@nexus.co.uk>
1666
1667         * sysdeps/generic/bits/mathdef.h: Fix typo.
1668
1669 1998-11-17  Geoff Keating  <geoffk@ozemail.com.au>
1670
1671         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Prototype the syscall
1672         under the right name (squish warning).
1673         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
1674
1675 1998-11-17  Geoff Keating  <geoffk@ozemail.com.au>
1676
1677         * stdio-common/_itoa.c (_itoa): Add redundant parentheses to
1678         prevent warnings.
1679
1680 1998-11-16  Ulrich Drepper  <drepper@cygnus.com>
1681
1682         * intl/locale.alias: Change `japanese' alias to match X11R6's.
1683         Add `japanese.euc' alias.
1684
1685         * manual/Makefile (%.info): Set LANGUAGE and LC_ALL explicitly to C
1686         before running makeinfo.
1687
1688         * math/Makefile (libm-routines): $(strip) entire value.
1689
1690         * nss/nss_db/db-XXX.c (internal_setent): Rewrite to avoid warning.
1691
1692 1998-10-24  H.J. Lu  <hjl@gnu.org>
1693
1694         * libio/libio.h (_IO_cookie_io_functions_t): Protect with __USE_GNU.
1695         (_IO_cookie_file): Likewise.
1696
1697 1998-11-16  Philip Blundell  <philb@gnu.org>
1698
1699         * inet/netinet/icmp6.h: Correct naming of constants.
1700
1701 1998-11-16  Ulrich Drepper  <drepper@cygnus.com>
1702
1703         * sysdeps/unix/opendir.c: Use o_directory_works differently.  Treat
1704         zero value as uninitialized so that variable can go into .bss.
1705
1706         * dirent/opendir-tst1.c: Print error strings to stdout.
1707
1708         * sysdeps/unix/sysv/linux/mmap64.c: New file.  Empty.
1709         * sysdeps/unix/sysv/linux/syscalls.list: Add mmap with mmap64 alias.
1710         * sysdeps/unix/sysv/linux/arm/mmap.S: Add mmap64 alias.
1711         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1712         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1713
1714 1998-11-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1715
1716         * time/tzfile.c (__tzfile_read): Check that types[i].isdst is in
1717         range.
1718
1719 1998-11-16  Ulrich Drepper  <drepper@cygnus.com>
1720
1721         * libio/bits/stdio.h (fread_unlocked): Do handle zero size and number.
1722         (fwrite_unlocked): Likewise.
1723
1724 1998-11-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1725
1726         * libio/bits/stdio.h (fread_unlocked): Don't evaluate non-constant
1727         twice.  Don't bother handling zero size.
1728         (fwrite_unlocked): Likewise.
1729
1730 1998-11-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1731
1732         * configure.in: Fix regex for makeinfo version string.
1733
1734 1998-11-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1735
1736         * sunrpc/rpc_sample.c (write_sample_server): Avoid -Wparentheses
1737         warning.
1738         * sunrpc/rpc_svcout.c (write_program): Likewise.
1739
1740 1998-11-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1741
1742         * time/Makefile (CFLAGS-test_time.c): Add -Wno-format.
1743
1744 1998-11-16  Ulrich Drepper  <drepper@cygnus.com
1745
1746         * misc/sys/mman.h: Pretty print prototypes.
1747
1748 1998-11-15  Ulrich Drepper  <drepper@cygnus.com
1749
1750         * misc/error.c (error): Don't use result of strerror_r call directly
1751         since at least DEC Unix has a wrong return type.
1752         Patch by Johan Danielsson <joda@pdc.kth.se>.
1753
1754 1998-11-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1755
1756         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
1757         last change.
1758
1759 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
1760
1761         * stdio-common/vfscanf.c: Don't return -1 in case of an invalid
1762         format, just stop.
1763
1764         * version.h (VERSION): Bump to 2.0.102.
1765
1766         * stdio-common/tstdiomisc.c (t2): Update test case for last scanf
1767         change.
1768         * stdio-common/scanf7.c (main): Likewise.
1769
1770 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
1771
1772         * stdio-common/vfscanf.c: Return EOF for invalid format
1773         characters.
1774
1775         * version.h (VERSION): Bump to 2.0.101.
1776
1777         * Makerules (Versions.all): Generate this file from all Versions.def
1778         files.
1779         (sysd-versions): Use Versions.all instead of Versions.def.
1780
1781 1998-11-13  Philip Blundell  <philb@gnu.org>
1782
1783         * sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value.
1784         Reported by Scott Bambrough.
1785
1786 1998-11-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1787
1788         * locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
1789
1790 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
1791
1792         * libio/bits/stdio.h: Correct and improve fread_unlocked and
1793         fwrite_unlocked optimizations.
1794
1795         * time/tzfile.c (__tzfile_read): Set __tzname based on last names
1796         in time not to last entries in the file.
1797         (__tzfile_compute): Likewise.  Fix for PR libc/863.
1798
1799         * timezone/Makefile: Generate GB timezone data for test.
1800         * timezone/tst-timezone.c: More tests for DST switching time (disabled
1801         for now).
1802
1803 1998-11-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1804
1805         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
1806         d0 from clobber list.
1807
1808 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
1809
1810         * inet/netinet/in.h: Add a few more IPPROTO_* macros.
1811
1812         * libio/Makefile (headers): Add bits/stdio.h.
1813         * libio/iofread_u.c: Undefine fread_unlocked before definition.
1814         * libio/iofwrite_u.c: Undefine fwrite_unlocked before definition.
1815         * libio/stdio.h: Move optimizations into ...
1816         * libio/bits/stdio.h: ...here.  New file.
1817
1818         * libio/iofread.c: Pretty print.
1819
1820 1998-11-12  Mark Kettenis  <kettenis@phys.uva.nl>
1821
1822         * sysdeps/gnu/bits/utmpx.h: Protect members of struct
1823         __exit_status with `__'.  Rename pad member of struct utmpx to
1824         __unused.
1825         (RUN_LVL): Define unconditionally.
1826         * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmp to
1827         __unused.
1828
1829 1998-11-12  Philip Blundell  <philb@gnu.org>
1830
1831         * sysdeps/unix/sysv/linux/netlink/netlink.h: New file, support for
1832         Linux AF_NETLINK sockets (needed since the kernel version is
1833         unusable).
1834         * sysdeps/unix/sysv/linux/Makefile: Install it.
1835         * sysdeps/unix/sysv/linux/Dist: Distribute it.
1836
1837 1998-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1838
1839         * timezone/tst-timezone.c (tests): Add entry for America/Chicago
1840         to test for bug in PR libc/863.
1841
1842 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
1843
1844         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Cleanup comment.
1845
1846         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Rename macro
1847         parameter lazy to do_lazy to avoid clashing with struct member name.
1848         Reported by Ralf Baechle <ralf@uni-koblenz.de>.
1849
1850 1998-11-10  H.J. Lu  <hjl@gnu.org>
1851
1852         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine NR_OPEN
1853         if it is defined in <linux/limits.h>.
1854
1855 1998-11-09 13:07 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1856
1857         * include/protocols/routed.h: Include the real header with
1858         a full path from the top of the source tree.
1859         * include/protocols/rwhod.h: Likewise.
1860         * include/protocols/talkd.h: Likewise.
1861         * include/protocols/timed.h: Likewise.
1862
1863         * timezone/Makefile: Don't include z.ZONE files if no_deps
1864         is set, not if avoid-generated is set.
1865
1866 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
1867
1868         * signal/signal.h: Undo last change.  Get definition of timespec
1869         if __USE_POSIX199309.
1870
1871         * string/bits/string2.h (__strpbrk_c2): Add intermediate cast to
1872         size_t to prevent gcc warning when using -Wqual-cast.
1873         (__strpbrk_c3): Likewise.
1874         Suggested by Alan Curry <pacman@cqc.com>.
1875
1876 1998-11-11  Roland McGrath  <roland@baalperazim.frob.com>
1877
1878         * hurd/hurdsig.c (_hurdsig_init): Add assertion that no pending,
1879         unblocked signals are set in the startup masks.
1880
1881         * hurd/hurdsig.c (_hurdsig_init): Take new args, INTARRAY and
1882         INTARRAYSIZE.  Initialize main thread's sigstate from INIT_SIG* ints.
1883
1884         * hurd/hurd/signal.h: Update _hurdsig_init decl.
1885         * hurd/hurdinit.c (_hurd_proc_init): Take new args, INTARRAY and
1886         INTARRAYSIZE, pass them down to _hurdsig_init.
1887         * hurd/hurd.h: Update _hurd_proc_init decl.
1888
1889 1998-11-10  Ulrich Drepper  <drepper@cygnus.com>
1890
1891         * math/cabs.c: Replace complex by _Complex.
1892         * math/cabsf.c: Likewise.
1893         * math/cabsl.c: Likewise.
1894         * math/cimag.c: Likewise.
1895         * math/cimagf.c: Likewise.
1896         * math/cimagl.c: Likewise.
1897         * math/conj.c: Likewise.
1898         * math/conjf.c: Likewise.
1899         * math/conjl.c: Likewise.
1900         * math/creal.c: Likewise.
1901         * math/crealf.c: Likewise.
1902         * math/creall.c: Likewise.
1903
1904         * sysdeps/alpha/fpu/bits/mathdef.h: Define ISO C 9X stuff only if
1905         included from math.h and __USE_ISOC9X is defined.
1906         * sysdeps/generic/bits/mathdef.h: Likewise.
1907         * sysdeps/generic/i386/fpu/mathdef.h: Likewise.
1908         * sysdeps/generic/m68k/fpu/mathdef.h: Likewise.
1909         * sysdeps/generic/powerpc/bits/mathdef.h: Likewise.
1910         * sysdeps/generic/sparc/fpu/bits/mathdef.h: Likewise.
1911
1912 1998-11-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1913
1914         * sysdeps/i386/fpu/bits/mathdef.h: Allow direct inclusion by
1915         <complex.h>.
1916         * sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
1917         * sysdeps/generic/bits/mathdef.h: Likewise.
1918         * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
1919         * sysdeps/powerpc/bits/mathdef.h: Likewise.
1920         * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
1921
1922 1998-11-09  Ulrich Drepper  <drepper@cygnus.com>
1923
1924         * extra-lib.mk: Fix typo in last change.
1925
1926         * math/complex.h: Include bits/mathdef.h to get __NO_LONG_DOUBLE_MATH
1927         is needed.
1928         Don't define long double functions if __NO_LONG_DOUBLE_MATH is defined.
1929         Don't define `complex' but instead `_Complex'.  The later is the
1930         reserved keyword.
1931         * math/bits/cmathcalls.c: Define _Mdouble_complex_ using _Complex,
1932         not complex.
1933
1934 1998-11-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1935
1936         * manual/libc.texinfo: Remove colon from category name.
1937         * manual/Makefile (dir-add.info): Likewise.
1938
1939 1998-11-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1940
1941         * configure.in: Avoid autoconf bug.
1942
1943 1998-10-28  H.J. Lu  <hjl@gnu.org>
1944
1945         * posix/getopt.h: Add "__" to arguments in prototypes.
1946
1947 1998-11-05  H.J. Lu  <hjl@gnu.org>
1948
1949         * libio/iofgets.c (_IO_fgets): Don't report error
1950         if something was read in and errno is set to
1951         EAGAIN.
1952         * libio/iofgets_u.c (fgets_unlocked): Likewise.
1953
1954 1998-11-05  Philip Blundell  <philb@gnu.org>
1955
1956         * sysdeps/unix/sysv/linux/net/if_packet.h: Don't include kernel
1957         header; it defines too much.  Provide a local definition of struct
1958         sockaddr_pkt and a comment advising against its use.
1959
1960 1998-11-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1961
1962         * extra-lib.mk: Avoid empty include list.
1963
1964 1998-11-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1965
1966         * extra-lib.mk: Add support for $(lib)-shared-only-routines.
1967
1968         * elf/Makefile (libdl-routines): Add dlopenold only if doing
1969         versioning.
1970         (libdl-shared-only-routines): New variable.
1971
1972 1998-11-06  Paul Eggert  <eggert@twinsun.com>
1973
1974         Don't invoke localtime_r or gmtime_r unless it's the GNU C
1975         library's localtime_r and gmtime_r; there are too many buggy
1976         implementations of localtime_r and gmtime_r out there, and
1977         it's not worth keeping track of all the different bugs.
1978
1979         * time/mktime.c (__EXTENSIONS__): Remove.
1980         (<unistd.h>): No need to include.
1981         * time/strftime.c: Likewise.
1982
1983         * time/mktime.c (_POSIX_THREAD_SAFE_FUNCTIONS, HAVE_LOCALTIME_R):
1984         Remove.
1985         (my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
1986         Base it on localtime unless _LIBC.
1987
1988         * time/strftime.c (my_strftime_gmtime_r): Renamed from gmtime_r;
1989         all uses changed.
1990         (my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
1991         Base them on localtime/gmtime if not _LIBC.
1992
1993 1998-11-07  Ulrich Drepper  <drepper@cygnus.com>
1994
1995         * sysdeps/generic/isastream.c: Always return 0 unless it is an invalid
1996         file descriptor.  This makes this function actually usable.
1997         Proposed by Mark Kettenis <kettenis@phys.uva.nl>.
1998
1999 1998-11-05  Ulrich Drepper  <drepper@cygnus.com>
2000
2001         * math/math.h: Unconditionally include bits/mathdef.h.  Declare
2002         long double functions only if __NO_LONG_DOUBLE_MATH is not
2003         defined.
2004         * sysdeps/generic/bits/mathdef.h: Define only if __USE_ISOC9X.
2005         Define __NO_LONG_DOUBLE_MATH.
2006         * sysdeps/m68k/fpu/bits/mathdef.h: Define only if __USE_ISOC9X.
2007         * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
2008
2009         * elf/rtld.c: Add a few __builtin_expects where they will improve
2010         a lot.
2011
2012 1998-11-05  Ulrich Drepper  <drepper@cygnus.com>
2013
2014         * version.h (VERSION): Bump to 2.0.100.
2015
2016         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
2017
2018         * sysdeps/libm-i387/s_fma.S: Optimize a bit.
2019         * sysdeps/libm-i387/s_fmaf.S: Likewise.
2020
2021 1998-11-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2022
2023         * libio/genops.c (_IO_least_marker): Add additional parameter
2024         end_p replacing fp->_IO_read_end.
2025         (save_for_backup): Likewise.  All callers changed.  Use _IO_size_t
2026         and _IO_ssize_t instead of int.
2027         (_IO_switch_to_main_get_area): Remove use of _IO_save_ptr.
2028         (_IO_switch_to_backup_area): Likewise.  Fix comments.
2029         (_IO_seekmark): Undo last change.
2030         (_IO_default_pbackfail): Correct use of backup area.
2031         * libio/libio.h (_IO_FILE_complete): Remove _IO_save_ptr.
2032
2033 1998-11-04 19:47 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2034
2035         * configure.in: Search for install-info and substitute it.
2036         Determine whether install-info is the buggy Debian version
2037         that doesn't understand INFO-DIR-SECTION.
2038         * config.make.in: Add INSTALL_INFO and OLD_DEBIAN_INSTALL_INFO
2039         to be substituted.
2040         * manual/Makefile: If OLD_DEBIAN_INSTALL_INFO, give
2041         install-info the --section argument it needs to work properly.
2042         (dir-add.texinfo): Delete target.
2043         (dir-add.info): Generate this directly.  Sort entries.  Put a
2044         colon at the end of the INFO-DIR-SECTION line.
2045         * manual/libc.texinfo: Put a colon at the end of the
2046         @dircategory line.
2047
2048 1998-11-05  Paul Eggert  <eggert@twinsun.com>
2049
2050         * time/mktime.c (__mktime_internal): Adopt the traditional (and
2051         problematic) notion of what to do when tm_isdst doesn't match.
2052
2053 1998-11-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2054
2055         * posix/PTESTS: Fix spelling.
2056
2057 1998-11-04  Ulrich Drepper  <drepper@cygnus.com>
2058
2059         * misc/efgcvt_r.c (fcvt_r): Remove code which tries to use libm
2060         functions.  Reduce error in computing normalized value by multiplying
2061         factor in loop and compute result in one step.
2062         Reported by Christian Gafton.
2063
2064         * sysdeps/libm-i387/e_hypot.S: New file.
2065         * sysdeps/libm-i387/e_hypotf.S: New file.
2066
2067 1998-11-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2068
2069         * elf/dlopenold.c: Compile only if DO_VERSIONING is also defined.
2070
2071 1998-11-03  H.J. Lu  <hjl@gnu.org>
2072
2073         * libio/fileops.c (new_do_write): New function.
2074         (_IO_new_do_write): Call new_do_write.
2075         (_IO_new_file_xsputn): Likewise.
2076
2077         * libio/oldfileops.c (old_do_write): New function.
2078         (_IO_old_do_write): Call old_do_write.
2079         (_IO_old_file_xsputn): Likewise.
2080
2081 1998-11-04  Ulrich Drepper  <drepper@cygnus.com>
2082
2083         * time/mktime.c (__mktime_internal): Correct last change.  We must
2084         stop searching for the right isdst value before stepping to the
2085         initial value.
2086
2087         * malloc/malloc.c: Make sure calloc really returned zeroed memory.
2088         Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.
2089
2090 1998-11-02 16:12 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2091
2092         * sysdeps/generic/bits/signum.h: Define signals with their
2093         historical numbers when those are in the 1-15 range and
2094         consistent across platforms.
2095         Define compatibility aliases (SIGIOT, SIGCLD) if __USE_MISC.
2096         Define SIG_DFL, SIG_IGN, SIG_ERR as numeric constants cast
2097         appropriately instead of with fake function declarations
2098         (would cause link errors).
2099         If __USE_UNIX98, define SIG_HOLD.
2100
2101 1998-10-29  H.J. Lu  <hjl@gnu.org>
2102
2103         * sysdeps/unix/sysv/linux/bits/sigaction.h (sigaction): Use
2104         union only if __USE_POSIX199309 is defined.
2105
2106         * misc/sys/select.h (pselect): Declared only if __USE_GNU is
2107         defined.
2108
2109 1998-11-03  Ulrich Drepper  <drepper@cygnus.com>
2110
2111         * time/mktime.c (__mktime_internal): Handle broken down times
2112         around the time of the DST switches more correctly.
2113
2114 1998-11-02  Ulrich Drepper  <drepper@cygnus.com>
2115
2116         * elf/Makefile (libdl-routines): Add dlopenold.
2117         * elf/Versions [libdl, GLIBC_2.1]: Add dlopen.
2118         * elf/dl-open.c (_dl_open): Check whether RTLD_LAZY or RTLD_GLOBAL
2119         is set and bounce otherwise.
2120         * elf/dlopen.c: Rename function to __dlopen_check and make version
2121         named dlopen.
2122         * elf/dlopenold.c: New file.
2123
2124 1998-11-02  Ulrich Drepper  <drepper@cygnus.com>
2125
2126         * elf/Versions [libc, GLIBC_2.01]: Add _dl_global_scope_alloc.
2127         * elf/dl-open.c (_dl_global_scope_alloc): Move definition to
2128         * elf/dl-deps.c: ...here.
2129         * elf/dl-open.c (dl_open_worker): Call _dl_map_object_deps with
2130         new parameter and expect result.  Remove code handling RTLD_GLOBAL.
2131         Add return value of _dl_map_object_deps to
2132         _dl_main_searchlist->r_nlist.
2133         * elf/dl-deps.c (_dl_map_object_deps): Change to return value.
2134         If we parameter GLOBAL is nonzero add object and dependencies to
2135         the global scope.
2136         * elf/ldsodefs.h: Adapt prototype for _dl_map_object_deps.
2137         * elf/rtld.c (dl_main): Call _dl_map_object_deps with new parameter.
2138         Mark all objects as in global scope.
2139         * elf/dl-object.c (_dl_new_object): Initialize l_global to zero.
2140
2141         * sysdeps/unix/sysv/linux/bits/sockunion.h: Add Econet support.
2142
2143         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add .L prefix to symbols
2144         used in macro magic.
2145
2146 1998-11-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2147
2148         * sysdeps/unix/sysv/linux/netatalk/at.h: Include <linux/atalk.h>
2149         before <sys/socket.h> to make sockaddr_at available to
2150         <sys/socket.h>.
2151
2152         * posix/glob.h: Remove __P from parameter lists of declarations.
2153
2154 1998-11-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2155
2156         * time/tzset.c (tz_compute): Remove unused parameter timer.
2157         Change caller.
2158
2159 1998-11-02  Mark Kettenis  <kettenis@phys.uva.nl>
2160
2161         * sysdeps/generic/bits/types.h (__ipc_pid_t): New typedef.
2162
2163 1998-11-02  Ulrich Drepper  <drepper@cygnus.com>
2164
2165         * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Remove
2166         unnecessary test and add cast.
2167
2168 1998-11-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2169
2170         * posix/getconf.c: Add initializer SYSCONF for CHARCLASS_NAME_MAX.
2171
2172         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Remove unused
2173         parameter fd.
2174         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
2175
2176 1998-11-02  Mark Kettenis  <kettenis@phys.uva.nl>
2177
2178         * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
2179         fds_bits member.
2180         (__FDMASK): Use __fd_mask instead of unsigned long int in cast.
2181
2182 1998-10-31  Richard Henderson  <rth@cygnus.com>
2183
2184         * math/Makefile (gmp-objs): Add udiv_qrnnd.
2185
2186         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL*): New.
2187         (inline_syscall*): New.
2188         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL): New.
2189         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Kill __syscall* bits.
2190
2191 1998-10-31  Ulrich Drepper  <drepper@cygnus.com>
2192
2193         * aclocal.m4 (LIBC_PROG_FOO_GNU): Name output file using -o to
2194         avoid ld test generating an unwanted file.
2195
2196         * posix/PTESTS: Remove comment about incorrect test (it is correct).
2197
2198 1998-10-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2199
2200         * sunrpc/Versions: Add xdr_uint32_t and xdr_int32_t.
2201         * sunrpc/pmap_rmt.c: Initialize clnt_stat variable.
2202         * sunrpc/rpc/auth_des.h: Use uint32_t for time values.
2203         * sunrpc/rpc/xdr.h: Add INT32 support.
2204         * sunrpc/xdr.c: Implement xdr_int32_t and xdr_uint32_t .
2205
2206         * nis/nis_call.c: Changes for new 64bit clean NIS+ interface.
2207         * nis/nis_callback.c: Likewise.
2208         * nis/nis_creategroup.c: Likewise.
2209         * nis/nis_defaults.c: Likewise.
2210         * nis/nis_intern.h: Likewise.
2211         * nis/nis_lookup.c: Likewise.
2212         * nis/nis_ping.c: Likewise.
2213         * nis/nis_print.c: Likewise.
2214         * nis/nis_table.c: Likewise.
2215         * nis/nis_util.c: Likewise.
2216         * nis/nis_xdr.c: Likewise.
2217         * nis/rpcsvc/nis.h: Likewise.
2218         * nis/rpcsvc/nis.x: Likewise.
2219         * nis/rpcsvc/nis_callback.h: Likewise.
2220         * nis/rpcsvc/nis_object.x: Likewise.
2221         * nis/rpcsvc/nislib.h: Likewise.
2222
2223         * nis/rpcsvc/yp.h: Remove casts to (u_long).
2224         * nis/rpcsvc/yp_prot.h: Likewise.
2225         * nis/rpcsvc/ypupd.h: Likewise.
2226         * nis/ypclnt.c: Change %ld to %d in sprintf.
2227
2228 1998-10-29  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2229
2230         * manual/locale.texi (Formatting Numbers): Fix strfmon examples.
2231
2232 1998-10-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2233
2234         * sysdeps/generic/bits/select.h (__FD_ZERO): Change '\0' to plain
2235         0, __fd_mask is usually not a char.
2236
2237 1998-10-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2238
2239         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Allow
2240         compilation on systems without rt_* syscalls (e.g. on Linux 2.0).
2241         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
2242         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2243         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
2244         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise
2245         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
2246         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
2247
2248         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Allow
2249         compiling on systems without rt_sigaction syscall.
2250         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction):
2251         Likewise.
2252
2253 1998-10-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2254
2255         * time/strptime.c (HERE_D_FMT): Fix typo.
2256         Reported by Claus Heine <heine@math1.rwth-aachen.de>, PR libc/842.
2257
2258 1998-10-30  Ulrich Drepper  <drepper@cygnus.com>
2259
2260         * catgets/Makefile (tests): Add rules to run gencat on test1.msg.
2261         (generate): Add test1.cat and test1.h.
2262         (distribute): Add test1.msg.
2263         * catgets/test1.msg: New file.
2264
2265         * catgets/gencat.c: Do a better job in initializing dynamic
2266         memory [PR libc/844].
2267
2268 1998-10-30 18:11  Ulrich Drepper  <drepper@cygnus.com>
2269
2270         * iconv/gconv_conf.c (__gconv_read_conf): Don't define as
2271         internal_function since it is called through a pointer.
2272         * iconv/gconv_db.c (free_derivation): Likewise.
2273         * iconv/gconv_int.h: Adjust prototype od __gconv_read_conf.
2274
2275         * posix/wordexp.c: Add internal_function to parse_backtick definition.
2276         * rt/aio_misc.c: Add internal_function to __aio_free_request,
2277         __aio_find_req, __aio_find_req_fd, and __aio_enqueue_request
2278         definitions.
2279         * rt/aio_notify.c: Add internal_function to __aio_notify_only and
2280         __aio_notify definitions.
2281         * wcsmbsload.c: Add internal_function to __wcsmbs_load_conv definition.
2282
2283 1998-10-30  Ulrich Drepper  <drepper@cygnus.com>
2284
2285         * Makerules (build-shlib): Add -O to generate optimized shared
2286         objects.
2287
2288 1998-10-30 11:15  Ulrich Drepper  <drepper@cygnus.com>
2289
2290         * sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
2291         * sysdeps/libm-i387/e_fmodf.S: Likewise.
2292         * sysdeps/libm-i387/e_fmodl.S: Likewise.
2293         * sysdeps/libm-i387/s_ilogb.S: Likewise.
2294         * sysdeps/libm-i387/s_ilogbf.S: Likewise.
2295         * sysdeps/libm-i387/s_logb.S: Likewise.
2296         * sysdeps/libm-i387/s_logbf.S: Likewise.
2297         * sysdeps/libm-i387/s_remquo.S: Likewise.
2298         * sysdeps/libm-i387/s_remquof.S: Likewise.
2299         * sysdeps/libm-i387/s_remquol.S: Likewise.
2300         * sysdeps/libm-i387/s_significand.S: Likewise.
2301         * sysdeps/libm-i387/s_significandf.S: Likewise.
2302
2303 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
2304
2305         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
2306         _llseek.
2307
2308 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
2309
2310         * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
2311
2312 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
2313
2314         * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
2315         returns without cleaning up the lock.
2316         (printf_unknown): Add label all_done.
2317
2318         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
2319         kernels in mind when reading /proc/self/fd/FD.
2320         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
2321
2322         * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
2323
2324         * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
2325         _fitoa.
2326
2327         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
2328         /prof/self/fd/FD first.
2329         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
2330
2331         * stdio-common/_itoa.h (_fitoa_word): New inline function.  Write
2332         formatted number starting at given position and return pointer to
2333         following byte.
2334         (_fitoa): Likewise, for long long.
2335
2336 1998-10-29  Roland McGrath  <roland@baalperazim.frob.com>
2337
2338         * sysdeps/unix/sysv/linux/bits/sem.h,
2339         sysdeps/unix/sysv/linux/bits/ipc.h,
2340         sysdeps/unix/sysv/linux/bits/shm.h,
2341         sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
2342         * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
2343         sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
2344         so the same bits will be used for the Hurd.
2345
2346 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
2347
2348         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
2349         compiling on systems without rt_sigaction syscall.
2350
2351 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
2352
2353         * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
2354         directories as well as add them.
2355
2356 1998-10-28  Philip Blundell  <pb@nexus.co.uk>
2357
2358         * sysdeps/unix/sysv/linux/neteconet/ec.h: New file.  Support for
2359         AF_ECONET sockets as found in recent Linux 2.1 kernels.
2360         * sysdeps/unix/sysv/linux/Dist: Distribute it.
2361         * sysdeps/unix/sysv/linux/Makefile: Install it.
2362
2363 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2364
2365         * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
2366
2367 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2368
2369         * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
2370         fds_bits member.
2371         * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
2372         * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
2373         * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
2374         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
2375         Likewise.
2376         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
2377         Likewise.
2378         * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
2379         __FD_ISSET): Use it.
2380         * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
2381         __FD_ISSET): Likewise.
2382
2383 1998-10-28  Geoff Keating  <geoffk@ozemail.com.au>
2384
2385         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
2386         llseek.
2387
2388         * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
2389         Instead call the system call wrapper function using an 64bit argument.
2390         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
2391         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
2392         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
2393
2394 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
2395
2396         * signal/signal.h: Don't include <time.h> for timespec, add
2397         forward declaration.
2398
2399         * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
2400         of __FD_* macros which use __fds_bits.
2401         * sysdeps/generic/bits/select.h: Likewise.
2402         Reported by Matt McLean <keys@yikes.com>.
2403
2404 1998-10-27  Philip Blundell  <pb@nexus.co.uk>
2405
2406         * elf/elf.h: Update ARM definitions.
2407
2408 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
2409
2410         * signal/signal.h: Include bits/sigthread.h only for Unix98.
2411
2412 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
2413
2414         * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
2415         define __builtin_expect as a macro substituting to the first
2416         argument.
2417         * config.h.in: Define HAVE_BUILTIN_EXPECT.
2418         * configure.in: Add test for __builtin_expect.
2419
2420         * sysdeps/unix/sysv/linux/bits/types.h: Include
2421         bits/pthreadtypes.h only not for POSIX 199506.
2422         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2423         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2424         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2425
2426 1998-10-26  Mark Kettenis  <kettenis@phys.uva.nl>
2427
2428         * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
2429         * socket/Versions [libc, GLIBC_2.0]: ... to here.
2430
2431 1998-10-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2432
2433         * include/stdio.h: Included <stddef.h> for size_t.
2434
2435         * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
2436         to ...
2437         * include/stdio.h: ...here.
2438         * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
2439
2440 1998-10-26 11:09  Ulrich Drepper  <drepper@cygnus.com>
2441
2442         * time/Makefile (tests): Add tst-posixtz.
2443         * time/tst-posixtz.c: New file.
2444
2445 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2446
2447         * elf/rtld.c (process_envvars): Accept any non-null value of
2448         LD_BIND_NOW, as mandated by the ABI.
2449
2450 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2451
2452         * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
2453         __syscall_pread.
2454         * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
2455         __syscall_pwrite.
2456         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2457         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2458         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2459         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2460         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.  Remove
2461         duplicate entries.
2462         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
2463         s_pread64 and s_pwrite64.
2464         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2465
2466 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2467
2468         * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
2469         * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
2470         to __syscall__llseek.
2471         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2472         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2473         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
2474         __sys_llseek.
2475
2476 1998-10-26  Cristian Gafton  <gafton@redhat.com>
2477
2478         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
2479         and s_setfsuid.
2480
2481 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
2482
2483         * time/tzset.c (tz_compute): Correct last patch and describe this
2484         in a comment.
2485
2486 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2487
2488         * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
2489         rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
2490         rt_sigaction and rt_sigpending.
2491         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
2492         for __syscall_* functions.
2493         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
2494
2495 1998-10-26  Roland McGrath  <roland@baalperazim.frob.com>
2496
2497         * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
2498         _hurd_dtable_lock, _hurd_intern_fd.
2499
2500         * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
2501         cthread_getspecific, cthread_setspecific, __libc_getspecific.
2502
2503         * mach/Versions: Fix typo in last change.
2504
2505 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
2506
2507         * time/tzset.c (tz_compute): If time to switch to DST is later in
2508         the year switch back in the next year.
2509         Reported by jwitford@hutch.com.au.
2510
2511 1998-10-24  Mark Kettenis  <kettenis@phys.uva.nl>
2512
2513         * mach/Versions: Add evc_wait, mach_error, mach_error_string,
2514         mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
2515         Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
2516         __mach_port_allocate, __mach_port_allocate_name,
2517         __mach_port_insert_right __mutex_trylock, __mutex_lock,
2518         __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
2519         __task_set_special_port, __task_terminate, __thread_depress_abort,
2520         __thread_switch, __vm_allocate, __vm_deallocate, __vm_map.  These
2521         functions are not used outside libc.
2522
2523         * sysdeps/mach/hurd/Versions: New file.
2524         [libc, GLIBC_2.0]: Add _cthread_exit_routine and
2525         _cthread_init_routine.  These are set by the Hurd cthreads library.
2526         Add __getcwd, __mmap.  If we don't add these, the weak definitions in
2527         the dynamic linker will not be replaced by the corresponding shared
2528         library routines once they are loaded.
2529
2530 1998-10-21  Mark Kettenis  <kettenis@phys.uva.nl>
2531
2532         * sysdeps/mach/hurd/i386/init-first.c: Only define
2533         __libc_enable_secure if PIC is not defined.
2534
2535 1998-10-25  Roland McGrath  <roland@baalperazim.frob.com>
2536
2537         * argp/Versions: Add _argp_unlock_xxx.  Lock-savvy functions call this
2538         to recurse into argp.
2539
2540 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
2541
2542         * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
2543         greater or equal than 199506L.
2544
2545         * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
2546         only is __USE_XOPEN.  Otherwise use __fds_bits.
2547         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2548         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2549         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2550         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2551         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
2552
2553 1998-10-24  H.J. Lu  <hjl@gnu.org>
2554
2555         * locale/programs/charmap.c (parse_charmap): Accept tok_string
2556         for <code_set_name>.
2557
2558 1998-10-25  H.J. Lu  <hjl@gnu.org>
2559
2560         * locale/programs/ld-ctype.c (ctype_finish): Also check
2561         <space>.
2562
2563 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
2564
2565         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
2566
2567         * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
2568         if __USE_POSIX199506 or __USE_UNIX98.
2569
2570 1998-10-24 22:34 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2571
2572         * string/bits/string2.h: Inline strdup+friends only if
2573         __USE_MISC || __USE_GNU (prevents namespace pollution).
2574
2575 1998-10-24  H.J. Lu  <hjl@gnu.org>
2576
2577         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
2578         LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
2579         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
2580         LOCK_NB, LOCK_UN): Likewise.
2581         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
2582         LOCK_NB, LOCK_UN): Likewise.
2583         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
2584         LOCK_NB, LOCK_UN): Likewise.
2585         * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
2586         LOCK_NB, LOCK_UN): Likewise.
2587
2588 1998-10-24  H.J. Lu  <hjl@gnu.org>
2589
2590         * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
2591
2592         * libio/rewind.c (rewind): Clear the error.
2593
2594 1998-10-24  H.J. Lu  <hjl@gnu.org>
2595
2596         * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
2597         "buffer".
2598
2599 1998-10-24  H.J. Lu  <hjl@gnu.org>
2600
2601         * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
2602         with __need_timeval.
2603         * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
2604         * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
2605
2606 1998-10-24  H.J. Lu  <hjl@gnu.org>
2607
2608         * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
2609         sigqueue): Protect with __USE_POSIX199309.
2610
2611 1998-10-24  H.J. Lu  <hjl@gnu.org>
2612
2613         * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
2614         __USE_POSIX.
2615
2616 1998-10-24  H.J. Lu  <hjl@gnu.org>
2617
2618         * libio/fileops.c (_IO_new_file_seekoff): Always resync with
2619         the kernel file offset.
2620         * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
2621
2622 1998-10-24  H.J. Lu  <hjl@gnu.org>
2623
2624         * time/tzfile.c (__tzfile_default): Set num_types to 2.
2625
2626 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2627
2628         * rt/aio.h: Move __aio_init to...
2629         * include/aio.h: ...here.
2630
2631 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2632
2633         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
2634         definition of O_LARGEFILE.
2635
2636 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2637
2638         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
2639         as first argument to statfs.
2640
2641 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2642
2643         * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
2644
2645 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2646
2647         * malloc/mtrace.c: Include <string.h> for strlen.
2648
2649 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
2650
2651         * sysdeps/mach/hurd/bits/environments.h: New file.
2652
2653         * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
2654
2655         * mach/Versions, hurd/Versions: Add numerous symbols.
2656         Remove libmachuser and libhurduser sections, punt
2657         versioning for those libraries for now.
2658
2659         * misc/Versions: Add reboot here; it exists on all platforms.
2660         * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
2661
2662 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
2663
2664         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
2665         macro.
2666         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
2667         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2668         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
2669         O_NOFOLLOW, O_DIRECT): New macros.
2670         (O_DIRECTORY): Correct definition according to official 2.1.126.
2671         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
2672         O_NOFOLLOW): New macros.
2673
2674 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
2675
2676         * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
2677
2678         * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
2679         (__opendir): Add trailing slash to name for open, for ENOTDIR check.
2680
2681 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
2682
2683         * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
2684         setfsuid.c, and setfsgid.c.
2685         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
2686         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
2687         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
2688
2689         * version.h (VERSION): Bump to 2.0.99.
2690
2691         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
2692         ustat definition.
2693
2694         * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
2695         s_pwrite64.c.
2696
2697         * posix/fnmath.h: Don't redefine __P when used in glibc.
2698         * posix/glob.h: Likewise.
2699
2700         * inet/rcmd.c (__ivaliduser2): Fix memory leak.
2701         Patch by Dick Streefland <dick_streefland@tasking.com>.
2702
2703         * stdio-common/tst-ungetc.c: Add more test cases.
2704
2705         * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
2706         * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
2707         definitions to ...
2708         * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here.  New file.
2709         * sysdeps/unix/sysv/linux/fpathconf.c: New file.
2710         * sysdeps/unix/sysv/linux/pathconf.c: New file.
2711         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
2712         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
2713
2714 1998-10-20  Philip Blundell  <pb@nexus.co.uk>
2715
2716         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
2717         <asm/ptrace.h> to define struct pt_regs.
2718         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
2719         including <asm/ptrace.h> here.
2720
2721         * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
2722         C_SYMBOL_NAME macro.
2723
2724 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2725
2726         * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
2727         end of enumerator list.
2728         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
2729         * posix/wordexp.h: Likewise.
2730
2731         * db/db.h: Use __PMT instead of __P in typedefs.
2732         * db/mpool.h: Likewise.
2733         * sysdeps/generic/bits/siginfo.h: Likewise.
2734         * nis/rpcsvc/ypclnt.h: Likewise.
2735
2736 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
2737
2738         * libio/genops.c (_IO_seekmark): When switching to backup buffer
2739         make sure all characters from the read buffer are read after
2740         switching back to it.
2741
2742 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
2743
2744         * configure.in: Add support for Cygnus GNUPro compilers.
2745
2746 1998-10-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2747
2748         * stdio/stdio.h: Use __PMT instead of __P in typedefs.
2749
2750         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
2751         of __P for sa_restorer.
2752         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
2753         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
2754         kernel_sigaction, old_kernel_sigaction): Likewise.
2755
2756 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
2757
2758         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
2759         and __syscall_pwrite aliases.
2760
2761         * sunrpc/rpc/auth.h (AUTH_DH): New macro.  Alias for AUTH_DES.
2762
2763         * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
2764         improve INLINE_SYSCALL using macro assembler magic.
2765
2766 1998-10-22  H.J. Lu  <hjl@gnu.org>
2767
2768         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
2769         sanity check for n.
2770         * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
2771
2772         * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
2773         EINVAL if errno == ENODEV.  Tested by VSX-PCT.
2774
2775         * sysdeps/posix/isatty.c (__isatty): Don't reset errno.  Tested
2776         by VSX-PCT.
2777
2778         * posix/execvp.c (execvp): Check "".  Tested by VSX-PCT.
2779
2780 1998-10-22  Philip Blundell  <pb@nexus.co.uk>
2781
2782         * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
2783         __ASSEMBLER__.
2784
2785 1998-10-21  Ulrich Drepper  <drepper@cygnus.com>
2786
2787         * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
2788         and adjust formats.
2789
2790 1998-10-21 14:38  Ulrich Drepper  <drepper@cygnus.com>
2791
2792         * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro.  Simply call
2793         __syscall_* function.
2794         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
2795         of calling __syscall_* function.
2796         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
2797         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
2798         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2799         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
2800         * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
2801         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
2802         * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
2803         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
2804         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
2805         * sysdeps/unix/sysv/linux/poll.c: Likewise.
2806         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2807         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2808         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
2809         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2810         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2811         * sysdeps/unix/sysv/linux/readv.c: Likewise.
2812         * sysdeps/unix/sysv/linux/reboot.c: Likewise.
2813         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2814         * sysdeps/unix/sysv/linux/siglist.h: Likewise.
2815         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2816         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2817         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
2818         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2819         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
2820         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2821         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2822         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
2823         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
2824         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2825         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2826         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
2827         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
2828         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
2829         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2830         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2831         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2832         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2833         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2834         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2835         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2836         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2837         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
2838
2839         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
2840         inline assembler.
2841         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
2842         __syscall_* definitions.
2843
2844         * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
2845         definitions to...
2846         * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
2847         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
2848         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
2849         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
2850         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
2851         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
2852         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
2853
2854         * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
2855         Move definition to...
2856         * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
2857         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
2858         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
2859         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
2860         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
2861         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
2862         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
2863
2864         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
2865         (sysdep_routines): Remove s_pread64 and s_pwrite64.
2866
2867         * sysdeps/unix/sysv/linux/i386/pread.c: New file.
2868         * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
2869         * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
2870         * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
2871         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
2872         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
2873
2874 1998-10-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2875
2876         * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
2877         and bring them in synch.
2878         * sysdeps/unix/siglist.c: Likewise.
2879         Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
2880
2881 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2882
2883         * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
2884         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2885
2886         * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
2887         * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
2888         * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
2889         * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
2890         * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
2891         * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
2892         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
2893         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
2894         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
2895         s_setregid.
2896         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
2897         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2898         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
2899
2900 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2901
2902         * sunrpc/rpc_main.c (close_output, close_input): New functions.
2903         (c_output, h_output, s_output, l_output, t_output, svc_output,
2904         clnt_output, mkfile_output): Call them at the end.
2905
2906 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2907
2908         * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
2909         link command.
2910
2911 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2912
2913         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
2914         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
2915
2916 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
2917
2918         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
2919         s_pwrite64.
2920         * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
2921         * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
2922         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
2923         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
2924         Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
2925
2926 1998-10-18  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2927
2928         * sysdeps/unix/opendir.c: Check at runtime for kernel support for
2929         O_DIRECTORY.
2930
2931 1998-10-20  H.J. Lu  <hjl@gnu.org>
2932
2933         * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
2934         argument types.
2935
2936 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
2937
2938         * math/tgmath.h: Make nested function calls work.
2939
2940         * include/ldsodefs.h: Fix typo.
2941
2942         * posix/Makefile (tests): Add tst-preadwrite.
2943         * posix/tst-preadwrite.c: New file.
2944
2945         * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
2946         sure that descriptor is in any case for a directory.
2947
2948 1998-10-19 18:59 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2949
2950         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
2951         (atan2): Takes two arguments.
2952
2953 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
2954
2955         * include/ldsodefs.h: New file.
2956
2957         * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
2958         Remove change to avoid using _CALL_DL_FCT.
2959         * iconv/gconv_db.c: Likewise.
2960         * iconv/gconv_dl.c: Likewise.
2961         * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
2962         * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
2963         * nss/nsswitch.c: Likewise.
2964         * nss/nsswitch.h: Likewise.
2965
2966 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
2967
2968         * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
2969         required libraries.
2970         * login/Makefile (otherlibs): Likewise.
2971         * nscd/Makefile (otherlibs): Likewise.
2972         * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
2973
2974         * debug/Makefile (install-bin): Only build catchsegv if using ELF.
2975
2976         * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
2977
2978 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
2979
2980         * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
2981         and setfsuid.
2982
2983 1998-10-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2984
2985         * nscd/connections.c: Fix typos in comments and strings.
2986
2987         * nscd/nscd.conf: Update according to recent changes to nscd.
2988
2989         * nscd/cache.c (prune_cache): Remove wrong comment.
2990
2991 1998-10-19 13:24  Ulrich Drepper  <drepper@cygnus.com>
2992
2993         * locale/programs/ld-collate.c (collate_startup): Clear bit for this
2994         category in copy_posix.
2995         (collate_finish): Don't warn about UNDEFINED not being defined.
2996         * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
2997         category in copy_posix.
2998         * locale/programs/ld-messages.c (messages_startup): Likewise.
2999         * locale/programs/ld-monetary.c (monetary_startup): Likewise.
3000         * locale/programs/ld-numeric.c (numeric_startup): Likewise.
3001         * locale/programs/ld-time.c (time_startup): Likewise.
3002         * locale/programs/localedef.c: Move copy_def_list_t definition into
3003         locales.h.  Define copy_posix variable.
3004         (main): Before processing copy list add &copy_posix to copy_list.
3005         * locale/programs/locales.h: Add definition of copy_def_list_t.
3006         * locale/programs/locfile.c: Clear bit for appropriate category in
3007         copy_posix.mask for copy instruction.
3008
3009 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
3010
3011         * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
3012         non-existing file with generic implementation.
3013         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
3014
3015 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
3016
3017         * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
3018         defined.  Avoid using _CALL_DL_FCT if it is not defined.
3019         * iconv/gconv.c: Likewise.
3020
3021 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
3022
3023         * nscd/connections.c (dbs): Define defualt values for timeouts and
3024         set enabled to 0 by default.
3025         (CACHE_PRUNE_INTERVAL): New constant.  Use it instead of magical 15 in
3026         nscd_run.
3027
3028         * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
3029         character >= 0x80.
3030         (_nl_C_LC_CTYPE_class32): Likewise.
3031         Reported by HJ Lu.
3032
3033 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
3034
3035         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
3036         _HURD_THREADVAR_DL_ERROR.
3037
3038         * hurd/Makefile (user-interfaces): Add login, password.
3039
3040         * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
3041
3042 1998-08-06  Mark Kettenis  <kettenis@phys.uva.nl>
3043
3044         [submitted 1998-08-06]
3045         * mach/Machrules: Create target directory and force re-evaluation
3046         of Makefile to prevent `make' from optimizing away most of the
3047         implicit rules and `vpath' directives.
3048
3049 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
3050
3051         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
3052         is null, short-circuit to __mach_msg.
3053
3054         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
3055         broken out of init1.
3056         (init1) [PIC]: Call it.
3057         (__libc_init_first) [! PIC]: Call it.
3058
3059         * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
3060         __libc_init_secure.  Instead set __libc_enable_secure here from
3061         the exec flags.
3062         (__libc_enable_secure): New variable it.
3063         * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
3064
3065 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
3066
3067         * nscd/nscd-client.h: New file, broken out of "nscd.h".
3068         * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
3069         and #include that.
3070         * nscd/Makefile (distribute): Add nscd-client.h.
3071         * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
3072         Include "nscd-client.h" instead of "nscd.h"
3073
3074 1998-10-18  Ulrich Drepper  <drepper@cygnus.com>
3075
3076         * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
3077         directory entries when a lstat call fails.
3078         Patch by Colin Plumb <colin@nyx.net>.
3079
3080         * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
3081         NSS functions.
3082         * resolv/nss_dns/dns-network.c: Likewise.
3083
3084         * grp/Makefile: Don't search for linuxthreads in add-ons, use
3085         have-thread-library to determine whether threads are available.
3086         * pwd/Makefile: Remove wrong comment.
3087
3088         * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
3089         and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
3090
3091         * locale/C-messages.c: Define default strings for YESTR and NOSTR.
3092
3093         * nss/Versions: Add __nss_hosts_lookup.
3094
3095         * nss/getXXbyYY.c: Remove unneeded assignment.
3096
3097         * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
3098
3099         Almost complete rewrite of the NSCD to make it smaller, faster,
3100         add more functionnality and make it easier to extend.
3101         * nscd/Makfile (routines): Add nscd_gethst_r.
3102         (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
3103         * nscd/cache.c: New file.
3104         * nscd/gethstbyad_r.c: New file.
3105         * nscd/gethstbynm2_r.c: New file.
3106         * nscd/hstcache.c: New file.
3107         * nscd/nscd_gethst_r.c: New file.
3108         * nscd/connections.c: Rewritten.  Don't start new thread for every
3109         new connection.  Use a fixed set of threads which handle all
3110         connections and also the cache cleanup.
3111         * nscd/grpcache.c: Rewritten to use generic cache handling functions
3112         in cache.c.
3113         * nscd/nscd.c: Recognize new parameter nthreads.  Adjust initialization
3114         for rewrite.  Remove handle_requests function.
3115         * nscd/nscd.h (NSCD_VERSION): Bump to 2.
3116         Define new data structure for the new unified cache and the host
3117         database entries.
3118         * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
3119         databases easily.  Recognize check-files and threads definitions.
3120         * nscd/nscd.conf: Add definition of enable-cache and check-files to
3121         passwd and group definitions.  Add new set of definitions for hosts.
3122         * nscd/nscd_getgr_r.c: Rewrite for new protocol.
3123         * nscd/nscd_getpw_r.c: Likewise.
3124         * nscd/nscd_proto.h: Add prototype for host database functions.
3125         * nscd/nscd_stat.c: Rewrite to simplify printing of information
3126         for many databases.
3127         * nscd/dbg_log.c: Remove unnecessary variable initializations.
3128         Global variable debug_flag is renamed to dbg_level.
3129         * nscd/dbg_log.h: Declare set_logfile.
3130
3131 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
3132
3133         * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
3134         O_LARGEFILE back.
3135
3136 1998-10-16  Paul Eggert  <eggert@shade.twinsun.com>
3137
3138         * time/mktime.c: Some systems require <unistd.h> to be
3139         included before <time.h> for localtime_r to be declared
3140         properly.
3141         * time/strftime.c: Likewise.
3142
3143 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
3144
3145         * db/Makefile: Add rule to generate shared object with the soname
3146         from glibc 2.0.
3147
3148         * sysdeps/unix/opendir.c: Use O_DIRECTORY if available.  If not
3149         available double check to verify it's a directory.
3150
3151         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
3152         * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
3153         * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
3154         are not generally available.
3155         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
3156
3157         * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
3158         * sysdeps/unix/sysv/linux/arm/Makefile: New file.
3159         * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
3160         * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
3161         * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
3162         * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
3163         * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
3164         * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
3165         * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
3166         * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
3167         * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
3168         * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
3169         * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
3170         * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
3171         * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
3172         * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
3173         * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
3174         * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
3175         * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
3176         * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
3177         * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
3178         * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
3179         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
3180         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
3181         * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
3182         * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
3183         * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
3184         * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
3185         * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
3186         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
3187         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
3188         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
3189         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
3190         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
3191         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
3192         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
3193         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
3194         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
3195
3196         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
3197         s_setresgid, and s_setuid.
3198         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
3199         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
3200         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
3201         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
3202         (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
3203         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3204         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
3205
3206 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
3207
3208         * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
3209         localtime_t declaration on some systems.
3210
3211 1998-10-16 10:07  Ulrich Drepper  <drepper@cygnus.com>
3212
3213         * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
3214         -DSTATIC_GCONV.
3215         * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
3216         defined.  Avoid using DL_CLL_FCT if it is not defined.
3217
3218 1998-10-16 10:40 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3219
3220         * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
3221         Include endian.h unconditionally.  Remove portability goop
3222         depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
3223
3224 1998-10-16 11:39 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3225
3226         * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
3227
3228 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
3229
3230         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
3231         again.  Use char[44] to define size of the struct.
3232
3233         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
3234
3235 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3236
3237         * string/bits/string2.h (strcmp): Don't cache the result of
3238         __builtin_constant_p in variables, otherwise constant folding
3239         can fail in big functions.
3240
3241 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3242
3243         * string/bits/string2.h: Add prototypes for the new inline
3244         functions.
3245
3246 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
3247
3248         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
3249         have all types defined.
3250         Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
3251
3252 1998-10-08  Paul Eggert  <eggert@twinsun.com>
3253
3254         * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
3255         Define also if HAVE_LOCALTIME_R && defined localtime_r, with
3256         a body that merely expands localtime_r; this works around a
3257         bug in Digital Unix 4.0A and 4.0D.
3258
3259 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
3260
3261         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
3262         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
3263         __ioctl to __syscall_ioctl and include Linux version of this file.
3264         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
3265         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file.  Redirect
3266         ioctl calls which handle struct termios.
3267         Based on a patch by Dan Jacobowitz <drow@false.org>.
3268
3269 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
3270
3271         * version.h (VERSION): Bump to 2.0.98.
3272
3273         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
3274         here instead of including kernel_termios.h.
3275
3276 1998-10-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3277
3278         * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
3279         unnecessary after the changes of 1998-10-12.
3280
3281 1998-10-13  Ulrich Drepper  <drepper@cygnus.com>
3282
3283         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
3284         parameter format string.
3285         (inline_outw): Likewise.
3286
3287         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
3288         string.h to get memcpy prototype and NULL definition.
3289
3290 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3291
3292         * misc/sys/cdefs.h (__THROW): New macro.
3293         * argp/argp.h: Use it to replace the kludgey __P in inline
3294         function definitions.
3295         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3296         * stdlib/stdlib.h: Likewise.
3297         * wcsmbs/wchar.h: Likewise.
3298         * libio/stdio.h: Likewise.
3299         * stdio/stdio.h: Likewise.
3300         * sysdeps/wordsize-64/inttypes.h: Likewise.
3301         * sysdeps/wordsize-32/inttypes.h: Likewise.
3302         * string/argz.h: Likewise.
3303         * io/sys/stat.h: Likewise.
3304
3305 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3306
3307         * Rules (stdio_lim): New variable.
3308         ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
3309         on Rules and config.make, use $(move-if-change) to avoid unnessary
3310         recompilations, and cleanup command.
3311         (common-generated): Add bits/stdio_lim.st.
3312
3313 1998-10-12  Ulrich Drepper  <drepper@cygnus.com>
3314
3315         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
3316         variable to prevent warnings from use of modern CPU instructions.
3317         Patch by Richard Henderson <rth@cygnus.com>.
3318
3319         * sysdeps/unix/opendir.c: Test whether NAME is directory before
3320         opening it.
3321
3322 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
3323
3324         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
3325         semicolon so that profiling works.
3326
3327 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
3328
3329         * sysdeps/generic/glob.c: #undef mempcpy before #define.
3330
3331         * sysdeps/unix/bsd/clock.c: Use prototype defns.
3332
3333 1998-10-11  Ulrich Drepper  <drepper@cygnus.com>
3334
3335         * Rules [posix in sysdirs]: Set L_tmpnam to 20.
3336         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
3337
3338         * string/bits/string2.h [!_STRING_ARCH_unaligned]
3339         (__mempcpy_small): Add parameter for 1 byte copy and use it.
3340         Reported by Geoff Keating <geoffk@ozemail.com.au>.
3341
3342 1998-10-09  Mark Kettenis  <kettenis@phys.uva.nl>
3343
3344         * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
3345         it is already defined in <bits/environments.h>.
3346
3347 1998-10-09  Ulrich Drepper  <drepper@cygnus.com>
3348
3349         * posix/ptestcases.h: Fix typo.
3350
3351 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3352
3353         * posix/regex.c (regcomp): Allocate and prepare a fastmap.
3354         (regexec): Allocate regs.start and regs.end as one block.
3355
3356 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3357
3358         * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
3359         enum decl.
3360
3361 1998-10-08  Philip Blundell  <pb@nexus.co.uk>
3362
3363         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
3364         sigcontext union to ...
3365         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
3366         file.
3367         * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
3368         version 2.0 kernels.
3369
3370 1998-10-08  Ulrich Drepper  <drepper@cygnus.com>
3371
3372         * malloc/mtrace.c (tr_reallochook): Produce better output for real
3373         reallocation case.
3374
3375         * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
3376         * argp/argp-xinl.c: Likewise.
3377
3378         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
3379         Ruffian entry back.
3380         Patch by Christian Gafton.
3381
3382 1998-10-08  Paul Eggert  <eggert@twinsun.com>
3383
3384         * time/mktime.c (__mktime_internal): When the requested time falls
3385         in a spring-forward gap of size DT, return a time that is DT away
3386         from the requested time, preferring a time whose tm_isdst differs
3387         from the requested value.  Bump the max number of probes from 4 to
3388         6 to account for the extra probes needed to discover a
3389         spring-forward gap in the worst case.
3390
3391 1998-10-07 17:05  Ulrich Drepper  <drepper@cygnus.com>
3392
3393         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
3394         of the weird alpha architectures.
3395         Patch by Cristian Gafton <gafton@redhat.com>.
3396
3397 1998-02-18 23:31  Richard Henderson  <rth@cygnus.com>
3398
3399         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
3400         RAWHIDE and TSUNAMI.  Patch from Jay.Estabrook@digital.com.
3401
3402 1998-10-07  Ulrich Drepper  <drepper@cygnus.com>
3403
3404         * elf/dl-open.c (_dl_global_scope_alloc): Make global.
3405         (dl_open_worker): Use realloc, not malloc to resize array.
3406         * elf/rtld.c (_dl_initial_searchlist): New variable.
3407         (_dl_main): Copy content of _dl_main_searchlist to
3408         _dl_initial_searchlist.
3409         * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
3410         _dl_global_scope_alloc.
3411         * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
3412         * elf/dl-close.c (_dl_close): When removing object with global
3413         scope remove allocated searchlist if no dynamically loaded object
3414         is on it anymore.
3415         * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
3416         (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
3417
3418         * malloc/mtrace.c (tr_where): Don't print space in location string,
3419         print it afterwards.  Print better symbol name information.
3420
3421 1998-10-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3422
3423         * manual/filesys.texi (Setting Permissions): Fix example for
3424         reading umask.
3425
3426 1998-10-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3427
3428         * elf/sprof.c (load_profdata): Fix typo in error message.
3429
3430 1998-10-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3431
3432         * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
3433         flag.
3434
3435 1998-10-04  Roland McGrath  <roland@baalperazim.frob.com>
3436
3437         * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
3438
3439 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
3440
3441         * version.h (VERSION): Bump to 2.0.97.
3442
3443 1998-10-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3444
3445         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
3446         in definitions of inline stat functions so that they match the
3447         declaration.
3448         * stdlib/stdlib.h: Likewise.
3449         * wcsmbs/wchar.h: Likewise.
3450         * libio/stdio.h: Likewise.
3451         * stdio/stdio.h: Likewise.
3452         * sysdeps/wordsize-64/inttypes.h: Likewise.
3453         * sysdeps/wordsize-32/inttypes.h: Likewise.
3454         * string/argz.h: Likewise.
3455         * argp/argp.h: Likewise.
3456
3457 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
3458
3459         * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
3460         netinet/in.h.
3461
3462 1998-10-05  Philip Blundell  <philb@gnu.org>
3463
3464         * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
3465         and constants.  Tidy up formatting a little.
3466
3467         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
3468         Move definitions to in.h.
3469
3470 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3471
3472         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
3473         SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
3474         Remove inclusion of <linux/swap.h>.
3475
3476 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
3477
3478         * io/sys/stat.h: Use __P in definitions of inline stat functions
3479         so that they match the declaration.
3480
3481 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3482
3483         * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
3484
3485 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3486
3487         * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
3488         linux 2.1 version.
3489
3490 1998-10-02  Philip Blundell  <pb@nexus.co.uk>
3491
3492         * sysdeps/arm/dl-machine.h: Fix typo in last change.
3493
3494         * sysdeps/arm/bits/huge_val.h: New file.
3495
3496 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3497
3498         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
3499
3500         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
3501         define.
3502
3503 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
3504
3505         * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
3506         store result of realloc instead of using BUF.
3507
3508 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3509
3510         * misc/sgtty.h (_SGTTY_H): Correct spelling.
3511         Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
3512
3513 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3514
3515         * manual/memory.texi (Obstacks): Document
3516         obstack_alloc_failed_handler usage.
3517
3518         * malloc/obstack.h: Enhance comment about
3519         obstack_alloc_failed_handler usage.
3520         * malloc/obstack.c: Likewise.
3521
3522 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
3523
3524         * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
3525         gcc before 2.8 is used.
3526
3527 1998-10-01  Philip Blundell  <pb@nexus.co.uk>
3528
3529         * sysdeps/arm/machine-gmon.h: Correct args to mcount().  Patch
3530         from Scott Bambrough.
3531
3532         * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
3533
3534         * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
3535         include the lock member.
3536
3537 1998-09-03  Philip Blundell  <pb@nexus.co.uk>
3538
3539         * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
3540
3541 1998-10-01  Ulrich Drepper  <drepper@cygnus.com>
3542
3543         * timezone/zic.c: Update from tzcode1998h.
3544         * timezone/europe: Update from tzdata1998i.
3545         * timezone/southamerica: Likewise.
3546
3547         * sys/types.h: Protect use of long long by __extension__.
3548         * stdlib/stdlib.h: Likewise.
3549         * string/string.h: Likewise.
3550         * sysdeps/i386/bits/byteswap.h: Likewise.
3551         * sysdeps/geeric/bits/byteswap.h: Likewise.
3552         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
3553         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3554         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3555         * sysdeps/wordsize-32/inttypes.h: Likewise.
3556         * sysdeps/wordsize-32/stdint.h: Likewise.
3557         * wcsmbs/wchar.h: Likewise.
3558
3559 1998-09-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3560
3561         * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
3562         expression.
3563         (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
3564         __strsep): Greatly reduce size of expansion by combining common
3565         expressions.
3566         (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
3567         inline function.
3568         (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
3569         by the above definitions.
3570
3571 1998-09-27  Geoff Keating  <geoffk@ozemail.com.au>
3572
3573         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
3574         correct struct ipc_perm definition.
3575
3576 1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3577
3578         * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
3579
3580 1998-09-29  Cristian Gafton  <gafton@redhat.com>
3581
3582         * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
3583         * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
3584         * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
3585         * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
3586         Add net/if_shaper.h.
3587
3588 1998-09-29  Ulrich Drepper  <drepper@cygnus.com>
3589
3590         * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
3591
3592         * nis/ypclnt.c: Remove not needed close calls.
3593
3594 1998-09-28 23:55  Ulrich Drepper  <drepper@cygnus.com>
3595
3596         * nis/ypclnt.c (__yp_bind): Pretty print.  Optimize readv result
3597         check a bit.  Also close socket of domain client.  Close socket
3598         in IPPORT_RESERVED error case.
3599
3600 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
3601
3602         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
3603         CMSG_ALIGN (fixes a bug) and correct test for availability of
3604         another entry.
3605         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
3606         Linux version.
3607         (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
3608         availability of another entry.
3609         Patch by ak@muc.de.
3610
3611         * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
3612         Patch by ak@muc.de.
3613
3614         * libio/libio.h [!__STDC__]: Define const only if not defined.
3615
3616 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3617
3618         * posix/annexc.c (xsystem): New function.  Use it instead of
3619         system.
3620
3621 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
3622
3623         * stdlib/longlong.h: Remove #endif for #if removed in last change.
3624
3625 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
3626
3627         * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
3628         Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
3629         allow using `ut' parameter.
3630         [!emacs]: Define ut_argument, ut_argument_spec, and
3631         ut_argument_spec_iso as empty.  Define ut to 0.  Add ut_argument and
3632         argument_spec to prototypes and definitions.
3633         (my_strftime): Don't call tzset of ut != 0.
3634         Compute diff as 0 is ut != 0;
3635         [emacs]: Define new emacs_strftime function.
3636         Based on a patch by Paul Eggert.
3637
3638 1998-09-24  Paul Eggert  <eggert@twinsun.com>
3639
3640         * time/strftime.c (my_strftime): When asking for the length of the
3641         subformatted buffer, do not limit the length to look for;
3642         otherwise, we have no reliable way to distinguish between the
3643         empty buffer and an error.
3644
3645 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
3646
3647         * math/Makefile (gmp-objs): Add mp_clz_tab.
3648
3649 1998-09-25  David S. Miller  <davem@pierdol.cobaltmicro.com>
3650
3651         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
3652         set them.
3653         * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
3654         cpus lacking hardware multiply and divide.
3655
3656 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3657
3658         * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
3659         $(<F), not $(^F).
3660
3661 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3662
3663         * db/btree/bt_delete.c: Fix -Wparentheses warning.
3664
3665 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3666
3667         * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
3668         $(do-install).
3669
3670 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
3671
3672         * debug/catchsegv.sh: Also produce output if clone process died.
3673
3674 1998-09-24  Paul Eggert  <eggert@twinsun.com>
3675
3676         * time/strftime.c (f_wkday): Remove duplicate definition.
3677         (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
3678         !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
3679         1998-09-11 fix to this case.
3680         (wkday_len, month_len): Remove these macros; they're no longer needed.
3681
3682 1998-09-24  Paul Eggert  <eggert@twinsun.com>
3683
3684         * time/strftime.c (my_strftime): Don't store past the end of a
3685         zero-sized buffer.
3686
3687 1998-09-24  Paul Eggert  <eggert@twinsun.com>
3688
3689         * time/strftime.c (underlying_strftime):
3690         Set the buffer to a nonzero value before calling
3691         strftime, and check to see whether strftime has set the buffer to zero.
3692         This lets us distinguish between an empty buffer and an error.
3693
3694 1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
3695
3696         * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
3697         This fix is propagated from tzcode1998g.tar.gz.
3698
3699 1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>
3700
3701         * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
3702         _sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
3703         sys_siglist.  This is handled correctly by the weak_alias macro.
3704
3705 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
3706
3707         * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
3708         of mempcpy.  Reported by Andreas Jaeger.
3709
3710         * misc/regexp.h (compile): Use alloca instead of __alloca.  It won't
3711         pollute the namespace since the compiler will resolve it inline.
3712         Reported by Florian La Roche <florian@suse.de>.
3713
3714 1998-09-24 10:29  Ulrich Drepper  <drepper@cygnus.com>
3715
3716         * timezone/private.h: Update from tzcode1998g.
3717
3718         * timezone/africa: Update from tzdata1998h.
3719         * timezone/asia: Likewise.
3720         * timezone/australasia: Likewise.
3721         * timezone/europe: Likewise.
3722         * timezone/northamerica: Likewise.
3723         * timezone/southamerica: Likewise.
3724         * timezone/zone.tab: Likewise.
3725
3726 1998-09-23 17:28 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3727
3728         * misc/sys/mman.h: New file.
3729
3730         * sysdeps/generic/bits/mman.h: New file.
3731         * sysdeps/unix/bsd/osf/bits/mman.h: New file.
3732         * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
3733         * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
3734         * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
3735
3736         * sysdeps/generic/sys/mman.h: Removed.
3737         * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
3738         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
3739         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
3740         * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
3741         * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
3742
3743         * include/sys/mman.h: Look directly for misc/sys/mman.h.
3744         * misc/Makefile (headers): Add bits/mman.h.
3745         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
3746         bits/mman.h.
3747
3748         * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
3749         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
3750         * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
3751         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
3752         * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
3753         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
3754         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
3755         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
3756
3757 1998-09-23 16:27 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3758
3759         * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
3760         * sysdeps/mach/alpha/thread_state.h: Likewise.
3761         * sysdeps/mach/i386/sysdep.h: Likewise.
3762         * sysdeps/mach/i386/thread_state.h: Likewise.
3763         * sysdeps/mach/mips/sysdep.h: Likewise.
3764         * sysdeps/mach/mips/thread_state.h: Likewise.
3765         * sysdeps/posix/profil.c: Likewise.
3766         * sysdeps/i386/i586/memcopy.h: Likewise.
3767         * sysdeps/mach/pagecopy.h: Likewise.
3768
3769 1998-09-23 15:25  Ulrich Drepper  <drepper@cygnus.com>
3770
3771         * libio/stdio.h: Define __need_getopt and include getopt.h to define
3772         getopt stuff.
3773         * posix/unistd.h: Likewise.
3774         * stdio/stdio.h: Likewise.
3775         * posix/getopt.h: Remove _GNU_SOURCE use.  If __need_getopt is defined
3776         define only getopt and the variables.
3777
3778 1998-09-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3779
3780         * scripts/test-installation.pl (installation_problem): Don't link
3781         the test program against libdb1.
3782
3783 1998-09-23 13:52  Ulrich Drepper  <drepper@cygnus.com>
3784
3785         * Makeconfig (all-subdirs): Add db.
3786         * Versions.def: Add definition for libdb1.
3787         * shlib-versions: Add definitions for libdb1.
3788         * db/Makefile (extra-libs): Replace by libdb1.
3789         (libdb-routines): Rename to libdb1-routines.
3790         (headers): Rename to db1-headers.
3791         (distribute): Add $(db1-headers).
3792         (install-others): Define to install symlink libdb.so.NN and the
3793         $(db1-headers).
3794         (CPPFLAGS): Add -DUSE_LIBDB1
3795         Remove rules to build makedb.
3796         * db/Versions: Rename libdb to libdb1.
3797         * include/db.h: If USE_LIBDB1 is defined include db/db.h.
3798         * db/makedb.c: Removed.
3799
3800         * scripts/versions.awk: Recognize digits in library names.
3801
3802         * db/btree/bt_open.c: Fix compiler warnings.
3803         * db/btree/bt_put.c: Likewise.
3804         * db/btree/bt_split.c: Likewise.
3805         * db/hash/hash.c: Likewise.
3806         * db/hash/hash_bigkey.c: Likewise.
3807         * db/recno/rec_close.c: Likewise.
3808
3809         * Makefile: Add localedata/% goal.
3810
3811 1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3812
3813         * posix/execvp.c: Don't give up searching the PATH if execve
3814         returns ENOTDIR.
3815
3816 1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>
3817
3818         * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
3819         if _dl_fpu_control_set is set.
3820         * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
3821         * elf/rtld.c: Don't define _dl_fpu_control_set.
3822         * elf/Versions: Remove _dl_fpu_control_set.
3823
3824 1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>
3825
3826         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
3827         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
3828         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
3829         Correct values of other SA_* macros according to kernel headers.
3830
3831 1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3832
3833         * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
3834         variable l.
3835         * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
3836         old.
3837
3838 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3839
3840         * elf/ldsodefs.h: Fix typo in comment.
3841
3842 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3843
3844         * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
3845         char when comparing buffer contents with putback character.
3846
3847 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3848
3849         * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
3850         Undo last change.
3851         * elf/Versions: Undo last change.  Export _dl_fpu_control and
3852         _dl_fpu_control_set.
3853         * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
3854         variables.  Include <fpu_control.h>.
3855         * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
3856         _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
3857         to indicate that is was seen.
3858         * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
3859         only if _dl_fpu_control was set and is equal to desired value.
3860         * math/Makefile (aux): Undo last change.
3861         * math/Versions: Export __fpu_control with version GLIBC_2.0.
3862
3863 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3864
3865         * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
3866         optimized.
3867
3868 1998-09-21 10:00  Ulrich Drepper  <drepper@cygnus.com>
3869
3870         * string/bits/string2.h: Add mempcpy optimization.
3871         * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
3872         * intl/localealias.c: Define mempcpy only if not already defined.
3873
3874         * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
3875         defined.
3876
3877 1998-09-20 10:48 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3878
3879         * csu/abi-note.S: Emit the note directly instead of defining
3880         a preprocessor macro that's only used once.  Don't include sysdep.h.
3881         * abi-tags: Generalize Solaris entry.
3882
3883 1998-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3884
3885         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
3886         Change to array to avoid runtime relocation.
3887         * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
3888
3889 1998-09-21 12:22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3890
3891         * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
3892         * math/Makefile ($(objpfx)libieee.a): Likewise.
3893
3894 1998-09-21  Ulrich Drepper  <drepper@cygnus.com>
3895
3896         * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
3897         Patch by John Tobey <jtobey@banta-im.com>.
3898
3899 1998-09-20  Ulrich Drepper  <drepper@cygnus.com>
3900
3901         * login/Makefile (distribute): Remove pty-internal.h, add
3902         pty-private.h.
3903
3904         * stdlib/tst-strtol.c: Add more checks.
3905         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
3906
3907 1998-09-20 09:37  Ulrich Drepper  <drepper@cygnus.com>
3908
3909         * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
3910         * elf/elf.h: Add AT_FPUCW.
3911         * elf/Makefile (dl-routines): Add fpu_control.
3912         (elide-routines.os): Add fpu_control.
3913         (rtld-routines): Add fpu_control.
3914         * math/Makefile (aux): Remove fpu_control.
3915         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
3916         (_dl_show_auxv): Likewise.
3917         * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
3918         if different from OS default.
3919
3920         * stdio-common/tstscanf.c: Add test case for (nil).
3921
3922 1998-09-18 17:41  Ulrich Drepper  <drepper@cygnus.com>
3923
3924         * libio/fileops.c (_IO_new_file_underflow): Before allocating
3925         buffer make sure the pushback buffer is destroyed.
3926         (_IO_new_file_seekoff): Likewise.
3927         If mode==0 quit early with the result.
3928         Clear OEF flag after successful fseek.
3929         * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
3930         * libio/ftello.c (ftello): Add offset from original buffer if
3931         stream has pushed back characters.
3932         * libio/ftello64.c (ftello64): Likewise.
3933         * libio/iofgetpos.c (_IO_fgetpos): Likewise.
3934         * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
3935         * libio/ioftell.c (_IO_ftell): Likewise.
3936         * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
3937         and _IO_save_ptr.
3938         (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
3939         (_IO_default_pbackfail): Only stored push back character in original
3940         buffer if it is the same as the one in the file at this position.
3941         * libio/iofclose.c: Free backup buffer if one is available.
3942         * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
3943         mode!=0.
3944
3945         * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
3946
3947         * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
3948
3949         * stdio-common/vfscanf.c: Fix reading (nil) for %p.
3950
3951 1998-09-18  Mark Kettenis  <kettenis@phys.uva.nl>
3952
3953         * login/programs/pt_chown.c (more_help): Correct message that
3954         describes the purpose of the program.
3955
3956         * login/openpty.c: Do not include pty-private.h.
3957         (pts_name): New function.  Return name of slave pseudo terminal in
3958         an allocated buffer if necessary.
3959         (openpty): Use pts_name to get name of the slave end of the pseudo
3960         terminal pair.
3961
3962         * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
3963         pts_name before return.
3964
3965 1998-09-18 11:15  Ulrich Drepper  <drepper@cygnus.com>
3966
3967         * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
3968
3969 1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3970
3971         * login/openpty.c: Include pty-private.h instead of
3972         pty-internal.h.
3973
3974 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
3975
3976         * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
3977
3978 1998-09-07  Philip Blundell  <pb@nexus.co.uk>
3979
3980         * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
3981         recent ld.so changes.
3982         (elf_machine_runtime_setup): Correct behaviour when profiling.
3983
3984 1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>
3985
3986         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
3987         Patch by John Tobey <jtobey@banta-im.com>.
3988
3989 1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>
3990
3991         * login/pty-internal.h: Removed.  Moved constants related to the
3992         `grantpt' helper program protocol to ...
3993         * login/pty-private.h: ... here.  New file.
3994         * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
3995         to make the function work with kernels >= 2.1.115.
3996         * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
3997         version if using the cloning device fails.
3998         * sysdeps/unix/sysv/linux/grantpt.c: New file.
3999         * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
4000         * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
4001         use by Linux specific code.
4002         * sysdeps/unix/bsd/unlockpt.c: General cleanup.
4003         * sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
4004         function.  (grantpt): Use pts_name, check group and permission
4005         mode in addition to owner.  Try to set the owner, group and
4006         permission mode first without invoking the helper program.
4007         * login/programs/pt_chown.c: Largely rewritten.  Add argp and
4008         internationalization support.  Use symbolic constants instead of
4009         hardwired numbers for permission mode.
4010         * sysdeps/unix/bsd/ptsname.c: New file.
4011
4012 1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>
4013
4014         * posix/wordexp-test.c: Undo last change.
4015
4016         * posix/wordexp.c: Undo last change.
4017
4018 1998-09-16  Ulrich Drepper  <drepper@cygnus.com>
4019
4020         * nscd/grpcache.c (save_grp): Partly undo last change.
4021
4022         * nscd/pwdcache.c (save_pwd): Undo last change.
4023
4024 1998-09-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4025
4026         * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
4027         function.  Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
4028
4029 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
4030
4031         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
4032         Add profiling support.
4033         (TRAMPOLINE_TEMPLATE): New macro.
4034         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
4035         (RTLD_START): Prettify, and set __libc_stack_end properly.
4036         (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
4037         and check for sym being NULL instead.
4038         * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
4039         of stack space.
4040         * sysdeps/sparc/sparc64/lshift.S: Likewise.
4041         * sysdeps/sparc/sparc64/mul_1.S: Likewise.
4042         * sysdeps/sparc/sparc64/rshift.S: Likewise.
4043         * sysdeps/sparc/sparc64/submul_1.S: Likewise.
4044         * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
4045         MEDANY code model %g4 usage.
4046         * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
4047         MEDANY code model %g4 usage.
4048         * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
4049         code model address formation.
4050         * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
4051         include elf/ldsodefs.h
4052         (DT_SPARC): Remove.
4053         (elf_machine_matches_host): It is now EM_SPARCV9.
4054         (elf_machine_dynamic): Clean up to remove ugly cast.
4055         (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
4056         new PLT formats.
4057         (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
4058         Prettify rest of function.
4059         [R_SPARC_COPY]: Check for sym being NULL.
4060         [R_SPARC_32]: Handle it.
4061         [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
4062         MEDMID code model.
4063         [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
4064         MEDANY code model.
4065         [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
4066         (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
4067         Add profiling support.
4068         (TRAMPOLINE_TEMPLATE): New macro.
4069         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
4070         (RTLD_START): Prettify and set __libc_stack_end.
4071         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
4072         Define.
4073         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
4074         (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
4075         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
4076         unused variable scratch.
4077         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
4078         (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
4079         Declare.
4080         (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
4081         stub to rt_sigaction syscalls.  Rewrite non-rt case to use correct
4082         old format kernel sigaction structures.
4083         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
4084         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
4085         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
4086         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
4087         ucontext include.
4088         (_JMPBUF_UNWINDS): Define.
4089         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
4090         statfs64 structure, which is exactly the same as the normal one.
4091         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
4092         of stack.  Use correct syscall trap number.  Add branch prediction
4093         settings to branch instructions.  Remove old MEDANY code model %g4
4094         referneces for non-PIC.
4095         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4096         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
4097         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
4098         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
4099         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4100         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
4101         __libc_longjmp and __libc_siglongjmp strong aliases.
4102         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
4103         Also define to __no__readdir64_decl around readdir.c inclusion.
4104         (__readdir64): Add strong alias.
4105         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
4106         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
4107         Set strong and weak names properly.
4108
4109 1998-09-16 11:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4110
4111         * manual/Makefile (AWK): Default to gawk if standalone.
4112
4113 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4114
4115         * Makefile (distribute): Undo last change.
4116         * Make-dist (+tsrc) [not subdir]: Also include indirection headers
4117         for sysdep headers.
4118         (+subdir-headers): Removed, unused.
4119
4120 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4121
4122         * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
4123         $(do-install).
4124
4125 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4126
4127         * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
4128         absolute name in $(config-sysdirs), can never happen.
4129         ($(+sysdir_pfx)sysd-rules): Likewise.
4130         * Makeconfig (full-config-sysdirs): Likewise.
4131         (all-Subdirs-files): Prepend $(..).
4132
4133         * configure.in: Don't check for absolute name in $add_ons_pfx, can
4134         not happen.  Let --enable-add-ons=yes work if no add-ons actually
4135         exist.
4136
4137 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4138
4139         * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
4140         continuations in command.
4141
4142 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4143
4144         * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
4145
4146 1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>
4147
4148         * posix/wordexp-test.c: If expansion or substitution occurs
4149         anywhere in a word, the entire word is subject to field-splitting.
4150
4151         * posix/wordexp.c (parse_glob): Look for end of word instead of
4152         end of field when deciding what to glob.
4153         (field_split_word): New function, now the only place where
4154         field-splitting is performed.
4155         (parse_dollars): New parameter - tell the caller if
4156         field-splitting should be performed on this word.
4157
4158         * posix/wordexp-test.c (testit): Only call wordfree if wordexp
4159         succeeded (or failed with WRDE_NOSPACE).
4160
4161 1998-09-15 19:53 1998  Tim Waugh  <tim@cyberelk.demon.co.uk>
4162
4163         * posix/wordexp.c (wordexp): Don't convert IFS characters to
4164         blanks.
4165
4166         * posix/wordexp-test.c: Words not the result of expansion or
4167         substitution should remain unchanged.
4168
4169 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
4170
4171         * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
4172         (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
4173
4174 1998-09-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4175
4176         * stdio-common/Makefile: Include Makeconfig so that
4177         $(inst_includedir) is defined.
4178
4179 1998-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4180
4181         * io/pwd.c: Include <mcheck.h>.
4182
4183 1998-09-15 08:00  Ulrich Drepper  <drepper@cygnus.com>
4184
4185         * nscd/pwdcache.c (save_pwd): Correct copying.
4186         * nscd/grpcache.c (save_grp): Likewise.
4187
4188 1998-09-14 23:36  Ulrich Drepper  <drepper@cygnus.com>
4189
4190         * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
4191         (free_pwd): Adjust for this change.
4192         * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
4193         (free_grp): Adjust for this change.
4194
4195 1998-09-14  Ulrich Drepper  <drepper@cygnus.com>
4196
4197         * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
4198
4199 1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
4200
4201         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
4202         (install-others): Add bits/stdio_lim.h.
4203         Add rule to install bits/stdio_lim.h.
4204
4205         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
4206
4207         * Makefile (distribute): Add include/sys/mman.h.
4208
4209         * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
4210         * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
4211         * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
4212
4213         * grp/initgroups.c: Include stdlib.h.
4214         Patch by Zack Weinberg.
4215
4216 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
4217
4218         * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
4219         for field-splitting :abc: is correct, and that two fields should
4220         result. Revert tests to reflect this.
4221
4222         * posix/wordexp.c (w_emptyword): Remove function.
4223         (exec_comm): Don't use w_emptyword.
4224         (parse_param): Likewise.
4225
4226 1998-09-14 15:00  Ulrich Drepper  <drepper@cygnus.com>
4227
4228         * sysdeps/arm/fpu/Dist: Moved to...
4229         * sysdeps/arm/Dist: ...here.
4230         * sysdeps/posix/Dist: Removed.
4231         * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
4232         * sysdeps/unix/sysv/linux/i386/Dist: ...here.
4233
4234 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
4235
4236         * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
4237
4238 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
4239
4240         * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
4241
4242 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4243
4244         * libc-work/nis/nss_nisplus/nisplus-service.c
4245         (_nss_nisplus_parse_servent): Convert port in network byte order.
4246
4247 1998-09-14 07:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4248
4249         * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
4250         to provide only malloc and calloc.
4251         * include/stdlib.h: Support the above.
4252         * string/bits/string2.h: Use __need_malloc_and_calloc when
4253         including stdlib.h.
4254         (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
4255
4256         * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
4257         * iconvdata/iso646.c: Include <stdlib.h>.
4258
4259 1998-09-14 07:51 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4260
4261         * sunrpc/rpc_cout.c: Add braces around ambiguous else.
4262         * sysdeps/libm-ieee754/w_pow.c: Likewise.
4263         * sysdeps/libm-ieee754/w_powf.c: Likewise.
4264         * sysdeps/libm-ieee754/w_powl.c: Likewise.
4265
4266 1998-09-14 07:57 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4267
4268         * stdio-common/stdio_lim.h.in: New file.  All parameters
4269         are adjustable at build time.
4270         * Rules: Add a rule to build bits/stdio_lim.h from
4271         stdio-common/stdio_lim.h.in.  (It has to be in Rules so that
4272         all subdirectories know how to make the file.  It can't be
4273         in Makerules because then it gets built at top level and the
4274         dependencies are wrong.)
4275
4276         * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
4277         * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
4278         stdio_lim.h.
4279         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
4280         * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
4281         * sysdeps/posix/Makefile: Removed.
4282         * sysdeps/posix/mk-stdiolim.c: Removed.
4283         * sysdeps/generic/bits/stdio_lim.h: Removed.
4284
4285 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4286
4287         * argp/argp-help.c: Fixup indentation.
4288         * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
4289         * resolv/nss_dns/dns-network.c: Likewise.
4290         * resolv/res_send.c: Likewise.
4291         * rt/aio_cancel.c: Likewise.
4292         * rt/aio_misc.c: Likewise.
4293
4294 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4295
4296         * Makefile (install-symbolic-link): Remove the link list file at last.
4297         * Makerules (install-clean-symbolic-link-list): Removed.
4298
4299 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4300
4301         * timezone/tst-timezone.c: Print time in UTC to get consistent
4302         output.
4303
4304 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4305
4306         * elf/rtld.c (_dl_rpath): Removed.
4307         * elf/dl-support.c (_dl_path): Removed.
4308         * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
4309         (CFLAGS-dl-support.c): Removed.
4310
4311         * elf/dl-load.c (env_path_list): Renamed from fake_path_list.  All
4312         uses changed.
4313         (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
4314         instead of appending it to the main map's rpath info.
4315         (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
4316         DT_RPATHs.  This makes it effective again.
4317         (decompose_rpath): Remove second parameter, callers changed.
4318         (fillin_rpath): Allocate enough space in curwd.
4319         (expand_dynamic_string_token): Cope with get_origin returning -1.
4320
4321 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4322
4323         * libc-work/nis/nss_compat/compat-pwd.c: Add support for
4324         passwd.adjunct.
4325
4326         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
4327         invalid password.
4328
4329 1998-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>
4330
4331         * locale/programs/locale.c: Update dates.
4332
4333 1998-09-13  Mark Kettenis  <kettenis@phys.uva.nl>
4334
4335         * sysdeps/generic/bits/types.h: Include <features.h>.  Make sure
4336         size_t is defined.  Some reordering of definitions to make
4337         maintaining this file in parallel with the linux-specific file easier.
4338
4339 1998-09-13  Ulrich Drepper  <drepper@cygnus.com>
4340
4341         * io/pwd.c (main): Add call to mtrace.
4342
4343         * malloc/mtrace.pl: Quote @ in string.
4344
4345 1998-09-13 19:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
4346
4347         * posix/wordexp.c (parse_arith): Fix memory leaks.
4348         (exec_comm): Likewise.
4349         (parse_param): Likewise.
4350         (wordexp): Likewise.
4351         (exec_comm): Reduce number of function return points.
4352         (parse_param): Likewise.
4353         (wordexp): Likewise.
4354
4355 1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>
4356
4357         * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
4358         yield three fields, not two.  Test both parameter expansion and
4359         command substitution for correct field-splitting behaviour.
4360
4361         * posix/wordexp.c (w_emptyword): New function.
4362         (parse_param): Use it.
4363         (exec_comm): Likewise, for consistency with the way parse_param
4364         splits fields.
4365         (parse_param): Fix some memory leaks.
4366
4367 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
4368
4369         * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
4370         Don't mark asm `volatile'.
4371         (__elf_machine_runtime_setup): Clear the last partial block in the PLT
4372         from the data cache too.  Assume it isn't in the instruction cache yet.
4373         (__elf_machine_fixup_plt): Clear the modified address from the caches.
4374
4375 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
4376
4377         * sysdeps/generic/segfault.c (install_handler): Install signal
4378         handler with SA_ONSTACK instead of setting the stack flags to
4379         SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
4380         defined.
4381
4382 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4383
4384         * signal/signal.h: Fix multiple inclusion guard to cover the
4385         entire file.
4386         * wcsmbs/wchar.h: Remove prototype of internal function
4387         __mbsrtowcs.
4388         * sysdeps/i386/i486/bits/string.h (memchr): Don't do
4389         arithmetic on `void *'.
4390
4391 1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
4392
4393         * posix/wordexp-test.c: Fix wrong tests.  Add new tests.
4394
4395         * posix/wordexp.c (wordexp): Perform word-splitting instead of
4396         field-splitting here.
4397         (wordexp): If out of memory mid-word, free the word (but still
4398         leave pwordexp alone for caller to see).
4399         (parse_param): Allow for zero-length fields (smarter checking of
4400         memory allocation failure).
4401         (w_addword): Convert NULL words to "".
4402         (wordexp): Convert left-over IFS characters to blanks (like bash).
4403
4404 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
4405
4406         * configure.in: Use test -f instead of test -e.
4407         Patch by John Tobey <jtobey@banta-im.com>.
4408
4409         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
4410         * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
4411         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
4412         * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
4413         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
4414         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
4415         * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
4416         Patches by John Tobey <jtobey@banta-im.com>.
4417
4418         * time/strftime.c (my_strftime): Delay use of *tp values until
4419         latest possible point to allow partly initialized structures
4420         (e.g., from strptime).
4421
4422         * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
4423         and NATS-SEFI.
4424         Define *-routines variables for new modules.
4425         (distribute): Add .c files for new modules.
4426         (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
4427         and nats-sefi.h.
4428         Add rules for header generation.
4429         * iconvdata/gconv-modules: Add entries for new modules.
4430         * iconvdata/iso_10367-box.c: New file.
4431         * iconvdata/mac-is.c: New file.
4432         * iconvdata/nats-dano.c: New file.
4433         * iconvdata/nats-sefi.c: New file.
4434
4435 1998-04-30 18:20  H.J. Lu  <hjl@gnu.org>
4436
4437         * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
4438         loader if PIC is not defined.
4439
4440 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
4441
4442         * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
4443         ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
4444         INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
4445         and ISO_5428.
4446         Define *-routines variables for new modules.
4447         (distribute): Add .c files for new modules.
4448         (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
4449         ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
4450         greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
4451         iso_5427.h, iso_5427-ext.h, and iso_5428.h.
4452         Add rules for header generation.
4453         * iconvdata/gconv-modules: Add entries for new modules.
4454         * iconvdata/csn_369103.c: New file.
4455         * iconvdata/cwi.c: New file.
4456         * iconvdata/dec-mcs.c: New file.
4457         * iconvdata/ecma-cyrillic.c: New file.
4458         * iconvdata/gost_19768-74.c: New file.
4459         * iconvdata/greek-ccitt.c: New file.
4460         * iconvdata/greek7-old.c: New file.
4461         * iconvdata/greek7.c: New file.
4462         * iconvdata/inis-8.c: New file.
4463         * iconvdata/inis-cyrillic.c: New file.
4464         * iconvdata/inis.c: New file.
4465         * iconvdata/iso6937-2.c: New file.
4466         * iconvdata/iso_2033.c: New file.
4467         * iconvdata/iso_5427-ext.c: New file.
4468         * iconvdata/iso_5427.c: New file.
4469         * iconvdata/iso_5428.c: New file.
4470
4471         * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
4472         entries.
4473         Convert U02dd correctly.
4474
4475 1998-09-11 20:46  Richard Henderson  <rth@cygnus.com>
4476
4477         * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
4478         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
4479         * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
4480         * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
4481
4482 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
4483
4484         * resolv/res_init.c (res_init): Handle resolv.conf file with only
4485         one nameserver correctly.  Patch by HJ Lu.
4486
4487         * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
4488         and ANSI_X3.110.
4489         Define *-routines variables for new modules.
4490         (distribute): Add .c files for new modules.
4491         (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
4492         Add rules for hedaer generation.
4493         * iconvdata/gconv-modules: Add entries for new modules.  Pretty print.
4494         * iconvdata/ansi_x3.110.c: New file.
4495         * iconvdata/asmo_449.c: New file.
4496         * iconvdata/baltic.c: New file.
4497         * iconvdata/iec_p27-1.c: New file.
4498
4499         * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
4500         entries.
4501         Convert U02dc correctly.
4502
4503         * math/atest-exp.c: Add parentheses to avoid gcc warnings.
4504         * math/atest-exp2.c: Likewise.
4505         * math/atest-sincos.c: Likewise.
4506
4507         * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
4508         is defined.
4509
4510 1998-09-11 10:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4511
4512         * string/strcoll.c: Optimize a few expressions.
4513         * string/strxfrm.c: Likewise.
4514
4515 1998-09-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4516
4517         * manual/locale.texi: Fix typos.
4518
4519 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
4520
4521         * stdlib/random_r.c (__setstate_r): Allow call with same state
4522         array as currently used (PR libc/774).
4523
4524         * include/limits.h: Include gcc's header even if this file is
4525         found more than once before it (PR libc/778)
4526
4527         * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
4528         (sysdep_headers): Remove sys/debugreg.h.
4529         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
4530         (sysdep_headers): Add sys/debugreg.h.
4531         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
4532         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
4533
4534         * stdio-common/tmpnam.c: Move local static variable buf to
4535         toplevel and rename to tmpnam_buffer to ease debugging.
4536         Patch by Joe Keane <jgk@jgk.org>.
4537         Optimize s == NULL case a bit.
4538
4539         * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
4540         correction.
4541
4542 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
4543
4544         * resolv/res_init.c (res_init): Initialize _res.nscount and
4545         _res.nsaddr.sin_port differently for the can when no loopback
4546         is available to allow immediate timeout in non-networking environments.
4547         Patch by Cristian Gafton <gafton@redhat.com>.
4548
4549 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4550
4551         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
4552         BAR and not EM DASH.
4553         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
4554         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
4555         Fixes PR libc/717.
4556
4557 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
4558
4559         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
4560         for test.
4561         * timezone/tst-timezone.c (tests): Fix typo in last patch.
4562
4563         * time/tzfile.c (__tzfile_read): Handle case when there are no
4564         transitions.  Set __timezone based on computed offset.
4565         * time/tzset.c (tzset_internal): Set __timezone before returning.
4566
4567         * time/tzset.c (tzset_internal): Optimize handling of local string
4568         copy.
4569
4570 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4571
4572         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
4573         libc/776).
4574
4575 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
4576
4577         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
4578         (csqrt_test): Likewise.
4579         * sysdeps/powerpc/bits/fenv.h: Add parens.
4580
4581 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
4582
4583         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
4584         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
4585         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
4586
4587 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
4588
4589         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
4590         the special `-1' pointer.
4591
4592 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
4593
4594         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
4595         inline.
4596
4597 1998-09-07  Paul Eggert  <eggert@twinsun.com>
4598
4599         * time/mktime.c (__EXTENSIONS__): Define if not defined.
4600         (_REENTRANT): Remove.  It has undesirable consequences in
4601         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
4602         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
4603         is what we want.
4604         * time/strftime.c: Likewise.
4605
4606 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4607
4608         * elf/dl-error.c: Fix spelling.
4609
4610 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4611
4612         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
4613         * stdio-common/_itoa.c: Likewise.
4614         * stdio-common/printf_fp.c: Likewise.
4615         * stdio-common/vfscanf.c: Likewise.
4616         * wcsmbs/wcstok.c: Likewise.
4617         * sysdeps/generic/glob.c: Likewise.
4618         * posix/getopt.c: Likewise.
4619         * sysdeps/posix/getaddrinfo.c: Likewise.
4620         * posix/wordexp.c: Likewise.
4621         * io/ftw.c: Likewise.
4622         * io/fts.c: Likewise.
4623         * misc/getpass.c: Likewise.
4624         * iconv/gconv_conf.c: Likewise.
4625         * argp/argp-fmtstream.c: Likewise.
4626         * argp/argp-help.c: Likewise.
4627         * elf/dl-load.c: Likewise.
4628         * locale/programs/stringtrans.c: Likewise.
4629         * catgets/gencat.c: Likewise.
4630         * posix/getconf.c: Likewise.
4631         * iconv/gconv_conf.c: Likewise.
4632         * iconv/iconv_prog.c: Likewise.
4633
4634         * string/strcoll.c: Optimize a few expressions.
4635         * string/strxfrm.c: Likewise.
4636
4637 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4638
4639         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
4640         level to avoid uninit variable warning.
4641
4642 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4643
4644         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
4645         instead of _dl_default_scope[2] as argument to _dl_init_next.
4646
4647         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
4648         C9x macro.
4649
4650 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
4651
4652         Fix compatibility problems introduced in last change.
4653         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
4654         defined.
4655         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
4656         -DWEAK_GMON_START to CFLAGS-initfini.s.
4657
4658         * elf/dl-object.c (_dl_new_object): Store map address in
4659         _dl_loaded if _dl_loaded is NULL.
4660         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
4661
4662         * sysdeps/generic/setrlimit64.c: Remove stub warning.
4663
4664 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
4665
4666         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
4667         quiet.
4668         * db2/btree/bt_cursor.c: Likewise.
4669         * db2/common/db_region.db_c: Likewise.
4670         * db2/common/db_salloc.db_c: Likewise.
4671         * db2/db/db.c: Likewise.
4672         * db2/db/db_rec.c: Likewise.
4673         * db2/hash/hash.c: Likewise.
4674         * db2/hash/hash_page.c: Likewise.
4675         * db2/hash/hash_rec.c: Likewise.
4676         * db2/log/log_findckp.c: Likewise.
4677         * db2/log/log_get.c: Likewise.
4678         * db2/log/log_put.c: Likewise.
4679         * db2/mp/mp_fget.c: Likewise.
4680         * db2/mp/mp_fput.c: Likewise.
4681         * db2/mp/mp_region.c: Likewise.
4682         * stdlib/strtol.c: Likewise.
4683         * string/strcoll.c: Likewise.
4684         * string/strxfrm.c: Likewise.
4685         * argp/argp-help.c: Likewise.
4686         * argp/argp-parse.c: Likewise.
4687         * resolv/res_debug.c: Likewise.
4688
4689 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
4690
4691         * math/tgmath.h (scalb): Only define for __USE_MISC or
4692         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
4693
4694 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4695
4696         * libio/stdio.h: Fix comment.
4697
4698         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
4699         __USE_ISOC9X.
4700
4701 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4702
4703         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
4704
4705         * elf/dl-open.c: Quiet -Wparentheses warnings.
4706         * iconvdata/johab.c: Likewise.
4707         * iconvdata/uhc.c: Likewise.
4708         * inet/inet_net.c: Likewise.
4709         * io/fts.c: Likewise.
4710         * locale/newlocale.c: Likewise.
4711         * misc/getttyent.c: Likewise.
4712         * misc/mntent_r.c: Likewise.
4713         * misc/ttyslot.c: Likewise.
4714         * nscd/nscd_conf.c: Likewise.
4715         * nss/nsswitch.c: Likewise.
4716         * resolv/gethnamaddr.c: Likewise.
4717         * resolv/nsap_addr.c: Likewise.
4718         * resolv/res_debug.c: Likewise.
4719         * stdio-common/_itoa.c: Likewise.
4720         * stdlib/strtod.c: Likewise.
4721         * string/strverscmp.c: Likewise.
4722         * sunrpc/svc.c: Likewise.
4723         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
4724         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
4725         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
4726         * sysdeps/posix/getaddrinfo.c: Likewise.
4727
4728 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
4729
4730         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
4731         for use of global scope.
4732         * elf/dlvsym.c (dlvsym_doit): Likewise.
4733
4734 1998-09-02  Paul Eggert  <eggert@twinsun.com>
4735
4736         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
4737         copy the redundant bytes at the end of the format as-is; don't
4738         just copy their first byte and then rescan, as that might get
4739         us an encoding error.
4740         Account correctly for the length of multibyte sequences in the
4741         format.
4742
4743 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
4744
4745         * posix/wordexp-test.c: Add tests for different IFS values.
4746         Change unquoted-newline test so that newline is not in IFS.
4747
4748         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
4749         determining IFS characters.  Return WRDE_BADCHAR for unquoted
4750         special characters _except_ if they are separators.
4751
4752 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
4753
4754         * include/tgmath.h: New file.
4755
4756         * libio/stdio.h: Correct reversed #ifs.
4757         Patch by Zack Weinberg.
4758
4759         * manual/creature.texi: Better explain reason for feature select
4760         macros.
4761         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
4762
4763 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4764
4765         * include/alloca.h: Add multiple-inclusion guard.
4766         * include/db.h: Likewise.
4767         * include/db_185.h: Likewise.
4768         * include/dlfcn.h: Likewise.
4769         * include/fcntl.h: Likewise.
4770         * include/grp.h: Likewise.
4771         * include/libintl.h: Likewise.
4772         * include/mntent.h: Likewise.
4773         * include/pwd.h: Likewise.
4774         * include/sched.h: Likewise.
4775         * include/search.h: Likewise.
4776         * include/setjmp.h: Likewise.
4777         * include/shadow.h: Likewise.
4778         * include/signal.h: Likewise.
4779         * include/stdio.h: Likewise.
4780         * include/stdlib.h: Likewise.
4781         * include/string.h: Likewise.
4782         * include/termios.h: Likewise.
4783         * include/time.h: Likewise.
4784         * include/ulimit.h: Likewise.
4785         * include/utmp.h: Likewise.
4786         * include/wchar.h: Likewise.
4787         * include/sys/file.h: Likewise.
4788         * include/sys/gmon.h: Likewise.
4789         * include/sys/ioctl.h: Likewise.
4790         * include/sys/mman.h: Likewise.
4791         * include/sys/resource.h: Likewise.
4792         * include/sys/select.h: Likewise.
4793         * include/sys/socket.h: Likewise.
4794         * include/sys/statfs.h: Likewise.
4795         * include/sys/time.h: Likewise.
4796         * include/sys/times.h: Likewise.
4797         * include/sys/wait.h: Likewise.
4798
4799 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
4800
4801         * version.h (VERSION): Bump to 2.0.96.
4802
4803         Rewrite runtime linker to be truly thread-safe.  There is now no
4804         global variable specifying the scope.  We create all needed
4805         scopes at the time the link maps are created.
4806         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
4807         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
4808         l_symbolic_searchlist, l_scope, and l_local_scope elements in
4809         struct link_map.
4810         * elf/dl-close.c: Rewritten accordingly.
4811         * elf/dl-deps.c: Likewise.
4812         * elf/dl-error.c: Likewise.
4813         * elf/dl-init.c: Likewise.
4814         * elf/dl-load.c: Likewise.
4815         * elf/dl-lookup.c: Likewise.
4816         * elf/dl-object.c: Likewise.
4817         * elf/dl-open.c: Likewise.
4818         * elf/dl-reloc.c: Likewise.
4819         * elf/dl-runtime.c: Likewise.
4820         * elf/dl-support.c: Likewise.
4821         * elf/dl-symbol.c: Likewise.
4822         * elf/dl-version.c: Likewise.
4823         * elf/dlsym.c: Likewise.
4824         * elf/dlvsym.c: Likewise.
4825         * elf/ldsodefs.h: Likewise.
4826         * elf/rtld.c: Likewise.
4827         * iconv/gconv_dl.c: Likewise.
4828         * nss/nsswitch.c: Likewise.
4829         * sysdeps/i386/dl-machine.h: Likewise.
4830         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
4831
4832         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
4833         Define RTLD_DEFAULT.
4834
4835 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
4836
4837         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
4838         __getopt_clean_environment with __environ instead of envp.
4839
4840 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
4841
4842         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
4843
4844         * string/argz-extract.c (__argz_extract): Add de-consting cast for
4845         setting results.
4846
4847         * string/argz.h (argz_next): Add de-consting cast for return.
4848         * string/argz-next.c (__argz_next): Likewise.
4849
4850         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
4851         Don't add netinet/udp.h, netinet/ip_icmp.h here.
4852         * sysdeps/gnu/Makefile: Do it here instead.
4853         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
4854         * sysdeps/gnu/Dist: ... to here.
4855
4856         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
4857         sysdeps/unix/sysv/linux/netinet/tcp.h,
4858         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
4859
4860 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
4861
4862         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
4863         * string/argz-next.c, string/argz-extract.c: Fix defns.
4864
4865 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
4866
4867         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
4868
4869         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
4870         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
4871         * sysdeps/generic/sysd-stdio.c: Likewise.
4872
4873 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
4874
4875         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
4876         (_dl_map_object_from_fd): Make NAME argument const.
4877         Remove last parameter in _dl_new_object call.
4878         (print_search_path): Correct construction of composed path name.
4879         (_dl_map_object): Prevent looking at RPATH of the main map twice.
4880         Remove last parameter in _dl_new_object call.
4881         * elf/dl-object.c: Remove last parameter.  Determine whether create
4882         origin entry based on empty realname.  Handle file in root directory
4883         correctly.
4884         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
4885         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
4886         Remove last parameter in _dl_new_object call.
4887         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
4888         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
4889
4890 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
4891
4892         * elf/dl-close.c (_dl_close): Add more comments and correct some.
4893         Free l_searchlist and l_dupsearchlist.
4894
4895         * debug/catchsegv.sh: Add one more pair of quotes.
4896
4897 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
4898
4899         * elf/dl-load.c (add_name_to_object): Change return type to void and
4900         make NAME parameter const.  Allocate room for NAME in same memory
4901         block used for l_libname entry.
4902         (_dl_map_object_from_fd): Don't free NAME on failure.
4903         (map_segment): Pass SONAME to add_name_to_object, not a copy.
4904         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
4905         _dl_map_object_from_fd.
4906         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
4907         memory block used for l_libname entry.
4908         * elf/dl-close.c: Adjust free()ing for this change.
4909
4910 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
4911
4912         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
4913
4914         * malloc/mtrace.c: Add bug report address.  Update email address.
4915         Add more @XXX@ to print correct address size.
4916
4917         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
4918         really initialized.
4919
4920         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
4921         for munmap call instead of examining phdr again.
4922         Free all malloc()ed strings and arrays.
4923
4924 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
4925
4926         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
4927         dl-machine.h.
4928         * sysdeps/powerpc/dl-machine.c: New file.
4929         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
4930         files.  Revise ELF_PREFERRED_ADDRESS to take account of
4931         the new mapping information (fixes bug involving huge bloated
4932         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
4933         * sysdeps/powerpc/dl-start.S: New file.
4934
4935         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
4936         l_map_end.
4937         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
4938         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
4939         others.  Call elf_dynamic_do_##reloc only once (to save even more
4940         space).
4941         * elf/link.h: Add new members l_map_start and l_map_end to keep
4942         track of the memory map.
4943         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
4944         the executable.
4945
4946 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
4947
4948         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
4949         Reported by Andreas Jaeger.
4950
4951         * posix/glob.h: Use __size_t instead of size_t in definitions and
4952         make sure this is defined.
4953
4954 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
4955
4956         * manual/locale.texi: Almost complete rewrite.  Document more functions
4957         and functionality.
4958         * manual/arith.texi: Correct reference.
4959         * manual/string.texi: Pretty printing.
4960
4961         * manual/texinfo.tex: Update from last available version.
4962
4963 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
4964
4965         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
4966         invalid password.
4967         (_nss_nis_getpwuid_r): Likewise.
4968         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
4969
4970         * inet/rcmd.c: Implement netgroup support.
4971         Patch by Dick Streefland <dick_streefland@tasking.com>.
4972
4973 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
4974
4975         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
4976         object on the list is removed.  Don't use this code for PIC.
4977         Reported by HJ Lu [PR libc/770].
4978
4979 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
4980
4981         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
4982
4983         * include/stdio.h: Add __vsscanf.
4984
4985         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
4986         __USE_ISOC9X.
4987         Remove __vsscanf declaration.
4988         Always declare fgetpos and fsetpos.
4989
4990         * math/math.h: Define isinf as macro.
4991         * math/bits/mathcalls.h: Change to declare __isinf all the time.
4992         Don't declare scalb for ISO C 9x.
4993
4994         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
4995
4996         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
4997
4998         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
4999         sys/ucontext.h.
5000
5001         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
5002         macros.
5003
5004 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5005
5006         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
5007         Reported by jreising@frequentis.com [PR libc/767].
5008
5009 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5010
5011         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
5012         fl.l_start at beginning of function.
5013         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
5014
5015 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
5016
5017         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
5018         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
5019
5020         * nscd/nscd.init: Make it work in RedHat systems.
5021         Patch by Christian Gafton.
5022
5023 1998-08-29  Philip Blundell  <philb@gnu.org>
5024
5025         * catgets/Makefile: Don't try to run test programs when
5026         cross-compiling.
5027
5028 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
5029
5030         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
5031         Reported by Zack Weinberg.
5032
5033 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5034
5035         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
5036         * elf/Makefile (distribute): Remove ldd.sh.in.
5037
5038 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5039
5040         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
5041         variable.
5042
5043 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
5044
5045         * sysdeps/i386/register-dump.h: Move to ...
5046         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
5047
5048 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
5049
5050         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
5051         with load address, not map address.
5052         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
5053         parameter and use this value.
5054         * sysdeps/arm/dl-machine.h: Likewise.
5055         * sysdeps/i386/dl-machine.h: Likewise.
5056         * sysdeps/m68k/dl-machine.h: Likewise.
5057         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
5058         parameter.
5059         * sysdeps/powerpc/dl-machine.h: Likewise
5060         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
5061         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
5062
5063 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
5064
5065         * elf/rtld.c (process_envvars): Fix copy&paste error.
5066
5067         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
5068         memalign hook.
5069         (realloc_hook_ini): Don't overwrite memalign hook.
5070         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
5071         Reported by Philippe Troin <phil@fifi.org>.
5072
5073         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
5074         Patch by Philippe Troin <phil@fifi.org>.
5075
5076 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5077
5078         * sysdeps/generic/segfault.c (install_handler): Protect the
5079         non-POSIX signals with #ifdef.
5080         (catch_segfault): Add missing mode parameter for open.
5081         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
5082         other termination signals.
5083
5084 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5085
5086         * debug/Makefile (distribute): Add register-dump.h.
5087
5088 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5089
5090         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
5091
5092 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
5093
5094         * elf/Makefile (distribute): Add dl-origin.h.
5095         * sysdeps/generic/dl-origin.h: New file.
5096         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
5097         * elf/link.h (struct link_map): Add l_origin field.
5098         * elf/dl-load.c (expand_dynamic_string_token): New function.
5099         (decompose_path): Remove WHERE argument, take link map pointer instead.
5100         Call expand_dynamic_string_token instead of local_strdup to make copy
5101         of rpath.
5102         (_dl_init_paths): Call decompose_path with correct argument.
5103         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
5104         not defined.
5105         Check EI_OSABI and EI_ABIVERSION fields in header.
5106         Call _dl_new_object with extra argument.
5107         (_dl_map_object): Call decompose_path with correct argument.
5108         Call expand_dynamic_string_token instead of local_strdup to also
5109         expand DST.
5110         Call _dl_new_object with extra argument.
5111         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
5112         but the main one if new argument is nonzero.
5113         * elf/ldsodefs.h: Adjust for _dl_new_object change.
5114         * elf/dl-support.c: Define _dl_origin_path.
5115         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
5116         (dl_main): Call _dl_new_object with extra argument.
5117
5118         * elf/dl-close (_dl_close): Free l_name and l_origin.
5119
5120         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
5121         modifier in asm, not c.
5122
5123         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
5124         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
5125
5126 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
5127
5128         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
5129         variable so that map can be freed.
5130         Reported by Philippe Troin <phil@fifi.org>.
5131
5132         * elf/dl-open.c (dl_open_worker): Correct test for extending global
5133         scope array.
5134         Patch by Philippe Troin <phil@fifi.org>.
5135
5136 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
5137
5138         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
5139         Don't call writev() with a 100-element vector.
5140         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
5141         return address.
5142
5143         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
5144         In particular, set __libc_stack_end.
5145         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
5146         undefined.  Fix copyright notice.
5147
5148 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5149
5150         * math/Makefile (gmp-objs): New variable.
5151         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
5152         Depend on it.
5153         (tests): Add atest-exp atest-sincos atest-exp2.
5154         (tests-static): Remove atest-exp atest-sincos atest-exp2.
5155
5156 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
5157
5158         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
5159         to toplevel.
5160         (_dl_unload_cache): New function.
5161         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
5162         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
5163         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
5164
5165         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
5166         Correct comment for O_LARGEFILE.
5167         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
5168         Change O_LARGEFILE to correct value.
5169
5170 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
5171
5172         * libio/iogetline.c (_IO_getline_info): Don't read anything for
5173         N == 0.  Patch by HJ Lu.
5174
5175 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
5176
5177         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
5178
5179 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5180
5181         * argp/argp.h: Use __inline__ not inline.
5182
5183         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
5184         an input register as being clobbered.
5185         * sysdeps/i386/memset.c (memset): Likewise.
5186         * sysdeps/i386/bzero.c (__bzero): Likewise.
5187         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
5188
5189 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5190
5191         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
5192         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
5193
5194 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
5195
5196         * debug/catchsegv.sh: Handle text preceding backtrace better.
5197         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
5198         to be installed for other signals than SIGSEGV.
5199         * sysdeps/generic/register-dump.h: New file.
5200         * sysdeps/i386/register-dump.h: New file.
5201         * sysdeps/powerpc/register-dump.h: New file.
5202
5203         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
5204         sigcontextinfo.h.
5205         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
5206
5207 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
5208
5209         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
5210
5211 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
5212
5213         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
5214         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
5215         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
5216         getresuid, getresgid.
5217
5218 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
5219
5220         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
5221         pointer in userland.
5222
5223 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5224
5225         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
5226         and fix value.
5227
5228 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5229
5230         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
5231         over arguments Bourne shell compatible.  Don't exit unsuccessfully
5232         if nonelf returns successfully.  Avoid duplicating most of the
5233         script.
5234         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
5235         around $file.
5236
5237 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5238
5239         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
5240         sys/reg.h.
5241         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
5242         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
5243
5244 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
5245
5246         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
5247         __modify_ldt and modify_ldt.
5248         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
5249
5250         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
5251         Use orl $-1 instead of movl $-1 to save two bytes.
5252         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
5253         Likewise.
5254
5255 1998-08-17  H.J. Lu  <hjl@gnu.org>
5256
5257         * libio/Versions (_IO_do_write, _IO_file_attach,
5258         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5259         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5260         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5261         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
5262
5263         * libio/fileops.c (_IO_do_write, _IO_file_attach,
5264         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5265         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5266         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5267         _IO_file_write, _IO_file_xsputn): Change the prefix to
5268         "_IO_new_". Added to GLIBC_2.1.
5269
5270         * libio/libioP.h (_IO_do_write, _IO_file_attach,
5271         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5272         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5273         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5274         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
5275         "_IO_new_".
5276
5277         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
5278         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
5279         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
5280         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
5281         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
5282
5283 1998-08-23  Richard Henderson  <rth@cygnus.com>
5284
5285         * Makeconfig (LDFLAGS): Remove.
5286
5287         * csu/initfini.c: Return to .text before __gmon_start__.
5288
5289         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
5290         (STO_MIPS_*): Rename from STO_*.
5291         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
5292         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
5293
5294         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
5295         (main): e3s is negative on zero.
5296         * math/atest-exp2.c: Likewise.
5297         * math/atest-sincos.c: Likewise.
5298
5299 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5300
5301         * Makerules (install): Add comment about absolute paths.
5302
5303 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
5304
5305         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
5306         array to NUL to handle maxlen==1 case correctly.
5307         Patch by HJ Lu.
5308
5309 1998-08-23  Richard Henderson  <rth@cygnus.com>
5310
5311         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
5312         * sysdeps/alpha/elf/crtend.S: Likewise.
5313         * sysdeps/alpha/elf/start.S: Likewise.
5314
5315         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
5316         non-standard pv usage.
5317
5318         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
5319         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
5320         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
5321         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5322         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
5323         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
5324         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
5325         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
5326         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
5327         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
5328         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
5329
5330         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
5331         a finite non-denormal, deferring to the full IEEE version otherwise.
5332
5333         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
5334         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
5335         * sysdeps/alpha/fpu/s_floor.c: New.
5336         * sysdeps/alpha/fpu/s_floorf.c: New.
5337         * sysdeps/alpha/fpu/s_ceil.c: New.
5338         * sysdeps/alpha/fpu/s_ceilf.c: New.
5339
5340 1998-08-22  Philip Blundell  <philb@gnu.org>
5341
5342         * sysdeps/arm/bits/string.h: New file.
5343
5344 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5345
5346         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
5347         document it.
5348
5349         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
5350         test for recent Linux 2.1.100+ headers.
5351
5352 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5353
5354         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
5355
5356 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
5357
5358         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
5359
5360 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5361
5362         * Makefile (elf/ldso_install): Put back.  The problem still persists.
5363         * elf/Makefile (ldso_install): Likewise.
5364
5365 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5366
5367         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
5368         create weak alias.
5369         * include/db.h: Declare __nss_db_open.
5370         * db2/Versions: Export it.
5371
5372         * db2/makedb.c: Convert to use db2 API.
5373         * nss/nss_db/db-XXX.c: Likewise.
5374         * nss/nss_db/db-netgrp.c: Likewise.
5375         * nss/nss_db/db-alias.c: Likewise.
5376         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
5377
5378 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5379
5380         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
5381         sys_setresuid, already built automatically (or not).
5382         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
5383         instead of __syscall_setresuid and add back setresuid.
5384         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
5385         __syscall_setresuid.
5386
5387 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5388
5389         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
5390
5391 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
5392
5393         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
5394         BASH-ONLY marked region.
5395         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
5396
5397 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
5398
5399         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
5400         _IO_SYSSEEK fails.
5401
5402         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
5403
5404         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
5405         element.
5406
5407 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
5408
5409         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
5410         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
5411         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
5412         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
5413         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
5414         those magic comments, and to use /bin/sh for @BASH@.
5415         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
5416         * elf/ldd.sh.in: File removed.
5417
5418 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
5419
5420         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
5421         cast them to unsigned long int.
5422         * pwd/putpwent.c (putpwent): Likewise.
5423         Patch by John Tobey <jtobey@banta-im.com>.
5424
5425 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
5426
5427         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
5428         _IO_pos_BAD.
5429
5430 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
5431
5432         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
5433         _IO_SYSSEEK fails.
5434
5435 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
5436
5437         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
5438         Add umount and umount2.
5439         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
5440         * sysdeps/unix/sysv/linux/umount.S: New file.
5441         * sysdeps/unix/sysv/linux/umount2.S: New file.
5442         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
5443         Define MNT_FORCE.
5444
5445         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
5446         Add sys/sendfile.h.
5447         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
5448         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
5449
5450         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
5451
5452         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
5453         sendfile.
5454
5455 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
5456
5457         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
5458         * elf/ldd.bash.in: Likewise.
5459
5460         * elf/sln.c: Avoid warning for no main prototype.
5461
5462         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
5463         O_WRITE.
5464         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
5465         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5466
5467         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
5468         F_GETSIG.
5469         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
5470         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
5471         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5472
5473 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
5474
5475         * sysdeps/arm/fpu/ieee754.h: Move to...
5476         * sysdeps/arm/ieee754.h: ... here.
5477
5478         * sysdeps/arm/__longjmp.S: Put return value in correct register.
5479         Don't set the condition flags unnecessarily.
5480         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
5481         registers correctly.
5482
5483         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
5484         (patch from Scott Bambrough).
5485
5486         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
5487
5488         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
5489         NULL, just call it unconditionally.
5490         (__gmon_start__): Provide stub version as a weak symbol.
5491
5492 1998-07-30  Philip Blundell  <philb@gnu.org>
5493
5494         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
5495         by Scott Bambrough)
5496
5497         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
5498         like `@' in .type directives.
5499
5500         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
5501         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5502
5503         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
5504
5505 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5506
5507         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
5508         (F_GETOWN): Likewise.
5509
5510         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
5511         Linux 2.1.117).
5512
5513 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
5514
5515         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
5516         already defined.
5517
5518 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
5519
5520         * include/features.h: Define __USE_EXTERN_INLINES for recent
5521         enough gcc.
5522         * argp/argp.h: Define extern inline functions only if
5523         __USE_EXTERN_INLINES is defined.
5524         * libio/stdio.h: Likewise.
5525         * math/math.h: Likewise.
5526         * stdlib/stdlib.h: Likewise.
5527         * string/argz.h: Likewise.
5528         * sysdeps/generic/bits/sigset.h: Likewise.
5529         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
5530         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
5531         * sysdeps/wordsize-32/inttypes.h: Likewise.
5532         * sysdeps/wordsize-64/inttypes.h: Likewise.
5533         * wcsmbs/wchar.h: Likewise.
5534
5535         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
5536         to allow compilation without optimization.
5537
5538 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5539
5540         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
5541         more entries.
5542         * nis/nss_compat/compat-initgroups.c: Likewise.
5543         * nis/nss_compat/compat-pwd.c: Likewise.
5544         * nis/nss_compat/compat-spwd.c: Likewise.
5545         * nis/nss_nis/nis-alias.c: Likewise.
5546         * nis/nss_nis/nis-ethers.c: Likewise.
5547         * nis/nss_nis/nis-grp.c: Likewise.
5548         * nis/nss_nis/nis-hosts.c: Likewise.
5549         * nis/nss_nis/nis-initgroups.c: Likewise.
5550         * nis/nss_nis/nis-network.c: Likewise.
5551         * nis/nss_nis/nis-proto.c: Likewise.
5552         * nis/nss_nis/nis-pwd.c: Likewise.
5553         * nis/nss_nis/nis-rpc.c: Likewise.
5554         * nis/nss_nis/nis-service.c: Likewise.
5555         * nis/nss_nis/nis-spwd.c: Likewise.
5556
5557         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
5558
5559         * nis/ypclnt.c: Try binding dir only first time, could be to old.
5560
5561         * nis/yp_xdr.c: Remove 1024 byte limit.
5562         * nis/ypupdate_xdr.c: Likewise.
5563
5564         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
5565         wrong data.
5566
5567 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
5568
5569         * Rules (binaries-static, binaries-shared static pattern rules):
5570         Depend on lib%, not just libc%, from $(link-libc{,-static}).
5571
5572         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
5573         this here, overriding Makeconfig generic value so we link against
5574         the RPC libs.
5575
5576 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
5577
5578         * posix/tstgetopt.c (options): Add NULL entry at end
5579         Patch by Adrian Miranda <ade@psg.com>.
5580
5581 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
5582
5583         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
5584         to 9.
5585
5586 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
5587
5588         * elf/elf.h: Add PPC Diab relocations.
5589
5590         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
5591
5592 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
5593
5594         * manual/texinfo.tex: Update.
5595
5596 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
5597
5598         * sysdeps/powerpc/backtrace.c: New file.
5599
5600 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
5601
5602         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
5603         sigjmp_save.
5604         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
5605
5606 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5607
5608         * Makefile (install-symbolic-link): Fix spelling.
5609
5610 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5611
5612         * elf/elf.h (SHT_HIOS): Fix value.
5613
5614 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5615
5616         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
5617         part of the expansion, this is undefined by the standard.
5618
5619 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
5620
5621         * posix/getconf.c: Add support for systems with incomplete confname.h.
5622
5623         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
5624
5625         * sysdeps/posix/wait3.c: Make it work.
5626
5627 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5628
5629         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
5630         (elf/ldso_install): Remove.
5631
5632         * elf/Makefile (distribute): Add sln.c.
5633         (others): Add sln.
5634         (others-static): Add sln.
5635         (install-rootsbin): Add sln.
5636         (others-static): Add sln.
5637         (ldso_install): Remove.
5638
5639 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5640
5641         * Makerules (install-clean-symbolic-link-list): Make phony.
5642         * Makefile (install-symbolic-link): Make phony.  Depend on
5643         subdir_install for parallel makes.
5644
5645
5646 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
5647
5648         * elf/Makefile (distribute): Add sln.c
5649
5650 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
5651
5652         * elf/sln.c: New file.
5653
5654         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
5655         (install-clean-symbolic-link-list): New target.
5656         (install): Depend on install-clean-symbolic-link-list.
5657         (make-shlib-link): Changed for $(symbolic-link-list).
5658
5659         * Makefile (install-symbolic-link): New target.
5660         (install): Depend on install-symbolic-link.
5661
5662 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
5663
5664         * include/unistd.h: Protect against multiple inclusion.
5665
5666         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
5667         is defined, not is glob is defined.
5668         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
5669
5670 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
5671
5672         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
5673         xdr_string for ut_line, ut_name and ut_host.
5674
5675 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5676
5677         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
5678         /var/mail in accordance with FHS 2.0.
5679         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
5680
5681 1998-08-12  Richard Henderson  <rth@cygnus.com>
5682
5683         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
5684         Update aliases for cancelation.
5685
5686         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
5687         playing with symbol versions.
5688
5689 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
5690
5691         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
5692         multiple inclusion protection.
5693         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
5694         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
5695         define all these to 1.
5696         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
5697
5698 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
5699
5700         * sysdeps/mach/usleep.c: Include <unistd.h>.
5701         (usleep): Return void.
5702
5703 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
5704
5705         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
5706         decl to inhibit warning in if_freenameindex defn.
5707
5708         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
5709
5710         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
5711
5712         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
5713         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
5714         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
5715         * sysdeps/mach/usleep.c: Likewise.
5716
5717         * sysdeps/mach/hurd/bind.c (bind): Add a const.
5718
5719         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
5720         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
5721         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
5722         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
5723         * sysdeps/mach/usleep.c (usleep): Likewise.
5724         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
5725         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
5726         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
5727         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
5728
5729 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
5730
5731         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
5732         (glob64): Fix typo.
5733
5734         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
5735         %p arg to fprintf, since `void *' is the right type already.
5736
5737 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
5738
5739         * sysdeps/mach/hurd/getcwd.c
5740         (_hurd_canonicalize_directory_name_internal): Do not loop forever
5741         for unknown root directories.
5742         (__getcwd): Return NULL when the current root directory could not
5743         be reached.
5744
5745 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
5746
5747         * string/strsignal.c (strsignal): Count real-time signals from zero.
5748
5749
5750 See ChangeLog.8 for earlier changes.