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