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