Update.
[glibc.git] / ChangeLog
blob0e93f1489b0df70fd0f92f544bdb0b3d36bab14d
1 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
4         * sysdeps/i386/addmul_1.S: Likewise.
5         * sysdeps/i386/lshift.S: Likewise.
6         * sysdeps/i386/mul_1.S: Likewise.
7         * sysdeps/i386/rshift.S: Likewise.
8         * sysdeps/i386/sub_n.S: Likewise.
9         * sysdeps/i386/submul_1.S: Likewise.
10         * sysdeps/i386/i586/add_n.S: Likewise.
11         * sysdeps/i386/i586/addmul_1.S: Likewise.
12         * sysdeps/i386/i586/lshift.S: Likewise.
13         * sysdeps/i386/i586/mul_1.S: Likewise.
14         * sysdeps/i386/i586/rshift.S: Likewise.
15         * sysdeps/i386/i586/sub_n.S: Likewise.
16         * sysdeps/i386/i586/submul_1.S: Likewise.
18         * sysdeps/i386/sysdep.h: Extend last change.
20         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
21         to have only one exit point for functions.
23 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
25         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
26         search.
28 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
30         * Makerules: Generate libc.so with absolute paths for the used
31         shared objects.
33         * config.make.in: Add MAKEINFO definition.
35 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
37         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
38         (ENTRY): Use STABS_FUN.
39         (END): Use STABS_FUN_END.
40         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
42         * elf/Makefile: Add rules to build sprof program.
43         * elf/sprof.c: New file.
45 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
47         * misc/syslog.c (openlog_internal): Insert missing closing brace.
49 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
51         * configure.in: Check for working msgfmt version (from GNU gettext
52         0.10 or later).
54 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
56         * configure.in: Avoid //s in sysdirs.
57         Patch by Roland McGrath.
59         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
61 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
63         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
64         setting _dl_global_scope for RTLD_GLOBAL.
66 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
68         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
69         possible lists of object-suffixes are taken care of.
71 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
73         * timezone/private.h: Update from tzcode1998c.
74         * timezone/zic.c: Likewise.
75         * timezone/antarctica: Updated from tzdata1998c.
76         * timezone/asia: Likewise.
77         * timezone/australasia: Likewise.
78         * timezone/europe: Likewise.
79         * timezone/southamerica: Likewise.
81 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
83         * posix/glob.c (glob_in_dir): Add support for cases insensitive
84         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
86 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
88         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
89         Changed type of TWO43, TWO52 from float to double.
90         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
91         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
92         Changed type of TWO43 from float to double.
93         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
94         Use __isinff.
96 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
98         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
99         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
100         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
102 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
104         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
105         kernel_termios.h.
106         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
107         Clean up random whitespace.
108         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
109         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
110         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
111         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
113 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
115         * shlib-versions: Match alpha*.
116         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
117         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
119         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
120         Implement copysign* with and without __ prefix.
121         Likewise for fabs; use builtin for gcc 2.8.
122         (floor*): New.
123         (fdim*): New.
125         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
126         (R_SPARC*): Match current v9 ABI.
128         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
130         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
131         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
132         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
133         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
134         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
135         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
136         * sysdeps/unix/grantpt.c (argv): Fix consts.
137         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
138         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
140 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
142         * misc/syslog.c: Change to allow user the interpretation of the
143         outcome even with syslog having no return value.
145 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
147         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
148         that the number of program headers is >0 (which is wrong for the
149         loader itself).
151 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
153         * Makefile (distribute): Add README.libm.
155 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
157         * time/clocktest.c (main): Correct typo: "--" -> "==".
159 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
161         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
162         inline function.
163         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
164         inline functions.
166         * math/libm.map (__atan2): Added.
168 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
170         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
171         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
173         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
174         bug.
176 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
178         * manual/arith.texi (Old-style number conversion): Correct
179         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
181 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
183         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
184         but does not require it.  Handle missing argv[] values gracefully.
185         * posix/execl.c: Likewise.
186         * posix/execle.c: Likewise.
188 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
190         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
191         bit.
192         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
194 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
196         * libc.map: Add __adjtimex.
198 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
200         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
201         Remove memset.
203 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
205         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
206         to 64.
208         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
210         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
211         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
213         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
214         for shared library.
216         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
218         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
219         Added adjtimex and old_adjtimex.
221         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
222         New.
223         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
224         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
226         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
227         symbols only for shared library.
228         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
229         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
230         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
231         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
232         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
233         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
234         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
236         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
237         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
238         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
239         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
240         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
241         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
242         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
243         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
245         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
246         rusage pointer.
248         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
249         New macros.
250         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
251         timex and __adjtimex, respectively.
253         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
255         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
257 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
259         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
260         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
262 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
264         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
266 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
268         * Makefile.in: Disable built-in rules.
270 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
272         * sysdeps/i386/fpu/t_exp.c: Move to ...
273         * sysdeps/libm-i387/t_exp.c: ... here.
275 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
277         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
278         from __exp2_deltatable.
280 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
282         * nis/ypclnt.c (yp_master): Check result of strdup.
283         Patch by Thorsten Kukuk.
285 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
287         * nis/ypclnt.c: Give clnt handle after error checking free, change
288         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
290 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
292         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
293         Patch by Joe Keane <jgk@jgk.org>.
295         * misc/fstab.h (struct fstab): Change fs_type member to be const.
296         * misc/fstab.c: Remove casts in fs_type assignments.
298 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
300         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
301         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
302         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
303         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
304         * sysdeps/powerpc/bits/fenv.h: Likewise.
305         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
306         * sysdeps/generic/bits/fenv.h: Likewise.
307         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
308         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
309         * sysdeps/powerpc/test-arith.c (main): Likewise.
311 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
313         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
314         the comparison macros.
316 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
318         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
319         (__log2): Fixed return values.
320         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
322 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
324         * math/math.h (isunordered): Rename local variables to ensure
325         correct code.  Reported by HJ Lu.
327 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
329         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
330         isless, islessequal, islessgreater, isunordered): Fix syntax for
331         fucompip instruction.
332         (isless, islessequal): Fix logic.
334 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
336         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
337         (comparisons_test): New tests for comparison macros.
339 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
341         * Makeconfig: Filter out frame-pointer effecting options when
342         compiling profiling or debugging code.
343         * config.h.in (internal_function): Don't define here if PROF is
344         defined.
345         * gmon/gmon.c (__moncontrol): Don't change state if already in error
346         state.
347         (__monstartup): If calloc fails set error state and mark array as
348         not allocated.
349         (_mcleanup): Don't call write_gmon if in error state.  Don't try
350         to free array if not  successfully allocated.
352         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
353         Include elf.h to get macro definitions.
354         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
356 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
358         * elf/ldd.sh.in: Add compatibility for broken old shells.
359         * elf/ldd.bash.in: Likewise.
361 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
363         * sunrpc/rpc_main.c (open_input): Check pipe return error.
365         * time/clocktest.c (main): Check signal return error.
367 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
369         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
370         "/" and use do-install-program. Reported by Mark M. Kettenis.
371         (subdir_install):  Likewise.
373 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
375         * sunrpc/rpc_sample.c: Fix typo.
377         * nscd/connections.c: Use locale.
378         * nscd/grpcache.c: Add debug messages, gidtbl should get the
379           calloc result.
380         * nscd/nscd.c: Check if init functions fails.
381         * nscd/nscd_conf.c: Allow disabling of group cache.
382         * nscd/nscd_getgr_r.c: Fix return code if group not found.
383         * nscd/pwdcache.c: Fix debug messages.
385 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
387         * libc.map: Add __monstartup and _mcleanup for profiling support.
389 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
391         * libc.map: Export __getpagesize, for binary compatibility with
392         2.0.
394 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
396         * posix/globtest.sh: Use --library-path instead of
397         LD_LIBRARY_PATH.
398         * localedata/sort-test.sh: Likewise.
399         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
401 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
403         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
404         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
405         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
407         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
408         kernel_sigaction): Define.
409         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
410         kernel_sigaction): Define.
412 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
414         * math/libm-test.c: Change epsilons for libm-ieee754.
416 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
418         * sysdeps/i386/__longjmp.S: Fix race condition.
419         Reported by Bruno Haible <haible@ilog.fr>.
421 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
423         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
424         * iconvdata/8bit-gap.c: Likewise.
425         * iconvdata/8bit-generic.c: Likewise.
426         * iconvdata/iso6937.c: Likewise.
427         * iconvdata/iso8859-1.c: Likewise.
428         * iconvdata/sjis.c: Likewise.
429         * iconvdata/t61.c: Likewise.
431 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
433         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
434         feature tests by positive feature tests.
436 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
438         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
440 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
442         * elf/dlvsym.c (dlvsym_doit): More corrections.
443         Patch by Andreas Jaeger.
445 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
447         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
449 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
451         * libc.map: More reordering for GLIBC_2.1 symbols.
453 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
455         * libc.map: Move some functions from version GLIBC_2.0 to
456         GLIBC_2.1, reorder declarations.
458 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
460         * resolv/gethnamaddr.c (addrsort): Make this function extern.
461         Patch by zab@thebrain.grumblesmurf.net.
463 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
465         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
466         NIS+ functions with version GLIBC_2.1.
468 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
470         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
471         with 2.0 binaries.  Reported by Thorsten Kukuk.
473 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
475         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
477         * elf/dlsym.c (dlsym_doit): Likewise.
479 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
481         * elf/link.h: Correct typos.
483         * iconv/iconv_prog.c: Correct typo.
485 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
487         * iconv/Makefile: Add rules to build and install iconv program.
488         * iconv/iconv_prog.c: New file.
490 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
492         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
493         _dl_lookup_symbol_skip call.
494         * elf/dlvsym.c (dlvsym_doit): Likewise.
496 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
498         * libio/iovsscanf.c: Do not include errno.h.
500 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
502         * elf/dl-load.c (add_name_to_object): Don't translate strings.
503         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
504         pulling in the whole error list.
505         (__dcgettext, dcgettext): Removed.
506         * libc.map: Export _strerror_internal.
508 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
510         * sysdeps/i386/fpu/t_exp.c: New file.
512 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
514         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
515         everything with version GLIBC_2.1.
516         * hesiod/libnss_hesiod.map: Likewise.
518 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
520         * manual/arith.texi (Old-style number conversion): This node is a
521         section, not a subsection.
523 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
525         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
527 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
529         * elf/rtld.c (dl_main): Make sure that the library search paths
530         have been initialized before the first call to _dl_map_object.
532 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
534         * Makerules (common-generated): Add libc_pic.os.
536 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
538         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
539         of the executable.
541 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
543         * sysdeps/m68k/fpu/t_exp.c: New file.
545 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
547         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
548         to global errno variable anymore.
550 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
552         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
553         If PRELOADED is nonzero check in case of an SUID application
554         whether the shared object has the SUID bit set.
555         Fix some other problems with handling shared objects in system
556         specific directories.
557         (_dl_map_object): Also take extra parameter and pass it to open_path.
558         * elf/link.h (_dl_map_object): Correct prototype and comment.
559         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
560         * elf/dl-open.c (_dl_open): Likewise.
561         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
563         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
565 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
567         * math/libm-test.c (modf_test): Add test for 1.5.
569         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
570         0 to get always an int.
572 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
574         * math/libm.map: Move all symbols that are new in glibc 2.1 to
575         version GLIBC_2.1.
577 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
579         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
580         trying to read another character.
582 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
584         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
585         name to lowercase.
587         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
588         name to lowercase, add test for big enough buffer.
590 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
592         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
593         Make compatible with older kernels.  Patch by Richard Henderson.
595 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
597         * elf/dl-load.c (open_path): Use __xstat instead of stat.
599         * localedata/tst-locale.sh: Comment out first test for now.
601 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
603         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
604         as 1.
605         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
606         Likewise.
608         * libio/iogetline.c (_IO_getline_info): Renamed from
609         _IO_getline.
610         (_IO_getline): Just call _IO_getline_info.
612         * libio/libioP.h (_IO_getline_info): New declaration.
614         * libc.map (_IO_getline_info, __write): Added.
616 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
618         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
619         const char* to shut up gcc.
621 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
623         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
624         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
626         * math/math.h: Define M_* constants always as `double' and add new
627         macros M_*l which are of type `long double'.
628         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
629         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
630         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
631         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
632         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
633         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
634         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
635         * math/libm-tst.c: Likewise.
637         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
638         define as long double unconditionally.
640 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
642         * manual/arith.texi (Old-style number conversion): Correct some
643         typos.
645 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
647         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
648         Restore.
650         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
652 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
654         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
655         on $(rtld-ldscript).
657         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
658         starting from 0 not only from `from'.
659         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
661 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
663         * elf/rtld.c (dl_main): Recognize --library-path parameter and
664         pass value (or NULL) to _dl_init_paths.
665         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
666         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
667         environment variable.
668         * elf/link.h: Change prototype for _dl_init_paths.
669         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
671         * localedata/Makefile (distribute): Add test files.
673 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
675         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
676         test1.def, test2.def, test3.def, test4.def}: Simple input files
677         for localedef. Contributed by Yung-Ching Hsiao
678         <yhsiao@cae.wisc.edu>.
680         * localedata/Makefile (tests): Call tst-locale.sh.
682         * localedata/tst-locale.sh: New file, regression tests for some
683         localedef problems.
685 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
687         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
689         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
690         terminated.
691         * nis/nss_nisplus/nisplus-network.c: Likewise.
692         * nis/nss_nisplus/nisplus-proto.c: Likewise.
693         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
694         * nis/nss_nisplus/nisplus-service.c: Likewise.
696         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
697         and support generating thread safe RPC code.
698         * sunrpc/rpc_main.c: Add changes.
699         * sunrpc/rpc_clntout.c: Likewise.
700         * sunrpc/rpc_cout.c: Likewise.
701         * sunrpc/rpc_hout.c: Likewise.
702         * sunrpc/rpc_parse.c: Likewise.
703         * sunrpc/rpc_sample.c: Likewise.
704         * sunrpc/rpc_scan.c: Likewise.
705         * sunrpc/rpc_svcout.c: Likewise.
706         * sunrpc/rpc_util.c: Likewise.
707         * sunrpc/rpc_util.h: Add new structs and prototypes.
708         * sunrpc/proto.h: Remove prototypes for static functions.
710 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
712         * locale/programs/ld-messages.c (messages_finish): Don't skip
713         error checking when being quiet.
714         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
715         (set_class_defaults): Likewise.
716         * locale/programs/charmap.c (parse_charmap): Likewise.
717         * locale/programs/ld-collate.c (collate_finish): Likewise.
718         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
719         * locale/programs/ld-time.c (time_finish): Likewise.
720         * locale/programs/locfile.c (write_locale_data): Likewise.
722         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
723         unknown characters and empty ranges.
724         * locale/programs/ld-collate.c (collate_order_elem): When
725         processing an ellipsis properly form a linked list in the result
726         table, fix typo when allocating ordering array.
727         [PR libc/419]
729 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
731         * elf/Makefile (ld-map): Define.
732         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
733         `$(rtld-ldscript)'.
734         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
735         on $(ld-map).
736         (rtld-link): Combine the two versions of this definition.  Fixed
737         to make it work when no symbol versioning is used.
739 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
741         * Makeconfig (build-program-cmd): Use --library-path parameter to
742         ld.so instead of environment variable.
744         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
745         * sunrpc/rpc_main.c: Remove support for -$$ option again.
747 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
749         * Make-dist: Respect with-cvs setting.
750         * MakeTAGS (all-pot): Likewise.
751         * sysdeps/sparc/sparc32/Makefile: Likewise.
752         * sysdeps/mach/hurd/Makefile: Likewise.
753         * stdlib/Makefile: Likewise.
754         * posix/Makefile: Likewise.
755         * intl/Makefile: Likewise.
756         * po/Makefile (linguas): Likewise
758 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
760         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
762 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
764         * libc.map: Add __strcasecmp.
766         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
767         module.
769         * nss/getXXent_r.c: If no more module is found don't try to call
770         setXXent functions but leave unsuccessfully.
772         * malloc/obstack.h: Cleanups.
774         * sysdeps/wordsize-32/stdint.h: New file.
775         * sysdeps/wordsize-64/stdint.h: New file.
776         * sysdeps/generic/stdint.h: New file.
777         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
778         * sysdeps/wordsize-64/inttypes.h: Likewise.
779         * stdlib/Makefile (headers): Add stdint.h.
781 1998-02-03  Paul Eggert  <eggert@twinsun.com>
783         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
785 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
787         * timezone: New directory.
788         * time/README, time/africa, time/antarctica, time/asia,
789         time/australasia, time/backward, time/checktab.awk,
790         time/etcetera, time/europe, time/factory, time/ialloc.c,
791         time/iso3166.tab, time/leapseconds, time/northamerica,
792         time/pacificnew, time/private.h, time/scheck.c,
793         time/solar87, time/solar88, time/solar89, time/southamerica,
794         time/systemv, time/test-tz.c, time/tzfile.h,
795         time/tzselect.ksh, time/yearistype, time/zdump.c,
796         time/zic.c, time/zone.tab: Moved to timezone.
797         * time/tzfile.c: Include tzfile.h from timezone subdir.
798         * time/tzset.c: Likewise.
799         * time/Makefile: Cut out all code relating to timezones...
800         * timezone/Makefile: ...and paste it in here.
801         * Makefile (subdirs): Add timezone.
803 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
805         * libc.map (_sys_nerr): Added.
807         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
808         versioned symbol.
810 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
812         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
813         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
814         Reported by Craig Metz <cmetz@inner.net>.
816 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
818         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
819         instead of strcasecmp.
820         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
822         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
824 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
826         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
827         Patch by Dean Gaudet <dgaudet@arctic.org>.
829 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
831         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
833 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
835         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
836         with no poll syscall, just include the BSD version.
837         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
838         kernel without the syscall, include the stub version.
839         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
840         * sysdeps/generic/getresuid.c: New file.
841         * sysdeps/generic/getresgid.c: New file.
843 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
845         * stdio-common/vfscanf.c: Correct last change a bit.
847 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
849         * elf/Makefile: Don't use --version-script parameter to link ld.so
850         unconditionally.
852 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
854         * math/Makefile: Add t_exp.
855         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
856         constants.
857         * math/test-reduce.c: Remove temporarily, it seems to be broken.
858         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
859         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
860         better accuracy.
861         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
862         algorithm for very large/very small arguments.
863         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
864         correct algorithm for very large/very small arguments; adjust for
865         new table.
866         * sysdeps/libm-ieee754/t_exp.c: New file.
867         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
869         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
870         back, with comment that explains what breaks when you remove it :-(.
872         * localedata/xfrm-test.c: Avoid integer overflow.
874         * stdlib/strfmon.c: char is unsigned, sometimes.
876         * sysdeps/powerpc/Makefile: Remove quad float support.
877         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
878         * sysdeps/powerpc/quad_float.h: Likewise.
879         * sysdeps/powerpc/test-arith.c: Likewise.
880         * sysdeps/powerpc/test-arithf.c: Likewise.
882         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
883         * sysdeps/generic/s_exp2f.c: Likewise.
885         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
886         don't try anything if _SOFT_FLOAT.
888 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
890         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
891         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
892         * wctype/wctype.c: Likewise.
893         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
894         changed.  They are incompatible with the _ISxxx values from
895         <ctype.h> on little endian machines.
896         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
897         bit number.  This fixes the real bug and restores the integrity of
898         the ctype locale file.
899         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
900         * wctype/wcfuncs_l.c: Likewise.
901         * wctype/wcextra.c: Likewise.
902         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
903         byte swapping.
905 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
907         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
908         into .bss segment instead of .common, so that aliases on it work.
910         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
911         .size directives, put into .bss segment instead of initializing it
912         to 4.
914 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
916         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
918         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
919         functions.
920         Make names without __ weak aliases.
921         (__libc_release, __libc_version): Make them static.
923         * include/gnu/libc-version.h: New file.
924         * Makefile (headers): Add gnu/libc-version.h.
926 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
928         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
929         and use x for member name.
930         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
932         * stdlib/drand48.c: Change according to member name change.
933         * stdlib/drand48_r.c: Likewise.
934         * stdlib/lcong48_r.c: Likewise.
935         * stdlib/lrand48.c: Likewise.
936         * stdlib/lrand48_r.c: Likewise.
937         * stdlib/mrand48.c: Likewise.
938         * stdlib/mrand48_r.c: Likewise.
939         * stdlib/seed48.c: Likewise.
940         * stdlib/seed48_r.c: Likewise.
941         * stdlib/srand48_r.c: Likewise.
943 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
945         * nss/test-netdb.c: Add some more test cases.
947 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
949         * libio/iovsscanf.c: Undo last change modifying errno.
951 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
953         * stdio-common/vfscanf.c: Never try to read another character
954         after EOF.  Don't decrement read_in after EOF, it wasn't
955         incremented in the first place.
956         (NEXT_WIDE_CHAR): Set First, not first.
958 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
960         * db/Makefile ($(inst_libdir)/libndbm.a,
961         $(inst_libdir)/libndbm.so): New targets.
962         * db2/Makefile: Likewise.
964 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
966         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
967         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
969 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
971         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
972         <streambuf.h>.
973         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
975 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
977         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
978         versioned symbols.
980 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
982         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
983         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
984         Added for libdl.so.
986 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
988         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
989         extra syscall.
991         * grp/Makefile: Fix logic when checking for thread package.
992         * pwd/Makefile: Likewise.
994 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
996         * elf/Makefile (rtld-map): Replaced by libc-map.
998         * elf/rtld.map: Removed.
1000         * libc.map (__libc_enable_secure, _dl_catch_error,
1001         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
1002         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
1003         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
1004         _dl_object_relocation_scope, _dl_relocate_object,
1005         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
1006         _r_debug): Added for ld.so.
1008 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
1010         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
1011         DO_VERSIONING.
1012         * libio/iofdopen.c: Ditto.
1013         * libio/iofopen.c: Ditto.
1014         * libio/oldfileops.c: Ditto.
1016         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
1017         version GLIBC_2.1.
1019         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
1020         oldsiglist from sysdep_routines and shared-only-routines.
1022         * sysdeps/unix/sysv/linux/errlist.c: New.
1023         * sysdeps/unix/sysv/linux/errlist.h: New.
1024         * sysdeps/unix/sysv/linux/sizes.h: New.
1025         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
1026         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
1028         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
1030         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
1031         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
1032         directive.
1034         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
1036         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
1037         (oldsiglist.c): Removed.
1039         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
1040         (_sys_siglist): Use SYS_SIGLIST instead.
1041         (_sys_nerr): Use SYS_NERR instead.
1043         * sysdeps/gnu/errlist.c: Rebuilt.
1045 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
1047         * elf/Makefile (others-static): New, set to ldconfig.
1048         ($(objpfx)ldconfig): Removed.
1050         * Rules (binaries-all, binaries-static, binaries-shared): New.
1051         Create targets for $(binaries-static) and $(binaries-shared).
1053         * Makeconfig (+link-static, link-libc-static,
1054         link-extra-libs-static): New for static linking.
1056 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1058         * manual/memory.texi (Using the Memory Debugger): Fix typo.
1060         * math/libm-test.c (modf_test): Add one more test for modf.
1062 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
1064         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1065         Rename from __libc_have_rt_sigs and leave as COMMON data.
1067 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
1069         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
1070         of __finite.
1072 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
1074         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
1076 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
1078         * misc/tst-efgcvt.c: Add yet more tests.
1079         * misc/efgcvt_r.c: And correct for these tests again.
1080         Reported by HJ Lu.
1082         * isomac.c: Move to...
1083         * stdlib/isomac.c: ...here.
1084         * Makefile: Move rules for handling isomac...
1085         * stdlib/Makefile: ...to here.
1087 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1089         * misc/tst-efgcvt.c: Add more tests.
1090         * misc/efgcvt_r.c: Correct result for above new tests.
1092 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
1094         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
1095         NDIGIT <= 0.
1097 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
1099         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
1100         if the programs weren't built.
1102 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
1104         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
1105         FE_TONEAREST, soldier on regardless and do the best we can.
1106         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
1108 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
1110         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
1111         _STDIO_H, before including <bits/stdio_lim.h>.
1113         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
1115         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
1116         exist.
1118         * sysdeps/arm/sys/ucontext.h: New file.
1120 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
1122         * manual/stdio.texi (Formatted Output Functions): Explicitly say
1123         that the return value from snprintf() does not count the
1124         terminating NUL as a character.
1126 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1128         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
1129         add description for sete[ug]id and general cleanup.
1130         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1132 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1134         * Makefile (parent-clean): Don't remove makefile fragments here.
1135         (postclean): New variable.
1136         (clean): Remove makefile fragments here.
1137         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
1138         (generated): Add isomac and isomanc.out.
1139         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
1140         avoid-generated is set.
1141         (postclean-generated): Add soversion.mk.
1142         ($(common-objpfx)version.mk): Don't include if avoid-generated is
1143         set.
1144         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
1145         avoid-generated is set.
1146         (common-generated): Add libc.so and libc.so$(libc.so-version).
1147         (generated): Add versioned libraries.
1148         (common-mostlyclean): Also remove %.so and %_pic.a.
1149         * csu/Makefile (generated): Add abi-tag.h.
1150         * db2/Makefile (extra-objs): Add getlong.o.
1151         * elf/Makefile (generated): Add ld.so, ldd and
1152         $(rtld-installed-name).
1153         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
1154         * malloc/Makefile (generated): Add mtrace.
1155         * po/Makefile: Don't include version.mk, not needed any more.
1156         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
1157         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
1158         syscall.h -> sys/syscall.h.
1159         (common-generated): Add s-proto.d.
1160         (postclean-generated): Add sysd-syscalls.
1161         * localedata/Makefile (test-output): Add all output files.
1162         (generated): Add test-input and test-output.
1163         (generated-dirs): Add all the dirs.
1165 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1167         * Makefile (test-output, generated, generated-dirs): New
1168         variables.
1170 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1172         * resolv/nss_dns/dns-host.c: Various code cleanups.
1174 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
1176         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
1177         From Philip Blundell <pb@nexus.co.uk>.
1178         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
1180 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1182         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
1183         Suggested by debian/sparc porters.
1185 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1187         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
1188         for ecvt and fcvt.
1190 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
1192         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
1193         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
1195         * signal/signal.h: Always define sigset_t if __need_sigset_t is
1196         defined even if __USE_POSIX is not defined.
1198 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1200         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
1201         to support obsolete tty major numbers correctly.
1203 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
1205         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
1206         directory first and ignore install error.
1208         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
1209         128 from ptyno and fix a typo for the BSD style pty.
1211 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1213         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
1214         syscalls.list's.
1216 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1218         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
1219         getresuid and getresgid.
1221         * sysdeps/unix/sysv/linux/getresuid.c: New file.
1222         * sysdeps/unix/sysv/linux/getresgid.c: New file.
1224         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
1225         s_getres[ug]id.
1227         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
1228         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1229         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1230         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
1232 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
1234         * nscd/grpcache.c: Include <stdlib.h>.
1236 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
1238         * stdlib/atoll.c: Fix comments.
1240         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
1241         * sysdeps/posix/ttyname_r.c: Ditto.
1243 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1245         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
1246         __USE_MISC, independent of __USE_UNIX98.
1248 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
1250         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1251         Rename from __libc_have_rt_sigs and leave as COMMON data.
1253 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
1255         * Makeconfig (CFLAGS-.os): Kill -fno-common.
1256         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
1258         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
1259         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
1260         version symbols.
1261         * include/libc-symbols.h (symbol_version, default_symbol_version):
1262         Provide asm versions and correct !DO_VERSIONING versions.
1263         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
1264         the weak symbol list.
1266         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
1267         Rename from __libc_have_rt_sigs and leave as COMMON data.
1268         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1269         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1270         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1272 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1274         * sunrpc/Makefile: Correct dependencies of rpcgen.
1276 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
1278         * nscd/Makefile: Fix test for available linuxthreads add-on.
1279         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1281 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1283         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
1285 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1287         * sysdeps/gnu/Makefile: Respect with-cvs variable.
1289         * manual/errno.texi (Error Messages): Correct description of
1290         strerror_r.  Pointed out by jonas@bagge.se.
1292 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1294         * manual/socket.texi (Host Address Functions): Clarify description
1295         of inet_network.
1297 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1299         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
1300         (grantpt): Delete superfluous cast.
1302 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1304         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
1305         elf/ldso_install instead of elf/subdir_install.
1306         (elf/ldso_install): New target.
1308         * elf/Makefile (ldso_install): New target.
1310 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1312         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
1313         of 1998-01-06.
1315 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1317         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
1318         constant expressions.
1320 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1322         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
1323         for __nss_configure_lookup.
1324         (output_hostent): Remove unused variable.
1326 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1328         * string/tst-inlcall.c: Fix format string.
1330 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1332         * inet/netinet/in.h: Rename second parameter of bindresvport to
1333         avoid buggy gcc warning. [PR libc/412]
1335 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
1337         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
1338         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
1340         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
1341         Follow POSIX and make tv_sec a time_t.
1342         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
1343         new tv64 syscall as well as fall back to tv32.
1344         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1345         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1346         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1347         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1348         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1349         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1350         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1351         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
1353         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
1354         * include/rpcsvc/nis_tags.h: Likewise.
1355         * include/rpcsvc/nislib.h: Likewise.
1357 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
1359         * libc.map: Add _h_errno.
1360         * inet/herrno.c: Make _h_errno weak alias.
1362         * login/Makefile (distribute): Add pty-internal.h.
1364         * nscd/Makefile (distribute): Add all the files missing.
1366         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
1367         are available.
1369         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
1370         and report status at the end.
1372         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
1374         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
1375         variable.
1376         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
1377         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
1378         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
1380 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
1382         * configure.in: Fix --enable-add-ons code.
1384 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1386         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
1387         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
1388         [PR libc/441]
1390         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
1391         occurence in cache.  Reported by Rudolf Leitgeb
1392         <leitgeb@leland.stanford.edu>.
1393         [PR libc/440]
1395 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
1397         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
1398         that it never is EINTR (which is tested for in _IO_vfscanf).
1400         * Makefile.in: Call sub-make with CVSOPTS.
1402         * elf/Makefile (distribute): Add dl-procinfo.h.
1404         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
1406 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
1408         * version.h (VERSION): Bump to 2.0.92.
1410 1998-01-31  Phil Blundell  <philb@gnu.org>
1412         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
1413         alias for __new_sys_siglist.
1415 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
1417         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
1418         getgrgid_r.c if thread package is available.
1419         * pwd/Makefile: Likewise.
1420         * grp/getgrnam_r.c: Remove USE_NSCD definition.
1421         * grp/getgrgid_r.c: Likewise.
1422         * pwd/getpwnam_r.c: Likewise.
1423         * pwd/getpwuid_r.c: Likewise.
1425 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
1427         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
1428         with error to allow user intervention.
1429         * nss/getXXent_r.c: Likewise.
1431 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
1433         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
1434         AT_PLATFORM string.  Pretty print AT_BASE info.
1436         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
1437         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
1438         * sysdeps/generic/dl-procinfo.h: New file.
1439         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
1441 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
1443         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
1445         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
1446         thread and not pthread_detach.
1448         * nscd/nscd.c: Rewrite to use argp instead of getopt.
1450 1998-01-31  Phil Blundell  <philb@gnu.org>
1452         * configure.in: Add --without-cvs option to suppress automatic
1453         checkin of regenerated files.
1454         * config.make.in: Likewise.
1455         * Makefile: Respect with-cvs setting.
1456         * Makerules: Likewise.
1458         * configure.in: Allow the standalone ARM port to be configured.
1460 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1462         * grp/getgrgid_r.c: Define USE_NSCD.
1463         * grp/getgrnam_r.c: Likewise.
1464         * pwd/getpwuid_r.c: Likewise.
1465         * pwd/getpwnam_r.c: Likewise.
1467         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
1469         * nss/getXXbyYY_r.c: Try at first nscd.
1471         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
1472         * nscd/connections.c: New file.
1473         * nscd/dbg_log.c: New file.
1474         * nscd/dbg_log.h: New file.
1475         * nscd/grpcache.c: New file.
1476         * nscd/nscd.c: New file.
1477         * nscd/nscd.h: New file.
1478         * nscd/nscd_conf.c: New file.
1479         * nscd/nscd_stat.c: New file.
1480         * nscd/pwdcache.c: New file.
1482         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
1483         * nscd/nscd_getpw_r.c: Likewise.
1484         * nscd/nscd_proto.h: New, prototypes for client functions.
1486         * nscd/nscd.conf: New, example for a configuration file.
1487         * nscd/nscd.init: New, example for a startup script.
1489         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
1490         avoid deadlocks.
1491         * nscd/getgrnam_r.c: Likewise.
1492         * nscd/getpwnam_r.c: Likewise.
1493         * nscd/getpwuid_r.c: Likewise.
1495 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
1497         * intl/Makefile: Use CVSOPTS in cvs invocation.
1498         * po/Makefile: Likewise.
1499         * posix/Makefile: Likewise.
1500         * stdlib/Makefile: Likewise.
1502 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
1504         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
1505         [PR libc/410]
1506         * misc/Makefile (tests): Add tst-efgcvt.
1507         * misc/tst-efgcvt.c: New file.
1509 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
1511         * posix/regex.c: Add some more cleanups by Akim Demaille.
1513 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
1515         * signal/signal.h: Revert last change.
1516         * string/strsignal.c: Regard signal number NSGI as illegal.
1517         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
1518         members.
1520 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
1522         * Makefile.in: Add comment about CVSOPTS Makefile variable.
1523         * Makerules: Use CVSOPTS in cvs invocation.
1524         * Makefile: Likewise.
1525         * MakeTAGS: Likewise.
1526         * Make-dist: Likewise.
1528 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
1530         * sysdeps/generic/memmem.c: Correct last change.
1532 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
1534         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
1535         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
1537 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1539         * nis/ypclnt.c: Try at first to use the binding file from ypbind
1540         before using RPC.
1542 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1544         * manual/memory.texi (Heap Consistency Checking): mcheck is
1545         declared in <mcheck.h>.
1546         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
1548 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1550         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
1551         beginning of haystack.
1553 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1555         * nss/nss_files/files-service.c: Correct last patch.
1557 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
1559         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
1560         __libc_have_rt_sigs.
1561         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
1562         including <bits/setjmp.h>.
1563         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
1564         Patch from the Debian glibc/SPARC package.
1566 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
1568         * sysdeps/alpha/bzero.S: Fix a typo.
1569         * sysdeps/alpha/htonl.S: Ditto.
1570         * sysdeps/alpha/htons.S: Ditto.
1572 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1574         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
1576 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
1578         * include/cpio.h: Move to ...
1579         * posix/cpio.h: ...here.
1581         * locale/programs/ld-collate.c: Fix typo.
1583         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
1585         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
1587         * login/utmp_file.c (pututline_file): Don't always report success
1588         if similar entry is found.  Patch by Mark M. Kettenis.
1590 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
1592         * manual/Makefile: Don't try to install the info files if makeinfo
1593         is not available.
1595 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
1597         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
1598         kernel's network ioctls, rather than using <linux/sockios.h> to
1599         get them.  This way we are sure of maintaining compatibility if
1600         the kernel interface should change.
1602 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
1604         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
1606 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
1608         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
1609         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
1611 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1613         Implement System V pseudoterminal handling.
1615         * login/Makefile
1616         (routines): Add getpt, grantpt, unlockpt, ptsname.
1617         (libutil-routines): Remove pty. Add openpty, forkpty.
1618         (distribute): New internal header pty-internal.h.
1619         (others): Add the helper program, pt_chown.
1620         (install-others): Install it, in $(libexecdir), mode 4755.
1622         * login/pty-internal.h: New file.
1623         * login/openpty.c: New file.
1624         * login/forkpty.c: New file.
1625         * login/programs/pt_chown.c: New file.
1627         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
1628         * stdlib/stdlib.h: Prototype them.
1630         * config.make.in: Define $(libexecdir).
1631         * Makeconfig: Define $(inst_libexecdir).
1633         * sysdeps/generic/pty.c: Removed.
1634         * sysdeps/unix/sysv/linux/pty.c: Removed.
1636         * sysdeps/generic/getpt.c: Stub out.
1637         * sysdeps/generic/grantpt.c: Likewise.
1638         * sysdeps/generic/ptsname.c: Likewise.
1639         * sysdeps/generic/unlockpt.c: Likewise.
1641         * sysdeps/unix/grantpt.c: New file.
1642         * sysdeps/unix/bsd/getpt.c: New file.
1643         * sysdeps/unix/bsd/unlockpt.c: New file.
1644         * sysdeps/unix/sysv/linux/getpt.c: New file.
1645         * sysdeps/unix/sysv/linux/ptsname.c: New file.
1646         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
1648 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
1650         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
1652 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1654         * nss/Makefile (tests): Add rule for test-netdb.c.
1656         * nss/test-netdb.c: New file.
1658 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
1660         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
1661         really kept as a variable.  Patch by Richard Henderson,
1662         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
1664         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
1665         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
1666         entries as not existing.
1668 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1670         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
1671         zero in alternate form with precision of zero, which must produce
1672         "0".  Add braces to avoid ambiguous `else'.
1674 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1676         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
1677         problem with strncpy.
1678         * nis/nss_compat/compat-pwd.c: Likewise.
1679         * nis/nss_compat/comapt-spwd.c: Likewise.
1681 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1683         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
1684         by uch@nop.or.jp. [PR libc/437]
1686 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1688         * locales/pl_PL: Fix int_curr_symbol.
1690 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1692         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
1694 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1696         * stdio-common/test-popen.c: Include <errno.h>.
1698         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
1699         close.
1701         * inet/getnetgrent_r.c: Include <errno.h>.
1703         * db2/db/db_conv.c: Include <string.h> for memcpy.
1705         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
1706         so that memcpy is declared.
1708         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
1710         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
1712 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1714         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
1715         overflow while reading line with fgets.
1716         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1718 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
1720         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
1721         unsigned short, not short.
1722         Reported by Andreas Jaeger.
1724 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1726         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
1727         (ccept->accept).
1729         * sysdeps/generic/inttypes.h: Fix spelling.
1731 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1733         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
1735         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
1737 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
1739         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
1740         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
1741         field for hh modifier.
1742         * stdio-common/vfprint.c: Use is_char field and do not depend in
1743         is_short having the value 2.
1744         Bug reported by Andreas Jaeger.
1746 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1748         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
1749         PIC && DO_VERSIONING.
1751 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1753         * Rules: Add rules for $(common-objpfx)dummy$o.
1755 1998-01-26  Richard Henderson  <rth@cygnus.com>
1757         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
1758         unimplemented OSF/1 definitions so that they are not accidentally seen.
1760         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
1761         of the trampoline function into the macro.
1762         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
1763         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
1764         kernel 2.1.82 has this fixed.
1766         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
1767         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
1769 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
1771         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
1772         support sigaction on kernels > 2.1.7x.
1774 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
1776         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
1777         if it is empty.
1779         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
1780         Patch by David Engel <david@sw.ods.com>.
1782         * configure.in: Fix another typo in --enable-add-ons code.
1784 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
1786         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
1788 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1790         * nss/nss_files/files-network.c: Correct order of parameters for
1791         getnetbyaddr.
1793 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
1795         * db2/Makefile (routines): Add os_alloc.
1796         * db2/db.h: Update from db-2.3.16.
1797         * db2/db_185.h: Likewise.
1798         * db2/db_int.h: Likewise.
1799         * db2/btree/bt_close.c: Likewise.
1800         * db2/btree/bt_cursor.c: Likewise.
1801         * db2/btree/bt_delete.c: Likewise.
1802         * db2/btree/bt_open.c: Likewise.
1803         * db2/btree/bt_page.c: Likewise.
1804         * db2/btree/bt_put.c: Likewise.
1805         * db2/btree/bt_rec.c: Likewise.
1806         * db2/btree/bt_recno.c: Likewise.
1807         * db2/btree/btree_auto.c: Likewise.
1808         * db2/common/db_appinit.c: Likewise.
1809         * db2/common/db_apprec.c: Likewise.
1810         * db2/common/db_err.c: Likewise.
1811         * db2/common/db_region.c: Likewise.
1812         * db2/common/db_shash.c: Likewise.
1813         * db2/db/db.c: Likewise.
1814         * db2/db/db_auto.c: Likewise.
1815         * db2/db/db_conv.c: Likewise.
1816         * db2/db/db_dispatch.c: Likewise.
1817         * db2/db/db_dup.c: Likewise.
1818         * db2/db/db_pr.c: Likewise.
1819         * db2/db/db_rec.c: Likewise.
1820         * db2/db185/db185.c: Likewise.
1821         * db2/dbm/dbm.c: Likewise.
1822         * db2/hash/hash.c: Likewise.
1823         * db2/hash/hash_auto.c: Likewise.
1824         * db2/hash/hash_dup.c: Likewise.
1825         * db2/hash/hash_page.c: Likewise.
1826         * db2/hash/hash_rec.c: Likewise.
1827         * db2/include/btree_ext.h: Likewise.
1828         * db2/include/clib_ext.h: Likewise.
1829         * db2/include/common_ext.h: Likewise.
1830         * db2/include/db.h.src: Likewise.
1831         * db2/include/db_185.h.src: Likewise.
1832         * db2/include/db_am.h: Likewise.
1833         * db2/include/db_ext.h: Likewise.
1834         * db2/include/db_int.h.src: Likewise.
1835         * db2/include/hash_ext.h: Likewise.
1836         * db2/include/lock_ext.h: Likewise.
1837         * db2/include/log.h: Likewise.
1838         * db2/include/log_auto.h: Likewise.
1839         * db2/include/log_ext.h: Likewise.
1840         * db2/include/mp.h: Likewise.
1841         * db2/include/mp_ext.h: Likewise.
1842         * db2/include/mutex_ext.h: Likewise.
1843         * db2/include/os_ext.h: Likewise.
1844         * db2/include/os_func.h: Likewise.
1845         * db2/include/txn_ext.h: Likewise.
1846         * db2/lock/lock.c: Likewise.
1847         * db2/lock/lock_util.c: Likewise.
1848         * db2/log/log.c: Likewise.
1849         * db2/log/log.src: Likewise.
1850         * db2/log/log_archive.c: Likewise.
1851         * db2/log/log_auto.c: Likewise.
1852         * db2/log/log_get.c: Likewise.
1853         * db2/log/log_put.c: Likewise.
1854         * db2/log/log_rec.c: Likewise.
1855         * db2/log/log_register.c: Likewise.
1856         * db2/mp/mp_bh.c: Likewise.
1857         * db2/mp/mp_fget.c: Likewise.
1858         * db2/mp/mp_fopen.c: Likewise.
1859         * db2/mp/mp_fput.c: Likewise.
1860         * db2/mp/mp_pr.c: Likewise.
1861         * db2/mp/mp_sync.c: Likewise.
1862         * db2/mutex/mutex.c: Likewise.
1863         * db2/os/os_alloc.c: Likewise.
1864         * db2/os/os_config.c: Likewise.
1865         * db2/os/os_stat.c: Likewise.
1866         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1867         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1868         * db2/progs/db_load/db_load.c: Likewise.
1869         * db2/progs/db_printlog/db_printlog.c: Likewise.
1870         * db2/progs/db_recover/db_recover.c: Likewise.
1871         * db2/progs/db_stat/db_stat.c: Likewise.
1872         * db2/txn/txn.c: Likewise.
1874         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
1875         Unmap memory blocks in reverse order of allocation.
1876         Call munmap with load address added to offset.
1877         Bug reported by Miguel de Icaza.
1879         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
1880         up weight array.
1882         * localedata/locales/cs_CZ: Update by Michael Mraka
1883         <michael@informatics.muni.cz>.
1885         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
1886         __USE_BSD.
1888         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
1889         reading line with fgets.
1890         * nis/nss_compat/compat-pwd.c: Likewise.
1891         * nis/nss_compat/compat-spwd.c: Likewise.
1892         * nss/nss_files/files-XXX.c: Likewise.
1893         * nss/nss_files/files-alias.c: Likewise.
1894         * shadow/fgetspent_r.c: Likewise.
1896         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
1898         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
1899         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1900         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1902         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
1903         FP register content in ucontext_t.
1905 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1907         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
1908         calculation.  Patch by Markus Schoder
1909         <Markus.Schoder@dresdner-bank.de>.
1911         * math/libm-test.c (modf_test): Add more tests for modf.
1913         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
1914         munlock according to Unix98.
1916 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1918         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
1919         AF_INET.
1921 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
1923         * sysdeps/posix/ttyname.c: Handle symbolic links.
1924         * sysdeps/posix/ttyname_r.c: Ditto.
1926 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
1928         * db2/makedb.c (process_input): Write terminating \0 for value.
1929         (print_database): Simply print value string, don't use length.
1931 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1933         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
1934         exit of loop.
1936 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1938         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
1939         close all sockets.
1941 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
1943         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
1944         sigset.
1945         * signal/sighold.c: New file.
1946         * signal/sigrelse.c: New file.
1947         * sysdeps/generic/sigignore.c: New file.
1948         * sysdeps/generic/sigset.c: New file.
1949         * sysdeps/posix/sigignore.c: New file.
1950         * sysdeps/posix/sigset.c: New file.
1951         * signal/signal.h: Add prototypes for new functions.
1953         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
1954         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
1955         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
1956         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
1958 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
1960         * posix/wordexp.c: Added IFS field-splitting in parameter and
1961         command substitution.  Fixed an IFS-related bug that caused an
1962         infinite loop.
1964 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
1966         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
1967         and swapcontext.
1968         * stdlib/ucontext.h: Correct prototypes.
1969         * sysdeps/generic/getcontext.c: New file.
1970         * sysdeps/generic/setcontext.c: New file.
1971         * sysdeps/generic/makecontext.c: New file.
1972         * sysdeps/generic/swapcontext.c: New file.
1973         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
1975 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
1977         * resource/sys/resource.h: Remove #include of ulimit.h which is
1978         not allowed by SUSv2 and not available on other systems.
1979         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
1981         * streams/Makefile: New file.
1982         * streams/stropts.h: New file.
1983         * sysdeps/generic/bits/stropts.h: New file.
1984         * sysdeps/generic/isastream.c: New file.
1985         * sysdeps/generic/getmsg.c: New file.
1986         * sysdeps/generic/getpmsg.c: New file.
1987         * sysdeps/generic/putmsg.c: New file.
1988         * sysdeps/generic/putpmsg.c: New file.
1989         * sysdeps/generic/fattach.c: New file.
1990         * sysdeps/generic/fdetach.c: New file.
1991         * sysdeps/unix/inet/Subdirs: Add streams.
1992         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
1993         __t_uscalar_t.
1994         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1995         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1996         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1997         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
1999         * sysdeps/mach/_strerror.c: Follow changes of generic version to
2000         handle small buffers correctly.
2002 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
2004         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2005         Remove the 3rd arg and add declaration for _dl_runtime_resolve
2006         and _dl_runtime_profile.
2008 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
2010         * include/cpio.h: New file.  Mainly copied from GNU cpio.
2011         * posix/Makefile (headers): Add cpio.h.
2013 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2015         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
2016         to routines.
2017         * nis/nis_cache.c: New file.
2018         * nis/nis_cache2.h: New file.
2019         * nis/nis_cache2_xdr.c: New file.
2020         * nis/nis_call.c: Changes for cache2_info parameter.
2021         * nis/nis_checkpoint.c: Likewise.
2022         * nis/nis_intern.h: Likewise.
2023         * nis/nis_mkdir.c: Likewise.
2024         * nis/nis_ping.c: Likewise.
2025         * nis/nis_rmdir.c: Likewise.
2026         * nis/nis_server.c: Likewise.
2027         * nis/nis_util.c: Likewise.
2029 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2031         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
2032         return/errnop codes.
2033         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2034         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2035         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2036         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2037         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
2038         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2039         * nis/nss_nisplus/nisplus-rpc.c: Likewise
2040         * nis/nss_nisplus/nisplus-service.c: Likewise.
2041         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2043 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2045         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
2046         * nis/nss_nis/nis-ethers.c: Likewise.
2047         * nis/nss_nis/nis-grp.c: Likewise.
2048         * nis/nss_nis/nis-hosts.c: Likewise.
2049         * nis/nss_nis/nis-network.c: Likewise.
2050         * nis/nss_nis/nis-proto.c: Likewise.
2051         * nis/nss_nis/nis-hosts.c: Likewise.
2052         * nis/nss_nis/nis-network.c: Likewise.
2053         * nis/nss_nis/nis-proto.c: Likewise.
2054         * nis/nss_nis/nis-publickey.c: Likewise.
2055         * nis/nss_nis/nis-pwd.c: Likewise.
2056         * nis/nss_nis/nis-rpc.c: Likewise.
2057         * nis/nss_nis/nis-service.c: Likewise.
2058         * nis/nss_nis/nis-spwd.c: Likewise.
2060 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
2062         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
2063         Added to follow latest kernel development.
2065 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
2067         * nss/db-Makefile: Handle empty and comment lines better.
2068         ($(VAR_DB)/services.db): Generate entries with missing protocol
2069         value.
2071 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2073         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
2074           NULL.
2075           (getservbyname): Allow proto == NULL.
2076           Pointed out by David N. Welton <davidw@gate.cks.com>.
2077           [PR libc/430].
2079 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
2081         * nis/nislib/nislib.h: Finally removed.
2083         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
2084         C compiler.  From Kaveh Ghazi.
2085         (TYPE_MINIMUM): Define.
2086         (TYPE_MAXIMUM): Define.
2087         (TIME_T_MIN): Use TYPE_MINIMUM.
2088         (TIME_T_MAX): Use TYPE_MAXIMUM.
2089         Patch by Jim Meyering <meyering@ascend.com>.
2091 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
2093         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
2094         __pread64, __pwrite64, and __getpid.
2096         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
2097         versions.
2099 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2101         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
2102         cancelable socket functions as __libc_xxx with __xxx as weak
2103         alias.
2104         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2105         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2107         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
2108         redefined.
2109         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2110         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
2111         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
2112         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
2114         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
2115         and __xxx a weak alias.
2116         * sysdeps/unix/sysv/linux/connect.S: Likewise.
2117         * sysdeps/unix/sysv/linux/recv.S: Likewise.
2118         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
2119         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
2120         * sysdeps/unix/sysv/linux/send.S: Likewise.
2121         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
2122         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
2124 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2126         * locale/langinfo.h: Add defines.
2128         * dirent/dirent.h: Add defines for DT_*, check also for
2129         _DIRENT_HAVE_D_TYPE.
2130         Suggested by Roland McGrath.
2132 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2134         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
2135         Update from Linux 2.1.73+79.
2137         * README.template: Update information about possible
2138         configurations.
2140         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
2141         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2142         [PR libc/417].
2144         * manual/time.texi (Priority): Correct description of
2145         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2146         [PR libc/416].
2148 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
2150         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
2151         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
2153 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
2155         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
2156         Andreas Jaeger.
2158 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
2160         * locale/programs/ld-collate.c: Little optimizations.
2162         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
2164         * string/Makefile (tests): Add tst-inlcall.
2165         * string/tst-inlcall.c: New file.
2167         * string/strsignal.c: Add support for real-time signals.
2169         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
2170         presense of small buffer.
2172         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
2174         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
2175         for i686.
2177         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
2178         _NSIG + 1.
2180 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
2182         * Rules: Add explicit rule for dummy.o; at least one library needs
2183           it and it isn't autogenerated by the default rules.
2185 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2187         * math/libm-test.c: Tweak epsilons.
2189 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2191         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
2192         child.
2193         (feenv_mask_test): Likewise.
2195 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2197         * Makeconfig: Don't export CPPFLAGS.
2199 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2201         * sunrpc/rpc_main.c (parseargs): Use perror to print error
2202         message.
2204 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2206         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
2207         terminating null in key size.
2209 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2211         * nss/nss_files/files-service.c: Fix allocation size to include
2212         length of PROTO.
2214         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
2215         applicable.  Fix return value and error checking.
2216         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
2217         unparsable lines.
2218         (DB_LOOKUP): Allocate space for terminating null byte.
2220         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
2221         uids specially.
2223         * db2/makedb.c (process_input): Continue processing if a duplicate
2224         key is encountered.
2226 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
2228         * time/tzfile.h: Updated from tzcode1998b.
2229         * time/zdump.c: Likewise.
2230         * time/zic.c: Likewise.
2231         * time/africa: Update from tzdata1998b.
2232         * time/antarctica: Likewise.
2233         * time/asia: Likewise.
2234         * time/australasia: Likewise.
2235         * time/etcetera: Likewise.
2236         * time/europe: Likewise.
2237         * time/leapseconds: Likewise.
2238         * time/northamerica: Likewise.
2239         * time/southamerica: Likewise.
2241 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2243         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
2244         lookups ignoring case.
2245         * nss/nss_files/files-network.c: Do network lookups ignoring
2246         case.
2247         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
2248         case.
2249         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
2250         case insensitive comparing.
2251         Patches by Cristian Gafton <gafton@redhat.com>.
2253 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2255         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
2256         by Roland McGrath. [PR libc/395]
2258 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2260         * manual/arith.texi (Parsing of Integers): Correct description of
2261         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
2262         [PR libc/396]
2264 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
2266         * misc/lsearch.c (lsearch): Return a pointer to the new element
2267         if one was "allocated".
2269 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2271         * string/strsignal.c: NSIG is not a valid index into
2272         _sys_siglist.  Don't zap the last character of the "Unknown
2273         signal" message.
2275 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
2277         * locale/programs/charmap.c (parse_charmap): Correct parsing of
2278         ellipsis expressions.
2280         * locale/programs/charset.c (insert_char): Correctly insert value
2281         of eliipsis expression.
2283 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
2285         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
2286         <bits/setjmp.h>.
2287         * sysdeps/powerpc/setjmp.S: Likewise.
2288         Patches by Matt McLean <keys@keys.got.net>.
2290         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
2292         * Makefile: Undo last patch.
2293         (distribute): Add test-installation.pl.
2295         * configure.in: Correct handling of --enable-add-ons without parameter.
2296         Correct address of WWW pages.
2298         * libc.map: Add _nl_domain_bindings.
2300         * db2/mutex/tsl_parisc.s: New file.
2302         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
2303         and extra-module.mk.
2305         * localedata/Makefile (distribute): New.  Add all the files.
2307         * stdlib/Makefile (headers): Add inttypes.h.
2308         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
2309         * sysdeps/generic/inttypes.h: New file.
2310         * sysdeps/generic/strtoimax.c: New file.
2311         * sysdeps/generic/strtoumax.c: New file.
2312         * sysdeps/generic/wcstoimax.c: New file.
2313         * sysdeps/generic/wcstoumax.c: New file.
2314         * sysdeps/wordsize-32/Dist: Removed.
2315         * sysdeps/wordsize-32/Makefile: Removed.
2316         * sysdeps/wordsize-64/Dist: Removed.
2317         * sysdeps/wordsize-64/Makefile: Removed.
2318         * sysdeps/generic/bits/environments.h: New file.
2320         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
2321         header is still not correct.
2323         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
2324         * posix/unistd.h: Likewise.
2325         * sysdeps/generic/sys/mman.h: Likewise.
2326         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
2328         * manual/arith.texi: Change definition of mul macro.
2329         * manual/math.texi: Likewise.
2331         * misc/Makefile (routines): Add mmap64.
2332         * sysdeps/generic/mmap64.c: New file.
2333         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
2334         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
2335         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
2336         aliases to mmap.
2337         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2339         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
2341         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
2343         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
2345         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
2346         FOPEN_MAX also when included by limits.h.
2347         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
2349         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
2350         and netrom/netrom.h.
2351         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
2352         oldsiglist to sysdep_routines, not aux.
2353         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
2355         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
2356         and SOL_NETROM definition.
2358         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
2360         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
2361         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
2363 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
2365         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
2367         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
2368         sa_handler with k_sa_handler.
2369         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
2370         strong alias.
2371         Reported by a sun.
2373         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
2374         __libc_have_rt_sigs here.
2375         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
2376         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2377         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
2378         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2380 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
2382         * sysdeps/powerpc/atomicity.h: New file.
2383         * sysdeps/mach/powerpc/machine-lock.h: New file.
2385         * Rules: Use -fpic to build anything that might end up in a users'
2386         shared library.
2388         * sysdeps/powerpc/s_fdim.c: New file.
2389         * sysdeps/powerpc/s_fdimf.c: New file.
2390         * sysdeps/powerpc/s_fmax.S: New file.
2391         * sysdeps/powerpc/s_fmaxf.S: New file.
2392         * sysdeps/powerpc/s_fmin.S: New file.
2393         * sysdeps/powerpc/s_fminf.S: New file.
2394         * sysdeps/powerpc/s_llrint.c: Now is for double.
2395         * sysdeps/powerpc/s_llrintf.c: New file.
2396         * sysdeps/powerpc/s_llround.c: Now is for double.
2397         * sysdeps/powerpc/s_llroundf.c: New file.
2398         * sysdeps/powerpc/s_lrint.c: Now is for double.
2399         * sysdeps/powerpc/s_lrintf.S: New file.
2400         * sysdeps/powerpc/s_lround.c: Now is for double.
2401         * sysdeps/powerpc/s_lroundf.c: New file.
2402         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
2403         lrintf, fdim, fdimf.
2405         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
2406         file directly, use its parent.
2408         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
2409         (for the third time).
2411 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
2413         * posix/sched.h: timespec is in <time.h>.
2415         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
2417 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
2419         * configure.in: Stop with error if --disable-static is used when
2420         the shared lib uses this library.
2422         * gen-FAQ.pl: I've perl installed in /usr/bin.
2424         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
2426         Fix Unix98 conformance problems in the headers.
2427         * catgets/nl_types.h: Define nl_item.
2428         * grp/grp.h: Define gid_t.
2429         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
2430         * include/nl_types.h: New file.
2431         * include/ulimit.h: New file.
2432         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
2433         constants in POSIX mode.
2434         * io/utime.h: Get definition for time_t.
2435         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
2436         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
2437         * libio/stdio.h: Define va_list.  Make snprintf also available is
2438         __USE_UNIX98.  Declare getopt function and variables.
2439         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
2440         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
2441         * math/math.h: Defined M_* constants as double for Unix98 mode.
2442         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
2443         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
2444         * posix/regex.h: Define REG_NOSYS.
2445         * posix/wordexp.h: Define WRDE_NOSYS.
2446         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
2447         500 for Unix98.
2448         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
2449         somewhere else as well.  Define clock_t for Unix98.
2450         * posix/sys/wait.h: Define pid_t.
2451         * pwd/pwd.h: Define gid_t, uid_t.
2452         * resource/Makefile (headers): Add ulimit.h.
2453         * resource/ulimit.h: New file.
2454         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
2455         instead of second argument.
2456         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
2457         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
2458         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
2459         * signal/signal.h: Define pid_t.
2460         * string/string.h: Don't declare BSD string functions in POSIX mode.
2461         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
2462         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
2463         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
2464         and POSIX.
2466         * inet/test_ifindex.c: Change test so that it does not fail for
2467         interface aliases.
2469         * locale/programs/locale.c (show_info): Use correct cast sequence
2470         for 64bit machines.
2472         * malloc/malloc.c: __malloc_initialized now signals three states:
2473         uninitialized, initializing, initialized.  Used in mcheck.
2474         * malloc/mcheck.c (mabort): Add '\n' to messages.
2475         (mcheck): Allow installation when malloc is uninitialized or is
2476         just initializing.
2478         * manual/memory.texi: Explain mtrace output a bit more.
2480         * math/libm-test.c: Add more epsilons.
2482         * misc/regexp.h (compile): Remove __ prefix from parameter names.
2484         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
2485         instead of strcpy for security.
2486         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
2487         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
2488         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
2490         * nss/digits_dots.c: Pretty print.
2492         * posix/getconf.c (vars): Add symbols for programming environment
2493         recognition.  Recognize --version.
2495         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
2496         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
2497         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
2499         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
2500         __need_FOPEN_MAX.
2501         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
2502         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
2503         __need_FOPEN_MAX.
2505         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
2506         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
2508         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
2509         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2510         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2511         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
2512         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2513         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
2515         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
2516         SCNu*.
2517         * sysdeps/wordsize-64/inttypes.h: Likewise.
2519         * time/africa: Update from tzdata1997j.
2520         * time/antarctica: Likewise.
2521         * time/asia: Likewise.
2522         * time/australasia: Likewise.
2523         * time/backward: Likewise.
2524         * time/etcetera: Likewise.
2525         * time/europe: Likewise.
2526         * time/factory: Likewise.
2527         * time/northamerica: Likewise.
2528         * time/pacificnew: Likewise.
2529         * time/southamerica: Likewise.
2531         * time/tzfile.h: Update from tzcode1997h.
2532         * time/zic.c: Likewise.
2534         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
2535         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
2536         isw*() functions for Unix98.
2537         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
2538         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
2539         is defined.
2541 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2543         * locale/duplocale.c: Increase usage_count only if less than
2544         MAX_USAGE_COUNT.
2545         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
2546         MAX_USAGE_COUNT.
2547         * locale/setlocale.c: Likewise.
2549 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2551         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
2552         dependency to make it easier to install it selectively.
2554         * Makerules (.SUFFIXES): Don't define any suffixes.
2556 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2558         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
2559         * sysdeps/generic/statfs64.c: Emulate using statfs.
2560         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
2561         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
2562         * sysdpes/generic/ftruncate64.c: New file.
2563         * sysdpes/generic/truncate64.c: New file.
2565         * sysdeps/generic/bits/stat.h: Add LFS support.
2566         * sysdeps/generic/bits/statfs.h: Likewise.
2568         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
2569         [__USE_FILE_OFFSET64]: Make long long constant.
2570         (RLIM64_INFINITY): Likewise.
2572         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
2573         for LFS support.
2574         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
2575         * sysdeps/generic/bits/resource.h: Likewise.
2577         * misc/Makefile (routines): Add truncate64 and ftruncate64.
2579         * include/features.h: Don't prevent LFS support from defining BSD
2580         and SYSV things.
2582         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
2583         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
2584         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
2586         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
2587         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
2588         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2590         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
2591         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
2592         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
2593         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
2594         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
2595         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
2596         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
2597         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
2598         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
2599         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
2600         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
2601         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
2602         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
2603         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
2604         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
2605         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
2606         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
2607         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
2608         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
2609         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
2611         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
2612         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
2613         * sysdeps/unix/sysv/linux/xstat64.c: New file.
2614         * sysdeps/unix/sysv/linux/readdir64.c: New file.
2615         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
2617         * sysdeps/unix/sysv/linux/getdents64.c: New file.
2618         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
2619         [$(subdir)=dirent]: Add getdents64.
2620         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
2622         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
2624 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
2626         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
2628         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
2629         * sysdeps/generic/getrlimit64.c: Likewise.
2630         * sysdeps/generic/setrlimit.c: Likewise.
2631         * sysdeps/generic/setrlimit64.c: Likewise.
2633 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
2635         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
2636         using versioning.
2638         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
2640         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
2642 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2644         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
2645         after the codeset name.
2647 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2649         * libc.map: Add get_kernel_syms.
2651 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2653         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
2654         static.
2655         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
2656         Likewise.  Fix condition.
2658 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2660         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
2662 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2664         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
2665         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
2667 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2669         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
2670         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
2671         instead.  Oops.
2673 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2675         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
2677 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2679         * math/libm-test.c (catanh_test): Change epsilon.
2680         Reported by H.J. Lu.
2682 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
2684         * libc.map (__getpid): Added for linuxthreads.
2686 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
2688         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
2689         it if gcc uses static variable in DWARF2 unwind information
2690         for exception support.
2692         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
2694         * elf/soinit.c (__libc_global_ctors, _fini): Handle
2695         HAVE_DWARF2_UNWIND_INFO_STATIC.
2697         * libc.map (__register_frame*, __deregister_frame*): Make them
2698         global.
2700 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2702         * math/libm-test.c: Add more tests for "normal" values.
2704 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2706         * stdio-common/printf_fphex.c: Fix printing of long double number
2707         with a biased exponent of zero.  Fix rounding.
2709 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2711         * sunrpc/rpc_main.c: Accept new flag -$.
2712         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
2714 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2716         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
2717         dynamic linker first, in case the interface has changed.
2719 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2721         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
2722         order.
2724 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2726         * math/tgmath.h: Check for double first, for architectures where
2727         sizeof (long double) == sizeof (double).
2729 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2731         * math/libm-test.c: New tests for "normal" values added for most
2732         functions.
2734 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
2736         * version.h (VERSION): Bump to 2.0.91.
2738         * db2/makedb.c (process_input): Fix typo in message.
2739         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
2741         * elf/dynamic-link.h: Pretty print.
2743         * elf/rtld.c: Allow multiple preloading of a shared object.
2745         * include/limits.h: Prevent multiple inclusion.
2747         * malloc/Makefile (headers): Add mcheck.h.
2748         (distribute): Remove it here.
2749         * malloc/mcheck.h: Pretty print.
2750         * malloc/mtrace.c (mallenv): Make `const'.
2751         * malloc/mtrace.pl: Don't print table head for memory leaks if there
2752         are none.
2753         * manual/memory.texi: Update descriptor of malloc hooks.
2755         * posix/Makefile (routines): Add waitid.
2756         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
2757         on __id_t.
2758         * posix/sys/wait.h: Define idtype_t type.
2759         Add prototype for waitid.
2760         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
2761         * sysdeps/generic/waitid.c: Stub for waitid.
2762         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
2763         the __need_siginfo_t defined.
2764         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
2765         * sysdeps/generic/bits/types.h: Define __id_t.
2766         Correct definition of __FDMASK.
2767         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2768         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2769         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2771         * sysdeps/posix/waitid.c: New file.
2772         Provided by Zack Weinberg.
2774         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
2776         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2777         Add missing parameters.
2779         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
2780         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
2781         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
2782         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
2783         initialized.
2785         * sysdeps/i386/dl-machine.h: Little cleanup.
2787         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
2788         (__finite): Mark function as const.
2789         Add inline code for __ieee754_atan2.
2791         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
2792         (but don't use it now).
2793         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
2794         __atan.
2795         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
2796         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
2797         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
2798         real part.
2799         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
2800         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
2801         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
2802         __ieee754_atan2 to base 10.
2803         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
2804         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
2806         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
2807         old_kernel_sigaction.
2809         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
2811         * wctype/Makefile (routines): Add wctype_l.
2812         * wctype/wctype.h: Add declaration of __wctype_l.
2813         * wctype/wctype_l.c: New file.
2815 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
2817         * locale/C-ctype.c: Correct data for isw* functions.
2818         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
2819         byte order.
2820         * wctype/test_wctype.c: Add test for isw* functions.
2821         * wctype/wctype.c: Return value with expected byte order.
2823 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2825         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
2827 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
2829         * iconvdata/Makefile: Fix a typo.
2831         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
2832         oldsiglist for shared library.
2834         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
2835         sys_sigabbrev): Make them as the default version GLIBC_2.1.
2837         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
2838         sys_siglist, sys_sigabbrev): New file. Make them as the old
2839         version GLIBC_2.0.
2841         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
2842         to GLIBC_2.1.
2844 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
2846         * libio/iofgets.c (_IO_fgets): Return an error only if there
2847         is a new error.
2848         * libio/iogets.c (_IO_gets): Ditto.
2850 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
2852         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
2854         * libio/Makefile (routines, shared-only-routines): Add
2855         oldiofdopen.
2857         * libio/fileops.c: Don't use _IO_FILE_complete.
2858         * libio/iofdopen.c: Ditto.
2859         * libio/iofopen.c: Ditto.
2860         * libio/iofopen64.c: Ditto.
2861         * libio/iopopen.c: Ditto.
2862         * libio/iovdprintf.c: Ditto.
2864         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
2866         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
2867         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
2869         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
2870         _IO_old_fdopen, _IO_new_fdopen): New declaration.
2872         * libio/libio.h (_IO_FILE): Add more fields.
2873         (_IO_FILE_complete): Defined and make _IO_FILE be the old
2874         one if _IO_USE_OLD_IO_FILE is defined
2875         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
2876         them _IO_FILE_complete.
2878         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
2879         to adjust vtable.
2880         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
2881         _IO_JUMPS.
2882         (_IO_FILE_complete): Commented out.
2884         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
2885         * libio/oldiofclose.c: Ditto.
2886         * libio/oldiofopen.c: Ditto.
2887         * libio/oldstdfiles.c: Ditto.
2889         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
2890         for the old _IO_FILE.
2892         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
2893         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
2894         and stderr.
2896         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
2897         and remove INAME.
2899         * libio/stdio.c (stdin, stdout, stdin): Don't use
2900         _IO_FILE_complete.
2902         * libio/oldiofdopen.c: New.
2904         * stdio-common/vfprintf.c (buffered_vfprintf): Set
2905         hp->_vtable_offset to 0.
2907 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
2909         * libc.map (_IO_file_open): Added.
2911         * libio/libioP.h (_IO_file_open): Declared.
2913         * libio/fileops.c (_IO_file_open): New.
2914         (_IO_file_fopen): Call _IO_file_open ().
2916         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
2917         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
2919 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2921         * signal/signal.h: Fix selection of signal semantics to match
2922         comment.
2924 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2926         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
2927         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
2928         rt_sigreturn.
2929         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
2930         [$(subdir)=signal]: Remove rt_sigreturn.
2931         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
2932         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
2933         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
2935 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2937         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
2938         declarations.
2940 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2942         * iconvdata/extra-module.mk: Expand extra-objs now.
2944 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2946         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
2947         inline functions by feature tests to avoid warning about missing
2948         prototype declarations.
2950 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2952         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
2953         return code for non existent +name entries.
2954         * nis/nss_compat/compat-pwd.c: Likewise.
2955         * nis/nss_compat/compat-spwd.c: Likewise.
2957 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
2959         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
2960         (EIO): Likewise.
2961         (ENOSPC): Likewise.
2962         (EEXIST): Likewise.
2963         (__errno_location): Likewise.
2965         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
2967         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
2969 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2971         * sunrpc/publickey.c: Use new NSS interface.
2973 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
2975         * manual/malloc.texi: Document mtrace/muntrace and the concept.
2977 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2979         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
2980         value, to match spirit of the standard.
2981         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
2982         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
2983         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
2985 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2987         * manual/signal.texi (Signal Stack): Remove spurious @item.
2989 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2991         * rt/aio.h: Remove double semicolon.
2993         * rt/librt.map: Add aio_init.
2995 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
2997         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
2998         * Makefile (subdirs): Replace rt by $(rt).
3000         * shlib-versions: Use version .2 for NSS modules.
3002         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
3003         argument.
3004         * pwd/fgetpwent_r.c: Likewise.
3005         * spwd/fgetspent_r.c: Likewise.
3006         * spwd/sgetspent_r.c: Likewise.
3007         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
3008         Store error number in *ERRNOP.  Little optimization.
3009         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
3010         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
3011         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
3012         (__internal_getnetgrent_r): New argument.
3013         Call __internal_setnetgrent_reuse with new argument.
3014         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
3015         * inet/netgroup.h: Add argument to prototypes.
3016         * nis/nisplus-parser.h: Likewise.
3017         * nis/nss_compat/compat-grp.c: Change everything to store error
3018         code through provided pointer and not use errno.
3019         * nis/nss_compat/compat-pwd.c: Likewise.
3020         * nis/nss_compat/compat-spwd.c: Likewise.
3021         * nis/nss_nis/nis-alias.c: Likewise.
3022         * nis/nss_nis/nis-ethers.c: Likewise.
3023         * nis/nss_nis/nis-grp.c: Likewise.
3024         * nis/nss_nis/nis-hosts.c: Likewise.
3025         * nis/nss_nis/nis-netgrp.c: Likewise.
3026         * nis/nss_nis/nis-network.c: Likewise.
3027         * nis/nss_nis/nis-proto.c: Likewise.
3028         * nis/nss_nis/nis-publickey.c: Likewise.
3029         * nis/nss_nis/nis-pwd.c: Likewise.
3030         * nis/nss_nis/nis-rpc.c: Likewise.
3031         * nis/nss_nis/nis-service.c: Likewise.
3032         * nis/nss_nis/nis-spwd.c: Likewise.
3033         * nis/nss_nisplus/nisplus-alias.c: Likewise.
3034         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
3035         * nis/nss_nisplus/nisplus-grp.c: Likewise.
3036         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
3037         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
3038         * nis/nss_nisplus/nisplus-network.c: Likewise.
3039         * nis/nss_nisplus/nisplus-parser.c: Likewise.
3040         * nis/nss_nisplus/nisplus-proto.c: Likewise.
3041         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3042         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
3043         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
3044         * nis/nss_nisplus/nisplus-service.c: Likewise.
3045         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
3046         * nss/nss_db/db-XXX.c: Likewise.
3047         * nss/nss_db/db-alias.c: Likewise.
3048         * nss/nss_db/db-netgrp.c: Likewise.
3049         * nss/nss_files/files-XXX.c: Likewise
3050         * nss/nss_files/files-alias.c: Likewise
3051         * nss/nss_files/files-netgrp.c: Likewise
3052         * nss/nss_files/files-parse.c: Likewise
3053         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
3054         parameter of get functions.
3055         * nss/getXXent_r.c: Likewise.
3057         * localedata/tst-fmon.c: Print debug info if test fails.
3059         * rt/Makefile (routines): Add aio_notify.
3060         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
3061         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
3062         * rt/aio_fsync.c: Likewise.
3063         * rt/aio_misc.c: Likewise.
3064         * rt/aio_misc.h: Likewise.
3065         * rt/aio_read.c: Likewise.
3066         * rt/aio_read64.c: Likewise.
3067         * rt/aio_suspend.c: Likewise.
3068         * rt/aio_write.c: Likewise.
3069         * rt/aio_write64.c: Likewise.
3070         * rt/lio_listio.c: Likewise.
3071         * rt/lio_listio64.c: Likewise.
3072         * rt/aio_notify.c: New file.
3074         * sysdeps/generic/bits/sigset.h: Pretty print.
3076         * sysdeps/posix/pwrite.c: Define weak alias only if function is
3077         really defined as __pwrite.
3079         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
3080         instead of pread64.
3081         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3083         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3084         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
3085         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
3086         size in syscall.
3087         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3088         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3089         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
3090         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3091         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
3092         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3093         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
3094         for ACT being NULL.
3095         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
3096         RT signals.
3097         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
3098         __NR_pread is not defined.
3099         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
3100         __NR_pwrite is not defined.
3102 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3104         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
3105         handle for /etc/group back in some more cases.
3106         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
3107         handle for /etc/passwd back in some more cases.
3108         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
3109         handle for /etc/shadow back in some more cases.
3111 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
3113         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
3114         beyound its size.
3115         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
3116         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
3118 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
3120         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
3121         handling.  Don't use macros, we need functions.  Use inline functions
3122         for optimization.
3123         * sysdeps/wordsize-64/inttypes.h: Likewise.
3124         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
3125         and wcstoumax.
3126         * sysdeps/wordsize-64/Makefile: Likewise.
3127         * sysdeps/wordsize-32/Dist: Likewise.
3128         * sysdeps/wordsize-64/Dist: Likewise.
3129         * sysdeps/wordsize-32/strtoimax.c: New file.
3130         * sysdeps/wordsize-32/strtoumax.c: New file.
3131         * sysdeps/wordsize-32/wcstoimax.c: New file.
3132         * sysdeps/wordsize-32/wcstoumax.c: New file.
3133         * sysdeps/wordsize-64/strtoimax.c: New file.
3134         * sysdeps/wordsize-64/strtoumax.c: New file.
3135         * sysdeps/wordsize-64/wcstoimax.c: New file.
3136         * sysdeps/wordsize-64/wcstoumax.c: New file.
3138 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
3140         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
3141         that transparent union works.
3142         * sysdeps/generic/wait4.c (__wait4): Likewise.
3143         * sysdeps/generic/wait.c (__wait): Likewise.
3145         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
3146         size_t.
3148         * sysdeps/generic/syscall.c (syscall): Return value and arg are
3149         long, to match prototype.
3151         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
3152         have mremap() yet.
3154         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
3156         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
3158         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
3160         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
3161         __rlim_t.
3163         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
3165         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
3167         * io/sys/stat.h (S_ISLNK): Always false if we don't have
3168         __S_IFLNK.
3170         * sysdeps/standalone/close.c (_STDIO_H): Define before including
3171         <bits/stdio_lim.h>.
3172         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
3174 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
3176         * posix/sys/wait.h: Don't use transparent unions in C++.
3178 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3180         * time/time.h: Add strfxtime.
3182         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
3183         sysv_signal, strfxtime, pread64, pwrite64.
3185 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
3187         Alpha changes for EGCS:
3188         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
3189         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
3190         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
3191         (_start): Likewise.
3192         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
3194 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
3196         The kernel expects the arguments in a different order.
3197         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
3198         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
3200         * FAQ.in: New file.
3201         * gen-FAQ.pl: New file.
3202         * Makefile (FAQ): Add rule to generate from FAQ.in.
3204         * iconvdata/Makefile: Treat libJIS like the other modules.
3206         * rt/librt.map: New file.
3208         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
3209         inclusion.
3210         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
3211         comment.
3213 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
3215         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
3216         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3217         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
3218         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3220 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3222         * string/bits/string2.h: Fix spellings.
3224         * string/string.h: Fix spellings.
3226 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3228         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
3229         declaration to __syscall_rt_sigaction.
3231         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
3232         non-existant <sigcontext.h>.
3234 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3236         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
3237         typo.
3239 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3241         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
3243         * Makeconfig (shared-thread-library): Correct spelling.
3245         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
3246         <asm/pci.h>.
3248 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3250         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
3251         constants from Linux headers. Pointed out by
3252         csmall@scooter.o.i.net. [PR libc/369]
3254 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3256         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
3258 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3260         * configure.in: If --enable-add-ons is given without an
3261         argument, set the addons list to all subdirs with a configure
3262         script.
3264 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
3266         * Makeconfig: Add shared-thread-library variable.
3268         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
3269         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
3270         here.
3271         * sysdeps/m68k/fpu/e_acos.c: Likewise.
3272         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
3273         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
3274         * sysdeps/m68k/fpu/e_pow.c: Likewise.
3275         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
3276         * sysdeps/m68k/fpu/k_cos.c: Likewise.
3277         * sysdeps/m68k/fpu/k_sin.c: Likewise.
3278         * sysdeps/m68k/fpu/k_tan.c: Likewise.
3279         * sysdeps/m68k/fpu/s_atan.c: Likewise.
3280         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
3281         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
3282         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
3283         * sysdeps/m68k/fpu/s_csin.c: Likewise.
3284         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
3285         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
3286         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
3287         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
3288         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
3289         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
3290         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
3291         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
3292         * sysdeps/m68k/fpu/s_modf.c: Likewise.
3293         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
3294         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
3295         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
3297         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
3298         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
3299         * signal/Makefile (headers): Add bits/siginfo.h.
3300         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
3301         (distribute): Add testrtsig.h.
3302         * signal/allocrtsig.c: New file.
3303         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
3304         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
3305         __libc_current_sigrtmax.
3306         * sysdeps/generic/sigqueue.c: New file.
3307         * sysdeps/generic/sigtimedwait.c: New file.
3308         * sysdeps/generic/sigwaitinfo.c: New file.
3309         * sysdeps/generic/testrtsig.h: New file.
3310         * sysdeps/generic/bits/siginfo.h: New file.
3311         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
3312         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
3313         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
3314         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
3315         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
3316         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
3317         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
3318         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
3319         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
3320         * sysdeps/unix/sysv/linux/sigpending.c: New file.
3321         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
3322         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
3323         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
3324         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
3325         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
3326         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
3327         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
3328         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
3329         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
3330         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
3331         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
3332         and _POSIX_REALTIME_SIGNALS.
3333         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
3334         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
3335         update _NSIG.
3336         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
3337         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
3338         definitions.
3340         * Makefile (subdirs): Add rt.
3341         * shlib-versions: Add entry for librt.
3342         * rt/Makefile: New file.
3343         * rt/aio.h: New file.
3344         * rt/aio_cancel.c: New file.
3345         * rt/aio_error.c: New file.
3346         * rt/aio_fsync.c: New file.
3347         * rt/aio_misc.c: New file.
3348         * rt/aio_misc.h: New file.
3349         * rt/aio_read.c: New file.
3350         * rt/aio_read64.c: New file.
3351         * rt/aio_return.c: New file.
3352         * rt/aio_suspend.c: New file.
3353         * rt/aio_write.c: New file.
3354         * rt/aio_write64.c: New file.
3355         * rt/lio_listio.c: New file.
3356         * rt/lio_listio64.c: New file.
3357         * sysdeps/generic/aio_sigqueue.c: New file.
3358         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
3359         * sysdeps/unix/sysv/linux/Dist: Add new files
3360         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3361         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
3362         rt_sigqueueinfo, rt_sigaction.
3364         * posix/Makefile (headers): Add bits/environments.h.
3365         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
3366         and _CS_LFS_CFLAGS on 64bit platforms.
3367         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
3368         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
3369         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
3370         compilation modules.
3371         * sysdeps/wordsize-32/bits/environments.h: New file.
3372         * sysdeps/wordsize-64/bits/environments.h: New file.
3374         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
3375         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
3376         __libc_pid.
3377         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
3378         0xf00baa.
3380         * string/string.h: Add declaration of __strverscmp.
3381         * string/strverscmp.c: Rename function ot __strverscmp and make old
3382         name weak alias.
3384         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
3385         * sysdeps/generic/enbl-secure.c: Likewise.
3386         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3388         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
3390         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
3392 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
3394         * posix/sys/wait.h: Use __transparent_union__ instead of
3395         transparent_union.  Reported by Roland McGrath.
3397 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3399         * resolv/inet_neta.c (inet_neta): Change type of first parameter
3400         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
3401         [PR libc/366].
3403         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
3405         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
3407 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3409         * grp/initgroups.c: Increase buffer if it is too small.
3411 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
3413         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
3414         fields, this is no ISO C.  Reported by Andreas Jaeger.
3416 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3418         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
3420 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
3422         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
3423         _SYS_UTSNAME_H not _UTSNAME_H.
3425 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3427         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
3428         computing s_scale.
3430 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3432         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
3433         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
3434         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
3436         * math/libm-test.c (csqrt_test): Add testcase.
3438 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
3440         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
3441         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
3442         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
3444 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3446         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
3448 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3450         * math/libm-test.c (acos_test): Add more tests.
3451         (asin_test): Likewise.
3452         (atan_test): Likewise.
3453         (exp_test): Likewise.
3454         (sin_test): Likewise.
3455         (sqrt_test): Likewise.
3456         (cpow_test): Likewise.
3457         (csqrt_test): Likewise.
3458         (cexp_test): Correct typo in gcc version test.
3460 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
3462         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
3463         <bits/setjmp.h>.
3464         * sysdeps/arm/setjmp.S: Likewise.
3466         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
3468 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
3470         * stdio/stdio.h: Add prototype for tmpfile64().
3472 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
3474         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
3475         prototype to keep in step with libio version.
3477         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
3479 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
3481         * sysdeps/generic/Makefile: Don't try to use make_siglist if
3482         cross-compiling.
3484 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
3486         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
3487         load GOT ptr before jumping to _exit.
3488         Reported by Xavier Leroy.
3490 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
3492         * Makefile (subdirs): Add iconvdata and localedata.
3494         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
3496         * iconv/gconv_conf.c (read_conf_file): Little optimization.
3498         * iconvdata/8bit-gap.c: New file.
3499         * iconvdata/8bit-generic.c: Renamed from ...
3500         * iconvdata/iso8859-generic.c: ...this.
3501         * iconvdata/configure: Removed.
3502         * iconvdata/Makefile: Add new modules and better rules.
3503         * iconvdata/iso6937.c: Minor bug fixes.
3504         * iconvdata/iso8859-1.c: Likewise.
3505         * iconvdata/t61.c: Likewise.
3506         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
3507         Minor bug fixes.
3508         * iconvdata/iso8859-3.c: Likewise.
3509         * iconvdata/iso8859-4.c: Likewise.
3510         * iconvdata/iso8859-5.c: Likewise.
3511         * iconvdata/iso8859-6.c: Likewise.
3512         * iconvdata/iso8859-7.c: Likewise.
3513         * iconvdata/iso8859-8.c: Likewise.
3514         * iconvdata/iso8859-9.c: Likewise.
3515         * iconvdata/iso8859-10.c: Likewise.
3516         * iconvdata/ebcdic-at-de-a.c: New file.
3517         * iconvdata/ebcdic-at-de.c: New file.
3518         * iconvdata/ebcdic-ca-fr.c: New file.
3519         * iconvdata/hp-roman8.c: New file.
3520         * iconvdata/koi-8.c: New file.
3521         * iconvdata/koi8-r.c: New file.
3522         * iconvdata/koi8-h.c: New file.
3523         * iconvdata/latin-greek-1.c: New file.
3524         * iconvdata/latin-greek-1.h: New file.
3525         * iconvdata/latin-greek.c: New file.
3526         * iconvdata/latin-greek.h: New file.
3527         * iconvdata/jis0201.c: New file.
3528         * iconvdata/jis0201.h: New file.
3529         * iconvdata/jis0208.c: New file.
3530         * iconvdata/jis0208.h: New file.
3531         * iconvdata/jis0212.c: New file.
3532         * iconvdata/jis0212.h: New file.
3533         * iconvdata/sjis.c: New file.
3534         * iconvdata/gap.pl: New file.  Script to generate table header.
3535         * iconvdata/gaptab.pl: New file.
3536         * iconvdata/gconv-modules: Add info about new modules.
3538         * locale/programs/charmap.c: Also examine alias names given in charmap
3539         files.
3541         * localedata/*: Add to here from add-on.  We need the information
3542         to generate tables for iconv.
3544         Update from db-2.3.14.
3545         * db2/Makefile: Updated.
3546         * db2/config.h: Likewise.
3547         * db2/db.h: Likewise.
3548         * db2/db_int.h: Likewise.
3549         * db2/btree/bt_cursor.c: Likewise.
3550         * db2/btree/bt_delete.c: Likewise.
3551         * db2/btree/bt_put.c: Likewise.
3552         * db2/btree/bt_search.c: Likewise.
3553         * db2/btree/bt_split.c: Likewise.
3554         * db2/btree/btree_auto.c: Likewise.
3555         * db2/common/db_appinit.c: Likewise.
3556         * db2/common/db_apprec.c: Likewise.
3557         * db2/common/db_err.c: Likewise.
3558         * db2/common/db_region.c: Likewise.
3559         * db2/db/db_auto.c: Likewise.
3560         * db2/db/db_dispatch.c: Likewise.
3561         * db2/db/db_ret.c: Likewise.
3562         * db2/dbm/dbm.c: Likewise.
3563         * db2/hash/hash_auto.c: Likewise.
3564         * db2/include/btree_ext.h: Likewise.
3565         * db2/include/common_ext.h: Likewise.
3566         * db2/include/db.h.src: Likewise.
3567         * db2/include/db_cxx.h: Likewise.
3568         * db2/include/db_ext.h: Likewise.
3569         * db2/include/db_int.h.src: Likewise.
3570         * db2/include/lock.h: Likewise.
3571         * db2/include/log.h: Likewise.
3572         * db2/include/mp.h: Likewise.
3573         * db2/include/mp_ext.h: Likewise.
3574         * db2/include/os_ext.h: Likewise.
3575         * db2/include/os_func.h: Likewise.
3576         * db2/lock/lock.c: Likewise.
3577         * db2/lock/lock_deadlock.c: Likewise.
3578         * db2/log/log.c: Likewise.
3579         * db2/log/log_archive.c: Likewise.
3580         * db2/log/log_auto.c: Likewise.
3581         * db2/log/log_get.c: Likewise.
3582         * db2/log/log_put.c: Likewise.
3583         * db2/mp/mp_bh.c: Likewise.
3584         * db2/mp/mp_fget.c: Likewise.
3585         * db2/mp/mp_fopen.c: Likewise.
3586         * db2/mp/mp_fput.c: Likewise.
3587         * db2/mp/mp_fset.c: Likewise.
3588         * db2/mp/mp_open.c: Likewise.
3589         * db2/mp/mp_pr.c: Likewise.
3590         * db2/mp/mp_region.c: Likewise.
3591         * db2/mp/mp_sync.c: Likewise.
3592         * db2/mutex/README: Likewise.
3593         * db2/mutex/mutex.c: Likewise.
3594         * db2/os/os_open.c: Likewise.
3595         * db2/os/os_func.c: Removed.
3596         * db2/os/os_config.c: New file.
3597         * db2/os/os_spin.c: New file.
3598         * db2/txn/txn.c: Likewise.
3599         * db2/txn/txn_auto.c: Likewise.
3601 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
3603         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
3604         __typeof for C++ since this fails for class members.
3605         Reported by Neal Becker <neal@ctd.comsat.com>.
3607 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3609         * configure.in: Check for a working makeinfo (3.11 or better).
3610         * config.make.in: Add MAKEINFO to be substituted.
3611         * manual/Makefile: Don't update info if makeinfo is too old.
3613 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
3615         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
3616         * sysdeps/alpha/__longjmp.S: Likewise.
3617         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
3618         not <bits/termios.h>.
3620         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
3621         __llseek and make llseek and lseek64 weak aliases.
3622         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3623         Patches by a sun <asun@zoology.washington.edu>.
3625 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3627         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
3628         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
3629         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
3630         * misc/sys/syslog.h: Clean up BSD header.
3632 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3634         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
3636         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
3637         for ctan(+-inf,x).
3638         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
3639         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
3641         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
3642         csqrt (-1), ctanh(i*pi/4).
3644 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3646         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
3648 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
3650         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
3652 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3654         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
3656 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
3658         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
3659         and use.  Define GETCWD_RETURN_TYPE instead and use it.
3660         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
3661         of GETCWD_STORYGE_CLASS and put the return type and the
3662         `internal_function' in the right order for gcc 2.7.2.
3664 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3666         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
3667         incompatible with Linux 2.1.x.  Packages using modules
3668         (e.g. modutils) should/do provide their own version.  Suggested by
3669         Richard Henderson.
3671         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
3673         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
3674         [$(subdir)=socket]: Remove sys/module.h.
3676 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
3678         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
3679         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
3681         * iconv/gconv_close.c: Correct freeing of descriptor data.
3682         * iconv/gconv_simple.c: Return correct error values for illegal or
3683         incomplete characters.
3685         * Makefile (iconvdata/%): Special goal to simplify iconvdata
3686         development.
3687         * iconvdata/Makefile: New file.
3688         * iconvdata/configure: Likewise.
3689         * iconvdata/extra-module.mk: Likewise.
3690         * iconvdata/gconv-modules: Likewise.
3691         * iconvdata/iso6937.c: Likewise.
3692         * iconvdata/iso8859-1.c: Likewise.
3693         * iconvdata/iso8859-10.c: Likewise.
3694         * iconvdata/iso8859-10.h: Likewise.
3695         * iconvdata/iso8859-2.c: Likewise.
3696         * iconvdata/iso8859-2.h: Likewise.
3697         * iconvdata/iso8859-3.c: Likewise.
3698         * iconvdata/iso8859-3.h: Likewise.
3699         * iconvdata/iso8859-4.c: Likewise.
3700         * iconvdata/iso8859-4.h: Likewise.
3701         * iconvdata/iso8859-5.c: Likewise.
3702         * iconvdata/iso8859-5.h: Likewise.
3703         * iconvdata/iso8859-6.c: Likewise.
3704         * iconvdata/iso8859-6.h: Likewise.
3705         * iconvdata/iso8859-7.c: Likewise.
3706         * iconvdata/iso8859-7.h: Likewise.
3707         * iconvdata/iso8859-8.c: Likewise.
3708         * iconvdata/iso8859-8.h: Likewise.
3709         * iconvdata/iso8859-9.c: Likewise.
3710         * iconvdata/iso8859-9.h: Likewise.
3711         * iconvdata/iso8859-generic.c: Likewise.
3712         * iconvdata/t61.c: Likewise.
3714         * string/Makefile (routines): Add strcasestr.
3715         * string/string.h: Add prototype for strcasestr.
3716         * sysdeps/generic/strcasestr.c: New file.
3717         * wcsmbs/mbrtowc.c: Simplify special case a bit.
3718         * wcsmbs/wcrtomb.c: Likewise.
3719         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
3720         * wcsmbs/wcsnrtombs.c: Likewise.
3721         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
3722         partial character is read.
3723         * wcsmbs/wcsrtombs.c: Likewise.
3724         * wcsmbs/wmemrtombs.c: Likewise.
3725         * wcsmbs/wmemrtowcs.c: Likewise.
3727         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
3728         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
3729         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
3730         * sysdeps/i386/elf/setjmp.S: Likewise.
3731         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
3732         <bits/termios.h>.
3734         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
3735         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
3737         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
3738         * sysvipc/sys/ipc.h: Likewise.
3739         * sysvipc/sys/msg.h: Likewise.
3740         * sysvipc/sys/sem.h: Likewise.
3741         * sysvipc/sys/shm.h: Likewise.
3743         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
3744         used directly.
3745         * sysdeps/alpha/bits/setjmp.h: Likewise.
3746         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
3747         * sysdeps/arm/bits/endian.h: Likewise.
3748         * sysdeps/arm/bits/setjmp.h: Likewise.
3749         * sysdeps/generic/bits/byteswap.h: Likewise.
3750         * sysdeps/generic/bits/confname.h: Likewise.
3751         * sysdeps/generic/bits/dirent.h: Likewise.
3752         * sysdeps/generic/bits/dlfcn.h: Likewise.
3753         * sysdeps/generic/bits/endian.h: Likewise.
3754         * sysdeps/generic/bits/fenv.h: Likewise.
3755         * sysdeps/generic/bits/huge_val.h: Likewise.
3756         * sysdeps/generic/bits/in.h: Likewise.
3757         * sysdeps/generic/bits/ioctl-types.h: Likewise.
3758         * sysdeps/generic/bits/ioctls.h: Likewise.
3759         * sysdeps/generic/bits/ipc.h: Likewise.
3760         * sysdeps/generic/bits/msq.h: Likewise.
3761         * sysdeps/generic/bits/poll.h: Likewise.
3762         * sysdeps/generic/bits/resource.h: Likewise.
3763         * sysdeps/generic/bits/sched.h: Likewise.
3764         * sysdeps/generic/bits/sem.h: Likewise.
3765         * sysdeps/generic/bits/setjmp.h: Likewise.
3766         * sysdeps/generic/bits/shm.h: Likewise.
3767         * sysdeps/generic/bits/sigaction.h: Likewise.
3768         * sysdeps/generic/bits/sigcontext.h: Likewise.
3769         * sysdeps/generic/bits/socket.h: Likewise.
3770         * sysdeps/generic/bits/stat.h: Likewise.
3771         * sysdeps/generic/bits/statfs.h: Likewise.
3772         * sysdeps/generic/bits/stdio_lim.h: Likewise.
3773         * sysdeps/generic/bits/termios.h: Likewise.
3774         * sysdeps/generic/bits/time.h: Likewise.
3775         * sysdeps/generic/bits/uio.h: Likewise.
3776         * sysdeps/generic/bits/utmp.h: Likewise.
3777         * sysdeps/generic/bits/utmpx.h: Likewise.
3778         * sysdeps/generic/bits/utsname.h: Likewise.
3779         * sysdeps/generic/bits/waitflags.h: Likewise.
3780         * sysdeps/generic/bits/waitstatus.h: Likewise.
3781         * sysdeps/gnu/bits/utmp.h: Likewise.
3782         * sysdeps/gnu/bits/utmpx.h: Likewise.
3783         * sysdeps/i386/bits/byteswap.h: Likewise.
3784         * sysdeps/i386/bits/endian.h: Likewise.
3785         * sysdeps/i386/bits/huge_val.h: Likewise.
3786         * sysdeps/i386/bits/setjmp.h: Likewise.
3787         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
3788         * sysdeps/ieee754/bits/huge_val.h: Likewise.
3789         * sysdeps/m68k/bits/byteswap.h: Likewise.
3790         * sysdeps/m68k/bits/endian.h: Likewise.
3791         * sysdeps/m68k/bits/setjmp.h: Likewise.
3792         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
3793         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
3794         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3795         * sysdeps/mach/hurd/bits/stat.h: Likewise.
3796         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
3797         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
3798         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
3799         * sysdeps/mips/bits/dlfcn.h: Likewise.
3800         * sysdeps/mips/bits/endian.h: Likewise.
3801         * sysdeps/mips/bits/setjmp.h: Likewise.
3802         * sysdeps/mips/dec/bits/endian.h: Likewise.
3803         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
3804         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
3805         * sysdeps/mips/p40/bits/endian.h: Likewise.
3806         * sysdeps/powerpc/bits/endian.h: Likewise.
3807         * sysdeps/powerpc/bits/fenv.h: Likewise.
3808         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3809         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
3810         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3811         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
3812         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
3813         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
3814         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
3815         * sysdeps/unix/bsd/bits/stat.h: Likewise.
3816         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
3817         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
3818         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
3819         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
3820         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
3821         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
3822         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
3823         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
3824         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
3825         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
3826         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
3827         * sysdeps/unix/common/bits/dirent.h: Likewise.
3828         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
3829         * sysdeps/unix/sysv/bits/stat.h: Likewise.
3830         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
3831         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
3832         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
3833         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
3834         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
3835         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
3836         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
3837         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
3838         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
3839         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
3840         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
3841         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
3842         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3843         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
3844         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
3845         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
3846         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
3847         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
3848         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
3849         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
3850         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
3851         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3852         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
3853         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
3854         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3855         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
3856         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
3857         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
3858         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
3859         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
3860         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
3861         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
3862         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3863         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
3864         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
3865         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
3866         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
3867         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
3868         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
3869         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
3870         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
3871         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
3872         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3873         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
3874         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
3875         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
3876         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
3877         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
3878         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
3879         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
3880         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
3881         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
3882         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
3883         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
3884         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
3885         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
3886         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
3887         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
3888         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
3889         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
3890         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
3891         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
3892         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
3893         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
3894         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
3895         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
3896         * sysdeps/vax/bits/huge_val.h: Likewise.
3897         * sysdeps/vax/bits/setjmp.h: Likewise.
3898         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
3899         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
3901 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3903         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
3905 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
3907         * strftime.c (strftime):
3908         No longer any need to undef or declare if emacs is defined.
3909         (my_strftime): When checking a -1 returned by mktime, don't blow up
3910         if localtime_r returns NULL.
3912 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3914         * README.template: Fix spelling.
3916 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3918         * configure.in: Enhance --enable-add-ons description a wee bit.
3920 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3922         * glibcbug.in: Add more information of build environment and flags.
3924 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3926         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
3927         it into ENOENT.
3929 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
3931         * elf/dl-support.c: Call __libc_init_secure to make sure
3932         __libc_enable_secure is defined early.
3933         * sysdeps/generic/enbl-secure.c: Change function name to
3934         __libc_init_secure and make it global instead of a constructor.
3936         * iconv/gconv.c: Fix lots of bugs.
3937         * iconv/gconv.h: Likewise.
3938         * iconv/gconv_builtin.h: Likewise.
3939         * iconv/gconv_close.c: Likewise.
3940         * iconv/gconv_conf.c: Likewise.
3941         * iconv/gconv_db.c: Likewise.
3942         * iconv/gconv_dl.c: Likewise.
3943         * iconv/gconv_open.c: Likewise.
3944         * iconv/gconv_simple.c: Likewise.
3945         * iconv/iconv.c: Likewise.
3946         * iconv/iconv_close.c: Likewise.
3947         * iconv/iconv_open.c: Likewise.
3949         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
3950         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
3951         * wcsmbs/wmemrtombs.c: New file.
3952         * wcsmbs/wmemrtowcs.c: New file.
3954 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
3956         * iconv/gconv_simple.c: Fix lots of bugs.
3957         * iconv/iconv_open.c: Normalize names before passing them to
3958         __gconv_open.
3960         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
3962         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
3963         * stdio-common/test-popen.c: Add test for above change.
3965         * math/libm-test.c: Print test results also using %a format,
3966         specified in PRINTF_XEXPR macro.
3967         * math/test-double.c: Define PRINTF_XEXPR.
3968         * math/test-float.c: Likewise.
3969         * math/test-ldouble.c: Likewise.
3970         * math/test-idouble.c: Likewise.
3971         * math/test-ifloat.c: Likewise.
3972         * math/test-ildoubl.c: Likewise.
3974         * stdio-common/vfscanf.c: Recognize a in format specifier only as
3975         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
3976         FP number format.
3978         * stdlib/strtod.c: Little code cleanup.
3980         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
3981         compiling in math subdir.
3983         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
3984         instead of __LIBC_M81_MATH_INLINES.
3985         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
3986         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
3987         * sysdeps/m68k/fpu/e_pow.c: Likewise.
3988         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
3989         * sysdeps/m68k/fpu/k_cos.c: Likewise.
3990         * sysdeps/m68k/fpu/k_sin.c: Likewise.
3991         * sysdeps/m68k/fpu/k_tan.c: Likewise.
3992         * sysdeps/m68k/fpu/s_atan.c: Likewise.
3993         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
3994         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
3995         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
3996         * sysdeps/m68k/fpu/s_csin.c: Likewise.
3997         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
3998         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
3999         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
4000         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
4001         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
4002         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
4003         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
4004         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
4005         * sysdeps/m68k/fpu/s_modf.c: Likewise.
4006         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
4007         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
4008         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
4009         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
4010         __LIBC_INTERNAL_MATH_INLINES is defined.
4012         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
4013         of compare macros from ISO C 9X.  Optimize generic versions a bit.
4014         Define __signbit inline functions and __ieee754_sqrt which can be
4015         used if the ompiler is fixed.
4017         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
4019 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4021         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
4022         sysdeps/generic in the whole dep file, not only in the first line.
4024 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4026         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
4028 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4030         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
4031         place.
4033 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4035         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
4036         is non-empty.
4038 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
4040         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
4041         return value.
4043 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
4045         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
4046         readlink succeeds but the return value is too long.
4048         * stdio-common/printf_fphex.c: Determine sign of number correctly.
4050 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
4052         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
4053         __remqu for Alpha.
4055 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
4057         * sysdeps/generic/sys/ucontext.h: Stub context file.
4059         * libio/iofprintf.c: Removed.  We use the stdio-common version.
4061         * manual/Makefile (distribute): Add stdio-fp.c.
4063         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
4065         * db2/Makefile (distribute): Add include/os_func.h, README and
4066         mutex/tsl_parisc.s.
4068         * hesiod/Makefile (distribute): Add README.hesiod.
4070 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
4072         * iconv/gconv.c: Correctly call transformation function.
4074         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
4076 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4078         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
4079         wrong results for e.g. remquo (3,2, &x)).
4080         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
4081         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
4083 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4085         * configure.in (ld --version-script): Test if the same symbol
4086         maybe defined in all versions (needed by recent changes to
4087         libc.map and supported with binutils 2.8.1.0.17) and issue warning
4088         if versioning is not supported/enabled.
4089         (bash test): Correct test case.
4091         * math/libm-test.c: Added counting/reporting of number of test cases.
4093         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
4094         use awk instead.
4096         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
4098 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4100         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
4102 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
4104         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
4105         Replace revoke call by use of REVOKE.
4106         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
4107         empty and #include generic version.
4108         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4110 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
4112         * libc.map: Add socket functions with __libc_* names.
4113         Reported by Andreas Jaeger.
4115 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4117         * libc.map: Tidy up (remove duplicates, sort entries).
4119 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4121         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
4123 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
4125         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
4126         again after successful call.
4127         Patch by Marc Lehmann <pcg@goof.com>.
4129 1997-11-17  Paul Eggert  <eggert@twinsun.com>
4131         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
4132         as some hosts need this to declare localtime_r properly.
4134 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
4136         * libc.map: Add iconv_open, iconv, and iconv_close.
4138 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
4140         * iconv/Makefile: New file.
4141         * iconv/gconv.c: New file.
4142         * iconv/gconv.h: New file.
4143         * iconv/gconv_builtin.c: New file.
4144         * iconv/gconv_builtin.h: New file.
4145         * iconv/gconv_close.c: New file.
4146         * iconv/gconv_conf.c: New file.
4147         * iconv/gconv_db.c: New file.
4148         * iconv/gconv_dl.c: New file.
4149         * iconv/gconv_open.c: New file.
4150         * iconv/gconv_simple.c: New file.
4151         * iconv/iconv.c: New file.
4152         * iconv/iconv.h: New file.
4153         * iconv/iconv_close.c: New file.
4154         * iconv/iconv_open.c: New file.
4155         * include/gconv.h: New file.
4157         * Makeconfig: Define gconvdir.
4158         * Makefile (subdirs): Add iconv.
4160         * string/bits/string2.h: Add optimization for strtok_r.
4162         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
4163         for NULL.
4164         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
4165         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
4167         * configure.in: Correct test for bash2.
4168         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4170         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
4171         (CFLAGS-locfile.c): Likewise.
4172         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4174         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
4175         non-existing entry if the table is full.
4177         * posix/regex.h: Pretty print.
4179         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
4181         * sysdeps/posix/ctermid.c: Simplify a bit.
4183         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
4185 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4187         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
4188         <sys/types.h> instead of <asm/types.h>.
4190 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4192         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
4194 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
4196         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
4197         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
4198         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
4199         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
4200         fclose): Added to GLIBC_2.1.
4202         * libio/Makefile (routines, shared-only-routines): Add
4203         oldiofclose.  Remove oldfreopen.
4205         * libio/freopen.c (freopen): When PIC is defined, call
4206         _IO_old_freopen () for old stdio.
4208         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
4209         (_IO_fclose, fclose): Use _IO_new_fclose as default version
4210         for GLIBC_2.1.
4212         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
4213         instead of _IO_file_close_it.
4215         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
4216         to _IO_2_1_stdxxx_.
4217         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
4218         is defined.
4220         * libio/libioP.h (_IO_old_do_flush): New.
4222         * libio/oldfileops.c (_IO_old_file_close_it,
4223         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
4224         Call _IO_old_do_flush () instead of _IO_do_flush ().
4225         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
4226         _IO_do_write ().
4228         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
4229         instead of _IO_file_init ().
4230         Bind old symbols to version GLIBC_2.0.
4232         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
4233         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
4234         _IO_stdxxx_.
4235         (_IO_check_libio): New function in .init.
4237         * libio/oldiofclose.c: New file.
4239         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
4240         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
4241         (DEF_STDFILE): Don't use default_symbol_version.
4243         * libio/stdio.c (stdin, stdout, stderr): Set to
4244         _IO_2_1_stdxxx_._
4245         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
4246         stdxxx.
4248         * csu/Makefile (distribute): Add init.c.
4249         (extra-objs): Add init.o for ELF.
4250         (start-installed-name): Add $(objpfx)init.o.
4252         * csu/init.c: New file.
4254 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
4256         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
4257         definition as the default.
4259 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
4261         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
4263 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4265         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
4266         (PR 351).
4268 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
4270         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
4271         to preserve condition codes on function call.
4273 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4275         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
4277 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4279         * math/libm-test.c (asin_test): Add epsilon for float.
4280         (tan_test): Add epsilon for float.
4281         (log1p_test): Add epsilon for float.
4282         (inverse_functions): Add epsilons.
4284         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
4285         net/if_packet.h.
4287         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
4289 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4291         * md5-crypt/Makefile (extra-objs): Make recursively expanded
4292         variable, since $(object-suffixes) is not defined yet.
4294 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4296         * db2/Makefile (distribute): db185/db185_int.src ->
4297         db185/db185_int.h.
4299 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4301         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
4302         exactly one.
4304 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4306         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
4307         name.
4308         * sysdeps/generic/e_acosl.c: Likewise.
4309         * sysdeps/generic/e_asinl.c: Likewise.
4310         * sysdeps/generic/e_atan2l.c: Likewise.
4311         * sysdeps/generic/e_expl.c: Likewise.
4312         * sysdeps/generic/e_fmodl.c: Likewise.
4313         * sysdeps/generic/e_j0l.c: Likewise.
4314         * sysdeps/generic/e_j1l.c: Likewise.
4315         * sysdeps/generic/e_jnl.c: Likewise.
4316         * sysdeps/generic/e_lgammal_r.c: Likewise.
4317         * sysdeps/generic/e_log10l.c: Likewise.
4318         * sysdeps/generic/e_logl.c: Likewise.
4319         * sysdeps/generic/e_powl.c: Likewise.
4320         * sysdeps/generic/e_sqrtl.c: Likewise.
4321         * sysdeps/generic/e_exp2l.c: Likewise.
4323 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4325         * Make-dist (+sysdep-names): Remove extra paren.
4326         * Makefile (distribute): Add stub-tag.h.
4327         * elf/Makefile (distribute): Add atomicity.h.
4328         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
4329         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4330         [$(subdir)=socket]: Add net/if_packet.h.
4331         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
4332         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
4333         net/if_packet.h, scsi/sg.h.
4335 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4337         * Makefile (install): Quote $(CC) expansion.
4339 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4341         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
4342         working /proc cwd and no restrictions on path length.  Following
4343         some ideas from Andi Kleen <ak@muc.de> (PR 350).
4345 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4347         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
4348         * nis/nss_compat/compat-pwd.c: Likewise.
4349         * nis/nss_compat/compat-spwd.c: Likewise.
4351 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
4353         * sysdeps/libm-i387/s_fdim.S: New file.
4354         * sysdeps/libm-i387/s_fdimf.S: New file.
4355         * sysdeps/libm-i387/s_fdiml.S: New file.
4356         * sysdeps/libm-i387/i686/s_fdim.S: New file.
4357         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
4358         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
4360 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4362         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
4363         pointer to unsigned char.
4365 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4367         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
4369         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
4371         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
4373 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4375         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
4376         ilogb(0/NaN).
4377         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
4378         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
4380 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
4382         * sysdeps/libm-i387/s_fmin.S: New file.
4383         * sysdeps/libm-i387/s_fminf.S: New file.
4384         * sysdeps/libm-i387/s_fminl.S: New file.
4385         * sysdeps/libm-i387/s_fmax.S: New file.
4386         * sysdeps/libm-i387/s_fmaxf.S: New file.
4387         * sysdeps/libm-i387/s_fmaxl.S: New file.
4388         * sysdeps/libm-i387/i686/s_fmin.S: New file.
4389         * sysdeps/libm-i387/i686/s_fminf.S: New file.
4390         * sysdeps/libm-i387/i686/s_fminl.S: New file.
4391         * sysdeps/libm-i387/i686/s_fmax.S: New file.
4392         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
4393         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
4395 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
4397         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
4398         * sysdeps/unix/sysv/linux/send.S: Likewise.
4399         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4400         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4401         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4402         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4403         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4404         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4405         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
4407 See ChangeLog.7 for earlier changes.