Update.
[glibc.git] / ChangeLog
blobdfa32c7fb3f0caf042f96603f4149993b938dbe8
1 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
3         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
5 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
7         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
9 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
12         that a failure to connect to nscd doesn't change errno.
14 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
16         * manual/maint.texi (Reporting Bugs): Change
17         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
19         * locale/iso-4217.def: Likewise
21 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
23         * manual/texinfo.tex: Updated.
25 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
27         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
28         value.
29         * sysdeps/posix/pathconf.c: Likewise.
30         * posix/getconf.c: Print `undefined' if pathconf returns -1
31         without setting errno.
33 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
35         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
36         problem.
37         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
38         Patches by Elliot Lee <sopwith@cuc.edu>.
40 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
42         * elf/link.h (struct link_map): Add new field l_reloc_result.
43         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
44         of relocation for the object to be profiled.
45         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
46         to NULL.
47         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
48         array here.
49         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
50         contains a result from a previous run use this instead of computing
51         the value again.
52         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
54 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
56         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
57         offsets into the GOT.
58         (RTLD_START): Likewise.
60 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
62         * elf/sprof.c: Cleanup a bit.
64 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
66         * sysdeps/generic/sysdep.h (L): New. Define.
68         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
70         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
72         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
73         to have only one exit point for functions.
74         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
75         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
76         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
77         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
78         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
80 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
82         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
83         reset errno so that errno isn't set to ENOSYS in the first call.
84         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
85         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
86         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
87         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
89 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
91         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
92         * sysdeps/i386/addmul_1.S: Likewise.
93         * sysdeps/i386/lshift.S: Likewise.
94         * sysdeps/i386/mul_1.S: Likewise.
95         * sysdeps/i386/rshift.S: Likewise.
96         * sysdeps/i386/sub_n.S: Likewise.
97         * sysdeps/i386/submul_1.S: Likewise.
98         * sysdeps/i386/i586/add_n.S: Likewise.
99         * sysdeps/i386/i586/addmul_1.S: Likewise.
100         * sysdeps/i386/i586/lshift.S: Likewise.
101         * sysdeps/i386/i586/mul_1.S: Likewise.
102         * sysdeps/i386/i586/rshift.S: Likewise.
103         * sysdeps/i386/i586/sub_n.S: Likewise.
104         * sysdeps/i386/i586/submul_1.S: Likewise.
106         * sysdeps/i386/sysdep.h: Extend last change.
108         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
109         to have only one exit point for functions.
111 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
113         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
114         search.
116 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
118         * Makerules: Generate libc.so with absolute paths for the used
119         shared objects.
121         * config.make.in: Add MAKEINFO definition.
123 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
125         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
126         (ENTRY): Use STABS_FUN.
127         (END): Use STABS_FUN_END.
128         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
130         * elf/Makefile: Add rules to build sprof program.
131         * elf/sprof.c: New file.
133 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
135         * misc/syslog.c (openlog_internal): Insert missing closing brace.
137 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
139         * configure.in: Check for working msgfmt version (from GNU gettext
140         0.10 or later).
142 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
144         * configure.in: Avoid //s in sysdirs.
145         Patch by Roland McGrath.
147         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
149 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
151         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
152         setting _dl_global_scope for RTLD_GLOBAL.
154 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
156         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
157         possible lists of object-suffixes are taken care of.
159 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
161         * timezone/private.h: Update from tzcode1998c.
162         * timezone/zic.c: Likewise.
163         * timezone/antarctica: Updated from tzdata1998c.
164         * timezone/asia: Likewise.
165         * timezone/australasia: Likewise.
166         * timezone/europe: Likewise.
167         * timezone/southamerica: Likewise.
169 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
171         * posix/glob.c (glob_in_dir): Add support for cases insensitive
172         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
174 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
176         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
177         Changed type of TWO43, TWO52 from float to double.
178         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
179         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
180         Changed type of TWO43 from float to double.
181         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
182         Use __isinff.
184 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
186         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
187         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
188         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
190 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
192         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
193         kernel_termios.h.
194         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
195         Clean up random whitespace.
196         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
197         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
198         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
199         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
201 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
203         * shlib-versions: Match alpha*.
204         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
205         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
207         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
208         Implement copysign* with and without __ prefix.
209         Likewise for fabs; use builtin for gcc 2.8.
210         (floor*): New.
211         (fdim*): New.
213         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
214         (R_SPARC*): Match current v9 ABI.
216         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
218         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
219         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
220         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
221         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
222         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
223         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
224         * sysdeps/unix/grantpt.c (argv): Fix consts.
225         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
226         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
228 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
230         * misc/syslog.c: Change to allow user the interpretation of the
231         outcome even with syslog having no return value.
233 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
235         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
236         that the number of program headers is >0 (which is wrong for the
237         loader itself).
239 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
241         * Makefile (distribute): Add README.libm.
243 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
245         * time/clocktest.c (main): Correct typo: "--" -> "==".
247 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
249         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
250         inline function.
251         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
252         inline functions.
254         * math/libm.map (__atan2): Added.
256 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
258         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
259         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
261         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
262         bug.
264 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
266         * manual/arith.texi (Old-style number conversion): Correct
267         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
269 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
271         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
272         but does not require it.  Handle missing argv[] values gracefully.
273         * posix/execl.c: Likewise.
274         * posix/execle.c: Likewise.
276 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
278         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
279         bit.
280         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
282 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
284         * libc.map: Add __adjtimex.
286 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
288         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
289         Remove memset.
291 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
293         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
294         to 64.
296         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
298         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
299         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
301         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
302         for shared library.
304         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
306         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
307         Added adjtimex and old_adjtimex.
309         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
310         New.
311         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
312         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
314         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
315         symbols only for shared library.
316         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
317         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
318         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
319         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
320         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
321         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
322         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
324         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
325         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
326         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
327         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
328         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
329         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
330         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
331         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
333         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
334         rusage pointer.
336         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
337         New macros.
338         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
339         timex and __adjtimex, respectively.
341         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
343         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
345 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
347         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
348         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
350 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
352         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
354 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
356         * Makefile.in: Disable built-in rules.
358 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
360         * sysdeps/i386/fpu/t_exp.c: Move to ...
361         * sysdeps/libm-i387/t_exp.c: ... here.
363 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
365         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
366         from __exp2_deltatable.
368 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
370         * nis/ypclnt.c (yp_master): Check result of strdup.
371         Patch by Thorsten Kukuk.
373 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
375         * nis/ypclnt.c: Give clnt handle after error checking free, change
376         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
378 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
380         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
381         Patch by Joe Keane <jgk@jgk.org>.
383         * misc/fstab.h (struct fstab): Change fs_type member to be const.
384         * misc/fstab.c: Remove casts in fs_type assignments.
386 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
388         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
389         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
390         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
391         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
392         * sysdeps/powerpc/bits/fenv.h: Likewise.
393         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
394         * sysdeps/generic/bits/fenv.h: Likewise.
395         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
396         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
397         * sysdeps/powerpc/test-arith.c (main): Likewise.
399 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
401         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
402         the comparison macros.
404 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
406         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
407         (__log2): Fixed return values.
408         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
410 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
412         * math/math.h (isunordered): Rename local variables to ensure
413         correct code.  Reported by HJ Lu.
415 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
417         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
418         isless, islessequal, islessgreater, isunordered): Fix syntax for
419         fucompip instruction.
420         (isless, islessequal): Fix logic.
422 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
424         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
425         (comparisons_test): New tests for comparison macros.
427 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
429         * Makeconfig: Filter out frame-pointer effecting options when
430         compiling profiling or debugging code.
431         * config.h.in (internal_function): Don't define here if PROF is
432         defined.
433         * gmon/gmon.c (__moncontrol): Don't change state if already in error
434         state.
435         (__monstartup): If calloc fails set error state and mark array as
436         not allocated.
437         (_mcleanup): Don't call write_gmon if in error state.  Don't try
438         to free array if not  successfully allocated.
440         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
441         Include elf.h to get macro definitions.
442         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
444 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
446         * elf/ldd.sh.in: Add compatibility for broken old shells.
447         * elf/ldd.bash.in: Likewise.
449 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
451         * sunrpc/rpc_main.c (open_input): Check pipe return error.
453         * time/clocktest.c (main): Check signal return error.
455 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
457         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
458         "/" and use do-install-program. Reported by Mark M. Kettenis.
459         (subdir_install):  Likewise.
461 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
463         * sunrpc/rpc_sample.c: Fix typo.
465         * nscd/connections.c: Use locale.
466         * nscd/grpcache.c: Add debug messages, gidtbl should get the
467           calloc result.
468         * nscd/nscd.c: Check if init functions fails.
469         * nscd/nscd_conf.c: Allow disabling of group cache.
470         * nscd/nscd_getgr_r.c: Fix return code if group not found.
471         * nscd/pwdcache.c: Fix debug messages.
473 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
475         * libc.map: Add __monstartup and _mcleanup for profiling support.
477 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
479         * libc.map: Export __getpagesize, for binary compatibility with
480         2.0.
482 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
484         * posix/globtest.sh: Use --library-path instead of
485         LD_LIBRARY_PATH.
486         * localedata/sort-test.sh: Likewise.
487         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
489 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
491         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
492         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
493         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
495         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
496         kernel_sigaction): Define.
497         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
498         kernel_sigaction): Define.
500 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
502         * math/libm-test.c: Change epsilons for libm-ieee754.
504 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
506         * sysdeps/i386/__longjmp.S: Fix race condition.
507         Reported by Bruno Haible <haible@ilog.fr>.
509 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
511         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
512         * iconvdata/8bit-gap.c: Likewise.
513         * iconvdata/8bit-generic.c: Likewise.
514         * iconvdata/iso6937.c: Likewise.
515         * iconvdata/iso8859-1.c: Likewise.
516         * iconvdata/sjis.c: Likewise.
517         * iconvdata/t61.c: Likewise.
519 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
521         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
522         feature tests by positive feature tests.
524 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
526         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
528 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
530         * elf/dlvsym.c (dlvsym_doit): More corrections.
531         Patch by Andreas Jaeger.
533 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
535         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
537 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
539         * libc.map: More reordering for GLIBC_2.1 symbols.
541 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
543         * libc.map: Move some functions from version GLIBC_2.0 to
544         GLIBC_2.1, reorder declarations.
546 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
548         * resolv/gethnamaddr.c (addrsort): Make this function extern.
549         Patch by zab@thebrain.grumblesmurf.net.
551 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
553         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
554         NIS+ functions with version GLIBC_2.1.
556 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
558         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
559         with 2.0 binaries.  Reported by Thorsten Kukuk.
561 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
563         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
565         * elf/dlsym.c (dlsym_doit): Likewise.
567 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
569         * elf/link.h: Correct typos.
571         * iconv/iconv_prog.c: Correct typo.
573 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
575         * iconv/Makefile: Add rules to build and install iconv program.
576         * iconv/iconv_prog.c: New file.
578 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
580         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
581         _dl_lookup_symbol_skip call.
582         * elf/dlvsym.c (dlvsym_doit): Likewise.
584 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
586         * libio/iovsscanf.c: Do not include errno.h.
588 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
590         * elf/dl-load.c (add_name_to_object): Don't translate strings.
591         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
592         pulling in the whole error list.
593         (__dcgettext, dcgettext): Removed.
594         * libc.map: Export _strerror_internal.
596 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
598         * sysdeps/i386/fpu/t_exp.c: New file.
600 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
602         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
603         everything with version GLIBC_2.1.
604         * hesiod/libnss_hesiod.map: Likewise.
606 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
608         * manual/arith.texi (Old-style number conversion): This node is a
609         section, not a subsection.
611 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
613         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
615 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
617         * elf/rtld.c (dl_main): Make sure that the library search paths
618         have been initialized before the first call to _dl_map_object.
620 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
622         * Makerules (common-generated): Add libc_pic.os.
624 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
626         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
627         of the executable.
629 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
631         * sysdeps/m68k/fpu/t_exp.c: New file.
633 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
635         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
636         to global errno variable anymore.
638 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
640         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
641         If PRELOADED is nonzero check in case of an SUID application
642         whether the shared object has the SUID bit set.
643         Fix some other problems with handling shared objects in system
644         specific directories.
645         (_dl_map_object): Also take extra parameter and pass it to open_path.
646         * elf/link.h (_dl_map_object): Correct prototype and comment.
647         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
648         * elf/dl-open.c (_dl_open): Likewise.
649         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
651         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
653 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
655         * math/libm-test.c (modf_test): Add test for 1.5.
657         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
658         0 to get always an int.
660 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
662         * math/libm.map: Move all symbols that are new in glibc 2.1 to
663         version GLIBC_2.1.
665 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
667         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
668         trying to read another character.
670 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
672         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
673         name to lowercase.
675         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
676         name to lowercase, add test for big enough buffer.
678 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
680         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
681         Make compatible with older kernels.  Patch by Richard Henderson.
683 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
685         * elf/dl-load.c (open_path): Use __xstat instead of stat.
687         * localedata/tst-locale.sh: Comment out first test for now.
689 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
691         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
692         as 1.
693         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
694         Likewise.
696         * libio/iogetline.c (_IO_getline_info): Renamed from
697         _IO_getline.
698         (_IO_getline): Just call _IO_getline_info.
700         * libio/libioP.h (_IO_getline_info): New declaration.
702         * libc.map (_IO_getline_info, __write): Added.
704 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
706         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
707         const char* to shut up gcc.
709 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
711         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
712         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
714         * math/math.h: Define M_* constants always as `double' and add new
715         macros M_*l which are of type `long double'.
716         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
717         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
718         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
719         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
720         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
721         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
722         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
723         * math/libm-tst.c: Likewise.
725         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
726         define as long double unconditionally.
728 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
730         * manual/arith.texi (Old-style number conversion): Correct some
731         typos.
733 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
735         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
736         Restore.
738         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
740 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
742         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
743         on $(rtld-ldscript).
745         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
746         starting from 0 not only from `from'.
747         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
749 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
751         * elf/rtld.c (dl_main): Recognize --library-path parameter and
752         pass value (or NULL) to _dl_init_paths.
753         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
754         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
755         environment variable.
756         * elf/link.h: Change prototype for _dl_init_paths.
757         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
759         * localedata/Makefile (distribute): Add test files.
761 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
763         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
764         test1.def, test2.def, test3.def, test4.def}: Simple input files
765         for localedef. Contributed by Yung-Ching Hsiao
766         <yhsiao@cae.wisc.edu>.
768         * localedata/Makefile (tests): Call tst-locale.sh.
770         * localedata/tst-locale.sh: New file, regression tests for some
771         localedef problems.
773 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
775         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
777         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
778         terminated.
779         * nis/nss_nisplus/nisplus-network.c: Likewise.
780         * nis/nss_nisplus/nisplus-proto.c: Likewise.
781         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
782         * nis/nss_nisplus/nisplus-service.c: Likewise.
784         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
785         and support generating thread safe RPC code.
786         * sunrpc/rpc_main.c: Add changes.
787         * sunrpc/rpc_clntout.c: Likewise.
788         * sunrpc/rpc_cout.c: Likewise.
789         * sunrpc/rpc_hout.c: Likewise.
790         * sunrpc/rpc_parse.c: Likewise.
791         * sunrpc/rpc_sample.c: Likewise.
792         * sunrpc/rpc_scan.c: Likewise.
793         * sunrpc/rpc_svcout.c: Likewise.
794         * sunrpc/rpc_util.c: Likewise.
795         * sunrpc/rpc_util.h: Add new structs and prototypes.
796         * sunrpc/proto.h: Remove prototypes for static functions.
798 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
800         * locale/programs/ld-messages.c (messages_finish): Don't skip
801         error checking when being quiet.
802         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
803         (set_class_defaults): Likewise.
804         * locale/programs/charmap.c (parse_charmap): Likewise.
805         * locale/programs/ld-collate.c (collate_finish): Likewise.
806         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
807         * locale/programs/ld-time.c (time_finish): Likewise.
808         * locale/programs/locfile.c (write_locale_data): Likewise.
810         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
811         unknown characters and empty ranges.
812         * locale/programs/ld-collate.c (collate_order_elem): When
813         processing an ellipsis properly form a linked list in the result
814         table, fix typo when allocating ordering array.
815         [PR libc/419]
817 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
819         * elf/Makefile (ld-map): Define.
820         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
821         `$(rtld-ldscript)'.
822         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
823         on $(ld-map).
824         (rtld-link): Combine the two versions of this definition.  Fixed
825         to make it work when no symbol versioning is used.
827 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
829         * Makeconfig (build-program-cmd): Use --library-path parameter to
830         ld.so instead of environment variable.
832         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
833         * sunrpc/rpc_main.c: Remove support for -$$ option again.
835 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
837         * Make-dist: Respect with-cvs setting.
838         * MakeTAGS (all-pot): Likewise.
839         * sysdeps/sparc/sparc32/Makefile: Likewise.
840         * sysdeps/mach/hurd/Makefile: Likewise.
841         * stdlib/Makefile: Likewise.
842         * posix/Makefile: Likewise.
843         * intl/Makefile: Likewise.
844         * po/Makefile (linguas): Likewise
846 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
848         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
850 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
852         * libc.map: Add __strcasecmp.
854         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
855         module.
857         * nss/getXXent_r.c: If no more module is found don't try to call
858         setXXent functions but leave unsuccessfully.
860         * malloc/obstack.h: Cleanups.
862         * sysdeps/wordsize-32/stdint.h: New file.
863         * sysdeps/wordsize-64/stdint.h: New file.
864         * sysdeps/generic/stdint.h: New file.
865         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
866         * sysdeps/wordsize-64/inttypes.h: Likewise.
867         * stdlib/Makefile (headers): Add stdint.h.
869 1998-02-03  Paul Eggert  <eggert@twinsun.com>
871         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
873 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
875         * timezone: New directory.
876         * time/README, time/africa, time/antarctica, time/asia,
877         time/australasia, time/backward, time/checktab.awk,
878         time/etcetera, time/europe, time/factory, time/ialloc.c,
879         time/iso3166.tab, time/leapseconds, time/northamerica,
880         time/pacificnew, time/private.h, time/scheck.c,
881         time/solar87, time/solar88, time/solar89, time/southamerica,
882         time/systemv, time/test-tz.c, time/tzfile.h,
883         time/tzselect.ksh, time/yearistype, time/zdump.c,
884         time/zic.c, time/zone.tab: Moved to timezone.
885         * time/tzfile.c: Include tzfile.h from timezone subdir.
886         * time/tzset.c: Likewise.
887         * time/Makefile: Cut out all code relating to timezones...
888         * timezone/Makefile: ...and paste it in here.
889         * Makefile (subdirs): Add timezone.
891 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
893         * libc.map (_sys_nerr): Added.
895         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
896         versioned symbol.
898 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
900         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
901         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
902         Reported by Craig Metz <cmetz@inner.net>.
904 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
906         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
907         instead of strcasecmp.
908         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
910         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
912 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
914         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
915         Patch by Dean Gaudet <dgaudet@arctic.org>.
917 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
919         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
921 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
923         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
924         with no poll syscall, just include the BSD version.
925         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
926         kernel without the syscall, include the stub version.
927         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
928         * sysdeps/generic/getresuid.c: New file.
929         * sysdeps/generic/getresgid.c: New file.
931 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
933         * stdio-common/vfscanf.c: Correct last change a bit.
935 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
937         * elf/Makefile: Don't use --version-script parameter to link ld.so
938         unconditionally.
940 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
942         * math/Makefile: Add t_exp.
943         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
944         constants.
945         * math/test-reduce.c: Remove temporarily, it seems to be broken.
946         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
947         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
948         better accuracy.
949         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
950         algorithm for very large/very small arguments.
951         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
952         correct algorithm for very large/very small arguments; adjust for
953         new table.
954         * sysdeps/libm-ieee754/t_exp.c: New file.
955         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
957         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
958         back, with comment that explains what breaks when you remove it :-(.
960         * localedata/xfrm-test.c: Avoid integer overflow.
962         * stdlib/strfmon.c: char is unsigned, sometimes.
964         * sysdeps/powerpc/Makefile: Remove quad float support.
965         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
966         * sysdeps/powerpc/quad_float.h: Likewise.
967         * sysdeps/powerpc/test-arith.c: Likewise.
968         * sysdeps/powerpc/test-arithf.c: Likewise.
970         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
971         * sysdeps/generic/s_exp2f.c: Likewise.
973         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
974         don't try anything if _SOFT_FLOAT.
976 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
978         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
979         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
980         * wctype/wctype.c: Likewise.
981         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
982         changed.  They are incompatible with the _ISxxx values from
983         <ctype.h> on little endian machines.
984         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
985         bit number.  This fixes the real bug and restores the integrity of
986         the ctype locale file.
987         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
988         * wctype/wcfuncs_l.c: Likewise.
989         * wctype/wcextra.c: Likewise.
990         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
991         byte swapping.
993 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
995         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
996         into .bss segment instead of .common, so that aliases on it work.
998         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
999         .size directives, put into .bss segment instead of initializing it
1000         to 4.
1002 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
1004         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
1006         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
1007         functions.
1008         Make names without __ weak aliases.
1009         (__libc_release, __libc_version): Make them static.
1011         * include/gnu/libc-version.h: New file.
1012         * Makefile (headers): Add gnu/libc-version.h.
1014 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
1016         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
1017         and use x for member name.
1018         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
1020         * stdlib/drand48.c: Change according to member name change.
1021         * stdlib/drand48_r.c: Likewise.
1022         * stdlib/lcong48_r.c: Likewise.
1023         * stdlib/lrand48.c: Likewise.
1024         * stdlib/lrand48_r.c: Likewise.
1025         * stdlib/mrand48.c: Likewise.
1026         * stdlib/mrand48_r.c: Likewise.
1027         * stdlib/seed48.c: Likewise.
1028         * stdlib/seed48_r.c: Likewise.
1029         * stdlib/srand48_r.c: Likewise.
1031 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1033         * nss/test-netdb.c: Add some more test cases.
1035 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
1037         * libio/iovsscanf.c: Undo last change modifying errno.
1039 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1041         * stdio-common/vfscanf.c: Never try to read another character
1042         after EOF.  Don't decrement read_in after EOF, it wasn't
1043         incremented in the first place.
1044         (NEXT_WIDE_CHAR): Set First, not first.
1046 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
1048         * db/Makefile ($(inst_libdir)/libndbm.a,
1049         $(inst_libdir)/libndbm.so): New targets.
1050         * db2/Makefile: Likewise.
1052 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
1054         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
1055         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
1057 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1059         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
1060         <streambuf.h>.
1061         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
1063 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1065         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
1066         versioned symbols.
1068 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
1070         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
1071         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
1072         Added for libdl.so.
1074 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1076         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
1077         extra syscall.
1079         * grp/Makefile: Fix logic when checking for thread package.
1080         * pwd/Makefile: Likewise.
1082 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
1084         * elf/Makefile (rtld-map): Replaced by libc-map.
1086         * elf/rtld.map: Removed.
1088         * libc.map (__libc_enable_secure, _dl_catch_error,
1089         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
1090         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
1091         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
1092         _dl_object_relocation_scope, _dl_relocate_object,
1093         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
1094         _r_debug): Added for ld.so.
1096 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
1098         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
1099         DO_VERSIONING.
1100         * libio/iofdopen.c: Ditto.
1101         * libio/iofopen.c: Ditto.
1102         * libio/oldfileops.c: Ditto.
1104         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
1105         version GLIBC_2.1.
1107         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
1108         oldsiglist from sysdep_routines and shared-only-routines.
1110         * sysdeps/unix/sysv/linux/errlist.c: New.
1111         * sysdeps/unix/sysv/linux/errlist.h: New.
1112         * sysdeps/unix/sysv/linux/sizes.h: New.
1113         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
1114         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
1116         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
1118         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
1119         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
1120         directive.
1122         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
1124         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
1125         (oldsiglist.c): Removed.
1127         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
1128         (_sys_siglist): Use SYS_SIGLIST instead.
1129         (_sys_nerr): Use SYS_NERR instead.
1131         * sysdeps/gnu/errlist.c: Rebuilt.
1133 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
1135         * elf/Makefile (others-static): New, set to ldconfig.
1136         ($(objpfx)ldconfig): Removed.
1138         * Rules (binaries-all, binaries-static, binaries-shared): New.
1139         Create targets for $(binaries-static) and $(binaries-shared).
1141         * Makeconfig (+link-static, link-libc-static,
1142         link-extra-libs-static): New for static linking.
1144 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1146         * manual/memory.texi (Using the Memory Debugger): Fix typo.
1148         * math/libm-test.c (modf_test): Add one more test for modf.
1150 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
1152         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1153         Rename from __libc_have_rt_sigs and leave as COMMON data.
1155 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
1157         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
1158         of __finite.
1160 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
1162         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
1164 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
1166         * misc/tst-efgcvt.c: Add yet more tests.
1167         * misc/efgcvt_r.c: And correct for these tests again.
1168         Reported by HJ Lu.
1170         * isomac.c: Move to...
1171         * stdlib/isomac.c: ...here.
1172         * Makefile: Move rules for handling isomac...
1173         * stdlib/Makefile: ...to here.
1175 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1177         * misc/tst-efgcvt.c: Add more tests.
1178         * misc/efgcvt_r.c: Correct result for above new tests.
1180 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
1182         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
1183         NDIGIT <= 0.
1185 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
1187         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
1188         if the programs weren't built.
1190 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
1192         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
1193         FE_TONEAREST, soldier on regardless and do the best we can.
1194         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
1196 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
1198         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
1199         _STDIO_H, before including <bits/stdio_lim.h>.
1201         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
1203         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
1204         exist.
1206         * sysdeps/arm/sys/ucontext.h: New file.
1208 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
1210         * manual/stdio.texi (Formatted Output Functions): Explicitly say
1211         that the return value from snprintf() does not count the
1212         terminating NUL as a character.
1214 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1216         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
1217         add description for sete[ug]id and general cleanup.
1218         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1220 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1222         * Makefile (parent-clean): Don't remove makefile fragments here.
1223         (postclean): New variable.
1224         (clean): Remove makefile fragments here.
1225         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
1226         (generated): Add isomac and isomanc.out.
1227         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
1228         avoid-generated is set.
1229         (postclean-generated): Add soversion.mk.
1230         ($(common-objpfx)version.mk): Don't include if avoid-generated is
1231         set.
1232         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
1233         avoid-generated is set.
1234         (common-generated): Add libc.so and libc.so$(libc.so-version).
1235         (generated): Add versioned libraries.
1236         (common-mostlyclean): Also remove %.so and %_pic.a.
1237         * csu/Makefile (generated): Add abi-tag.h.
1238         * db2/Makefile (extra-objs): Add getlong.o.
1239         * elf/Makefile (generated): Add ld.so, ldd and
1240         $(rtld-installed-name).
1241         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
1242         * malloc/Makefile (generated): Add mtrace.
1243         * po/Makefile: Don't include version.mk, not needed any more.
1244         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
1245         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
1246         syscall.h -> sys/syscall.h.
1247         (common-generated): Add s-proto.d.
1248         (postclean-generated): Add sysd-syscalls.
1249         * localedata/Makefile (test-output): Add all output files.
1250         (generated): Add test-input and test-output.
1251         (generated-dirs): Add all the dirs.
1253 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1255         * Makefile (test-output, generated, generated-dirs): New
1256         variables.
1258 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1260         * resolv/nss_dns/dns-host.c: Various code cleanups.
1262 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
1264         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
1265         From Philip Blundell <pb@nexus.co.uk>.
1266         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
1268 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1270         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
1271         Suggested by debian/sparc porters.
1273 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1275         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
1276         for ecvt and fcvt.
1278 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
1280         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
1281         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
1283         * signal/signal.h: Always define sigset_t if __need_sigset_t is
1284         defined even if __USE_POSIX is not defined.
1286 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1288         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
1289         to support obsolete tty major numbers correctly.
1291 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
1293         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
1294         directory first and ignore install error.
1296         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
1297         128 from ptyno and fix a typo for the BSD style pty.
1299 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1301         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
1302         syscalls.list's.
1304 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1306         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
1307         getresuid and getresgid.
1309         * sysdeps/unix/sysv/linux/getresuid.c: New file.
1310         * sysdeps/unix/sysv/linux/getresgid.c: New file.
1312         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
1313         s_getres[ug]id.
1315         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
1316         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1317         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1318         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
1320 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
1322         * nscd/grpcache.c: Include <stdlib.h>.
1324 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
1326         * stdlib/atoll.c: Fix comments.
1328         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
1329         * sysdeps/posix/ttyname_r.c: Ditto.
1331 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1333         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
1334         __USE_MISC, independent of __USE_UNIX98.
1336 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
1338         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1339         Rename from __libc_have_rt_sigs and leave as COMMON data.
1341 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
1343         * Makeconfig (CFLAGS-.os): Kill -fno-common.
1344         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
1346         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
1347         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
1348         version symbols.
1349         * include/libc-symbols.h (symbol_version, default_symbol_version):
1350         Provide asm versions and correct !DO_VERSIONING versions.
1351         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
1352         the weak symbol list.
1354         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
1355         Rename from __libc_have_rt_sigs and leave as COMMON data.
1356         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1357         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1358         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1360 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1362         * sunrpc/Makefile: Correct dependencies of rpcgen.
1364 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
1366         * nscd/Makefile: Fix test for available linuxthreads add-on.
1367         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1369 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1371         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
1373 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1375         * sysdeps/gnu/Makefile: Respect with-cvs variable.
1377         * manual/errno.texi (Error Messages): Correct description of
1378         strerror_r.  Pointed out by jonas@bagge.se.
1380 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1382         * manual/socket.texi (Host Address Functions): Clarify description
1383         of inet_network.
1385 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1387         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
1388         (grantpt): Delete superfluous cast.
1390 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1392         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
1393         elf/ldso_install instead of elf/subdir_install.
1394         (elf/ldso_install): New target.
1396         * elf/Makefile (ldso_install): New target.
1398 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1400         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
1401         of 1998-01-06.
1403 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1405         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
1406         constant expressions.
1408 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1410         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
1411         for __nss_configure_lookup.
1412         (output_hostent): Remove unused variable.
1414 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1416         * string/tst-inlcall.c: Fix format string.
1418 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1420         * inet/netinet/in.h: Rename second parameter of bindresvport to
1421         avoid buggy gcc warning. [PR libc/412]
1423 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
1425         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
1426         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
1428         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
1429         Follow POSIX and make tv_sec a time_t.
1430         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
1431         new tv64 syscall as well as fall back to tv32.
1432         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1433         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1434         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1435         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1436         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1437         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1438         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1439         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
1441         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
1442         * include/rpcsvc/nis_tags.h: Likewise.
1443         * include/rpcsvc/nislib.h: Likewise.
1445 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
1447         * libc.map: Add _h_errno.
1448         * inet/herrno.c: Make _h_errno weak alias.
1450         * login/Makefile (distribute): Add pty-internal.h.
1452         * nscd/Makefile (distribute): Add all the files missing.
1454         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
1455         are available.
1457         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
1458         and report status at the end.
1460         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
1462         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
1463         variable.
1464         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
1465         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
1466         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
1468 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
1470         * configure.in: Fix --enable-add-ons code.
1472 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1474         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
1475         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
1476         [PR libc/441]
1478         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
1479         occurence in cache.  Reported by Rudolf Leitgeb
1480         <leitgeb@leland.stanford.edu>.
1481         [PR libc/440]
1483 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
1485         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
1486         that it never is EINTR (which is tested for in _IO_vfscanf).
1488         * Makefile.in: Call sub-make with CVSOPTS.
1490         * elf/Makefile (distribute): Add dl-procinfo.h.
1492         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
1494 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
1496         * version.h (VERSION): Bump to 2.0.92.
1498 1998-01-31  Phil Blundell  <philb@gnu.org>
1500         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
1501         alias for __new_sys_siglist.
1503 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
1505         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
1506         getgrgid_r.c if thread package is available.
1507         * pwd/Makefile: Likewise.
1508         * grp/getgrnam_r.c: Remove USE_NSCD definition.
1509         * grp/getgrgid_r.c: Likewise.
1510         * pwd/getpwnam_r.c: Likewise.
1511         * pwd/getpwuid_r.c: Likewise.
1513 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
1515         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
1516         with error to allow user intervention.
1517         * nss/getXXent_r.c: Likewise.
1519 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
1521         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
1522         AT_PLATFORM string.  Pretty print AT_BASE info.
1524         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
1525         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
1526         * sysdeps/generic/dl-procinfo.h: New file.
1527         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
1529 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
1531         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
1533         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
1534         thread and not pthread_detach.
1536         * nscd/nscd.c: Rewrite to use argp instead of getopt.
1538 1998-01-31  Phil Blundell  <philb@gnu.org>
1540         * configure.in: Add --without-cvs option to suppress automatic
1541         checkin of regenerated files.
1542         * config.make.in: Likewise.
1543         * Makefile: Respect with-cvs setting.
1544         * Makerules: Likewise.
1546         * configure.in: Allow the standalone ARM port to be configured.
1548 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1550         * grp/getgrgid_r.c: Define USE_NSCD.
1551         * grp/getgrnam_r.c: Likewise.
1552         * pwd/getpwuid_r.c: Likewise.
1553         * pwd/getpwnam_r.c: Likewise.
1555         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
1557         * nss/getXXbyYY_r.c: Try at first nscd.
1559         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
1560         * nscd/connections.c: New file.
1561         * nscd/dbg_log.c: New file.
1562         * nscd/dbg_log.h: New file.
1563         * nscd/grpcache.c: New file.
1564         * nscd/nscd.c: New file.
1565         * nscd/nscd.h: New file.
1566         * nscd/nscd_conf.c: New file.
1567         * nscd/nscd_stat.c: New file.
1568         * nscd/pwdcache.c: New file.
1570         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
1571         * nscd/nscd_getpw_r.c: Likewise.
1572         * nscd/nscd_proto.h: New, prototypes for client functions.
1574         * nscd/nscd.conf: New, example for a configuration file.
1575         * nscd/nscd.init: New, example for a startup script.
1577         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
1578         avoid deadlocks.
1579         * nscd/getgrnam_r.c: Likewise.
1580         * nscd/getpwnam_r.c: Likewise.
1581         * nscd/getpwuid_r.c: Likewise.
1583 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
1585         * intl/Makefile: Use CVSOPTS in cvs invocation.
1586         * po/Makefile: Likewise.
1587         * posix/Makefile: Likewise.
1588         * stdlib/Makefile: Likewise.
1590 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
1592         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
1593         [PR libc/410]
1594         * misc/Makefile (tests): Add tst-efgcvt.
1595         * misc/tst-efgcvt.c: New file.
1597 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
1599         * posix/regex.c: Add some more cleanups by Akim Demaille.
1601 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
1603         * signal/signal.h: Revert last change.
1604         * string/strsignal.c: Regard signal number NSGI as illegal.
1605         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
1606         members.
1608 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
1610         * Makefile.in: Add comment about CVSOPTS Makefile variable.
1611         * Makerules: Use CVSOPTS in cvs invocation.
1612         * Makefile: Likewise.
1613         * MakeTAGS: Likewise.
1614         * Make-dist: Likewise.
1616 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
1618         * sysdeps/generic/memmem.c: Correct last change.
1620 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
1622         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
1623         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
1625 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1627         * nis/ypclnt.c: Try at first to use the binding file from ypbind
1628         before using RPC.
1630 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1632         * manual/memory.texi (Heap Consistency Checking): mcheck is
1633         declared in <mcheck.h>.
1634         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
1636 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1638         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
1639         beginning of haystack.
1641 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1643         * nss/nss_files/files-service.c: Correct last patch.
1645 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
1647         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
1648         __libc_have_rt_sigs.
1649         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
1650         including <bits/setjmp.h>.
1651         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
1652         Patch from the Debian glibc/SPARC package.
1654 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
1656         * sysdeps/alpha/bzero.S: Fix a typo.
1657         * sysdeps/alpha/htonl.S: Ditto.
1658         * sysdeps/alpha/htons.S: Ditto.
1660 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1662         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
1664 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
1666         * include/cpio.h: Move to ...
1667         * posix/cpio.h: ...here.
1669         * locale/programs/ld-collate.c: Fix typo.
1671         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
1673         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
1675         * login/utmp_file.c (pututline_file): Don't always report success
1676         if similar entry is found.  Patch by Mark M. Kettenis.
1678 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
1680         * manual/Makefile: Don't try to install the info files if makeinfo
1681         is not available.
1683 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
1685         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
1686         kernel's network ioctls, rather than using <linux/sockios.h> to
1687         get them.  This way we are sure of maintaining compatibility if
1688         the kernel interface should change.
1690 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
1692         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
1694 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
1696         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
1697         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
1699 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1701         Implement System V pseudoterminal handling.
1703         * login/Makefile
1704         (routines): Add getpt, grantpt, unlockpt, ptsname.
1705         (libutil-routines): Remove pty. Add openpty, forkpty.
1706         (distribute): New internal header pty-internal.h.
1707         (others): Add the helper program, pt_chown.
1708         (install-others): Install it, in $(libexecdir), mode 4755.
1710         * login/pty-internal.h: New file.
1711         * login/openpty.c: New file.
1712         * login/forkpty.c: New file.
1713         * login/programs/pt_chown.c: New file.
1715         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
1716         * stdlib/stdlib.h: Prototype them.
1718         * config.make.in: Define $(libexecdir).
1719         * Makeconfig: Define $(inst_libexecdir).
1721         * sysdeps/generic/pty.c: Removed.
1722         * sysdeps/unix/sysv/linux/pty.c: Removed.
1724         * sysdeps/generic/getpt.c: Stub out.
1725         * sysdeps/generic/grantpt.c: Likewise.
1726         * sysdeps/generic/ptsname.c: Likewise.
1727         * sysdeps/generic/unlockpt.c: Likewise.
1729         * sysdeps/unix/grantpt.c: New file.
1730         * sysdeps/unix/bsd/getpt.c: New file.
1731         * sysdeps/unix/bsd/unlockpt.c: New file.
1732         * sysdeps/unix/sysv/linux/getpt.c: New file.
1733         * sysdeps/unix/sysv/linux/ptsname.c: New file.
1734         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
1736 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
1738         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
1740 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1742         * nss/Makefile (tests): Add rule for test-netdb.c.
1744         * nss/test-netdb.c: New file.
1746 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
1748         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
1749         really kept as a variable.  Patch by Richard Henderson,
1750         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
1752         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
1753         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
1754         entries as not existing.
1756 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1758         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
1759         zero in alternate form with precision of zero, which must produce
1760         "0".  Add braces to avoid ambiguous `else'.
1762 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1764         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
1765         problem with strncpy.
1766         * nis/nss_compat/compat-pwd.c: Likewise.
1767         * nis/nss_compat/comapt-spwd.c: Likewise.
1769 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1771         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
1772         by uch@nop.or.jp. [PR libc/437]
1774 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1776         * locales/pl_PL: Fix int_curr_symbol.
1778 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1780         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
1782 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1784         * stdio-common/test-popen.c: Include <errno.h>.
1786         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
1787         close.
1789         * inet/getnetgrent_r.c: Include <errno.h>.
1791         * db2/db/db_conv.c: Include <string.h> for memcpy.
1793         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
1794         so that memcpy is declared.
1796         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
1798         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
1800 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1802         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
1803         overflow while reading line with fgets.
1804         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1806 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
1808         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
1809         unsigned short, not short.
1810         Reported by Andreas Jaeger.
1812 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1814         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
1815         (ccept->accept).
1817         * sysdeps/generic/inttypes.h: Fix spelling.
1819 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1821         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
1823         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
1825 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
1827         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
1828         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
1829         field for hh modifier.
1830         * stdio-common/vfprint.c: Use is_char field and do not depend in
1831         is_short having the value 2.
1832         Bug reported by Andreas Jaeger.
1834 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1836         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
1837         PIC && DO_VERSIONING.
1839 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1841         * Rules: Add rules for $(common-objpfx)dummy$o.
1843 1998-01-26  Richard Henderson  <rth@cygnus.com>
1845         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
1846         unimplemented OSF/1 definitions so that they are not accidentally seen.
1848         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
1849         of the trampoline function into the macro.
1850         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
1851         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
1852         kernel 2.1.82 has this fixed.
1854         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
1855         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
1857 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
1859         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
1860         support sigaction on kernels > 2.1.7x.
1862 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
1864         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
1865         if it is empty.
1867         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
1868         Patch by David Engel <david@sw.ods.com>.
1870         * configure.in: Fix another typo in --enable-add-ons code.
1872 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
1874         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
1876 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1878         * nss/nss_files/files-network.c: Correct order of parameters for
1879         getnetbyaddr.
1881 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
1883         * db2/Makefile (routines): Add os_alloc.
1884         * db2/db.h: Update from db-2.3.16.
1885         * db2/db_185.h: Likewise.
1886         * db2/db_int.h: Likewise.
1887         * db2/btree/bt_close.c: Likewise.
1888         * db2/btree/bt_cursor.c: Likewise.
1889         * db2/btree/bt_delete.c: Likewise.
1890         * db2/btree/bt_open.c: Likewise.
1891         * db2/btree/bt_page.c: Likewise.
1892         * db2/btree/bt_put.c: Likewise.
1893         * db2/btree/bt_rec.c: Likewise.
1894         * db2/btree/bt_recno.c: Likewise.
1895         * db2/btree/btree_auto.c: Likewise.
1896         * db2/common/db_appinit.c: Likewise.
1897         * db2/common/db_apprec.c: Likewise.
1898         * db2/common/db_err.c: Likewise.
1899         * db2/common/db_region.c: Likewise.
1900         * db2/common/db_shash.c: Likewise.
1901         * db2/db/db.c: Likewise.
1902         * db2/db/db_auto.c: Likewise.
1903         * db2/db/db_conv.c: Likewise.
1904         * db2/db/db_dispatch.c: Likewise.
1905         * db2/db/db_dup.c: Likewise.
1906         * db2/db/db_pr.c: Likewise.
1907         * db2/db/db_rec.c: Likewise.
1908         * db2/db185/db185.c: Likewise.
1909         * db2/dbm/dbm.c: Likewise.
1910         * db2/hash/hash.c: Likewise.
1911         * db2/hash/hash_auto.c: Likewise.
1912         * db2/hash/hash_dup.c: Likewise.
1913         * db2/hash/hash_page.c: Likewise.
1914         * db2/hash/hash_rec.c: Likewise.
1915         * db2/include/btree_ext.h: Likewise.
1916         * db2/include/clib_ext.h: Likewise.
1917         * db2/include/common_ext.h: Likewise.
1918         * db2/include/db.h.src: Likewise.
1919         * db2/include/db_185.h.src: Likewise.
1920         * db2/include/db_am.h: Likewise.
1921         * db2/include/db_ext.h: Likewise.
1922         * db2/include/db_int.h.src: Likewise.
1923         * db2/include/hash_ext.h: Likewise.
1924         * db2/include/lock_ext.h: Likewise.
1925         * db2/include/log.h: Likewise.
1926         * db2/include/log_auto.h: Likewise.
1927         * db2/include/log_ext.h: Likewise.
1928         * db2/include/mp.h: Likewise.
1929         * db2/include/mp_ext.h: Likewise.
1930         * db2/include/mutex_ext.h: Likewise.
1931         * db2/include/os_ext.h: Likewise.
1932         * db2/include/os_func.h: Likewise.
1933         * db2/include/txn_ext.h: Likewise.
1934         * db2/lock/lock.c: Likewise.
1935         * db2/lock/lock_util.c: Likewise.
1936         * db2/log/log.c: Likewise.
1937         * db2/log/log.src: Likewise.
1938         * db2/log/log_archive.c: Likewise.
1939         * db2/log/log_auto.c: Likewise.
1940         * db2/log/log_get.c: Likewise.
1941         * db2/log/log_put.c: Likewise.
1942         * db2/log/log_rec.c: Likewise.
1943         * db2/log/log_register.c: Likewise.
1944         * db2/mp/mp_bh.c: Likewise.
1945         * db2/mp/mp_fget.c: Likewise.
1946         * db2/mp/mp_fopen.c: Likewise.
1947         * db2/mp/mp_fput.c: Likewise.
1948         * db2/mp/mp_pr.c: Likewise.
1949         * db2/mp/mp_sync.c: Likewise.
1950         * db2/mutex/mutex.c: Likewise.
1951         * db2/os/os_alloc.c: Likewise.
1952         * db2/os/os_config.c: Likewise.
1953         * db2/os/os_stat.c: Likewise.
1954         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1955         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1956         * db2/progs/db_load/db_load.c: Likewise.
1957         * db2/progs/db_printlog/db_printlog.c: Likewise.
1958         * db2/progs/db_recover/db_recover.c: Likewise.
1959         * db2/progs/db_stat/db_stat.c: Likewise.
1960         * db2/txn/txn.c: Likewise.
1962         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
1963         Unmap memory blocks in reverse order of allocation.
1964         Call munmap with load address added to offset.
1965         Bug reported by Miguel de Icaza.
1967         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
1968         up weight array.
1970         * localedata/locales/cs_CZ: Update by Michael Mraka
1971         <michael@informatics.muni.cz>.
1973         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
1974         __USE_BSD.
1976         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
1977         reading line with fgets.
1978         * nis/nss_compat/compat-pwd.c: Likewise.
1979         * nis/nss_compat/compat-spwd.c: Likewise.
1980         * nss/nss_files/files-XXX.c: Likewise.
1981         * nss/nss_files/files-alias.c: Likewise.
1982         * shadow/fgetspent_r.c: Likewise.
1984         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
1986         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
1987         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1988         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1990         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
1991         FP register content in ucontext_t.
1993 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1995         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
1996         calculation.  Patch by Markus Schoder
1997         <Markus.Schoder@dresdner-bank.de>.
1999         * math/libm-test.c (modf_test): Add more tests for modf.
2001         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
2002         munlock according to Unix98.
2004 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2006         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
2007         AF_INET.
2009 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
2011         * sysdeps/posix/ttyname.c: Handle symbolic links.
2012         * sysdeps/posix/ttyname_r.c: Ditto.
2014 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
2016         * db2/makedb.c (process_input): Write terminating \0 for value.
2017         (print_database): Simply print value string, don't use length.
2019 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2021         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
2022         exit of loop.
2024 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2026         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
2027         close all sockets.
2029 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
2031         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
2032         sigset.
2033         * signal/sighold.c: New file.
2034         * signal/sigrelse.c: New file.
2035         * sysdeps/generic/sigignore.c: New file.
2036         * sysdeps/generic/sigset.c: New file.
2037         * sysdeps/posix/sigignore.c: New file.
2038         * sysdeps/posix/sigset.c: New file.
2039         * signal/signal.h: Add prototypes for new functions.
2041         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
2042         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
2043         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
2044         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
2046 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
2048         * posix/wordexp.c: Added IFS field-splitting in parameter and
2049         command substitution.  Fixed an IFS-related bug that caused an
2050         infinite loop.
2052 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
2054         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
2055         and swapcontext.
2056         * stdlib/ucontext.h: Correct prototypes.
2057         * sysdeps/generic/getcontext.c: New file.
2058         * sysdeps/generic/setcontext.c: New file.
2059         * sysdeps/generic/makecontext.c: New file.
2060         * sysdeps/generic/swapcontext.c: New file.
2061         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
2063 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
2065         * resource/sys/resource.h: Remove #include of ulimit.h which is
2066         not allowed by SUSv2 and not available on other systems.
2067         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
2069         * streams/Makefile: New file.
2070         * streams/stropts.h: New file.
2071         * sysdeps/generic/bits/stropts.h: New file.
2072         * sysdeps/generic/isastream.c: New file.
2073         * sysdeps/generic/getmsg.c: New file.
2074         * sysdeps/generic/getpmsg.c: New file.
2075         * sysdeps/generic/putmsg.c: New file.
2076         * sysdeps/generic/putpmsg.c: New file.
2077         * sysdeps/generic/fattach.c: New file.
2078         * sysdeps/generic/fdetach.c: New file.
2079         * sysdeps/unix/inet/Subdirs: Add streams.
2080         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
2081         __t_uscalar_t.
2082         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2083         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2084         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2085         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2087         * sysdeps/mach/_strerror.c: Follow changes of generic version to
2088         handle small buffers correctly.
2090 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
2092         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2093         Remove the 3rd arg and add declaration for _dl_runtime_resolve
2094         and _dl_runtime_profile.
2096 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
2098         * include/cpio.h: New file.  Mainly copied from GNU cpio.
2099         * posix/Makefile (headers): Add cpio.h.
2101 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2103         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
2104         to routines.
2105         * nis/nis_cache.c: New file.
2106         * nis/nis_cache2.h: New file.
2107         * nis/nis_cache2_xdr.c: New file.
2108         * nis/nis_call.c: Changes for cache2_info parameter.
2109         * nis/nis_checkpoint.c: Likewise.
2110         * nis/nis_intern.h: Likewise.
2111         * nis/nis_mkdir.c: Likewise.
2112         * nis/nis_ping.c: Likewise.
2113         * nis/nis_rmdir.c: Likewise.
2114         * nis/nis_server.c: Likewise.
2115         * nis/nis_util.c: Likewise.
2117 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2119         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
2120         return/errnop codes.
2121         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2122         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2123         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2124         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2125         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
2126         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2127         * nis/nss_nisplus/nisplus-rpc.c: Likewise
2128         * nis/nss_nisplus/nisplus-service.c: Likewise.
2129         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2131 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2133         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
2134         * nis/nss_nis/nis-ethers.c: Likewise.
2135         * nis/nss_nis/nis-grp.c: Likewise.
2136         * nis/nss_nis/nis-hosts.c: Likewise.
2137         * nis/nss_nis/nis-network.c: Likewise.
2138         * nis/nss_nis/nis-proto.c: Likewise.
2139         * nis/nss_nis/nis-hosts.c: Likewise.
2140         * nis/nss_nis/nis-network.c: Likewise.
2141         * nis/nss_nis/nis-proto.c: Likewise.
2142         * nis/nss_nis/nis-publickey.c: Likewise.
2143         * nis/nss_nis/nis-pwd.c: Likewise.
2144         * nis/nss_nis/nis-rpc.c: Likewise.
2145         * nis/nss_nis/nis-service.c: Likewise.
2146         * nis/nss_nis/nis-spwd.c: Likewise.
2148 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
2150         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
2151         Added to follow latest kernel development.
2153 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
2155         * nss/db-Makefile: Handle empty and comment lines better.
2156         ($(VAR_DB)/services.db): Generate entries with missing protocol
2157         value.
2159 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2161         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
2162           NULL.
2163           (getservbyname): Allow proto == NULL.
2164           Pointed out by David N. Welton <davidw@gate.cks.com>.
2165           [PR libc/430].
2167 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
2169         * nis/nislib/nislib.h: Finally removed.
2171         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
2172         C compiler.  From Kaveh Ghazi.
2173         (TYPE_MINIMUM): Define.
2174         (TYPE_MAXIMUM): Define.
2175         (TIME_T_MIN): Use TYPE_MINIMUM.
2176         (TIME_T_MAX): Use TYPE_MAXIMUM.
2177         Patch by Jim Meyering <meyering@ascend.com>.
2179 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
2181         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
2182         __pread64, __pwrite64, and __getpid.
2184         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
2185         versions.
2187 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2189         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
2190         cancelable socket functions as __libc_xxx with __xxx as weak
2191         alias.
2192         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2193         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2195         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
2196         redefined.
2197         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2198         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
2199         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
2200         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
2202         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
2203         and __xxx a weak alias.
2204         * sysdeps/unix/sysv/linux/connect.S: Likewise.
2205         * sysdeps/unix/sysv/linux/recv.S: Likewise.
2206         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
2207         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
2208         * sysdeps/unix/sysv/linux/send.S: Likewise.
2209         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
2210         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
2212 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2214         * locale/langinfo.h: Add defines.
2216         * dirent/dirent.h: Add defines for DT_*, check also for
2217         _DIRENT_HAVE_D_TYPE.
2218         Suggested by Roland McGrath.
2220 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2222         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
2223         Update from Linux 2.1.73+79.
2225         * README.template: Update information about possible
2226         configurations.
2228         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
2229         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2230         [PR libc/417].
2232         * manual/time.texi (Priority): Correct description of
2233         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2234         [PR libc/416].
2236 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
2238         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
2239         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
2241 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
2243         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
2244         Andreas Jaeger.
2246 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
2248         * locale/programs/ld-collate.c: Little optimizations.
2250         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
2252         * string/Makefile (tests): Add tst-inlcall.
2253         * string/tst-inlcall.c: New file.
2255         * string/strsignal.c: Add support for real-time signals.
2257         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
2258         presense of small buffer.
2260         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
2262         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
2263         for i686.
2265         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
2266         _NSIG + 1.
2268 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
2270         * Rules: Add explicit rule for dummy.o; at least one library needs
2271           it and it isn't autogenerated by the default rules.
2273 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2275         * math/libm-test.c: Tweak epsilons.
2277 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2279         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
2280         child.
2281         (feenv_mask_test): Likewise.
2283 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2285         * Makeconfig: Don't export CPPFLAGS.
2287 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2289         * sunrpc/rpc_main.c (parseargs): Use perror to print error
2290         message.
2292 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2294         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
2295         terminating null in key size.
2297 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2299         * nss/nss_files/files-service.c: Fix allocation size to include
2300         length of PROTO.
2302         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
2303         applicable.  Fix return value and error checking.
2304         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
2305         unparsable lines.
2306         (DB_LOOKUP): Allocate space for terminating null byte.
2308         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
2309         uids specially.
2311         * db2/makedb.c (process_input): Continue processing if a duplicate
2312         key is encountered.
2314 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
2316         * time/tzfile.h: Updated from tzcode1998b.
2317         * time/zdump.c: Likewise.
2318         * time/zic.c: Likewise.
2319         * time/africa: Update from tzdata1998b.
2320         * time/antarctica: Likewise.
2321         * time/asia: Likewise.
2322         * time/australasia: Likewise.
2323         * time/etcetera: Likewise.
2324         * time/europe: Likewise.
2325         * time/leapseconds: Likewise.
2326         * time/northamerica: Likewise.
2327         * time/southamerica: Likewise.
2329 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2331         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
2332         lookups ignoring case.
2333         * nss/nss_files/files-network.c: Do network lookups ignoring
2334         case.
2335         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
2336         case.
2337         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
2338         case insensitive comparing.
2339         Patches by Cristian Gafton <gafton@redhat.com>.
2341 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2343         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
2344         by Roland McGrath. [PR libc/395]
2346 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2348         * manual/arith.texi (Parsing of Integers): Correct description of
2349         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
2350         [PR libc/396]
2352 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
2354         * misc/lsearch.c (lsearch): Return a pointer to the new element
2355         if one was "allocated".
2357 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2359         * string/strsignal.c: NSIG is not a valid index into
2360         _sys_siglist.  Don't zap the last character of the "Unknown
2361         signal" message.
2363 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
2365         * locale/programs/charmap.c (parse_charmap): Correct parsing of
2366         ellipsis expressions.
2368         * locale/programs/charset.c (insert_char): Correctly insert value
2369         of eliipsis expression.
2371 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
2373         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
2374         <bits/setjmp.h>.
2375         * sysdeps/powerpc/setjmp.S: Likewise.
2376         Patches by Matt McLean <keys@keys.got.net>.
2378         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
2380         * Makefile: Undo last patch.
2381         (distribute): Add test-installation.pl.
2383         * configure.in: Correct handling of --enable-add-ons without parameter.
2384         Correct address of WWW pages.
2386         * libc.map: Add _nl_domain_bindings.
2388         * db2/mutex/tsl_parisc.s: New file.
2390         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
2391         and extra-module.mk.
2393         * localedata/Makefile (distribute): New.  Add all the files.
2395         * stdlib/Makefile (headers): Add inttypes.h.
2396         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
2397         * sysdeps/generic/inttypes.h: New file.
2398         * sysdeps/generic/strtoimax.c: New file.
2399         * sysdeps/generic/strtoumax.c: New file.
2400         * sysdeps/generic/wcstoimax.c: New file.
2401         * sysdeps/generic/wcstoumax.c: New file.
2402         * sysdeps/wordsize-32/Dist: Removed.
2403         * sysdeps/wordsize-32/Makefile: Removed.
2404         * sysdeps/wordsize-64/Dist: Removed.
2405         * sysdeps/wordsize-64/Makefile: Removed.
2406         * sysdeps/generic/bits/environments.h: New file.
2408         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
2409         header is still not correct.
2411         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
2412         * posix/unistd.h: Likewise.
2413         * sysdeps/generic/sys/mman.h: Likewise.
2414         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
2416         * manual/arith.texi: Change definition of mul macro.
2417         * manual/math.texi: Likewise.
2419         * misc/Makefile (routines): Add mmap64.
2420         * sysdeps/generic/mmap64.c: New file.
2421         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
2422         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
2423         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
2424         aliases to mmap.
2425         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2427         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
2429         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
2431         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
2433         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
2434         FOPEN_MAX also when included by limits.h.
2435         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
2437         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
2438         and netrom/netrom.h.
2439         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
2440         oldsiglist to sysdep_routines, not aux.
2441         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
2443         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
2444         and SOL_NETROM definition.
2446         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
2448         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
2449         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
2451 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
2453         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
2455         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
2456         sa_handler with k_sa_handler.
2457         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
2458         strong alias.
2459         Reported by a sun.
2461         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
2462         __libc_have_rt_sigs here.
2463         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
2464         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2465         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
2466         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2468 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
2470         * sysdeps/powerpc/atomicity.h: New file.
2471         * sysdeps/mach/powerpc/machine-lock.h: New file.
2473         * Rules: Use -fpic to build anything that might end up in a users'
2474         shared library.
2476         * sysdeps/powerpc/s_fdim.c: New file.
2477         * sysdeps/powerpc/s_fdimf.c: New file.
2478         * sysdeps/powerpc/s_fmax.S: New file.
2479         * sysdeps/powerpc/s_fmaxf.S: New file.
2480         * sysdeps/powerpc/s_fmin.S: New file.
2481         * sysdeps/powerpc/s_fminf.S: New file.
2482         * sysdeps/powerpc/s_llrint.c: Now is for double.
2483         * sysdeps/powerpc/s_llrintf.c: New file.
2484         * sysdeps/powerpc/s_llround.c: Now is for double.
2485         * sysdeps/powerpc/s_llroundf.c: New file.
2486         * sysdeps/powerpc/s_lrint.c: Now is for double.
2487         * sysdeps/powerpc/s_lrintf.S: New file.
2488         * sysdeps/powerpc/s_lround.c: Now is for double.
2489         * sysdeps/powerpc/s_lroundf.c: New file.
2490         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
2491         lrintf, fdim, fdimf.
2493         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
2494         file directly, use its parent.
2496         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
2497         (for the third time).
2499 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
2501         * posix/sched.h: timespec is in <time.h>.
2503         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
2505 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
2507         * configure.in: Stop with error if --disable-static is used when
2508         the shared lib uses this library.
2510         * gen-FAQ.pl: I've perl installed in /usr/bin.
2512         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
2514         Fix Unix98 conformance problems in the headers.
2515         * catgets/nl_types.h: Define nl_item.
2516         * grp/grp.h: Define gid_t.
2517         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
2518         * include/nl_types.h: New file.
2519         * include/ulimit.h: New file.
2520         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
2521         constants in POSIX mode.
2522         * io/utime.h: Get definition for time_t.
2523         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
2524         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
2525         * libio/stdio.h: Define va_list.  Make snprintf also available is
2526         __USE_UNIX98.  Declare getopt function and variables.
2527         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
2528         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
2529         * math/math.h: Defined M_* constants as double for Unix98 mode.
2530         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
2531         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
2532         * posix/regex.h: Define REG_NOSYS.
2533         * posix/wordexp.h: Define WRDE_NOSYS.
2534         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
2535         500 for Unix98.
2536         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
2537         somewhere else as well.  Define clock_t for Unix98.
2538         * posix/sys/wait.h: Define pid_t.
2539         * pwd/pwd.h: Define gid_t, uid_t.
2540         * resource/Makefile (headers): Add ulimit.h.
2541         * resource/ulimit.h: New file.
2542         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
2543         instead of second argument.
2544         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
2545         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
2546         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
2547         * signal/signal.h: Define pid_t.
2548         * string/string.h: Don't declare BSD string functions in POSIX mode.
2549         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
2550         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
2551         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
2552         and POSIX.
2554         * inet/test_ifindex.c: Change test so that it does not fail for
2555         interface aliases.
2557         * locale/programs/locale.c (show_info): Use correct cast sequence
2558         for 64bit machines.
2560         * malloc/malloc.c: __malloc_initialized now signals three states:
2561         uninitialized, initializing, initialized.  Used in mcheck.
2562         * malloc/mcheck.c (mabort): Add '\n' to messages.
2563         (mcheck): Allow installation when malloc is uninitialized or is
2564         just initializing.
2566         * manual/memory.texi: Explain mtrace output a bit more.
2568         * math/libm-test.c: Add more epsilons.
2570         * misc/regexp.h (compile): Remove __ prefix from parameter names.
2572         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
2573         instead of strcpy for security.
2574         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
2575         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
2576         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
2578         * nss/digits_dots.c: Pretty print.
2580         * posix/getconf.c (vars): Add symbols for programming environment
2581         recognition.  Recognize --version.
2583         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
2584         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
2585         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
2587         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
2588         __need_FOPEN_MAX.
2589         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
2590         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
2591         __need_FOPEN_MAX.
2593         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
2594         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
2596         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
2597         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2598         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2599         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
2600         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2601         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
2603         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
2604         SCNu*.
2605         * sysdeps/wordsize-64/inttypes.h: Likewise.
2607         * time/africa: Update from tzdata1997j.
2608         * time/antarctica: Likewise.
2609         * time/asia: Likewise.
2610         * time/australasia: Likewise.
2611         * time/backward: Likewise.
2612         * time/etcetera: Likewise.
2613         * time/europe: Likewise.
2614         * time/factory: Likewise.
2615         * time/northamerica: Likewise.
2616         * time/pacificnew: Likewise.
2617         * time/southamerica: Likewise.
2619         * time/tzfile.h: Update from tzcode1997h.
2620         * time/zic.c: Likewise.
2622         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
2623         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
2624         isw*() functions for Unix98.
2625         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
2626         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
2627         is defined.
2629 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2631         * locale/duplocale.c: Increase usage_count only if less than
2632         MAX_USAGE_COUNT.
2633         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
2634         MAX_USAGE_COUNT.
2635         * locale/setlocale.c: Likewise.
2637 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2639         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
2640         dependency to make it easier to install it selectively.
2642         * Makerules (.SUFFIXES): Don't define any suffixes.
2644 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2646         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
2647         * sysdeps/generic/statfs64.c: Emulate using statfs.
2648         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
2649         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
2650         * sysdpes/generic/ftruncate64.c: New file.
2651         * sysdpes/generic/truncate64.c: New file.
2653         * sysdeps/generic/bits/stat.h: Add LFS support.
2654         * sysdeps/generic/bits/statfs.h: Likewise.
2656         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
2657         [__USE_FILE_OFFSET64]: Make long long constant.
2658         (RLIM64_INFINITY): Likewise.
2660         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
2661         for LFS support.
2662         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
2663         * sysdeps/generic/bits/resource.h: Likewise.
2665         * misc/Makefile (routines): Add truncate64 and ftruncate64.
2667         * include/features.h: Don't prevent LFS support from defining BSD
2668         and SYSV things.
2670         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
2671         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
2672         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
2674         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
2675         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
2676         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2678         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
2679         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
2680         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
2681         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
2682         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
2683         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
2684         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
2685         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
2686         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
2687         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
2688         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
2689         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
2690         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
2691         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
2692         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
2693         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
2694         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
2695         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
2696         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
2697         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
2699         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
2700         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
2701         * sysdeps/unix/sysv/linux/xstat64.c: New file.
2702         * sysdeps/unix/sysv/linux/readdir64.c: New file.
2703         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
2705         * sysdeps/unix/sysv/linux/getdents64.c: New file.
2706         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
2707         [$(subdir)=dirent]: Add getdents64.
2708         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
2710         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
2712 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
2714         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
2716         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
2717         * sysdeps/generic/getrlimit64.c: Likewise.
2718         * sysdeps/generic/setrlimit.c: Likewise.
2719         * sysdeps/generic/setrlimit64.c: Likewise.
2721 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
2723         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
2724         using versioning.
2726         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
2728         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
2730 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2732         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
2733         after the codeset name.
2735 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2737         * libc.map: Add get_kernel_syms.
2739 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2741         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
2742         static.
2743         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
2744         Likewise.  Fix condition.
2746 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2748         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
2750 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2752         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
2753         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
2755 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2757         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
2758         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
2759         instead.  Oops.
2761 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2763         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
2765 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2767         * math/libm-test.c (catanh_test): Change epsilon.
2768         Reported by H.J. Lu.
2770 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
2772         * libc.map (__getpid): Added for linuxthreads.
2774 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
2776         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
2777         it if gcc uses static variable in DWARF2 unwind information
2778         for exception support.
2780         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
2782         * elf/soinit.c (__libc_global_ctors, _fini): Handle
2783         HAVE_DWARF2_UNWIND_INFO_STATIC.
2785         * libc.map (__register_frame*, __deregister_frame*): Make them
2786         global.
2788 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2790         * math/libm-test.c: Add more tests for "normal" values.
2792 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2794         * stdio-common/printf_fphex.c: Fix printing of long double number
2795         with a biased exponent of zero.  Fix rounding.
2797 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2799         * sunrpc/rpc_main.c: Accept new flag -$.
2800         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
2802 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2804         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
2805         dynamic linker first, in case the interface has changed.
2807 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2809         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
2810         order.
2812 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2814         * math/tgmath.h: Check for double first, for architectures where
2815         sizeof (long double) == sizeof (double).
2817 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2819         * math/libm-test.c: New tests for "normal" values added for most
2820         functions.
2822 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
2824         * version.h (VERSION): Bump to 2.0.91.
2826         * db2/makedb.c (process_input): Fix typo in message.
2827         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
2829         * elf/dynamic-link.h: Pretty print.
2831         * elf/rtld.c: Allow multiple preloading of a shared object.
2833         * include/limits.h: Prevent multiple inclusion.
2835         * malloc/Makefile (headers): Add mcheck.h.
2836         (distribute): Remove it here.
2837         * malloc/mcheck.h: Pretty print.
2838         * malloc/mtrace.c (mallenv): Make `const'.
2839         * malloc/mtrace.pl: Don't print table head for memory leaks if there
2840         are none.
2841         * manual/memory.texi: Update descriptor of malloc hooks.
2843         * posix/Makefile (routines): Add waitid.
2844         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
2845         on __id_t.
2846         * posix/sys/wait.h: Define idtype_t type.
2847         Add prototype for waitid.
2848         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
2849         * sysdeps/generic/waitid.c: Stub for waitid.
2850         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
2851         the __need_siginfo_t defined.
2852         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
2853         * sysdeps/generic/bits/types.h: Define __id_t.
2854         Correct definition of __FDMASK.
2855         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2856         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2857         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2859         * sysdeps/posix/waitid.c: New file.
2860         Provided by Zack Weinberg.
2862         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
2864         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2865         Add missing parameters.
2867         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
2868         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
2869         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
2870         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
2871         initialized.
2873         * sysdeps/i386/dl-machine.h: Little cleanup.
2875         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
2876         (__finite): Mark function as const.
2877         Add inline code for __ieee754_atan2.
2879         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
2880         (but don't use it now).
2881         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
2882         __atan.
2883         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
2884         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
2885         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
2886         real part.
2887         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
2888         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
2889         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
2890         __ieee754_atan2 to base 10.
2891         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
2892         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
2894         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
2895         old_kernel_sigaction.
2897         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
2899         * wctype/Makefile (routines): Add wctype_l.
2900         * wctype/wctype.h: Add declaration of __wctype_l.
2901         * wctype/wctype_l.c: New file.
2903 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
2905         * locale/C-ctype.c: Correct data for isw* functions.
2906         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
2907         byte order.
2908         * wctype/test_wctype.c: Add test for isw* functions.
2909         * wctype/wctype.c: Return value with expected byte order.
2911 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2913         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
2915 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
2917         * iconvdata/Makefile: Fix a typo.
2919         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
2920         oldsiglist for shared library.
2922         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
2923         sys_sigabbrev): Make them as the default version GLIBC_2.1.
2925         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
2926         sys_siglist, sys_sigabbrev): New file. Make them as the old
2927         version GLIBC_2.0.
2929         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
2930         to GLIBC_2.1.
2932 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
2934         * libio/iofgets.c (_IO_fgets): Return an error only if there
2935         is a new error.
2936         * libio/iogets.c (_IO_gets): Ditto.
2938 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
2940         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
2942         * libio/Makefile (routines, shared-only-routines): Add
2943         oldiofdopen.
2945         * libio/fileops.c: Don't use _IO_FILE_complete.
2946         * libio/iofdopen.c: Ditto.
2947         * libio/iofopen.c: Ditto.
2948         * libio/iofopen64.c: Ditto.
2949         * libio/iopopen.c: Ditto.
2950         * libio/iovdprintf.c: Ditto.
2952         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
2954         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
2955         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
2957         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
2958         _IO_old_fdopen, _IO_new_fdopen): New declaration.
2960         * libio/libio.h (_IO_FILE): Add more fields.
2961         (_IO_FILE_complete): Defined and make _IO_FILE be the old
2962         one if _IO_USE_OLD_IO_FILE is defined
2963         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
2964         them _IO_FILE_complete.
2966         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
2967         to adjust vtable.
2968         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
2969         _IO_JUMPS.
2970         (_IO_FILE_complete): Commented out.
2972         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
2973         * libio/oldiofclose.c: Ditto.
2974         * libio/oldiofopen.c: Ditto.
2975         * libio/oldstdfiles.c: Ditto.
2977         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
2978         for the old _IO_FILE.
2980         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
2981         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
2982         and stderr.
2984         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
2985         and remove INAME.
2987         * libio/stdio.c (stdin, stdout, stdin): Don't use
2988         _IO_FILE_complete.
2990         * libio/oldiofdopen.c: New.
2992         * stdio-common/vfprintf.c (buffered_vfprintf): Set
2993         hp->_vtable_offset to 0.
2995 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
2997         * libc.map (_IO_file_open): Added.
2999         * libio/libioP.h (_IO_file_open): Declared.
3001         * libio/fileops.c (_IO_file_open): New.
3002         (_IO_file_fopen): Call _IO_file_open ().
3004         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
3005         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
3007 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3009         * signal/signal.h: Fix selection of signal semantics to match
3010         comment.
3012 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3014         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
3015         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
3016         rt_sigreturn.
3017         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
3018         [$(subdir)=signal]: Remove rt_sigreturn.
3019         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
3020         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
3021         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
3023 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3025         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
3026         declarations.
3028 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3030         * iconvdata/extra-module.mk: Expand extra-objs now.
3032 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3034         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
3035         inline functions by feature tests to avoid warning about missing
3036         prototype declarations.
3038 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3040         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
3041         return code for non existent +name entries.
3042         * nis/nss_compat/compat-pwd.c: Likewise.
3043         * nis/nss_compat/compat-spwd.c: Likewise.
3045 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
3047         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
3048         (EIO): Likewise.
3049         (ENOSPC): Likewise.
3050         (EEXIST): Likewise.
3051         (__errno_location): Likewise.
3053         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
3055         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
3057 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3059         * sunrpc/publickey.c: Use new NSS interface.
3061 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
3063         * manual/malloc.texi: Document mtrace/muntrace and the concept.
3065 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3067         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
3068         value, to match spirit of the standard.
3069         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
3070         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
3071         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
3073 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3075         * manual/signal.texi (Signal Stack): Remove spurious @item.
3077 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3079         * rt/aio.h: Remove double semicolon.
3081         * rt/librt.map: Add aio_init.
3083 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
3085         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
3086         * Makefile (subdirs): Replace rt by $(rt).
3088         * shlib-versions: Use version .2 for NSS modules.
3090         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
3091         argument.
3092         * pwd/fgetpwent_r.c: Likewise.
3093         * spwd/fgetspent_r.c: Likewise.
3094         * spwd/sgetspent_r.c: Likewise.
3095         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
3096         Store error number in *ERRNOP.  Little optimization.
3097         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
3098         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
3099         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
3100         (__internal_getnetgrent_r): New argument.
3101         Call __internal_setnetgrent_reuse with new argument.
3102         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
3103         * inet/netgroup.h: Add argument to prototypes.
3104         * nis/nisplus-parser.h: Likewise.
3105         * nis/nss_compat/compat-grp.c: Change everything to store error
3106         code through provided pointer and not use errno.
3107         * nis/nss_compat/compat-pwd.c: Likewise.
3108         * nis/nss_compat/compat-spwd.c: Likewise.
3109         * nis/nss_nis/nis-alias.c: Likewise.
3110         * nis/nss_nis/nis-ethers.c: Likewise.
3111         * nis/nss_nis/nis-grp.c: Likewise.
3112         * nis/nss_nis/nis-hosts.c: Likewise.
3113         * nis/nss_nis/nis-netgrp.c: Likewise.
3114         * nis/nss_nis/nis-network.c: Likewise.
3115         * nis/nss_nis/nis-proto.c: Likewise.
3116         * nis/nss_nis/nis-publickey.c: Likewise.
3117         * nis/nss_nis/nis-pwd.c: Likewise.
3118         * nis/nss_nis/nis-rpc.c: Likewise.
3119         * nis/nss_nis/nis-service.c: Likewise.
3120         * nis/nss_nis/nis-spwd.c: Likewise.
3121         * nis/nss_nisplus/nisplus-alias.c: Likewise.
3122         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
3123         * nis/nss_nisplus/nisplus-grp.c: Likewise.
3124         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
3125         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
3126         * nis/nss_nisplus/nisplus-network.c: Likewise.
3127         * nis/nss_nisplus/nisplus-parser.c: Likewise.
3128         * nis/nss_nisplus/nisplus-proto.c: Likewise.
3129         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3130         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
3131         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
3132         * nis/nss_nisplus/nisplus-service.c: Likewise.
3133         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
3134         * nss/nss_db/db-XXX.c: Likewise.
3135         * nss/nss_db/db-alias.c: Likewise.
3136         * nss/nss_db/db-netgrp.c: Likewise.
3137         * nss/nss_files/files-XXX.c: Likewise
3138         * nss/nss_files/files-alias.c: Likewise
3139         * nss/nss_files/files-netgrp.c: Likewise
3140         * nss/nss_files/files-parse.c: Likewise
3141         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
3142         parameter of get functions.
3143         * nss/getXXent_r.c: Likewise.
3145         * localedata/tst-fmon.c: Print debug info if test fails.
3147         * rt/Makefile (routines): Add aio_notify.
3148         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
3149         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
3150         * rt/aio_fsync.c: Likewise.
3151         * rt/aio_misc.c: Likewise.
3152         * rt/aio_misc.h: Likewise.
3153         * rt/aio_read.c: Likewise.
3154         * rt/aio_read64.c: Likewise.
3155         * rt/aio_suspend.c: Likewise.
3156         * rt/aio_write.c: Likewise.
3157         * rt/aio_write64.c: Likewise.
3158         * rt/lio_listio.c: Likewise.
3159         * rt/lio_listio64.c: Likewise.
3160         * rt/aio_notify.c: New file.
3162         * sysdeps/generic/bits/sigset.h: Pretty print.
3164         * sysdeps/posix/pwrite.c: Define weak alias only if function is
3165         really defined as __pwrite.
3167         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
3168         instead of pread64.
3169         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3171         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3172         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
3173         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
3174         size in syscall.
3175         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3176         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3177         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
3178         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3179         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
3180         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3181         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
3182         for ACT being NULL.
3183         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
3184         RT signals.
3185         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
3186         __NR_pread is not defined.
3187         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
3188         __NR_pwrite is not defined.
3190 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3192         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
3193         handle for /etc/group back in some more cases.
3194         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
3195         handle for /etc/passwd back in some more cases.
3196         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
3197         handle for /etc/shadow back in some more cases.
3199 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
3201         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
3202         beyound its size.
3203         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
3204         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
3206 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
3208         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
3209         handling.  Don't use macros, we need functions.  Use inline functions
3210         for optimization.
3211         * sysdeps/wordsize-64/inttypes.h: Likewise.
3212         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
3213         and wcstoumax.
3214         * sysdeps/wordsize-64/Makefile: Likewise.
3215         * sysdeps/wordsize-32/Dist: Likewise.
3216         * sysdeps/wordsize-64/Dist: Likewise.
3217         * sysdeps/wordsize-32/strtoimax.c: New file.
3218         * sysdeps/wordsize-32/strtoumax.c: New file.
3219         * sysdeps/wordsize-32/wcstoimax.c: New file.
3220         * sysdeps/wordsize-32/wcstoumax.c: New file.
3221         * sysdeps/wordsize-64/strtoimax.c: New file.
3222         * sysdeps/wordsize-64/strtoumax.c: New file.
3223         * sysdeps/wordsize-64/wcstoimax.c: New file.
3224         * sysdeps/wordsize-64/wcstoumax.c: New file.
3226 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
3228         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
3229         that transparent union works.
3230         * sysdeps/generic/wait4.c (__wait4): Likewise.
3231         * sysdeps/generic/wait.c (__wait): Likewise.
3233         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
3234         size_t.
3236         * sysdeps/generic/syscall.c (syscall): Return value and arg are
3237         long, to match prototype.
3239         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
3240         have mremap() yet.
3242         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
3244         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
3246         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
3248         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
3249         __rlim_t.
3251         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
3253         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
3255         * io/sys/stat.h (S_ISLNK): Always false if we don't have
3256         __S_IFLNK.
3258         * sysdeps/standalone/close.c (_STDIO_H): Define before including
3259         <bits/stdio_lim.h>.
3260         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
3262 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
3264         * posix/sys/wait.h: Don't use transparent unions in C++.
3266 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3268         * time/time.h: Add strfxtime.
3270         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
3271         sysv_signal, strfxtime, pread64, pwrite64.
3273 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
3275         Alpha changes for EGCS:
3276         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
3277         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
3278         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
3279         (_start): Likewise.
3280         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
3282 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
3284         The kernel expects the arguments in a different order.
3285         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
3286         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
3288         * FAQ.in: New file.
3289         * gen-FAQ.pl: New file.
3290         * Makefile (FAQ): Add rule to generate from FAQ.in.
3292         * iconvdata/Makefile: Treat libJIS like the other modules.
3294         * rt/librt.map: New file.
3296         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
3297         inclusion.
3298         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
3299         comment.
3301 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
3303         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
3304         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3305         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
3306         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3308 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3310         * string/bits/string2.h: Fix spellings.
3312         * string/string.h: Fix spellings.
3314 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3316         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
3317         declaration to __syscall_rt_sigaction.
3319         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
3320         non-existant <sigcontext.h>.
3322 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3324         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
3325         typo.
3327 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3329         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
3331         * Makeconfig (shared-thread-library): Correct spelling.
3333         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
3334         <asm/pci.h>.
3336 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3338         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
3339         constants from Linux headers. Pointed out by
3340         csmall@scooter.o.i.net. [PR libc/369]
3342 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3344         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
3346 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3348         * configure.in: If --enable-add-ons is given without an
3349         argument, set the addons list to all subdirs with a configure
3350         script.
3352 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
3354         * Makeconfig: Add shared-thread-library variable.
3356         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
3357         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
3358         here.
3359         * sysdeps/m68k/fpu/e_acos.c: Likewise.
3360         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
3361         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
3362         * sysdeps/m68k/fpu/e_pow.c: Likewise.
3363         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
3364         * sysdeps/m68k/fpu/k_cos.c: Likewise.
3365         * sysdeps/m68k/fpu/k_sin.c: Likewise.
3366         * sysdeps/m68k/fpu/k_tan.c: Likewise.
3367         * sysdeps/m68k/fpu/s_atan.c: Likewise.
3368         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
3369         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
3370         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
3371         * sysdeps/m68k/fpu/s_csin.c: Likewise.
3372         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
3373         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
3374         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
3375         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
3376         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
3377         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
3378         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
3379         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
3380         * sysdeps/m68k/fpu/s_modf.c: Likewise.
3381         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
3382         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
3383         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
3385         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
3386         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
3387         * signal/Makefile (headers): Add bits/siginfo.h.
3388         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
3389         (distribute): Add testrtsig.h.
3390         * signal/allocrtsig.c: New file.
3391         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
3392         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
3393         __libc_current_sigrtmax.
3394         * sysdeps/generic/sigqueue.c: New file.
3395         * sysdeps/generic/sigtimedwait.c: New file.
3396         * sysdeps/generic/sigwaitinfo.c: New file.
3397         * sysdeps/generic/testrtsig.h: New file.
3398         * sysdeps/generic/bits/siginfo.h: New file.
3399         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
3400         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
3401         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
3402         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
3403         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
3404         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
3405         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
3406         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
3407         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
3408         * sysdeps/unix/sysv/linux/sigpending.c: New file.
3409         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
3410         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
3411         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
3412         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
3413         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
3414         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
3415         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
3416         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
3417         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
3418         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
3419         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
3420         and _POSIX_REALTIME_SIGNALS.
3421         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
3422         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
3423         update _NSIG.
3424         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
3425         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
3426         definitions.
3428         * Makefile (subdirs): Add rt.
3429         * shlib-versions: Add entry for librt.
3430         * rt/Makefile: New file.
3431         * rt/aio.h: New file.
3432         * rt/aio_cancel.c: New file.
3433         * rt/aio_error.c: New file.
3434         * rt/aio_fsync.c: New file.
3435         * rt/aio_misc.c: New file.
3436         * rt/aio_misc.h: New file.
3437         * rt/aio_read.c: New file.
3438         * rt/aio_read64.c: New file.
3439         * rt/aio_return.c: New file.
3440         * rt/aio_suspend.c: New file.
3441         * rt/aio_write.c: New file.
3442         * rt/aio_write64.c: New file.
3443         * rt/lio_listio.c: New file.
3444         * rt/lio_listio64.c: New file.
3445         * sysdeps/generic/aio_sigqueue.c: New file.
3446         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
3447         * sysdeps/unix/sysv/linux/Dist: Add new files
3448         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3449         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
3450         rt_sigqueueinfo, rt_sigaction.
3452         * posix/Makefile (headers): Add bits/environments.h.
3453         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
3454         and _CS_LFS_CFLAGS on 64bit platforms.
3455         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
3456         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
3457         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
3458         compilation modules.
3459         * sysdeps/wordsize-32/bits/environments.h: New file.
3460         * sysdeps/wordsize-64/bits/environments.h: New file.
3462         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
3463         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
3464         __libc_pid.
3465         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
3466         0xf00baa.
3468         * string/string.h: Add declaration of __strverscmp.
3469         * string/strverscmp.c: Rename function ot __strverscmp and make old
3470         name weak alias.
3472         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
3473         * sysdeps/generic/enbl-secure.c: Likewise.
3474         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3476         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
3478         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
3480 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
3482         * posix/sys/wait.h: Use __transparent_union__ instead of
3483         transparent_union.  Reported by Roland McGrath.
3485 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3487         * resolv/inet_neta.c (inet_neta): Change type of first parameter
3488         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
3489         [PR libc/366].
3491         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
3493         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
3495 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3497         * grp/initgroups.c: Increase buffer if it is too small.
3499 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
3501         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
3502         fields, this is no ISO C.  Reported by Andreas Jaeger.
3504 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3506         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
3508 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
3510         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
3511         _SYS_UTSNAME_H not _UTSNAME_H.
3513 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3515         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
3516         computing s_scale.
3518 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3520         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
3521         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
3522         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
3524         * math/libm-test.c (csqrt_test): Add testcase.
3526 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
3528         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
3529         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
3530         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
3532 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3534         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
3536 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3538         * math/libm-test.c (acos_test): Add more tests.
3539         (asin_test): Likewise.
3540         (atan_test): Likewise.
3541         (exp_test): Likewise.
3542         (sin_test): Likewise.
3543         (sqrt_test): Likewise.
3544         (cpow_test): Likewise.
3545         (csqrt_test): Likewise.
3546         (cexp_test): Correct typo in gcc version test.
3548 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
3550         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
3551         <bits/setjmp.h>.
3552         * sysdeps/arm/setjmp.S: Likewise.
3554         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
3556 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
3558         * stdio/stdio.h: Add prototype for tmpfile64().
3560 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
3562         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
3563         prototype to keep in step with libio version.
3565         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
3567 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
3569         * sysdeps/generic/Makefile: Don't try to use make_siglist if
3570         cross-compiling.
3572 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
3574         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
3575         load GOT ptr before jumping to _exit.
3576         Reported by Xavier Leroy.
3578 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
3580         * Makefile (subdirs): Add iconvdata and localedata.
3582         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
3584         * iconv/gconv_conf.c (read_conf_file): Little optimization.
3586         * iconvdata/8bit-gap.c: New file.
3587         * iconvdata/8bit-generic.c: Renamed from ...
3588         * iconvdata/iso8859-generic.c: ...this.
3589         * iconvdata/configure: Removed.
3590         * iconvdata/Makefile: Add new modules and better rules.
3591         * iconvdata/iso6937.c: Minor bug fixes.
3592         * iconvdata/iso8859-1.c: Likewise.
3593         * iconvdata/t61.c: Likewise.
3594         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
3595         Minor bug fixes.
3596         * iconvdata/iso8859-3.c: Likewise.
3597         * iconvdata/iso8859-4.c: Likewise.
3598         * iconvdata/iso8859-5.c: Likewise.
3599         * iconvdata/iso8859-6.c: Likewise.
3600         * iconvdata/iso8859-7.c: Likewise.
3601         * iconvdata/iso8859-8.c: Likewise.
3602         * iconvdata/iso8859-9.c: Likewise.
3603         * iconvdata/iso8859-10.c: Likewise.
3604         * iconvdata/ebcdic-at-de-a.c: New file.
3605         * iconvdata/ebcdic-at-de.c: New file.
3606         * iconvdata/ebcdic-ca-fr.c: New file.
3607         * iconvdata/hp-roman8.c: New file.
3608         * iconvdata/koi-8.c: New file.
3609         * iconvdata/koi8-r.c: New file.
3610         * iconvdata/koi8-h.c: New file.
3611         * iconvdata/latin-greek-1.c: New file.
3612         * iconvdata/latin-greek-1.h: New file.
3613         * iconvdata/latin-greek.c: New file.
3614         * iconvdata/latin-greek.h: New file.
3615         * iconvdata/jis0201.c: New file.
3616         * iconvdata/jis0201.h: New file.
3617         * iconvdata/jis0208.c: New file.
3618         * iconvdata/jis0208.h: New file.
3619         * iconvdata/jis0212.c: New file.
3620         * iconvdata/jis0212.h: New file.
3621         * iconvdata/sjis.c: New file.
3622         * iconvdata/gap.pl: New file.  Script to generate table header.
3623         * iconvdata/gaptab.pl: New file.
3624         * iconvdata/gconv-modules: Add info about new modules.
3626         * locale/programs/charmap.c: Also examine alias names given in charmap
3627         files.
3629         * localedata/*: Add to here from add-on.  We need the information
3630         to generate tables for iconv.
3632         Update from db-2.3.14.
3633         * db2/Makefile: Updated.
3634         * db2/config.h: Likewise.
3635         * db2/db.h: Likewise.
3636         * db2/db_int.h: Likewise.
3637         * db2/btree/bt_cursor.c: Likewise.
3638         * db2/btree/bt_delete.c: Likewise.
3639         * db2/btree/bt_put.c: Likewise.
3640         * db2/btree/bt_search.c: Likewise.
3641         * db2/btree/bt_split.c: Likewise.
3642         * db2/btree/btree_auto.c: Likewise.
3643         * db2/common/db_appinit.c: Likewise.
3644         * db2/common/db_apprec.c: Likewise.
3645         * db2/common/db_err.c: Likewise.
3646         * db2/common/db_region.c: Likewise.
3647         * db2/db/db_auto.c: Likewise.
3648         * db2/db/db_dispatch.c: Likewise.
3649         * db2/db/db_ret.c: Likewise.
3650         * db2/dbm/dbm.c: Likewise.
3651         * db2/hash/hash_auto.c: Likewise.
3652         * db2/include/btree_ext.h: Likewise.
3653         * db2/include/common_ext.h: Likewise.
3654         * db2/include/db.h.src: Likewise.
3655         * db2/include/db_cxx.h: Likewise.
3656         * db2/include/db_ext.h: Likewise.
3657         * db2/include/db_int.h.src: Likewise.
3658         * db2/include/lock.h: Likewise.
3659         * db2/include/log.h: Likewise.
3660         * db2/include/mp.h: Likewise.
3661         * db2/include/mp_ext.h: Likewise.
3662         * db2/include/os_ext.h: Likewise.
3663         * db2/include/os_func.h: Likewise.
3664         * db2/lock/lock.c: Likewise.
3665         * db2/lock/lock_deadlock.c: Likewise.
3666         * db2/log/log.c: Likewise.
3667         * db2/log/log_archive.c: Likewise.
3668         * db2/log/log_auto.c: Likewise.
3669         * db2/log/log_get.c: Likewise.
3670         * db2/log/log_put.c: Likewise.
3671         * db2/mp/mp_bh.c: Likewise.
3672         * db2/mp/mp_fget.c: Likewise.
3673         * db2/mp/mp_fopen.c: Likewise.
3674         * db2/mp/mp_fput.c: Likewise.
3675         * db2/mp/mp_fset.c: Likewise.
3676         * db2/mp/mp_open.c: Likewise.
3677         * db2/mp/mp_pr.c: Likewise.
3678         * db2/mp/mp_region.c: Likewise.
3679         * db2/mp/mp_sync.c: Likewise.
3680         * db2/mutex/README: Likewise.
3681         * db2/mutex/mutex.c: Likewise.
3682         * db2/os/os_open.c: Likewise.
3683         * db2/os/os_func.c: Removed.
3684         * db2/os/os_config.c: New file.
3685         * db2/os/os_spin.c: New file.
3686         * db2/txn/txn.c: Likewise.
3687         * db2/txn/txn_auto.c: Likewise.
3689 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
3691         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
3692         __typeof for C++ since this fails for class members.
3693         Reported by Neal Becker <neal@ctd.comsat.com>.
3695 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3697         * configure.in: Check for a working makeinfo (3.11 or better).
3698         * config.make.in: Add MAKEINFO to be substituted.
3699         * manual/Makefile: Don't update info if makeinfo is too old.
3701 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
3703         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
3704         * sysdeps/alpha/__longjmp.S: Likewise.
3705         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
3706         not <bits/termios.h>.
3708         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
3709         __llseek and make llseek and lseek64 weak aliases.
3710         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3711         Patches by a sun <asun@zoology.washington.edu>.
3713 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3715         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
3716         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
3717         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
3718         * misc/sys/syslog.h: Clean up BSD header.
3720 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3722         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
3724         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
3725         for ctan(+-inf,x).
3726         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
3727         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
3729         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
3730         csqrt (-1), ctanh(i*pi/4).
3732 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3734         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
3736 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
3738         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
3740 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3742         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
3744 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
3746         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
3747         and use.  Define GETCWD_RETURN_TYPE instead and use it.
3748         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
3749         of GETCWD_STORYGE_CLASS and put the return type and the
3750         `internal_function' in the right order for gcc 2.7.2.
3752 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3754         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
3755         incompatible with Linux 2.1.x.  Packages using modules
3756         (e.g. modutils) should/do provide their own version.  Suggested by
3757         Richard Henderson.
3759         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
3761         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
3762         [$(subdir)=socket]: Remove sys/module.h.
3764 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
3766         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
3767         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
3769         * iconv/gconv_close.c: Correct freeing of descriptor data.
3770         * iconv/gconv_simple.c: Return correct error values for illegal or
3771         incomplete characters.
3773         * Makefile (iconvdata/%): Special goal to simplify iconvdata
3774         development.
3775         * iconvdata/Makefile: New file.
3776         * iconvdata/configure: Likewise.
3777         * iconvdata/extra-module.mk: Likewise.
3778         * iconvdata/gconv-modules: Likewise.
3779         * iconvdata/iso6937.c: Likewise.
3780         * iconvdata/iso8859-1.c: Likewise.
3781         * iconvdata/iso8859-10.c: Likewise.
3782         * iconvdata/iso8859-10.h: Likewise.
3783         * iconvdata/iso8859-2.c: Likewise.
3784         * iconvdata/iso8859-2.h: Likewise.
3785         * iconvdata/iso8859-3.c: Likewise.
3786         * iconvdata/iso8859-3.h: Likewise.
3787         * iconvdata/iso8859-4.c: Likewise.
3788         * iconvdata/iso8859-4.h: Likewise.
3789         * iconvdata/iso8859-5.c: Likewise.
3790         * iconvdata/iso8859-5.h: Likewise.
3791         * iconvdata/iso8859-6.c: Likewise.
3792         * iconvdata/iso8859-6.h: Likewise.
3793         * iconvdata/iso8859-7.c: Likewise.
3794         * iconvdata/iso8859-7.h: Likewise.
3795         * iconvdata/iso8859-8.c: Likewise.
3796         * iconvdata/iso8859-8.h: Likewise.
3797         * iconvdata/iso8859-9.c: Likewise.
3798         * iconvdata/iso8859-9.h: Likewise.
3799         * iconvdata/iso8859-generic.c: Likewise.
3800         * iconvdata/t61.c: Likewise.
3802         * string/Makefile (routines): Add strcasestr.
3803         * string/string.h: Add prototype for strcasestr.
3804         * sysdeps/generic/strcasestr.c: New file.
3805         * wcsmbs/mbrtowc.c: Simplify special case a bit.
3806         * wcsmbs/wcrtomb.c: Likewise.
3807         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
3808         * wcsmbs/wcsnrtombs.c: Likewise.
3809         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
3810         partial character is read.
3811         * wcsmbs/wcsrtombs.c: Likewise.
3812         * wcsmbs/wmemrtombs.c: Likewise.
3813         * wcsmbs/wmemrtowcs.c: Likewise.
3815         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
3816         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
3817         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
3818         * sysdeps/i386/elf/setjmp.S: Likewise.
3819         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
3820         <bits/termios.h>.
3822         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
3823         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
3825         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
3826         * sysvipc/sys/ipc.h: Likewise.
3827         * sysvipc/sys/msg.h: Likewise.
3828         * sysvipc/sys/sem.h: Likewise.
3829         * sysvipc/sys/shm.h: Likewise.
3831         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
3832         used directly.
3833         * sysdeps/alpha/bits/setjmp.h: Likewise.
3834         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
3835         * sysdeps/arm/bits/endian.h: Likewise.
3836         * sysdeps/arm/bits/setjmp.h: Likewise.
3837         * sysdeps/generic/bits/byteswap.h: Likewise.
3838         * sysdeps/generic/bits/confname.h: Likewise.
3839         * sysdeps/generic/bits/dirent.h: Likewise.
3840         * sysdeps/generic/bits/dlfcn.h: Likewise.
3841         * sysdeps/generic/bits/endian.h: Likewise.
3842         * sysdeps/generic/bits/fenv.h: Likewise.
3843         * sysdeps/generic/bits/huge_val.h: Likewise.
3844         * sysdeps/generic/bits/in.h: Likewise.
3845         * sysdeps/generic/bits/ioctl-types.h: Likewise.
3846         * sysdeps/generic/bits/ioctls.h: Likewise.
3847         * sysdeps/generic/bits/ipc.h: Likewise.
3848         * sysdeps/generic/bits/msq.h: Likewise.
3849         * sysdeps/generic/bits/poll.h: Likewise.
3850         * sysdeps/generic/bits/resource.h: Likewise.
3851         * sysdeps/generic/bits/sched.h: Likewise.
3852         * sysdeps/generic/bits/sem.h: Likewise.
3853         * sysdeps/generic/bits/setjmp.h: Likewise.
3854         * sysdeps/generic/bits/shm.h: Likewise.
3855         * sysdeps/generic/bits/sigaction.h: Likewise.
3856         * sysdeps/generic/bits/sigcontext.h: Likewise.
3857         * sysdeps/generic/bits/socket.h: Likewise.
3858         * sysdeps/generic/bits/stat.h: Likewise.
3859         * sysdeps/generic/bits/statfs.h: Likewise.
3860         * sysdeps/generic/bits/stdio_lim.h: Likewise.
3861         * sysdeps/generic/bits/termios.h: Likewise.
3862         * sysdeps/generic/bits/time.h: Likewise.
3863         * sysdeps/generic/bits/uio.h: Likewise.
3864         * sysdeps/generic/bits/utmp.h: Likewise.
3865         * sysdeps/generic/bits/utmpx.h: Likewise.
3866         * sysdeps/generic/bits/utsname.h: Likewise.
3867         * sysdeps/generic/bits/waitflags.h: Likewise.
3868         * sysdeps/generic/bits/waitstatus.h: Likewise.
3869         * sysdeps/gnu/bits/utmp.h: Likewise.
3870         * sysdeps/gnu/bits/utmpx.h: Likewise.
3871         * sysdeps/i386/bits/byteswap.h: Likewise.
3872         * sysdeps/i386/bits/endian.h: Likewise.
3873         * sysdeps/i386/bits/huge_val.h: Likewise.
3874         * sysdeps/i386/bits/setjmp.h: Likewise.
3875         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
3876         * sysdeps/ieee754/bits/huge_val.h: Likewise.
3877         * sysdeps/m68k/bits/byteswap.h: Likewise.
3878         * sysdeps/m68k/bits/endian.h: Likewise.
3879         * sysdeps/m68k/bits/setjmp.h: Likewise.
3880         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
3881         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
3882         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3883         * sysdeps/mach/hurd/bits/stat.h: Likewise.
3884         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
3885         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
3886         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
3887         * sysdeps/mips/bits/dlfcn.h: Likewise.
3888         * sysdeps/mips/bits/endian.h: Likewise.
3889         * sysdeps/mips/bits/setjmp.h: Likewise.
3890         * sysdeps/mips/dec/bits/endian.h: Likewise.
3891         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
3892         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
3893         * sysdeps/mips/p40/bits/endian.h: Likewise.
3894         * sysdeps/powerpc/bits/endian.h: Likewise.
3895         * sysdeps/powerpc/bits/fenv.h: Likewise.
3896         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3897         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
3898         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3899         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
3900         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
3901         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
3902         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
3903         * sysdeps/unix/bsd/bits/stat.h: Likewise.
3904         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
3905         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
3906         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
3907         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
3908         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
3909         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
3910         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
3911         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
3912         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
3913         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
3914         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
3915         * sysdeps/unix/common/bits/dirent.h: Likewise.
3916         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
3917         * sysdeps/unix/sysv/bits/stat.h: Likewise.
3918         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
3919         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
3920         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
3921         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
3922         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
3923         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
3924         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
3925         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
3926         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
3927         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
3928         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
3929         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
3930         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3931         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
3932         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
3933         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
3934         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
3935         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
3936         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
3937         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
3938         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
3939         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3940         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
3941         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
3942         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3943         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
3944         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
3945         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
3946         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
3947         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
3948         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
3949         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
3950         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3951         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
3952         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
3953         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
3954         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
3955         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
3956         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
3957         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
3958         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
3959         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
3960         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3961         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
3962         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
3963         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
3964         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
3965         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
3966         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
3967         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
3968         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
3969         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
3970         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
3971         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
3972         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
3973         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
3974         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
3975         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
3976         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
3977         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
3978         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
3979         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
3980         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
3981         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
3982         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
3983         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
3984         * sysdeps/vax/bits/huge_val.h: Likewise.
3985         * sysdeps/vax/bits/setjmp.h: Likewise.
3986         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
3987         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
3989 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3991         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
3993 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
3995         * strftime.c (strftime):
3996         No longer any need to undef or declare if emacs is defined.
3997         (my_strftime): When checking a -1 returned by mktime, don't blow up
3998         if localtime_r returns NULL.
4000 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4002         * README.template: Fix spelling.
4004 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4006         * configure.in: Enhance --enable-add-ons description a wee bit.
4008 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4010         * glibcbug.in: Add more information of build environment and flags.
4012 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4014         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
4015         it into ENOENT.
4017 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
4019         * elf/dl-support.c: Call __libc_init_secure to make sure
4020         __libc_enable_secure is defined early.
4021         * sysdeps/generic/enbl-secure.c: Change function name to
4022         __libc_init_secure and make it global instead of a constructor.
4024         * iconv/gconv.c: Fix lots of bugs.
4025         * iconv/gconv.h: Likewise.
4026         * iconv/gconv_builtin.h: Likewise.
4027         * iconv/gconv_close.c: Likewise.
4028         * iconv/gconv_conf.c: Likewise.
4029         * iconv/gconv_db.c: Likewise.
4030         * iconv/gconv_dl.c: Likewise.
4031         * iconv/gconv_open.c: Likewise.
4032         * iconv/gconv_simple.c: Likewise.
4033         * iconv/iconv.c: Likewise.
4034         * iconv/iconv_close.c: Likewise.
4035         * iconv/iconv_open.c: Likewise.
4037         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
4038         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
4039         * wcsmbs/wmemrtombs.c: New file.
4040         * wcsmbs/wmemrtowcs.c: New file.
4042 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
4044         * iconv/gconv_simple.c: Fix lots of bugs.
4045         * iconv/iconv_open.c: Normalize names before passing them to
4046         __gconv_open.
4048         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
4050         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
4051         * stdio-common/test-popen.c: Add test for above change.
4053         * math/libm-test.c: Print test results also using %a format,
4054         specified in PRINTF_XEXPR macro.
4055         * math/test-double.c: Define PRINTF_XEXPR.
4056         * math/test-float.c: Likewise.
4057         * math/test-ldouble.c: Likewise.
4058         * math/test-idouble.c: Likewise.
4059         * math/test-ifloat.c: Likewise.
4060         * math/test-ildoubl.c: Likewise.
4062         * stdio-common/vfscanf.c: Recognize a in format specifier only as
4063         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
4064         FP number format.
4066         * stdlib/strtod.c: Little code cleanup.
4068         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
4069         compiling in math subdir.
4071         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
4072         instead of __LIBC_M81_MATH_INLINES.
4073         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
4074         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
4075         * sysdeps/m68k/fpu/e_pow.c: Likewise.
4076         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
4077         * sysdeps/m68k/fpu/k_cos.c: Likewise.
4078         * sysdeps/m68k/fpu/k_sin.c: Likewise.
4079         * sysdeps/m68k/fpu/k_tan.c: Likewise.
4080         * sysdeps/m68k/fpu/s_atan.c: Likewise.
4081         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
4082         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
4083         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
4084         * sysdeps/m68k/fpu/s_csin.c: Likewise.
4085         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
4086         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
4087         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
4088         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
4089         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
4090         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
4091         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
4092         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
4093         * sysdeps/m68k/fpu/s_modf.c: Likewise.
4094         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
4095         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
4096         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
4097         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
4098         __LIBC_INTERNAL_MATH_INLINES is defined.
4100         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
4101         of compare macros from ISO C 9X.  Optimize generic versions a bit.
4102         Define __signbit inline functions and __ieee754_sqrt which can be
4103         used if the ompiler is fixed.
4105         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
4107 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4109         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
4110         sysdeps/generic in the whole dep file, not only in the first line.
4112 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4114         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
4116 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4118         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
4119         place.
4121 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4123         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
4124         is non-empty.
4126 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
4128         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
4129         return value.
4131 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
4133         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
4134         readlink succeeds but the return value is too long.
4136         * stdio-common/printf_fphex.c: Determine sign of number correctly.
4138 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
4140         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
4141         __remqu for Alpha.
4143 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
4145         * sysdeps/generic/sys/ucontext.h: Stub context file.
4147         * libio/iofprintf.c: Removed.  We use the stdio-common version.
4149         * manual/Makefile (distribute): Add stdio-fp.c.
4151         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
4153         * db2/Makefile (distribute): Add include/os_func.h, README and
4154         mutex/tsl_parisc.s.
4156         * hesiod/Makefile (distribute): Add README.hesiod.
4158 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
4160         * iconv/gconv.c: Correctly call transformation function.
4162         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
4164 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4166         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
4167         wrong results for e.g. remquo (3,2, &x)).
4168         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
4169         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
4171 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4173         * configure.in (ld --version-script): Test if the same symbol
4174         maybe defined in all versions (needed by recent changes to
4175         libc.map and supported with binutils 2.8.1.0.17) and issue warning
4176         if versioning is not supported/enabled.
4177         (bash test): Correct test case.
4179         * math/libm-test.c: Added counting/reporting of number of test cases.
4181         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
4182         use awk instead.
4184         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
4186 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4188         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
4190 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
4192         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
4193         Replace revoke call by use of REVOKE.
4194         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
4195         empty and #include generic version.
4196         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4198 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
4200         * libc.map: Add socket functions with __libc_* names.
4201         Reported by Andreas Jaeger.
4203 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4205         * libc.map: Tidy up (remove duplicates, sort entries).
4207 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4209         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
4211 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
4213         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
4214         again after successful call.
4215         Patch by Marc Lehmann <pcg@goof.com>.
4217 1997-11-17  Paul Eggert  <eggert@twinsun.com>
4219         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
4220         as some hosts need this to declare localtime_r properly.
4222 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
4224         * libc.map: Add iconv_open, iconv, and iconv_close.
4226 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
4228         * iconv/Makefile: New file.
4229         * iconv/gconv.c: New file.
4230         * iconv/gconv.h: New file.
4231         * iconv/gconv_builtin.c: New file.
4232         * iconv/gconv_builtin.h: New file.
4233         * iconv/gconv_close.c: New file.
4234         * iconv/gconv_conf.c: New file.
4235         * iconv/gconv_db.c: New file.
4236         * iconv/gconv_dl.c: New file.
4237         * iconv/gconv_open.c: New file.
4238         * iconv/gconv_simple.c: New file.
4239         * iconv/iconv.c: New file.
4240         * iconv/iconv.h: New file.
4241         * iconv/iconv_close.c: New file.
4242         * iconv/iconv_open.c: New file.
4243         * include/gconv.h: New file.
4245         * Makeconfig: Define gconvdir.
4246         * Makefile (subdirs): Add iconv.
4248         * string/bits/string2.h: Add optimization for strtok_r.
4250         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
4251         for NULL.
4252         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
4253         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
4255         * configure.in: Correct test for bash2.
4256         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4258         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
4259         (CFLAGS-locfile.c): Likewise.
4260         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4262         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
4263         non-existing entry if the table is full.
4265         * posix/regex.h: Pretty print.
4267         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
4269         * sysdeps/posix/ctermid.c: Simplify a bit.
4271         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
4273 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4275         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
4276         <sys/types.h> instead of <asm/types.h>.
4278 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4280         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
4282 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
4284         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
4285         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
4286         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
4287         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
4288         fclose): Added to GLIBC_2.1.
4290         * libio/Makefile (routines, shared-only-routines): Add
4291         oldiofclose.  Remove oldfreopen.
4293         * libio/freopen.c (freopen): When PIC is defined, call
4294         _IO_old_freopen () for old stdio.
4296         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
4297         (_IO_fclose, fclose): Use _IO_new_fclose as default version
4298         for GLIBC_2.1.
4300         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
4301         instead of _IO_file_close_it.
4303         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
4304         to _IO_2_1_stdxxx_.
4305         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
4306         is defined.
4308         * libio/libioP.h (_IO_old_do_flush): New.
4310         * libio/oldfileops.c (_IO_old_file_close_it,
4311         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
4312         Call _IO_old_do_flush () instead of _IO_do_flush ().
4313         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
4314         _IO_do_write ().
4316         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
4317         instead of _IO_file_init ().
4318         Bind old symbols to version GLIBC_2.0.
4320         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
4321         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
4322         _IO_stdxxx_.
4323         (_IO_check_libio): New function in .init.
4325         * libio/oldiofclose.c: New file.
4327         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
4328         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
4329         (DEF_STDFILE): Don't use default_symbol_version.
4331         * libio/stdio.c (stdin, stdout, stderr): Set to
4332         _IO_2_1_stdxxx_._
4333         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
4334         stdxxx.
4336         * csu/Makefile (distribute): Add init.c.
4337         (extra-objs): Add init.o for ELF.
4338         (start-installed-name): Add $(objpfx)init.o.
4340         * csu/init.c: New file.
4342 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
4344         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
4345         definition as the default.
4347 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
4349         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
4351 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4353         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
4354         (PR 351).
4356 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
4358         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
4359         to preserve condition codes on function call.
4361 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4363         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
4365 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4367         * math/libm-test.c (asin_test): Add epsilon for float.
4368         (tan_test): Add epsilon for float.
4369         (log1p_test): Add epsilon for float.
4370         (inverse_functions): Add epsilons.
4372         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
4373         net/if_packet.h.
4375         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
4377 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4379         * md5-crypt/Makefile (extra-objs): Make recursively expanded
4380         variable, since $(object-suffixes) is not defined yet.
4382 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4384         * db2/Makefile (distribute): db185/db185_int.src ->
4385         db185/db185_int.h.
4387 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4389         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
4390         exactly one.
4392 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4394         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
4395         name.
4396         * sysdeps/generic/e_acosl.c: Likewise.
4397         * sysdeps/generic/e_asinl.c: Likewise.
4398         * sysdeps/generic/e_atan2l.c: Likewise.
4399         * sysdeps/generic/e_expl.c: Likewise.
4400         * sysdeps/generic/e_fmodl.c: Likewise.
4401         * sysdeps/generic/e_j0l.c: Likewise.
4402         * sysdeps/generic/e_j1l.c: Likewise.
4403         * sysdeps/generic/e_jnl.c: Likewise.
4404         * sysdeps/generic/e_lgammal_r.c: Likewise.
4405         * sysdeps/generic/e_log10l.c: Likewise.
4406         * sysdeps/generic/e_logl.c: Likewise.
4407         * sysdeps/generic/e_powl.c: Likewise.
4408         * sysdeps/generic/e_sqrtl.c: Likewise.
4409         * sysdeps/generic/e_exp2l.c: Likewise.
4411 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4413         * Make-dist (+sysdep-names): Remove extra paren.
4414         * Makefile (distribute): Add stub-tag.h.
4415         * elf/Makefile (distribute): Add atomicity.h.
4416         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
4417         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4418         [$(subdir)=socket]: Add net/if_packet.h.
4419         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
4420         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
4421         net/if_packet.h, scsi/sg.h.
4423 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4425         * Makefile (install): Quote $(CC) expansion.
4427 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4429         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
4430         working /proc cwd and no restrictions on path length.  Following
4431         some ideas from Andi Kleen <ak@muc.de> (PR 350).
4433 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4435         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
4436         * nis/nss_compat/compat-pwd.c: Likewise.
4437         * nis/nss_compat/compat-spwd.c: Likewise.
4439 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
4441         * sysdeps/libm-i387/s_fdim.S: New file.
4442         * sysdeps/libm-i387/s_fdimf.S: New file.
4443         * sysdeps/libm-i387/s_fdiml.S: New file.
4444         * sysdeps/libm-i387/i686/s_fdim.S: New file.
4445         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
4446         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
4448 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4450         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
4451         pointer to unsigned char.
4453 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4455         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
4457         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
4459         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
4461 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4463         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
4464         ilogb(0/NaN).
4465         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
4466         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
4468 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
4470         * sysdeps/libm-i387/s_fmin.S: New file.
4471         * sysdeps/libm-i387/s_fminf.S: New file.
4472         * sysdeps/libm-i387/s_fminl.S: New file.
4473         * sysdeps/libm-i387/s_fmax.S: New file.
4474         * sysdeps/libm-i387/s_fmaxf.S: New file.
4475         * sysdeps/libm-i387/s_fmaxl.S: New file.
4476         * sysdeps/libm-i387/i686/s_fmin.S: New file.
4477         * sysdeps/libm-i387/i686/s_fminf.S: New file.
4478         * sysdeps/libm-i387/i686/s_fminl.S: New file.
4479         * sysdeps/libm-i387/i686/s_fmax.S: New file.
4480         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
4481         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
4483 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
4485         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
4486         * sysdeps/unix/sysv/linux/send.S: Likewise.
4487         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4488         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4489         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4490         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4491         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4492         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4493         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
4495 See ChangeLog.7 for earlier changes.