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