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