Update.
[glibc.git] / ChangeLog
blobb860a45c723811ca037f47849ab7c6c5e3d0f22c
1 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
3         * iconvdata/Makefile: Add rules to run tests.
4         * iconvdata/TESTS: New file.
5         * iconvdata/run-iconv-test.sh: New file.
7         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
8         not stdout.
10 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
12         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
13         counter element of step.
15         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
17         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
18         termination test.
19         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
20         ACTUALLY.
21         (__gconv_transform_utf8_ucs4): Correct test for empty input.
23 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
25         * Makefile: Include makeconfig before defining rule to regenerate
26         configure files.
28         * configure.in: Remove restriction on compiling without static
29         libs.
31 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
33         * test-skeleton.c: Provide hook for initializing code before the fork.
34         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
35         removed.
37         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
38         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
39         * libio/libioP.h: Adopt _IO_cleanup prototype.
41         * stdlib/Makefile (tests): Add test-canon2.
42         * stdlib/test-canon2.c: New file.
43         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
44         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
45         symlink sequences.
46         (__realpath): Make real function which checks RESOLVED parameter for
47         not being NULL.
49 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
51         * catgets/open_catalog.c (__open_catalog): Fix problems with
52         reading non-files.  Always close file.
53         Reported by Cristian Gafton <gafton@redhat.com>.
55         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
57 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
59         * libc.map: Add various low-level I/O functions.
61 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
63         * string/Makefile (routines): Remove strerror_r.
64         * string/strerror_r.c: Removed.
65         * string/strerror.c: Call __strerror_r for doing the real work.
66         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
67         add weak alias strerror_r.
68         * sysdeps/mach/_strerror.c: Likewise.
69         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
70         * elf/dl-error.c (_dl_signal_error): Likewise.
71         * elf/dl-profile.c (_dl_start_profile): Likewise.
72         * gmon/gmon.c (write_gmon): Likewise.
73         * stdio-common/perror.c: Likewise.
74         * stdio-common/vfprintf.c: Likewise.
76 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
78         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
79         (sysdep_headers): Add netatalk/at.h.
81 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
83         * manual/socket.texi, manual/creature.texi, manual/time.texi:
84         Formatting fixes.
86 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
88         * posix/regex.c: Rename __re_syntax_options back to
89         re_syntax_options, aliases do not work with global variables due
90         to copy relocations.
91         (regex_compile): Use syntax parameter instead of
92         re_syntax_options.
94 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
96         * configure.in: Document that enable-force-install is default.
98 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
100         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
101         all needed 36 bits.
102         * sysdeps/posix/mkstemp.c: Likewise.
104 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
106         * iconvdata/8bit-gap.c: Simplify step data handling.
107         * iconvdata/8bit-generic.c: Likewise.
108         * iconvdata/big5.c: Likewise.
109         * iconvdata/euccn.c: Likewise.
110         * iconvdata/eucjp.c: Likewise.
111         * iconvdata/euckr.c: Likewise.
112         * iconvdata/euctw.c: Likewise.
113         * iconvdata/iso6937.c: Likewise.
114         * iconvdata/iso8859-1.c: Likewise.
115         * iconvdata/jis0208.h: Likewise.
116         * iconvdata/jis0212.c: Likewise.
117         * iconvdata/jis0212.h: Likewise.
118         * iconvdata/johab.c: Likewise.
119         * iconvdata/ksc5601.h: Likewise.
120         * iconvdata/sjis.c: Likewise.
121         * iconvdata/t61.c: Likewise.
122         * iconvdata/uhc.c: Likewise.
124 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
126         * manual/texinfo.texi: Updated from last version.
128 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
130         * iconvdata/cns11643.c: New file.
131         * iconvdata/cns11643.h: New file.
132         * iconvdata/cns11643l1.c: New file.
133         * iconvdata/cns11643l1.h: New file.
134         * iconvdata/euctw.c: New file.
135         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
136         * iconvdata/gconv-modules: Likewise.
138         * iconvdata/eucjp.c: Several bug fixes and improvements.
139         * iconvdata/gb2312.h: Likewise.
140         * iconvdata/jis0201.h: Likewise.
141         * iconvdata/jis0208.h: Likewise.
142         * iconvdata/jis0212.h: Likewise.
144 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
146         * iconvdata/eucjp.c: New file.
147         * iconvdata/euccn.c: New file.
148         * iconvdata/gb2312.h: New file.
149         * iconvdata/gb2312.c: New file.
150         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
151         * iconvdata/gconv-modules: Likewise.
153         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
155 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
157         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
158         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
159         Patch by Mark Hatle <fray@kernel.crashing.org>.
161 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
163         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
164         comment.
165         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
166         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
168 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
170         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
172         * iconvdata/Makefile: Add rules for big5 conversion.
173         * iconvdata/gconv-modules: Likewise.
174         * iconvdata/big5.c: New file.
176         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
177         Patch by Jim Meyering.
179 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
181         * rt/tst-aio.c: Add test for aio_read and lio_listio.
183         * rt/lio_listio.c: Correct total counter handling.
185         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
186         from request queue.
188         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
189         of signal on exit even more.
191         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
192         instead of call to pthread_cond_init.
193         * rt/lio_listio.c (lio_listio): Likewise.
194         * rt/lio_listio64.c (lio_listio64): Likewise.
196         * nis/nis_findserv.c: Include sys/socket.h.
198 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
200         * Makeconfig (rtobjdir): New variable.
201         (rpath-link): Add rtobjdir and thread directory, if available.
203         * test-skeleton.c: Add support to remove temporary files.
204         Always define test_dir.  Improve message about expected signal.
206         * rt/Makefile (tests): Add tst-aio.
207         Add rules for tst-aio to be linked with librt and thread library.
208         * rt/aio_misc.c: Correct fundamental bugs.
209         * rt/aio_suspend.c: Correct bug in test for available request.
210         Initialize conditional variable.
211         * rt/lio_listio.c: Initialize conditional variable.
212         * rt/lio_listio64.c: Likewise.
213         * rt/tst-aio.c: New file.
215         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
216         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
217         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
218         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
219         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
220         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
221         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
223 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
225         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
227 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
229         * elf/dl-load.c (open_path): Use correct name for test whether
230         directory in load path exists.
232         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
233         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
234         Patches by Tom Rini <trini@kernel.crashing.org>.
236         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
237         * wcsmbs/wcstod_l.c: Likewise.
238         * wcsmbs/wcstold_l.c: Likewise.
240         * include/byteswap.h: New file.
242         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
243         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
245         * inet/getnameinfo.c (getnameinfo): Change parameter to match
246         declaration.  Patch by Richard Henderson.
248 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
250         * manual/process.texi (SIGCHLD example): Save errno.
252 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
254         * posix/regex.c: Define regerror really as __regerror.
255         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
256         regerror and regfree.
258         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
259         * stdlib/strtod_l.c: Likewise.
260         * stdlib/strtold_l.c: Likewise.
262         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
264         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
266         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
267         Patch by Christian Gafton.
269 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
271         * manual/socket.texi (Interface Naming): Correct @deftypefun line
272         for if_indextoname.
274 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
276         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
278         * manual/socket.texi (Interface Naming): Fix typo.
280 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
282         * manual/examples/filesrv.c (main): Remove filename first.
284         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
285         ?F_UNIX.
287         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
288         instead of PF_UNIX.
290         * manual/examples/filecli.c (main): Use AF_LOCAL
291         instead of AF_UNIX.
293 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
295         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
296         signgam weak alias.
297         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
298         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
299         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
300         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
301         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
302         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
304         * login/utmp_daemon.c (open_socket): Use __connect not connect.
306 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
308         * configure.in: Add new option --enable-force-install.  Substitute
309         force_install.
310         * config.make.in (force-install): Set from configure.
311         * Makerules (force-install): New phony target.
312         * Makeconfig (+force): New variable.
313         * Makefile: Use it in dependency list of installation targets.
314         * db/Makefile: Likewise.
315         * db2/Makefile: Likewise.
316         * elf/Makefile: Likewise.
317         * hurd/Makefile: Likewise.
318         * iconv/Makefile: Likewise.
319         * iconvdata/Makefile: Likewise.
320         * intl/Makefile: Likewise.
321         * localedata/Makefile: Likewise.
322         * login/Makefile: Likewise.
323         * po/Makefile: Likewise.
324         * sunrpc/Makefile: Likewise.
325         * sysdeps/mach/hurd/Makefile: Likewise.
326         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
327         * sysdeps/unix/sysv/linux/Makefile: Likewise.
328         * timezone/Makefile: Likewise.
330 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
332         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
333         alloc_size.  Pass return value of getcwd syscall to realloc.
335 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
337         * manual/socket.texi: Spelling fixes.
339 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
341         * elf/dl-load.c (print_search_path): Remove unused variable.
343 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
345         * login/utmp_file.c: use __ftruncate not ftruncate.
346         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
347         for system call and make ftruncate weak alias.
348         * posix/unistd.h: Add prototype for __ftruncate.
349         * login/utmp_daemon.c (open_socket): Use __socket not socket.
350         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
351         instead of snprintf and readv.
352         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
353         snprintf.
354         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
355         directly.
357 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
359         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
360         * iconv/gconv_db.c: Use __ protected regex functions.
361         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
362         * posix/getopt_init.c: Use __getpid not getpid.
363         * posix/regex.c: Rename all global functions to start with __ and
364         make old names weak aliases.
365         * posix/regex.h: Adopt prototypes for this.
366         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
367         a weak alias and use __getcwd instead of getcwd.
368         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
369         * stdlib/strtod.c: Use __btowc instead of btowc.
370         * stdlib/strtol.c: Likewise.
371         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
372         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
373         and sys_errlist are weak.
374         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
375         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
376         * wcsmbs/mbsnrtowcs.c: Likewise.
377         * wcsmbs/mbsrtowcs.c: Likewise.
378         * wcsmbs/wcsnrtombs.c: Likewise.
379         * wcsmbs/wcsrtombs.c: Likewise.
380         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
381         weak alias.
382         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
383         * wctype/wctype.c: Define function as __wctype and make wctype
384         weak alias.
385         * wctype/wctype.h: Declare __wctype.
387 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
389         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
391 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
393         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
394         stat64.
395         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
396         functions.
397         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
398         for __llseek.
399         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
400         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
401         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
402         make it a weak alias.
403         * posix/unistd.h: Declare __lseek64.
405         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
406         (_IO_file_stat): Fix typo.
407         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
408         block size from the file.  Use __mempcpy if _LIBC.
410 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
412         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
413         * wcsmbs/mbrtowc.c: Likewise.
414         * wcsmbs/mbsnrtowcs.c: Likewise.
415         * wcsmbs/mbsrtowcs.c: Likewise.
416         * wcsmbs/wcrtomb.c: Likewise.
417         * wcsmbs/wcsnrtombs.c: Likewise.
418         * wcsmbs/wcsrtombs.c: Likewise.
419         * wcsmbs/wctob.c: Likewise.
421         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
422         position of next output character correctly.
423         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
425         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
427         * stdlib/strtod.c: Don't use mbtowc.
429 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
431         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
432         what we want is smaller than a buffer.
434 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
436         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
437         this function.
439 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
441         * configure.in: Recognize --with-headers flag and determine
442         commandline options to be used in compilation.
443         * Makeconfig (+includes): Use $(sysincludes).
444         * config.make.in (sysincludes): Define from SYSINCLUDES.
445         * glibcbug.in: Use SYSINCLUDES information.
446         Patches by Zack Weinberg.
448 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
450         * glibcbug.in: On linux, report version of kernel headers seen
451         by compiler.
453 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
455         * libc.map: Add __asprintf to GLIBC_2.1.
456         * elf/dlerror.c: Use __asprintf, not asprintf.
457         * libio/stdio.h: Declare __asprintf.
458         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
459         a weak alias.
461         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
462         to avoid inclusion from libc_pic.a.
464         * elf/dl-runtime.c: Undo last patch.
466         * stdlib/strtod.c: Don't use mbtowc, use btowc.
468         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
469         as default, use NULL.
471 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
473         * resolv/Makefile: Include ../Makeconfig - needed for building
474         static NSS module.
476 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
478         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
479         static-nss since we don't want hesiod in the static NSS.
481         * nss/Makefile: Build only nss_files as static.
483         * nss/function.def: Remove support for service db.
485 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
487         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
489 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
491         * posix/wordexp-test.c: Make IFS per test-case.
493 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
495         * glibcbug.in: Report version of gcc in use.  Remove unused variable
496         ENVIRONMENT.
498 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
500         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
501         `-print-file-name' to find as and ld.
503 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
505         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
506         template is wrong.  Remove unused varaible `ignored'.
508 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
510         * libc.map: Export __libc_sa_len.
512         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
514 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
516         * iconv/gconv.c: Take care for NULL arguments.
517         * iconv/gconv_dl.c: Make find_func function global.
518         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
519         Add prototypes for ASCII conversion functions.
520         * iconv/gconv_simple.c: Add ASCII conversion functions.
521         * locale/C-ctype.c: Correct charset name.
523         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
524         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
525         wcsmbsload.
526         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
527         * wcsmbs/mbrtowc.c: Likewise.
528         * wcsmbs/mbsnrtowcs.c: Likewise.
529         * wcsmbs/mbsrtowcs.c: Likewise.
530         * wcsmbs/wcrtomb.c: Likewise.
531         * wcsmbs/wcsnrtombs.c: Likewise.
532         * wcsmbs/wcsrtombs.c: Likewise.
533         * wcsmbs/wctob.c: Likewise.
534         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
535         prototypes for wmemr*.
536         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
537         * wcsmbs/wcsnlen.c: New file.
538         * wcsmbs/wcsmbsload.c: New file.
539         * wcsmbs/wcsmbsload.h: New file.
541         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
543         * manual/install.texi: Describe some more critical points.
545         * string/string.h: Add prototype for __strnlen.
546         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
548         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
549         much less predictable names.
550         * sysdeps/posix/mkstemp.c: Likewise.
552 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
554         * manual/libc.texinfo (Top): Change "file namespace" to "local
555         namespace".
557         * manual/socket.texi: Change file namespace to local namespace.
558         (Out-of-Band Data): Remove unneeded variable link.
559         (Host Address Functions): Use uint32_t consequently and add a
560         number of clarifications for IPv4/IPv6, classless addresses.
561         (Internet Namespace): Added some paragraphs about IPv6.
562         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
564 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
566         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
568         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
569         (NI_NUMERICHOST, et al.): Tidy up and add comments.
570         (AI_NUMERICHOST): Define.
571         (getnodebyname): New prototype.
572         (AI_V4MAPPED, et al.): New constants.
574         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
575         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
576         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
577         for socket.
578         * sysdeps/unix/sysv/linux/sa_len.c: New file.
579         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
581         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
583         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
584         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
585         * socket/Makefile (headers): Add bits/sockunion.h.
586         * socket/sys/socket.h: Include <bits/sockunion.h>
587         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
588         <sys/socket.h>, to avoid getting sockaddr_union defined.
589         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
590         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
591         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
593         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
594         (2.2.x kernels won't have it).
596 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
598         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
599         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
600         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
601         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
603 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
605         * manual/socket.texi (Socket Addresses): Fix a typo.
606         (Interface Naming): New section.
608 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
610         * configure.in: Check for CC using $ac_tool_prefix, to handle
611         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
612         * config.make.in: Add MIG to be substituted.
613         * mach/Machrules: Don't define MIG variable.
615         Patch by Gordon Matzigkeit <gord@profitpress.com>.
617 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
619         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
620         strdupa to copy rpath.
622 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
624         * configure.in: Fix gcc version check.
626         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
627         confusing.
629 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
631         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
632         of ptsname_r.
634         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
635         like ttyname_r.
636         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
637         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
638         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
639         of __ptsname_r accordingly.
640         * login/openpty.c (openpty): Likewise.
642 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
644         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
646 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
648         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
650         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
652 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
654         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
655         return value for better error checking.
657 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
659         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
660         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
662         * elf/elf.h (EM_SPARC64): Remove.
663         (EM_SPARC32PLUS, EM_SPARCV9): Add.
664         (HWCAP_SPARC_V9): Add.
666         * elf/ldsodefs.h (_dl_hwcap): Declare.
667         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
668         Weaken so dlopen from static progies works.
669         (WEAKADDR): New macro.
670         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
671         (LD_SO_PRELOAD): New macro.
672         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
673         (elf_machine_rela): Weaken _dl_rtld_map.
675         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
676         to __clone, and remove the later's alias.
677         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
679         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
680         the kernel's structure.
682         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
683         Sparc needs a custom value of __KERNEL_NCCS.
685 1998-04-06  Richard Henderson  <rth@cygnus.com>
687         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
689         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
690         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
692 1998-04-06  Richard Henderson  <rth@cygnus.com>
694         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
695         as the buffer is not properly aligned.
696         Reported by Juan Cespedes <cespedes@debian.org>.
698 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
700         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
701         instead of AF_FILE.
703 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
705         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
706         and wc*tomb* functions.
708 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
710         * sysdeps/unix/start.c: Fix typo.
712 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
714         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
716 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
718         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
719         expressions and using array variables.
720         * sysdeps/libm-ieee754/e_asin.c: Likewise.
721         * sysdeps/libm-ieee754/e_j0.c: Likewise.
722         * sysdeps/libm-ieee754/e_j1.c: Likewise.
723         * sysdeps/libm-ieee754/e_log.c: Likewise.
724         * sysdeps/libm-ieee754/e_pow.c: Likewise.
725         * sysdeps/libm-ieee754/k_cos.c: Likewise.
726         * sysdeps/libm-ieee754/k_sin.c: Likewise.
727         * sysdeps/libm-ieee754/k_tan.c: Likewise.
728         * sysdeps/libm-ieee754/s_atan.c: Likewise.
729         * sysdeps/libm-ieee754/s_erf.c: Likewise.
730         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
731         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
732         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
734 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
736         * iconv/gconv.c: Rewrite of the low-level of gconv.
737         * iconv/gconv.h: Likewise.
738         * iconv/gconv_builtin.h: Likewise.
739         * iconv/gconv_close.c: Likewise.
740         * iconv/gconv_db.: Likewise.
741         * iconv/gconv_dl.c: Likewise.
742         * iconv/gconv_int.h: Likewise.
743         * iconv/gconv_open.c: Likewise.
744         * iconv/gconv_simple.c: Likewise.
745         * iconvdata/8bit-gap.c: Adapt for rewrite.
746         * iconvdata/8bit-generic.c: Likewise.
747         * iconvdata/euckr.c: Likewise.
748         * iconvdata/iso646.c: Likewise.
749         * iconvdata/iso6937.c: Likewise.
750         * iconvdata/iso8859-1.c: Likewise.
751         * iconvdata/johab.c: Likewise.
752         * iconvdata/sjis.c: Likewise.
753         * iconvdata/t61.c: Likewise.
754         * iconvdata/uhc.c: Likewise.
756 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
758         * iconv/gconv_int.h: New file.  Internal header.
759         * iconv/Makefile (distribute): Add gconv_int.h.
760         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
761         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
762         * iconv/gconv_close.c: Likewise.
763         * iconv/gconv_conf.c: Likewise.
764         * iconv/gconv_db.c: Likewise.
765         * iconv/gconv_dl.c: Likewise.
766         * iconv/gconv_int.h: Likewise.
767         * iconv/gconv_open.c: Likewise.
768         * iconv/iconv.c: Likewise.
769         * iconv/iconv_close.c: Likewise.
770         * iconv/iconv_open.c: Likewise.
771         * iconv/iconv_prog.c: Likewise.
773 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
775         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
776         missing braces.
778 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
780         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
782 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
784         Based on patch from Pat Beirne:
785         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
786         PIC and non-PIC now.  Correctly negate error number.
787         (errno): Use `%' not `@' in .type directives.
789 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
791         * sysdeps/i386/strtok.S: Change to use single exit point.
792         * sysdeps/i386/i686/strtok.S: Likewise.
794 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
796         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
797         default.
799 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
801         * Makerules (installed-libcs): Fix typo.
803 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
805         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
806         (UHC-routines): Remove ksc5601.
808 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
810         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
811         introduced in last change.
813 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
815         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
816         before 2.1.92.
818 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
820         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
822         * stdlib/isomac.c: Use -isystem instead of -I for system include
823         dir.
825 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
827         * resolv/res_comp.c (underscorechar): New.
828         (middlechar): Allow '_'.
830 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
832         * intl/explodename.c (stdlib.h): Include that file only if
833         STDC_HEADERS or _LIBC.
834         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
835         Patch by Philippe De Muyter <phdm@macqel.be>.
837 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
839         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
840         (AC_PROG_CHECK_VER): New macro.
841         * configure.in: Use AC_PROG_CHECK_VER to check versions of
842         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
844 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
846         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
847         * sysdeps/i386/i686/strtok.S: New file
848         * sysdeps/i386/i686/strtok_r.S: New file
850 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
852         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
853         type to __off64_t.
854         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
855         parameter as __off64_t instead of __off_t.
856         (ftello): Make alias for ftello64 instead of ftello.  Change
857         return type to __off64_t.
859 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
861         * sysdeps/i386/bits/string.h: Fix various typos.
862         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
864         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
866 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
868         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
869         lchown syscall correctly.  [PR libc/541].
871 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
873         * localedata/Makefile: Correct testsuite rules.
875         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
876         * iconvdata/iso646.c: Fix conversion from UCS4.
878         * elf/ldsodefs.h: Mark internal function with internal_function.
879         * elf/dl-addr.c: Likewise.
880         * elf/dl-close.c: Likewise.
881         * elf/dl-debug.c: Likewise.
882         * elf/dl-deps.c: Likewise.
883         * elf/dl-error.c: Likewise.
884         * elf/dl-fini.c: Likewise.
885         * elf/dl-init.c: Likewise.
886         * elf/dl-load.c: Likewise.
887         * elf/dl-lookup.c: Likewise.
888         * elf/dl-object.c: Likewise.
889         * elf/dl-open.c: Likewise.
890         * elf/dl-profile.c: Likewise.
891         * elf/dl-reloc.c: Likewise.
892         * elf/dl-runtime.c: Likewise.
893         * elf/dl-symbol.c: Likewise.
894         * elf/dl-version.c: Likewise.
895         * elf/dlerror.c: Likewise.
896         * sysdeps/generic/dl-sysdep.c: Likewise.
897         * sysdeps/i386/dl-machine.h: Likewise.
898         * intl/finddomain.c: Likewise.
899         * intl/gettextP.h: Likewise.
900         * intl/loadmsgcat.c: Likewise.
902 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
904         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
905         * iconv/gconv_builtin.h: Add definitions for new builtins.
906         * iconv/gconv.h: Add prototypes for new builtins.
908         * iconvdata/Makefile (modules): Add ISO646.
909         Add rules for ISO646 module.
910         (distribute): Add iso646.c.
911         * iconvdata/gconv-modules: Add module and alias definition for
912         ISO646 charsets.
913         * iconvdata/iso646.c: New file.
915 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
917         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
918         * iconv/iconv_prog.c: Implement --list option to print available
919         coded character sets.
921 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
923         Make fread() read large blocks straight to the user buffer.
925         * libio/fileops.c (_IO_file_xsgetn): New function.
926         (_IO_file_jumps): Use it.
927         * libio/libioP.h: Prototype it.
929 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
931         * iconv/gconv_conf.c (builtin_aliases): New variable.
932         (__gconv_read_conf): Add builtin aliases.
933         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
934         noop macro before including gconv_builtin.h.
935         * iconv/gconv_builtin.h: Add alias names.
937         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
938         number of converted bytes correctly.
940 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
942         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
943         we only wait for a replay.
945 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
947         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
948         EUC-KR modules.
950 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
952         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
953         use PLTJMP() rather than explicit (PLT).
955         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
956         __libc_start_main().
958         Based on patch from Pat Beirne:
959         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
960         Always define, not only #ifndef PIC.
961         (DO_CALL): Pass fifth argument correctly in R4.
962         (PSEUDO): Correct test for error, call syscall_error through PLT
963         if PIC.
965 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
967         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
968         definitions.
970 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
972         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
973         JOHAB.so.
975 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
977         * io/Makefile (static-only-routines): Add stat64, fstat64 and
978         lstat64.
980 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
982         * manual/Makefile: Use object-suffixes-for-libc instead of
983         object-suffixes.
984         * rpm/Makefile (install-lib): Likewise.
986 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
988         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
990         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
991         `m68*', not only `m68k'.
993 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
995         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
997         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
998         install lddlibc4.
1000 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
1002         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
1003         EUC-KR.
1005         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
1006         comment.
1008 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
1010         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
1011         the init stuff.
1013 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
1015         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
1016         adjtimex syscall.
1017         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
1018         adjtimex.
1019         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
1021 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1023         * Makerules (install): Change comment for libc.so following the
1024         libc_nonshared changes.
1026 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
1028         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
1030         * iconvdata/gap.pl: Avoid using %#06x.
1032 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1034         * Makerules: Use $? instead of S^ when invoking ar.
1036 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
1038         * db2/compat.h: Allow EFTYPE being defined.
1039         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
1040         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
1041         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
1042         * sysdeps/mach/bits/libc-lock.h: Fix typo.
1043         (__libc_once): Correctly unlock semaphore.
1044         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
1045         * sysdeps/unix/bsd/getpt.c: Fix typo.
1046         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
1048 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
1050         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
1051         macros.
1053 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
1055         * include/mntent.h: New file.
1057         * elf/Makefile (trusted-dirs.h): Append slash to filename.
1058         * elf/dl-load.c: Rewrite search path handling.
1059         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
1060         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
1061         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
1062         * elf/ldsodefs.h: Add prototype.
1064 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
1066         * nss/nsswitch.c (__nss_lookup): Adjust comment.
1068         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
1069         function.
1071         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
1073         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
1074         New function.
1075         (HWCAP_IMPORTANT): New definition.
1077 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
1079         * elf/dl-open.c (_dl_open): Fix a typo.
1080         (_dl_global_scope_alloc): Make it static.
1082 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
1084         * Makerules: Remove duplicate rules to handle stamp.oS.
1086 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1088         * manual/examples/inetsrv.c (main): Change prototype of
1089         make_socket following change in mkisock.c.
1091         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
1092         example host.
1093         (main): Change prototype of init_sockaddr following change in
1094         isockadd.c.
1096         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
1097         * manual/examples/isockad.c (init_sockaddr): Likewise.
1099         * manual/examples/mkfsock.c (make_named_socket): Removed blank
1100         lines for clarification.
1101         (make_named_socket): Use strncpy instead of strcpy.
1102         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
1104 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
1106         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
1107         determining libs to remove.
1108         (postclean): Add soversions.mk.
1109         * Makerules (common-mostlyclean): Add tests-static and generated
1110         files.
1112 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
1114         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
1115         scanning for \0.
1116         (__strncat_g): Add i686 specific code.
1118 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1120         * manual/install.texi (Reporting Bugs): Ask to include section
1121         names in reports.
1123 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1125         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
1126         guard against direct inclusion.
1128 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1130         Rework support for libc_nonshared.a:
1131         * Makeconfig (object-suffixes-for-libc): New variable.
1132         * Rules: Remove handling of static-only and shared-only routines.
1133         * Makerules: Handle them here instead.  Use
1134         object-suffixes-for-libc instead of object-suffixes when dealing
1135         with libc objects.
1136         (object-suffixes-for-rules): Remove variable.
1137         (elide-routines.oS): Elide all routines except static-only
1138         routines.
1139         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
1140         empty.
1141         (installed-libcs): Remove special case for .oS.
1142         (rmobjs): Likewise.
1144 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1146         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
1147         do-tst-rpmatch): New targets.
1148         (test): Use them.
1149         (install-locales): Ignore comment lines.
1151 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1153         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
1154         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
1155         ($(objpfx)rtldtbl.h): Likewise.
1156         (CPPFLAGS-dl-load.c): Fix reference to object directory.
1158 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
1160         * manual/string.texi (Finding Tokens in a String): Extend strsep
1161         description and correct example.
1163 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1165         * manual/socket.texi: Remove misguided explicit line breaks and
1166         fix the formatting problem instead by reformulating the
1167         paragraphs.
1168         * manual/filesys.texi: Likewise.
1169         * manual/conf.texi: Likewise.  Don't typeset table with index
1170         fonts, that looks worse than a minimally overfull line.
1172 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1174         * nscd/Makefile (nscd-modules): Move definition outside of
1175         conditional.
1177         * pwd/Makefile: Use have-thread-library to test for thread
1178         library.
1180 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1182         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
1184         * iconvdata/uhc.c (gconv): Remove unused variable idx.
1186 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
1188         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
1190 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
1192         * nss/getXXent_r.c: Correctly handle failing setXXent function.
1194         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
1195         Reported by Andreas Jaeger.
1197 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
1199         * elf/Makefile: Fix typo.
1200         (distribute): Add dl-librecon.h.
1201         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
1202         * elf/ldd.sh.in: Likewise.
1203         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
1204         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
1205         Use strsep correctly.
1206         (process_envvars): Allow platform specific variables.
1207         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
1208         (_dl_load_cache_lookup): Test cache IDs found against
1209         _dl_correct_cache_id.
1210         * sysdeps/generic/dl-librecon.h: New file.
1211         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
1213         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
1215 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
1217         * config.make.in (ldd-rewrite-script): New variable.
1218         * configure.in: Substitute ldd-rewrite-script.
1219         * elf/Makefile: Rewrite rules to generate ldd script.
1220         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
1221         * elf/ldd.sh.in: Likewise.
1222         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
1223         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
1224         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
1225         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
1226         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
1228 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1230         * inet/rcmd.c (iruserok): Remain setuid to the local user
1231         while .rhosts is actually read, to make .rhosts-over-NFS work
1232         (PR libc/524).  Use iruserfopen() for security checks on both
1233         hosts.equiv and .rhosts.  General cleanup.
1234         (iruserfopen): New function, performs careful checking on
1235         hosts.equiv/.rhosts files.  Disallows all the old forbidden
1236         stuff plus hard links to files.
1238 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
1240         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
1242         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
1244 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
1246         * sysdeps/i386/i486/bits/string.h: Fix typos.
1248 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
1250         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
1251         strong alias.
1253         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
1255         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
1256         Added.  Used by libm.so on alpha.
1258 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1260         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
1261         defined.
1263 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
1265         * Makerules (object-suffixes-for-rules): Add .oS only for
1266         building shared library.
1267         Add ranlib rule for nonshared library.
1268         (rmobjs): Fix typo.
1270         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
1271         into for shared library only.
1272         (CPPFLAGS-.oS): Add -DPIC.
1273         (libtypes): Use $(object-suffixes-for-rules) instead of
1274         $(object-suffixes).
1276 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
1278         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
1279         and install lddlibc4.
1281 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1283         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
1284         hash.
1285         * iconvdata/gaptab.pl: Likewise.
1287 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
1289         * Rules: Allow Makefiles to specify test-static for tests which
1290         cannot be linked dynamically.
1291         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
1292         tests-static.
1294         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
1296         * misc/error.c: Pretty print.
1298 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1300         * Makerules (libc_nonshared-name): Remove variable.
1301         (installed-libcs): Use libc-name instead.
1302         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
1303         dynamic linker.
1305         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
1306         libc.a.  Remove explicit reference to dynamic linker.
1308 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
1310         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
1311         to wchar_t.
1312         * iconv/iconv_prog.c: Correctly test for write failure.
1313         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
1314         * iconvdata/gconv-modules: Likewise.
1315         * iconvdata/euckr.c: New file.
1316         * iconvdata/johab.c: New file.
1317         * iconvdata/ksc5601.c: New file.
1318         * iconvdata/ksc5601.h: New file.
1319         * iconvdata/uhc.c: New file.
1320         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
1322         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
1323         * stdio/fopen.c: Correct handling of 'x' flag.
1324         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
1326 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1328         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
1329         * sunrpc/rpcsvc/key_prot.x: Likewise.
1330         * sunrpc/key_prot.c: Likewise.
1332 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
1334         * sysdeps/i386/bits/string.h: Correct things which never worked.
1335         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
1336         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
1338 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
1340         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
1341         defined.  Reported by Thorsten Kukuk.
1343 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
1345         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
1347 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1349         * manual/install.texi (Supported Configurations): Add
1350         arm-linuxaout and arm-none.
1352 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
1354         * version.h (VERSION): Bump to 2.0.93.
1356 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
1358         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
1360         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
1362         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
1363         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
1365 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
1367         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
1369 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1371         Put the static-only routines in a separate library.
1372         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
1373         variables.
1374         (all-object-suffixes): Add .oS.
1375         * Makerules (libc_static-name): New variable.
1376         (installed-libcs): Add libc_nonshared.a.
1377         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
1378         (object-suffixes-for-rules): New variable.  Use it instead of
1379         object-suffixes for generating compilation rules.
1380         (rmobjs): Also remove *.oS.
1381         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
1382         ($(objpfx)stamp.oS): New target.
1384 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
1386         * Makefile (FAQ): Automatically check in regenerated FAQ.
1388 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1390         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
1392 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
1394         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
1395         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
1397         * sysdeps/generic/stub_warning: Removed.
1399         * Makefile (distribute): Add include/des.h.
1401         * manual/Makefile (distribute): Change dir-add.texi to
1402         dir-add.texinfo.
1404         * glibcbug.in: Create files safely when mktemp is not available.
1406         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
1407         Patch by a sun <asun@saul1.u.washington.edu>.
1409 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1411         * libc.map: Rename getname to getnetname.
1413 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
1415         * manual/maint.texi: Use supported platform in examples.
1417         * manual/install.texi: Document some installation tips.
1419 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
1421         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
1422         Fix a bug so that it returns an error if a numeric parameter is
1423         unset and WRDE_UNDEF is set.
1424         Patch by Andreas Schwab and Tim Waugh.
1425         * posix/wordexp-test.c: Add new new test.
1427 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
1429         * posix/regex.c (regex_compile): Last patch wasn't entirely
1430         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
1432 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1434         * manual/filesys.texi (Scanning Directory Content): Fix typo.
1436 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
1438         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
1439         clobbered registers don't appear as operands.
1441 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
1443         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
1444         Solaris' sake.
1446         * posix/regex.c (regex_compile): Don't allow non-alphabet
1447         characters in character set name.
1449 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
1451         * posix/wordexp.c (w_newword): New function.
1452         (do_parse_glob): New function.
1453         (parse_glob): Use do_parse_glob.  Now handles the case where a
1454         variable expansion causes a field-split.
1455         (wordexp): Use w_newword.
1456         (parse_arith): Likewise.
1457         (exec_comm): Likewise.
1458         (parse_comm): Likewise.
1459         (parse_param): Likewise.
1460         (parse_backtick): Likewise.
1462 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
1464         * posix/wordexp-tst.sh: Another test.
1466         * posix/wordexp-test.c: Two new tests.
1468         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
1469         directly (the code using realloc was buggy).
1470         (parse_param): Fix typo in comment.
1472 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
1474         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
1476 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1478         * libc.map: Add more rpc auth functions/variables.
1480         * nscd/nscd.c: Add -g option to argp options.
1482 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
1484         * configure.in: Be prepared for gcc 2.9.10 and up.
1485         * configure.in: Add missing disabling of quote characters in
1486         compiler version check.  Reported by HJ Lu.
1488 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1490         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
1492 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
1494         * intl/locale.alias: Fix spelling of romanian.
1496         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
1497         (distribute): Remove des.h.
1498         * include/des.h: New file.
1499         * sunrpc/des.h: Moved to ...
1500         * sunrpc/rpc/rpc_des.h: ...here.
1502 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
1504         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
1505         Fix paren.
1507 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
1509         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
1510         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
1512 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
1514         * elf/ldsodesf.h: New file.
1515         * elf/Makefile (distribute): Add ldsodefs.h.
1516         * elf/link.h: Separate internal information in exter header.
1517         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
1518         * elf/dl-minimal.c: Likewise.
1519         * sysdeps/generic/dl-sysdep.c: Likewise.
1520         * elf/sprof.c: Likewise.
1521         * elf/dlsym.c: Likewise.
1522         * elf/dlvsym.c: Likewise.
1523         * elf/dlerror.c: Likewise.
1524         * elf/dladdr.c: Likewise.
1525         * elf/dlclose.c: Likewise.
1526         * elf/dlopen.c: Likewise.
1527         * elf/dl-addr.c: Likewise.
1528         * elf/dl-close.c: Likewise.
1529         * elf/dl-debug.c: Likewise.
1530         * elf/dl-deps.c: Likewise.
1531         * elf/dl-error.c: Likewise.
1532         * elf/dl-fini.c: Likewise.
1533         * elf/dl-init.c: Likewise.
1534         * elf/dl-load.c: Likewise.
1535         * elf/dl-lookup.c: Likewise.
1536         * elf/dl-object.c: Likewise.
1537         * elf/dl-open.c: Likewise.
1538         * elf/dl-profile.c: Likewise.
1539         * elf/dl-reloc.c: Likewise.
1540         * elf/dl-runtime.c: Likewise.
1541         * elf/dl-support.c: Likewise.
1542         * elf/dl-symbol.c: Likewise.
1543         * elf/dl-version.c: Likewise.
1544         * sysdeps/generic/dl-cache.c: Likewise.
1545         * sysdeps/generic/libc-start.c: Likewise.
1546         * iconv/gconv_dl.c: Likewise.
1547         * nss/nsswitch.c: Likewise.
1549 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
1551         * manual/nss.texi: The database is not called network but networks.
1552         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1554 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1556         * configure.in: Correct test for compiler version.
1557         Check that LD_LIBRARY_PATH doesn't contain current path.
1559 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
1561         * elf/dl-close.c (_dl_close): Fix byte count while removing
1562         the shared object from the global scope list and optimize
1563         a little bit.
1565 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1567         * manual/filesys.texi (Scanning Directory Content): Add missing
1568         closing brace.
1569         (Scanning Directory Content): Fix text.
1571 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1573         * manual/memory.texi (Heap Consistency Checking): Add paragraph
1574         explaining difference of -lmcheck and MALLOC_CHECK_.
1576 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1578         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
1579         typos in comments.
1581 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1583         * test-skeleton.c (main): Fix test for exit signal.
1585 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1587         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
1589 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1591         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
1592         appropriate.
1594 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1596         * libc.map: Export __strtok_r.
1598 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
1600         * posix/regex.c (re_compile_fastmap): Remove unused variable
1601         num_regs and adjust comment.
1602         Patch by Jim Meyering <meyering@ascend.com>.
1604         * math/math.h (M_*l): Extend long double constants to be usable
1605         for 128 bit floats.  Patch by Richard Henderson.
1607 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1609         * sysdeps/m68k/m68020/wordcopy.S: New file.
1611 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
1613         * posix/wordexp.c: Rewrite parse_param.
1614         Patch by Tim Waugh and Andreas Schwab.
1616 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1618         * Rules: Update timestamps on empty object files.
1620 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
1622         * manual/filesys.texi (Scanning Directory Content): Add description
1623         of 64 bits scandir function and friends.
1625 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
1627         * glibcbug.in: Use mktemp to generate unique file name for
1628         temporary files.
1630         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
1631         ptsname_r.  Use cast for execve call.
1633 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
1635         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
1636         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
1637         * io/sys/statvfs.h: New file.
1638         * sysdeps/generic/fstatvfs.h: New file.
1639         * sysdeps/generic/statvfs.h: New file.
1640         * sysdeps/generic/fstatvfs64.h: New file.
1641         * sysdeps/generic/statvfs64.h: New file.
1642         * sysdeps/generic/bits/statvfs.h: New file.
1643         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
1644         * sysdeps/unix/sysv/linux/statvfs.c: New file.
1645         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
1647         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
1648         and f_ffree elements.
1650         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
1651         mount options in enum.
1653 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1655         * configure.in: Check for recent egcs/gcc.
1657 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
1659         * libc.map: Add alphasort64, scandir64, versionsort64.
1660         * dirent/Makefile (routines): Add scandir64, alphasort64, and
1661         versionsort64.
1662         * dirent/alphasort64.c: New file.
1663         * dirent/scandir64.c: New file.
1664         * dirent/versionsort64.c: New file.
1665         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
1666         versionsort.
1667         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
1668         old name weak alias.
1669         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1671         * dirent/alphasort.c: Use strcoll instead of strcmp.
1673         * dirent/scandir.c: Optimize a bit.
1675         * dirent/versionsort.c: Pretty print.
1677 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
1679         * string/string.h: Add prototype for __strtok_r.
1681 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1683         * posix/Makefile: Fix typo in last change.
1685 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
1687         * dirent/dirent.h (scandir): Make argument of select function const.
1688         * dirent/scandir.c (scandir): Likewise.
1689         Reported by David.Faure@insa-lyon.fr [PR libc/512].
1691 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
1693         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
1694         weak alias.
1695         * sysdeps/i386/strtok_r.c: Likewise.
1697         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
1698         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
1699         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
1700         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
1701         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
1702         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
1704 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1706         * intl/localealias.c: Remove unneeded define for strdup.
1708 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
1710         * manual/argp.texi: Adjust for better TeX output.
1711         * manual/arith.texi: Likewise.
1712         * manual/conf.texi: Likewise.
1713         * manual/filesys.texi: Likewise.
1714         * manual/header.texi: Likewise.
1715         * manual/lgpl.texinfo: Likewise.
1716         * manual/math.texi: Likewise.
1717         * manual/message.texi: Likewise.
1718         * manual/pattern.texi: Likewise.
1719         * manual/process.texi: Likewise.
1720         * manual/signal.texi: Likewise.
1721         * manual/socket.texi: Likewise.
1722         * manual/startup.texi: Likewise.
1723         * manual/stdio.texi: Likewise.
1724         * manual/terminal.texi: Likewise.
1725         * manual/examples/rprintf.c: Likewise.
1726         * manual/examples/testopt.c: Likewise.
1727         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1729 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
1731         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
1732         parameter name after seeing a digit if it's enclosed in braces.
1734 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
1736         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
1738 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1740         * manual/memory.texi (Heap Consistency Checking): Document
1741         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
1743 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1745         * manual/Makefile: Add missing rules.
1747 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
1749         * timezone/Makefile (generated): Define to remove all stamp files.
1751         * sysdeps/generic/strsep.c: Also undefine __strsep.
1753         * string/strdup.c: Undefine __strdup and strdup first.
1754         * string/strndup.c: Likewise.
1756         * string/bits/string2.h: Correct strtok_r and strsep.
1757         Add strndup optimization.
1759         * sysdeps/generic/strsep.c: Little optimization.
1761 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
1763         * string/bits/string2.h: Add optimization for strdup.
1764         Always define __strsep and __strtok_r and make real names available
1765         when feature select macros are defined.
1767 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1769         * manual/install.texi (Installation): Use i486-linux as example
1770         instead of the unsupported sunos4.
1771         (Reporting Bugs): Mention glibcbug script.
1772         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
1774 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1776         * posix/wordexp-tst.sh: Make portable.  Add more tests.
1778         * posix/Makefile (do-globtest do-wordexp-test): New targets.
1780 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
1782         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
1783         * sysdeps/generic/libc-start.c: ...here, replacing former content.
1785         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
1786         netpacket/packet.h.
1788         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
1790 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1792         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
1793         in enumerator for strict standard compliance.
1794         * sysdeps/generic/bits/resource.h: Likewise.
1796 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
1798         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
1799         (PLTJMP): New macro.
1801         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
1802         longjmp() when floating point enabled.
1803         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
1804         * sysdeps/arm/__longjmp.S: Remove floating point code.
1805         * sysdeps/arm/setjmp.S: Likewise.
1807         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
1808         * sysdeps/arm/bsd-_setjmp.S: Likewise.
1810         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
1811         memset().
1813         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
1814         prototype.
1816 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
1818         Based on patches from Pat Beirne and Scott Bambrough:
1820         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
1822         * sysdeps/arm/bits/fenv.h: New file.
1824         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
1825         * sysdeps/arm/elf/setjmp.S: Likewise.
1826         * sysdeps/arm/elf/start.S: Likewise.
1827         * sysdeps/arm/init-first.c: Likewise.
1828         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
1829         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
1830         comment about floating point to reflect current reality.
1832         * sysdeps/unix/arm/brk.S: Support PIC.
1833         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
1834         re-entrant code.
1835         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
1836         return; call syscall_error through PLT.
1837         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
1839 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
1841         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
1842         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
1843         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
1845 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
1847         * dirent/list.c (test): Return error value.
1848         (main): Exit with error value.
1850         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
1852         * Makefile (distribute): Add test-skeleton.c.
1853         * test-skeleton.c: New file.
1854         * dirent/Makefile (tests): Add opendir-tst1.
1855         * dirent/opendir-tst1.c: New file.
1857 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
1859         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
1860         Optimize memory handling.
1861         * sysdeps/unix/closedir.c: Optmize memory handling.
1863 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
1865         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
1866         handling.  Optimize a bit.
1868 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
1870         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
1871         (parse_param): Fold in Andreas' fixes to do with when the end of
1872         the parameter name has been reached, and quoting inside ${...}.
1873         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
1874         $((echo);(ls)).
1876 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1878         * manual/maint.texi: Split out installation and contribution
1879         sections to their own appendices.  Misc cleanups.
1880         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
1881         * manual/contrib.texi: New file.
1882         * manual/libc.texinfo: Pull in new appendices.
1883         * manual/header.texi: Correct node pointer.
1885 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1887         * manual/process.texi (Process Completion): Clarify return value
1888         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
1890 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1892         * posix/wordexp-test.c: Add more tests.
1893         (testit): Fix logic.
1895         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
1896         /dev/null instead of closing it, close pipe.  Always chop off all
1897         trailing newlines.  Kill and reap child before returning error.
1898         (w_addword, parse_glob): Fix memory leak.
1899         (wordexp): Fix dangling pointer problem.
1901 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
1903         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
1905         * posix/wordexp-test.c (main): Fix little thinkos and typos.
1907         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
1908         directory index by only the language.
1910 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
1912         * posix/wordexp-tst.sh: Store test results in the
1913         ${common_objpfx}posix directory.
1915         * posix/wordexp-test.c: Remove temporary directory afterwards.
1917 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1919         * libc.map: Export internal versions of cancelable functions.
1921 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1923         * Makerules (MAKEFLAGS): Append `r'.
1925 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1927         * Makeconfig: Define have-thread-library, shared-thread-library
1928         and static-thread-library if a thread library is available.  Don't
1929         define rt.
1930         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
1931         nscd-routines to nscd-modules.  Use shared-thread-library and
1932         static-thread-library in dependencies.
1933         * rt/Makefile: Only compile librt if have-thread-library is
1934         defined.
1935         * Makefile (subdirs): Always include rt subdir.
1937 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1939         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
1941 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
1943         * configure.in: Recognize variations for 32 MIPS processors.
1944         Don't assume ELF systems always have .weak, test for .weakext.
1946 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
1948         * configure.in: Irix6 is an ELF platform.
1950 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
1952         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
1953         unmapping the last loaded segment.
1955 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
1957         * configure.in: Set base_os for Irix6.
1958         Correct test for .weakext.
1960 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1962         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
1963         (new_line) to _dl_debug_message call.
1965 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
1967         * posix/wordexp.c (parse_param): Perform field-splitting after
1968         expanding positional parameter.
1970         * posix/wordexp-tst.sh: Test that field-splitting is performed
1971         after expanding positional parameter.
1973         * posix/wordexp.c (parse_param): Fixed memory leak in
1974         field-splitting after parameter expansion.
1976 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
1978         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
1979         (get_toplvl_escape): Correctly terminate loop at EOF.
1980         Patch by Cristian Gafton <gafton@redhat.com>.
1982 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
1984         * string/tester.c (test_strpbrk): Add more strpbrk tests.
1985         (test_strsep): Likewise.  Correct horrible bugs.
1987         * string/bits/string2.h (strcspn): Optimize also reject string of
1988         length 2 and 3.
1989         (strspn): Likewise.
1990         (strpbrk): Likewise.
1991         (strsep): Likewise.  Correct bug with successive separators and
1992         separators at the end of the string.
1993         * sysdeps/generic/strsep.c: Correct bug with successive separators
1994         and separators at the end of the string.
1996 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
1998         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
1999         etc) now handled, as well as $$ (pid).
2001         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
2002         (distribute): Add wordexp-tst.sh.
2004         * posix/wordexp-tst.sh: New file.
2006         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
2007         number of positional parameters.  Renamed substitute_length to
2008         seen_hash.
2009         Don't free(env) is env is NULL.
2011 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
2013         * libc.map: Add pthread_attr_init to GLIBC_2.1.
2015 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
2017         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
2018         for output file replacing gmon.out.
2019         Patch by Dean Gaudet <dgaudet@arctic.org>.
2021 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2023         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
2024         up namespace.  Optimize finding end of line.
2026 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2028         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
2029         securely.  Optimized.
2030         (process_dl_debug): Add ':' to list of separators.  Optimized.
2032 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2034         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
2035         isless, islessequal, islessgreater, isunordered): Return zero or
2036         one.
2038 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
2040         * posix/wordexp-test.c: More tests.
2041         (main): Set up arena for pathname expansion tests (in a temporary
2042         directory).
2043         (testit): Don't check word count or word vector if return value is
2044         non-zero.
2046         * posix/wordexp.c (exec_comm): Always chop off terminating
2047         linefeed (just like bash does).
2048         (parse_param): Change lots of occurrences of "if (!*env)" to "if
2049         (!env || !*env)".
2050         (parse_param): For assignment inside parameter expansion, use all
2051         expanded words in assignment rather than just the first.
2052         (parse_param): Corrected return value for parameter expansion of
2053         an unset variable when WRDE_UNDEF is in effect.
2054         (parse_dollars): Don't field-split if quoted.
2055         (wordexp): Opening brace character isn't allowed unquoted.
2057 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
2059         * elf/dlerror.c: Fix concurrency problems with error string and
2060         number.
2062         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
2063         filter/auxiliary are being loaded.
2065 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
2067         * elf/dlerror.c (last_object_name): Removed.
2068         (dlerror): Don't use last_object_name.
2069         (_dl_error_run): Omit second argument to _dl_catch_error.
2070         * elf/dl-error.c (struct catch): Remove objname member.
2071         (_dl_signal_error): Construct string including objname when given.
2072         (_dl_catch_error): Remove objname handling.
2073         * elf/link.h (_dl_catch_error): Fix prototype and comment.
2074         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
2075         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
2076         * nss/nsswitch.c (nss_dlerror_run): Likewise.
2077         * iconv/gconv_dl.c (dlerror_run): Likewise.
2078         [Corrects PR libc/501].
2080 1998-03-12  Matthias Urlichs <smurf@noris.de>
2082         * nscd/nscd.c: Ignore SIGPIPE.
2084 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
2086         * nscd/nscd_getgr_r.c: Use __ protected names.
2087         * nscd/nscd_getpw_r.c: Likewise.
2089 1998-03-12  Matthias Urlichs <smurf@noris.de>
2091         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
2092         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
2093         null bytes are not transmitted.
2095 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2097         * powerpc/syscalls.list: Correct typo.
2098         * alpha/syscalls.list: Likewise.
2099         * mips/syscalls.list: Likewise.
2101 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
2103         * socket/sys/socket.h: Add prototype for __socket.
2105 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
2107         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
2109         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
2110         constants.
2112         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
2113         definition here.
2114         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
2115         definition here.
2117         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
2118         AF_* and PF_* constants.
2120         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
2122 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
2124         * elf/rtld.c: Update help message.
2125         Install link maps for preloaded objects using main_map as loader.
2127         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
2128         * elf/dl-profile.c: Likewise.
2130         * elf/dlsym.c: Little optimization.
2131         * elf/dlvsym.c: Likewise.
2133 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
2135         * posix/wordexp-test.c: Move test for parameter list at the very
2136         beginning.
2138 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
2140         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
2141         WRDE_REUSE flag is set.
2142         (parse_param): Allow `*', `@', and numbers in parameter names.
2143         (parse_dollars): Differentiate between arithmetic expansion and a
2144         command substitution that starts immediately with a sub-shell
2145         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
2146         (parse_param): Memory allocated with __alloca in a block was
2147         referenced outside that block.  Adjusted to use malloc/free.
2148         (parse_param): Adjusted field-splitting algorithm so that there is
2149         not necessarily a field split at the end of a parameter expansion.
2151 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
2153         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
2154         don't free words that have already been allocated.
2155         (parse_param): A dollar sign on its own will never have a pattern
2156         associated with it (like "${HOME%%/}" has), so don't try to free it.
2157         (parse_glob): Attempt to glob when an unquoted `[' is found
2158         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
2159         (parse_glob): Sorted out quoting in a glob-able word.
2160         (parse_param): Added $* and $@ handling.
2162 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
2164         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
2165         parsing it.
2167 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2169         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
2170         _dl_debug_message.
2172 1998-03-12  Matthias Urlichs  <smurf@noris.de>
2174         * elf/dl-misc.c: Default for debug output should be stderr.
2175         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
2176         * elf/dl-lookup.c: reference_name may be NULL or empty.
2178 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2180         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
2182 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
2184         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
2186         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
2188 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2190         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
2191         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
2193 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2195         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
2196         init stuff.
2198 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
2200         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
2201         flag.
2203         * misc/syslog.c (vsyslog): Don't try to send if not connected to
2204         syslog daemon.
2205         (closelog_internal): Don't do anything if not connected.
2207 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
2209         * libc.map: Add _dl_debug_message.
2210         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
2211         before every line.
2212         * elf/fini.c: Correctly use new _dl_debug_message function.
2213         * elf/init.c: Likewise.
2214         * elf/dl-lookup.c: Likewise.
2215         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
2216         * elf/dl-load.c: Likewise.  Add more debugging prints.
2217         * elf/dl-reloc.c: Likewise.
2218         * elf/dl-version.c: Likewise.
2219         * elf/dl-support.c: Add variables for debugging.
2220         * elf/rtld.c: Likewise.  Recognize new debug options.
2221         * elf/link.h: Declare new variables.
2223         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
2225 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
2227         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
2228         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
2230 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
2232         * posix/wordexp-test.c (command_line_test): New function to allow
2233         testing of specific cases from the command-line.
2235 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
2237         * elf/dl-init.c (_dl_init_next): Print nicer messages.
2238         * elf/dl-fini.c (_dl_fini): Likewise.
2239         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
2241         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
2242         symbol in debug message.
2243         (_dl_lookup_versioned_symbol_skip): Likewise.
2245 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
2247         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
2248         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
2249         * manual/filesys/texi: Document this.
2251 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
2253         * manual/filesys.texi: Document the change below.
2255 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2257         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
2258         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
2260 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
2262         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
2263         instead scope.  If debugging display information about symbol
2264         resolving.
2265         (_dl_lookup_symbol): Call do_lookup with correct parameters.
2266         (_dl_lookup_symbol_skip): Likewise.
2267         (_dl_lookup_versioned_symbol): Likewise.
2268         (_dl_lookup_versioned_symbol_skip): Likewise.
2269         * elf/dl-support.c: Define _dl_debug_symbols.
2270         * elf/link.h: Add declaration for _dl_debug_symbols.
2271         * elf/rtld.c: Define _dl_debug_symbols.
2272         (process_dl_debug): Recognize symbols option.
2274 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
2276         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
2277         in correct format.
2278         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
2279         with correct parameters.
2280         [!PIC]: Initialize __libc_multiple_libcs.
2282 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
2284         * elf/dl-support.c (_dl_debug_bindings): Add definition.
2285         * elf/rtld.c (_dl_debug_bindings): Add definition.
2286         (process_dl_debug): Recognize bindings option.  Update help message.
2287         * elf/link.h (struct link_map): Add l_versyms member.
2288         (_dl_debug_bindings): Add declaration.
2289         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
2290         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
2291         and l_reloc_result.
2292         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
2293         (sym_val): Remove a member, add m as link_map.
2294         (do_lookup): Return result appropriately.
2295         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
2296         Call do_lookup correctly.
2297         (_dl_lookup_symbol_skip): Likewise.
2298         (_dl_lookup_versioned_symbol): Likewise.
2299         (_dl_lookup_versioned_symbol_skip): Likewise.
2301 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
2303         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
2304         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
2306         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
2307         * libc.map: Add chown to GLIBC_2.1.
2308         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
2309         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
2311 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2313         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
2314         weak alias.
2315         * sysdeps/alpha/ffs.c: Likewise.
2316         * sysdeps/am29k/ffs.c: Likewise.
2317         * sysdeps/i386/ffs.c: Likewise.
2318         * sysdeps/i960/ffs.c: Likewise.
2319         * sysdeps/m68k/ffs.c: Likewise.
2320         * sysdeps/m88k/ffs.c: Likewise.
2321         * sysdeps/powerpc/ffs.c: Likewise.
2322         * sysdeps/rs6000/ffs.c: Likewise.
2323         * sysdeps/vax/ffs.s: Likewise.
2324         * string/string.h: Declare __ffs.
2325         * libc.map: Export it.
2326         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
2327         __builtin_ffs, which is not guaranteed to be namespace clean.
2329 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2331         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
2332         table, which is much more likely to exist than debugging symbols.
2333         (printsym): Remove const.
2334         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
2335         header table.
2337         * libc.map: Export __profile_frequency, used by elf/sprof, to
2338         avoid infinite recursion during startup.
2340 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2342         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
2343         Readd lost negate.
2345         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
2347 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
2349         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
2351 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
2353         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
2354         LD_PRELOAD, and LD_VERBOSE.
2355         (dl_main): Use global variables set by process_envvars instead of
2356         calling getenv.
2357         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
2358         LD_LIBRARY_PATH value, this comes with the parameter.
2359         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
2360         ("LD_LIBRARY_PATH") to _dl_init_paths.
2362 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
2364         * elf/rtld.c (dl_main): Delay initialization of path structure if
2365         the dynamically linker is invoked implicitly until we read the
2366         dynamic section.
2368 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
2370         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
2372 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2374         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
2375         Linux 2.0 and 2.1.
2377         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
2379 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
2381         * Makeconfig (nisobjdir): Set to path to nis directory.
2382         (rpath-link): Add nisobjdir.
2383         Patch by Sven Verdoolaege <skimo@kotnet.org>.
2385         * elf/Makefile: Pretty print.
2386         * elf/dl-lookup.c: Include unistd.h.
2387         * elf/dl-runtime.c: Likewise.
2389         * localedata/Makefile (test-srcs): Add tst-rpmatch.
2390         (distribute): Add tst-rpmatch.sh.
2391         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
2393         New tests for rpmatch function by
2394         Jochen Hein <jochen.hein@delphi.central.de>.
2395         * localedata/tst-rpmatch.c: New file.
2396         * localedata/tst-rpmatch.sh: New file.
2398         * localedata/locales/de_DE: Correct yesexpr and noexpr.
2399         * localedata/locales/de_AT: Likewise.
2401         * posix/getopt.c: Update contact address.
2402         * posix/getopt1.c: Pretty print.
2404         * sysdeps/generic/libc-start.c: Do most of the initialization now
2405         here instead of in start.S.
2406         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
2407         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
2409         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
2410         profil_counter to be public.
2412 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
2414         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
2415         (parse_param): Coded parameter length expansion (${#var}).
2416         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
2417         (parse_param): Cleaned up (fixed) error handling.
2419         * posix/wordexp-test.c: IFS now includes non-whitespace character
2420         (comma).  Added more tests.
2422 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
2424         * elf/link.h: Fix typos.
2425         Reported by Andreas Jaeger.
2427         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
2428         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
2430 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
2432         * argp/argp-help.c: Remove last bits of using gettext instead of
2433         dgettext.
2435 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
2437         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
2438         __libc_start_main.
2439         * csu/Makefile (routines): Add libc-start.
2440         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
2441         * elf/dl-lookup.c: Likewise.
2442         * elf/dl-version.c: Likewise.
2443         * sysdeps/i386/dl-machine.h: Likewise.
2444         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
2445         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
2446         _dl_sysdep_message macros which use _dl_sysdep_output.
2447         * elf/dl-fini.c: Write out which destructor is called while debugging.
2448         * elf/dl-init.c: Likewise for constructor.
2449         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
2450         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
2451         _dl_sysdep_message.  Add _dl_sysdep_output.
2452         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
2453         this file can be opened.
2454         For LD_DEBUG=libs also set _dl_debug_impcalls.
2455         * sysdeps/generic/dl-cache.c: Include unistd.h.
2456         * sysdeps/generic/libc-start.c: New file.
2457         * sysdeps/unix/sysv/linux/libc-start.c: New file.
2458         * sysdeps/i386/elf/start.S: Don't call main directly, call
2459         __libc_start_main instead.
2461         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
2463 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
2465         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
2467 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
2469         * argp/argp.h (struct argp): Add new field domain.
2470         * argp/argp-help.c: Change all gettext calls to dgettext and use
2471         domain field from appropriate argp in call.
2472         * argp/argp-parse.c: Likewise.
2474 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
2476         * posix/wordexp-test.c: Change testsuite so that it can run even
2477         for ~root != /root.
2479 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2481         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
2483 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2485         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
2486         Don't store into global errno if we already store through
2487         __errno_location.
2488         * sysdeps/unix/i386/sysdep.S: Likewise.
2489         * sysdeps/unix/alpha/sysdep.S: Likewise.
2490         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
2491         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
2492         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
2493         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
2494         PIC).
2496 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2498         * sysdeps/generic/sysdep.h (L): Remove definition.
2499         * sysdeps/i386/sysdep.h (L): Define it here instead.
2501 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2503         * nis/nis_call.c (__do_niscall): Safe and reset errno.
2505         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
2507 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2509         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
2510         declaration style to avoid warnings.
2512 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
2514         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
2515         "LD_DEBUG".
2517 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
2519         * posix/Makefile (tests): Add wordexp-test.
2520         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
2521         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
2523 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
2525         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
2526         dependencies.
2528         * elf/link.h (struct r_search_path_elem): Add two new field for
2529         lib path debugging.
2530         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
2531         variable accordingly.
2532         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
2533         is considered next along with information about load paths.
2534         * sysdeps/generic/dl-cache.c: Likewise.
2535         * elf/dl-support.c: Define _dl_debug_libs.
2536         * elf/genrtldtbl.awk: Add initializers for two new field in
2537         struct r_search_path_elem.
2539 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2541         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
2542         * sysdeps/m68k/lshift.S: Likewise.
2543         * sysdeps/m68k/rshift.S: Likewise.
2544         * sysdeps/m68k/sub_n.S: Likewise.
2545         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
2546         * sysdeps/m68k/m68020/mul_1.S: Likewise.
2547         * sysdeps/m68k/m68020/submul_1.S: Likewise.
2549         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
2550         [_LIBC_REENTRANT]: Don't store into global errno.
2552         * sysdeps/m68k/sysdep.h: New file.
2553         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
2554         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
2555         (DO_CALL): Change to expect syscall name as argument.
2556         (PSEUDO): Pass syscall_name to DO_CALL.
2557         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
2558         errno.
2560 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
2562         * elf/rtld.c: Speed up processing of environment variables.  Do
2563         only one run on the environment by avoiding to call getenv.
2564         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
2565         function.  Used by patch above.
2567 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2569         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
2570         running nscd.
2571         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
2572         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
2573         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
2575 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
2577         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
2578         module cannot be found.  Reported by Andreas Jaeger.
2580 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2582         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
2583         on platforms which default to unsigned chars.
2584         * nscd/nscd_getpw_r.c: Likewise.
2585         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
2586         defining it.
2588 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2590         * elf/Makefile (install-bin): Change = to += for sprof to install
2591         ldd also.
2593 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
2595         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
2597 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
2599         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
2601 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2603         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
2604         that a failure to connect to nscd doesn't change errno.
2606 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2608         * manual/maint.texi (Reporting Bugs): Change
2609         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
2611         * locale/iso-4217.def: Likewise
2613 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
2615         * manual/texinfo.tex: Updated.
2617 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2619         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
2620         value.
2621         * sysdeps/posix/pathconf.c: Likewise.
2622         * posix/getconf.c: Print `undefined' if pathconf returns -1
2623         without setting errno.
2625 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
2627         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
2628         problem.
2629         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
2630         Patches by Elliot Lee <sopwith@cuc.edu>.
2632 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
2634         * elf/link.h (struct link_map): Add new field l_reloc_result.
2635         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
2636         of relocation for the object to be profiled.
2637         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
2638         to NULL.
2639         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
2640         array here.
2641         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
2642         contains a result from a previous run use this instead of computing
2643         the value again.
2644         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
2646 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2648         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
2649         offsets into the GOT.
2650         (RTLD_START): Likewise.
2652 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
2654         * elf/sprof.c: Cleanup a bit.
2656 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
2658         * sysdeps/generic/sysdep.h (L): New. Define.
2660         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
2662         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
2664         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
2665         to have only one exit point for functions.
2666         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2667         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
2668         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
2669         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2670         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
2672 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2674         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
2675         reset errno so that errno isn't set to ENOSYS in the first call.
2676         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
2677         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2678         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
2679         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
2681 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
2683         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
2684         * sysdeps/i386/addmul_1.S: Likewise.
2685         * sysdeps/i386/lshift.S: Likewise.
2686         * sysdeps/i386/mul_1.S: Likewise.
2687         * sysdeps/i386/rshift.S: Likewise.
2688         * sysdeps/i386/sub_n.S: Likewise.
2689         * sysdeps/i386/submul_1.S: Likewise.
2690         * sysdeps/i386/i586/add_n.S: Likewise.
2691         * sysdeps/i386/i586/addmul_1.S: Likewise.
2692         * sysdeps/i386/i586/lshift.S: Likewise.
2693         * sysdeps/i386/i586/mul_1.S: Likewise.
2694         * sysdeps/i386/i586/rshift.S: Likewise.
2695         * sysdeps/i386/i586/sub_n.S: Likewise.
2696         * sysdeps/i386/i586/submul_1.S: Likewise.
2698         * sysdeps/i386/sysdep.h: Extend last change.
2700         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
2701         to have only one exit point for functions.
2703 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
2705         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
2706         search.
2708 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
2710         * Makerules: Generate libc.so with absolute paths for the used
2711         shared objects.
2713         * config.make.in: Add MAKEINFO definition.
2715 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
2717         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
2718         (ENTRY): Use STABS_FUN.
2719         (END): Use STABS_FUN_END.
2720         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
2722         * elf/Makefile: Add rules to build sprof program.
2723         * elf/sprof.c: New file.
2725 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2727         * misc/syslog.c (openlog_internal): Insert missing closing brace.
2729 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2731         * configure.in: Check for working msgfmt version (from GNU gettext
2732         0.10 or later).
2734 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
2736         * configure.in: Avoid //s in sysdirs.
2737         Patch by Roland McGrath.
2739         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
2741 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
2743         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
2744         setting _dl_global_scope for RTLD_GLOBAL.
2746 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2748         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
2749         possible lists of object-suffixes are taken care of.
2751 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
2753         * timezone/private.h: Update from tzcode1998c.
2754         * timezone/zic.c: Likewise.
2755         * timezone/antarctica: Updated from tzdata1998c.
2756         * timezone/asia: Likewise.
2757         * timezone/australasia: Likewise.
2758         * timezone/europe: Likewise.
2759         * timezone/southamerica: Likewise.
2761 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
2763         * posix/glob.c (glob_in_dir): Add support for cases insensitive
2764         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
2766 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
2768         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
2769         Changed type of TWO43, TWO52 from float to double.
2770         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
2771         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
2772         Changed type of TWO43 from float to double.
2773         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
2774         Use __isinff.
2776 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
2778         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
2779         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
2780         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
2782 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
2784         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
2785         kernel_termios.h.
2786         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
2787         Clean up random whitespace.
2788         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
2789         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
2790         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
2791         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
2793 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
2795         * shlib-versions: Match alpha*.
2796         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
2797         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
2799         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
2800         Implement copysign* with and without __ prefix.
2801         Likewise for fabs; use builtin for gcc 2.8.
2802         (floor*): New.
2803         (fdim*): New.
2805         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
2806         (R_SPARC*): Match current v9 ABI.
2808         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
2810         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
2811         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
2812         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
2813         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
2814         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
2815         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
2816         * sysdeps/unix/grantpt.c (argv): Fix consts.
2817         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
2818         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2820 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
2822         * misc/syslog.c: Change to allow user the interpretation of the
2823         outcome even with syslog having no return value.
2825 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2827         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
2828         that the number of program headers is >0 (which is wrong for the
2829         loader itself).
2831 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
2833         * Makefile (distribute): Add README.libm.
2835 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2837         * time/clocktest.c (main): Correct typo: "--" -> "==".
2839 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
2841         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
2842         inline function.
2843         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
2844         inline functions.
2846         * math/libm.map (__atan2): Added.
2848 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
2850         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
2851         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
2853         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
2854         bug.
2856 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2858         * manual/arith.texi (Old-style number conversion): Correct
2859         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
2861 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
2863         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
2864         but does not require it.  Handle missing argv[] values gracefully.
2865         * posix/execl.c: Likewise.
2866         * posix/execle.c: Likewise.
2868 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2870         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
2871         bit.
2872         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
2874 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
2876         * libc.map: Add __adjtimex.
2878 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2880         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
2881         Remove memset.
2883 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
2885         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
2886         to 64.
2888         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
2890         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
2891         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
2893         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
2894         for shared library.
2896         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
2898         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2899         Added adjtimex and old_adjtimex.
2901         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
2902         New.
2903         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
2904         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
2906         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
2907         symbols only for shared library.
2908         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
2909         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
2910         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2911         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
2912         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
2913         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
2914         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
2916         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
2917         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
2918         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
2919         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2920         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
2921         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
2922         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
2923         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
2925         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
2926         rusage pointer.
2928         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
2929         New macros.
2930         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
2931         timex and __adjtimex, respectively.
2933         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
2935         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
2937 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
2939         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
2940         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
2942 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
2944         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
2946 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2948         * Makefile.in: Disable built-in rules.
2950 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2952         * sysdeps/i386/fpu/t_exp.c: Move to ...
2953         * sysdeps/libm-i387/t_exp.c: ... here.
2955 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
2957         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
2958         from __exp2_deltatable.
2960 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
2962         * nis/ypclnt.c (yp_master): Check result of strdup.
2963         Patch by Thorsten Kukuk.
2965 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2967         * nis/ypclnt.c: Give clnt handle after error checking free, change
2968         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
2970 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
2972         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
2973         Patch by Joe Keane <jgk@jgk.org>.
2975         * misc/fstab.h (struct fstab): Change fs_type member to be const.
2976         * misc/fstab.c: Remove casts in fs_type assignments.
2978 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2980         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
2981         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
2982         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
2983         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
2984         * sysdeps/powerpc/bits/fenv.h: Likewise.
2985         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
2986         * sysdeps/generic/bits/fenv.h: Likewise.
2987         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
2988         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
2989         * sysdeps/powerpc/test-arith.c (main): Likewise.
2991 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
2993         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
2994         the comparison macros.
2996 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
2998         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
2999         (__log2): Fixed return values.
3000         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
3002 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
3004         * math/math.h (isunordered): Rename local variables to ensure
3005         correct code.  Reported by HJ Lu.
3007 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
3009         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
3010         isless, islessequal, islessgreater, isunordered): Fix syntax for
3011         fucompip instruction.
3012         (isless, islessequal): Fix logic.
3014 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3016         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
3017         (comparisons_test): New tests for comparison macros.
3019 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
3021         * Makeconfig: Filter out frame-pointer effecting options when
3022         compiling profiling or debugging code.
3023         * config.h.in (internal_function): Don't define here if PROF is
3024         defined.
3025         * gmon/gmon.c (__moncontrol): Don't change state if already in error
3026         state.
3027         (__monstartup): If calloc fails set error state and mark array as
3028         not allocated.
3029         (_mcleanup): Don't call write_gmon if in error state.  Don't try
3030         to free array if not  successfully allocated.
3032         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
3033         Include elf.h to get macro definitions.
3034         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
3036 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
3038         * elf/ldd.sh.in: Add compatibility for broken old shells.
3039         * elf/ldd.bash.in: Likewise.
3041 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
3043         * sunrpc/rpc_main.c (open_input): Check pipe return error.
3045         * time/clocktest.c (main): Check signal return error.
3047 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3049         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
3050         "/" and use do-install-program. Reported by Mark M. Kettenis.
3051         (subdir_install):  Likewise.
3053 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3055         * sunrpc/rpc_sample.c: Fix typo.
3057         * nscd/connections.c: Use locale.
3058         * nscd/grpcache.c: Add debug messages, gidtbl should get the
3059           calloc result.
3060         * nscd/nscd.c: Check if init functions fails.
3061         * nscd/nscd_conf.c: Allow disabling of group cache.
3062         * nscd/nscd_getgr_r.c: Fix return code if group not found.
3063         * nscd/pwdcache.c: Fix debug messages.
3065 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3067         * libc.map: Add __monstartup and _mcleanup for profiling support.
3069 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3071         * libc.map: Export __getpagesize, for binary compatibility with
3072         2.0.
3074 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3076         * posix/globtest.sh: Use --library-path instead of
3077         LD_LIBRARY_PATH.
3078         * localedata/sort-test.sh: Likewise.
3079         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
3081 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3083         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
3084         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
3085         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3087         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
3088         kernel_sigaction): Define.
3089         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
3090         kernel_sigaction): Define.
3092 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3094         * math/libm-test.c: Change epsilons for libm-ieee754.
3096 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
3098         * sysdeps/i386/__longjmp.S: Fix race condition.
3099         Reported by Bruno Haible <haible@ilog.fr>.
3101 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
3103         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
3104         * iconvdata/8bit-gap.c: Likewise.
3105         * iconvdata/8bit-generic.c: Likewise.
3106         * iconvdata/iso6937.c: Likewise.
3107         * iconvdata/iso8859-1.c: Likewise.
3108         * iconvdata/sjis.c: Likewise.
3109         * iconvdata/t61.c: Likewise.
3111 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3113         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
3114         feature tests by positive feature tests.
3116 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3118         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
3120 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
3122         * elf/dlvsym.c (dlvsym_doit): More corrections.
3123         Patch by Andreas Jaeger.
3125 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
3127         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
3129 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
3131         * libc.map: More reordering for GLIBC_2.1 symbols.
3133 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3135         * libc.map: Move some functions from version GLIBC_2.0 to
3136         GLIBC_2.1, reorder declarations.
3138 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
3140         * resolv/gethnamaddr.c (addrsort): Make this function extern.
3141         Patch by zab@thebrain.grumblesmurf.net.
3143 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3145         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
3146         NIS+ functions with version GLIBC_2.1.
3148 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
3150         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
3151         with 2.0 binaries.  Reported by Thorsten Kukuk.
3153 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3155         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
3157         * elf/dlsym.c (dlsym_doit): Likewise.
3159 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3161         * elf/link.h: Correct typos.
3163         * iconv/iconv_prog.c: Correct typo.
3165 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
3167         * iconv/Makefile: Add rules to build and install iconv program.
3168         * iconv/iconv_prog.c: New file.
3170 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
3172         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
3173         _dl_lookup_symbol_skip call.
3174         * elf/dlvsym.c (dlvsym_doit): Likewise.
3176 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
3178         * libio/iovsscanf.c: Do not include errno.h.
3180 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3182         * elf/dl-load.c (add_name_to_object): Don't translate strings.
3183         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
3184         pulling in the whole error list.
3185         (__dcgettext, dcgettext): Removed.
3186         * libc.map: Export _strerror_internal.
3188 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
3190         * sysdeps/i386/fpu/t_exp.c: New file.
3192 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3194         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
3195         everything with version GLIBC_2.1.
3196         * hesiod/libnss_hesiod.map: Likewise.
3198 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3200         * manual/arith.texi (Old-style number conversion): This node is a
3201         section, not a subsection.
3203 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3205         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
3207 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3209         * elf/rtld.c (dl_main): Make sure that the library search paths
3210         have been initialized before the first call to _dl_map_object.
3212 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3214         * Makerules (common-generated): Add libc_pic.os.
3216 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3218         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
3219         of the executable.
3221 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3223         * sysdeps/m68k/fpu/t_exp.c: New file.
3225 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
3227         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
3228         to global errno variable anymore.
3230 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
3232         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
3233         If PRELOADED is nonzero check in case of an SUID application
3234         whether the shared object has the SUID bit set.
3235         Fix some other problems with handling shared objects in system
3236         specific directories.
3237         (_dl_map_object): Also take extra parameter and pass it to open_path.
3238         * elf/link.h (_dl_map_object): Correct prototype and comment.
3239         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
3240         * elf/dl-open.c (_dl_open): Likewise.
3241         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
3243         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
3245 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
3247         * math/libm-test.c (modf_test): Add test for 1.5.
3249         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
3250         0 to get always an int.
3252 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3254         * math/libm.map: Move all symbols that are new in glibc 2.1 to
3255         version GLIBC_2.1.
3257 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
3259         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
3260         trying to read another character.
3262 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3264         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
3265         name to lowercase.
3267         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
3268         name to lowercase, add test for big enough buffer.
3270 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3272         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
3273         Make compatible with older kernels.  Patch by Richard Henderson.
3275 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
3277         * elf/dl-load.c (open_path): Use __xstat instead of stat.
3279         * localedata/tst-locale.sh: Comment out first test for now.
3281 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
3283         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
3284         as 1.
3285         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
3286         Likewise.
3288         * libio/iogetline.c (_IO_getline_info): Renamed from
3289         _IO_getline.
3290         (_IO_getline): Just call _IO_getline_info.
3292         * libio/libioP.h (_IO_getline_info): New declaration.
3294         * libc.map (_IO_getline_info, __write): Added.
3296 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3298         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
3299         const char* to shut up gcc.
3301 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
3303         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
3304         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
3306         * math/math.h: Define M_* constants always as `double' and add new
3307         macros M_*l which are of type `long double'.
3308         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
3309         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
3310         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
3311         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
3312         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
3313         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
3314         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
3315         * math/libm-tst.c: Likewise.
3317         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
3318         define as long double unconditionally.
3320 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3322         * manual/arith.texi (Old-style number conversion): Correct some
3323         typos.
3325 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
3327         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
3328         Restore.
3330         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
3332 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
3334         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
3335         on $(rtld-ldscript).
3337         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
3338         starting from 0 not only from `from'.
3339         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
3341 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
3343         * elf/rtld.c (dl_main): Recognize --library-path parameter and
3344         pass value (or NULL) to _dl_init_paths.
3345         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
3346         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
3347         environment variable.
3348         * elf/link.h: Change prototype for _dl_init_paths.
3349         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
3351         * localedata/Makefile (distribute): Add test files.
3353 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3355         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
3356         test1.def, test2.def, test3.def, test4.def}: Simple input files
3357         for localedef. Contributed by Yung-Ching Hsiao
3358         <yhsiao@cae.wisc.edu>.
3360         * localedata/Makefile (tests): Call tst-locale.sh.
3362         * localedata/tst-locale.sh: New file, regression tests for some
3363         localedef problems.
3365 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3367         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
3369         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
3370         terminated.
3371         * nis/nss_nisplus/nisplus-network.c: Likewise.
3372         * nis/nss_nisplus/nisplus-proto.c: Likewise.
3373         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
3374         * nis/nss_nisplus/nisplus-service.c: Likewise.
3376         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
3377         and support generating thread safe RPC code.
3378         * sunrpc/rpc_main.c: Add changes.
3379         * sunrpc/rpc_clntout.c: Likewise.
3380         * sunrpc/rpc_cout.c: Likewise.
3381         * sunrpc/rpc_hout.c: Likewise.
3382         * sunrpc/rpc_parse.c: Likewise.
3383         * sunrpc/rpc_sample.c: Likewise.
3384         * sunrpc/rpc_scan.c: Likewise.
3385         * sunrpc/rpc_svcout.c: Likewise.
3386         * sunrpc/rpc_util.c: Likewise.
3387         * sunrpc/rpc_util.h: Add new structs and prototypes.
3388         * sunrpc/proto.h: Remove prototypes for static functions.
3390 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3392         * locale/programs/ld-messages.c (messages_finish): Don't skip
3393         error checking when being quiet.
3394         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
3395         (set_class_defaults): Likewise.
3396         * locale/programs/charmap.c (parse_charmap): Likewise.
3397         * locale/programs/ld-collate.c (collate_finish): Likewise.
3398         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
3399         * locale/programs/ld-time.c (time_finish): Likewise.
3400         * locale/programs/locfile.c (write_locale_data): Likewise.
3402         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
3403         unknown characters and empty ranges.
3404         * locale/programs/ld-collate.c (collate_order_elem): When
3405         processing an ellipsis properly form a linked list in the result
3406         table, fix typo when allocating ordering array.
3407         [PR libc/419]
3409 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3411         * elf/Makefile (ld-map): Define.
3412         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
3413         `$(rtld-ldscript)'.
3414         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
3415         on $(ld-map).
3416         (rtld-link): Combine the two versions of this definition.  Fixed
3417         to make it work when no symbol versioning is used.
3419 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
3421         * Makeconfig (build-program-cmd): Use --library-path parameter to
3422         ld.so instead of environment variable.
3424         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
3425         * sunrpc/rpc_main.c: Remove support for -$$ option again.
3427 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3429         * Make-dist: Respect with-cvs setting.
3430         * MakeTAGS (all-pot): Likewise.
3431         * sysdeps/sparc/sparc32/Makefile: Likewise.
3432         * sysdeps/mach/hurd/Makefile: Likewise.
3433         * stdlib/Makefile: Likewise.
3434         * posix/Makefile: Likewise.
3435         * intl/Makefile: Likewise.
3436         * po/Makefile (linguas): Likewise
3438 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3440         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
3442 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
3444         * libc.map: Add __strcasecmp.
3446         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
3447         module.
3449         * nss/getXXent_r.c: If no more module is found don't try to call
3450         setXXent functions but leave unsuccessfully.
3452         * malloc/obstack.h: Cleanups.
3454         * sysdeps/wordsize-32/stdint.h: New file.
3455         * sysdeps/wordsize-64/stdint.h: New file.
3456         * sysdeps/generic/stdint.h: New file.
3457         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
3458         * sysdeps/wordsize-64/inttypes.h: Likewise.
3459         * stdlib/Makefile (headers): Add stdint.h.
3461 1998-02-03  Paul Eggert  <eggert@twinsun.com>
3463         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
3465 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3467         * timezone: New directory.
3468         * time/README, time/africa, time/antarctica, time/asia,
3469         time/australasia, time/backward, time/checktab.awk,
3470         time/etcetera, time/europe, time/factory, time/ialloc.c,
3471         time/iso3166.tab, time/leapseconds, time/northamerica,
3472         time/pacificnew, time/private.h, time/scheck.c,
3473         time/solar87, time/solar88, time/solar89, time/southamerica,
3474         time/systemv, time/test-tz.c, time/tzfile.h,
3475         time/tzselect.ksh, time/yearistype, time/zdump.c,
3476         time/zic.c, time/zone.tab: Moved to timezone.
3477         * time/tzfile.c: Include tzfile.h from timezone subdir.
3478         * time/tzset.c: Likewise.
3479         * time/Makefile: Cut out all code relating to timezones...
3480         * timezone/Makefile: ...and paste it in here.
3481         * Makefile (subdirs): Add timezone.
3483 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
3485         * libc.map (_sys_nerr): Added.
3487         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
3488         versioned symbol.
3490 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
3492         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
3493         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
3494         Reported by Craig Metz <cmetz@inner.net>.
3496 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3498         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
3499         instead of strcasecmp.
3500         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
3502         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
3504 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
3506         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
3507         Patch by Dean Gaudet <dgaudet@arctic.org>.
3509 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
3511         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
3513 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3515         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
3516         with no poll syscall, just include the BSD version.
3517         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
3518         kernel without the syscall, include the stub version.
3519         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
3520         * sysdeps/generic/getresuid.c: New file.
3521         * sysdeps/generic/getresgid.c: New file.
3523 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
3525         * stdio-common/vfscanf.c: Correct last change a bit.
3527 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
3529         * elf/Makefile: Don't use --version-script parameter to link ld.so
3530         unconditionally.
3532 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
3534         * math/Makefile: Add t_exp.
3535         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
3536         constants.
3537         * math/test-reduce.c: Remove temporarily, it seems to be broken.
3538         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
3539         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
3540         better accuracy.
3541         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
3542         algorithm for very large/very small arguments.
3543         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
3544         correct algorithm for very large/very small arguments; adjust for
3545         new table.
3546         * sysdeps/libm-ieee754/t_exp.c: New file.
3547         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
3549         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
3550         back, with comment that explains what breaks when you remove it :-(.
3552         * localedata/xfrm-test.c: Avoid integer overflow.
3554         * stdlib/strfmon.c: char is unsigned, sometimes.
3556         * sysdeps/powerpc/Makefile: Remove quad float support.
3557         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
3558         * sysdeps/powerpc/quad_float.h: Likewise.
3559         * sysdeps/powerpc/test-arith.c: Likewise.
3560         * sysdeps/powerpc/test-arithf.c: Likewise.
3562         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
3563         * sysdeps/generic/s_exp2f.c: Likewise.
3565         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
3566         don't try anything if _SOFT_FLOAT.
3568 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3570         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
3571         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
3572         * wctype/wctype.c: Likewise.
3573         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
3574         changed.  They are incompatible with the _ISxxx values from
3575         <ctype.h> on little endian machines.
3576         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
3577         bit number.  This fixes the real bug and restores the integrity of
3578         the ctype locale file.
3579         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
3580         * wctype/wcfuncs_l.c: Likewise.
3581         * wctype/wcextra.c: Likewise.
3582         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
3583         byte swapping.
3585 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3587         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
3588         into .bss segment instead of .common, so that aliases on it work.
3590         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
3591         .size directives, put into .bss segment instead of initializing it
3592         to 4.
3594 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
3596         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
3598         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
3599         functions.
3600         Make names without __ weak aliases.
3601         (__libc_release, __libc_version): Make them static.
3603         * include/gnu/libc-version.h: New file.
3604         * Makefile (headers): Add gnu/libc-version.h.
3606 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
3608         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
3609         and use x for member name.
3610         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
3612         * stdlib/drand48.c: Change according to member name change.
3613         * stdlib/drand48_r.c: Likewise.
3614         * stdlib/lcong48_r.c: Likewise.
3615         * stdlib/lrand48.c: Likewise.
3616         * stdlib/lrand48_r.c: Likewise.
3617         * stdlib/mrand48.c: Likewise.
3618         * stdlib/mrand48_r.c: Likewise.
3619         * stdlib/seed48.c: Likewise.
3620         * stdlib/seed48_r.c: Likewise.
3621         * stdlib/srand48_r.c: Likewise.
3623 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3625         * nss/test-netdb.c: Add some more test cases.
3627 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
3629         * libio/iovsscanf.c: Undo last change modifying errno.
3631 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3633         * stdio-common/vfscanf.c: Never try to read another character
3634         after EOF.  Don't decrement read_in after EOF, it wasn't
3635         incremented in the first place.
3636         (NEXT_WIDE_CHAR): Set First, not first.
3638 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
3640         * db/Makefile ($(inst_libdir)/libndbm.a,
3641         $(inst_libdir)/libndbm.so): New targets.
3642         * db2/Makefile: Likewise.
3644 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
3646         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
3647         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
3649 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3651         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
3652         <streambuf.h>.
3653         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
3655 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3657         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
3658         versioned symbols.
3660 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
3662         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
3663         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
3664         Added for libdl.so.
3666 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3668         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
3669         extra syscall.
3671         * grp/Makefile: Fix logic when checking for thread package.
3672         * pwd/Makefile: Likewise.
3674 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
3676         * elf/Makefile (rtld-map): Replaced by libc-map.
3678         * elf/rtld.map: Removed.
3680         * libc.map (__libc_enable_secure, _dl_catch_error,
3681         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
3682         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
3683         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
3684         _dl_object_relocation_scope, _dl_relocate_object,
3685         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
3686         _r_debug): Added for ld.so.
3688 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
3690         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
3691         DO_VERSIONING.
3692         * libio/iofdopen.c: Ditto.
3693         * libio/iofopen.c: Ditto.
3694         * libio/oldfileops.c: Ditto.
3696         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
3697         version GLIBC_2.1.
3699         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
3700         oldsiglist from sysdep_routines and shared-only-routines.
3702         * sysdeps/unix/sysv/linux/errlist.c: New.
3703         * sysdeps/unix/sysv/linux/errlist.h: New.
3704         * sysdeps/unix/sysv/linux/sizes.h: New.
3705         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
3706         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
3708         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
3710         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
3711         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
3712         directive.
3714         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
3716         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
3717         (oldsiglist.c): Removed.
3719         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
3720         (_sys_siglist): Use SYS_SIGLIST instead.
3721         (_sys_nerr): Use SYS_NERR instead.
3723         * sysdeps/gnu/errlist.c: Rebuilt.
3725 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
3727         * elf/Makefile (others-static): New, set to ldconfig.
3728         ($(objpfx)ldconfig): Removed.
3730         * Rules (binaries-all, binaries-static, binaries-shared): New.
3731         Create targets for $(binaries-static) and $(binaries-shared).
3733         * Makeconfig (+link-static, link-libc-static,
3734         link-extra-libs-static): New for static linking.
3736 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3738         * manual/memory.texi (Using the Memory Debugger): Fix typo.
3740         * math/libm-test.c (modf_test): Add one more test for modf.
3742 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
3744         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
3745         Rename from __libc_have_rt_sigs and leave as COMMON data.
3747 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
3749         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
3750         of __finite.
3752 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
3754         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
3756 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
3758         * misc/tst-efgcvt.c: Add yet more tests.
3759         * misc/efgcvt_r.c: And correct for these tests again.
3760         Reported by HJ Lu.
3762         * isomac.c: Move to...
3763         * stdlib/isomac.c: ...here.
3764         * Makefile: Move rules for handling isomac...
3765         * stdlib/Makefile: ...to here.
3767 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
3769         * misc/tst-efgcvt.c: Add more tests.
3770         * misc/efgcvt_r.c: Correct result for above new tests.
3772 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
3774         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
3775         NDIGIT <= 0.
3777 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
3779         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
3780         if the programs weren't built.
3782 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
3784         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
3785         FE_TONEAREST, soldier on regardless and do the best we can.
3786         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
3788 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
3790         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
3791         _STDIO_H, before including <bits/stdio_lim.h>.
3793         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
3795         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
3796         exist.
3798         * sysdeps/arm/sys/ucontext.h: New file.
3800 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
3802         * manual/stdio.texi (Formatted Output Functions): Explicitly say
3803         that the return value from snprintf() does not count the
3804         terminating NUL as a character.
3806 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
3808         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
3809         add description for sete[ug]id and general cleanup.
3810         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
3812 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3814         * Makefile (parent-clean): Don't remove makefile fragments here.
3815         (postclean): New variable.
3816         (clean): Remove makefile fragments here.
3817         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
3818         (generated): Add isomac and isomanc.out.
3819         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
3820         avoid-generated is set.
3821         (postclean-generated): Add soversion.mk.
3822         ($(common-objpfx)version.mk): Don't include if avoid-generated is
3823         set.
3824         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
3825         avoid-generated is set.
3826         (common-generated): Add libc.so and libc.so$(libc.so-version).
3827         (generated): Add versioned libraries.
3828         (common-mostlyclean): Also remove %.so and %_pic.a.
3829         * csu/Makefile (generated): Add abi-tag.h.
3830         * db2/Makefile (extra-objs): Add getlong.o.
3831         * elf/Makefile (generated): Add ld.so, ldd and
3832         $(rtld-installed-name).
3833         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
3834         * malloc/Makefile (generated): Add mtrace.
3835         * po/Makefile: Don't include version.mk, not needed any more.
3836         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
3837         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
3838         syscall.h -> sys/syscall.h.
3839         (common-generated): Add s-proto.d.
3840         (postclean-generated): Add sysd-syscalls.
3841         * localedata/Makefile (test-output): Add all output files.
3842         (generated): Add test-input and test-output.
3843         (generated-dirs): Add all the dirs.
3845 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3847         * Makefile (test-output, generated, generated-dirs): New
3848         variables.
3850 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
3852         * resolv/nss_dns/dns-host.c: Various code cleanups.
3854 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
3856         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
3857         From Philip Blundell <pb@nexus.co.uk>.
3858         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
3860 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3862         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
3863         Suggested by debian/sparc porters.
3865 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3867         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
3868         for ecvt and fcvt.
3870 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
3872         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
3873         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
3875         * signal/signal.h: Always define sigset_t if __need_sigset_t is
3876         defined even if __USE_POSIX is not defined.
3878 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3880         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
3881         to support obsolete tty major numbers correctly.
3883 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
3885         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
3886         directory first and ignore install error.
3888         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
3889         128 from ptyno and fix a typo for the BSD style pty.
3891 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3893         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
3894         syscalls.list's.
3896 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3898         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
3899         getresuid and getresgid.
3901         * sysdeps/unix/sysv/linux/getresuid.c: New file.
3902         * sysdeps/unix/sysv/linux/getresgid.c: New file.
3904         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
3905         s_getres[ug]id.
3907         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
3908         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3909         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3910         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
3912 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
3914         * nscd/grpcache.c: Include <stdlib.h>.
3916 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
3918         * stdlib/atoll.c: Fix comments.
3920         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
3921         * sysdeps/posix/ttyname_r.c: Ditto.
3923 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3925         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
3926         __USE_MISC, independent of __USE_UNIX98.
3928 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
3930         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
3931         Rename from __libc_have_rt_sigs and leave as COMMON data.
3933 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
3935         * Makeconfig (CFLAGS-.os): Kill -fno-common.
3936         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
3938         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
3939         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
3940         version symbols.
3941         * include/libc-symbols.h (symbol_version, default_symbol_version):
3942         Provide asm versions and correct !DO_VERSIONING versions.
3943         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
3944         the weak symbol list.
3946         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
3947         Rename from __libc_have_rt_sigs and leave as COMMON data.
3948         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3949         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3950         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3952 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3954         * sunrpc/Makefile: Correct dependencies of rpcgen.
3956 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
3958         * nscd/Makefile: Fix test for available linuxthreads add-on.
3959         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
3961 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3963         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
3965 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3967         * sysdeps/gnu/Makefile: Respect with-cvs variable.
3969         * manual/errno.texi (Error Messages): Correct description of
3970         strerror_r.  Pointed out by jonas@bagge.se.
3972 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3974         * manual/socket.texi (Host Address Functions): Clarify description
3975         of inet_network.
3977 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3979         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
3980         (grantpt): Delete superfluous cast.
3982 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3984         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
3985         elf/ldso_install instead of elf/subdir_install.
3986         (elf/ldso_install): New target.
3988         * elf/Makefile (ldso_install): New target.
3990 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3992         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
3993         of 1998-01-06.
3995 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3997         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
3998         constant expressions.
4000 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4002         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
4003         for __nss_configure_lookup.
4004         (output_hostent): Remove unused variable.
4006 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4008         * string/tst-inlcall.c: Fix format string.
4010 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4012         * inet/netinet/in.h: Rename second parameter of bindresvport to
4013         avoid buggy gcc warning. [PR libc/412]
4015 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
4017         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
4018         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
4020         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
4021         Follow POSIX and make tv_sec a time_t.
4022         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
4023         new tv64 syscall as well as fall back to tv32.
4024         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4025         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4026         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4027         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4028         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4029         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4030         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4031         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
4033         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
4034         * include/rpcsvc/nis_tags.h: Likewise.
4035         * include/rpcsvc/nislib.h: Likewise.
4037 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
4039         * libc.map: Add _h_errno.
4040         * inet/herrno.c: Make _h_errno weak alias.
4042         * login/Makefile (distribute): Add pty-internal.h.
4044         * nscd/Makefile (distribute): Add all the files missing.
4046         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
4047         are available.
4049         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
4050         and report status at the end.
4052         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
4054         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
4055         variable.
4056         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
4057         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
4058         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
4060 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
4062         * configure.in: Fix --enable-add-ons code.
4064 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4066         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
4067         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
4068         [PR libc/441]
4070         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
4071         occurence in cache.  Reported by Rudolf Leitgeb
4072         <leitgeb@leland.stanford.edu>.
4073         [PR libc/440]
4075 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
4077         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
4078         that it never is EINTR (which is tested for in _IO_vfscanf).
4080         * Makefile.in: Call sub-make with CVSOPTS.
4082         * elf/Makefile (distribute): Add dl-procinfo.h.
4084         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
4086 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
4088         * version.h (VERSION): Bump to 2.0.92.
4090 1998-01-31  Phil Blundell  <philb@gnu.org>
4092         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
4093         alias for __new_sys_siglist.
4095 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
4097         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
4098         getgrgid_r.c if thread package is available.
4099         * pwd/Makefile: Likewise.
4100         * grp/getgrnam_r.c: Remove USE_NSCD definition.
4101         * grp/getgrgid_r.c: Likewise.
4102         * pwd/getpwnam_r.c: Likewise.
4103         * pwd/getpwuid_r.c: Likewise.
4105 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
4107         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
4108         with error to allow user intervention.
4109         * nss/getXXent_r.c: Likewise.
4111 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
4113         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
4114         AT_PLATFORM string.  Pretty print AT_BASE info.
4116         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
4117         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
4118         * sysdeps/generic/dl-procinfo.h: New file.
4119         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
4121 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
4123         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
4125         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
4126         thread and not pthread_detach.
4128         * nscd/nscd.c: Rewrite to use argp instead of getopt.
4130 1998-01-31  Phil Blundell  <philb@gnu.org>
4132         * configure.in: Add --without-cvs option to suppress automatic
4133         checkin of regenerated files.
4134         * config.make.in: Likewise.
4135         * Makefile: Respect with-cvs setting.
4136         * Makerules: Likewise.
4138         * configure.in: Allow the standalone ARM port to be configured.
4140 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4142         * grp/getgrgid_r.c: Define USE_NSCD.
4143         * grp/getgrnam_r.c: Likewise.
4144         * pwd/getpwuid_r.c: Likewise.
4145         * pwd/getpwnam_r.c: Likewise.
4147         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
4149         * nss/getXXbyYY_r.c: Try at first nscd.
4151         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
4152         * nscd/connections.c: New file.
4153         * nscd/dbg_log.c: New file.
4154         * nscd/dbg_log.h: New file.
4155         * nscd/grpcache.c: New file.
4156         * nscd/nscd.c: New file.
4157         * nscd/nscd.h: New file.
4158         * nscd/nscd_conf.c: New file.
4159         * nscd/nscd_stat.c: New file.
4160         * nscd/pwdcache.c: New file.
4162         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
4163         * nscd/nscd_getpw_r.c: Likewise.
4164         * nscd/nscd_proto.h: New, prototypes for client functions.
4166         * nscd/nscd.conf: New, example for a configuration file.
4167         * nscd/nscd.init: New, example for a startup script.
4169         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
4170         avoid deadlocks.
4171         * nscd/getgrnam_r.c: Likewise.
4172         * nscd/getpwnam_r.c: Likewise.
4173         * nscd/getpwuid_r.c: Likewise.
4175 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
4177         * intl/Makefile: Use CVSOPTS in cvs invocation.
4178         * po/Makefile: Likewise.
4179         * posix/Makefile: Likewise.
4180         * stdlib/Makefile: Likewise.
4182 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
4184         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
4185         [PR libc/410]
4186         * misc/Makefile (tests): Add tst-efgcvt.
4187         * misc/tst-efgcvt.c: New file.
4189 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
4191         * posix/regex.c: Add some more cleanups by Akim Demaille.
4193 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
4195         * signal/signal.h: Revert last change.
4196         * string/strsignal.c: Regard signal number NSGI as illegal.
4197         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
4198         members.
4200 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
4202         * Makefile.in: Add comment about CVSOPTS Makefile variable.
4203         * Makerules: Use CVSOPTS in cvs invocation.
4204         * Makefile: Likewise.
4205         * MakeTAGS: Likewise.
4206         * Make-dist: Likewise.
4208 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
4210         * sysdeps/generic/memmem.c: Correct last change.
4212 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
4214         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
4215         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
4217 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4219         * nis/ypclnt.c: Try at first to use the binding file from ypbind
4220         before using RPC.
4222 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4224         * manual/memory.texi (Heap Consistency Checking): mcheck is
4225         declared in <mcheck.h>.
4226         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
4228 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4230         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
4231         beginning of haystack.
4233 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4235         * nss/nss_files/files-service.c: Correct last patch.
4237 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
4239         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
4240         __libc_have_rt_sigs.
4241         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
4242         including <bits/setjmp.h>.
4243         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
4244         Patch from the Debian glibc/SPARC package.
4246 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
4248         * sysdeps/alpha/bzero.S: Fix a typo.
4249         * sysdeps/alpha/htonl.S: Ditto.
4250         * sysdeps/alpha/htons.S: Ditto.
4252 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4254         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
4256 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
4258         * include/cpio.h: Move to ...
4259         * posix/cpio.h: ...here.
4261         * locale/programs/ld-collate.c: Fix typo.
4263         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
4265         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
4267         * login/utmp_file.c (pututline_file): Don't always report success
4268         if similar entry is found.  Patch by Mark M. Kettenis.
4270 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
4272         * manual/Makefile: Don't try to install the info files if makeinfo
4273         is not available.
4275 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
4277         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
4278         kernel's network ioctls, rather than using <linux/sockios.h> to
4279         get them.  This way we are sure of maintaining compatibility if
4280         the kernel interface should change.
4282 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
4284         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
4286 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
4288         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
4289         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4291 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4293         Implement System V pseudoterminal handling.
4295         * login/Makefile
4296         (routines): Add getpt, grantpt, unlockpt, ptsname.
4297         (libutil-routines): Remove pty. Add openpty, forkpty.
4298         (distribute): New internal header pty-internal.h.
4299         (others): Add the helper program, pt_chown.
4300         (install-others): Install it, in $(libexecdir), mode 4755.
4302         * login/pty-internal.h: New file.
4303         * login/openpty.c: New file.
4304         * login/forkpty.c: New file.
4305         * login/programs/pt_chown.c: New file.
4307         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
4308         * stdlib/stdlib.h: Prototype them.
4310         * config.make.in: Define $(libexecdir).
4311         * Makeconfig: Define $(inst_libexecdir).
4313         * sysdeps/generic/pty.c: Removed.
4314         * sysdeps/unix/sysv/linux/pty.c: Removed.
4316         * sysdeps/generic/getpt.c: Stub out.
4317         * sysdeps/generic/grantpt.c: Likewise.
4318         * sysdeps/generic/ptsname.c: Likewise.
4319         * sysdeps/generic/unlockpt.c: Likewise.
4321         * sysdeps/unix/grantpt.c: New file.
4322         * sysdeps/unix/bsd/getpt.c: New file.
4323         * sysdeps/unix/bsd/unlockpt.c: New file.
4324         * sysdeps/unix/sysv/linux/getpt.c: New file.
4325         * sysdeps/unix/sysv/linux/ptsname.c: New file.
4326         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
4328 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
4330         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
4332 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4334         * nss/Makefile (tests): Add rule for test-netdb.c.
4336         * nss/test-netdb.c: New file.
4338 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
4340         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
4341         really kept as a variable.  Patch by Richard Henderson,
4342         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
4344         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
4345         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
4346         entries as not existing.
4348 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4350         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
4351         zero in alternate form with precision of zero, which must produce
4352         "0".  Add braces to avoid ambiguous `else'.
4354 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4356         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
4357         problem with strncpy.
4358         * nis/nss_compat/compat-pwd.c: Likewise.
4359         * nis/nss_compat/comapt-spwd.c: Likewise.
4361 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4363         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
4364         by uch@nop.or.jp. [PR libc/437]
4366 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4368         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
4370 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4372         * stdio-common/test-popen.c: Include <errno.h>.
4374         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
4375         close.
4377         * inet/getnetgrent_r.c: Include <errno.h>.
4379         * db2/db/db_conv.c: Include <string.h> for memcpy.
4381         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
4382         so that memcpy is declared.
4384         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
4386         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
4388 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4390         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
4391         overflow while reading line with fgets.
4392         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
4394 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
4396         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
4397         unsigned short, not short.
4398         Reported by Andreas Jaeger.
4400 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4402         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
4403         (ccept->accept).
4405         * sysdeps/generic/inttypes.h: Fix spelling.
4407 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4409         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
4411         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
4413 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
4415         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
4416         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
4417         field for hh modifier.
4418         * stdio-common/vfprint.c: Use is_char field and do not depend in
4419         is_short having the value 2.
4420         Bug reported by Andreas Jaeger.
4422 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4424         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
4425         PIC && DO_VERSIONING.
4427 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4429         * Rules: Add rules for $(common-objpfx)dummy$o.
4431 1998-01-26  Richard Henderson  <rth@cygnus.com>
4433         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
4434         unimplemented OSF/1 definitions so that they are not accidentally seen.
4436         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
4437         of the trampoline function into the macro.
4438         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
4439         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
4440         kernel 2.1.82 has this fixed.
4442         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
4443         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
4445 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
4447         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
4448         support sigaction on kernels > 2.1.7x.
4450 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
4452         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
4453         if it is empty.
4455         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
4456         Patch by David Engel <david@sw.ods.com>.
4458         * configure.in: Fix another typo in --enable-add-ons code.
4460 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
4462         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
4464 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4466         * nss/nss_files/files-network.c: Correct order of parameters for
4467         getnetbyaddr.
4469 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
4471         * db2/Makefile (routines): Add os_alloc.
4472         * db2/db.h: Update from db-2.3.16.
4473         * db2/db_185.h: Likewise.
4474         * db2/db_int.h: Likewise.
4475         * db2/btree/bt_close.c: Likewise.
4476         * db2/btree/bt_cursor.c: Likewise.
4477         * db2/btree/bt_delete.c: Likewise.
4478         * db2/btree/bt_open.c: Likewise.
4479         * db2/btree/bt_page.c: Likewise.
4480         * db2/btree/bt_put.c: Likewise.
4481         * db2/btree/bt_rec.c: Likewise.
4482         * db2/btree/bt_recno.c: Likewise.
4483         * db2/btree/btree_auto.c: Likewise.
4484         * db2/common/db_appinit.c: Likewise.
4485         * db2/common/db_apprec.c: Likewise.
4486         * db2/common/db_err.c: Likewise.
4487         * db2/common/db_region.c: Likewise.
4488         * db2/common/db_shash.c: Likewise.
4489         * db2/db/db.c: Likewise.
4490         * db2/db/db_auto.c: Likewise.
4491         * db2/db/db_conv.c: Likewise.
4492         * db2/db/db_dispatch.c: Likewise.
4493         * db2/db/db_dup.c: Likewise.
4494         * db2/db/db_pr.c: Likewise.
4495         * db2/db/db_rec.c: Likewise.
4496         * db2/db185/db185.c: Likewise.
4497         * db2/dbm/dbm.c: Likewise.
4498         * db2/hash/hash.c: Likewise.
4499         * db2/hash/hash_auto.c: Likewise.
4500         * db2/hash/hash_dup.c: Likewise.
4501         * db2/hash/hash_page.c: Likewise.
4502         * db2/hash/hash_rec.c: Likewise.
4503         * db2/include/btree_ext.h: Likewise.
4504         * db2/include/clib_ext.h: Likewise.
4505         * db2/include/common_ext.h: Likewise.
4506         * db2/include/db.h.src: Likewise.
4507         * db2/include/db_185.h.src: Likewise.
4508         * db2/include/db_am.h: Likewise.
4509         * db2/include/db_ext.h: Likewise.
4510         * db2/include/db_int.h.src: Likewise.
4511         * db2/include/hash_ext.h: Likewise.
4512         * db2/include/lock_ext.h: Likewise.
4513         * db2/include/log.h: Likewise.
4514         * db2/include/log_auto.h: Likewise.
4515         * db2/include/log_ext.h: Likewise.
4516         * db2/include/mp.h: Likewise.
4517         * db2/include/mp_ext.h: Likewise.
4518         * db2/include/mutex_ext.h: Likewise.
4519         * db2/include/os_ext.h: Likewise.
4520         * db2/include/os_func.h: Likewise.
4521         * db2/include/txn_ext.h: Likewise.
4522         * db2/lock/lock.c: Likewise.
4523         * db2/lock/lock_util.c: Likewise.
4524         * db2/log/log.c: Likewise.
4525         * db2/log/log.src: Likewise.
4526         * db2/log/log_archive.c: Likewise.
4527         * db2/log/log_auto.c: Likewise.
4528         * db2/log/log_get.c: Likewise.
4529         * db2/log/log_put.c: Likewise.
4530         * db2/log/log_rec.c: Likewise.
4531         * db2/log/log_register.c: Likewise.
4532         * db2/mp/mp_bh.c: Likewise.
4533         * db2/mp/mp_fget.c: Likewise.
4534         * db2/mp/mp_fopen.c: Likewise.
4535         * db2/mp/mp_fput.c: Likewise.
4536         * db2/mp/mp_pr.c: Likewise.
4537         * db2/mp/mp_sync.c: Likewise.
4538         * db2/mutex/mutex.c: Likewise.
4539         * db2/os/os_alloc.c: Likewise.
4540         * db2/os/os_config.c: Likewise.
4541         * db2/os/os_stat.c: Likewise.
4542         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
4543         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
4544         * db2/progs/db_load/db_load.c: Likewise.
4545         * db2/progs/db_printlog/db_printlog.c: Likewise.
4546         * db2/progs/db_recover/db_recover.c: Likewise.
4547         * db2/progs/db_stat/db_stat.c: Likewise.
4548         * db2/txn/txn.c: Likewise.
4550         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
4551         Unmap memory blocks in reverse order of allocation.
4552         Call munmap with load address added to offset.
4553         Bug reported by Miguel de Icaza.
4555         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
4556         up weight array.
4558         * localedata/locales/cs_CZ: Update by Michael Mraka
4559         <michael@informatics.muni.cz>.
4561         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
4562         __USE_BSD.
4564         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
4565         reading line with fgets.
4566         * nis/nss_compat/compat-pwd.c: Likewise.
4567         * nis/nss_compat/compat-spwd.c: Likewise.
4568         * nss/nss_files/files-XXX.c: Likewise.
4569         * nss/nss_files/files-alias.c: Likewise.
4570         * shadow/fgetspent_r.c: Likewise.
4572         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
4574         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
4575         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
4576         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
4578         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
4579         FP register content in ucontext_t.
4581 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4583         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
4584         calculation.  Patch by Markus Schoder
4585         <Markus.Schoder@dresdner-bank.de>.
4587         * math/libm-test.c (modf_test): Add more tests for modf.
4589         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
4590         munlock according to Unix98.
4592 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4594         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
4595         AF_INET.
4597 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
4599         * sysdeps/posix/ttyname.c: Handle symbolic links.
4600         * sysdeps/posix/ttyname_r.c: Ditto.
4602 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
4604         * db2/makedb.c (process_input): Write terminating \0 for value.
4605         (print_database): Simply print value string, don't use length.
4607 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4609         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
4610         exit of loop.
4612 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4614         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
4615         close all sockets.
4617 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
4619         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
4620         sigset.
4621         * signal/sighold.c: New file.
4622         * signal/sigrelse.c: New file.
4623         * sysdeps/generic/sigignore.c: New file.
4624         * sysdeps/generic/sigset.c: New file.
4625         * sysdeps/posix/sigignore.c: New file.
4626         * sysdeps/posix/sigset.c: New file.
4627         * signal/signal.h: Add prototypes for new functions.
4629         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
4630         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
4631         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
4632         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
4634 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4636         * posix/wordexp.c: Added IFS field-splitting in parameter and
4637         command substitution.  Fixed an IFS-related bug that caused an
4638         infinite loop.
4640 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
4642         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
4643         and swapcontext.
4644         * stdlib/ucontext.h: Correct prototypes.
4645         * sysdeps/generic/getcontext.c: New file.
4646         * sysdeps/generic/setcontext.c: New file.
4647         * sysdeps/generic/makecontext.c: New file.
4648         * sysdeps/generic/swapcontext.c: New file.
4649         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
4651 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
4653         * resource/sys/resource.h: Remove #include of ulimit.h which is
4654         not allowed by SUSv2 and not available on other systems.
4655         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
4657         * streams/Makefile: New file.
4658         * streams/stropts.h: New file.
4659         * sysdeps/generic/bits/stropts.h: New file.
4660         * sysdeps/generic/isastream.c: New file.
4661         * sysdeps/generic/getmsg.c: New file.
4662         * sysdeps/generic/getpmsg.c: New file.
4663         * sysdeps/generic/putmsg.c: New file.
4664         * sysdeps/generic/putpmsg.c: New file.
4665         * sysdeps/generic/fattach.c: New file.
4666         * sysdeps/generic/fdetach.c: New file.
4667         * sysdeps/unix/inet/Subdirs: Add streams.
4668         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
4669         __t_uscalar_t.
4670         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
4671         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
4672         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
4673         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
4675         * sysdeps/mach/_strerror.c: Follow changes of generic version to
4676         handle small buffers correctly.
4678 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
4680         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
4681         Remove the 3rd arg and add declaration for _dl_runtime_resolve
4682         and _dl_runtime_profile.
4684 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
4686         * include/cpio.h: New file.  Mainly copied from GNU cpio.
4687         * posix/Makefile (headers): Add cpio.h.
4689 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4691         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
4692         to routines.
4693         * nis/nis_cache.c: New file.
4694         * nis/nis_cache2.h: New file.
4695         * nis/nis_cache2_xdr.c: New file.
4696         * nis/nis_call.c: Changes for cache2_info parameter.
4697         * nis/nis_checkpoint.c: Likewise.
4698         * nis/nis_intern.h: Likewise.
4699         * nis/nis_mkdir.c: Likewise.
4700         * nis/nis_ping.c: Likewise.
4701         * nis/nis_rmdir.c: Likewise.
4702         * nis/nis_server.c: Likewise.
4703         * nis/nis_util.c: Likewise.
4705 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4707         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
4708         return/errnop codes.
4709         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
4710         * nis/nss_nisplus/nisplus-grp.c: Likewise.
4711         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
4712         * nis/nss_nisplus/nisplus-proto.c: Likewise.
4713         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
4714         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
4715         * nis/nss_nisplus/nisplus-rpc.c: Likewise
4716         * nis/nss_nisplus/nisplus-service.c: Likewise.
4717         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
4719 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4721         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
4722         * nis/nss_nis/nis-ethers.c: Likewise.
4723         * nis/nss_nis/nis-grp.c: Likewise.
4724         * nis/nss_nis/nis-hosts.c: Likewise.
4725         * nis/nss_nis/nis-network.c: Likewise.
4726         * nis/nss_nis/nis-proto.c: Likewise.
4727         * nis/nss_nis/nis-hosts.c: Likewise.
4728         * nis/nss_nis/nis-network.c: Likewise.
4729         * nis/nss_nis/nis-proto.c: Likewise.
4730         * nis/nss_nis/nis-publickey.c: Likewise.
4731         * nis/nss_nis/nis-pwd.c: Likewise.
4732         * nis/nss_nis/nis-rpc.c: Likewise.
4733         * nis/nss_nis/nis-service.c: Likewise.
4734         * nis/nss_nis/nis-spwd.c: Likewise.
4736 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
4738         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
4739         Added to follow latest kernel development.
4741 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
4743         * nss/db-Makefile: Handle empty and comment lines better.
4744         ($(VAR_DB)/services.db): Generate entries with missing protocol
4745         value.
4747 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4749         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
4750           NULL.
4751           (getservbyname): Allow proto == NULL.
4752           Pointed out by David N. Welton <davidw@gate.cks.com>.
4753           [PR libc/430].
4755 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
4757         * nis/nislib/nislib.h: Finally removed.
4759         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
4760         C compiler.  From Kaveh Ghazi.
4761         (TYPE_MINIMUM): Define.
4762         (TYPE_MAXIMUM): Define.
4763         (TIME_T_MIN): Use TYPE_MINIMUM.
4764         (TIME_T_MAX): Use TYPE_MAXIMUM.
4765         Patch by Jim Meyering <meyering@ascend.com>.
4767 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
4769         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
4770         __pread64, __pwrite64, and __getpid.
4772         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
4773         versions.
4775 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4777         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
4778         cancelable socket functions as __libc_xxx with __xxx as weak
4779         alias.
4780         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4781         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4783         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
4784         redefined.
4785         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4786         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
4787         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
4788         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
4790         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
4791         and __xxx a weak alias.
4792         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4793         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4794         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4795         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4796         * sysdeps/unix/sysv/linux/send.S: Likewise.
4797         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4798         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4800 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4802         * locale/langinfo.h: Add defines.
4804         * dirent/dirent.h: Add defines for DT_*, check also for
4805         _DIRENT_HAVE_D_TYPE.
4806         Suggested by Roland McGrath.
4808 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4810         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
4811         Update from Linux 2.1.73+79.
4813         * README.template: Update information about possible
4814         configurations.
4816         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
4817         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
4818         [PR libc/417].
4820         * manual/time.texi (Priority): Correct description of
4821         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
4822         [PR libc/416].
4824 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
4826         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
4827         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
4829 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
4831         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
4832         Andreas Jaeger.
4834 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
4836         * locale/programs/ld-collate.c: Little optimizations.
4838         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
4840         * string/Makefile (tests): Add tst-inlcall.
4841         * string/tst-inlcall.c: New file.
4843         * string/strsignal.c: Add support for real-time signals.
4845         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
4846         presense of small buffer.
4848         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
4850         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
4851         for i686.
4853         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
4854         _NSIG + 1.
4856 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
4858         * Rules: Add explicit rule for dummy.o; at least one library needs
4859           it and it isn't autogenerated by the default rules.
4861 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4863         * math/libm-test.c: Tweak epsilons.
4865 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4867         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
4868         child.
4869         (feenv_mask_test): Likewise.
4871 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4873         * Makeconfig: Don't export CPPFLAGS.
4875 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4877         * sunrpc/rpc_main.c (parseargs): Use perror to print error
4878         message.
4880 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4882         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
4883         terminating null in key size.
4885 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4887         * nss/nss_files/files-service.c: Fix allocation size to include
4888         length of PROTO.
4890         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
4891         applicable.  Fix return value and error checking.
4892         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
4893         unparsable lines.
4894         (DB_LOOKUP): Allocate space for terminating null byte.
4896         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
4897         uids specially.
4899         * db2/makedb.c (process_input): Continue processing if a duplicate
4900         key is encountered.
4902 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
4904         * time/tzfile.h: Updated from tzcode1998b.
4905         * time/zdump.c: Likewise.
4906         * time/zic.c: Likewise.
4907         * time/africa: Update from tzdata1998b.
4908         * time/antarctica: Likewise.
4909         * time/asia: Likewise.
4910         * time/australasia: Likewise.
4911         * time/etcetera: Likewise.
4912         * time/europe: Likewise.
4913         * time/leapseconds: Likewise.
4914         * time/northamerica: Likewise.
4915         * time/southamerica: Likewise.
4917 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4919         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
4920         lookups ignoring case.
4921         * nss/nss_files/files-network.c: Do network lookups ignoring
4922         case.
4923         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
4924         case.
4925         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
4926         case insensitive comparing.
4927         Patches by Cristian Gafton <gafton@redhat.com>.
4929 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4931         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
4932         by Roland McGrath. [PR libc/395]
4934 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4936         * manual/arith.texi (Parsing of Integers): Correct description of
4937         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
4938         [PR libc/396]
4940 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
4942         * misc/lsearch.c (lsearch): Return a pointer to the new element
4943         if one was "allocated".
4945 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4947         * string/strsignal.c: NSIG is not a valid index into
4948         _sys_siglist.  Don't zap the last character of the "Unknown
4949         signal" message.
4951 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
4953         * locale/programs/charmap.c (parse_charmap): Correct parsing of
4954         ellipsis expressions.
4956         * locale/programs/charset.c (insert_char): Correctly insert value
4957         of eliipsis expression.
4959 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
4961         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
4962         <bits/setjmp.h>.
4963         * sysdeps/powerpc/setjmp.S: Likewise.
4964         Patches by Matt McLean <keys@keys.got.net>.
4966         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
4968         * Makefile: Undo last patch.
4969         (distribute): Add test-installation.pl.
4971         * configure.in: Correct handling of --enable-add-ons without parameter.
4972         Correct address of WWW pages.
4974         * libc.map: Add _nl_domain_bindings.
4976         * db2/mutex/tsl_parisc.s: New file.
4978         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
4979         and extra-module.mk.
4981         * localedata/Makefile (distribute): New.  Add all the files.
4983         * stdlib/Makefile (headers): Add inttypes.h.
4984         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
4985         * sysdeps/generic/inttypes.h: New file.
4986         * sysdeps/generic/strtoimax.c: New file.
4987         * sysdeps/generic/strtoumax.c: New file.
4988         * sysdeps/generic/wcstoimax.c: New file.
4989         * sysdeps/generic/wcstoumax.c: New file.
4990         * sysdeps/wordsize-32/Dist: Removed.
4991         * sysdeps/wordsize-32/Makefile: Removed.
4992         * sysdeps/wordsize-64/Dist: Removed.
4993         * sysdeps/wordsize-64/Makefile: Removed.
4994         * sysdeps/generic/bits/environments.h: New file.
4996         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
4997         header is still not correct.
4999         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
5000         * posix/unistd.h: Likewise.
5001         * sysdeps/generic/sys/mman.h: Likewise.
5002         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
5004         * manual/arith.texi: Change definition of mul macro.
5005         * manual/math.texi: Likewise.
5007         * misc/Makefile (routines): Add mmap64.
5008         * sysdeps/generic/mmap64.c: New file.
5009         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
5010         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
5011         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
5012         aliases to mmap.
5013         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5015         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
5017         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
5019         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
5021         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
5022         FOPEN_MAX also when included by limits.h.
5023         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
5025         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
5026         and netrom/netrom.h.
5027         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
5028         oldsiglist to sysdep_routines, not aux.
5029         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
5031         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
5032         and SOL_NETROM definition.
5034         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
5036         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
5037         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
5039 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
5041         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
5043         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
5044         sa_handler with k_sa_handler.
5045         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
5046         strong alias.
5047         Reported by a sun.
5049         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
5050         __libc_have_rt_sigs here.
5051         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
5052         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5053         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
5054         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5056 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
5058         * sysdeps/powerpc/atomicity.h: New file.
5059         * sysdeps/mach/powerpc/machine-lock.h: New file.
5061         * Rules: Use -fpic to build anything that might end up in a users'
5062         shared library.
5064         * sysdeps/powerpc/s_fdim.c: New file.
5065         * sysdeps/powerpc/s_fdimf.c: New file.
5066         * sysdeps/powerpc/s_fmax.S: New file.
5067         * sysdeps/powerpc/s_fmaxf.S: New file.
5068         * sysdeps/powerpc/s_fmin.S: New file.
5069         * sysdeps/powerpc/s_fminf.S: New file.
5070         * sysdeps/powerpc/s_llrint.c: Now is for double.
5071         * sysdeps/powerpc/s_llrintf.c: New file.
5072         * sysdeps/powerpc/s_llround.c: Now is for double.
5073         * sysdeps/powerpc/s_llroundf.c: New file.
5074         * sysdeps/powerpc/s_lrint.c: Now is for double.
5075         * sysdeps/powerpc/s_lrintf.S: New file.
5076         * sysdeps/powerpc/s_lround.c: Now is for double.
5077         * sysdeps/powerpc/s_lroundf.c: New file.
5078         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
5079         lrintf, fdim, fdimf.
5081         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
5082         file directly, use its parent.
5084         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
5085         (for the third time).
5087 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
5089         * posix/sched.h: timespec is in <time.h>.
5091         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
5093 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
5095         * configure.in: Stop with error if --disable-static is used when
5096         the shared lib uses this library.
5098         * gen-FAQ.pl: I've perl installed in /usr/bin.
5100         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
5102         Fix Unix98 conformance problems in the headers.
5103         * catgets/nl_types.h: Define nl_item.
5104         * grp/grp.h: Define gid_t.
5105         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
5106         * include/nl_types.h: New file.
5107         * include/ulimit.h: New file.
5108         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
5109         constants in POSIX mode.
5110         * io/utime.h: Get definition for time_t.
5111         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
5112         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
5113         * libio/stdio.h: Define va_list.  Make snprintf also available is
5114         __USE_UNIX98.  Declare getopt function and variables.
5115         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
5116         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
5117         * math/math.h: Defined M_* constants as double for Unix98 mode.
5118         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
5119         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
5120         * posix/regex.h: Define REG_NOSYS.
5121         * posix/wordexp.h: Define WRDE_NOSYS.
5122         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
5123         500 for Unix98.
5124         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
5125         somewhere else as well.  Define clock_t for Unix98.
5126         * posix/sys/wait.h: Define pid_t.
5127         * pwd/pwd.h: Define gid_t, uid_t.
5128         * resource/Makefile (headers): Add ulimit.h.
5129         * resource/ulimit.h: New file.
5130         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
5131         instead of second argument.
5132         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
5133         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
5134         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
5135         * signal/signal.h: Define pid_t.
5136         * string/string.h: Don't declare BSD string functions in POSIX mode.
5137         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
5138         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
5139         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
5140         and POSIX.
5142         * inet/test_ifindex.c: Change test so that it does not fail for
5143         interface aliases.
5145         * locale/programs/locale.c (show_info): Use correct cast sequence
5146         for 64bit machines.
5148         * malloc/malloc.c: __malloc_initialized now signals three states:
5149         uninitialized, initializing, initialized.  Used in mcheck.
5150         * malloc/mcheck.c (mabort): Add '\n' to messages.
5151         (mcheck): Allow installation when malloc is uninitialized or is
5152         just initializing.
5154         * manual/memory.texi: Explain mtrace output a bit more.
5156         * math/libm-test.c: Add more epsilons.
5158         * misc/regexp.h (compile): Remove __ prefix from parameter names.
5160         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
5161         instead of strcpy for security.
5162         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
5163         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
5164         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
5166         * nss/digits_dots.c: Pretty print.
5168         * posix/getconf.c (vars): Add symbols for programming environment
5169         recognition.  Recognize --version.
5171         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
5172         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
5173         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
5175         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
5176         __need_FOPEN_MAX.
5177         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
5178         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
5179         __need_FOPEN_MAX.
5181         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
5182         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
5184         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
5185         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
5186         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
5187         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
5188         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5189         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
5191         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
5192         SCNu*.
5193         * sysdeps/wordsize-64/inttypes.h: Likewise.
5195         * time/africa: Update from tzdata1997j.
5196         * time/antarctica: Likewise.
5197         * time/asia: Likewise.
5198         * time/australasia: Likewise.
5199         * time/backward: Likewise.
5200         * time/etcetera: Likewise.
5201         * time/europe: Likewise.
5202         * time/factory: Likewise.
5203         * time/northamerica: Likewise.
5204         * time/pacificnew: Likewise.
5205         * time/southamerica: Likewise.
5207         * time/tzfile.h: Update from tzcode1997h.
5208         * time/zic.c: Likewise.
5210         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
5211         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
5212         isw*() functions for Unix98.
5213         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
5214         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
5215         is defined.
5217 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5219         * locale/duplocale.c: Increase usage_count only if less than
5220         MAX_USAGE_COUNT.
5221         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
5222         MAX_USAGE_COUNT.
5223         * locale/setlocale.c: Likewise.
5225 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5227         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
5228         dependency to make it easier to install it selectively.
5230         * Makerules (.SUFFIXES): Don't define any suffixes.
5232 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5234         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
5235         * sysdeps/generic/statfs64.c: Emulate using statfs.
5236         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
5237         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
5238         * sysdpes/generic/ftruncate64.c: New file.
5239         * sysdpes/generic/truncate64.c: New file.
5241         * sysdeps/generic/bits/stat.h: Add LFS support.
5242         * sysdeps/generic/bits/statfs.h: Likewise.
5244         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
5245         [__USE_FILE_OFFSET64]: Make long long constant.
5246         (RLIM64_INFINITY): Likewise.
5248         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
5249         for LFS support.
5250         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
5251         * sysdeps/generic/bits/resource.h: Likewise.
5253         * misc/Makefile (routines): Add truncate64 and ftruncate64.
5255         * include/features.h: Don't prevent LFS support from defining BSD
5256         and SYSV things.
5258         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
5259         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
5260         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
5262         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
5263         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
5264         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5266         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
5267         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
5268         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
5269         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
5270         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
5271         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
5272         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
5273         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
5274         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
5275         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
5276         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
5277         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
5278         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
5279         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
5280         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
5281         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
5282         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
5283         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
5284         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
5285         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
5287         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
5288         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
5289         * sysdeps/unix/sysv/linux/xstat64.c: New file.
5290         * sysdeps/unix/sysv/linux/readdir64.c: New file.
5291         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
5293         * sysdeps/unix/sysv/linux/getdents64.c: New file.
5294         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
5295         [$(subdir)=dirent]: Add getdents64.
5296         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
5298         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
5300 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
5302         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
5304         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
5305         * sysdeps/generic/getrlimit64.c: Likewise.
5306         * sysdeps/generic/setrlimit.c: Likewise.
5307         * sysdeps/generic/setrlimit64.c: Likewise.
5309 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
5311         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
5312         using versioning.
5314         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
5316         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
5318 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5320         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
5321         after the codeset name.
5323 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5325         * libc.map: Add get_kernel_syms.
5327 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5329         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
5330         static.
5331         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
5332         Likewise.  Fix condition.
5334 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5336         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
5338 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5340         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
5341         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
5343 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5345         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
5346         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
5347         instead.  Oops.
5349 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5351         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
5353 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5355         * math/libm-test.c (catanh_test): Change epsilon.
5356         Reported by H.J. Lu.
5358 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
5360         * libc.map (__getpid): Added for linuxthreads.
5362 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
5364         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
5365         it if gcc uses static variable in DWARF2 unwind information
5366         for exception support.
5368         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
5370         * elf/soinit.c (__libc_global_ctors, _fini): Handle
5371         HAVE_DWARF2_UNWIND_INFO_STATIC.
5373         * libc.map (__register_frame*, __deregister_frame*): Make them
5374         global.
5376 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5378         * math/libm-test.c: Add more tests for "normal" values.
5380 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5382         * stdio-common/printf_fphex.c: Fix printing of long double number
5383         with a biased exponent of zero.  Fix rounding.
5385 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5387         * sunrpc/rpc_main.c: Accept new flag -$.
5388         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
5390 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5392         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
5393         dynamic linker first, in case the interface has changed.
5395 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5397         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
5398         order.
5400 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5402         * math/tgmath.h: Check for double first, for architectures where
5403         sizeof (long double) == sizeof (double).
5405 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5407         * math/libm-test.c: New tests for "normal" values added for most
5408         functions.
5410 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
5412         * version.h (VERSION): Bump to 2.0.91.
5414         * db2/makedb.c (process_input): Fix typo in message.
5415         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
5417         * elf/dynamic-link.h: Pretty print.
5419         * elf/rtld.c: Allow multiple preloading of a shared object.
5421         * include/limits.h: Prevent multiple inclusion.
5423         * malloc/Makefile (headers): Add mcheck.h.
5424         (distribute): Remove it here.
5425         * malloc/mcheck.h: Pretty print.
5426         * malloc/mtrace.c (mallenv): Make `const'.
5427         * malloc/mtrace.pl: Don't print table head for memory leaks if there
5428         are none.
5429         * manual/memory.texi: Update descriptor of malloc hooks.
5431         * posix/Makefile (routines): Add waitid.
5432         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
5433         on __id_t.
5434         * posix/sys/wait.h: Define idtype_t type.
5435         Add prototype for waitid.
5436         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
5437         * sysdeps/generic/waitid.c: Stub for waitid.
5438         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
5439         the __need_siginfo_t defined.
5440         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
5441         * sysdeps/generic/bits/types.h: Define __id_t.
5442         Correct definition of __FDMASK.
5443         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
5444         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
5445         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
5447         * sysdeps/posix/waitid.c: New file.
5448         Provided by Zack Weinberg.
5450         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
5452         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
5453         Add missing parameters.
5455         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
5456         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
5457         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
5458         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
5459         initialized.
5461         * sysdeps/i386/dl-machine.h: Little cleanup.
5463         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
5464         (__finite): Mark function as const.
5465         Add inline code for __ieee754_atan2.
5467         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
5468         (but don't use it now).
5469         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
5470         __atan.
5471         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
5472         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
5473         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
5474         real part.
5475         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
5476         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
5477         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
5478         __ieee754_atan2 to base 10.
5479         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
5480         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
5482         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
5483         old_kernel_sigaction.
5485         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
5487         * wctype/Makefile (routines): Add wctype_l.
5488         * wctype/wctype.h: Add declaration of __wctype_l.
5489         * wctype/wctype_l.c: New file.
5491 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
5493         * locale/C-ctype.c: Correct data for isw* functions.
5494         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
5495         byte order.
5496         * wctype/test_wctype.c: Add test for isw* functions.
5497         * wctype/wctype.c: Return value with expected byte order.
5499 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5501         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
5503 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
5505         * iconvdata/Makefile: Fix a typo.
5507         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
5508         oldsiglist for shared library.
5510         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
5511         sys_sigabbrev): Make them as the default version GLIBC_2.1.
5513         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
5514         sys_siglist, sys_sigabbrev): New file. Make them as the old
5515         version GLIBC_2.0.
5517         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
5518         to GLIBC_2.1.
5520 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
5522         * libio/iofgets.c (_IO_fgets): Return an error only if there
5523         is a new error.
5524         * libio/iogets.c (_IO_gets): Ditto.
5526 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
5528         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
5530         * libio/Makefile (routines, shared-only-routines): Add
5531         oldiofdopen.
5533         * libio/fileops.c: Don't use _IO_FILE_complete.
5534         * libio/iofdopen.c: Ditto.
5535         * libio/iofopen.c: Ditto.
5536         * libio/iofopen64.c: Ditto.
5537         * libio/iopopen.c: Ditto.
5538         * libio/iovdprintf.c: Ditto.
5540         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
5542         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
5543         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
5545         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
5546         _IO_old_fdopen, _IO_new_fdopen): New declaration.
5548         * libio/libio.h (_IO_FILE): Add more fields.
5549         (_IO_FILE_complete): Defined and make _IO_FILE be the old
5550         one if _IO_USE_OLD_IO_FILE is defined
5551         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
5552         them _IO_FILE_complete.
5554         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
5555         to adjust vtable.
5556         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
5557         _IO_JUMPS.
5558         (_IO_FILE_complete): Commented out.
5560         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
5561         * libio/oldiofclose.c: Ditto.
5562         * libio/oldiofopen.c: Ditto.
5563         * libio/oldstdfiles.c: Ditto.
5565         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
5566         for the old _IO_FILE.
5568         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
5569         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
5570         and stderr.
5572         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
5573         and remove INAME.
5575         * libio/stdio.c (stdin, stdout, stdin): Don't use
5576         _IO_FILE_complete.
5578         * libio/oldiofdopen.c: New.
5580         * stdio-common/vfprintf.c (buffered_vfprintf): Set
5581         hp->_vtable_offset to 0.
5583 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
5585         * libc.map (_IO_file_open): Added.
5587         * libio/libioP.h (_IO_file_open): Declared.
5589         * libio/fileops.c (_IO_file_open): New.
5590         (_IO_file_fopen): Call _IO_file_open ().
5592         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
5593         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
5595 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5597         * signal/signal.h: Fix selection of signal semantics to match
5598         comment.
5600 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5602         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
5603         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
5604         rt_sigreturn.
5605         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
5606         [$(subdir)=signal]: Remove rt_sigreturn.
5607         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
5608         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
5609         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
5611 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5613         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
5614         declarations.
5616 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5618         * iconvdata/extra-module.mk: Expand extra-objs now.
5620 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5622         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
5623         inline functions by feature tests to avoid warning about missing
5624         prototype declarations.
5626 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5628         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
5629         return code for non existent +name entries.
5630         * nis/nss_compat/compat-pwd.c: Likewise.
5631         * nis/nss_compat/compat-spwd.c: Likewise.
5633 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
5635         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
5636         (EIO): Likewise.
5637         (ENOSPC): Likewise.
5638         (EEXIST): Likewise.
5639         (__errno_location): Likewise.
5641         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
5643         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
5645 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5647         * sunrpc/publickey.c: Use new NSS interface.
5649 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
5651         * manual/malloc.texi: Document mtrace/muntrace and the concept.
5653 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5655         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
5656         value, to match spirit of the standard.
5657         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
5658         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
5659         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
5661 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5663         * manual/signal.texi (Signal Stack): Remove spurious @item.
5665 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5667         * rt/aio.h: Remove double semicolon.
5669         * rt/librt.map: Add aio_init.
5671 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
5673         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
5674         * Makefile (subdirs): Replace rt by $(rt).
5676         * shlib-versions: Use version .2 for NSS modules.
5678         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
5679         argument.
5680         * pwd/fgetpwent_r.c: Likewise.
5681         * spwd/fgetspent_r.c: Likewise.
5682         * spwd/sgetspent_r.c: Likewise.
5683         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
5684         Store error number in *ERRNOP.  Little optimization.
5685         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
5686         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
5687         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
5688         (__internal_getnetgrent_r): New argument.
5689         Call __internal_setnetgrent_reuse with new argument.
5690         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
5691         * inet/netgroup.h: Add argument to prototypes.
5692         * nis/nisplus-parser.h: Likewise.
5693         * nis/nss_compat/compat-grp.c: Change everything to store error
5694         code through provided pointer and not use errno.
5695         * nis/nss_compat/compat-pwd.c: Likewise.
5696         * nis/nss_compat/compat-spwd.c: Likewise.
5697         * nis/nss_nis/nis-alias.c: Likewise.
5698         * nis/nss_nis/nis-ethers.c: Likewise.
5699         * nis/nss_nis/nis-grp.c: Likewise.
5700         * nis/nss_nis/nis-hosts.c: Likewise.
5701         * nis/nss_nis/nis-netgrp.c: Likewise.
5702         * nis/nss_nis/nis-network.c: Likewise.
5703         * nis/nss_nis/nis-proto.c: Likewise.
5704         * nis/nss_nis/nis-publickey.c: Likewise.
5705         * nis/nss_nis/nis-pwd.c: Likewise.
5706         * nis/nss_nis/nis-rpc.c: Likewise.
5707         * nis/nss_nis/nis-service.c: Likewise.
5708         * nis/nss_nis/nis-spwd.c: Likewise.
5709         * nis/nss_nisplus/nisplus-alias.c: Likewise.
5710         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
5711         * nis/nss_nisplus/nisplus-grp.c: Likewise.
5712         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
5713         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
5714         * nis/nss_nisplus/nisplus-network.c: Likewise.
5715         * nis/nss_nisplus/nisplus-parser.c: Likewise.
5716         * nis/nss_nisplus/nisplus-proto.c: Likewise.
5717         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
5718         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
5719         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
5720         * nis/nss_nisplus/nisplus-service.c: Likewise.
5721         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
5722         * nss/nss_db/db-XXX.c: Likewise.
5723         * nss/nss_db/db-alias.c: Likewise.
5724         * nss/nss_db/db-netgrp.c: Likewise.
5725         * nss/nss_files/files-XXX.c: Likewise
5726         * nss/nss_files/files-alias.c: Likewise
5727         * nss/nss_files/files-netgrp.c: Likewise
5728         * nss/nss_files/files-parse.c: Likewise
5729         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
5730         parameter of get functions.
5731         * nss/getXXent_r.c: Likewise.
5733         * localedata/tst-fmon.c: Print debug info if test fails.
5735         * rt/Makefile (routines): Add aio_notify.
5736         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
5737         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
5738         * rt/aio_fsync.c: Likewise.
5739         * rt/aio_misc.c: Likewise.
5740         * rt/aio_misc.h: Likewise.
5741         * rt/aio_read.c: Likewise.
5742         * rt/aio_read64.c: Likewise.
5743         * rt/aio_suspend.c: Likewise.
5744         * rt/aio_write.c: Likewise.
5745         * rt/aio_write64.c: Likewise.
5746         * rt/lio_listio.c: Likewise.
5747         * rt/lio_listio64.c: Likewise.
5748         * rt/aio_notify.c: New file.
5750         * sysdeps/generic/bits/sigset.h: Pretty print.
5752         * sysdeps/posix/pwrite.c: Define weak alias only if function is
5753         really defined as __pwrite.
5755         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
5756         instead of pread64.
5757         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5759         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
5760         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
5761         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
5762         size in syscall.
5763         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5764         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5765         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
5766         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5767         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
5768         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5769         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
5770         for ACT being NULL.
5771         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
5772         RT signals.
5773         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
5774         __NR_pread is not defined.
5775         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
5776         __NR_pwrite is not defined.
5778 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5780         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
5781         handle for /etc/group back in some more cases.
5782         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
5783         handle for /etc/passwd back in some more cases.
5784         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
5785         handle for /etc/shadow back in some more cases.
5787 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
5789         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
5790         beyound its size.
5791         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
5792         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
5794 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
5796         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
5797         handling.  Don't use macros, we need functions.  Use inline functions
5798         for optimization.
5799         * sysdeps/wordsize-64/inttypes.h: Likewise.
5800         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
5801         and wcstoumax.
5802         * sysdeps/wordsize-64/Makefile: Likewise.
5803         * sysdeps/wordsize-32/Dist: Likewise.
5804         * sysdeps/wordsize-64/Dist: Likewise.
5805         * sysdeps/wordsize-32/strtoimax.c: New file.
5806         * sysdeps/wordsize-32/strtoumax.c: New file.
5807         * sysdeps/wordsize-32/wcstoimax.c: New file.
5808         * sysdeps/wordsize-32/wcstoumax.c: New file.
5809         * sysdeps/wordsize-64/strtoimax.c: New file.
5810         * sysdeps/wordsize-64/strtoumax.c: New file.
5811         * sysdeps/wordsize-64/wcstoimax.c: New file.
5812         * sysdeps/wordsize-64/wcstoumax.c: New file.
5814 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
5816         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
5817         that transparent union works.
5818         * sysdeps/generic/wait4.c (__wait4): Likewise.
5819         * sysdeps/generic/wait.c (__wait): Likewise.
5821         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
5822         size_t.
5824         * sysdeps/generic/syscall.c (syscall): Return value and arg are
5825         long, to match prototype.
5827         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
5828         have mremap() yet.
5830         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
5832         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
5834         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
5836         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
5837         __rlim_t.
5839         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
5841         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
5843         * io/sys/stat.h (S_ISLNK): Always false if we don't have
5844         __S_IFLNK.
5846         * sysdeps/standalone/close.c (_STDIO_H): Define before including
5847         <bits/stdio_lim.h>.
5848         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
5850 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
5852         * posix/sys/wait.h: Don't use transparent unions in C++.
5854 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5856         * time/time.h: Add strfxtime.
5858         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
5859         sysv_signal, strfxtime, pread64, pwrite64.
5861 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
5863         Alpha changes for EGCS:
5864         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
5865         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
5866         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
5867         (_start): Likewise.
5868         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
5870 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
5872         The kernel expects the arguments in a different order.
5873         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
5874         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
5876         * FAQ.in: New file.
5877         * gen-FAQ.pl: New file.
5878         * Makefile (FAQ): Add rule to generate from FAQ.in.
5880         * iconvdata/Makefile: Treat libJIS like the other modules.
5882         * rt/librt.map: New file.
5884         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
5885         inclusion.
5886         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
5887         comment.
5889 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
5891         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
5892         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
5893         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
5894         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
5896 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5898         * string/bits/string2.h: Fix spellings.
5900         * string/string.h: Fix spellings.
5902 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5904         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
5905         declaration to __syscall_rt_sigaction.
5907         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
5908         non-existant <sigcontext.h>.
5910 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5912         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
5913         typo.
5915 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5917         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
5919         * Makeconfig (shared-thread-library): Correct spelling.
5921         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
5922         <asm/pci.h>.
5924 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5926         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
5927         constants from Linux headers. Pointed out by
5928         csmall@scooter.o.i.net. [PR libc/369]
5930 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5932         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
5934 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5936         * configure.in: If --enable-add-ons is given without an
5937         argument, set the addons list to all subdirs with a configure
5938         script.
5940 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
5942         * Makeconfig: Add shared-thread-library variable.
5944         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
5945         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
5946         here.
5947         * sysdeps/m68k/fpu/e_acos.c: Likewise.
5948         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
5949         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
5950         * sysdeps/m68k/fpu/e_pow.c: Likewise.
5951         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
5952         * sysdeps/m68k/fpu/k_cos.c: Likewise.
5953         * sysdeps/m68k/fpu/k_sin.c: Likewise.
5954         * sysdeps/m68k/fpu/k_tan.c: Likewise.
5955         * sysdeps/m68k/fpu/s_atan.c: Likewise.
5956         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
5957         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
5958         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
5959         * sysdeps/m68k/fpu/s_csin.c: Likewise.
5960         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
5961         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
5962         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
5963         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5964         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
5965         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
5966         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
5967         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
5968         * sysdeps/m68k/fpu/s_modf.c: Likewise.
5969         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
5970         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
5971         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
5973         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
5974         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
5975         * signal/Makefile (headers): Add bits/siginfo.h.
5976         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
5977         (distribute): Add testrtsig.h.
5978         * signal/allocrtsig.c: New file.
5979         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
5980         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
5981         __libc_current_sigrtmax.
5982         * sysdeps/generic/sigqueue.c: New file.
5983         * sysdeps/generic/sigtimedwait.c: New file.
5984         * sysdeps/generic/sigwaitinfo.c: New file.
5985         * sysdeps/generic/testrtsig.h: New file.
5986         * sysdeps/generic/bits/siginfo.h: New file.
5987         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
5988         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
5989         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
5990         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
5991         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
5992         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
5993         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
5994         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
5995         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
5996         * sysdeps/unix/sysv/linux/sigpending.c: New file.
5997         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
5998         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
5999         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
6000         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
6001         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
6002         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
6003         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
6004         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
6005         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
6006         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
6007         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
6008         and _POSIX_REALTIME_SIGNALS.
6009         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
6010         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
6011         update _NSIG.
6012         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
6013         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
6014         definitions.
6016         * Makefile (subdirs): Add rt.
6017         * shlib-versions: Add entry for librt.
6018         * rt/Makefile: New file.
6019         * rt/aio.h: New file.
6020         * rt/aio_cancel.c: New file.
6021         * rt/aio_error.c: New file.
6022         * rt/aio_fsync.c: New file.
6023         * rt/aio_misc.c: New file.
6024         * rt/aio_misc.h: New file.
6025         * rt/aio_read.c: New file.
6026         * rt/aio_read64.c: New file.
6027         * rt/aio_return.c: New file.
6028         * rt/aio_suspend.c: New file.
6029         * rt/aio_write.c: New file.
6030         * rt/aio_write64.c: New file.
6031         * rt/lio_listio.c: New file.
6032         * rt/lio_listio64.c: New file.
6033         * sysdeps/generic/aio_sigqueue.c: New file.
6034         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
6035         * sysdeps/unix/sysv/linux/Dist: Add new files
6036         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
6037         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
6038         rt_sigqueueinfo, rt_sigaction.
6040         * posix/Makefile (headers): Add bits/environments.h.
6041         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
6042         and _CS_LFS_CFLAGS on 64bit platforms.
6043         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
6044         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
6045         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
6046         compilation modules.
6047         * sysdeps/wordsize-32/bits/environments.h: New file.
6048         * sysdeps/wordsize-64/bits/environments.h: New file.
6050         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
6051         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
6052         __libc_pid.
6053         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
6054         0xf00baa.
6056         * string/string.h: Add declaration of __strverscmp.
6057         * string/strverscmp.c: Rename function ot __strverscmp and make old
6058         name weak alias.
6060         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
6061         * sysdeps/generic/enbl-secure.c: Likewise.
6062         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
6064         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
6066         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
6068 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
6070         * posix/sys/wait.h: Use __transparent_union__ instead of
6071         transparent_union.  Reported by Roland McGrath.
6073 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6075         * resolv/inet_neta.c (inet_neta): Change type of first parameter
6076         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
6077         [PR libc/366].
6079         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
6081         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
6083 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6085         * grp/initgroups.c: Increase buffer if it is too small.
6087 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
6089         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
6090         fields, this is no ISO C.  Reported by Andreas Jaeger.
6092 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6094         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
6096 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
6098         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
6099         _SYS_UTSNAME_H not _UTSNAME_H.
6101 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6103         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
6104         computing s_scale.
6106 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6108         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
6109         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
6110         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
6112         * math/libm-test.c (csqrt_test): Add testcase.
6114 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
6116         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
6117         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
6118         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
6120 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6122         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
6124 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6126         * math/libm-test.c (acos_test): Add more tests.
6127         (asin_test): Likewise.
6128         (atan_test): Likewise.
6129         (exp_test): Likewise.
6130         (sin_test): Likewise.
6131         (sqrt_test): Likewise.
6132         (cpow_test): Likewise.
6133         (csqrt_test): Likewise.
6134         (cexp_test): Correct typo in gcc version test.
6136 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
6138         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
6139         <bits/setjmp.h>.
6140         * sysdeps/arm/setjmp.S: Likewise.
6142         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
6144 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
6146         * stdio/stdio.h: Add prototype for tmpfile64().
6148 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
6150         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
6151         prototype to keep in step with libio version.
6153         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
6155 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
6157         * sysdeps/generic/Makefile: Don't try to use make_siglist if
6158         cross-compiling.
6160 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
6162         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
6163         load GOT ptr before jumping to _exit.
6164         Reported by Xavier Leroy.
6166 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
6168         * Makefile (subdirs): Add iconvdata and localedata.
6170         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
6172         * iconv/gconv_conf.c (read_conf_file): Little optimization.
6174         * iconvdata/8bit-gap.c: New file.
6175         * iconvdata/8bit-generic.c: Renamed from ...
6176         * iconvdata/iso8859-generic.c: ...this.
6177         * iconvdata/configure: Removed.
6178         * iconvdata/Makefile: Add new modules and better rules.
6179         * iconvdata/iso6937.c: Minor bug fixes.
6180         * iconvdata/iso8859-1.c: Likewise.
6181         * iconvdata/t61.c: Likewise.
6182         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
6183         Minor bug fixes.
6184         * iconvdata/iso8859-3.c: Likewise.
6185         * iconvdata/iso8859-4.c: Likewise.
6186         * iconvdata/iso8859-5.c: Likewise.
6187         * iconvdata/iso8859-6.c: Likewise.
6188         * iconvdata/iso8859-7.c: Likewise.
6189         * iconvdata/iso8859-8.c: Likewise.
6190         * iconvdata/iso8859-9.c: Likewise.
6191         * iconvdata/iso8859-10.c: Likewise.
6192         * iconvdata/ebcdic-at-de-a.c: New file.
6193         * iconvdata/ebcdic-at-de.c: New file.
6194         * iconvdata/ebcdic-ca-fr.c: New file.
6195         * iconvdata/hp-roman8.c: New file.
6196         * iconvdata/koi-8.c: New file.
6197         * iconvdata/koi8-r.c: New file.
6198         * iconvdata/koi8-h.c: New file.
6199         * iconvdata/latin-greek-1.c: New file.
6200         * iconvdata/latin-greek-1.h: New file.
6201         * iconvdata/latin-greek.c: New file.
6202         * iconvdata/latin-greek.h: New file.
6203         * iconvdata/jis0201.c: New file.
6204         * iconvdata/jis0201.h: New file.
6205         * iconvdata/jis0208.c: New file.
6206         * iconvdata/jis0208.h: New file.
6207         * iconvdata/jis0212.c: New file.
6208         * iconvdata/jis0212.h: New file.
6209         * iconvdata/sjis.c: New file.
6210         * iconvdata/gap.pl: New file.  Script to generate table header.
6211         * iconvdata/gaptab.pl: New file.
6212         * iconvdata/gconv-modules: Add info about new modules.
6214         * locale/programs/charmap.c: Also examine alias names given in charmap
6215         files.
6217         * localedata/*: Add to here from add-on.  We need the information
6218         to generate tables for iconv.
6220         Update from db-2.3.14.
6221         * db2/Makefile: Updated.
6222         * db2/config.h: Likewise.
6223         * db2/db.h: Likewise.
6224         * db2/db_int.h: Likewise.
6225         * db2/btree/bt_cursor.c: Likewise.
6226         * db2/btree/bt_delete.c: Likewise.
6227         * db2/btree/bt_put.c: Likewise.
6228         * db2/btree/bt_search.c: Likewise.
6229         * db2/btree/bt_split.c: Likewise.
6230         * db2/btree/btree_auto.c: Likewise.
6231         * db2/common/db_appinit.c: Likewise.
6232         * db2/common/db_apprec.c: Likewise.
6233         * db2/common/db_err.c: Likewise.
6234         * db2/common/db_region.c: Likewise.
6235         * db2/db/db_auto.c: Likewise.
6236         * db2/db/db_dispatch.c: Likewise.
6237         * db2/db/db_ret.c: Likewise.
6238         * db2/dbm/dbm.c: Likewise.
6239         * db2/hash/hash_auto.c: Likewise.
6240         * db2/include/btree_ext.h: Likewise.
6241         * db2/include/common_ext.h: Likewise.
6242         * db2/include/db.h.src: Likewise.
6243         * db2/include/db_cxx.h: Likewise.
6244         * db2/include/db_ext.h: Likewise.
6245         * db2/include/db_int.h.src: Likewise.
6246         * db2/include/lock.h: Likewise.
6247         * db2/include/log.h: Likewise.
6248         * db2/include/mp.h: Likewise.
6249         * db2/include/mp_ext.h: Likewise.
6250         * db2/include/os_ext.h: Likewise.
6251         * db2/include/os_func.h: Likewise.
6252         * db2/lock/lock.c: Likewise.
6253         * db2/lock/lock_deadlock.c: Likewise.
6254         * db2/log/log.c: Likewise.
6255         * db2/log/log_archive.c: Likewise.
6256         * db2/log/log_auto.c: Likewise.
6257         * db2/log/log_get.c: Likewise.
6258         * db2/log/log_put.c: Likewise.
6259         * db2/mp/mp_bh.c: Likewise.
6260         * db2/mp/mp_fget.c: Likewise.
6261         * db2/mp/mp_fopen.c: Likewise.
6262         * db2/mp/mp_fput.c: Likewise.
6263         * db2/mp/mp_fset.c: Likewise.
6264         * db2/mp/mp_open.c: Likewise.
6265         * db2/mp/mp_pr.c: Likewise.
6266         * db2/mp/mp_region.c: Likewise.
6267         * db2/mp/mp_sync.c: Likewise.
6268         * db2/mutex/README: Likewise.
6269         * db2/mutex/mutex.c: Likewise.
6270         * db2/os/os_open.c: Likewise.
6271         * db2/os/os_func.c: Removed.
6272         * db2/os/os_config.c: New file.
6273         * db2/os/os_spin.c: New file.
6274         * db2/txn/txn.c: Likewise.
6275         * db2/txn/txn_auto.c: Likewise.
6277 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
6279         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
6280         __typeof for C++ since this fails for class members.
6281         Reported by Neal Becker <neal@ctd.comsat.com>.
6283 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6285         * configure.in: Check for a working makeinfo (3.11 or better).
6286         * config.make.in: Add MAKEINFO to be substituted.
6287         * manual/Makefile: Don't update info if makeinfo is too old.
6289 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
6291         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
6292         * sysdeps/alpha/__longjmp.S: Likewise.
6293         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
6294         not <bits/termios.h>.
6296         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
6297         __llseek and make llseek and lseek64 weak aliases.
6298         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6299         Patches by a sun <asun@zoology.washington.edu>.
6301 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6303         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
6304         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
6305         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
6306         * misc/sys/syslog.h: Clean up BSD header.
6308 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6310         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
6312         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
6313         for ctan(+-inf,x).
6314         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
6315         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
6317         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
6318         csqrt (-1), ctanh(i*pi/4).
6320 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6322         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
6324 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
6326         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
6328 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6330         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
6332 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
6334         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
6335         and use.  Define GETCWD_RETURN_TYPE instead and use it.
6336         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
6337         of GETCWD_STORYGE_CLASS and put the return type and the
6338         `internal_function' in the right order for gcc 2.7.2.
6340 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6342         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
6343         incompatible with Linux 2.1.x.  Packages using modules
6344         (e.g. modutils) should/do provide their own version.  Suggested by
6345         Richard Henderson.
6347         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
6349         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
6350         [$(subdir)=socket]: Remove sys/module.h.
6352 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
6354         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
6355         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
6357         * iconv/gconv_close.c: Correct freeing of descriptor data.
6358         * iconv/gconv_simple.c: Return correct error values for illegal or
6359         incomplete characters.
6361         * Makefile (iconvdata/%): Special goal to simplify iconvdata
6362         development.
6363         * iconvdata/Makefile: New file.
6364         * iconvdata/configure: Likewise.
6365         * iconvdata/extra-module.mk: Likewise.
6366         * iconvdata/gconv-modules: Likewise.
6367         * iconvdata/iso6937.c: Likewise.
6368         * iconvdata/iso8859-1.c: Likewise.
6369         * iconvdata/iso8859-10.c: Likewise.
6370         * iconvdata/iso8859-10.h: Likewise.
6371         * iconvdata/iso8859-2.c: Likewise.
6372         * iconvdata/iso8859-2.h: Likewise.
6373         * iconvdata/iso8859-3.c: Likewise.
6374         * iconvdata/iso8859-3.h: Likewise.
6375         * iconvdata/iso8859-4.c: Likewise.
6376         * iconvdata/iso8859-4.h: Likewise.
6377         * iconvdata/iso8859-5.c: Likewise.
6378         * iconvdata/iso8859-5.h: Likewise.
6379         * iconvdata/iso8859-6.c: Likewise.
6380         * iconvdata/iso8859-6.h: Likewise.
6381         * iconvdata/iso8859-7.c: Likewise.
6382         * iconvdata/iso8859-7.h: Likewise.
6383         * iconvdata/iso8859-8.c: Likewise.
6384         * iconvdata/iso8859-8.h: Likewise.
6385         * iconvdata/iso8859-9.c: Likewise.
6386         * iconvdata/iso8859-9.h: Likewise.
6387         * iconvdata/iso8859-generic.c: Likewise.
6388         * iconvdata/t61.c: Likewise.
6390         * string/Makefile (routines): Add strcasestr.
6391         * string/string.h: Add prototype for strcasestr.
6392         * sysdeps/generic/strcasestr.c: New file.
6393         * wcsmbs/mbrtowc.c: Simplify special case a bit.
6394         * wcsmbs/wcrtomb.c: Likewise.
6395         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
6396         * wcsmbs/wcsnrtombs.c: Likewise.
6397         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
6398         partial character is read.
6399         * wcsmbs/wcsrtombs.c: Likewise.
6400         * wcsmbs/wmemrtombs.c: Likewise.
6401         * wcsmbs/wmemrtowcs.c: Likewise.
6403         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
6404         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
6405         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
6406         * sysdeps/i386/elf/setjmp.S: Likewise.
6407         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
6408         <bits/termios.h>.
6410         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
6411         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
6413         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
6414         * sysvipc/sys/ipc.h: Likewise.
6415         * sysvipc/sys/msg.h: Likewise.
6416         * sysvipc/sys/sem.h: Likewise.
6417         * sysvipc/sys/shm.h: Likewise.
6419         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
6420         used directly.
6421         * sysdeps/alpha/bits/setjmp.h: Likewise.
6422         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6423         * sysdeps/arm/bits/endian.h: Likewise.
6424         * sysdeps/arm/bits/setjmp.h: Likewise.
6425         * sysdeps/generic/bits/byteswap.h: Likewise.
6426         * sysdeps/generic/bits/confname.h: Likewise.
6427         * sysdeps/generic/bits/dirent.h: Likewise.
6428         * sysdeps/generic/bits/dlfcn.h: Likewise.
6429         * sysdeps/generic/bits/endian.h: Likewise.
6430         * sysdeps/generic/bits/fenv.h: Likewise.
6431         * sysdeps/generic/bits/huge_val.h: Likewise.
6432         * sysdeps/generic/bits/in.h: Likewise.
6433         * sysdeps/generic/bits/ioctl-types.h: Likewise.
6434         * sysdeps/generic/bits/ioctls.h: Likewise.
6435         * sysdeps/generic/bits/ipc.h: Likewise.
6436         * sysdeps/generic/bits/msq.h: Likewise.
6437         * sysdeps/generic/bits/poll.h: Likewise.
6438         * sysdeps/generic/bits/resource.h: Likewise.
6439         * sysdeps/generic/bits/sched.h: Likewise.
6440         * sysdeps/generic/bits/sem.h: Likewise.
6441         * sysdeps/generic/bits/setjmp.h: Likewise.
6442         * sysdeps/generic/bits/shm.h: Likewise.
6443         * sysdeps/generic/bits/sigaction.h: Likewise.
6444         * sysdeps/generic/bits/sigcontext.h: Likewise.
6445         * sysdeps/generic/bits/socket.h: Likewise.
6446         * sysdeps/generic/bits/stat.h: Likewise.
6447         * sysdeps/generic/bits/statfs.h: Likewise.
6448         * sysdeps/generic/bits/stdio_lim.h: Likewise.
6449         * sysdeps/generic/bits/termios.h: Likewise.
6450         * sysdeps/generic/bits/time.h: Likewise.
6451         * sysdeps/generic/bits/uio.h: Likewise.
6452         * sysdeps/generic/bits/utmp.h: Likewise.
6453         * sysdeps/generic/bits/utmpx.h: Likewise.
6454         * sysdeps/generic/bits/utsname.h: Likewise.
6455         * sysdeps/generic/bits/waitflags.h: Likewise.
6456         * sysdeps/generic/bits/waitstatus.h: Likewise.
6457         * sysdeps/gnu/bits/utmp.h: Likewise.
6458         * sysdeps/gnu/bits/utmpx.h: Likewise.
6459         * sysdeps/i386/bits/byteswap.h: Likewise.
6460         * sysdeps/i386/bits/endian.h: Likewise.
6461         * sysdeps/i386/bits/huge_val.h: Likewise.
6462         * sysdeps/i386/bits/setjmp.h: Likewise.
6463         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
6464         * sysdeps/ieee754/bits/huge_val.h: Likewise.
6465         * sysdeps/m68k/bits/byteswap.h: Likewise.
6466         * sysdeps/m68k/bits/endian.h: Likewise.
6467         * sysdeps/m68k/bits/setjmp.h: Likewise.
6468         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6469         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
6470         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
6471         * sysdeps/mach/hurd/bits/stat.h: Likewise.
6472         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
6473         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
6474         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
6475         * sysdeps/mips/bits/dlfcn.h: Likewise.
6476         * sysdeps/mips/bits/endian.h: Likewise.
6477         * sysdeps/mips/bits/setjmp.h: Likewise.
6478         * sysdeps/mips/dec/bits/endian.h: Likewise.
6479         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
6480         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
6481         * sysdeps/mips/p40/bits/endian.h: Likewise.
6482         * sysdeps/powerpc/bits/endian.h: Likewise.
6483         * sysdeps/powerpc/bits/fenv.h: Likewise.
6484         * sysdeps/powerpc/bits/setjmp.h: Likewise.
6485         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
6486         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
6487         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6488         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
6489         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6490         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
6491         * sysdeps/unix/bsd/bits/stat.h: Likewise.
6492         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
6493         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
6494         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
6495         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
6496         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
6497         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
6498         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
6499         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
6500         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
6501         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
6502         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
6503         * sysdeps/unix/common/bits/dirent.h: Likewise.
6504         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
6505         * sysdeps/unix/sysv/bits/stat.h: Likewise.
6506         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
6507         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
6508         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
6509         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
6510         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
6511         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
6512         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
6513         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
6514         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6515         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
6516         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
6517         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
6518         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
6519         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
6520         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
6521         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
6522         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
6523         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
6524         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
6525         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6526         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
6527         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
6528         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
6529         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
6530         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6531         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6532         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
6533         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
6534         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
6535         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
6536         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
6537         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
6538         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
6539         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
6540         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
6541         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
6542         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
6543         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
6544         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
6545         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
6546         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
6547         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
6548         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
6549         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
6550         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
6551         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
6552         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
6553         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
6554         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
6555         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
6556         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
6557         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
6558         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
6559         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
6560         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
6561         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
6562         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
6563         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
6564         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
6565         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
6566         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
6567         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
6568         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
6569         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
6570         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
6571         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
6572         * sysdeps/vax/bits/huge_val.h: Likewise.
6573         * sysdeps/vax/bits/setjmp.h: Likewise.
6574         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
6575         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
6577 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6579         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
6581 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
6583         * strftime.c (strftime):
6584         No longer any need to undef or declare if emacs is defined.
6585         (my_strftime): When checking a -1 returned by mktime, don't blow up
6586         if localtime_r returns NULL.
6588 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6590         * README.template: Fix spelling.
6592 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6594         * configure.in: Enhance --enable-add-ons description a wee bit.
6596 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6598         * glibcbug.in: Add more information of build environment and flags.
6600 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6602         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
6603         it into ENOENT.
6605 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
6607         * elf/dl-support.c: Call __libc_init_secure to make sure
6608         __libc_enable_secure is defined early.
6609         * sysdeps/generic/enbl-secure.c: Change function name to
6610         __libc_init_secure and make it global instead of a constructor.
6612         * iconv/gconv.c: Fix lots of bugs.
6613         * iconv/gconv.h: Likewise.
6614         * iconv/gconv_builtin.h: Likewise.
6615         * iconv/gconv_close.c: Likewise.
6616         * iconv/gconv_conf.c: Likewise.
6617         * iconv/gconv_db.c: Likewise.
6618         * iconv/gconv_dl.c: Likewise.
6619         * iconv/gconv_open.c: Likewise.
6620         * iconv/gconv_simple.c: Likewise.
6621         * iconv/iconv.c: Likewise.
6622         * iconv/iconv_close.c: Likewise.
6623         * iconv/iconv_open.c: Likewise.
6625         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
6626         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
6627         * wcsmbs/wmemrtombs.c: New file.
6628         * wcsmbs/wmemrtowcs.c: New file.
6630 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
6632         * iconv/gconv_simple.c: Fix lots of bugs.
6633         * iconv/iconv_open.c: Normalize names before passing them to
6634         __gconv_open.
6636         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
6638         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
6639         * stdio-common/test-popen.c: Add test for above change.
6641         * math/libm-test.c: Print test results also using %a format,
6642         specified in PRINTF_XEXPR macro.
6643         * math/test-double.c: Define PRINTF_XEXPR.
6644         * math/test-float.c: Likewise.
6645         * math/test-ldouble.c: Likewise.
6646         * math/test-idouble.c: Likewise.
6647         * math/test-ifloat.c: Likewise.
6648         * math/test-ildoubl.c: Likewise.
6650         * stdio-common/vfscanf.c: Recognize a in format specifier only as
6651         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
6652         FP number format.
6654         * stdlib/strtod.c: Little code cleanup.
6656         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
6657         compiling in math subdir.
6659         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
6660         instead of __LIBC_M81_MATH_INLINES.
6661         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
6662         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
6663         * sysdeps/m68k/fpu/e_pow.c: Likewise.
6664         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
6665         * sysdeps/m68k/fpu/k_cos.c: Likewise.
6666         * sysdeps/m68k/fpu/k_sin.c: Likewise.
6667         * sysdeps/m68k/fpu/k_tan.c: Likewise.
6668         * sysdeps/m68k/fpu/s_atan.c: Likewise.
6669         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
6670         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
6671         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
6672         * sysdeps/m68k/fpu/s_csin.c: Likewise.
6673         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
6674         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
6675         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
6676         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6677         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
6678         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
6679         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
6680         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
6681         * sysdeps/m68k/fpu/s_modf.c: Likewise.
6682         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
6683         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
6684         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
6685         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
6686         __LIBC_INTERNAL_MATH_INLINES is defined.
6688         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
6689         of compare macros from ISO C 9X.  Optimize generic versions a bit.
6690         Define __signbit inline functions and __ieee754_sqrt which can be
6691         used if the ompiler is fixed.
6693         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
6695 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6697         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
6698         sysdeps/generic in the whole dep file, not only in the first line.
6700 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6702         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
6704 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6706         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
6707         place.
6709 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6711         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
6712         is non-empty.
6714 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
6716         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
6717         return value.
6719 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
6721         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
6722         readlink succeeds but the return value is too long.
6724         * stdio-common/printf_fphex.c: Determine sign of number correctly.
6726 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
6728         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
6729         __remqu for Alpha.
6731 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
6733         * sysdeps/generic/sys/ucontext.h: Stub context file.
6735         * libio/iofprintf.c: Removed.  We use the stdio-common version.
6737         * manual/Makefile (distribute): Add stdio-fp.c.
6739         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
6741         * db2/Makefile (distribute): Add include/os_func.h, README and
6742         mutex/tsl_parisc.s.
6744         * hesiod/Makefile (distribute): Add README.hesiod.
6746 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
6748         * iconv/gconv.c: Correctly call transformation function.
6750         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
6752 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6754         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
6755         wrong results for e.g. remquo (3,2, &x)).
6756         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
6757         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
6759 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6761         * configure.in (ld --version-script): Test if the same symbol
6762         maybe defined in all versions (needed by recent changes to
6763         libc.map and supported with binutils 2.8.1.0.17) and issue warning
6764         if versioning is not supported/enabled.
6765         (bash test): Correct test case.
6767         * math/libm-test.c: Added counting/reporting of number of test cases.
6769         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
6770         use awk instead.
6772         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
6774 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6776         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
6778 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
6780         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
6781         Replace revoke call by use of REVOKE.
6782         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
6783         empty and #include generic version.
6784         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6786 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
6788         * libc.map: Add socket functions with __libc_* names.
6789         Reported by Andreas Jaeger.
6791 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6793         * libc.map: Tidy up (remove duplicates, sort entries).
6795 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6797         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
6799 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
6801         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
6802         again after successful call.
6803         Patch by Marc Lehmann <pcg@goof.com>.
6805 1997-11-17  Paul Eggert  <eggert@twinsun.com>
6807         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
6808         as some hosts need this to declare localtime_r properly.
6810 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
6812         * libc.map: Add iconv_open, iconv, and iconv_close.
6814 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
6816         * iconv/Makefile: New file.
6817         * iconv/gconv.c: New file.
6818         * iconv/gconv.h: New file.
6819         * iconv/gconv_builtin.c: New file.
6820         * iconv/gconv_builtin.h: New file.
6821         * iconv/gconv_close.c: New file.
6822         * iconv/gconv_conf.c: New file.
6823         * iconv/gconv_db.c: New file.
6824         * iconv/gconv_dl.c: New file.
6825         * iconv/gconv_open.c: New file.
6826         * iconv/gconv_simple.c: New file.
6827         * iconv/iconv.c: New file.
6828         * iconv/iconv.h: New file.
6829         * iconv/iconv_close.c: New file.
6830         * iconv/iconv_open.c: New file.
6831         * include/gconv.h: New file.
6833         * Makeconfig: Define gconvdir.
6834         * Makefile (subdirs): Add iconv.
6836         * string/bits/string2.h: Add optimization for strtok_r.
6838         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
6839         for NULL.
6840         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
6841         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
6843         * configure.in: Correct test for bash2.
6844         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6846         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
6847         (CFLAGS-locfile.c): Likewise.
6848         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6850         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
6851         non-existing entry if the table is full.
6853         * posix/regex.h: Pretty print.
6855         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
6857         * sysdeps/posix/ctermid.c: Simplify a bit.
6859         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
6861 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6863         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
6864         <sys/types.h> instead of <asm/types.h>.
6866 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6868         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
6870 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
6872         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
6873         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
6874         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
6875         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
6876         fclose): Added to GLIBC_2.1.
6878         * libio/Makefile (routines, shared-only-routines): Add
6879         oldiofclose.  Remove oldfreopen.
6881         * libio/freopen.c (freopen): When PIC is defined, call
6882         _IO_old_freopen () for old stdio.
6884         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
6885         (_IO_fclose, fclose): Use _IO_new_fclose as default version
6886         for GLIBC_2.1.
6888         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
6889         instead of _IO_file_close_it.
6891         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
6892         to _IO_2_1_stdxxx_.
6893         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
6894         is defined.
6896         * libio/libioP.h (_IO_old_do_flush): New.
6898         * libio/oldfileops.c (_IO_old_file_close_it,
6899         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
6900         Call _IO_old_do_flush () instead of _IO_do_flush ().
6901         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
6902         _IO_do_write ().
6904         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
6905         instead of _IO_file_init ().
6906         Bind old symbols to version GLIBC_2.0.
6908         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
6909         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
6910         _IO_stdxxx_.
6911         (_IO_check_libio): New function in .init.
6913         * libio/oldiofclose.c: New file.
6915         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
6916         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
6917         (DEF_STDFILE): Don't use default_symbol_version.
6919         * libio/stdio.c (stdin, stdout, stderr): Set to
6920         _IO_2_1_stdxxx_._
6921         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
6922         stdxxx.
6924         * csu/Makefile (distribute): Add init.c.
6925         (extra-objs): Add init.o for ELF.
6926         (start-installed-name): Add $(objpfx)init.o.
6928         * csu/init.c: New file.
6930 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
6932         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
6933         definition as the default.
6935 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
6937         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
6939 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6941         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
6942         (PR 351).
6944 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
6946         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
6947         to preserve condition codes on function call.
6949 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6951         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
6953 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6955         * math/libm-test.c (asin_test): Add epsilon for float.
6956         (tan_test): Add epsilon for float.
6957         (log1p_test): Add epsilon for float.
6958         (inverse_functions): Add epsilons.
6960         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
6961         net/if_packet.h.
6963         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
6965 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6967         * md5-crypt/Makefile (extra-objs): Make recursively expanded
6968         variable, since $(object-suffixes) is not defined yet.
6970 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6972         * db2/Makefile (distribute): db185/db185_int.src ->
6973         db185/db185_int.h.
6975 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6977         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
6978         exactly one.
6980 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6982         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
6983         name.
6984         * sysdeps/generic/e_acosl.c: Likewise.
6985         * sysdeps/generic/e_asinl.c: Likewise.
6986         * sysdeps/generic/e_atan2l.c: Likewise.
6987         * sysdeps/generic/e_expl.c: Likewise.
6988         * sysdeps/generic/e_fmodl.c: Likewise.
6989         * sysdeps/generic/e_j0l.c: Likewise.
6990         * sysdeps/generic/e_j1l.c: Likewise.
6991         * sysdeps/generic/e_jnl.c: Likewise.
6992         * sysdeps/generic/e_lgammal_r.c: Likewise.
6993         * sysdeps/generic/e_log10l.c: Likewise.
6994         * sysdeps/generic/e_logl.c: Likewise.
6995         * sysdeps/generic/e_powl.c: Likewise.
6996         * sysdeps/generic/e_sqrtl.c: Likewise.
6997         * sysdeps/generic/e_exp2l.c: Likewise.
6999 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7001         * Make-dist (+sysdep-names): Remove extra paren.
7002         * Makefile (distribute): Add stub-tag.h.
7003         * elf/Makefile (distribute): Add atomicity.h.
7004         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
7005         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
7006         [$(subdir)=socket]: Add net/if_packet.h.
7007         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
7008         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
7009         net/if_packet.h, scsi/sg.h.
7011 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7013         * Makefile (install): Quote $(CC) expansion.
7015 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7017         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
7018         working /proc cwd and no restrictions on path length.  Following
7019         some ideas from Andi Kleen <ak@muc.de> (PR 350).
7021 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7023         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
7024         * nis/nss_compat/compat-pwd.c: Likewise.
7025         * nis/nss_compat/compat-spwd.c: Likewise.
7027 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
7029         * sysdeps/libm-i387/s_fdim.S: New file.
7030         * sysdeps/libm-i387/s_fdimf.S: New file.
7031         * sysdeps/libm-i387/s_fdiml.S: New file.
7032         * sysdeps/libm-i387/i686/s_fdim.S: New file.
7033         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
7034         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
7036 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7038         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
7039         pointer to unsigned char.
7041 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7043         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
7045         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
7047         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
7049 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7051         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
7052         ilogb(0/NaN).
7053         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
7054         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
7056 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
7058         * sysdeps/libm-i387/s_fmin.S: New file.
7059         * sysdeps/libm-i387/s_fminf.S: New file.
7060         * sysdeps/libm-i387/s_fminl.S: New file.
7061         * sysdeps/libm-i387/s_fmax.S: New file.
7062         * sysdeps/libm-i387/s_fmaxf.S: New file.
7063         * sysdeps/libm-i387/s_fmaxl.S: New file.
7064         * sysdeps/libm-i387/i686/s_fmin.S: New file.
7065         * sysdeps/libm-i387/i686/s_fminf.S: New file.
7066         * sysdeps/libm-i387/i686/s_fminl.S: New file.
7067         * sysdeps/libm-i387/i686/s_fmax.S: New file.
7068         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
7069         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
7071 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
7073         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
7074         * sysdeps/unix/sysv/linux/send.S: Likewise.
7075         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
7076         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
7077         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
7078         * sysdeps/unix/sysv/linux/recv.S: Likewise.
7079         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
7080         * sysdeps/unix/sysv/linux/connect.S: Likewise.
7081         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
7083 See ChangeLog.7 for earlier changes.