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