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