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