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