Update.
[glibc.git] / ChangeLog
blobe248f8cf3a6e7eecbb3f9790345d05d91566c015
1 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
4         Reported by Matt McLean <keys@brio.yikes.com>.
6 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8         * catgets/Makefile ($(objpfx)de.cat): Renamed from
9         do-gencat-test.  Use automatic variables.
10         ($(objpfx)de.msg): Fix reference to po file.
12 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
15         $(move-if-change).
17 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19         * intl/dcgettext.c: Fix typo.
21 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
23         * configure.in: Allow more make versions e.g 3.76.90.
25 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
27         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
29         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
30         for Hurd.  Patch by Mark Kettenis.
32 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
34          * mach/Machrules (+preinit, +postinit): Define these variables to
35          empty because libhurduser and libmachuser don't need startup
36          files.
38 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
40          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
41          instead of a raw bitmask.
43 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45         * Makeconfig (rpath-dirs): New variable.
46         (rpath-link): Use it.
47         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
48         (db-objpfx): Removed.
49         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
50         * md5-crypt/Makefile: Likewise.
51         * sysdeps/mach/hurd/Makefile: Likewise.
53         * Makeconfig (move-if-change): New variable.
54         * iconvdata/Makefile (move-if-change): Removed.
55         * manual/Makefile (move-if-change): Set only if undefined, use
56         local script by default.
57         * sunrpc/Makefile (move-if-change): Removed.
58         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
59         $(move-if-change).
61          * elf/Makefile: Remove all references to obsolete file
62          $(objpfx)rtldtbl.h.
63          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
65 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
67         * elf/dl-close.c (_dl_close): Add debugging message.
69 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
71         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
72         to get Linux version and not gcc version.
73         Reported by Alan Curry <pacman@cqc.com>.
75 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
77         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
78         pointers - return unknown error message instead.
79         Reported by Alan Curry <pacman@cqc.com>.
81 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
83         * iconvdata/Makefile (modules, sed-generated-headers,
84         perl-generated-headers): ibm424.h is perl generated.  Make
85         necessary modifications to compile without perl.
87 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
89         * hesiod/hesiod.c (read_config_file): Fix typo.
91 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
93         * version.h: Bump VERSION.
95         * csu/Makefile (distribute): Add munch-tmpl.c.
97 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
99         * nis/nis_defaults.c: Fix buffer problems and typos.
101 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
103         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
104         Patch by Fred Fish.
106 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
108         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
109         overwriting bugs.
111         * libio/strops.c (_IO_str_underflow): Read newly available
112         character from buffer as unsigned.
114 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
116         * catgets/Makefile (distribute): Add xopen-msg.h.
117         (generated): Add de.msg and de.cat.
118         (tests): Add do-gencat-test.
119         (do-gencat-test): New goal.  Run gencat on a generated msg file.
120         * catgets/xopen-msg.h: New file.
122 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
124         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
125         functions.  Optimize filename creation a bit.
127 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
129         * stdlib/random_r.c: Help gcc to optimize the code.
130         Patch by Joe Keane <jgk@jgk.org>.
132 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
134         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
135         tsearch calls.
137 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
139         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
140         it.
142 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
144         * wcsmbs/wcsnrtombs.c: Correct computation of result.
145         * wcsmbs/wcsrtombs.c: Likewise.
147         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
148         * wcsmbs/wcsmbs-tst1.c: New file.
150         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
152         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
153         as 1.
155         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
156         weak.
158 1998-05-21  Philip Blundell  <philb@gnu.org>
160         * sysdeps/arm/fpu_control.h: Replace stub file with real
161         implementation.
162         * sysdeps/arm/fpu/bits/fenv.h: New file.
163         * sysdeps/arm/fpu/fesetround.c: Likewise.
164         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
165         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
166         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
167         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
168         * sysdeps/arm/fpu/fegetenv.c: Likewise.
169         * sysdeps/arm/fpu/fesetenv.c: Likewise.
171 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
173         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
174         read instead of mmap.
176 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
178         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
179         directly instead of include_next.  Add missing semicolons.
180         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
181         Add missing semicolons.
183 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
185         * iconvdata/gconv-modules: Add more aliases to please java
186         environments.
188 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
190         * stdio-common/vfprintf.c (process_arg): Fix typo.
192         * iconvdata/TESTS: New tests for EUC-KR.
194         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
195         * iconvdata/testdata/EUC-KR: New file.
197 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
199         * math/libm-test.c (hypot_test): Fix a typo.
201 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
203         * stdio-common/vfprintf.c: When precision is specified for %ls or
204         %S handle it correctly.
206 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
208         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
209         the" in one line - fixed it.
210         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
211         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
212         * posix/unistd.h: Likewise
214 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
216         * Makeconfig (rpath-link): Add resolvobjdir.
217         (resolvobjdir): New variable.
218         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
220 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
222         * elf/dl-close.c: Call shared object terminators at the right time.
223         Patch by Philippe Troin <phil@fifi.org>.
225 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
227         * Make-dist (+tsrcs): Also add *.map for every member of
228         $(extra-libs).
230         * Makefile (distribute): Don't distribute scripts/printsources and
231         scripts/=__ify.  Distribute FAQ.in.
232         (rpm/%): Don't pass subdirs to sub-make.
234         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
235         instead of $(no_deps).
237 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
239         * sysdeps/generic/setenv.c: Protect against GNU C extension.
240         (KNOWN_VALUE, STORE_VALUE): Do it right.
241         (setenv): Remove unused variable.
243 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
245         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
246         (CFLAGS-zdump.c): Add $(tz-cflags).
248         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
249         return type.
251 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
253         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
254         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
255         if use_localtime.
256         * time/tzset.c: Update prototype of __tzfile_compute.
257         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
258         tm_zone and tm_offset here if __use_tzfile.
260 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
262         * Makerules: Install libc.a even if there are no object file.
264 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
266         * Makerules (do-makelib): Don't force creating library from
267         scratch, to avoid wasting time and space and to get correct
268         behaviour if $(subdirs) is incomplete.
270 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
272         * Makerules (do-stamp): Make it work when building in source
273         directory.
275 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
277         * elf/dl-load.c: Rename option and variable from ignore-rpath to
278         inhibit-rpath.
279         * elf/dl-support.c: Likewise.
280         * elf/ldsodefs.h: Likewise.
281         * elf/rtld.c: Likewise.
282         * iconvdata/run-iconv-test.sh: Likewise.
284 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
286         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
287         variable using the value.
288         * elf/ldsodefs.h: Declare _dl_ignore_path.
289         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
290         object against list in _dl_ignore_path and ignore RPATH if on the list.
291         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
292         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
293         to make sure we get the correct helper libraries loaded.
295         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
296         "RPATH" string in call to fillin_rpath instead.
297         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
299 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
301         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
302         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
304 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
306         * manual/terminal.texi (I/O Queues): Fix typo.
308         * manual/stdio.texi (Closing Streams): Fix grammar.
310         * manual/arith.texi (Absolute Value): Correct typo.
311         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
313 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
315         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
316         LD_PROFILE_OUTPUT in SUID binaries.
317         * intl/dcgettext.c: In SUID binaries don't let language part of
318         locale value contain path elements.
319         * intl/explodename.h: Define new function _nl_find_language.
320         * intl/loadinfo.h: Declare _nl_find_language.
321         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
322         language part it drop the value is path element is contained.
324         * locale/setlocale.c: Fix typo.
326 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
328         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
330         * sysdeps/arm/strlen.S: Support both big and little endian processors.
332         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
333         log, not a byte-count.
335         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
336         a.out compatibility.
338 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
340         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
341         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
342         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
343         * posix/unistd.h: Likewise.
344         * math/math.h: Likewise.
345         * manual/users.texi (Manipulating the Database): Likewise.
346         * manual/signal.texi (Job Control Signals): Likewise.
347         * manual/message.texi (The gencat program): Likewise.
348         * manual/filesys.texi (Hard Links): Likewise.
349         * manual/math.texi (SVID Random): Likewise.
350         * manual/llio.texi (Waiting for I/O): Likewise.
351         * manual/io.texi (File Name Errors): Likewise.
352         * manual/conf.texi (String Parameters): Likewise.
353         * manual/arith.texi (Infinity): Likewise.
354         * malloc/malloc.c: Likewise.
355         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
356         * csu/Makefile: Likewise.
358 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
360         * manual/memory.texi: Add back accidently removed line.
362 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
364         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
365         (timeout_handler): New function.
366         (LOCK_FILE, UNLOCK_FILE): New macros.
367         Implement file locking with timeout.
368         (getutent_r_file, internal_getut_r, getutline_r_file,
369         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
370         locking.
372 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
374         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
375         directory.
377 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
379         * rpm/Makefile: Delete inclusion of version.mk.
381 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
383         * libc.map: Add all libio functions needed libstdc++ with version
384         2.0, sort entries.
386 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
388         * iconvdata/Makefile (generated): Add *.stmp files.
390 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
392         * timezone/Makefile (testdata, build-testdata): New variables, use
393         them in rules for test data.
394         ($(objpfx)tst-timezone.out): Depend on test data.
395         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
396         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
397         New rules to build test data.
398         (tst-timezone-ENV): Pass TZDIR to point to test data.
400 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
402         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
403         (the designation sequence is disturbing).
405 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
407         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
408         * sunrpc/xdr_rec.c: Likewise.
410 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
412         * posix/Makefile (tests): Add runptests.
413         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
414         (before-compile): Add ptestcases.h.
415         (ptestscases.h): Add rule to generate from PTESTS.
416         * posix/runptests.c: New file.
417         * posix/PTESTS: New file.
418         * posix/PTESTS2C.sed: New file.
420 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
422         * iconv/loop.c: Let user add code to use and set paramaters.
424         * iconvdata/iso-2022-kr.c: Correct to-loop.
426         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
427         point to output buffer.
429         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
430         hanja.
432         * iconvdata/TESTS: Add ISO-2022-KR test.
433         * iconvdata/testdata/ISO-2022-KR: New file.
435 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
437         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
438         and internal_use.
439         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
440         and internal_use.
441         * wcsmbs/btowc.c: Likewise.
442         * wcsmbs/mbrtowcs.c: Likewise.
443         * wcsmbs/mbsnrtowcs.c: Likewise.
444         * wcsmbs/mbsrtowcs.c: Likewise.
445         * wcsmbs/wcrtomb.c: Likewise.
446         * wcsmbs/wcsnrtombs.c: Likewise.
447         * wcsmbs/wcsrtombs.c: Likewise.
448         * wcsmbs/wctob.c: Likewise.
449         * iconv/skeleton.c: Increment invocation_counter.
450         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
451         sequence first.
453         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
454         * iconvdata/iso-2022-jp.c: Likewise.
455         * iconvdata/iso646.c: Likewise.
457         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
459 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
461         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
463         * sysdeps/generic/setenv.c (setenv): Remove optimization for
464         overwriting existing values if it fits.
466 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
468         * posix/wordexp-test.c: Avoid duplicate messages.
470         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
471         tsearch.  Correctly interpret values returned by those functions.
472         (unsetenv): Store pointer to string, not pointer to string pointer.
474         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
475         DST information and offset in them.
476         * time/tzset.c (__tz_convert): Pass extra parameters to
477         __tzfile_compute.  Compute equivalent values for use of tz_rules.
479 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
481         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
482         stamp files to avoid unnecessary recompilation.
483         (gen-8bit-gap-table): Likewise.
484         (move-if-change): New variable.
485         (all generated .h rules): Change to be .stmp rules.
486         (%.h): New rule; depend on %.stmp; no commands.
487         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
488         gen-8bit-gap-1.sh.
490 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
492         * Makerules (libc-map): Deleted.
493         (load-map-file): Set to the appropriate compiler switch, not
494         just the file name.  If libfoo-map is not set, look for a
495         libfoo.map in the current directory and $(..).
496         (map-file): New variable, contains just the mapfile name.
497         (build-shlib): Adjust for new value of load-map-file.
498         (libc.so): Correct dependencies.
500         * extra-lib.mk: Correct shlib dependencies since libfoo-map
501         may not be set anymore.
503         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
504         Delete libdl-map.  Tweak ld.so link rule to work with changed
505         variable settings in Makerules.
506         * iconvdata/Makefile: Tweak build-module to work with changed
507         variable settings in Makerules.
509         * db/Makefile: Delete libdb-map.
510         * hesiod/Makefile: Delete libnss_hesiod-map.
511         * linuxthreads/Makefile: Delete libpthread-map.
512         * locale/Makefile: Delete libBrokenLocale-map.
513         * login/Makefile: Delete libutil-map.
514         * math/Makefile: Delete libm-map.
515         * md5-crypt/Makefile: Delete libcrypt-map.
516         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
517         libnss_nisplus-map, and libnss_compat-map.
518         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
519         libnss_ldap-map.
520         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
521         * rt/Makefile: Delete librt-map.
523 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
525         * configure.in: Instead of substituting `yes' or `no' for whether
526         --no-whole-archive is available, set @no_whole_archive@ to the
527         appropriate gcc switch or the empty string.  Likewise for
528         -fno-exceptions.
529         * config.make.in: Replace have-no-whole-archive with
530         no-whole-archive and have-no-exceptions with no-exceptions.
531         * Makerules: Delete stanzas setting no-whole-archive and
532         no-exceptions.
534         * sunrpc/Makefile: Use move-if-change to update generated .h
535         and .c files.
537 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
539         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
540         of strchr loop.
542 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
544         * time/tzfile.c (__tzfile_read): Remove unused variable info.
545         (__tzfile_compute): Likewise.
547 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
549         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
550         defines from Linux 2.1.102.
552 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
554         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
556 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
558         * inet/netinet/in.h: Add defines for multicast.
559         Reported by Jeremy Hall <jhall@UU.NET>.
561         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
562         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
563         and unsetenv.  Optimize _LIBC case.
564         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
565         Define functions with leading __.
567         * time/tzfile.c: Correct handling of global variables daylight,
568         timezone, and tzname.
569         * time/tzset.c: Likewise.
570         * timezone/Makefile (tests): Add tst-timezone.
571         * timezone/tst-timezone.c: New file.
573 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
575         * timezone/asia: Update from tzdata1998d.
576         * timezone/australasia: Likewise.
577         * timezone/europe: Likewise.
579 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
581         * string/string.h: Don't use the optimized versions for the string
582         functions if optimizing for space.
584         * stdlib/tst-strtod.c: Add test for -0.0.
586         * io/ftwtest-sh: Prevent tests from being run by root.
588         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
589         last addition.  Patch by wkpark@chem.skku.ac.kr.
591 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
593         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
594         table.
596 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
598         * iconvdata/gen-8bit.sh: New file.
599         * iconvdata/gen-8bit-gap.sh: New file.
600         * iconvdata/gen-8bit-gap-1.sh: New file.
601         * iconvdata/Makefile (generate-8bit-table): Use shell script
602         instead of writing the commands directly.
603         (generate-8bit-gap-table): Likewise.
604         ($(objpfx)iso8859-7jp.h): Likewise.
605         (generated headers): Depend on shell script instead of Makefile.
606         (before-compile): Add $(perl-generated-headers) only if perl is
607         available.
608         (headers): Depend on $(perl-generated-headers) only if perl is
609         available.
610         (sed-generated-headers): Remove iso8859-7jp.h.
612 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
614         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
615         (/): Removed.
617 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
619         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
620         formed charset names to getfct.  Let user override charset
621         selection by mention charset in locale name.
623 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
625         * posix/glob.c: Move to ...
626         * sysdeps/generic/glob.c: ...here.
627         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
628         elements.
629         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
630         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
631         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
632         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
633         subdir.
634         * libc.map [GLIBC_2.1]: Add glob and globfree.
636 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
638         * sunrpc/Makefile (generated): Restore old list.
640 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
642         * rt/Makefile (tests): Define only if we have a thread library.
644         * nis/ypclnt.c: Add: #include <errno.h>.
646 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
648         * configure.in: Define and substitute RELEASE as well as
649         VERSION.
650         * config.make.in: Add RELEASE and VERSION to be substituted.
651         * Makeconfig: Delete all references to version.mk.
652         * Make-dist: Likewise.
653         * MakeTAGS: Likewise.
654         * elf/Makefile: Likewise.
656 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
658         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
659         yp_get_default_domain.
661 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
663         * sysdeps/posix/profil.c (__profil): Don't define act and timer
664         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
666 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
668         * malloc/malloc.c: Fix for NO_THREADS case.
670 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
672         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
673         Remove statfs and fstatfs.
674         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
675         and pwrite as EXTRA.
676         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
678 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
680         * libc.map: Add capget and capset.
682 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
684         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
685         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
686         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
687         and Matt McLean <keys@brio.yikes.com>.
689 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
691         * misc/Makefile (tests): Add tst-mntent.
692         * misc/tst-mntent.c: New file.
694 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
696         * autolock.sh: Removed.
697         * manual/move-if-change: Removed.
699         * scripts: New directory.
700         * =__ify: Moved to scripts.
701         * config.guess: Likewise.
702         * config.sub: Likewise.
703         * gen-FAQ.pl: Likewise.
704         * install-sh: Likewise.
705         * mkinstalldirs: Likewise.
706         * move-if-change: Likewise.
707         * printsources: Likewise.
708         * rellns.sh: Likewise.
709         * test-installation.pl: Likewise.
711         * configure.in: Look in scripts for config.guess, config.sub,
712         install-sh.
713         * Makefile: Distribute all above files in their
714         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
715         * manual/Makefile: Find mkinstalldirs and move-if-change in
716         $(..)scripts.  Drop them from distribute.  Minor cleanups.
717         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
718         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
719         * timezone/Makefile: Find rellns-sh in scripts.
721 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
723         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
724         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
726 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
728         * Makefile (+subdir-inits): Delete variable.
729         (+init_subdirs): Likewise.
730         (aux): Likewise.
731         (before-compile): Likewise.
732         (libc-init): Delete stanza.
733         (version-info.h): Delete rule and associated variable.
734         (distribute): Don't distribute moved files.
735         * Makerules (interp-obj): It lives in elf now.  Only use it
736         if $(elf) is set.  Delete rule to build it.
737         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
738         version.o and version-info.h.  Minor cleanups.
739         (routines): Add libc-init, sysdep, version.
740         (generated): Add version-info.h.
741         * elf/Makefile: Build interp.os.
743         * interp.c: Moved to elf.
744         * set-init.c: Moved to csu.
745         * munch-init.c: Likewise.
746         * munch.awk: Likewise.
747         * version.c: Likewise.
749         * Rules: Unconfuse syntax highlighting with a fake comment.
751 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
753         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
754         syscalls.
756 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
758         * iconvdata/Makefile (generated): Set to *-generated-headers
759         plus gconv-modules.
760         (tests): Set to iconv-test.
761         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
762         * posix/Makefile (generated): Set to wordexp-test-result*.
763         * sunrpc/Makefile (generated): Remove rpcsvc/*.
764         (generated-dirs): Add rpcsvc.
765         * libio/Makefile: Clean up.
767 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
769         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
770         * Makerules: Likewise.
771         (+depfiles): Also add sysdep-others.
772         * Rules: Likewise.
773         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
774         * iconvdata/Makefile (distribute): Add TESTS.
775         * localedata/Makefile (repertoires): Rename to repertoiremaps.
776         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
777         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
778         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
779         sysdep-others, not others.
780         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
781         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
783 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
785         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
786         cost_hi and cost_lo.
787         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
788         Cost parameter and set cost_lo to INT_MAX.
789         (add_module): Take new parameter and use it to initialize cost_lo.
790         (read_conf_file): Count modules being loaded and use counter for
791         new parameter to add_module.
792         * iconv/gconv_db.c (find_derivation): When look for cost examine
793         cost_hi and cost_lo.
795 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
797         * string/bits/string2.h: Don't use unsigned char * unless really
798         necessary since this disturbs C++.
799         * sysdeps/i386/i486/bits/string.h: Likewise.
800         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
802 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
804         * malloc/malloc.c (top_check): Fix last change.
806 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
808         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
809         Patch by Matt McLean <keys@brio.yikes.com>.
811 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
813         * Makerules (lib): Put back dependency on lib-noranlib.
814         ($(subdirs-stamps)): Remove dependency on stamp.* again.
816 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
818         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
819         test in __pow2 implementation.
821 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
823         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
824         Still need *FLAGS-.o because we still sometimes build .o files.
825         * db2/Makefile: Don't build libndbm.a if !build-static.
827 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
829         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
831 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
833         * configure.in: New test for broken gcc on PowerPC.
834         * sysdeps/powerpc/atomicity.h: Use result of test.
835         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
837         * math/libm-test.c: Update many of the epsilon to match actual
838         performance.
840         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
841         * sysdeps/libm-ieee754/e_expf.c: Likewise.
842         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
843         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
845         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
847         * sysdeps/powerpc/elf/libc-start.c: New file.
848         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
849         * sysdeps/powerpc/elf/start.c: Delete.
851         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
852         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
854         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
855         few patches.
857 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
859         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
860         test for integer.
862         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
863         * sysdeps/libm-i387/e_powl.S: Likewise.
865 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
867         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
868         (malloc_check, free_check, realloc_check, memalign_check): Use
869         them to improve overrun checking.  Overruns of a single byte and
870         corruption of the top chunk are now detected much more reliably.
872 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
874         * math/libm-test.c (pow_test): Add test for special value from PR
875         libc/590.
877 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
879         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
880         including linux/errno.h.
882 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
884         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
885         Use correct types.
886         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
887         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
889 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
891         * Makerules (elide-routines.*): Fix assignments.
892         (do-makelib): Fix typo.
893         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
894         makefile.
896 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
898         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
899         $(objpfx)sysd-dirs): Move them...
900         * Makeconfig: ... here.
901         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
902         (stubs): Fix circular depedency.
903         (do-makelib): Clean up.
904         (lib): Don't depend on lib-noranlib.
905         ($(objpfx)stamp.oS): Remove special case for empty
906         static-only-routines.
907         (elide-routines.o): Add $(static-only-routines).
908         (elide-routines$o): Define this instead of elide-routines.$o.
909         * manual/Makefile (stubs): Fix circular dependency.
911 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
913         * libio/Makefile (routines): Remove duplicate oldiofclose.
915 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
917         * string/strcoll.c: Use uint32_t instead of u_int32_t.
919 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
921         * libio/stdio.h: Fix typo in __REDIRECT.
922         * io/sys/stat.h: Likewise.
923         Reported by Myles Uyema <myles@uyema.nws.net>.
925 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
927         * locale/programs/localedef.c (options): Fix help message.
929 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
931         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
932         relocations.  Patch by Joe Keane <jgk@jgk.org>.
934 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
936         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
937         ptmalloc_unlock_all, but re-initializes the mutexes instead.
938         (ptmalloc_init): Use new function in thread_at_fork call.
939         (thread_atfork_static): Likewise.
940         Suggested by Wolfram Gloger and Xavier Leroy.
942 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
944         * signal/signal.h: Move definitions of struct sigstack and
945         struct sigaltstack into separate file and include it.
946         * sysdeps/generic/bits/sigstack.h: New file.
947         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
948         * signal/Makefile (headers): Add bits/sigstack.h.
950 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
952         * elf/rtld.c (dl_main): Fix check for number of references to
953         interpreter object.
955 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
957         * elf/rtld.c (dl_main): Check has_interp after executing platform
958         specific code.
960 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
962         * iconvdata/run-iconv-test.sh: Fix typo.
964 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
966         * Makerules (+depfiles): Add depfiles for $(tests-static).
967         Simplified.
969 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
971         * manual/terminal.texi (Special Characters): Fix description of
972         c_cc indexes.
974 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
976         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
977         array.
978         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
979         of c_cc array.
981 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
983         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
985 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
987         * intl/locale.alias: Update russian entry.
989 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
991         * Makerules (static-only-routines): Reimplement in terms of
992         elide-routines.os.
993         (shared-only-routines): Reimplement in terms of
994         elide-routines.X [where X is all object-suffixes except .os].
996         (stubs): Create stubs file inside the subdir.
997         (common-mostlyclean): Remove stubs file from inside the subdir.
998         * Makefile (subdir-stubs): Look for stubs files inside the
999         subdirs.
1000         * manual/Makefile (stubs): Create dummy stubs file inside the
1001         subdir.
1003 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1005         Build speed improvement: make ar less of a bottleneck.
1007         * Makerules (stamp$o): Just record the object list for later
1008         use.
1009         (libc_foo.a): New rule, depends on subdir stamp files; builds
1010         and ranlibs the library from the lists saved in those files.
1012         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
1013         (subdirs-stamp-o): Likewise.
1015         (ar-symtab-name): Delete variable.
1016         (lib%.a): Delete target.
1017         (libc_foo.a(bar.%)): Delete target.
1018         (libc_foo.a($(ar-symtab-name))): Delete target.
1020         (objects objs): Just depend on libobjs and extra-objs.
1021         (libobjs): Depend on the stamp files, not the objects.
1022         (extra-objs): New target, just depends on the extra-objs list.
1024         (CREATE_ARFLAGS): Kill the `ar S' hack.
1026         * config.make.in (have-ar-S): Deleted.
1027         * configure.in: Delete test for `ar S'.  Add test to determine
1028         whether ranlib does anything useful.
1030 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
1032         * inet/tst-ether_aton.c: Include <stdio.h>.
1034 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
1036         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
1038         * locale/Makefile (distribute): Add programs/repertoire.h.
1039         (localedef-modules): Add repertoire.
1040         (CPPFLAGS): Define REPERTOIREMAP_PATH.
1041         * locale/programs/repertoire.c: New file.
1042         * locale/programs/repertoire.h: New file.
1043         * locale/programs/charmap.c: Starting fixing character set handling
1044         to handle multi-byte encodings.
1045         * locale/programs/charset.c: Likewise.
1046         * locale/programs/charset.h: Likewise.
1047         * locale/programs/ld-collate.c: Likewise.
1048         * locale/programs/ld-ctype.c: Likewise.
1049         * locale/programs/linereader.c: Likewise.
1050         * locale/programs/localedef.c: Likewise.
1051         * locale/programs/locfile-kw.gperf: Likewise.
1052         * locale/programs/locfile-kw.h: Likewise.
1053         * locale/programs/locfile-token.h: Likewise.
1054         * locale/programs/locfile.h: Likewise.
1055         * locale/programs/stringtrans.c: Likewise.
1057         * locale/programs/locfile.c: Interpret I18NPATH value as base of
1058         path, extended with "/locales/".
1060 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
1062         * sysdeps/arm/memset.S: Fix off by one error.
1064         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
1065         __syscall_error rather than syscall_error directly.
1067 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
1069         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
1070         mmap() syscall for ARM.
1072         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
1073         binaries.
1075 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
1077         * locale/programs/localedef.c: Recognize repertoire-map option.
1079 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1081         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
1082         converting non-hex numbers.
1083         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
1085 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
1087         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
1088         check overflow.
1089         * resolv/Makefile (tests): New, add tst-aton.
1090         * resolv/tst-aton.c: New file.
1092 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1094         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
1095         semicolon.
1097 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
1099         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
1100         by letting the later modify the variable computing the total directly.
1101         * wcsmbs/mbsrtowcs.c: Likewise.
1102         * wcsmbs/wcsnrtombs.c: Likewise.
1103         * wcsmbs/wcsrtombs.c: Likewise.
1105         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
1106         it is not used.
1107         * wcsmbs/wctoc.c: Likewise.
1109         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
1110         * wcsmbs/wcsrtombs.c: Likewise.
1112         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
1114 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
1116         * iconv/skeleton.c: Correct counting of actually converted
1117         characters.
1119         * intl/localealias.c (read_alias_file): Use unsigned char for
1120         local variables.  Remove unused variable tp.
1121         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
1122         for type of codeset.  For loosing Solaris systems.
1123         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
1124         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
1125         len if not needed.
1126         Patches by Jim Meyering.
1128         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
1129         wcsrtombs must put it into initial state.
1131 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1133         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
1134         argument of bswap_XX macro.
1136 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1138         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
1139         variable name.
1141 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
1143         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
1144         semun and use stdarg macros to get the value.
1145         * sysdeps/generic/semctl.c: Don't use union semun.
1147         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
1149         * string/basename.c [!_LIBC]: Define function as gnu_basename.
1151         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
1152         strings.h.
1154         * stdlib/grouping.h: Accept ungrouped numbers even if locale
1155         defines grouping.
1157         * intl/hash-string.h: Don't include values.h.
1159         * inet/Makefile (tests): Add tst-ether_aton.
1160         * inet/tst-ether_aton.c: New file.
1162         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
1163         in hex conversion.
1164         * inet/ether_aton.c (ether_aton): Declare result variable static.
1165         Reported by ahyung@unixg.ubc.ca.
1167         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
1168         Define macro _SEM_SEMUN_UNDEFINED instead.
1169         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
1171         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
1172         * stdio-common/Makefile (tests): Add tst-wc-printf.
1174 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
1176         * manual/stdio.texi (Variable Arguments Output): Correct variable
1177         name.  Patch from Ewan Mellor <em@nexus.co.uk>
1179 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1181         * intl/dcgettext.c: Remove unneeded definition of
1182         internal_function.
1184 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1186         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
1187         instead of do-iconv-test.
1188         ($(objpfx)gconv-modules): Define rule only if objpfx is not
1189         empty.
1191 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1193         * string/string.h: Fix feature test.
1195 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1197         * iconvdata/iso646.c (BODY): Don't use character constants that
1198         depend on signedness of char.
1200 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
1202         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
1203         (sysdep_routines): Add s_pread64 and s_pwrite64.
1205 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
1207         * iconvdata/Makefile (distribute): Remove generated .h files.
1208         * iconvdata/koi8-r.h: Removed.
1209         * iconvdata/latin-greek-1.h: Removed.
1210         * iconvdata/latin-greek.h: Removed.
1212         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
1213         * iconvdata/KOI-8: Likewise.
1214         * iconvdata/KOI-8..UTF8: Likewise.
1215         * iconvdata/KOI8-R: Likewise.
1216         * iconvdata/KOI8-R..UTF8: Likewise.
1218 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1220         * streams/Makefile (headers): Add sys/stropts.h.
1221         * streams/sys/stropts.h: New file.
1223 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1225         * sysdeps/unix/sysv/linux/ttyname.c,
1226         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
1227         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
1229 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1231         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
1232         argument of _itoa_word.
1234 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1236         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
1237         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
1238         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
1239         sigprocmask, resp., instead of EXTRA.
1241         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1242         s_pread64 and s_pwrite64.
1244 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
1246         * iconvdata/Makefile: Correct rules to generate gap table.
1247         * iconvdata/gap.pl: Simplify.
1249         * iconvdata/TESTS: Name new tests.
1250         * iconvdata/testdata/CP1250: New file.
1251         * iconvdata/testdata/CP1250..UTF8: New file.
1252         * iconvdata/testdata/CP1251: New file.
1253         * iconvdata/testdata/CP1251..UTF8: New file.
1254         * iconvdata/testdata/CP1252: New file.
1255         * iconvdata/testdata/CP1252..UTF8: New file.
1256         * iconvdata/testdata/CP1253: New file.
1257         * iconvdata/testdata/CP1253..UTF8: New file.
1258         * iconvdata/testdata/CP1254: New file.
1259         * iconvdata/testdata/CP1254..UTF8: New file.
1260         * iconvdata/testdata/CP1255: New file.
1261         * iconvdata/testdata/CP1255..UTF8: New file.
1262         * iconvdata/testdata/CP1256: New file.
1263         * iconvdata/testdata/CP1256..UTF8: New file.
1264         * iconvdata/testdata/CP1257: New file.
1265         * iconvdata/testdata/CP1257..UTF8: New file.
1267 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
1269         * iconvdata/Makefile: Add rules for ISO-2022-KR.
1270         * iconvdata/iso-2022-kr.c: New file.
1272         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
1273         and ISO-2022-KR.
1275 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
1277         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
1278         iso8859-8 and iso8859-10.
1279         * iconvdata/iso8859-5.c: Change to use gap method.
1280         * iconvdata/iso8859-7.c: Likewise.
1281         * iconvdata/iso8859-8.c: Likewise.
1282         * iconvdata/iso8859-10.c: Likewise.
1284         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
1285         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
1286         end of the loop.
1287         * iconvdata/iso-2022-jp.c: New file.
1289         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
1290         * iconvdata/ksc5601.h: Unify function interfaces.
1291         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
1292         * iconvdata/uhc.c: Likewise.
1294         * iconvdata/gb2312.h: Use correct types.
1296         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
1297         size elements of data.
1299 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1301         * string/tst-svc.expect: Adapt for change in .input.
1302         * string/tst-svc.input: More tests.
1304 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
1306         * iconvdata/Makefile: Add rules for new modules.
1307         * iconvdata/gconv-modules: Likewise.
1308         * iconvdata/cp737.c: New file.
1309         * iconvdata/cp737.h: New file.
1310         * iconvdata/cp775.c: New file.
1311         * iconvdata/cp775.h: New file.
1312         * iconvdata/cp874.c: New file.
1313         * iconvdata/cp874.h: New file.
1315 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
1317         * iconvdata/Makefile: Create target directory before generating
1318         headers.
1320 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1322         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
1323         __USER_LABEL_PREFIX__.
1324         (__ASMNAME, __ASMNAME2): New macros.
1326 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1328         * elf/dl-load.c: Include sys/param.h for MAX.
1330 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
1332         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
1333         __ftruncate the strong symbol, and add weak alias.
1334         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1336 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1338         * termios/cfsetspeed.c: Make code cleaner and add missing const.
1339         Patch by Joe Keane <jgk@jgk.org>.
1341         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
1342         free()ing.
1344 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
1346         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
1347         Patch by Thomas Bushnell, n/BSG.
1349 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1351         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
1353 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
1355         * iconvdata/Makefile: Put generated headers in build directory.
1357 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
1359         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
1360         strsep as current directory.
1362         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
1363         Java.  Add definitions for unicodelittle implementation.
1364         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
1365         * iconv/gconv_simple.c: Define unicodelittle functions.
1367         * iconv/iconv_prog.c: Make program print information about position
1368         of illegal character in input.
1370         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
1371         comparison of charset name.
1372         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
1373         * iconvdata/ebcdic-at-de-a.c: Likewise.
1374         * iconvdata/ebcdic-at-de.c: Likewise.
1375         * iconvdata/ebcdic-ca-fr.c: Likewise.
1376         * iconvdata/euccn.c: Likewise.
1377         * iconvdata/eucjp.c: Likewise.
1378         * iconvdata/euckr.c: Likewise.
1379         * iconvdata/euctw.c: Likewise.
1380         * iconvdata/hp-roman8.c: Likewise.
1381         * iconvdata/iso6937.c: Likewise.
1382         * iconvdata/iso8859-1.c: Likewise.
1383         * iconvdata/iso8859-10.c: Likewise.
1384         * iconvdata/iso8859-2.c: Likewise.
1385         * iconvdata/iso8859-3.c: Likewise.
1386         * iconvdata/iso8859-4.c: Likewise.
1387         * iconvdata/iso8859-5.c: Likewise.
1388         * iconvdata/iso8859-6.c: Likewise.
1389         * iconvdata/iso8859-7.c: Likewise.
1390         * iconvdata/iso8859-8.c: Likewise.
1391         * iconvdata/iso8859-9.c: Likewise.
1392         * iconvdata/johab.c: Likewise.
1393         * iconvdata/koi-8.c: Likewise.
1394         * iconvdata/koi8-r.c: Likewise.
1395         * iconvdata/latin-greek-1.c: Likewise.
1396         * iconvdata/latin-greek.c: Likewise.
1397         * iconvdata/sjis.c: Likewise.
1398         * iconvdata/t61.c: Likewise.
1399         * iconvdata/uhc.c: Likewise.
1401         * iconvdata/iso646.c: Add support for more ISO 646 variants.
1402         * iconvdata/TESTS: Add tests for ISO646 module.
1403         * iconvdata/gconv-modules: Add new modules.
1404         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
1405         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
1406         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
1407         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
1408         * iconvdata/testdate/DIN_66003: Likewise.
1409         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
1410         * iconvdata/testdate/DS_2089: Likewise.
1411         * iconvdata/testdate/DS_2089..UTF8: Likewise.
1412         * iconvdata/testdate/ES: Likewise.
1413         * iconvdata/testdate/ES..UTF8: Likewise.
1414         * iconvdata/testdate/ES2: Likewise.
1415         * iconvdata/testdate/ES2..UTF8: Likewise.
1416         * iconvdata/testdate/GB_1988-80: Likewise.
1417         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
1418         * iconvdata/testdate/IT: Likewise.
1419         * iconvdata/testdate/IT..UTF8: Likewise.
1420         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
1421         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
1422         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
1423         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
1424         * iconvdata/testdate/JUS_I.B1.002: Likewise.
1425         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
1426         * iconvdata/testdate/KSC5636: Likewise.
1427         * iconvdata/testdate/KSC5636..UTF8: Likewise.
1428         * iconvdata/testdate/MSZ_7795.3: Likewise.
1429         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
1430         * iconvdata/testdate/NC_NC00-10: Likewise.
1431         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
1432         * iconvdata/testdate/NF_Z_62-010: Likewise.
1433         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
1434         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
1435         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
1436         * iconvdata/testdate/NS_4551-1: Likewise.
1437         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
1438         * iconvdata/testdate/NS_4551-2: Likewise.
1439         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
1440         * iconvdata/testdate/PT: Likewise.
1441         * iconvdata/testdate/PT..UTF8: Likewise.
1442         * iconvdata/testdate/PT2: Likewise.
1443         * iconvdata/testdate/PT2..UTF8: Likewise.
1444         * iconvdata/testdate/SEN_850200_B: Likewise.
1445         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
1446         * iconvdata/testdate/SEN_850200_C: Likewise.
1447         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
1449         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
1450         * iconvdata/cns11643l1.h: Likewise.
1451         * iconvdata/latin-greek-1.h: Likewise.
1452         * iconvdata/latin-greek.h: Likewise.
1453         * iconvdata/koi8-r.h: Likewise.
1454         * iconvdata/jis0212.h: Likewise.
1455         * iconvdata/gb2312.h: Likewise.
1456         * iconvdata/ksc5601.h: Likewise.
1458         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
1460         * iconvdata/Makefile: Add rules for lots of more modules.
1461         * iconvdata/cp1250.c: New file.
1462         * iconvdata/cp1251.c: New file.
1463         * iconvdata/cp1252.c: New file.
1464         * iconvdata/cp1253.c: New file.
1465         * iconvdata/cp1254.c: New file.
1466         * iconvdata/cp1255.c: New file.
1467         * iconvdata/cp1256.c: New file.
1468         * iconvdata/cp1257.c: New file.
1469         * iconvdata/ebcdic-dk-no-a.c: New file.
1470         * iconvdata/ebcdic-dk-no.c: New file.
1471         * iconvdata/ebcdic-es-a.c: New file.
1472         * iconvdata/ebcdic-es-s.c: New file.
1473         * iconvdata/ebcdic-es.c: New file.
1474         * iconvdata/ebcdic-fi-se-a.c: New file.
1475         * iconvdata/ebcdic-fi-se.c: New file.
1476         * iconvdata/ebcdic-fr.c: New file.
1477         * iconvdata/ebcdic-is-friss.c: New file.
1478         * iconvdata/ebcdic-it.c: New file.
1479         * iconvdata/ebcdic-pt.c: New file.
1480         * iconvdata/ebcdic-uk.c: New file.
1481         * iconvdata/ebcdic-us.c: New file.
1482         * iconvdata/ibm037.c: New file.
1483         * iconvdata/ibm038.c: New file.
1484         * iconvdata/ibm1004.c: New file.
1485         * iconvdata/ibm1026.c: New file.
1486         * iconvdata/ibm1047.c: New file.
1487         * iconvdata/ibm256.c: New file.
1488         * iconvdata/ibm273.c: New file.
1489         * iconvdata/ibm274.c: New file.
1490         * iconvdata/ibm275.c: New file.
1491         * iconvdata/ibm277.c: New file.
1492         * iconvdata/ibm278.c: New file.
1493         * iconvdata/ibm280.c: New file.
1494         * iconvdata/ibm281.c: New file.
1495         * iconvdata/ibm284.c: New file.
1496         * iconvdata/ibm285.c: New file.
1497         * iconvdata/ibm290.c: New file.
1498         * iconvdata/ibm297.c: New file.
1499         * iconvdata/ibm420.c: New file.
1500         * iconvdata/ibm423.c: New file.
1501         * iconvdata/ibm424.c: New file.
1502         * iconvdata/ibm437.c: New file.
1503         * iconvdata/ibm500.c: New file.
1504         * iconvdata/ibm850.c: New file.
1505         * iconvdata/ibm851.c: New file.
1506         * iconvdata/ibm852.c: New file.
1507         * iconvdata/ibm855.c: New file.
1508         * iconvdata/ibm857.c: New file.
1509         * iconvdata/ibm860.c: New file.
1510         * iconvdata/ibm861.c: New file.
1511         * iconvdata/ibm862.c: New file.
1512         * iconvdata/ibm863.c: New file.
1513         * iconvdata/ibm864.c: New file.
1514         * iconvdata/ibm865.c: New file.
1515         * iconvdata/ibm868.c: New file.
1516         * iconvdata/ibm869.c: New file.
1517         * iconvdata/ibm870.c: New file.
1518         * iconvdata/ibm871.c: New file.
1519         * iconvdata/ibm875.c: New file.
1520         * iconvdata/ibm880.c: New file.
1521         * iconvdata/ibm891.c: New file.
1522         * iconvdata/ibm903.c: New file.
1523         * iconvdata/ibm904.c: New file.
1524         * iconvdata/ibm905.c: New file.
1525         * iconvdata/ibm918.c: New file.
1527         * locale/iso-4217.def: Update.
1528         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
1530         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
1531         formats.
1533 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1535         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
1536         LD_LIBRARY_PATH.
1538 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1540         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
1541         * Makefile: Likewise.
1542         * posix/Makefile: Likewise.
1543         * sysdeps/mach/hurd/Makefile: Likewise.
1545 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1547         * sysdeps/mach/hurd/bits/dirent.h: New file.
1548         * sysdeps/mach/hurd/readdir64.c: New file.
1549         * sysdeps/mach/hurd/readdir64_r.c: New file.
1551 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1553         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
1554         dprintf): Synchronize declarations with libio/stdio.h.
1556 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1558         * elf/dlerror.c (dlerror): Don't assume that
1559         __libc_internal_tsd_get is defined.  __libc_getspecific is already
1560         well-protected, so just use it directly.
1562 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1564         * io/ftw.h (ftw): Fix typo.
1566 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
1568         * sysdeps/gnu/utmp_file.c: Fix typo.
1570 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1572         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
1573         one part of a test fails move on to the next test.
1575 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
1577         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1579 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1581         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
1582         as pointers, not signed integers.
1584 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1586         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
1588 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1590         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
1591         asm symbol name of functions.
1592         * include/features.h: Kill redundant test.
1594         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
1595         * io/ftw.h: Likewise.
1596         * io/sys/stat.h: Likewise.
1597         * io/sys/statfs.h: Likewise.
1598         * io/sys/statvfs.h: Likewise.
1599         * libio/stdio.h: Likewise.
1600         * resource/sys/resource.h: Likewise.
1601         * rt/aio.h: Likewise.
1603         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
1604          __FAVOR_BSD.
1605         * signal/signal.h: Use new macros for BSD vs. SysV signal().
1607         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
1608         a dummy library.
1609         * misc/bsd-compat.c: Removed.
1611 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
1613         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
1614         function declaration.
1615         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
1616         and use them in conversion function.
1617         * iconvdata/Makefile (modules): Re-add ISO6446.
1618         * iconvdata/TEST: Add tests for ASCII variants.
1619         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
1620         * iconvdata/testdata/ANSI_X3.4-1968: New file.
1621         * iconvdata/testdata/BS_4730: New file.
1622         * iconvdata/testdata/BS_4730..UTF8: New file.
1624 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
1626         * iconv/gconv.h (struct gconv_step): Add element stateful.
1627         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
1628         to zero for all internal conversions.
1629         * iconv/skeleton.c: Initialize stateful depending on whether or not
1630         RESET_STATE is defined to one or zero respectively.
1631         * stdlib/mblen.c: Use stateful element of currently selected
1632         converter for result if S is NULL.
1633         * stdlib/mbtowc.c: Likewise.
1634         * stdlib/wctomb.c: Likewise.
1636 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
1638         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
1640         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
1642         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
1643         character in comparison with uint32_t.
1644         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
1645         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
1646         Optimize BODY a bit.
1648         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
1649         be defined.
1651         * iconv/skeleton.c: Also reset converted counter in case of an error.
1652         Call reset function using correct value for output buffer start.
1654         * iconvdata/Makefile: Re-enable tests.
1656         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
1657         value for to-conversion.
1659         * iconvdata/TESTS: Add new third column.
1660         * iconvdata/run-iconv-test.sh: Add support for charsets which are
1661         not ASCII based.
1662         * iconvdata/testdata/suntzus: New file.
1664         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
1665         while reading.  Correctly used base.  Little optimization.
1666         (__strtoul_internal): Likewise.
1668         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
1669         was wrong.  Use explicit variable.
1671 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1673         * configure.in: Check for awk.
1674         * config.make.in: Add AWK to be substituted.
1676         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
1677         * manual/users.texi: Fix typo exposed by above rewrite.
1679         * Makefile: Invoke awk using AWK variable.
1680         * csu/Makefile: Likewise.
1681         * elf/Makefile: Likewise.
1682         * mach/Makefile: Likewise.
1683         * manual/Makefile: Likewise.
1684         * sysdeps/gnu/Makefile: Likewise.
1685         * sysdeps/mach/hurd/Makefile: Likewise.
1686         * sysdeps/unix/Makefile: Likewise.
1687         * timezone/Makefile: Likewise.
1689 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
1691         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
1692         array index translation.
1693         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
1694         these are defined.
1696         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
1698         * sysdeps/mach/hurd/errlist.c: New file.
1699         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
1700         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
1701         semantics, so rename it.
1703 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1705         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
1706         conversions.
1708 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
1710         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
1711         * wcsmbs/wcsnrtombs.c: Likewise.
1713 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
1715         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
1717         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
1719         * time/strftime.c (my_strftime): Initialize pad variable in
1720         declaration.
1722         * iconvdata/big5.c: Don't use character constants in comparisons
1723         with unsigned value.
1725 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
1727         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
1728         __libc_siglongjmp to GLIBC_2.1.
1730         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
1731         __strerror_r.
1733         * iconv/Makefile: Don't run tests now.
1735         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
1736         with correct output buffer.
1738         Major rewrite of the low-level gconv functionality.
1739         * iconv/gconv.c: Rewritten.
1740         * iconv/gconv.h: Likewise.
1741         * iconv/gconv_builtin.c: Likewise.
1742         * iconv/gconv_builtin.h: Likewise.
1743         * iconv/gconv_conf.c: Likewise.
1744         * iconv/gconv_int.h: Likewise.
1745         * iconv/gconv_open.c: Likewise.
1746         * iconv/gconv_simple.c: Likewise.
1747         * iconv/iconv.c: Likewise.
1748         * iconvdata/8bit-gap.c: Likewise.
1749         * iconvdata/8bit-generic.c: Likewise.
1750         * iconvdata/Makefile: Likewise.
1751         * iconvdata/big5.c: Likewise.
1752         * iconvdata/cns11643.c: Likewise.
1753         * iconvdata/cns11643.h: Likewise.
1754         * iconvdata/cns11643l1.c: Likewise.
1755         * iconvdata/cns11643l1.h: Likewise.
1756         * iconvdata/ebcdic-at-de-a.c: Likewise.
1757         * iconvdata/ebcdic-at-de.c: Likewise.
1758         * iconvdata/ebcdic-ca-fr.c: Likewise.
1759         * iconvdata/euccn.c: Likewise.
1760         * iconvdata/eucjp.c: Likewise.
1761         * iconvdata/euckr.c: Likewise.
1762         * iconvdata/euctw.c: Likewise.
1763         * iconvdata/gb2312.c: Likewise.
1764         * iconvdata/gb2312.h: Likewise.
1765         * iconvdata/hp-roman8.c: Likewise.
1766         * iconvdata/iso646.c: Likewise.
1767         * iconvdata/iso6937.c: Likewise.
1768         * iconvdata/iso8859-1.c: Likewise.
1769         * iconvdata/iso8859-10.c: Likewise.
1770         * iconvdata/iso8859-2.c: Likewise.
1771         * iconvdata/iso8859-3.c: Likewise.
1772         * iconvdata/iso8859-4.c: Likewise.
1773         * iconvdata/iso8859-5.c: Likewise.
1774         * iconvdata/iso8859-6.c: Likewise.
1775         * iconvdata/iso8859-7.c: Likewise.
1776         * iconvdata/iso8859-8.c: Likewise.
1777         * iconvdata/iso8859-9.c: Likewise.
1778         * iconvdata/jis0201.c: Likewise.
1779         * iconvdata/jis0201.h: Likewise.
1780         * iconvdata/jis0208.c: Likewise.
1781         * iconvdata/jis0208.h: Likewise.
1782         * iconvdata/jis0212.c: Likewise.
1783         * iconvdata/jis0212.h: Likewise.
1784         * iconvdata/johab.c: Likewise.
1785         * iconvdata/koi-8.c: Likewise.
1786         * iconvdata/koi8-r.c: Likewise.
1787         * iconvdata/ksc5601.c: Likewise.
1788         * iconvdata/ksc5601.h: Likewise.
1789         * iconvdata/latin-greek-1.c: Likewise.
1790         * iconvdata/latin-greek.c: Likewise.
1791         * iconvdata/run-iconv-test.sh: Likewise.
1792         * iconvdata/sjis.c: Likewise.
1793         * iconvdata/t61.c: Likewise.
1794         * iconvdata/uhc.c: Likewise.
1795         * wcsmbs/btowc.c: Likewise.
1796         * wcsmbs/mbrtowc.c: Likewise.
1797         * wcsmbs/mbsnrtowcs.c: Likewise.
1798         * wcsmbs/mbsrtowcs.c: Likewise.
1799         * wcsmbs/wcrtomb.c: Likewise.
1800         * wcsmbs/wcsmbsload.c: Likewise.
1801         * wcsmbs/wcsnrtombs.c: Likewise.
1802         * wcsmbs/wcsrtombs.c: Likewise.
1803         * wcsmbs/wctob.c: Likewise.
1804         * iconv/loop.c: New file.
1805         * iconv/skeleton.c: New file.
1807         * stdlib/mblen.c: Handle empty input string correctly.
1808         * stdlib/mbtowc.c: Likewise.
1810         * posix/getopt.c: Various cleanups.
1812         * sysdeps/arm/bits/setjmp.h: Add copyright text.
1813         * sysdeps/i386/bits/setjmp.h: Likewise.
1814         * sysdeps/m68k/bits/setjmp.h: Likewise.
1815         * sysdeps/powerpc/bits/setjmp.h: Likewise.
1816         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
1818         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
1819         and make longjmp weak alias.
1821 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
1823         * iconv/Makefile (routines): Only include gconv_dl if building for
1824         an ELF system - dynamic linking is not available on a.out.
1825         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
1826         due to above check.
1827         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
1828         routines from gconv_dl.
1830 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
1832         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
1833         we can compile without libio.
1835 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
1837         * sysdeps/mach/hurd/Subdirs: Remove login.
1839 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
1841         * db2/compat.h: Include <errno.h>, to make sure we get the
1842         definition of EFTYPE before we define it ourselves.
1844 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
1846         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
1847         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
1848         Fix typo to allow inclusion from sys/ioctl.h again.
1850 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1852         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
1854 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1856         * libc.map: Export __strerror_r.  Remove _strerror_internal.
1858 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1860         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
1861         Also undefine __strcasestr.
1863 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1865         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
1866         aliases do not work with global variables due to copy relocations.
1868 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
1870         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
1872 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
1874         * signal/sighold.c: Include stddef.h for NULL definition.
1875         * signal/sigrelse.c: Likewise.
1876         * sysdeps/posix/sigignore.c: Likewise.
1877         * sysdeps/posix/sigset.c: Likewise.
1878         * sysdeps/posix/waitid.c: Likewise.
1879         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
1880         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
1881         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1882         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
1883         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1885 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
1887         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
1888         * login/getutent.c (getutxent): Remove alias.
1889         * login/getutent_r.c (setutxent, pututxline, endutxent):
1890         Remove aliases.
1891         * login/getutid.c (getutxid): Remove alias.
1892         * login/getutline.c (getutxline): Remove alias.
1893         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
1894         __getutid, __getutline and __pututline.
1895         * login/utmpx.h: Moved to ...
1896         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
1897         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
1898         and updwtmpx.
1899         * login/updwtmp.c: Moved to ...
1900         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
1901         allowing file name transformation.
1902         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
1903         additional file name transformation.
1904         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
1905         * login/utmp_file.c: Moved to ...
1906         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
1907         Generalized by allowing file name transformation.  Do not
1908         print error message.  Library functions should not print them.
1909         Reported by Jim Meyering.
1910         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
1911         with additional file name transformation.
1912         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
1913         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
1914         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
1915         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
1916         and bits/utmpx.h.
1917         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
1918         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
1919         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
1920         Define if __USE_GNU.
1921         * sysdeps/generic/setutxent.c: New file.
1922         * sysdeps/generic/getutxent.c: New file.
1923         * sysdeps/generic/endutxent.c: New file.
1924         * sysdeps/generic/getutxid.c: New file.
1925         * sysdeps/generic/getutxline.c: New file.
1926         * sysdeps/generic/pututxline.c: New file.
1927         * sysdeps/generic/utmpxname.c: New file.
1928         * sysdeps/generic/updwtmpx.c: New file.
1929         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
1930         * sysdeps/generic/bits/utmpx.h: Remove.
1932 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
1934         * posix/wordexp-test.c (main): Initialize ifs element of ts for
1935         ~root test.
1937 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
1939         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
1941 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
1943         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
1944         variable using _G_stat64.
1945         * libio/fileops.c: Remove macro definition of fstat, it is in the
1946         global header.
1947         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1949 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
1951         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
1952         <willy@odie.barnet.ac.uk>.
1954 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
1956         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
1957         required by IPv6 Basic API.
1958         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
1959         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
1960         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
1961         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
1963 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
1965         Don't name internal representation since it might be different from
1966         the external form (namely on little endian machines).
1967         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
1968         UCS4 into references to INTERNAL.
1969         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
1970         Add endianess support to UCS functions.  Change references to
1971         UCS4 into references to INTERNAL.
1972         * iconv/gconv_int.h: Change references to UCS4 into references to
1973         INTERNAL.
1974         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
1975         * iconvdata/gconv-modules: Change accordingly.
1976         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
1978         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
1979         overflow.
1980         * iconvdata/8bit-gap.c: Likewise.
1981         * iconvdata/8bit-generic.c: Likewise.
1982         * iconvdata/big5.c: Likewise.
1983         * iconvdata/euccn.c: Likewise.
1984         * iconvdata/eucjp.c: Likewise.
1985         * iconvdata/euckr.c: Likewise.
1986         * iconvdata/euctw.c: Likewise.
1987         * iconvdata/iso646.c: Likewise.
1988         * iconvdata/iso6937.c: Likewise.
1989         * iconvdata/iso8859-1.c: Likewise.
1990         * iconvdata/johab.c: Likewise.
1991         * iconvdata/sjis.c: Likewise.
1992         * iconvdata/t61.c: Likewise.
1993         * iconvdata/uhc.c: Likewise.
1995         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
1996         * iconvdata/8bit-generic.c: Likewise.
1998         * iconvdata/TESTS: Add more tests.
2000         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
2002 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
2004         * iconvdata/Makefile: Better rules to run tests.
2006         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
2007         * iconvdata/testdata/ISO-8859-10: Likewise.
2008         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
2009         * iconvdata/testdata/ISO-8859-2: Likewise.
2010         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
2011         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
2012         * iconvdata/testdata/ISO-8859-3: Likewise.
2013         * iconvdata/testdata/ISO-8859-4: Likewise.
2014         * iconvdata/testdata/ISO-8859-5: Likewise.
2015         * iconvdata/testdata/ISO-8859-6: Likewise.
2016         * iconvdata/testdata/ISO-8859-7: Likewise.
2017         * iconvdata/testdata/ISO-8859-8: Likewise.
2018         * iconvdata/testdata/ISO-8859-9: Likewise.
2020 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
2022         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
2023         intermediate result (if available).
2025         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
2026         last change.
2028         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
2029         (distribute): Add run-iconv-test.sh and testdata/*.
2031         * stdlib/testmb.c (main): Simplify mbc array handling.
2033 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2035         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
2036         return value on overflow.
2038 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2040         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
2041         bits.
2043 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2045         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
2046         of non-standard function setbuffer.
2048 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2050         * stdio-common/perror.c: Include <string.h> for __strerror_r.
2052 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
2054         * iconvdata/Makefile: Add rules to run tests.
2055         * iconvdata/TESTS: New file.
2056         * iconvdata/run-iconv-test.sh: New file.
2057         * iconvdata/testdata/ISO-8859-1: New file.
2059         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
2060         not stdout.
2062 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
2064         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
2065         counter element of step.
2067         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
2069         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
2070         termination test.
2071         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
2072         ACTUALLY.
2073         (__gconv_transform_utf8_ucs4): Correct test for empty input.
2075 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2077         * Makefile: Include makeconfig before defining rule to regenerate
2078         configure files.
2080         * configure.in: Remove restriction on compiling without static
2081         libs.
2083 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
2085         * test-skeleton.c: Provide hook for initializing code before the fork.
2086         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
2087         removed.
2089         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
2090         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
2091         * libio/libioP.h: Adopt _IO_cleanup prototype.
2093         * stdlib/Makefile (tests): Add test-canon2.
2094         * stdlib/test-canon2.c: New file.
2095         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
2096         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
2097         symlink sequences.
2098         (__realpath): Make real function which checks RESOLVED parameter for
2099         not being NULL.
2101 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
2103         * catgets/open_catalog.c (__open_catalog): Fix problems with
2104         reading non-files.  Always close file.
2105         Reported by Cristian Gafton <gafton@redhat.com>.
2107         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
2109 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
2111         * libc.map: Add various low-level I/O functions.
2113 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2115         * string/Makefile (routines): Remove strerror_r.
2116         * string/strerror_r.c: Removed.
2117         * string/strerror.c: Call __strerror_r for doing the real work.
2118         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
2119         add weak alias strerror_r.
2120         * sysdeps/mach/_strerror.c: Likewise.
2121         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
2122         * elf/dl-error.c (_dl_signal_error): Likewise.
2123         * elf/dl-profile.c (_dl_start_profile): Likewise.
2124         * gmon/gmon.c (write_gmon): Likewise.
2125         * stdio-common/perror.c: Likewise.
2126         * stdio-common/vfprintf.c: Likewise.
2128 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
2130         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
2131         (sysdep_headers): Add netatalk/at.h.
2133 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2135         * manual/socket.texi, manual/creature.texi, manual/time.texi:
2136         Formatting fixes.
2138 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2140         * posix/regex.c: Rename __re_syntax_options back to
2141         re_syntax_options, aliases do not work with global variables due
2142         to copy relocations.
2143         (regex_compile): Use syntax parameter instead of
2144         re_syntax_options.
2146 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2148         * configure.in: Document that enable-force-install is default.
2150 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
2152         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
2153         all needed 36 bits.
2154         * sysdeps/posix/mkstemp.c: Likewise.
2156 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
2158         * iconvdata/8bit-gap.c: Simplify step data handling.
2159         * iconvdata/8bit-generic.c: Likewise.
2160         * iconvdata/big5.c: Likewise.
2161         * iconvdata/euccn.c: Likewise.
2162         * iconvdata/eucjp.c: Likewise.
2163         * iconvdata/euckr.c: Likewise.
2164         * iconvdata/euctw.c: Likewise.
2165         * iconvdata/iso6937.c: Likewise.
2166         * iconvdata/iso8859-1.c: Likewise.
2167         * iconvdata/jis0208.h: Likewise.
2168         * iconvdata/jis0212.c: Likewise.
2169         * iconvdata/jis0212.h: Likewise.
2170         * iconvdata/johab.c: Likewise.
2171         * iconvdata/ksc5601.h: Likewise.
2172         * iconvdata/sjis.c: Likewise.
2173         * iconvdata/t61.c: Likewise.
2174         * iconvdata/uhc.c: Likewise.
2176 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
2178         * manual/texinfo.texi: Updated from last version.
2180 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
2182         * iconvdata/cns11643.c: New file.
2183         * iconvdata/cns11643.h: New file.
2184         * iconvdata/cns11643l1.c: New file.
2185         * iconvdata/cns11643l1.h: New file.
2186         * iconvdata/euctw.c: New file.
2187         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
2188         * iconvdata/gconv-modules: Likewise.
2190         * iconvdata/eucjp.c: Several bug fixes and improvements.
2191         * iconvdata/gb2312.h: Likewise.
2192         * iconvdata/jis0201.h: Likewise.
2193         * iconvdata/jis0208.h: Likewise.
2194         * iconvdata/jis0212.h: Likewise.
2196 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
2198         * iconvdata/eucjp.c: New file.
2199         * iconvdata/euccn.c: New file.
2200         * iconvdata/gb2312.h: New file.
2201         * iconvdata/gb2312.c: New file.
2202         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
2203         * iconvdata/gconv-modules: Likewise.
2205         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
2207 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2209         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2210         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
2211         Patch by Mark Hatle <fray@kernel.crashing.org>.
2213 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
2215         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
2216         comment.
2217         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
2218         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
2220 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
2222         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
2224         * iconvdata/Makefile: Add rules for big5 conversion.
2225         * iconvdata/gconv-modules: Likewise.
2226         * iconvdata/big5.c: New file.
2228         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
2229         Patch by Jim Meyering.
2231 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
2233         * rt/tst-aio.c: Add test for aio_read and lio_listio.
2235         * rt/lio_listio.c: Correct total counter handling.
2237         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
2238         from request queue.
2240         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
2241         of signal on exit even more.
2243         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
2244         instead of call to pthread_cond_init.
2245         * rt/lio_listio.c (lio_listio): Likewise.
2246         * rt/lio_listio64.c (lio_listio64): Likewise.
2248         * nis/nis_findserv.c: Include sys/socket.h.
2250 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
2252         * Makeconfig (rtobjdir): New variable.
2253         (rpath-link): Add rtobjdir and thread directory, if available.
2255         * test-skeleton.c: Add support to remove temporary files.
2256         Always define test_dir.  Improve message about expected signal.
2258         * rt/Makefile (tests): Add tst-aio.
2259         Add rules for tst-aio to be linked with librt and thread library.
2260         * rt/aio_misc.c: Correct fundamental bugs.
2261         * rt/aio_suspend.c: Correct bug in test for available request.
2262         Initialize conditional variable.
2263         * rt/lio_listio.c: Initialize conditional variable.
2264         * rt/lio_listio64.c: Likewise.
2265         * rt/tst-aio.c: New file.
2267         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
2268         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
2269         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2270         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2271         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
2272         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2273         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2275 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
2277         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
2279 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
2281         * elf/dl-load.c (open_path): Use correct name for test whether
2282         directory in load path exists.
2284         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
2285         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
2286         Patches by Tom Rini <trini@kernel.crashing.org>.
2288         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
2289         * wcsmbs/wcstod_l.c: Likewise.
2290         * wcsmbs/wcstold_l.c: Likewise.
2292         * include/byteswap.h: New file.
2294         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
2295         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
2297         * inet/getnameinfo.c (getnameinfo): Change parameter to match
2298         declaration.  Patch by Richard Henderson.
2300 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2302         * manual/process.texi (SIGCHLD example): Save errno.
2304 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2306         * posix/regex.c: Define regerror really as __regerror.
2307         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
2308         regerror and regfree.
2310         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
2311         * stdlib/strtod_l.c: Likewise.
2312         * stdlib/strtold_l.c: Likewise.
2314         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
2316         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
2318         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
2319         Patch by Christian Gafton.
2321 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
2323         * manual/socket.texi (Interface Naming): Correct @deftypefun line
2324         for if_indextoname.
2326 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2328         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
2330         * manual/socket.texi (Interface Naming): Fix typo.
2332 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2334         * manual/examples/filesrv.c (main): Remove filename first.
2336         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
2337         ?F_UNIX.
2339         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
2340         instead of PF_UNIX.
2342         * manual/examples/filecli.c (main): Use AF_LOCAL
2343         instead of AF_UNIX.
2345 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
2347         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
2348         signgam weak alias.
2349         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
2350         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
2351         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
2352         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
2353         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
2354         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
2356         * login/utmp_daemon.c (open_socket): Use __connect not connect.
2358 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2360         * configure.in: Add new option --enable-force-install.  Substitute
2361         force_install.
2362         * config.make.in (force-install): Set from configure.
2363         * Makerules (force-install): New phony target.
2364         * Makeconfig (+force): New variable.
2365         * Makefile: Use it in dependency list of installation targets.
2366         * db/Makefile: Likewise.
2367         * db2/Makefile: Likewise.
2368         * elf/Makefile: Likewise.
2369         * hurd/Makefile: Likewise.
2370         * iconv/Makefile: Likewise.
2371         * iconvdata/Makefile: Likewise.
2372         * intl/Makefile: Likewise.
2373         * localedata/Makefile: Likewise.
2374         * login/Makefile: Likewise.
2375         * po/Makefile: Likewise.
2376         * sunrpc/Makefile: Likewise.
2377         * sysdeps/mach/hurd/Makefile: Likewise.
2378         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
2379         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2380         * timezone/Makefile: Likewise.
2382 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2384         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
2385         alloc_size.  Pass return value of getcwd syscall to realloc.
2387 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2389         * manual/socket.texi: Spelling fixes.
2391 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2393         * elf/dl-load.c (print_search_path): Remove unused variable.
2395 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
2397         * login/utmp_file.c: use __ftruncate not ftruncate.
2398         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
2399         for system call and make ftruncate weak alias.
2400         * posix/unistd.h: Add prototype for __ftruncate.
2401         * login/utmp_daemon.c (open_socket): Use __socket not socket.
2402         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
2403         instead of snprintf and readv.
2404         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
2405         snprintf.
2406         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
2407         directly.
2409 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
2411         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
2412         * iconv/gconv_db.c: Use __ protected regex functions.
2413         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
2414         * posix/getopt_init.c: Use __getpid not getpid.
2415         * posix/regex.c: Rename all global functions to start with __ and
2416         make old names weak aliases.
2417         * posix/regex.h: Adopt prototypes for this.
2418         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
2419         a weak alias and use __getcwd instead of getcwd.
2420         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
2421         * stdlib/strtod.c: Use __btowc instead of btowc.
2422         * stdlib/strtol.c: Likewise.
2423         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
2424         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
2425         and sys_errlist are weak.
2426         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
2427         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
2428         * wcsmbs/mbsnrtowcs.c: Likewise.
2429         * wcsmbs/mbsrtowcs.c: Likewise.
2430         * wcsmbs/wcsnrtombs.c: Likewise.
2431         * wcsmbs/wcsrtombs.c: Likewise.
2432         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
2433         weak alias.
2434         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
2435         * wctype/wctype.c: Define function as __wctype and make wctype
2436         weak alias.
2437         * wctype/wctype.h: Declare __wctype.
2439 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
2441         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
2443 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2445         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
2446         stat64.
2447         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
2448         functions.
2449         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
2450         for __llseek.
2451         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2452         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
2453         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
2454         make it a weak alias.
2455         * posix/unistd.h: Declare __lseek64.
2457         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
2458         (_IO_file_stat): Fix typo.
2459         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
2460         block size from the file.  Use __mempcpy if _LIBC.
2462 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
2464         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
2465         * wcsmbs/mbrtowc.c: Likewise.
2466         * wcsmbs/mbsnrtowcs.c: Likewise.
2467         * wcsmbs/mbsrtowcs.c: Likewise.
2468         * wcsmbs/wcrtomb.c: Likewise.
2469         * wcsmbs/wcsnrtombs.c: Likewise.
2470         * wcsmbs/wcsrtombs.c: Likewise.
2471         * wcsmbs/wctob.c: Likewise.
2473         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
2474         position of next output character correctly.
2475         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
2477         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
2479         * stdlib/strtod.c: Don't use mbtowc.
2481 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
2483         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
2484         what we want is smaller than a buffer.
2486 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
2488         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
2489         this function.
2491 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
2493         * configure.in: Recognize --with-headers flag and determine
2494         commandline options to be used in compilation.
2495         * Makeconfig (+includes): Use $(sysincludes).
2496         * config.make.in (sysincludes): Define from SYSINCLUDES.
2497         * glibcbug.in: Use SYSINCLUDES information.
2498         Patches by Zack Weinberg.
2500 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2502         * glibcbug.in: On linux, report version of kernel headers seen
2503         by compiler.
2505 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
2507         * libc.map: Add __asprintf to GLIBC_2.1.
2508         * elf/dlerror.c: Use __asprintf, not asprintf.
2509         * libio/stdio.h: Declare __asprintf.
2510         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
2511         a weak alias.
2513         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
2514         to avoid inclusion from libc_pic.a.
2516         * elf/dl-runtime.c: Undo last patch.
2518         * stdlib/strtod.c: Don't use mbtowc, use btowc.
2520         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
2521         as default, use NULL.
2523 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2525         * resolv/Makefile: Include ../Makeconfig - needed for building
2526         static NSS module.
2528 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2530         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
2531         static-nss since we don't want hesiod in the static NSS.
2533         * nss/Makefile: Build only nss_files as static.
2535         * nss/function.def: Remove support for service db.
2537 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
2539         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
2541 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
2543         * posix/wordexp-test.c: Make IFS per test-case.
2545 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2547         * glibcbug.in: Report version of gcc in use.  Remove unused variable
2548         ENVIRONMENT.
2550 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
2552         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
2553         `-print-file-name' to find as and ld.
2555 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
2557         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
2558         template is wrong.  Remove unused varaible `ignored'.
2560 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2562         * libc.map: Export __libc_sa_len.
2564         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
2566 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
2568         * iconv/gconv.c: Take care for NULL arguments.
2569         * iconv/gconv_dl.c: Make find_func function global.
2570         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
2571         Add prototypes for ASCII conversion functions.
2572         * iconv/gconv_simple.c: Add ASCII conversion functions.
2573         * locale/C-ctype.c: Correct charset name.
2575         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
2576         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
2577         wcsmbsload.
2578         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
2579         * wcsmbs/mbrtowc.c: Likewise.
2580         * wcsmbs/mbsnrtowcs.c: Likewise.
2581         * wcsmbs/mbsrtowcs.c: Likewise.
2582         * wcsmbs/wcrtomb.c: Likewise.
2583         * wcsmbs/wcsnrtombs.c: Likewise.
2584         * wcsmbs/wcsrtombs.c: Likewise.
2585         * wcsmbs/wctob.c: Likewise.
2586         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
2587         prototypes for wmemr*.
2588         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
2589         * wcsmbs/wcsnlen.c: New file.
2590         * wcsmbs/wcsmbsload.c: New file.
2591         * wcsmbs/wcsmbsload.h: New file.
2593         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
2595         * manual/install.texi: Describe some more critical points.
2597         * string/string.h: Add prototype for __strnlen.
2598         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
2600         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
2601         much less predictable names.
2602         * sysdeps/posix/mkstemp.c: Likewise.
2604 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2606         * manual/libc.texinfo (Top): Change "file namespace" to "local
2607         namespace".
2609         * manual/socket.texi: Change file namespace to local namespace.
2610         (Out-of-Band Data): Remove unneeded variable link.
2611         (Host Address Functions): Use uint32_t consequently and add a
2612         number of clarifications for IPv4/IPv6, classless addresses.
2613         (Internet Namespace): Added some paragraphs about IPv6.
2614         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
2616 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
2618         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
2620         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
2621         (NI_NUMERICHOST, et al.): Tidy up and add comments.
2622         (AI_NUMERICHOST): Define.
2623         (getnodebyname): New prototype.
2624         (AI_V4MAPPED, et al.): New constants.
2626         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
2627         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
2628         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
2629         for socket.
2630         * sysdeps/unix/sysv/linux/sa_len.c: New file.
2631         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
2633         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
2635         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
2636         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
2637         * socket/Makefile (headers): Add bits/sockunion.h.
2638         * socket/sys/socket.h: Include <bits/sockunion.h>
2639         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
2640         <sys/socket.h>, to avoid getting sockaddr_union defined.
2641         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
2642         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2643         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
2645         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
2646         (2.2.x kernels won't have it).
2648 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
2650         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
2651         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
2652         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
2653         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
2655 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
2657         * manual/socket.texi (Socket Addresses): Fix a typo.
2658         (Interface Naming): New section.
2660 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2662         * configure.in: Check for CC using $ac_tool_prefix, to handle
2663         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
2664         * config.make.in: Add MIG to be substituted.
2665         * mach/Machrules: Don't define MIG variable.
2667         Patch by Gordon Matzigkeit <gord@profitpress.com>.
2669 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
2671         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
2672         strdupa to copy rpath.
2674 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2676         * configure.in: Fix gcc version check.
2678         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
2679         confusing.
2681 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
2683         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
2684         of ptsname_r.
2686         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
2687         like ttyname_r.
2688         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
2689         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
2690         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
2691         of __ptsname_r accordingly.
2692         * login/openpty.c (openpty): Likewise.
2694 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
2696         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
2698 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2700         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
2702         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
2704 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2706         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
2707         return value for better error checking.
2709 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
2711         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
2712         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
2714         * elf/elf.h (EM_SPARC64): Remove.
2715         (EM_SPARC32PLUS, EM_SPARCV9): Add.
2716         (HWCAP_SPARC_V9): Add.
2718         * elf/ldsodefs.h (_dl_hwcap): Declare.
2719         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
2720         Weaken so dlopen from static progies works.
2721         (WEAKADDR): New macro.
2722         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
2723         (LD_SO_PRELOAD): New macro.
2724         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
2725         (elf_machine_rela): Weaken _dl_rtld_map.
2727         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
2728         to __clone, and remove the later's alias.
2729         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
2731         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
2732         the kernel's structure.
2734         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
2735         Sparc needs a custom value of __KERNEL_NCCS.
2737 1998-04-06  Richard Henderson  <rth@cygnus.com>
2739         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
2741         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
2742         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2744 1998-04-06  Richard Henderson  <rth@cygnus.com>
2746         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
2747         as the buffer is not properly aligned.
2748         Reported by Juan Cespedes <cespedes@debian.org>.
2750 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2752         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
2753         instead of AF_FILE.
2755 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
2757         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
2758         and wc*tomb* functions.
2760 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
2762         * sysdeps/unix/start.c: Fix typo.
2764 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
2766         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
2768 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
2770         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
2771         expressions and using array variables.
2772         * sysdeps/libm-ieee754/e_asin.c: Likewise.
2773         * sysdeps/libm-ieee754/e_j0.c: Likewise.
2774         * sysdeps/libm-ieee754/e_j1.c: Likewise.
2775         * sysdeps/libm-ieee754/e_log.c: Likewise.
2776         * sysdeps/libm-ieee754/e_pow.c: Likewise.
2777         * sysdeps/libm-ieee754/k_cos.c: Likewise.
2778         * sysdeps/libm-ieee754/k_sin.c: Likewise.
2779         * sysdeps/libm-ieee754/k_tan.c: Likewise.
2780         * sysdeps/libm-ieee754/s_atan.c: Likewise.
2781         * sysdeps/libm-ieee754/s_erf.c: Likewise.
2782         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
2783         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
2784         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
2786 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
2788         * iconv/gconv.c: Rewrite of the low-level of gconv.
2789         * iconv/gconv.h: Likewise.
2790         * iconv/gconv_builtin.h: Likewise.
2791         * iconv/gconv_close.c: Likewise.
2792         * iconv/gconv_db.: Likewise.
2793         * iconv/gconv_dl.c: Likewise.
2794         * iconv/gconv_int.h: Likewise.
2795         * iconv/gconv_open.c: Likewise.
2796         * iconv/gconv_simple.c: Likewise.
2797         * iconvdata/8bit-gap.c: Adapt for rewrite.
2798         * iconvdata/8bit-generic.c: Likewise.
2799         * iconvdata/euckr.c: Likewise.
2800         * iconvdata/iso646.c: Likewise.
2801         * iconvdata/iso6937.c: Likewise.
2802         * iconvdata/iso8859-1.c: Likewise.
2803         * iconvdata/johab.c: Likewise.
2804         * iconvdata/sjis.c: Likewise.
2805         * iconvdata/t61.c: Likewise.
2806         * iconvdata/uhc.c: Likewise.
2808 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
2810         * iconv/gconv_int.h: New file.  Internal header.
2811         * iconv/Makefile (distribute): Add gconv_int.h.
2812         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
2813         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
2814         * iconv/gconv_close.c: Likewise.
2815         * iconv/gconv_conf.c: Likewise.
2816         * iconv/gconv_db.c: Likewise.
2817         * iconv/gconv_dl.c: Likewise.
2818         * iconv/gconv_int.h: Likewise.
2819         * iconv/gconv_open.c: Likewise.
2820         * iconv/iconv.c: Likewise.
2821         * iconv/iconv_close.c: Likewise.
2822         * iconv/iconv_open.c: Likewise.
2823         * iconv/iconv_prog.c: Likewise.
2825 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
2827         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
2828         missing braces.
2830 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2832         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
2834 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
2836         Based on patch from Pat Beirne:
2837         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
2838         PIC and non-PIC now.  Correctly negate error number.
2839         (errno): Use `%' not `@' in .type directives.
2841 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
2843         * sysdeps/i386/strtok.S: Change to use single exit point.
2844         * sysdeps/i386/i686/strtok.S: Likewise.
2846 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2848         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
2849         default.
2851 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2853         * Makerules (installed-libcs): Fix typo.
2855 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2857         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
2858         (UHC-routines): Remove ksc5601.
2860 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
2862         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
2863         introduced in last change.
2865 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
2867         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
2868         before 2.1.92.
2870 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2872         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
2874         * stdlib/isomac.c: Use -isystem instead of -I for system include
2875         dir.
2877 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
2879         * resolv/res_comp.c (underscorechar): New.
2880         (middlechar): Allow '_'.
2882 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2884         * intl/explodename.c (stdlib.h): Include that file only if
2885         STDC_HEADERS or _LIBC.
2886         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
2887         Patch by Philippe De Muyter <phdm@macqel.be>.
2889 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2891         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
2892         (AC_PROG_CHECK_VER): New macro.
2893         * configure.in: Use AC_PROG_CHECK_VER to check versions of
2894         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
2896 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
2898         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
2899         * sysdeps/i386/i686/strtok.S: New file
2900         * sysdeps/i386/i686/strtok_r.S: New file
2902 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
2904         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
2905         type to __off64_t.
2906         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
2907         parameter as __off64_t instead of __off_t.
2908         (ftello): Make alias for ftello64 instead of ftello.  Change
2909         return type to __off64_t.
2911 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2913         * sysdeps/i386/bits/string.h: Fix various typos.
2914         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2916         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
2918 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
2920         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
2921         lchown syscall correctly.  [PR libc/541].
2923 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
2925         * localedata/Makefile: Correct testsuite rules.
2927         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
2928         * iconvdata/iso646.c: Fix conversion from UCS4.
2930         * elf/ldsodefs.h: Mark internal function with internal_function.
2931         * elf/dl-addr.c: Likewise.
2932         * elf/dl-close.c: Likewise.
2933         * elf/dl-debug.c: Likewise.
2934         * elf/dl-deps.c: Likewise.
2935         * elf/dl-error.c: Likewise.
2936         * elf/dl-fini.c: Likewise.
2937         * elf/dl-init.c: Likewise.
2938         * elf/dl-load.c: Likewise.
2939         * elf/dl-lookup.c: Likewise.
2940         * elf/dl-object.c: Likewise.
2941         * elf/dl-open.c: Likewise.
2942         * elf/dl-profile.c: Likewise.
2943         * elf/dl-reloc.c: Likewise.
2944         * elf/dl-runtime.c: Likewise.
2945         * elf/dl-symbol.c: Likewise.
2946         * elf/dl-version.c: Likewise.
2947         * elf/dlerror.c: Likewise.
2948         * sysdeps/generic/dl-sysdep.c: Likewise.
2949         * sysdeps/i386/dl-machine.h: Likewise.
2950         * intl/finddomain.c: Likewise.
2951         * intl/gettextP.h: Likewise.
2952         * intl/loadmsgcat.c: Likewise.
2954 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
2956         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
2957         * iconv/gconv_builtin.h: Add definitions for new builtins.
2958         * iconv/gconv.h: Add prototypes for new builtins.
2960         * iconvdata/Makefile (modules): Add ISO646.
2961         Add rules for ISO646 module.
2962         (distribute): Add iso646.c.
2963         * iconvdata/gconv-modules: Add module and alias definition for
2964         ISO646 charsets.
2965         * iconvdata/iso646.c: New file.
2967 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
2969         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
2970         * iconv/iconv_prog.c: Implement --list option to print available
2971         coded character sets.
2973 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2975         Make fread() read large blocks straight to the user buffer.
2977         * libio/fileops.c (_IO_file_xsgetn): New function.
2978         (_IO_file_jumps): Use it.
2979         * libio/libioP.h: Prototype it.
2981 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2983         * iconv/gconv_conf.c (builtin_aliases): New variable.
2984         (__gconv_read_conf): Add builtin aliases.
2985         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
2986         noop macro before including gconv_builtin.h.
2987         * iconv/gconv_builtin.h: Add alias names.
2989         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
2990         number of converted bytes correctly.
2992 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2994         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
2995         we only wait for a replay.
2997 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
2999         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
3000         EUC-KR modules.
3002 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
3004         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
3005         use PLTJMP() rather than explicit (PLT).
3007         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
3008         __libc_start_main().
3010         Based on patch from Pat Beirne:
3011         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
3012         Always define, not only #ifndef PIC.
3013         (DO_CALL): Pass fifth argument correctly in R4.
3014         (PSEUDO): Correct test for error, call syscall_error through PLT
3015         if PIC.
3017 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
3019         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
3020         definitions.
3022 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
3024         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
3025         JOHAB.so.
3027 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
3029         * io/Makefile (static-only-routines): Add stat64, fstat64 and
3030         lstat64.
3032 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3034         * manual/Makefile: Use object-suffixes-for-libc instead of
3035         object-suffixes.
3036         * rpm/Makefile (install-lib): Likewise.
3038 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3040         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
3042         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
3043         `m68*', not only `m68k'.
3045 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3047         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
3049         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
3050         install lddlibc4.
3052 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3054         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
3055         EUC-KR.
3057         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
3058         comment.
3060 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
3062         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
3063         the init stuff.
3065 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3067         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
3068         adjtimex syscall.
3069         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
3070         adjtimex.
3071         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
3073 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3075         * Makerules (install): Change comment for libc.so following the
3076         libc_nonshared changes.
3078 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3080         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
3082         * iconvdata/gap.pl: Avoid using %#06x.
3084 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3086         * Makerules: Use $? instead of S^ when invoking ar.
3088 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3090         * db2/compat.h: Allow EFTYPE being defined.
3091         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
3092         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
3093         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
3094         * sysdeps/mach/bits/libc-lock.h: Fix typo.
3095         (__libc_once): Correctly unlock semaphore.
3096         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
3097         * sysdeps/unix/bsd/getpt.c: Fix typo.
3098         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
3100 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
3102         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
3103         macros.
3105 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
3107         * include/mntent.h: New file.
3109         * elf/Makefile (trusted-dirs.h): Append slash to filename.
3110         * elf/dl-load.c: Rewrite search path handling.
3111         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
3112         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
3113         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
3114         * elf/ldsodefs.h: Add prototype.
3116 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3118         * nss/nsswitch.c (__nss_lookup): Adjust comment.
3120         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
3121         function.
3123         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
3125         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
3126         New function.
3127         (HWCAP_IMPORTANT): New definition.
3129 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
3131         * elf/dl-open.c (_dl_open): Fix a typo.
3132         (_dl_global_scope_alloc): Make it static.
3134 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
3136         * Makerules: Remove duplicate rules to handle stamp.oS.
3138 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3140         * manual/examples/inetsrv.c (main): Change prototype of
3141         make_socket following change in mkisock.c.
3143         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
3144         example host.
3145         (main): Change prototype of init_sockaddr following change in
3146         isockadd.c.
3148         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
3149         * manual/examples/isockad.c (init_sockaddr): Likewise.
3151         * manual/examples/mkfsock.c (make_named_socket): Removed blank
3152         lines for clarification.
3153         (make_named_socket): Use strncpy instead of strcpy.
3154         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
3156 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
3158         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
3159         determining libs to remove.
3160         (postclean): Add soversions.mk.
3161         * Makerules (common-mostlyclean): Add tests-static and generated
3162         files.
3164 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
3166         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
3167         scanning for \0.
3168         (__strncat_g): Add i686 specific code.
3170 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3172         * manual/install.texi (Reporting Bugs): Ask to include section
3173         names in reports.
3175 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3177         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
3178         guard against direct inclusion.
3180 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3182         Rework support for libc_nonshared.a:
3183         * Makeconfig (object-suffixes-for-libc): New variable.
3184         * Rules: Remove handling of static-only and shared-only routines.
3185         * Makerules: Handle them here instead.  Use
3186         object-suffixes-for-libc instead of object-suffixes when dealing
3187         with libc objects.
3188         (object-suffixes-for-rules): Remove variable.
3189         (elide-routines.oS): Elide all routines except static-only
3190         routines.
3191         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
3192         empty.
3193         (installed-libcs): Remove special case for .oS.
3194         (rmobjs): Likewise.
3196 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3198         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
3199         do-tst-rpmatch): New targets.
3200         (test): Use them.
3201         (install-locales): Ignore comment lines.
3203 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3205         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
3206         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
3207         ($(objpfx)rtldtbl.h): Likewise.
3208         (CPPFLAGS-dl-load.c): Fix reference to object directory.
3210 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
3212         * manual/string.texi (Finding Tokens in a String): Extend strsep
3213         description and correct example.
3215 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3217         * manual/socket.texi: Remove misguided explicit line breaks and
3218         fix the formatting problem instead by reformulating the
3219         paragraphs.
3220         * manual/filesys.texi: Likewise.
3221         * manual/conf.texi: Likewise.  Don't typeset table with index
3222         fonts, that looks worse than a minimally overfull line.
3224 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3226         * nscd/Makefile (nscd-modules): Move definition outside of
3227         conditional.
3229         * pwd/Makefile: Use have-thread-library to test for thread
3230         library.
3232 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3234         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
3236         * iconvdata/uhc.c (gconv): Remove unused variable idx.
3238 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3240         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
3242 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
3244         * nss/getXXent_r.c: Correctly handle failing setXXent function.
3246         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
3247         Reported by Andreas Jaeger.
3249 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
3251         * elf/Makefile: Fix typo.
3252         (distribute): Add dl-librecon.h.
3253         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
3254         * elf/ldd.sh.in: Likewise.
3255         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
3256         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
3257         Use strsep correctly.
3258         (process_envvars): Allow platform specific variables.
3259         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
3260         (_dl_load_cache_lookup): Test cache IDs found against
3261         _dl_correct_cache_id.
3262         * sysdeps/generic/dl-librecon.h: New file.
3263         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
3265         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
3267 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
3269         * config.make.in (ldd-rewrite-script): New variable.
3270         * configure.in: Substitute ldd-rewrite-script.
3271         * elf/Makefile: Rewrite rules to generate ldd script.
3272         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
3273         * elf/ldd.sh.in: Likewise.
3274         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
3275         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
3276         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
3277         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
3278         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
3280 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3282         * inet/rcmd.c (iruserok): Remain setuid to the local user
3283         while .rhosts is actually read, to make .rhosts-over-NFS work
3284         (PR libc/524).  Use iruserfopen() for security checks on both
3285         hosts.equiv and .rhosts.  General cleanup.
3286         (iruserfopen): New function, performs careful checking on
3287         hosts.equiv/.rhosts files.  Disallows all the old forbidden
3288         stuff plus hard links to files.
3290 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
3292         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
3294         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
3296 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
3298         * sysdeps/i386/i486/bits/string.h: Fix typos.
3300 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
3302         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
3303         strong alias.
3305         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
3307         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
3308         Added.  Used by libm.so on alpha.
3310 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3312         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
3313         defined.
3315 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
3317         * Makerules (object-suffixes-for-rules): Add .oS only for
3318         building shared library.
3319         Add ranlib rule for nonshared library.
3320         (rmobjs): Fix typo.
3322         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
3323         into for shared library only.
3324         (CPPFLAGS-.oS): Add -DPIC.
3325         (libtypes): Use $(object-suffixes-for-rules) instead of
3326         $(object-suffixes).
3328 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
3330         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
3331         and install lddlibc4.
3333 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3335         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
3336         hash.
3337         * iconvdata/gaptab.pl: Likewise.
3339 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
3341         * Rules: Allow Makefiles to specify test-static for tests which
3342         cannot be linked dynamically.
3343         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
3344         tests-static.
3346         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
3348         * misc/error.c: Pretty print.
3350 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3352         * Makerules (libc_nonshared-name): Remove variable.
3353         (installed-libcs): Use libc-name instead.
3354         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
3355         dynamic linker.
3357         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
3358         libc.a.  Remove explicit reference to dynamic linker.
3360 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
3362         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
3363         to wchar_t.
3364         * iconv/iconv_prog.c: Correctly test for write failure.
3365         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
3366         * iconvdata/gconv-modules: Likewise.
3367         * iconvdata/euckr.c: New file.
3368         * iconvdata/johab.c: New file.
3369         * iconvdata/ksc5601.c: New file.
3370         * iconvdata/ksc5601.h: New file.
3371         * iconvdata/uhc.c: New file.
3372         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
3374         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
3375         * stdio/fopen.c: Correct handling of 'x' flag.
3376         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
3378 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3380         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
3381         * sunrpc/rpcsvc/key_prot.x: Likewise.
3382         * sunrpc/key_prot.c: Likewise.
3384 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
3386         * sysdeps/i386/bits/string.h: Correct things which never worked.
3387         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
3388         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
3390 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
3392         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
3393         defined.  Reported by Thorsten Kukuk.
3395 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
3397         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
3399 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3401         * manual/install.texi (Supported Configurations): Add
3402         arm-linuxaout and arm-none.
3404 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3406         * version.h (VERSION): Bump to 2.0.93.
3408 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
3410         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
3412         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
3414         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
3415         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
3417 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3419         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
3421 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3423         Put the static-only routines in a separate library.
3424         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
3425         variables.
3426         (all-object-suffixes): Add .oS.
3427         * Makerules (libc_static-name): New variable.
3428         (installed-libcs): Add libc_nonshared.a.
3429         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
3430         (object-suffixes-for-rules): New variable.  Use it instead of
3431         object-suffixes for generating compilation rules.
3432         (rmobjs): Also remove *.oS.
3433         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
3434         ($(objpfx)stamp.oS): New target.
3436 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
3438         * Makefile (FAQ): Automatically check in regenerated FAQ.
3440 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3442         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
3444 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
3446         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
3447         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
3449         * sysdeps/generic/stub_warning: Removed.
3451         * Makefile (distribute): Add include/des.h.
3453         * manual/Makefile (distribute): Change dir-add.texi to
3454         dir-add.texinfo.
3456         * glibcbug.in: Create files safely when mktemp is not available.
3458         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
3459         Patch by a sun <asun@saul1.u.washington.edu>.
3461 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3463         * libc.map: Rename getname to getnetname.
3465 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
3467         * manual/maint.texi: Use supported platform in examples.
3469         * manual/install.texi: Document some installation tips.
3471 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
3473         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
3474         Fix a bug so that it returns an error if a numeric parameter is
3475         unset and WRDE_UNDEF is set.
3476         Patch by Andreas Schwab and Tim Waugh.
3477         * posix/wordexp-test.c: Add new new test.
3479 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
3481         * posix/regex.c (regex_compile): Last patch wasn't entirely
3482         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
3484 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3486         * manual/filesys.texi (Scanning Directory Content): Fix typo.
3488 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
3490         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
3491         clobbered registers don't appear as operands.
3493 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3495         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
3496         Solaris' sake.
3498         * posix/regex.c (regex_compile): Don't allow non-alphabet
3499         characters in character set name.
3501 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
3503         * posix/wordexp.c (w_newword): New function.
3504         (do_parse_glob): New function.
3505         (parse_glob): Use do_parse_glob.  Now handles the case where a
3506         variable expansion causes a field-split.
3507         (wordexp): Use w_newword.
3508         (parse_arith): Likewise.
3509         (exec_comm): Likewise.
3510         (parse_comm): Likewise.
3511         (parse_param): Likewise.
3512         (parse_backtick): Likewise.
3514 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
3516         * posix/wordexp-tst.sh: Another test.
3518         * posix/wordexp-test.c: Two new tests.
3520         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
3521         directly (the code using realloc was buggy).
3522         (parse_param): Fix typo in comment.
3524 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3526         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
3528 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3530         * libc.map: Add more rpc auth functions/variables.
3532         * nscd/nscd.c: Add -g option to argp options.
3534 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3536         * configure.in: Be prepared for gcc 2.9.10 and up.
3537         * configure.in: Add missing disabling of quote characters in
3538         compiler version check.  Reported by HJ Lu.
3540 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3542         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
3544 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3546         * intl/locale.alias: Fix spelling of romanian.
3548         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
3549         (distribute): Remove des.h.
3550         * include/des.h: New file.
3551         * sunrpc/des.h: Moved to ...
3552         * sunrpc/rpc/rpc_des.h: ...here.
3554 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
3556         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
3557         Fix paren.
3559 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3561         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
3562         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
3564 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
3566         * elf/ldsodesf.h: New file.
3567         * elf/Makefile (distribute): Add ldsodefs.h.
3568         * elf/link.h: Separate internal information in exter header.
3569         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
3570         * elf/dl-minimal.c: Likewise.
3571         * sysdeps/generic/dl-sysdep.c: Likewise.
3572         * elf/sprof.c: Likewise.
3573         * elf/dlsym.c: Likewise.
3574         * elf/dlvsym.c: Likewise.
3575         * elf/dlerror.c: Likewise.
3576         * elf/dladdr.c: Likewise.
3577         * elf/dlclose.c: Likewise.
3578         * elf/dlopen.c: Likewise.
3579         * elf/dl-addr.c: Likewise.
3580         * elf/dl-close.c: Likewise.
3581         * elf/dl-debug.c: Likewise.
3582         * elf/dl-deps.c: Likewise.
3583         * elf/dl-error.c: Likewise.
3584         * elf/dl-fini.c: Likewise.
3585         * elf/dl-init.c: Likewise.
3586         * elf/dl-load.c: Likewise.
3587         * elf/dl-lookup.c: Likewise.
3588         * elf/dl-object.c: Likewise.
3589         * elf/dl-open.c: Likewise.
3590         * elf/dl-profile.c: Likewise.
3591         * elf/dl-reloc.c: Likewise.
3592         * elf/dl-runtime.c: Likewise.
3593         * elf/dl-support.c: Likewise.
3594         * elf/dl-symbol.c: Likewise.
3595         * elf/dl-version.c: Likewise.
3596         * sysdeps/generic/dl-cache.c: Likewise.
3597         * sysdeps/generic/libc-start.c: Likewise.
3598         * iconv/gconv_dl.c: Likewise.
3599         * nss/nsswitch.c: Likewise.
3601 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
3603         * manual/nss.texi: The database is not called network but networks.
3604         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
3606 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3608         * configure.in: Correct test for compiler version.
3609         Check that LD_LIBRARY_PATH doesn't contain current path.
3611 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
3613         * elf/dl-close.c (_dl_close): Fix byte count while removing
3614         the shared object from the global scope list and optimize
3615         a little bit.
3617 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3619         * manual/filesys.texi (Scanning Directory Content): Add missing
3620         closing brace.
3621         (Scanning Directory Content): Fix text.
3623 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3625         * manual/memory.texi (Heap Consistency Checking): Add paragraph
3626         explaining difference of -lmcheck and MALLOC_CHECK_.
3628 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3630         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
3631         typos in comments.
3633 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3635         * test-skeleton.c (main): Fix test for exit signal.
3637 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3639         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
3641 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3643         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
3644         appropriate.
3646 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3648         * libc.map: Export __strtok_r.
3650 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
3652         * posix/regex.c (re_compile_fastmap): Remove unused variable
3653         num_regs and adjust comment.
3654         Patch by Jim Meyering <meyering@ascend.com>.
3656         * math/math.h (M_*l): Extend long double constants to be usable
3657         for 128 bit floats.  Patch by Richard Henderson.
3659 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3661         * sysdeps/m68k/m68020/wordcopy.S: New file.
3663 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
3665         * posix/wordexp.c: Rewrite parse_param.
3666         Patch by Tim Waugh and Andreas Schwab.
3668 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3670         * Rules: Update timestamps on empty object files.
3672 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
3674         * manual/filesys.texi (Scanning Directory Content): Add description
3675         of 64 bits scandir function and friends.
3677 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3679         * glibcbug.in: Use mktemp to generate unique file name for
3680         temporary files.
3682         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
3683         ptsname_r.  Use cast for execve call.
3685 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
3687         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
3688         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
3689         * io/sys/statvfs.h: New file.
3690         * sysdeps/generic/fstatvfs.h: New file.
3691         * sysdeps/generic/statvfs.h: New file.
3692         * sysdeps/generic/fstatvfs64.h: New file.
3693         * sysdeps/generic/statvfs64.h: New file.
3694         * sysdeps/generic/bits/statvfs.h: New file.
3695         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
3696         * sysdeps/unix/sysv/linux/statvfs.c: New file.
3697         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
3699         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
3700         and f_ffree elements.
3702         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
3703         mount options in enum.
3705 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3707         * configure.in: Check for recent egcs/gcc.
3709 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3711         * libc.map: Add alphasort64, scandir64, versionsort64.
3712         * dirent/Makefile (routines): Add scandir64, alphasort64, and
3713         versionsort64.
3714         * dirent/alphasort64.c: New file.
3715         * dirent/scandir64.c: New file.
3716         * dirent/versionsort64.c: New file.
3717         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
3718         versionsort.
3719         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
3720         old name weak alias.
3721         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
3723         * dirent/alphasort.c: Use strcoll instead of strcmp.
3725         * dirent/scandir.c: Optimize a bit.
3727         * dirent/versionsort.c: Pretty print.
3729 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3731         * string/string.h: Add prototype for __strtok_r.
3733 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3735         * posix/Makefile: Fix typo in last change.
3737 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
3739         * dirent/dirent.h (scandir): Make argument of select function const.
3740         * dirent/scandir.c (scandir): Likewise.
3741         Reported by David.Faure@insa-lyon.fr [PR libc/512].
3743 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
3745         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
3746         weak alias.
3747         * sysdeps/i386/strtok_r.c: Likewise.
3749         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
3750         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
3751         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
3752         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
3753         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
3754         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
3756 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3758         * intl/localealias.c: Remove unneeded define for strdup.
3760 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
3762         * manual/argp.texi: Adjust for better TeX output.
3763         * manual/arith.texi: Likewise.
3764         * manual/conf.texi: Likewise.
3765         * manual/filesys.texi: Likewise.
3766         * manual/header.texi: Likewise.
3767         * manual/lgpl.texinfo: Likewise.
3768         * manual/math.texi: Likewise.
3769         * manual/message.texi: Likewise.
3770         * manual/pattern.texi: Likewise.
3771         * manual/process.texi: Likewise.
3772         * manual/signal.texi: Likewise.
3773         * manual/socket.texi: Likewise.
3774         * manual/startup.texi: Likewise.
3775         * manual/stdio.texi: Likewise.
3776         * manual/terminal.texi: Likewise.
3777         * manual/examples/rprintf.c: Likewise.
3778         * manual/examples/testopt.c: Likewise.
3779         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
3781 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
3783         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
3784         parameter name after seeing a digit if it's enclosed in braces.
3786 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3788         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
3790 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3792         * manual/memory.texi (Heap Consistency Checking): Document
3793         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
3795 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3797         * manual/Makefile: Add missing rules.
3799 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3801         * timezone/Makefile (generated): Define to remove all stamp files.
3803         * sysdeps/generic/strsep.c: Also undefine __strsep.
3805         * string/strdup.c: Undefine __strdup and strdup first.
3806         * string/strndup.c: Likewise.
3808         * string/bits/string2.h: Correct strtok_r and strsep.
3809         Add strndup optimization.
3811         * sysdeps/generic/strsep.c: Little optimization.
3813 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
3815         * string/bits/string2.h: Add optimization for strdup.
3816         Always define __strsep and __strtok_r and make real names available
3817         when feature select macros are defined.
3819 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3821         * manual/install.texi (Installation): Use i486-linux as example
3822         instead of the unsupported sunos4.
3823         (Reporting Bugs): Mention glibcbug script.
3824         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
3826 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3828         * posix/wordexp-tst.sh: Make portable.  Add more tests.
3830         * posix/Makefile (do-globtest do-wordexp-test): New targets.
3832 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
3834         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
3835         * sysdeps/generic/libc-start.c: ...here, replacing former content.
3837         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
3838         netpacket/packet.h.
3840         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
3842 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3844         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
3845         in enumerator for strict standard compliance.
3846         * sysdeps/generic/bits/resource.h: Likewise.
3848 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
3850         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
3851         (PLTJMP): New macro.
3853         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
3854         longjmp() when floating point enabled.
3855         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
3856         * sysdeps/arm/__longjmp.S: Remove floating point code.
3857         * sysdeps/arm/setjmp.S: Likewise.
3859         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
3860         * sysdeps/arm/bsd-_setjmp.S: Likewise.
3862         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
3863         memset().
3865         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
3866         prototype.
3868 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
3870         Based on patches from Pat Beirne and Scott Bambrough:
3872         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
3874         * sysdeps/arm/bits/fenv.h: New file.
3876         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
3877         * sysdeps/arm/elf/setjmp.S: Likewise.
3878         * sysdeps/arm/elf/start.S: Likewise.
3879         * sysdeps/arm/init-first.c: Likewise.
3880         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
3881         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
3882         comment about floating point to reflect current reality.
3884         * sysdeps/unix/arm/brk.S: Support PIC.
3885         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
3886         re-entrant code.
3887         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
3888         return; call syscall_error through PLT.
3889         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
3891 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
3893         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
3894         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
3895         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
3897 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3899         * dirent/list.c (test): Return error value.
3900         (main): Exit with error value.
3902         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
3904         * Makefile (distribute): Add test-skeleton.c.
3905         * test-skeleton.c: New file.
3906         * dirent/Makefile (tests): Add opendir-tst1.
3907         * dirent/opendir-tst1.c: New file.
3909 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
3911         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
3912         Optimize memory handling.
3913         * sysdeps/unix/closedir.c: Optmize memory handling.
3915 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
3917         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
3918         handling.  Optimize a bit.
3920 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
3922         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
3923         (parse_param): Fold in Andreas' fixes to do with when the end of
3924         the parameter name has been reached, and quoting inside ${...}.
3925         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
3926         $((echo);(ls)).
3928 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3930         * manual/maint.texi: Split out installation and contribution
3931         sections to their own appendices.  Misc cleanups.
3932         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
3933         * manual/contrib.texi: New file.
3934         * manual/libc.texinfo: Pull in new appendices.
3935         * manual/header.texi: Correct node pointer.
3937 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3939         * manual/process.texi (Process Completion): Clarify return value
3940         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
3942 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3944         * posix/wordexp-test.c: Add more tests.
3945         (testit): Fix logic.
3947         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
3948         /dev/null instead of closing it, close pipe.  Always chop off all
3949         trailing newlines.  Kill and reap child before returning error.
3950         (w_addword, parse_glob): Fix memory leak.
3951         (wordexp): Fix dangling pointer problem.
3953 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
3955         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
3957         * posix/wordexp-test.c (main): Fix little thinkos and typos.
3959         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
3960         directory index by only the language.
3962 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
3964         * posix/wordexp-tst.sh: Store test results in the
3965         ${common_objpfx}posix directory.
3967         * posix/wordexp-test.c: Remove temporary directory afterwards.
3969 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3971         * libc.map: Export internal versions of cancelable functions.
3973 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3975         * Makerules (MAKEFLAGS): Append `r'.
3977 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3979         * Makeconfig: Define have-thread-library, shared-thread-library
3980         and static-thread-library if a thread library is available.  Don't
3981         define rt.
3982         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
3983         nscd-routines to nscd-modules.  Use shared-thread-library and
3984         static-thread-library in dependencies.
3985         * rt/Makefile: Only compile librt if have-thread-library is
3986         defined.
3987         * Makefile (subdirs): Always include rt subdir.
3989 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3991         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
3993 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
3995         * configure.in: Recognize variations for 32 MIPS processors.
3996         Don't assume ELF systems always have .weak, test for .weakext.
3998 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4000         * configure.in: Irix6 is an ELF platform.
4002 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
4004         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
4005         unmapping the last loaded segment.
4007 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
4009         * configure.in: Set base_os for Irix6.
4010         Correct test for .weakext.
4012 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4014         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
4015         (new_line) to _dl_debug_message call.
4017 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4019         * posix/wordexp.c (parse_param): Perform field-splitting after
4020         expanding positional parameter.
4022         * posix/wordexp-tst.sh: Test that field-splitting is performed
4023         after expanding positional parameter.
4025         * posix/wordexp.c (parse_param): Fixed memory leak in
4026         field-splitting after parameter expansion.
4028 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
4030         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
4031         (get_toplvl_escape): Correctly terminate loop at EOF.
4032         Patch by Cristian Gafton <gafton@redhat.com>.
4034 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
4036         * string/tester.c (test_strpbrk): Add more strpbrk tests.
4037         (test_strsep): Likewise.  Correct horrible bugs.
4039         * string/bits/string2.h (strcspn): Optimize also reject string of
4040         length 2 and 3.
4041         (strspn): Likewise.
4042         (strpbrk): Likewise.
4043         (strsep): Likewise.  Correct bug with successive separators and
4044         separators at the end of the string.
4045         * sysdeps/generic/strsep.c: Correct bug with successive separators
4046         and separators at the end of the string.
4048 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4050         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
4051         etc) now handled, as well as $$ (pid).
4053         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
4054         (distribute): Add wordexp-tst.sh.
4056         * posix/wordexp-tst.sh: New file.
4058         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
4059         number of positional parameters.  Renamed substitute_length to
4060         seen_hash.
4061         Don't free(env) is env is NULL.
4063 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
4065         * libc.map: Add pthread_attr_init to GLIBC_2.1.
4067 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
4069         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
4070         for output file replacing gmon.out.
4071         Patch by Dean Gaudet <dgaudet@arctic.org>.
4073 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4075         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
4076         up namespace.  Optimize finding end of line.
4078 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4080         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
4081         securely.  Optimized.
4082         (process_dl_debug): Add ':' to list of separators.  Optimized.
4084 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4086         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
4087         isless, islessequal, islessgreater, isunordered): Return zero or
4088         one.
4090 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
4092         * posix/wordexp-test.c: More tests.
4093         (main): Set up arena for pathname expansion tests (in a temporary
4094         directory).
4095         (testit): Don't check word count or word vector if return value is
4096         non-zero.
4098         * posix/wordexp.c (exec_comm): Always chop off terminating
4099         linefeed (just like bash does).
4100         (parse_param): Change lots of occurrences of "if (!*env)" to "if
4101         (!env || !*env)".
4102         (parse_param): For assignment inside parameter expansion, use all
4103         expanded words in assignment rather than just the first.
4104         (parse_param): Corrected return value for parameter expansion of
4105         an unset variable when WRDE_UNDEF is in effect.
4106         (parse_dollars): Don't field-split if quoted.
4107         (wordexp): Opening brace character isn't allowed unquoted.
4109 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4111         * elf/dlerror.c: Fix concurrency problems with error string and
4112         number.
4114         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
4115         filter/auxiliary are being loaded.
4117 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
4119         * elf/dlerror.c (last_object_name): Removed.
4120         (dlerror): Don't use last_object_name.
4121         (_dl_error_run): Omit second argument to _dl_catch_error.
4122         * elf/dl-error.c (struct catch): Remove objname member.
4123         (_dl_signal_error): Construct string including objname when given.
4124         (_dl_catch_error): Remove objname handling.
4125         * elf/link.h (_dl_catch_error): Fix prototype and comment.
4126         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
4127         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
4128         * nss/nsswitch.c (nss_dlerror_run): Likewise.
4129         * iconv/gconv_dl.c (dlerror_run): Likewise.
4130         [Corrects PR libc/501].
4132 1998-03-12  Matthias Urlichs <smurf@noris.de>
4134         * nscd/nscd.c: Ignore SIGPIPE.
4136 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4138         * nscd/nscd_getgr_r.c: Use __ protected names.
4139         * nscd/nscd_getpw_r.c: Likewise.
4141 1998-03-12  Matthias Urlichs <smurf@noris.de>
4143         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
4144         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
4145         null bytes are not transmitted.
4147 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4149         * powerpc/syscalls.list: Correct typo.
4150         * alpha/syscalls.list: Likewise.
4151         * mips/syscalls.list: Likewise.
4153 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
4155         * socket/sys/socket.h: Add prototype for __socket.
4157 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4159         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
4161         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
4162         constants.
4164         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
4165         definition here.
4166         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
4167         definition here.
4169         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
4170         AF_* and PF_* constants.
4172         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
4174 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
4176         * elf/rtld.c: Update help message.
4177         Install link maps for preloaded objects using main_map as loader.
4179         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
4180         * elf/dl-profile.c: Likewise.
4182         * elf/dlsym.c: Little optimization.
4183         * elf/dlvsym.c: Likewise.
4185 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
4187         * posix/wordexp-test.c: Move test for parameter list at the very
4188         beginning.
4190 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4192         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
4193         WRDE_REUSE flag is set.
4194         (parse_param): Allow `*', `@', and numbers in parameter names.
4195         (parse_dollars): Differentiate between arithmetic expansion and a
4196         command substitution that starts immediately with a sub-shell
4197         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
4198         (parse_param): Memory allocated with __alloca in a block was
4199         referenced outside that block.  Adjusted to use malloc/free.
4200         (parse_param): Adjusted field-splitting algorithm so that there is
4201         not necessarily a field split at the end of a parameter expansion.
4203 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
4205         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
4206         don't free words that have already been allocated.
4207         (parse_param): A dollar sign on its own will never have a pattern
4208         associated with it (like "${HOME%%/}" has), so don't try to free it.
4209         (parse_glob): Attempt to glob when an unquoted `[' is found
4210         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
4211         (parse_glob): Sorted out quoting in a glob-able word.
4212         (parse_param): Added $* and $@ handling.
4214 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4216         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
4217         parsing it.
4219 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4221         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
4222         _dl_debug_message.
4224 1998-03-12  Matthias Urlichs  <smurf@noris.de>
4226         * elf/dl-misc.c: Default for debug output should be stderr.
4227         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
4228         * elf/dl-lookup.c: reference_name may be NULL or empty.
4230 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4232         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
4234 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
4236         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
4238         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
4240 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4242         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
4243         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
4245 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4247         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4248         init stuff.
4250 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4252         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
4253         flag.
4255         * misc/syslog.c (vsyslog): Don't try to send if not connected to
4256         syslog daemon.
4257         (closelog_internal): Don't do anything if not connected.
4259 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
4261         * libc.map: Add _dl_debug_message.
4262         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
4263         before every line.
4264         * elf/fini.c: Correctly use new _dl_debug_message function.
4265         * elf/init.c: Likewise.
4266         * elf/dl-lookup.c: Likewise.
4267         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4268         * elf/dl-load.c: Likewise.  Add more debugging prints.
4269         * elf/dl-reloc.c: Likewise.
4270         * elf/dl-version.c: Likewise.
4271         * elf/dl-support.c: Add variables for debugging.
4272         * elf/rtld.c: Likewise.  Recognize new debug options.
4273         * elf/link.h: Declare new variables.
4275         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
4277 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4279         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
4280         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
4282 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
4284         * posix/wordexp-test.c (command_line_test): New function to allow
4285         testing of specific cases from the command-line.
4287 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
4289         * elf/dl-init.c (_dl_init_next): Print nicer messages.
4290         * elf/dl-fini.c (_dl_fini): Likewise.
4291         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
4293         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
4294         symbol in debug message.
4295         (_dl_lookup_versioned_symbol_skip): Likewise.
4297 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
4299         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
4300         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4301         * manual/filesys/texi: Document this.
4303 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
4305         * manual/filesys.texi: Document the change below.
4307 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4309         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
4310         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
4312 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
4314         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
4315         instead scope.  If debugging display information about symbol
4316         resolving.
4317         (_dl_lookup_symbol): Call do_lookup with correct parameters.
4318         (_dl_lookup_symbol_skip): Likewise.
4319         (_dl_lookup_versioned_symbol): Likewise.
4320         (_dl_lookup_versioned_symbol_skip): Likewise.
4321         * elf/dl-support.c: Define _dl_debug_symbols.
4322         * elf/link.h: Add declaration for _dl_debug_symbols.
4323         * elf/rtld.c: Define _dl_debug_symbols.
4324         (process_dl_debug): Recognize symbols option.
4326 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
4328         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
4329         in correct format.
4330         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
4331         with correct parameters.
4332         [!PIC]: Initialize __libc_multiple_libcs.
4334 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
4336         * elf/dl-support.c (_dl_debug_bindings): Add definition.
4337         * elf/rtld.c (_dl_debug_bindings): Add definition.
4338         (process_dl_debug): Recognize bindings option.  Update help message.
4339         * elf/link.h (struct link_map): Add l_versyms member.
4340         (_dl_debug_bindings): Add declaration.
4341         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
4342         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
4343         and l_reloc_result.
4344         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
4345         (sym_val): Remove a member, add m as link_map.
4346         (do_lookup): Return result appropriately.
4347         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
4348         Call do_lookup correctly.
4349         (_dl_lookup_symbol_skip): Likewise.
4350         (_dl_lookup_versioned_symbol): Likewise.
4351         (_dl_lookup_versioned_symbol_skip): Likewise.
4353 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
4355         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
4356         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
4358         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
4359         * libc.map: Add chown to GLIBC_2.1.
4360         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
4361         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
4363 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4365         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
4366         weak alias.
4367         * sysdeps/alpha/ffs.c: Likewise.
4368         * sysdeps/am29k/ffs.c: Likewise.
4369         * sysdeps/i386/ffs.c: Likewise.
4370         * sysdeps/i960/ffs.c: Likewise.
4371         * sysdeps/m68k/ffs.c: Likewise.
4372         * sysdeps/m88k/ffs.c: Likewise.
4373         * sysdeps/powerpc/ffs.c: Likewise.
4374         * sysdeps/rs6000/ffs.c: Likewise.
4375         * sysdeps/vax/ffs.s: Likewise.
4376         * string/string.h: Declare __ffs.
4377         * libc.map: Export it.
4378         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
4379         __builtin_ffs, which is not guaranteed to be namespace clean.
4381 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4383         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
4384         table, which is much more likely to exist than debugging symbols.
4385         (printsym): Remove const.
4386         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
4387         header table.
4389         * libc.map: Export __profile_frequency, used by elf/sprof, to
4390         avoid infinite recursion during startup.
4392 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4394         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
4395         Readd lost negate.
4397         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
4399 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
4401         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
4403 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
4405         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
4406         LD_PRELOAD, and LD_VERBOSE.
4407         (dl_main): Use global variables set by process_envvars instead of
4408         calling getenv.
4409         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
4410         LD_LIBRARY_PATH value, this comes with the parameter.
4411         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
4412         ("LD_LIBRARY_PATH") to _dl_init_paths.
4414 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
4416         * elf/rtld.c (dl_main): Delay initialization of path structure if
4417         the dynamically linker is invoked implicitly until we read the
4418         dynamic section.
4420 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
4422         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
4424 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4426         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
4427         Linux 2.0 and 2.1.
4429         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
4431 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
4433         * Makeconfig (nisobjdir): Set to path to nis directory.
4434         (rpath-link): Add nisobjdir.
4435         Patch by Sven Verdoolaege <skimo@kotnet.org>.
4437         * elf/Makefile: Pretty print.
4438         * elf/dl-lookup.c: Include unistd.h.
4439         * elf/dl-runtime.c: Likewise.
4441         * localedata/Makefile (test-srcs): Add tst-rpmatch.
4442         (distribute): Add tst-rpmatch.sh.
4443         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
4445         New tests for rpmatch function by
4446         Jochen Hein <jochen.hein@delphi.central.de>.
4447         * localedata/tst-rpmatch.c: New file.
4448         * localedata/tst-rpmatch.sh: New file.
4450         * localedata/locales/de_DE: Correct yesexpr and noexpr.
4451         * localedata/locales/de_AT: Likewise.
4453         * posix/getopt.c: Update contact address.
4454         * posix/getopt1.c: Pretty print.
4456         * sysdeps/generic/libc-start.c: Do most of the initialization now
4457         here instead of in start.S.
4458         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
4459         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
4461         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
4462         profil_counter to be public.
4464 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
4466         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
4467         (parse_param): Coded parameter length expansion (${#var}).
4468         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
4469         (parse_param): Cleaned up (fixed) error handling.
4471         * posix/wordexp-test.c: IFS now includes non-whitespace character
4472         (comma).  Added more tests.
4474 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
4476         * elf/link.h: Fix typos.
4477         Reported by Andreas Jaeger.
4479         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
4480         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
4482 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
4484         * argp/argp-help.c: Remove last bits of using gettext instead of
4485         dgettext.
4487 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
4489         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
4490         __libc_start_main.
4491         * csu/Makefile (routines): Add libc-start.
4492         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
4493         * elf/dl-lookup.c: Likewise.
4494         * elf/dl-version.c: Likewise.
4495         * sysdeps/i386/dl-machine.h: Likewise.
4496         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
4497         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
4498         _dl_sysdep_message macros which use _dl_sysdep_output.
4499         * elf/dl-fini.c: Write out which destructor is called while debugging.
4500         * elf/dl-init.c: Likewise for constructor.
4501         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
4502         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
4503         _dl_sysdep_message.  Add _dl_sysdep_output.
4504         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
4505         this file can be opened.
4506         For LD_DEBUG=libs also set _dl_debug_impcalls.
4507         * sysdeps/generic/dl-cache.c: Include unistd.h.
4508         * sysdeps/generic/libc-start.c: New file.
4509         * sysdeps/unix/sysv/linux/libc-start.c: New file.
4510         * sysdeps/i386/elf/start.S: Don't call main directly, call
4511         __libc_start_main instead.
4513         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
4515 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
4517         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
4519 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
4521         * argp/argp.h (struct argp): Add new field domain.
4522         * argp/argp-help.c: Change all gettext calls to dgettext and use
4523         domain field from appropriate argp in call.
4524         * argp/argp-parse.c: Likewise.
4526 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
4528         * posix/wordexp-test.c: Change testsuite so that it can run even
4529         for ~root != /root.
4531 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4533         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
4535 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4537         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4538         Don't store into global errno if we already store through
4539         __errno_location.
4540         * sysdeps/unix/i386/sysdep.S: Likewise.
4541         * sysdeps/unix/alpha/sysdep.S: Likewise.
4542         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4543         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4544         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
4545         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
4546         PIC).
4548 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4550         * sysdeps/generic/sysdep.h (L): Remove definition.
4551         * sysdeps/i386/sysdep.h (L): Define it here instead.
4553 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4555         * nis/nis_call.c (__do_niscall): Safe and reset errno.
4557         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
4559 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4561         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
4562         declaration style to avoid warnings.
4564 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
4566         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
4567         "LD_DEBUG".
4569 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
4571         * posix/Makefile (tests): Add wordexp-test.
4572         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
4573         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
4575 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
4577         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
4578         dependencies.
4580         * elf/link.h (struct r_search_path_elem): Add two new field for
4581         lib path debugging.
4582         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
4583         variable accordingly.
4584         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
4585         is considered next along with information about load paths.
4586         * sysdeps/generic/dl-cache.c: Likewise.
4587         * elf/dl-support.c: Define _dl_debug_libs.
4588         * elf/genrtldtbl.awk: Add initializers for two new field in
4589         struct r_search_path_elem.
4591 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4593         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
4594         * sysdeps/m68k/lshift.S: Likewise.
4595         * sysdeps/m68k/rshift.S: Likewise.
4596         * sysdeps/m68k/sub_n.S: Likewise.
4597         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
4598         * sysdeps/m68k/m68020/mul_1.S: Likewise.
4599         * sysdeps/m68k/m68020/submul_1.S: Likewise.
4601         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
4602         [_LIBC_REENTRANT]: Don't store into global errno.
4604         * sysdeps/m68k/sysdep.h: New file.
4605         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
4606         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
4607         (DO_CALL): Change to expect syscall name as argument.
4608         (PSEUDO): Pass syscall_name to DO_CALL.
4609         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
4610         errno.
4612 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
4614         * elf/rtld.c: Speed up processing of environment variables.  Do
4615         only one run on the environment by avoiding to call getenv.
4616         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
4617         function.  Used by patch above.
4619 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4621         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
4622         running nscd.
4623         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
4624         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
4625         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
4627 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
4629         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
4630         module cannot be found.  Reported by Andreas Jaeger.
4632 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4634         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
4635         on platforms which default to unsigned chars.
4636         * nscd/nscd_getpw_r.c: Likewise.
4637         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
4638         defining it.
4640 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4642         * elf/Makefile (install-bin): Change = to += for sprof to install
4643         ldd also.
4645 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
4647         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
4649 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
4651         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
4653 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4655         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
4656         that a failure to connect to nscd doesn't change errno.
4658 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4660         * manual/maint.texi (Reporting Bugs): Change
4661         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
4663         * locale/iso-4217.def: Likewise
4665 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
4667         * manual/texinfo.tex: Updated.
4669 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4671         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
4672         value.
4673         * sysdeps/posix/pathconf.c: Likewise.
4674         * posix/getconf.c: Print `undefined' if pathconf returns -1
4675         without setting errno.
4677 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
4679         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
4680         problem.
4681         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
4682         Patches by Elliot Lee <sopwith@cuc.edu>.
4684 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
4686         * elf/link.h (struct link_map): Add new field l_reloc_result.
4687         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
4688         of relocation for the object to be profiled.
4689         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
4690         to NULL.
4691         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
4692         array here.
4693         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
4694         contains a result from a previous run use this instead of computing
4695         the value again.
4696         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
4698 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4700         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
4701         offsets into the GOT.
4702         (RTLD_START): Likewise.
4704 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
4706         * elf/sprof.c: Cleanup a bit.
4708 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
4710         * sysdeps/generic/sysdep.h (L): New. Define.
4712         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
4714         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
4716         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
4717         to have only one exit point for functions.
4718         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4719         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
4720         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
4721         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4722         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4724 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4726         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
4727         reset errno so that errno isn't set to ENOSYS in the first call.
4728         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
4729         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
4730         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
4731         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
4733 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
4735         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
4736         * sysdeps/i386/addmul_1.S: Likewise.
4737         * sysdeps/i386/lshift.S: Likewise.
4738         * sysdeps/i386/mul_1.S: Likewise.
4739         * sysdeps/i386/rshift.S: Likewise.
4740         * sysdeps/i386/sub_n.S: Likewise.
4741         * sysdeps/i386/submul_1.S: Likewise.
4742         * sysdeps/i386/i586/add_n.S: Likewise.
4743         * sysdeps/i386/i586/addmul_1.S: Likewise.
4744         * sysdeps/i386/i586/lshift.S: Likewise.
4745         * sysdeps/i386/i586/mul_1.S: Likewise.
4746         * sysdeps/i386/i586/rshift.S: Likewise.
4747         * sysdeps/i386/i586/sub_n.S: Likewise.
4748         * sysdeps/i386/i586/submul_1.S: Likewise.
4750         * sysdeps/i386/sysdep.h: Extend last change.
4752         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
4753         to have only one exit point for functions.
4755 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4757         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
4758         search.
4760 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
4762         * Makerules: Generate libc.so with absolute paths for the used
4763         shared objects.
4765         * config.make.in: Add MAKEINFO definition.
4767 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4769         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
4770         (ENTRY): Use STABS_FUN.
4771         (END): Use STABS_FUN_END.
4772         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
4774         * elf/Makefile: Add rules to build sprof program.
4775         * elf/sprof.c: New file.
4777 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4779         * misc/syslog.c (openlog_internal): Insert missing closing brace.
4781 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4783         * configure.in: Check for working msgfmt version (from GNU gettext
4784         0.10 or later).
4786 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4788         * configure.in: Avoid //s in sysdirs.
4789         Patch by Roland McGrath.
4791         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
4793 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
4795         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
4796         setting _dl_global_scope for RTLD_GLOBAL.
4798 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4800         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
4801         possible lists of object-suffixes are taken care of.
4803 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
4805         * timezone/private.h: Update from tzcode1998c.
4806         * timezone/zic.c: Likewise.
4807         * timezone/antarctica: Updated from tzdata1998c.
4808         * timezone/asia: Likewise.
4809         * timezone/australasia: Likewise.
4810         * timezone/europe: Likewise.
4811         * timezone/southamerica: Likewise.
4813 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
4815         * posix/glob.c (glob_in_dir): Add support for cases insensitive
4816         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
4818 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
4820         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
4821         Changed type of TWO43, TWO52 from float to double.
4822         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
4823         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
4824         Changed type of TWO43 from float to double.
4825         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
4826         Use __isinff.
4828 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
4830         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
4831         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
4832         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
4834 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
4836         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
4837         kernel_termios.h.
4838         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
4839         Clean up random whitespace.
4840         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
4841         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
4842         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
4843         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
4845 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
4847         * shlib-versions: Match alpha*.
4848         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
4849         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
4851         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
4852         Implement copysign* with and without __ prefix.
4853         Likewise for fabs; use builtin for gcc 2.8.
4854         (floor*): New.
4855         (fdim*): New.
4857         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
4858         (R_SPARC*): Match current v9 ABI.
4860         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
4862         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
4863         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
4864         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
4865         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
4866         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
4867         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
4868         * sysdeps/unix/grantpt.c (argv): Fix consts.
4869         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
4870         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4872 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4874         * misc/syslog.c: Change to allow user the interpretation of the
4875         outcome even with syslog having no return value.
4877 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
4879         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
4880         that the number of program headers is >0 (which is wrong for the
4881         loader itself).
4883 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4885         * Makefile (distribute): Add README.libm.
4887 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4889         * time/clocktest.c (main): Correct typo: "--" -> "==".
4891 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
4893         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
4894         inline function.
4895         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
4896         inline functions.
4898         * math/libm.map (__atan2): Added.
4900 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4902         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
4903         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4905         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
4906         bug.
4908 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4910         * manual/arith.texi (Old-style number conversion): Correct
4911         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
4913 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4915         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
4916         but does not require it.  Handle missing argv[] values gracefully.
4917         * posix/execl.c: Likewise.
4918         * posix/execle.c: Likewise.
4920 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4922         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
4923         bit.
4924         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
4926 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
4928         * libc.map: Add __adjtimex.
4930 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4932         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
4933         Remove memset.
4935 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
4937         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
4938         to 64.
4940         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
4942         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
4943         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
4945         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
4946         for shared library.
4948         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
4950         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
4951         Added adjtimex and old_adjtimex.
4953         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
4954         New.
4955         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
4956         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
4958         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
4959         symbols only for shared library.
4960         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4961         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4962         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4963         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4964         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4965         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4966         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4968         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
4969         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
4970         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
4971         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
4972         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
4973         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
4974         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
4975         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
4977         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
4978         rusage pointer.
4980         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
4981         New macros.
4982         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
4983         timex and __adjtimex, respectively.
4985         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
4987         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
4989 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
4991         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
4992         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
4994 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
4996         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
4998 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5000         * Makefile.in: Disable built-in rules.
5002 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5004         * sysdeps/i386/fpu/t_exp.c: Move to ...
5005         * sysdeps/libm-i387/t_exp.c: ... here.
5007 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
5009         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
5010         from __exp2_deltatable.
5012 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
5014         * nis/ypclnt.c (yp_master): Check result of strdup.
5015         Patch by Thorsten Kukuk.
5017 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5019         * nis/ypclnt.c: Give clnt handle after error checking free, change
5020         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
5022 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
5024         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
5025         Patch by Joe Keane <jgk@jgk.org>.
5027         * misc/fstab.h (struct fstab): Change fs_type member to be const.
5028         * misc/fstab.c: Remove casts in fs_type assignments.
5030 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5032         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
5033         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
5034         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
5035         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
5036         * sysdeps/powerpc/bits/fenv.h: Likewise.
5037         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
5038         * sysdeps/generic/bits/fenv.h: Likewise.
5039         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
5040         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
5041         * sysdeps/powerpc/test-arith.c (main): Likewise.
5043 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5045         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
5046         the comparison macros.
5048 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
5050         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
5051         (__log2): Fixed return values.
5052         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
5054 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
5056         * math/math.h (isunordered): Rename local variables to ensure
5057         correct code.  Reported by HJ Lu.
5059 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
5061         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5062         isless, islessequal, islessgreater, isunordered): Fix syntax for
5063         fucompip instruction.
5064         (isless, islessequal): Fix logic.
5066 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5068         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
5069         (comparisons_test): New tests for comparison macros.
5071 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
5073         * Makeconfig: Filter out frame-pointer effecting options when
5074         compiling profiling or debugging code.
5075         * config.h.in (internal_function): Don't define here if PROF is
5076         defined.
5077         * gmon/gmon.c (__moncontrol): Don't change state if already in error
5078         state.
5079         (__monstartup): If calloc fails set error state and mark array as
5080         not allocated.
5081         (_mcleanup): Don't call write_gmon if in error state.  Don't try
5082         to free array if not  successfully allocated.
5084         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
5085         Include elf.h to get macro definitions.
5086         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
5088 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
5090         * elf/ldd.sh.in: Add compatibility for broken old shells.
5091         * elf/ldd.bash.in: Likewise.
5093 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
5095         * sunrpc/rpc_main.c (open_input): Check pipe return error.
5097         * time/clocktest.c (main): Check signal return error.
5099 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5101         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
5102         "/" and use do-install-program. Reported by Mark M. Kettenis.
5103         (subdir_install):  Likewise.
5105 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5107         * sunrpc/rpc_sample.c: Fix typo.
5109         * nscd/connections.c: Use locale.
5110         * nscd/grpcache.c: Add debug messages, gidtbl should get the
5111           calloc result.
5112         * nscd/nscd.c: Check if init functions fails.
5113         * nscd/nscd_conf.c: Allow disabling of group cache.
5114         * nscd/nscd_getgr_r.c: Fix return code if group not found.
5115         * nscd/pwdcache.c: Fix debug messages.
5117 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5119         * libc.map: Add __monstartup and _mcleanup for profiling support.
5121 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5123         * libc.map: Export __getpagesize, for binary compatibility with
5124         2.0.
5126 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5128         * posix/globtest.sh: Use --library-path instead of
5129         LD_LIBRARY_PATH.
5130         * localedata/sort-test.sh: Likewise.
5131         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
5133 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5135         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
5136         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
5137         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5139         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
5140         kernel_sigaction): Define.
5141         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
5142         kernel_sigaction): Define.
5144 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5146         * math/libm-test.c: Change epsilons for libm-ieee754.
5148 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
5150         * sysdeps/i386/__longjmp.S: Fix race condition.
5151         Reported by Bruno Haible <haible@ilog.fr>.
5153 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
5155         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
5156         * iconvdata/8bit-gap.c: Likewise.
5157         * iconvdata/8bit-generic.c: Likewise.
5158         * iconvdata/iso6937.c: Likewise.
5159         * iconvdata/iso8859-1.c: Likewise.
5160         * iconvdata/sjis.c: Likewise.
5161         * iconvdata/t61.c: Likewise.
5163 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5165         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
5166         feature tests by positive feature tests.
5168 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5170         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
5172 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
5174         * elf/dlvsym.c (dlvsym_doit): More corrections.
5175         Patch by Andreas Jaeger.
5177 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5179         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
5181 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
5183         * libc.map: More reordering for GLIBC_2.1 symbols.
5185 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5187         * libc.map: Move some functions from version GLIBC_2.0 to
5188         GLIBC_2.1, reorder declarations.
5190 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
5192         * resolv/gethnamaddr.c (addrsort): Make this function extern.
5193         Patch by zab@thebrain.grumblesmurf.net.
5195 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5197         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
5198         NIS+ functions with version GLIBC_2.1.
5200 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
5202         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
5203         with 2.0 binaries.  Reported by Thorsten Kukuk.
5205 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5207         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
5209         * elf/dlsym.c (dlsym_doit): Likewise.
5211 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5213         * elf/link.h: Correct typos.
5215         * iconv/iconv_prog.c: Correct typo.
5217 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
5219         * iconv/Makefile: Add rules to build and install iconv program.
5220         * iconv/iconv_prog.c: New file.
5222 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
5224         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
5225         _dl_lookup_symbol_skip call.
5226         * elf/dlvsym.c (dlvsym_doit): Likewise.
5228 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
5230         * libio/iovsscanf.c: Do not include errno.h.
5232 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5234         * elf/dl-load.c (add_name_to_object): Don't translate strings.
5235         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
5236         pulling in the whole error list.
5237         (__dcgettext, dcgettext): Removed.
5238         * libc.map: Export _strerror_internal.
5240 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
5242         * sysdeps/i386/fpu/t_exp.c: New file.
5244 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5246         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
5247         everything with version GLIBC_2.1.
5248         * hesiod/libnss_hesiod.map: Likewise.
5250 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5252         * manual/arith.texi (Old-style number conversion): This node is a
5253         section, not a subsection.
5255 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5257         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
5259 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5261         * elf/rtld.c (dl_main): Make sure that the library search paths
5262         have been initialized before the first call to _dl_map_object.
5264 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5266         * Makerules (common-generated): Add libc_pic.os.
5268 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5270         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
5271         of the executable.
5273 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5275         * sysdeps/m68k/fpu/t_exp.c: New file.
5277 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5279         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
5280         to global errno variable anymore.
5282 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
5284         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
5285         If PRELOADED is nonzero check in case of an SUID application
5286         whether the shared object has the SUID bit set.
5287         Fix some other problems with handling shared objects in system
5288         specific directories.
5289         (_dl_map_object): Also take extra parameter and pass it to open_path.
5290         * elf/link.h (_dl_map_object): Correct prototype and comment.
5291         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
5292         * elf/dl-open.c (_dl_open): Likewise.
5293         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
5295         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
5297 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5299         * math/libm-test.c (modf_test): Add test for 1.5.
5301         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
5302         0 to get always an int.
5304 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5306         * math/libm.map: Move all symbols that are new in glibc 2.1 to
5307         version GLIBC_2.1.
5309 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
5311         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
5312         trying to read another character.
5314 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5316         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
5317         name to lowercase.
5319         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
5320         name to lowercase, add test for big enough buffer.
5322 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5324         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
5325         Make compatible with older kernels.  Patch by Richard Henderson.
5327 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
5329         * elf/dl-load.c (open_path): Use __xstat instead of stat.
5331         * localedata/tst-locale.sh: Comment out first test for now.
5333 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
5335         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
5336         as 1.
5337         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
5338         Likewise.
5340         * libio/iogetline.c (_IO_getline_info): Renamed from
5341         _IO_getline.
5342         (_IO_getline): Just call _IO_getline_info.
5344         * libio/libioP.h (_IO_getline_info): New declaration.
5346         * libc.map (_IO_getline_info, __write): Added.
5348 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5350         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
5351         const char* to shut up gcc.
5353 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
5355         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
5356         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
5358         * math/math.h: Define M_* constants always as `double' and add new
5359         macros M_*l which are of type `long double'.
5360         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
5361         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
5362         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
5363         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
5364         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
5365         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
5366         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
5367         * math/libm-tst.c: Likewise.
5369         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
5370         define as long double unconditionally.
5372 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5374         * manual/arith.texi (Old-style number conversion): Correct some
5375         typos.
5377 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
5379         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
5380         Restore.
5382         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
5384 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
5386         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
5387         on $(rtld-ldscript).
5389         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
5390         starting from 0 not only from `from'.
5391         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
5393 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
5395         * elf/rtld.c (dl_main): Recognize --library-path parameter and
5396         pass value (or NULL) to _dl_init_paths.
5397         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
5398         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
5399         environment variable.
5400         * elf/link.h: Change prototype for _dl_init_paths.
5401         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
5403         * localedata/Makefile (distribute): Add test files.
5405 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5407         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
5408         test1.def, test2.def, test3.def, test4.def}: Simple input files
5409         for localedef. Contributed by Yung-Ching Hsiao
5410         <yhsiao@cae.wisc.edu>.
5412         * localedata/Makefile (tests): Call tst-locale.sh.
5414         * localedata/tst-locale.sh: New file, regression tests for some
5415         localedef problems.
5417 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5419         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
5421         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
5422         terminated.
5423         * nis/nss_nisplus/nisplus-network.c: Likewise.
5424         * nis/nss_nisplus/nisplus-proto.c: Likewise.
5425         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
5426         * nis/nss_nisplus/nisplus-service.c: Likewise.
5428         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
5429         and support generating thread safe RPC code.
5430         * sunrpc/rpc_main.c: Add changes.
5431         * sunrpc/rpc_clntout.c: Likewise.
5432         * sunrpc/rpc_cout.c: Likewise.
5433         * sunrpc/rpc_hout.c: Likewise.
5434         * sunrpc/rpc_parse.c: Likewise.
5435         * sunrpc/rpc_sample.c: Likewise.
5436         * sunrpc/rpc_scan.c: Likewise.
5437         * sunrpc/rpc_svcout.c: Likewise.
5438         * sunrpc/rpc_util.c: Likewise.
5439         * sunrpc/rpc_util.h: Add new structs and prototypes.
5440         * sunrpc/proto.h: Remove prototypes for static functions.
5442 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5444         * locale/programs/ld-messages.c (messages_finish): Don't skip
5445         error checking when being quiet.
5446         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
5447         (set_class_defaults): Likewise.
5448         * locale/programs/charmap.c (parse_charmap): Likewise.
5449         * locale/programs/ld-collate.c (collate_finish): Likewise.
5450         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
5451         * locale/programs/ld-time.c (time_finish): Likewise.
5452         * locale/programs/locfile.c (write_locale_data): Likewise.
5454         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
5455         unknown characters and empty ranges.
5456         * locale/programs/ld-collate.c (collate_order_elem): When
5457         processing an ellipsis properly form a linked list in the result
5458         table, fix typo when allocating ordering array.
5459         [PR libc/419]
5461 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5463         * elf/Makefile (ld-map): Define.
5464         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
5465         `$(rtld-ldscript)'.
5466         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
5467         on $(ld-map).
5468         (rtld-link): Combine the two versions of this definition.  Fixed
5469         to make it work when no symbol versioning is used.
5471 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
5473         * Makeconfig (build-program-cmd): Use --library-path parameter to
5474         ld.so instead of environment variable.
5476         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
5477         * sunrpc/rpc_main.c: Remove support for -$$ option again.
5479 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5481         * Make-dist: Respect with-cvs setting.
5482         * MakeTAGS (all-pot): Likewise.
5483         * sysdeps/sparc/sparc32/Makefile: Likewise.
5484         * sysdeps/mach/hurd/Makefile: Likewise.
5485         * stdlib/Makefile: Likewise.
5486         * posix/Makefile: Likewise.
5487         * intl/Makefile: Likewise.
5488         * po/Makefile (linguas): Likewise
5490 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5492         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
5494 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
5496         * libc.map: Add __strcasecmp.
5498         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
5499         module.
5501         * nss/getXXent_r.c: If no more module is found don't try to call
5502         setXXent functions but leave unsuccessfully.
5504         * malloc/obstack.h: Cleanups.
5506         * sysdeps/wordsize-32/stdint.h: New file.
5507         * sysdeps/wordsize-64/stdint.h: New file.
5508         * sysdeps/generic/stdint.h: New file.
5509         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
5510         * sysdeps/wordsize-64/inttypes.h: Likewise.
5511         * stdlib/Makefile (headers): Add stdint.h.
5513 1998-02-03  Paul Eggert  <eggert@twinsun.com>
5515         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
5517 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5519         * timezone: New directory.
5520         * time/README, time/africa, time/antarctica, time/asia,
5521         time/australasia, time/backward, time/checktab.awk,
5522         time/etcetera, time/europe, time/factory, time/ialloc.c,
5523         time/iso3166.tab, time/leapseconds, time/northamerica,
5524         time/pacificnew, time/private.h, time/scheck.c,
5525         time/solar87, time/solar88, time/solar89, time/southamerica,
5526         time/systemv, time/test-tz.c, time/tzfile.h,
5527         time/tzselect.ksh, time/yearistype, time/zdump.c,
5528         time/zic.c, time/zone.tab: Moved to timezone.
5529         * time/tzfile.c: Include tzfile.h from timezone subdir.
5530         * time/tzset.c: Likewise.
5531         * time/Makefile: Cut out all code relating to timezones...
5532         * timezone/Makefile: ...and paste it in here.
5533         * Makefile (subdirs): Add timezone.
5535 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
5537         * libc.map (_sys_nerr): Added.
5539         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
5540         versioned symbol.
5542 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
5544         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
5545         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
5546         Reported by Craig Metz <cmetz@inner.net>.
5548 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5550         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
5551         instead of strcasecmp.
5552         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
5554         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
5556 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
5558         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
5559         Patch by Dean Gaudet <dgaudet@arctic.org>.
5561 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
5563         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
5565 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5567         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
5568         with no poll syscall, just include the BSD version.
5569         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
5570         kernel without the syscall, include the stub version.
5571         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
5572         * sysdeps/generic/getresuid.c: New file.
5573         * sysdeps/generic/getresgid.c: New file.
5575 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
5577         * stdio-common/vfscanf.c: Correct last change a bit.
5579 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
5581         * elf/Makefile: Don't use --version-script parameter to link ld.so
5582         unconditionally.
5584 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
5586         * math/Makefile: Add t_exp.
5587         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
5588         constants.
5589         * math/test-reduce.c: Remove temporarily, it seems to be broken.
5590         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
5591         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
5592         better accuracy.
5593         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
5594         algorithm for very large/very small arguments.
5595         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
5596         correct algorithm for very large/very small arguments; adjust for
5597         new table.
5598         * sysdeps/libm-ieee754/t_exp.c: New file.
5599         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
5601         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
5602         back, with comment that explains what breaks when you remove it :-(.
5604         * localedata/xfrm-test.c: Avoid integer overflow.
5606         * stdlib/strfmon.c: char is unsigned, sometimes.
5608         * sysdeps/powerpc/Makefile: Remove quad float support.
5609         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
5610         * sysdeps/powerpc/quad_float.h: Likewise.
5611         * sysdeps/powerpc/test-arith.c: Likewise.
5612         * sysdeps/powerpc/test-arithf.c: Likewise.
5614         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
5615         * sysdeps/generic/s_exp2f.c: Likewise.
5617         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
5618         don't try anything if _SOFT_FLOAT.
5620 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5622         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
5623         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
5624         * wctype/wctype.c: Likewise.
5625         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
5626         changed.  They are incompatible with the _ISxxx values from
5627         <ctype.h> on little endian machines.
5628         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
5629         bit number.  This fixes the real bug and restores the integrity of
5630         the ctype locale file.
5631         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
5632         * wctype/wcfuncs_l.c: Likewise.
5633         * wctype/wcextra.c: Likewise.
5634         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
5635         byte swapping.
5637 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5639         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
5640         into .bss segment instead of .common, so that aliases on it work.
5642         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
5643         .size directives, put into .bss segment instead of initializing it
5644         to 4.
5646 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
5648         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
5650         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
5651         functions.
5652         Make names without __ weak aliases.
5653         (__libc_release, __libc_version): Make them static.
5655         * include/gnu/libc-version.h: New file.
5656         * Makefile (headers): Add gnu/libc-version.h.
5658 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
5660         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
5661         and use x for member name.
5662         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
5664         * stdlib/drand48.c: Change according to member name change.
5665         * stdlib/drand48_r.c: Likewise.
5666         * stdlib/lcong48_r.c: Likewise.
5667         * stdlib/lrand48.c: Likewise.
5668         * stdlib/lrand48_r.c: Likewise.
5669         * stdlib/mrand48.c: Likewise.
5670         * stdlib/mrand48_r.c: Likewise.
5671         * stdlib/seed48.c: Likewise.
5672         * stdlib/seed48_r.c: Likewise.
5673         * stdlib/srand48_r.c: Likewise.
5675 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5677         * nss/test-netdb.c: Add some more test cases.
5679 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
5681         * libio/iovsscanf.c: Undo last change modifying errno.
5683 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5685         * stdio-common/vfscanf.c: Never try to read another character
5686         after EOF.  Don't decrement read_in after EOF, it wasn't
5687         incremented in the first place.
5688         (NEXT_WIDE_CHAR): Set First, not first.
5690 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
5692         * db/Makefile ($(inst_libdir)/libndbm.a,
5693         $(inst_libdir)/libndbm.so): New targets.
5694         * db2/Makefile: Likewise.
5696 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
5698         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
5699         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
5701 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5703         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
5704         <streambuf.h>.
5705         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
5707 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5709         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
5710         versioned symbols.
5712 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
5714         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
5715         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
5716         Added for libdl.so.
5718 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5720         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
5721         extra syscall.
5723         * grp/Makefile: Fix logic when checking for thread package.
5724         * pwd/Makefile: Likewise.
5726 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
5728         * elf/Makefile (rtld-map): Replaced by libc-map.
5730         * elf/rtld.map: Removed.
5732         * libc.map (__libc_enable_secure, _dl_catch_error,
5733         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
5734         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
5735         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
5736         _dl_object_relocation_scope, _dl_relocate_object,
5737         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
5738         _r_debug): Added for ld.so.
5740 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
5742         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
5743         DO_VERSIONING.
5744         * libio/iofdopen.c: Ditto.
5745         * libio/iofopen.c: Ditto.
5746         * libio/oldfileops.c: Ditto.
5748         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
5749         version GLIBC_2.1.
5751         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
5752         oldsiglist from sysdep_routines and shared-only-routines.
5754         * sysdeps/unix/sysv/linux/errlist.c: New.
5755         * sysdeps/unix/sysv/linux/errlist.h: New.
5756         * sysdeps/unix/sysv/linux/sizes.h: New.
5757         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
5758         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
5760         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
5762         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
5763         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
5764         directive.
5766         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
5768         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
5769         (oldsiglist.c): Removed.
5771         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
5772         (_sys_siglist): Use SYS_SIGLIST instead.
5773         (_sys_nerr): Use SYS_NERR instead.
5775         * sysdeps/gnu/errlist.c: Rebuilt.
5777 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
5779         * elf/Makefile (others-static): New, set to ldconfig.
5780         ($(objpfx)ldconfig): Removed.
5782         * Rules (binaries-all, binaries-static, binaries-shared): New.
5783         Create targets for $(binaries-static) and $(binaries-shared).
5785         * Makeconfig (+link-static, link-libc-static,
5786         link-extra-libs-static): New for static linking.
5788 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5790         * manual/memory.texi (Using the Memory Debugger): Fix typo.
5792         * math/libm-test.c (modf_test): Add one more test for modf.
5794 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
5796         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
5797         Rename from __libc_have_rt_sigs and leave as COMMON data.
5799 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
5801         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
5802         of __finite.
5804 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
5806         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
5808 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
5810         * misc/tst-efgcvt.c: Add yet more tests.
5811         * misc/efgcvt_r.c: And correct for these tests again.
5812         Reported by HJ Lu.
5814         * isomac.c: Move to...
5815         * stdlib/isomac.c: ...here.
5816         * Makefile: Move rules for handling isomac...
5817         * stdlib/Makefile: ...to here.
5819 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
5821         * misc/tst-efgcvt.c: Add more tests.
5822         * misc/efgcvt_r.c: Correct result for above new tests.
5824 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
5826         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
5827         NDIGIT <= 0.
5829 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
5831         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
5832         if the programs weren't built.
5834 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
5836         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
5837         FE_TONEAREST, soldier on regardless and do the best we can.
5838         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
5840 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
5842         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
5843         _STDIO_H, before including <bits/stdio_lim.h>.
5845         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
5847         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
5848         exist.
5850         * sysdeps/arm/sys/ucontext.h: New file.
5852 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
5854         * manual/stdio.texi (Formatted Output Functions): Explicitly say
5855         that the return value from snprintf() does not count the
5856         terminating NUL as a character.
5858 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
5860         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
5861         add description for sete[ug]id and general cleanup.
5862         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5864 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5866         * Makefile (parent-clean): Don't remove makefile fragments here.
5867         (postclean): New variable.
5868         (clean): Remove makefile fragments here.
5869         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
5870         (generated): Add isomac and isomanc.out.
5871         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
5872         avoid-generated is set.
5873         (postclean-generated): Add soversion.mk.
5874         ($(common-objpfx)version.mk): Don't include if avoid-generated is
5875         set.
5876         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
5877         avoid-generated is set.
5878         (common-generated): Add libc.so and libc.so$(libc.so-version).
5879         (generated): Add versioned libraries.
5880         (common-mostlyclean): Also remove %.so and %_pic.a.
5881         * csu/Makefile (generated): Add abi-tag.h.
5882         * db2/Makefile (extra-objs): Add getlong.o.
5883         * elf/Makefile (generated): Add ld.so, ldd and
5884         $(rtld-installed-name).
5885         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
5886         * malloc/Makefile (generated): Add mtrace.
5887         * po/Makefile: Don't include version.mk, not needed any more.
5888         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
5889         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
5890         syscall.h -> sys/syscall.h.
5891         (common-generated): Add s-proto.d.
5892         (postclean-generated): Add sysd-syscalls.
5893         * localedata/Makefile (test-output): Add all output files.
5894         (generated): Add test-input and test-output.
5895         (generated-dirs): Add all the dirs.
5897 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5899         * Makefile (test-output, generated, generated-dirs): New
5900         variables.
5902 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
5904         * resolv/nss_dns/dns-host.c: Various code cleanups.
5906 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
5908         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
5909         From Philip Blundell <pb@nexus.co.uk>.
5910         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
5912 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5914         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
5915         Suggested by debian/sparc porters.
5917 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5919         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
5920         for ecvt and fcvt.
5922 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
5924         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
5925         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
5927         * signal/signal.h: Always define sigset_t if __need_sigset_t is
5928         defined even if __USE_POSIX is not defined.
5930 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5932         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
5933         to support obsolete tty major numbers correctly.
5935 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
5937         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
5938         directory first and ignore install error.
5940         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
5941         128 from ptyno and fix a typo for the BSD style pty.
5943 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5945         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
5946         syscalls.list's.
5948 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5950         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
5951         getresuid and getresgid.
5953         * sysdeps/unix/sysv/linux/getresuid.c: New file.
5954         * sysdeps/unix/sysv/linux/getresgid.c: New file.
5956         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
5957         s_getres[ug]id.
5959         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
5960         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5961         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5962         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
5964 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
5966         * nscd/grpcache.c: Include <stdlib.h>.
5968 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
5970         * stdlib/atoll.c: Fix comments.
5972         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
5973         * sysdeps/posix/ttyname_r.c: Ditto.
5975 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5977         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
5978         __USE_MISC, independent of __USE_UNIX98.
5980 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
5982         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
5983         Rename from __libc_have_rt_sigs and leave as COMMON data.
5985 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
5987         * Makeconfig (CFLAGS-.os): Kill -fno-common.
5988         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
5990         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
5991         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
5992         version symbols.
5993         * include/libc-symbols.h (symbol_version, default_symbol_version):
5994         Provide asm versions and correct !DO_VERSIONING versions.
5995         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
5996         the weak symbol list.
5998         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
5999         Rename from __libc_have_rt_sigs and leave as COMMON data.
6000         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6001         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6002         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6004 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6006         * sunrpc/Makefile: Correct dependencies of rpcgen.
6008 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
6010         * nscd/Makefile: Fix test for available linuxthreads add-on.
6011         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6013 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6015         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
6017 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6019         * sysdeps/gnu/Makefile: Respect with-cvs variable.
6021         * manual/errno.texi (Error Messages): Correct description of
6022         strerror_r.  Pointed out by jonas@bagge.se.
6024 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6026         * manual/socket.texi (Host Address Functions): Clarify description
6027         of inet_network.
6029 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6031         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
6032         (grantpt): Delete superfluous cast.
6034 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6036         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
6037         elf/ldso_install instead of elf/subdir_install.
6038         (elf/ldso_install): New target.
6040         * elf/Makefile (ldso_install): New target.
6042 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6044         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
6045         of 1998-01-06.
6047 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6049         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
6050         constant expressions.
6052 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6054         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
6055         for __nss_configure_lookup.
6056         (output_hostent): Remove unused variable.
6058 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6060         * string/tst-inlcall.c: Fix format string.
6062 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6064         * inet/netinet/in.h: Rename second parameter of bindresvport to
6065         avoid buggy gcc warning. [PR libc/412]
6067 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
6069         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
6070         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
6072         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
6073         Follow POSIX and make tv_sec a time_t.
6074         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
6075         new tv64 syscall as well as fall back to tv32.
6076         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6077         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6078         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6079         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6080         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6081         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6082         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6083         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
6085         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
6086         * include/rpcsvc/nis_tags.h: Likewise.
6087         * include/rpcsvc/nislib.h: Likewise.
6089 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
6091         * libc.map: Add _h_errno.
6092         * inet/herrno.c: Make _h_errno weak alias.
6094         * login/Makefile (distribute): Add pty-internal.h.
6096         * nscd/Makefile (distribute): Add all the files missing.
6098         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
6099         are available.
6101         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
6102         and report status at the end.
6104         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
6106         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
6107         variable.
6108         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
6109         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
6110         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
6112 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
6114         * configure.in: Fix --enable-add-ons code.
6116 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6118         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
6119         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
6120         [PR libc/441]
6122         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
6123         occurence in cache.  Reported by Rudolf Leitgeb
6124         <leitgeb@leland.stanford.edu>.
6125         [PR libc/440]
6127 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
6129         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
6130         that it never is EINTR (which is tested for in _IO_vfscanf).
6132         * Makefile.in: Call sub-make with CVSOPTS.
6134         * elf/Makefile (distribute): Add dl-procinfo.h.
6136         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
6138 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
6140         * version.h (VERSION): Bump to 2.0.92.
6142 1998-01-31  Phil Blundell  <philb@gnu.org>
6144         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
6145         alias for __new_sys_siglist.
6147 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
6149         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
6150         getgrgid_r.c if thread package is available.
6151         * pwd/Makefile: Likewise.
6152         * grp/getgrnam_r.c: Remove USE_NSCD definition.
6153         * grp/getgrgid_r.c: Likewise.
6154         * pwd/getpwnam_r.c: Likewise.
6155         * pwd/getpwuid_r.c: Likewise.
6157 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
6159         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
6160         with error to allow user intervention.
6161         * nss/getXXent_r.c: Likewise.
6163 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
6165         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
6166         AT_PLATFORM string.  Pretty print AT_BASE info.
6168         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
6169         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
6170         * sysdeps/generic/dl-procinfo.h: New file.
6171         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
6173 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
6175         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
6177         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
6178         thread and not pthread_detach.
6180         * nscd/nscd.c: Rewrite to use argp instead of getopt.
6182 1998-01-31  Phil Blundell  <philb@gnu.org>
6184         * configure.in: Add --without-cvs option to suppress automatic
6185         checkin of regenerated files.
6186         * config.make.in: Likewise.
6187         * Makefile: Respect with-cvs setting.
6188         * Makerules: Likewise.
6190         * configure.in: Allow the standalone ARM port to be configured.
6192 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6194         * grp/getgrgid_r.c: Define USE_NSCD.
6195         * grp/getgrnam_r.c: Likewise.
6196         * pwd/getpwuid_r.c: Likewise.
6197         * pwd/getpwnam_r.c: Likewise.
6199         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
6201         * nss/getXXbyYY_r.c: Try at first nscd.
6203         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
6204         * nscd/connections.c: New file.
6205         * nscd/dbg_log.c: New file.
6206         * nscd/dbg_log.h: New file.
6207         * nscd/grpcache.c: New file.
6208         * nscd/nscd.c: New file.
6209         * nscd/nscd.h: New file.
6210         * nscd/nscd_conf.c: New file.
6211         * nscd/nscd_stat.c: New file.
6212         * nscd/pwdcache.c: New file.
6214         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
6215         * nscd/nscd_getpw_r.c: Likewise.
6216         * nscd/nscd_proto.h: New, prototypes for client functions.
6218         * nscd/nscd.conf: New, example for a configuration file.
6219         * nscd/nscd.init: New, example for a startup script.
6221         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
6222         avoid deadlocks.
6223         * nscd/getgrnam_r.c: Likewise.
6224         * nscd/getpwnam_r.c: Likewise.
6225         * nscd/getpwuid_r.c: Likewise.
6227 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
6229         * intl/Makefile: Use CVSOPTS in cvs invocation.
6230         * po/Makefile: Likewise.
6231         * posix/Makefile: Likewise.
6232         * stdlib/Makefile: Likewise.
6234 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
6236         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
6237         [PR libc/410]
6238         * misc/Makefile (tests): Add tst-efgcvt.
6239         * misc/tst-efgcvt.c: New file.
6241 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
6243         * posix/regex.c: Add some more cleanups by Akim Demaille.
6245 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
6247         * signal/signal.h: Revert last change.
6248         * string/strsignal.c: Regard signal number NSGI as illegal.
6249         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
6250         members.
6252 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
6254         * Makefile.in: Add comment about CVSOPTS Makefile variable.
6255         * Makerules: Use CVSOPTS in cvs invocation.
6256         * Makefile: Likewise.
6257         * MakeTAGS: Likewise.
6258         * Make-dist: Likewise.
6260 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
6262         * sysdeps/generic/memmem.c: Correct last change.
6264 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
6266         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
6267         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
6269 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6271         * nis/ypclnt.c: Try at first to use the binding file from ypbind
6272         before using RPC.
6274 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6276         * manual/memory.texi (Heap Consistency Checking): mcheck is
6277         declared in <mcheck.h>.
6278         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
6280 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6282         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
6283         beginning of haystack.
6285 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6287         * nss/nss_files/files-service.c: Correct last patch.
6289 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
6291         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
6292         __libc_have_rt_sigs.
6293         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
6294         including <bits/setjmp.h>.
6295         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
6296         Patch from the Debian glibc/SPARC package.
6298 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
6300         * sysdeps/alpha/bzero.S: Fix a typo.
6301         * sysdeps/alpha/htonl.S: Ditto.
6302         * sysdeps/alpha/htons.S: Ditto.
6304 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6306         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
6308 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
6310         * include/cpio.h: Move to ...
6311         * posix/cpio.h: ...here.
6313         * locale/programs/ld-collate.c: Fix typo.
6315         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
6317         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
6319         * login/utmp_file.c (pututline_file): Don't always report success
6320         if similar entry is found.  Patch by Mark M. Kettenis.
6322 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
6324         * manual/Makefile: Don't try to install the info files if makeinfo
6325         is not available.
6327 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
6329         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
6330         kernel's network ioctls, rather than using <linux/sockios.h> to
6331         get them.  This way we are sure of maintaining compatibility if
6332         the kernel interface should change.
6334 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
6336         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
6338 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
6340         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
6341         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6343 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6345         Implement System V pseudoterminal handling.
6347         * login/Makefile
6348         (routines): Add getpt, grantpt, unlockpt, ptsname.
6349         (libutil-routines): Remove pty. Add openpty, forkpty.
6350         (distribute): New internal header pty-internal.h.
6351         (others): Add the helper program, pt_chown.
6352         (install-others): Install it, in $(libexecdir), mode 4755.
6354         * login/pty-internal.h: New file.
6355         * login/openpty.c: New file.
6356         * login/forkpty.c: New file.
6357         * login/programs/pt_chown.c: New file.
6359         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
6360         * stdlib/stdlib.h: Prototype them.
6362         * config.make.in: Define $(libexecdir).
6363         * Makeconfig: Define $(inst_libexecdir).
6365         * sysdeps/generic/pty.c: Removed.
6366         * sysdeps/unix/sysv/linux/pty.c: Removed.
6368         * sysdeps/generic/getpt.c: Stub out.
6369         * sysdeps/generic/grantpt.c: Likewise.
6370         * sysdeps/generic/ptsname.c: Likewise.
6371         * sysdeps/generic/unlockpt.c: Likewise.
6373         * sysdeps/unix/grantpt.c: New file.
6374         * sysdeps/unix/bsd/getpt.c: New file.
6375         * sysdeps/unix/bsd/unlockpt.c: New file.
6376         * sysdeps/unix/sysv/linux/getpt.c: New file.
6377         * sysdeps/unix/sysv/linux/ptsname.c: New file.
6378         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
6380 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
6382         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
6384 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6386         * nss/Makefile (tests): Add rule for test-netdb.c.
6388         * nss/test-netdb.c: New file.
6390 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
6392         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
6393         really kept as a variable.  Patch by Richard Henderson,
6394         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
6396         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
6397         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
6398         entries as not existing.
6400 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6402         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
6403         zero in alternate form with precision of zero, which must produce
6404         "0".  Add braces to avoid ambiguous `else'.
6406 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6408         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
6409         problem with strncpy.
6410         * nis/nss_compat/compat-pwd.c: Likewise.
6411         * nis/nss_compat/comapt-spwd.c: Likewise.
6413 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6415         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
6416         by uch@nop.or.jp. [PR libc/437]
6418 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6420         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
6422 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6424         * stdio-common/test-popen.c: Include <errno.h>.
6426         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
6427         close.
6429         * inet/getnetgrent_r.c: Include <errno.h>.
6431         * db2/db/db_conv.c: Include <string.h> for memcpy.
6433         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
6434         so that memcpy is declared.
6436         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
6438         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
6440 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6442         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
6443         overflow while reading line with fgets.
6444         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
6446 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
6448         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
6449         unsigned short, not short.
6450         Reported by Andreas Jaeger.
6452 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6454         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
6455         (ccept->accept).
6457         * sysdeps/generic/inttypes.h: Fix spelling.
6459 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6461         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
6463         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
6465 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
6467         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
6468         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
6469         field for hh modifier.
6470         * stdio-common/vfprint.c: Use is_char field and do not depend in
6471         is_short having the value 2.
6472         Bug reported by Andreas Jaeger.
6474 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6476         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
6477         PIC && DO_VERSIONING.
6479 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6481         * Rules: Add rules for $(common-objpfx)dummy$o.
6483 1998-01-26  Richard Henderson  <rth@cygnus.com>
6485         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
6486         unimplemented OSF/1 definitions so that they are not accidentally seen.
6488         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
6489         of the trampoline function into the macro.
6490         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
6491         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
6492         kernel 2.1.82 has this fixed.
6494         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
6495         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
6497 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
6499         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
6500         support sigaction on kernels > 2.1.7x.
6502 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
6504         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
6505         if it is empty.
6507         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
6508         Patch by David Engel <david@sw.ods.com>.
6510         * configure.in: Fix another typo in --enable-add-ons code.
6512 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
6514         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
6516 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6518         * nss/nss_files/files-network.c: Correct order of parameters for
6519         getnetbyaddr.
6521 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
6523         * db2/Makefile (routines): Add os_alloc.
6524         * db2/db.h: Update from db-2.3.16.
6525         * db2/db_185.h: Likewise.
6526         * db2/db_int.h: Likewise.
6527         * db2/btree/bt_close.c: Likewise.
6528         * db2/btree/bt_cursor.c: Likewise.
6529         * db2/btree/bt_delete.c: Likewise.
6530         * db2/btree/bt_open.c: Likewise.
6531         * db2/btree/bt_page.c: Likewise.
6532         * db2/btree/bt_put.c: Likewise.
6533         * db2/btree/bt_rec.c: Likewise.
6534         * db2/btree/bt_recno.c: Likewise.
6535         * db2/btree/btree_auto.c: Likewise.
6536         * db2/common/db_appinit.c: Likewise.
6537         * db2/common/db_apprec.c: Likewise.
6538         * db2/common/db_err.c: Likewise.
6539         * db2/common/db_region.c: Likewise.
6540         * db2/common/db_shash.c: Likewise.
6541         * db2/db/db.c: Likewise.
6542         * db2/db/db_auto.c: Likewise.
6543         * db2/db/db_conv.c: Likewise.
6544         * db2/db/db_dispatch.c: Likewise.
6545         * db2/db/db_dup.c: Likewise.
6546         * db2/db/db_pr.c: Likewise.
6547         * db2/db/db_rec.c: Likewise.
6548         * db2/db185/db185.c: Likewise.
6549         * db2/dbm/dbm.c: Likewise.
6550         * db2/hash/hash.c: Likewise.
6551         * db2/hash/hash_auto.c: Likewise.
6552         * db2/hash/hash_dup.c: Likewise.
6553         * db2/hash/hash_page.c: Likewise.
6554         * db2/hash/hash_rec.c: Likewise.
6555         * db2/include/btree_ext.h: Likewise.
6556         * db2/include/clib_ext.h: Likewise.
6557         * db2/include/common_ext.h: Likewise.
6558         * db2/include/db.h.src: Likewise.
6559         * db2/include/db_185.h.src: Likewise.
6560         * db2/include/db_am.h: Likewise.
6561         * db2/include/db_ext.h: Likewise.
6562         * db2/include/db_int.h.src: Likewise.
6563         * db2/include/hash_ext.h: Likewise.
6564         * db2/include/lock_ext.h: Likewise.
6565         * db2/include/log.h: Likewise.
6566         * db2/include/log_auto.h: Likewise.
6567         * db2/include/log_ext.h: Likewise.
6568         * db2/include/mp.h: Likewise.
6569         * db2/include/mp_ext.h: Likewise.
6570         * db2/include/mutex_ext.h: Likewise.
6571         * db2/include/os_ext.h: Likewise.
6572         * db2/include/os_func.h: Likewise.
6573         * db2/include/txn_ext.h: Likewise.
6574         * db2/lock/lock.c: Likewise.
6575         * db2/lock/lock_util.c: Likewise.
6576         * db2/log/log.c: Likewise.
6577         * db2/log/log.src: Likewise.
6578         * db2/log/log_archive.c: Likewise.
6579         * db2/log/log_auto.c: Likewise.
6580         * db2/log/log_get.c: Likewise.
6581         * db2/log/log_put.c: Likewise.
6582         * db2/log/log_rec.c: Likewise.
6583         * db2/log/log_register.c: Likewise.
6584         * db2/mp/mp_bh.c: Likewise.
6585         * db2/mp/mp_fget.c: Likewise.
6586         * db2/mp/mp_fopen.c: Likewise.
6587         * db2/mp/mp_fput.c: Likewise.
6588         * db2/mp/mp_pr.c: Likewise.
6589         * db2/mp/mp_sync.c: Likewise.
6590         * db2/mutex/mutex.c: Likewise.
6591         * db2/os/os_alloc.c: Likewise.
6592         * db2/os/os_config.c: Likewise.
6593         * db2/os/os_stat.c: Likewise.
6594         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
6595         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
6596         * db2/progs/db_load/db_load.c: Likewise.
6597         * db2/progs/db_printlog/db_printlog.c: Likewise.
6598         * db2/progs/db_recover/db_recover.c: Likewise.
6599         * db2/progs/db_stat/db_stat.c: Likewise.
6600         * db2/txn/txn.c: Likewise.
6602         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
6603         Unmap memory blocks in reverse order of allocation.
6604         Call munmap with load address added to offset.
6605         Bug reported by Miguel de Icaza.
6607         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
6608         up weight array.
6610         * localedata/locales/cs_CZ: Update by Michael Mraka
6611         <michael@informatics.muni.cz>.
6613         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
6614         __USE_BSD.
6616         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
6617         reading line with fgets.
6618         * nis/nss_compat/compat-pwd.c: Likewise.
6619         * nis/nss_compat/compat-spwd.c: Likewise.
6620         * nss/nss_files/files-XXX.c: Likewise.
6621         * nss/nss_files/files-alias.c: Likewise.
6622         * shadow/fgetspent_r.c: Likewise.
6624         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
6626         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
6627         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6628         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
6630         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
6631         FP register content in ucontext_t.
6633 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6635         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
6636         calculation.  Patch by Markus Schoder
6637         <Markus.Schoder@dresdner-bank.de>.
6639         * math/libm-test.c (modf_test): Add more tests for modf.
6641         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
6642         munlock according to Unix98.
6644 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6646         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
6647         AF_INET.
6649 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
6651         * sysdeps/posix/ttyname.c: Handle symbolic links.
6652         * sysdeps/posix/ttyname_r.c: Ditto.
6654 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
6656         * db2/makedb.c (process_input): Write terminating \0 for value.
6657         (print_database): Simply print value string, don't use length.
6659 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6661         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
6662         exit of loop.
6664 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6666         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
6667         close all sockets.
6669 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
6671         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
6672         sigset.
6673         * signal/sighold.c: New file.
6674         * signal/sigrelse.c: New file.
6675         * sysdeps/generic/sigignore.c: New file.
6676         * sysdeps/generic/sigset.c: New file.
6677         * sysdeps/posix/sigignore.c: New file.
6678         * sysdeps/posix/sigset.c: New file.
6679         * signal/signal.h: Add prototypes for new functions.
6681         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
6682         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
6683         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
6684         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
6686 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6688         * posix/wordexp.c: Added IFS field-splitting in parameter and
6689         command substitution.  Fixed an IFS-related bug that caused an
6690         infinite loop.
6692 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
6694         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
6695         and swapcontext.
6696         * stdlib/ucontext.h: Correct prototypes.
6697         * sysdeps/generic/getcontext.c: New file.
6698         * sysdeps/generic/setcontext.c: New file.
6699         * sysdeps/generic/makecontext.c: New file.
6700         * sysdeps/generic/swapcontext.c: New file.
6701         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
6703 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
6705         * resource/sys/resource.h: Remove #include of ulimit.h which is
6706         not allowed by SUSv2 and not available on other systems.
6707         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
6709         * streams/Makefile: New file.
6710         * streams/stropts.h: New file.
6711         * sysdeps/generic/bits/stropts.h: New file.
6712         * sysdeps/generic/isastream.c: New file.
6713         * sysdeps/generic/getmsg.c: New file.
6714         * sysdeps/generic/getpmsg.c: New file.
6715         * sysdeps/generic/putmsg.c: New file.
6716         * sysdeps/generic/putpmsg.c: New file.
6717         * sysdeps/generic/fattach.c: New file.
6718         * sysdeps/generic/fdetach.c: New file.
6719         * sysdeps/unix/inet/Subdirs: Add streams.
6720         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
6721         __t_uscalar_t.
6722         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
6723         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
6724         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
6725         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
6727         * sysdeps/mach/_strerror.c: Follow changes of generic version to
6728         handle small buffers correctly.
6730 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
6732         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
6733         Remove the 3rd arg and add declaration for _dl_runtime_resolve
6734         and _dl_runtime_profile.
6736 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
6738         * include/cpio.h: New file.  Mainly copied from GNU cpio.
6739         * posix/Makefile (headers): Add cpio.h.
6741 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6743         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
6744         to routines.
6745         * nis/nis_cache.c: New file.
6746         * nis/nis_cache2.h: New file.
6747         * nis/nis_cache2_xdr.c: New file.
6748         * nis/nis_call.c: Changes for cache2_info parameter.
6749         * nis/nis_checkpoint.c: Likewise.
6750         * nis/nis_intern.h: Likewise.
6751         * nis/nis_mkdir.c: Likewise.
6752         * nis/nis_ping.c: Likewise.
6753         * nis/nis_rmdir.c: Likewise.
6754         * nis/nis_server.c: Likewise.
6755         * nis/nis_util.c: Likewise.
6757 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6759         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
6760         return/errnop codes.
6761         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
6762         * nis/nss_nisplus/nisplus-grp.c: Likewise.
6763         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
6764         * nis/nss_nisplus/nisplus-proto.c: Likewise.
6765         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
6766         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
6767         * nis/nss_nisplus/nisplus-rpc.c: Likewise
6768         * nis/nss_nisplus/nisplus-service.c: Likewise.
6769         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
6771 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6773         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
6774         * nis/nss_nis/nis-ethers.c: Likewise.
6775         * nis/nss_nis/nis-grp.c: Likewise.
6776         * nis/nss_nis/nis-hosts.c: Likewise.
6777         * nis/nss_nis/nis-network.c: Likewise.
6778         * nis/nss_nis/nis-proto.c: Likewise.
6779         * nis/nss_nis/nis-hosts.c: Likewise.
6780         * nis/nss_nis/nis-network.c: Likewise.
6781         * nis/nss_nis/nis-proto.c: Likewise.
6782         * nis/nss_nis/nis-publickey.c: Likewise.
6783         * nis/nss_nis/nis-pwd.c: Likewise.
6784         * nis/nss_nis/nis-rpc.c: Likewise.
6785         * nis/nss_nis/nis-service.c: Likewise.
6786         * nis/nss_nis/nis-spwd.c: Likewise.
6788 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
6790         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
6791         Added to follow latest kernel development.
6793 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
6795         * nss/db-Makefile: Handle empty and comment lines better.
6796         ($(VAR_DB)/services.db): Generate entries with missing protocol
6797         value.
6799 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6801         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
6802           NULL.
6803           (getservbyname): Allow proto == NULL.
6804           Pointed out by David N. Welton <davidw@gate.cks.com>.
6805           [PR libc/430].
6807 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
6809         * nis/nislib/nislib.h: Finally removed.
6811         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
6812         C compiler.  From Kaveh Ghazi.
6813         (TYPE_MINIMUM): Define.
6814         (TYPE_MAXIMUM): Define.
6815         (TIME_T_MIN): Use TYPE_MINIMUM.
6816         (TIME_T_MAX): Use TYPE_MAXIMUM.
6817         Patch by Jim Meyering <meyering@ascend.com>.
6819 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
6821         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
6822         __pread64, __pwrite64, and __getpid.
6824         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
6825         versions.
6827 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6829         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
6830         cancelable socket functions as __libc_xxx with __xxx as weak
6831         alias.
6832         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6833         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6835         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
6836         redefined.
6837         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6838         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
6839         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
6840         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
6842         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
6843         and __xxx a weak alias.
6844         * sysdeps/unix/sysv/linux/connect.S: Likewise.
6845         * sysdeps/unix/sysv/linux/recv.S: Likewise.
6846         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
6847         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
6848         * sysdeps/unix/sysv/linux/send.S: Likewise.
6849         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
6850         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
6852 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6854         * locale/langinfo.h: Add defines.
6856         * dirent/dirent.h: Add defines for DT_*, check also for
6857         _DIRENT_HAVE_D_TYPE.
6858         Suggested by Roland McGrath.
6860 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6862         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
6863         Update from Linux 2.1.73+79.
6865         * README.template: Update information about possible
6866         configurations.
6868         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
6869         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
6870         [PR libc/417].
6872         * manual/time.texi (Priority): Correct description of
6873         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
6874         [PR libc/416].
6876 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
6878         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
6879         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
6881 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
6883         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
6884         Andreas Jaeger.
6886 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
6888         * locale/programs/ld-collate.c: Little optimizations.
6890         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
6892         * string/Makefile (tests): Add tst-inlcall.
6893         * string/tst-inlcall.c: New file.
6895         * string/strsignal.c: Add support for real-time signals.
6897         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
6898         presense of small buffer.
6900         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
6902         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
6903         for i686.
6905         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
6906         _NSIG + 1.
6908 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
6910         * Rules: Add explicit rule for dummy.o; at least one library needs
6911           it and it isn't autogenerated by the default rules.
6913 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6915         * math/libm-test.c: Tweak epsilons.
6917 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6919         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
6920         child.
6921         (feenv_mask_test): Likewise.
6923 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6925         * Makeconfig: Don't export CPPFLAGS.
6927 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6929         * sunrpc/rpc_main.c (parseargs): Use perror to print error
6930         message.
6932 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6934         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
6935         terminating null in key size.
6937 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6939         * nss/nss_files/files-service.c: Fix allocation size to include
6940         length of PROTO.
6942         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
6943         applicable.  Fix return value and error checking.
6944         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
6945         unparsable lines.
6946         (DB_LOOKUP): Allocate space for terminating null byte.
6948         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
6949         uids specially.
6951         * db2/makedb.c (process_input): Continue processing if a duplicate
6952         key is encountered.
6954 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
6956         * time/tzfile.h: Updated from tzcode1998b.
6957         * time/zdump.c: Likewise.
6958         * time/zic.c: Likewise.
6959         * time/africa: Update from tzdata1998b.
6960         * time/antarctica: Likewise.
6961         * time/asia: Likewise.
6962         * time/australasia: Likewise.
6963         * time/etcetera: Likewise.
6964         * time/europe: Likewise.
6965         * time/leapseconds: Likewise.
6966         * time/northamerica: Likewise.
6967         * time/southamerica: Likewise.
6969 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6971         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
6972         lookups ignoring case.
6973         * nss/nss_files/files-network.c: Do network lookups ignoring
6974         case.
6975         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
6976         case.
6977         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
6978         case insensitive comparing.
6979         Patches by Cristian Gafton <gafton@redhat.com>.
6981 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6983         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
6984         by Roland McGrath. [PR libc/395]
6986 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6988         * manual/arith.texi (Parsing of Integers): Correct description of
6989         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
6990         [PR libc/396]
6992 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
6994         * misc/lsearch.c (lsearch): Return a pointer to the new element
6995         if one was "allocated".
6997 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6999         * string/strsignal.c: NSIG is not a valid index into
7000         _sys_siglist.  Don't zap the last character of the "Unknown
7001         signal" message.
7003 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
7005         * locale/programs/charmap.c (parse_charmap): Correct parsing of
7006         ellipsis expressions.
7008         * locale/programs/charset.c (insert_char): Correctly insert value
7009         of eliipsis expression.
7011 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
7013         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
7014         <bits/setjmp.h>.
7015         * sysdeps/powerpc/setjmp.S: Likewise.
7016         Patches by Matt McLean <keys@keys.got.net>.
7018         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
7020         * Makefile: Undo last patch.
7021         (distribute): Add test-installation.pl.
7023         * configure.in: Correct handling of --enable-add-ons without parameter.
7024         Correct address of WWW pages.
7026         * libc.map: Add _nl_domain_bindings.
7028         * db2/mutex/tsl_parisc.s: New file.
7030         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
7031         and extra-module.mk.
7033         * localedata/Makefile (distribute): New.  Add all the files.
7035         * stdlib/Makefile (headers): Add inttypes.h.
7036         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
7037         * sysdeps/generic/inttypes.h: New file.
7038         * sysdeps/generic/strtoimax.c: New file.
7039         * sysdeps/generic/strtoumax.c: New file.
7040         * sysdeps/generic/wcstoimax.c: New file.
7041         * sysdeps/generic/wcstoumax.c: New file.
7042         * sysdeps/wordsize-32/Dist: Removed.
7043         * sysdeps/wordsize-32/Makefile: Removed.
7044         * sysdeps/wordsize-64/Dist: Removed.
7045         * sysdeps/wordsize-64/Makefile: Removed.
7046         * sysdeps/generic/bits/environments.h: New file.
7048         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
7049         header is still not correct.
7051         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
7052         * posix/unistd.h: Likewise.
7053         * sysdeps/generic/sys/mman.h: Likewise.
7054         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
7056         * manual/arith.texi: Change definition of mul macro.
7057         * manual/math.texi: Likewise.
7059         * misc/Makefile (routines): Add mmap64.
7060         * sysdeps/generic/mmap64.c: New file.
7061         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
7062         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
7063         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
7064         aliases to mmap.
7065         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7067         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
7069         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
7071         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
7073         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
7074         FOPEN_MAX also when included by limits.h.
7075         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7077         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
7078         and netrom/netrom.h.
7079         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
7080         oldsiglist to sysdep_routines, not aux.
7081         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
7083         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
7084         and SOL_NETROM definition.
7086         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
7088         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
7089         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
7091 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
7093         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
7095         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
7096         sa_handler with k_sa_handler.
7097         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
7098         strong alias.
7099         Reported by a sun.
7101         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
7102         __libc_have_rt_sigs here.
7103         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
7104         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7105         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
7106         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7108 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
7110         * sysdeps/powerpc/atomicity.h: New file.
7111         * sysdeps/mach/powerpc/machine-lock.h: New file.
7113         * Rules: Use -fpic to build anything that might end up in a users'
7114         shared library.
7116         * sysdeps/powerpc/s_fdim.c: New file.
7117         * sysdeps/powerpc/s_fdimf.c: New file.
7118         * sysdeps/powerpc/s_fmax.S: New file.
7119         * sysdeps/powerpc/s_fmaxf.S: New file.
7120         * sysdeps/powerpc/s_fmin.S: New file.
7121         * sysdeps/powerpc/s_fminf.S: New file.
7122         * sysdeps/powerpc/s_llrint.c: Now is for double.
7123         * sysdeps/powerpc/s_llrintf.c: New file.
7124         * sysdeps/powerpc/s_llround.c: Now is for double.
7125         * sysdeps/powerpc/s_llroundf.c: New file.
7126         * sysdeps/powerpc/s_lrint.c: Now is for double.
7127         * sysdeps/powerpc/s_lrintf.S: New file.
7128         * sysdeps/powerpc/s_lround.c: Now is for double.
7129         * sysdeps/powerpc/s_lroundf.c: New file.
7130         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
7131         lrintf, fdim, fdimf.
7133         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
7134         file directly, use its parent.
7136         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
7137         (for the third time).
7139 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
7141         * posix/sched.h: timespec is in <time.h>.
7143         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
7145 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
7147         * configure.in: Stop with error if --disable-static is used when
7148         the shared lib uses this library.
7150         * gen-FAQ.pl: I've perl installed in /usr/bin.
7152         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
7154         Fix Unix98 conformance problems in the headers.
7155         * catgets/nl_types.h: Define nl_item.
7156         * grp/grp.h: Define gid_t.
7157         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
7158         * include/nl_types.h: New file.
7159         * include/ulimit.h: New file.
7160         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
7161         constants in POSIX mode.
7162         * io/utime.h: Get definition for time_t.
7163         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
7164         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
7165         * libio/stdio.h: Define va_list.  Make snprintf also available is
7166         __USE_UNIX98.  Declare getopt function and variables.
7167         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
7168         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
7169         * math/math.h: Defined M_* constants as double for Unix98 mode.
7170         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
7171         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
7172         * posix/regex.h: Define REG_NOSYS.
7173         * posix/wordexp.h: Define WRDE_NOSYS.
7174         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
7175         500 for Unix98.
7176         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
7177         somewhere else as well.  Define clock_t for Unix98.
7178         * posix/sys/wait.h: Define pid_t.
7179         * pwd/pwd.h: Define gid_t, uid_t.
7180         * resource/Makefile (headers): Add ulimit.h.
7181         * resource/ulimit.h: New file.
7182         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
7183         instead of second argument.
7184         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
7185         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
7186         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
7187         * signal/signal.h: Define pid_t.
7188         * string/string.h: Don't declare BSD string functions in POSIX mode.
7189         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
7190         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
7191         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
7192         and POSIX.
7194         * inet/test_ifindex.c: Change test so that it does not fail for
7195         interface aliases.
7197         * locale/programs/locale.c (show_info): Use correct cast sequence
7198         for 64bit machines.
7200         * malloc/malloc.c: __malloc_initialized now signals three states:
7201         uninitialized, initializing, initialized.  Used in mcheck.
7202         * malloc/mcheck.c (mabort): Add '\n' to messages.
7203         (mcheck): Allow installation when malloc is uninitialized or is
7204         just initializing.
7206         * manual/memory.texi: Explain mtrace output a bit more.
7208         * math/libm-test.c: Add more epsilons.
7210         * misc/regexp.h (compile): Remove __ prefix from parameter names.
7212         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
7213         instead of strcpy for security.
7214         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
7215         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
7216         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
7218         * nss/digits_dots.c: Pretty print.
7220         * posix/getconf.c (vars): Add symbols for programming environment
7221         recognition.  Recognize --version.
7223         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
7224         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
7225         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
7227         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
7228         __need_FOPEN_MAX.
7229         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
7230         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
7231         __need_FOPEN_MAX.
7233         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
7234         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
7236         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
7237         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7238         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7239         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
7240         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7241         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
7243         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
7244         SCNu*.
7245         * sysdeps/wordsize-64/inttypes.h: Likewise.
7247         * time/africa: Update from tzdata1997j.
7248         * time/antarctica: Likewise.
7249         * time/asia: Likewise.
7250         * time/australasia: Likewise.
7251         * time/backward: Likewise.
7252         * time/etcetera: Likewise.
7253         * time/europe: Likewise.
7254         * time/factory: Likewise.
7255         * time/northamerica: Likewise.
7256         * time/pacificnew: Likewise.
7257         * time/southamerica: Likewise.
7259         * time/tzfile.h: Update from tzcode1997h.
7260         * time/zic.c: Likewise.
7262         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
7263         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
7264         isw*() functions for Unix98.
7265         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
7266         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
7267         is defined.
7269 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7271         * locale/duplocale.c: Increase usage_count only if less than
7272         MAX_USAGE_COUNT.
7273         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
7274         MAX_USAGE_COUNT.
7275         * locale/setlocale.c: Likewise.
7277 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7279         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
7280         dependency to make it easier to install it selectively.
7282         * Makerules (.SUFFIXES): Don't define any suffixes.
7284 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7286         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
7287         * sysdeps/generic/statfs64.c: Emulate using statfs.
7288         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
7289         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
7290         * sysdpes/generic/ftruncate64.c: New file.
7291         * sysdpes/generic/truncate64.c: New file.
7293         * sysdeps/generic/bits/stat.h: Add LFS support.
7294         * sysdeps/generic/bits/statfs.h: Likewise.
7296         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
7297         [__USE_FILE_OFFSET64]: Make long long constant.
7298         (RLIM64_INFINITY): Likewise.
7300         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
7301         for LFS support.
7302         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
7303         * sysdeps/generic/bits/resource.h: Likewise.
7305         * misc/Makefile (routines): Add truncate64 and ftruncate64.
7307         * include/features.h: Don't prevent LFS support from defining BSD
7308         and SYSV things.
7310         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
7311         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
7312         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
7314         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
7315         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
7316         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7318         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
7319         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
7320         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
7321         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
7322         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
7323         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
7324         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
7325         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
7326         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
7327         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
7328         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
7329         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
7330         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
7331         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
7332         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
7333         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
7334         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
7335         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
7336         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
7337         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
7339         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
7340         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
7341         * sysdeps/unix/sysv/linux/xstat64.c: New file.
7342         * sysdeps/unix/sysv/linux/readdir64.c: New file.
7343         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
7345         * sysdeps/unix/sysv/linux/getdents64.c: New file.
7346         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7347         [$(subdir)=dirent]: Add getdents64.
7348         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
7350         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
7352 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
7354         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
7356         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
7357         * sysdeps/generic/getrlimit64.c: Likewise.
7358         * sysdeps/generic/setrlimit.c: Likewise.
7359         * sysdeps/generic/setrlimit64.c: Likewise.
7361 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
7363         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
7364         using versioning.
7366         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
7368         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
7370 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7372         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
7373         after the codeset name.
7375 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7377         * libc.map: Add get_kernel_syms.
7379 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7381         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
7382         static.
7383         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
7384         Likewise.  Fix condition.
7386 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7388         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
7390 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7392         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
7393         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
7395 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7397         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
7398         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
7399         instead.  Oops.
7401 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7403         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
7405 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7407         * math/libm-test.c (catanh_test): Change epsilon.
7408         Reported by H.J. Lu.
7410 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
7412         * libc.map (__getpid): Added for linuxthreads.
7414 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
7416         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
7417         it if gcc uses static variable in DWARF2 unwind information
7418         for exception support.
7420         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
7422         * elf/soinit.c (__libc_global_ctors, _fini): Handle
7423         HAVE_DWARF2_UNWIND_INFO_STATIC.
7425         * libc.map (__register_frame*, __deregister_frame*): Make them
7426         global.
7428 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7430         * math/libm-test.c: Add more tests for "normal" values.
7432 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7434         * stdio-common/printf_fphex.c: Fix printing of long double number
7435         with a biased exponent of zero.  Fix rounding.
7437 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7439         * sunrpc/rpc_main.c: Accept new flag -$.
7440         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
7442 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7444         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
7445         dynamic linker first, in case the interface has changed.
7447 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7449         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
7450         order.
7452 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7454         * math/tgmath.h: Check for double first, for architectures where
7455         sizeof (long double) == sizeof (double).
7457 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7459         * math/libm-test.c: New tests for "normal" values added for most
7460         functions.
7462 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
7464         * version.h (VERSION): Bump to 2.0.91.
7466         * db2/makedb.c (process_input): Fix typo in message.
7467         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
7469         * elf/dynamic-link.h: Pretty print.
7471         * elf/rtld.c: Allow multiple preloading of a shared object.
7473         * include/limits.h: Prevent multiple inclusion.
7475         * malloc/Makefile (headers): Add mcheck.h.
7476         (distribute): Remove it here.
7477         * malloc/mcheck.h: Pretty print.
7478         * malloc/mtrace.c (mallenv): Make `const'.
7479         * malloc/mtrace.pl: Don't print table head for memory leaks if there
7480         are none.
7481         * manual/memory.texi: Update descriptor of malloc hooks.
7483         * posix/Makefile (routines): Add waitid.
7484         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
7485         on __id_t.
7486         * posix/sys/wait.h: Define idtype_t type.
7487         Add prototype for waitid.
7488         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
7489         * sysdeps/generic/waitid.c: Stub for waitid.
7490         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
7491         the __need_siginfo_t defined.
7492         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
7493         * sysdeps/generic/bits/types.h: Define __id_t.
7494         Correct definition of __FDMASK.
7495         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
7496         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
7497         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
7499         * sysdeps/posix/waitid.c: New file.
7500         Provided by Zack Weinberg.
7502         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
7504         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7505         Add missing parameters.
7507         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
7508         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
7509         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
7510         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
7511         initialized.
7513         * sysdeps/i386/dl-machine.h: Little cleanup.
7515         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
7516         (__finite): Mark function as const.
7517         Add inline code for __ieee754_atan2.
7519         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
7520         (but don't use it now).
7521         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
7522         __atan.
7523         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
7524         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7525         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
7526         real part.
7527         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
7528         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7529         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
7530         __ieee754_atan2 to base 10.
7531         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
7532         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7534         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
7535         old_kernel_sigaction.
7537         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
7539         * wctype/Makefile (routines): Add wctype_l.
7540         * wctype/wctype.h: Add declaration of __wctype_l.
7541         * wctype/wctype_l.c: New file.
7543 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
7545         * locale/C-ctype.c: Correct data for isw* functions.
7546         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
7547         byte order.
7548         * wctype/test_wctype.c: Add test for isw* functions.
7549         * wctype/wctype.c: Return value with expected byte order.
7551 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7553         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
7555 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
7557         * iconvdata/Makefile: Fix a typo.
7559         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
7560         oldsiglist for shared library.
7562         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
7563         sys_sigabbrev): Make them as the default version GLIBC_2.1.
7565         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
7566         sys_siglist, sys_sigabbrev): New file. Make them as the old
7567         version GLIBC_2.0.
7569         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
7570         to GLIBC_2.1.
7572 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
7574         * libio/iofgets.c (_IO_fgets): Return an error only if there
7575         is a new error.
7576         * libio/iogets.c (_IO_gets): Ditto.
7578 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
7580         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
7582         * libio/Makefile (routines, shared-only-routines): Add
7583         oldiofdopen.
7585         * libio/fileops.c: Don't use _IO_FILE_complete.
7586         * libio/iofdopen.c: Ditto.
7587         * libio/iofopen.c: Ditto.
7588         * libio/iofopen64.c: Ditto.
7589         * libio/iopopen.c: Ditto.
7590         * libio/iovdprintf.c: Ditto.
7592         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
7594         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
7595         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
7597         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
7598         _IO_old_fdopen, _IO_new_fdopen): New declaration.
7600         * libio/libio.h (_IO_FILE): Add more fields.
7601         (_IO_FILE_complete): Defined and make _IO_FILE be the old
7602         one if _IO_USE_OLD_IO_FILE is defined
7603         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
7604         them _IO_FILE_complete.
7606         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
7607         to adjust vtable.
7608         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
7609         _IO_JUMPS.
7610         (_IO_FILE_complete): Commented out.
7612         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
7613         * libio/oldiofclose.c: Ditto.
7614         * libio/oldiofopen.c: Ditto.
7615         * libio/oldstdfiles.c: Ditto.
7617         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
7618         for the old _IO_FILE.
7620         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
7621         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
7622         and stderr.
7624         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
7625         and remove INAME.
7627         * libio/stdio.c (stdin, stdout, stdin): Don't use
7628         _IO_FILE_complete.
7630         * libio/oldiofdopen.c: New.
7632         * stdio-common/vfprintf.c (buffered_vfprintf): Set
7633         hp->_vtable_offset to 0.
7635 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
7637         * libc.map (_IO_file_open): Added.
7639         * libio/libioP.h (_IO_file_open): Declared.
7641         * libio/fileops.c (_IO_file_open): New.
7642         (_IO_file_fopen): Call _IO_file_open ().
7644         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
7645         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7647 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7649         * signal/signal.h: Fix selection of signal semantics to match
7650         comment.
7652 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7654         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
7655         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
7656         rt_sigreturn.
7657         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
7658         [$(subdir)=signal]: Remove rt_sigreturn.
7659         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
7660         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
7661         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
7663 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7665         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
7666         declarations.
7668 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7670         * iconvdata/extra-module.mk: Expand extra-objs now.
7672 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7674         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
7675         inline functions by feature tests to avoid warning about missing
7676         prototype declarations.
7678 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7680         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
7681         return code for non existent +name entries.
7682         * nis/nss_compat/compat-pwd.c: Likewise.
7683         * nis/nss_compat/compat-spwd.c: Likewise.
7685 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
7687         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
7688         (EIO): Likewise.
7689         (ENOSPC): Likewise.
7690         (EEXIST): Likewise.
7691         (__errno_location): Likewise.
7693         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
7695         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
7697 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7699         * sunrpc/publickey.c: Use new NSS interface.
7701 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
7703         * manual/malloc.texi: Document mtrace/muntrace and the concept.
7705 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7707         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
7708         value, to match spirit of the standard.
7709         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
7710         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
7711         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
7713 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7715         * manual/signal.texi (Signal Stack): Remove spurious @item.
7717 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7719         * rt/aio.h: Remove double semicolon.
7721         * rt/librt.map: Add aio_init.
7723 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
7725         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
7726         * Makefile (subdirs): Replace rt by $(rt).
7728         * shlib-versions: Use version .2 for NSS modules.
7730         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
7731         argument.
7732         * pwd/fgetpwent_r.c: Likewise.
7733         * spwd/fgetspent_r.c: Likewise.
7734         * spwd/sgetspent_r.c: Likewise.
7735         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
7736         Store error number in *ERRNOP.  Little optimization.
7737         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
7738         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
7739         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
7740         (__internal_getnetgrent_r): New argument.
7741         Call __internal_setnetgrent_reuse with new argument.
7742         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
7743         * inet/netgroup.h: Add argument to prototypes.
7744         * nis/nisplus-parser.h: Likewise.
7745         * nis/nss_compat/compat-grp.c: Change everything to store error
7746         code through provided pointer and not use errno.
7747         * nis/nss_compat/compat-pwd.c: Likewise.
7748         * nis/nss_compat/compat-spwd.c: Likewise.
7749         * nis/nss_nis/nis-alias.c: Likewise.
7750         * nis/nss_nis/nis-ethers.c: Likewise.
7751         * nis/nss_nis/nis-grp.c: Likewise.
7752         * nis/nss_nis/nis-hosts.c: Likewise.
7753         * nis/nss_nis/nis-netgrp.c: Likewise.
7754         * nis/nss_nis/nis-network.c: Likewise.
7755         * nis/nss_nis/nis-proto.c: Likewise.
7756         * nis/nss_nis/nis-publickey.c: Likewise.
7757         * nis/nss_nis/nis-pwd.c: Likewise.
7758         * nis/nss_nis/nis-rpc.c: Likewise.
7759         * nis/nss_nis/nis-service.c: Likewise.
7760         * nis/nss_nis/nis-spwd.c: Likewise.
7761         * nis/nss_nisplus/nisplus-alias.c: Likewise.
7762         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
7763         * nis/nss_nisplus/nisplus-grp.c: Likewise.
7764         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
7765         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
7766         * nis/nss_nisplus/nisplus-network.c: Likewise.
7767         * nis/nss_nisplus/nisplus-parser.c: Likewise.
7768         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7769         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7770         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
7771         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7772         * nis/nss_nisplus/nisplus-service.c: Likewise.
7773         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
7774         * nss/nss_db/db-XXX.c: Likewise.
7775         * nss/nss_db/db-alias.c: Likewise.
7776         * nss/nss_db/db-netgrp.c: Likewise.
7777         * nss/nss_files/files-XXX.c: Likewise
7778         * nss/nss_files/files-alias.c: Likewise
7779         * nss/nss_files/files-netgrp.c: Likewise
7780         * nss/nss_files/files-parse.c: Likewise
7781         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
7782         parameter of get functions.
7783         * nss/getXXent_r.c: Likewise.
7785         * localedata/tst-fmon.c: Print debug info if test fails.
7787         * rt/Makefile (routines): Add aio_notify.
7788         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
7789         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
7790         * rt/aio_fsync.c: Likewise.
7791         * rt/aio_misc.c: Likewise.
7792         * rt/aio_misc.h: Likewise.
7793         * rt/aio_read.c: Likewise.
7794         * rt/aio_read64.c: Likewise.
7795         * rt/aio_suspend.c: Likewise.
7796         * rt/aio_write.c: Likewise.
7797         * rt/aio_write64.c: Likewise.
7798         * rt/lio_listio.c: Likewise.
7799         * rt/lio_listio64.c: Likewise.
7800         * rt/aio_notify.c: New file.
7802         * sysdeps/generic/bits/sigset.h: Pretty print.
7804         * sysdeps/posix/pwrite.c: Define weak alias only if function is
7805         really defined as __pwrite.
7807         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
7808         instead of pread64.
7809         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7811         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
7812         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
7813         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
7814         size in syscall.
7815         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7816         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7817         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
7818         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7819         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
7820         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7821         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
7822         for ACT being NULL.
7823         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
7824         RT signals.
7825         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
7826         __NR_pread is not defined.
7827         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
7828         __NR_pwrite is not defined.
7830 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7832         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
7833         handle for /etc/group back in some more cases.
7834         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
7835         handle for /etc/passwd back in some more cases.
7836         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
7837         handle for /etc/shadow back in some more cases.
7839 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
7841         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
7842         beyound its size.
7843         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
7844         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
7846 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
7848         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
7849         handling.  Don't use macros, we need functions.  Use inline functions
7850         for optimization.
7851         * sysdeps/wordsize-64/inttypes.h: Likewise.
7852         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
7853         and wcstoumax.
7854         * sysdeps/wordsize-64/Makefile: Likewise.
7855         * sysdeps/wordsize-32/Dist: Likewise.
7856         * sysdeps/wordsize-64/Dist: Likewise.
7857         * sysdeps/wordsize-32/strtoimax.c: New file.
7858         * sysdeps/wordsize-32/strtoumax.c: New file.
7859         * sysdeps/wordsize-32/wcstoimax.c: New file.
7860         * sysdeps/wordsize-32/wcstoumax.c: New file.
7861         * sysdeps/wordsize-64/strtoimax.c: New file.
7862         * sysdeps/wordsize-64/strtoumax.c: New file.
7863         * sysdeps/wordsize-64/wcstoimax.c: New file.
7864         * sysdeps/wordsize-64/wcstoumax.c: New file.
7866 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
7868         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
7869         that transparent union works.
7870         * sysdeps/generic/wait4.c (__wait4): Likewise.
7871         * sysdeps/generic/wait.c (__wait): Likewise.
7873         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
7874         size_t.
7876         * sysdeps/generic/syscall.c (syscall): Return value and arg are
7877         long, to match prototype.
7879         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
7880         have mremap() yet.
7882         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
7884         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
7886         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
7888         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
7889         __rlim_t.
7891         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
7893         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
7895         * io/sys/stat.h (S_ISLNK): Always false if we don't have
7896         __S_IFLNK.
7898         * sysdeps/standalone/close.c (_STDIO_H): Define before including
7899         <bits/stdio_lim.h>.
7900         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
7902 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
7904         * posix/sys/wait.h: Don't use transparent unions in C++.
7906 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7908         * time/time.h: Add strfxtime.
7910         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
7911         sysv_signal, strfxtime, pread64, pwrite64.
7913 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
7915         Alpha changes for EGCS:
7916         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
7917         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
7918         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
7919         (_start): Likewise.
7920         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
7922 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
7924         The kernel expects the arguments in a different order.
7925         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
7926         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
7928         * FAQ.in: New file.
7929         * gen-FAQ.pl: New file.
7930         * Makefile (FAQ): Add rule to generate from FAQ.in.
7932         * iconvdata/Makefile: Treat libJIS like the other modules.
7934         * rt/librt.map: New file.
7936         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
7937         inclusion.
7938         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
7939         comment.
7941 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
7943         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
7944         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
7945         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
7946         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
7948 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7950         * string/bits/string2.h: Fix spellings.
7952         * string/string.h: Fix spellings.
7954 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7956         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
7957         declaration to __syscall_rt_sigaction.
7959         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
7960         non-existant <sigcontext.h>.
7962 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7964         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
7965         typo.
7967 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7969         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
7971         * Makeconfig (shared-thread-library): Correct spelling.
7973         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
7974         <asm/pci.h>.
7976 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7978         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
7979         constants from Linux headers. Pointed out by
7980         csmall@scooter.o.i.net. [PR libc/369]
7982 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7984         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
7986 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7988         * configure.in: If --enable-add-ons is given without an
7989         argument, set the addons list to all subdirs with a configure
7990         script.
7992 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
7994         * Makeconfig: Add shared-thread-library variable.
7996         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
7997         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
7998         here.
7999         * sysdeps/m68k/fpu/e_acos.c: Likewise.
8000         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8001         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8002         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8003         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8004         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8005         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8006         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8007         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8008         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8009         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8010         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8011         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8012         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8013         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8014         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8015         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8016         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8017         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8018         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8019         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8020         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8021         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8022         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8023         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8025         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
8026         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
8027         * signal/Makefile (headers): Add bits/siginfo.h.
8028         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
8029         (distribute): Add testrtsig.h.
8030         * signal/allocrtsig.c: New file.
8031         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
8032         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
8033         __libc_current_sigrtmax.
8034         * sysdeps/generic/sigqueue.c: New file.
8035         * sysdeps/generic/sigtimedwait.c: New file.
8036         * sysdeps/generic/sigwaitinfo.c: New file.
8037         * sysdeps/generic/testrtsig.h: New file.
8038         * sysdeps/generic/bits/siginfo.h: New file.
8039         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
8040         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
8041         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
8042         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
8043         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
8044         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
8045         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
8046         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
8047         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
8048         * sysdeps/unix/sysv/linux/sigpending.c: New file.
8049         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
8050         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
8051         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
8052         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
8053         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
8054         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
8055         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
8056         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
8057         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
8058         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
8059         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
8060         and _POSIX_REALTIME_SIGNALS.
8061         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
8062         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
8063         update _NSIG.
8064         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
8065         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
8066         definitions.
8068         * Makefile (subdirs): Add rt.
8069         * shlib-versions: Add entry for librt.
8070         * rt/Makefile: New file.
8071         * rt/aio.h: New file.
8072         * rt/aio_cancel.c: New file.
8073         * rt/aio_error.c: New file.
8074         * rt/aio_fsync.c: New file.
8075         * rt/aio_misc.c: New file.
8076         * rt/aio_misc.h: New file.
8077         * rt/aio_read.c: New file.
8078         * rt/aio_read64.c: New file.
8079         * rt/aio_return.c: New file.
8080         * rt/aio_suspend.c: New file.
8081         * rt/aio_write.c: New file.
8082         * rt/aio_write64.c: New file.
8083         * rt/lio_listio.c: New file.
8084         * rt/lio_listio64.c: New file.
8085         * sysdeps/generic/aio_sigqueue.c: New file.
8086         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
8087         * sysdeps/unix/sysv/linux/Dist: Add new files
8088         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
8089         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
8090         rt_sigqueueinfo, rt_sigaction.
8092         * posix/Makefile (headers): Add bits/environments.h.
8093         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
8094         and _CS_LFS_CFLAGS on 64bit platforms.
8095         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
8096         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
8097         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
8098         compilation modules.
8099         * sysdeps/wordsize-32/bits/environments.h: New file.
8100         * sysdeps/wordsize-64/bits/environments.h: New file.
8102         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
8103         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
8104         __libc_pid.
8105         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
8106         0xf00baa.
8108         * string/string.h: Add declaration of __strverscmp.
8109         * string/strverscmp.c: Rename function ot __strverscmp and make old
8110         name weak alias.
8112         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
8113         * sysdeps/generic/enbl-secure.c: Likewise.
8114         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8116         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
8118         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
8120 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8122         * posix/sys/wait.h: Use __transparent_union__ instead of
8123         transparent_union.  Reported by Roland McGrath.
8125 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8127         * resolv/inet_neta.c (inet_neta): Change type of first parameter
8128         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
8129         [PR libc/366].
8131         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
8133         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
8135 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8137         * grp/initgroups.c: Increase buffer if it is too small.
8139 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
8141         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
8142         fields, this is no ISO C.  Reported by Andreas Jaeger.
8144 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8146         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
8148 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
8150         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
8151         _SYS_UTSNAME_H not _UTSNAME_H.
8153 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8155         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
8156         computing s_scale.
8158 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8160         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
8161         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
8162         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
8164         * math/libm-test.c (csqrt_test): Add testcase.
8166 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
8168         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
8169         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
8170         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
8172 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8174         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
8176 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8178         * math/libm-test.c (acos_test): Add more tests.
8179         (asin_test): Likewise.
8180         (atan_test): Likewise.
8181         (exp_test): Likewise.
8182         (sin_test): Likewise.
8183         (sqrt_test): Likewise.
8184         (cpow_test): Likewise.
8185         (csqrt_test): Likewise.
8186         (cexp_test): Correct typo in gcc version test.
8188 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
8190         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
8191         <bits/setjmp.h>.
8192         * sysdeps/arm/setjmp.S: Likewise.
8194         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
8196 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
8198         * stdio/stdio.h: Add prototype for tmpfile64().
8200 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
8202         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
8203         prototype to keep in step with libio version.
8205         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
8207 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
8209         * sysdeps/generic/Makefile: Don't try to use make_siglist if
8210         cross-compiling.
8212 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
8214         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
8215         load GOT ptr before jumping to _exit.
8216         Reported by Xavier Leroy.
8218 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
8220         * Makefile (subdirs): Add iconvdata and localedata.
8222         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
8224         * iconv/gconv_conf.c (read_conf_file): Little optimization.
8226         * iconvdata/8bit-gap.c: New file.
8227         * iconvdata/8bit-generic.c: Renamed from ...
8228         * iconvdata/iso8859-generic.c: ...this.
8229         * iconvdata/configure: Removed.
8230         * iconvdata/Makefile: Add new modules and better rules.
8231         * iconvdata/iso6937.c: Minor bug fixes.
8232         * iconvdata/iso8859-1.c: Likewise.
8233         * iconvdata/t61.c: Likewise.
8234         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
8235         Minor bug fixes.
8236         * iconvdata/iso8859-3.c: Likewise.
8237         * iconvdata/iso8859-4.c: Likewise.
8238         * iconvdata/iso8859-5.c: Likewise.
8239         * iconvdata/iso8859-6.c: Likewise.
8240         * iconvdata/iso8859-7.c: Likewise.
8241         * iconvdata/iso8859-8.c: Likewise.
8242         * iconvdata/iso8859-9.c: Likewise.
8243         * iconvdata/iso8859-10.c: Likewise.
8244         * iconvdata/ebcdic-at-de-a.c: New file.
8245         * iconvdata/ebcdic-at-de.c: New file.
8246         * iconvdata/ebcdic-ca-fr.c: New file.
8247         * iconvdata/hp-roman8.c: New file.
8248         * iconvdata/koi-8.c: New file.
8249         * iconvdata/koi8-r.c: New file.
8250         * iconvdata/koi8-h.c: New file.
8251         * iconvdata/latin-greek-1.c: New file.
8252         * iconvdata/latin-greek-1.h: New file.
8253         * iconvdata/latin-greek.c: New file.
8254         * iconvdata/latin-greek.h: New file.
8255         * iconvdata/jis0201.c: New file.
8256         * iconvdata/jis0201.h: New file.
8257         * iconvdata/jis0208.c: New file.
8258         * iconvdata/jis0208.h: New file.
8259         * iconvdata/jis0212.c: New file.
8260         * iconvdata/jis0212.h: New file.
8261         * iconvdata/sjis.c: New file.
8262         * iconvdata/gap.pl: New file.  Script to generate table header.
8263         * iconvdata/gaptab.pl: New file.
8264         * iconvdata/gconv-modules: Add info about new modules.
8266         * locale/programs/charmap.c: Also examine alias names given in charmap
8267         files.
8269         * localedata/*: Add to here from add-on.  We need the information
8270         to generate tables for iconv.
8272         Update from db-2.3.14.
8273         * db2/Makefile: Updated.
8274         * db2/config.h: Likewise.
8275         * db2/db.h: Likewise.
8276         * db2/db_int.h: Likewise.
8277         * db2/btree/bt_cursor.c: Likewise.
8278         * db2/btree/bt_delete.c: Likewise.
8279         * db2/btree/bt_put.c: Likewise.
8280         * db2/btree/bt_search.c: Likewise.
8281         * db2/btree/bt_split.c: Likewise.
8282         * db2/btree/btree_auto.c: Likewise.
8283         * db2/common/db_appinit.c: Likewise.
8284         * db2/common/db_apprec.c: Likewise.
8285         * db2/common/db_err.c: Likewise.
8286         * db2/common/db_region.c: Likewise.
8287         * db2/db/db_auto.c: Likewise.
8288         * db2/db/db_dispatch.c: Likewise.
8289         * db2/db/db_ret.c: Likewise.
8290         * db2/dbm/dbm.c: Likewise.
8291         * db2/hash/hash_auto.c: Likewise.
8292         * db2/include/btree_ext.h: Likewise.
8293         * db2/include/common_ext.h: Likewise.
8294         * db2/include/db.h.src: Likewise.
8295         * db2/include/db_cxx.h: Likewise.
8296         * db2/include/db_ext.h: Likewise.
8297         * db2/include/db_int.h.src: Likewise.
8298         * db2/include/lock.h: Likewise.
8299         * db2/include/log.h: Likewise.
8300         * db2/include/mp.h: Likewise.
8301         * db2/include/mp_ext.h: Likewise.
8302         * db2/include/os_ext.h: Likewise.
8303         * db2/include/os_func.h: Likewise.
8304         * db2/lock/lock.c: Likewise.
8305         * db2/lock/lock_deadlock.c: Likewise.
8306         * db2/log/log.c: Likewise.
8307         * db2/log/log_archive.c: Likewise.
8308         * db2/log/log_auto.c: Likewise.
8309         * db2/log/log_get.c: Likewise.
8310         * db2/log/log_put.c: Likewise.
8311         * db2/mp/mp_bh.c: Likewise.
8312         * db2/mp/mp_fget.c: Likewise.
8313         * db2/mp/mp_fopen.c: Likewise.
8314         * db2/mp/mp_fput.c: Likewise.
8315         * db2/mp/mp_fset.c: Likewise.
8316         * db2/mp/mp_open.c: Likewise.
8317         * db2/mp/mp_pr.c: Likewise.
8318         * db2/mp/mp_region.c: Likewise.
8319         * db2/mp/mp_sync.c: Likewise.
8320         * db2/mutex/README: Likewise.
8321         * db2/mutex/mutex.c: Likewise.
8322         * db2/os/os_open.c: Likewise.
8323         * db2/os/os_func.c: Removed.
8324         * db2/os/os_config.c: New file.
8325         * db2/os/os_spin.c: New file.
8326         * db2/txn/txn.c: Likewise.
8327         * db2/txn/txn_auto.c: Likewise.
8329 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
8331         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
8332         __typeof for C++ since this fails for class members.
8333         Reported by Neal Becker <neal@ctd.comsat.com>.
8335 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8337         * configure.in: Check for a working makeinfo (3.11 or better).
8338         * config.make.in: Add MAKEINFO to be substituted.
8339         * manual/Makefile: Don't update info if makeinfo is too old.
8341 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
8343         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
8344         * sysdeps/alpha/__longjmp.S: Likewise.
8345         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
8346         not <bits/termios.h>.
8348         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
8349         __llseek and make llseek and lseek64 weak aliases.
8350         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8351         Patches by a sun <asun@zoology.washington.edu>.
8353 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8355         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
8356         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
8357         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
8358         * misc/sys/syslog.h: Clean up BSD header.
8360 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8362         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
8364         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
8365         for ctan(+-inf,x).
8366         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
8367         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
8369         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
8370         csqrt (-1), ctanh(i*pi/4).
8372 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8374         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
8376 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
8378         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
8380 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8382         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
8384 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
8386         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
8387         and use.  Define GETCWD_RETURN_TYPE instead and use it.
8388         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
8389         of GETCWD_STORYGE_CLASS and put the return type and the
8390         `internal_function' in the right order for gcc 2.7.2.
8392 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8394         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
8395         incompatible with Linux 2.1.x.  Packages using modules
8396         (e.g. modutils) should/do provide their own version.  Suggested by
8397         Richard Henderson.
8399         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
8401         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
8402         [$(subdir)=socket]: Remove sys/module.h.
8404 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
8406         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
8407         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
8409         * iconv/gconv_close.c: Correct freeing of descriptor data.
8410         * iconv/gconv_simple.c: Return correct error values for illegal or
8411         incomplete characters.
8413         * Makefile (iconvdata/%): Special goal to simplify iconvdata
8414         development.
8415         * iconvdata/Makefile: New file.
8416         * iconvdata/configure: Likewise.
8417         * iconvdata/extra-module.mk: Likewise.
8418         * iconvdata/gconv-modules: Likewise.
8419         * iconvdata/iso6937.c: Likewise.
8420         * iconvdata/iso8859-1.c: Likewise.
8421         * iconvdata/iso8859-10.c: Likewise.
8422         * iconvdata/iso8859-10.h: Likewise.
8423         * iconvdata/iso8859-2.c: Likewise.
8424         * iconvdata/iso8859-2.h: Likewise.
8425         * iconvdata/iso8859-3.c: Likewise.
8426         * iconvdata/iso8859-3.h: Likewise.
8427         * iconvdata/iso8859-4.c: Likewise.
8428         * iconvdata/iso8859-4.h: Likewise.
8429         * iconvdata/iso8859-5.c: Likewise.
8430         * iconvdata/iso8859-5.h: Likewise.
8431         * iconvdata/iso8859-6.c: Likewise.
8432         * iconvdata/iso8859-6.h: Likewise.
8433         * iconvdata/iso8859-7.c: Likewise.
8434         * iconvdata/iso8859-7.h: Likewise.
8435         * iconvdata/iso8859-8.c: Likewise.
8436         * iconvdata/iso8859-8.h: Likewise.
8437         * iconvdata/iso8859-9.c: Likewise.
8438         * iconvdata/iso8859-9.h: Likewise.
8439         * iconvdata/iso8859-generic.c: Likewise.
8440         * iconvdata/t61.c: Likewise.
8442         * string/Makefile (routines): Add strcasestr.
8443         * string/string.h: Add prototype for strcasestr.
8444         * sysdeps/generic/strcasestr.c: New file.
8445         * wcsmbs/mbrtowc.c: Simplify special case a bit.
8446         * wcsmbs/wcrtomb.c: Likewise.
8447         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
8448         * wcsmbs/wcsnrtombs.c: Likewise.
8449         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
8450         partial character is read.
8451         * wcsmbs/wcsrtombs.c: Likewise.
8452         * wcsmbs/wmemrtombs.c: Likewise.
8453         * wcsmbs/wmemrtowcs.c: Likewise.
8455         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
8456         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
8457         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
8458         * sysdeps/i386/elf/setjmp.S: Likewise.
8459         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
8460         <bits/termios.h>.
8462         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
8463         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
8465         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
8466         * sysvipc/sys/ipc.h: Likewise.
8467         * sysvipc/sys/msg.h: Likewise.
8468         * sysvipc/sys/sem.h: Likewise.
8469         * sysvipc/sys/shm.h: Likewise.
8471         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
8472         used directly.
8473         * sysdeps/alpha/bits/setjmp.h: Likewise.
8474         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
8475         * sysdeps/arm/bits/endian.h: Likewise.
8476         * sysdeps/arm/bits/setjmp.h: Likewise.
8477         * sysdeps/generic/bits/byteswap.h: Likewise.
8478         * sysdeps/generic/bits/confname.h: Likewise.
8479         * sysdeps/generic/bits/dirent.h: Likewise.
8480         * sysdeps/generic/bits/dlfcn.h: Likewise.
8481         * sysdeps/generic/bits/endian.h: Likewise.
8482         * sysdeps/generic/bits/fenv.h: Likewise.
8483         * sysdeps/generic/bits/huge_val.h: Likewise.
8484         * sysdeps/generic/bits/in.h: Likewise.
8485         * sysdeps/generic/bits/ioctl-types.h: Likewise.
8486         * sysdeps/generic/bits/ioctls.h: Likewise.
8487         * sysdeps/generic/bits/ipc.h: Likewise.
8488         * sysdeps/generic/bits/msq.h: Likewise.
8489         * sysdeps/generic/bits/poll.h: Likewise.
8490         * sysdeps/generic/bits/resource.h: Likewise.
8491         * sysdeps/generic/bits/sched.h: Likewise.
8492         * sysdeps/generic/bits/sem.h: Likewise.
8493         * sysdeps/generic/bits/setjmp.h: Likewise.
8494         * sysdeps/generic/bits/shm.h: Likewise.
8495         * sysdeps/generic/bits/sigaction.h: Likewise.
8496         * sysdeps/generic/bits/sigcontext.h: Likewise.
8497         * sysdeps/generic/bits/socket.h: Likewise.
8498         * sysdeps/generic/bits/stat.h: Likewise.
8499         * sysdeps/generic/bits/statfs.h: Likewise.
8500         * sysdeps/generic/bits/stdio_lim.h: Likewise.
8501         * sysdeps/generic/bits/termios.h: Likewise.
8502         * sysdeps/generic/bits/time.h: Likewise.
8503         * sysdeps/generic/bits/uio.h: Likewise.
8504         * sysdeps/generic/bits/utmp.h: Likewise.
8505         * sysdeps/generic/bits/utmpx.h: Likewise.
8506         * sysdeps/generic/bits/utsname.h: Likewise.
8507         * sysdeps/generic/bits/waitflags.h: Likewise.
8508         * sysdeps/generic/bits/waitstatus.h: Likewise.
8509         * sysdeps/gnu/bits/utmp.h: Likewise.
8510         * sysdeps/gnu/bits/utmpx.h: Likewise.
8511         * sysdeps/i386/bits/byteswap.h: Likewise.
8512         * sysdeps/i386/bits/endian.h: Likewise.
8513         * sysdeps/i386/bits/huge_val.h: Likewise.
8514         * sysdeps/i386/bits/setjmp.h: Likewise.
8515         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
8516         * sysdeps/ieee754/bits/huge_val.h: Likewise.
8517         * sysdeps/m68k/bits/byteswap.h: Likewise.
8518         * sysdeps/m68k/bits/endian.h: Likewise.
8519         * sysdeps/m68k/bits/setjmp.h: Likewise.
8520         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
8521         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
8522         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
8523         * sysdeps/mach/hurd/bits/stat.h: Likewise.
8524         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
8525         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
8526         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
8527         * sysdeps/mips/bits/dlfcn.h: Likewise.
8528         * sysdeps/mips/bits/endian.h: Likewise.
8529         * sysdeps/mips/bits/setjmp.h: Likewise.
8530         * sysdeps/mips/dec/bits/endian.h: Likewise.
8531         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
8532         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
8533         * sysdeps/mips/p40/bits/endian.h: Likewise.
8534         * sysdeps/powerpc/bits/endian.h: Likewise.
8535         * sysdeps/powerpc/bits/fenv.h: Likewise.
8536         * sysdeps/powerpc/bits/setjmp.h: Likewise.
8537         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
8538         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
8539         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
8540         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
8541         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
8542         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
8543         * sysdeps/unix/bsd/bits/stat.h: Likewise.
8544         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
8545         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
8546         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
8547         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
8548         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
8549         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
8550         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
8551         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
8552         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
8553         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
8554         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
8555         * sysdeps/unix/common/bits/dirent.h: Likewise.
8556         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
8557         * sysdeps/unix/sysv/bits/stat.h: Likewise.
8558         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
8559         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
8560         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
8561         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
8562         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
8563         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
8564         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
8565         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
8566         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8567         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
8568         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
8569         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
8570         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
8571         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
8572         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
8573         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
8574         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
8575         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
8576         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
8577         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
8578         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
8579         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
8580         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
8581         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
8582         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
8583         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
8584         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
8585         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
8586         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
8587         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
8588         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
8589         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
8590         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
8591         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
8592         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
8593         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
8594         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
8595         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
8596         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
8597         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
8598         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
8599         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
8600         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
8601         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8602         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
8603         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
8604         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
8605         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
8606         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
8607         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
8608         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
8609         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
8610         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
8611         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
8612         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
8613         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
8614         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
8615         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
8616         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
8617         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
8618         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
8619         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
8620         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
8621         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
8622         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
8623         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
8624         * sysdeps/vax/bits/huge_val.h: Likewise.
8625         * sysdeps/vax/bits/setjmp.h: Likewise.
8626         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
8627         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
8629 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8631         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
8633 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
8635         * strftime.c (strftime):
8636         No longer any need to undef or declare if emacs is defined.
8637         (my_strftime): When checking a -1 returned by mktime, don't blow up
8638         if localtime_r returns NULL.
8640 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8642         * README.template: Fix spelling.
8644 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8646         * configure.in: Enhance --enable-add-ons description a wee bit.
8648 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8650         * glibcbug.in: Add more information of build environment and flags.
8652 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8654         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
8655         it into ENOENT.
8657 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
8659         * elf/dl-support.c: Call __libc_init_secure to make sure
8660         __libc_enable_secure is defined early.
8661         * sysdeps/generic/enbl-secure.c: Change function name to
8662         __libc_init_secure and make it global instead of a constructor.
8664         * iconv/gconv.c: Fix lots of bugs.
8665         * iconv/gconv.h: Likewise.
8666         * iconv/gconv_builtin.h: Likewise.
8667         * iconv/gconv_close.c: Likewise.
8668         * iconv/gconv_conf.c: Likewise.
8669         * iconv/gconv_db.c: Likewise.
8670         * iconv/gconv_dl.c: Likewise.
8671         * iconv/gconv_open.c: Likewise.
8672         * iconv/gconv_simple.c: Likewise.
8673         * iconv/iconv.c: Likewise.
8674         * iconv/iconv_close.c: Likewise.
8675         * iconv/iconv_open.c: Likewise.
8677         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
8678         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
8679         * wcsmbs/wmemrtombs.c: New file.
8680         * wcsmbs/wmemrtowcs.c: New file.
8682 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
8684         * iconv/gconv_simple.c: Fix lots of bugs.
8685         * iconv/iconv_open.c: Normalize names before passing them to
8686         __gconv_open.
8688         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
8690         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
8691         * stdio-common/test-popen.c: Add test for above change.
8693         * math/libm-test.c: Print test results also using %a format,
8694         specified in PRINTF_XEXPR macro.
8695         * math/test-double.c: Define PRINTF_XEXPR.
8696         * math/test-float.c: Likewise.
8697         * math/test-ldouble.c: Likewise.
8698         * math/test-idouble.c: Likewise.
8699         * math/test-ifloat.c: Likewise.
8700         * math/test-ildoubl.c: Likewise.
8702         * stdio-common/vfscanf.c: Recognize a in format specifier only as
8703         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
8704         FP number format.
8706         * stdlib/strtod.c: Little code cleanup.
8708         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
8709         compiling in math subdir.
8711         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
8712         instead of __LIBC_M81_MATH_INLINES.
8713         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
8714         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
8715         * sysdeps/m68k/fpu/e_pow.c: Likewise.
8716         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
8717         * sysdeps/m68k/fpu/k_cos.c: Likewise.
8718         * sysdeps/m68k/fpu/k_sin.c: Likewise.
8719         * sysdeps/m68k/fpu/k_tan.c: Likewise.
8720         * sysdeps/m68k/fpu/s_atan.c: Likewise.
8721         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
8722         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
8723         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
8724         * sysdeps/m68k/fpu/s_csin.c: Likewise.
8725         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
8726         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
8727         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
8728         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
8729         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
8730         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
8731         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
8732         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
8733         * sysdeps/m68k/fpu/s_modf.c: Likewise.
8734         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
8735         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
8736         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
8737         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
8738         __LIBC_INTERNAL_MATH_INLINES is defined.
8740         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
8741         of compare macros from ISO C 9X.  Optimize generic versions a bit.
8742         Define __signbit inline functions and __ieee754_sqrt which can be
8743         used if the ompiler is fixed.
8745         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
8747 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8749         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
8750         sysdeps/generic in the whole dep file, not only in the first line.
8752 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8754         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
8756 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8758         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
8759         place.
8761 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8763         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
8764         is non-empty.
8766 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
8768         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
8769         return value.
8771 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
8773         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
8774         readlink succeeds but the return value is too long.
8776         * stdio-common/printf_fphex.c: Determine sign of number correctly.
8778 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
8780         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
8781         __remqu for Alpha.
8783 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
8785         * sysdeps/generic/sys/ucontext.h: Stub context file.
8787         * libio/iofprintf.c: Removed.  We use the stdio-common version.
8789         * manual/Makefile (distribute): Add stdio-fp.c.
8791         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
8793         * db2/Makefile (distribute): Add include/os_func.h, README and
8794         mutex/tsl_parisc.s.
8796         * hesiod/Makefile (distribute): Add README.hesiod.
8798 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
8800         * iconv/gconv.c: Correctly call transformation function.
8802         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
8804 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8806         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
8807         wrong results for e.g. remquo (3,2, &x)).
8808         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
8809         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
8811 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8813         * configure.in (ld --version-script): Test if the same symbol
8814         maybe defined in all versions (needed by recent changes to
8815         libc.map and supported with binutils 2.8.1.0.17) and issue warning
8816         if versioning is not supported/enabled.
8817         (bash test): Correct test case.
8819         * math/libm-test.c: Added counting/reporting of number of test cases.
8821         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
8822         use awk instead.
8824         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
8826 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8828         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
8830 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
8832         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
8833         Replace revoke call by use of REVOKE.
8834         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
8835         empty and #include generic version.
8836         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8838 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
8840         * libc.map: Add socket functions with __libc_* names.
8841         Reported by Andreas Jaeger.
8843 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8845         * libc.map: Tidy up (remove duplicates, sort entries).
8847 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8849         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
8851 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
8853         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
8854         again after successful call.
8855         Patch by Marc Lehmann <pcg@goof.com>.
8857 1997-11-17  Paul Eggert  <eggert@twinsun.com>
8859         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
8860         as some hosts need this to declare localtime_r properly.
8862 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
8864         * libc.map: Add iconv_open, iconv, and iconv_close.
8866 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
8868         * iconv/Makefile: New file.
8869         * iconv/gconv.c: New file.
8870         * iconv/gconv.h: New file.
8871         * iconv/gconv_builtin.c: New file.
8872         * iconv/gconv_builtin.h: New file.
8873         * iconv/gconv_close.c: New file.
8874         * iconv/gconv_conf.c: New file.
8875         * iconv/gconv_db.c: New file.
8876         * iconv/gconv_dl.c: New file.
8877         * iconv/gconv_open.c: New file.
8878         * iconv/gconv_simple.c: New file.
8879         * iconv/iconv.c: New file.
8880         * iconv/iconv.h: New file.
8881         * iconv/iconv_close.c: New file.
8882         * iconv/iconv_open.c: New file.
8883         * include/gconv.h: New file.
8885         * Makeconfig: Define gconvdir.
8886         * Makefile (subdirs): Add iconv.
8888         * string/bits/string2.h: Add optimization for strtok_r.
8890         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
8891         for NULL.
8892         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8893         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
8895         * configure.in: Correct test for bash2.
8896         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8898         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
8899         (CFLAGS-locfile.c): Likewise.
8900         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8902         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
8903         non-existing entry if the table is full.
8905         * posix/regex.h: Pretty print.
8907         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
8909         * sysdeps/posix/ctermid.c: Simplify a bit.
8911         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
8913 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8915         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
8916         <sys/types.h> instead of <asm/types.h>.
8918 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8920         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
8922 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
8924         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
8925         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
8926         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
8927         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
8928         fclose): Added to GLIBC_2.1.
8930         * libio/Makefile (routines, shared-only-routines): Add
8931         oldiofclose.  Remove oldfreopen.
8933         * libio/freopen.c (freopen): When PIC is defined, call
8934         _IO_old_freopen () for old stdio.
8936         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
8937         (_IO_fclose, fclose): Use _IO_new_fclose as default version
8938         for GLIBC_2.1.
8940         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
8941         instead of _IO_file_close_it.
8943         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
8944         to _IO_2_1_stdxxx_.
8945         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
8946         is defined.
8948         * libio/libioP.h (_IO_old_do_flush): New.
8950         * libio/oldfileops.c (_IO_old_file_close_it,
8951         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
8952         Call _IO_old_do_flush () instead of _IO_do_flush ().
8953         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
8954         _IO_do_write ().
8956         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
8957         instead of _IO_file_init ().
8958         Bind old symbols to version GLIBC_2.0.
8960         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
8961         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
8962         _IO_stdxxx_.
8963         (_IO_check_libio): New function in .init.
8965         * libio/oldiofclose.c: New file.
8967         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
8968         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
8969         (DEF_STDFILE): Don't use default_symbol_version.
8971         * libio/stdio.c (stdin, stdout, stderr): Set to
8972         _IO_2_1_stdxxx_._
8973         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
8974         stdxxx.
8976         * csu/Makefile (distribute): Add init.c.
8977         (extra-objs): Add init.o for ELF.
8978         (start-installed-name): Add $(objpfx)init.o.
8980         * csu/init.c: New file.
8982 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
8984         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
8985         definition as the default.
8987 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
8989         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
8991 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8993         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
8994         (PR 351).
8996 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
8998         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
8999         to preserve condition codes on function call.
9001 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9003         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
9005 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9007         * math/libm-test.c (asin_test): Add epsilon for float.
9008         (tan_test): Add epsilon for float.
9009         (log1p_test): Add epsilon for float.
9010         (inverse_functions): Add epsilons.
9012         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
9013         net/if_packet.h.
9015         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
9017 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9019         * md5-crypt/Makefile (extra-objs): Make recursively expanded
9020         variable, since $(object-suffixes) is not defined yet.
9022 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9024         * db2/Makefile (distribute): db185/db185_int.src ->
9025         db185/db185_int.h.
9027 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9029         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
9030         exactly one.
9032 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9034         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
9035         name.
9036         * sysdeps/generic/e_acosl.c: Likewise.
9037         * sysdeps/generic/e_asinl.c: Likewise.
9038         * sysdeps/generic/e_atan2l.c: Likewise.
9039         * sysdeps/generic/e_expl.c: Likewise.
9040         * sysdeps/generic/e_fmodl.c: Likewise.
9041         * sysdeps/generic/e_j0l.c: Likewise.
9042         * sysdeps/generic/e_j1l.c: Likewise.
9043         * sysdeps/generic/e_jnl.c: Likewise.
9044         * sysdeps/generic/e_lgammal_r.c: Likewise.
9045         * sysdeps/generic/e_log10l.c: Likewise.
9046         * sysdeps/generic/e_logl.c: Likewise.
9047         * sysdeps/generic/e_powl.c: Likewise.
9048         * sysdeps/generic/e_sqrtl.c: Likewise.
9049         * sysdeps/generic/e_exp2l.c: Likewise.
9051 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9053         * Make-dist (+sysdep-names): Remove extra paren.
9054         * Makefile (distribute): Add stub-tag.h.
9055         * elf/Makefile (distribute): Add atomicity.h.
9056         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
9057         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
9058         [$(subdir)=socket]: Add net/if_packet.h.
9059         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
9060         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
9061         net/if_packet.h, scsi/sg.h.
9063 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9065         * Makefile (install): Quote $(CC) expansion.
9067 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9069         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
9070         working /proc cwd and no restrictions on path length.  Following
9071         some ideas from Andi Kleen <ak@muc.de> (PR 350).
9073 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9075         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
9076         * nis/nss_compat/compat-pwd.c: Likewise.
9077         * nis/nss_compat/compat-spwd.c: Likewise.
9079 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
9081         * sysdeps/libm-i387/s_fdim.S: New file.
9082         * sysdeps/libm-i387/s_fdimf.S: New file.
9083         * sysdeps/libm-i387/s_fdiml.S: New file.
9084         * sysdeps/libm-i387/i686/s_fdim.S: New file.
9085         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
9086         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
9088 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9090         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
9091         pointer to unsigned char.
9093 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9095         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
9097         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
9099         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
9101 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9103         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
9104         ilogb(0/NaN).
9105         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
9106         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
9108 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
9110         * sysdeps/libm-i387/s_fmin.S: New file.
9111         * sysdeps/libm-i387/s_fminf.S: New file.
9112         * sysdeps/libm-i387/s_fminl.S: New file.
9113         * sysdeps/libm-i387/s_fmax.S: New file.
9114         * sysdeps/libm-i387/s_fmaxf.S: New file.
9115         * sysdeps/libm-i387/s_fmaxl.S: New file.
9116         * sysdeps/libm-i387/i686/s_fmin.S: New file.
9117         * sysdeps/libm-i387/i686/s_fminf.S: New file.
9118         * sysdeps/libm-i387/i686/s_fminl.S: New file.
9119         * sysdeps/libm-i387/i686/s_fmax.S: New file.
9120         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
9121         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
9123 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
9125         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
9126         * sysdeps/unix/sysv/linux/send.S: Likewise.
9127         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9128         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9129         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9130         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9131         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9132         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9133         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
9135 See ChangeLog.7 for earlier changes.