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