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