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