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