(_getopt_internal): Don't recognize an option name as ambiguous if it's a prefix...
[glibc.git] / ChangeLog
blob71c838c22e0f35092da2b1767dc406e8aa77116c
1 2000-09-06  Andreas Jaeger  <aj@suse.de>
3         * sysdeps/alpha/soft-fp/Dist: New file.
4         * sysdeps/i386/soft-fp/Dist: New file.
5         * sysdeps/mips/mips64/soft-fp/Dist: New file.
6         * sysdeps/mips/soft-fp/Dist: New file.
7         * sysdeps/powerpc/soft-fp/Dist: New file.
8         * sysdeps/sparc/sparc32/soft-fp/Dist: New file.
9         * sysdeps/sparc/sparc64/soft-fp/Dist: New file.
11         * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]:
12         Use sysdep_routines instead of routines to fix make dist failure.
13         * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented
14         out code).
15         * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise.
17         * sysdeps/mips/Makefile [$(subdir) = misc]:  Use
18         sysdep_headers instead of headers for make dist.
20         * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]:
21         Likewise.
23 2000-09-06  Andreas Schwab  <schwab@suse.de>
25         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: New file.
27 2000-09-06  Andreas Jaeger  <aj@suse.de>
29         * soft-fp/Makefile (distribute): Remove ChangeLog.
31         * sysdeps/sparc/sparc32/Makefile [$(subdir) = gnulib]:  Use
32         sysdep_routines instead of routines for make dist.
34 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
36         * libio/libio.h (_IO_fwide_maybe_incompatible): For glibc 2.0
37         compatibility check for old stream and call _IO_wide in doubt.
38         (_IO_fwide): Use _IO_fwide_maybe_incompatible macro.
39         * libio/iofwide.c (_IO_fwide): If compatibility with glibc 2.0 is
40         needed tst for such an old structure and don't do anything.
41         * libio/freopen.c: Remove declaration of _IO_stdin_used.
43 2000-09-06  Andreas Jaeger  <aj@suse.de>
45         * sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify
46         sysdep-dl-routines and sysdep_routines instead of rtld-routines
47         and dl-routines.
49         * soft-fp/ChangeLog: Merged with this file.
51 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
53         * soft-fp/Makefile (distribute): Add op-8.h and testit.c.
55         * soft-fp/Makefile (distribute): Add the math functions, too.
57         * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure.
59 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
61         * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
62         as a statement.
64         * soft-fp/sysdeps/powerpc/Makefile (routines): New file.
65         * soft-fp/sysdeps/powerpc/q_*: New files.
67 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
69         * stdio-common/vfprintf.c (process_string_arg): Handle precision
70         in wide char case correctly.  Don't allocate too long temporary
71         strings with alloca.
73         * stdio-common/Makefile (tests): Add tst-swprintf.
74         (tst-swprintf-ENV): New variable.
75         * stdio-common/tst-swprintf.c: New file.
77 2000-09-05  Andreas Jaeger  <aj@suse.de>
79         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use st_pad5.
80         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Fix assignments.
81         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
83 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
85         * configure.in: Strip out "unknown" from configuration names.
87 2000-09-05  Andreas Jaeger  <aj@suse.de>
89         * sysdeps/powerpc/Subdirs: New file, adds soft-fp.
91         * sysdeps/sparc/sparc64/Implies: Add soft-fp.
92         * sysdeps/sparc/sparc32/Implies: Likewise.
93         * sysdeps/powerpc/Implies: Likewise.
95         * libio/oldiofsetpos64.c: Check for compatibility with glibc 2.1.
96         * libio/oldiofgetpos64.c: Likewise.
98         * soft-fp/Makefile (distribute): Remove configure.
100         * sysdeps/sparc/sparc64/soft-fp/Versions: Use version glibc 2.2.
102         * soft-fp/configure: Remove.
104         * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
105         * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
107         * soft-fp/sysdeps/sparc/sparc32/Makefile: Move from here...
108         * sysdeps/sparc/sparc32/soft-fp/Makefile: ... to here.
110         * soft-fp/sysdeps/powerpc/Makefile: Move from here...
111         * sysdeps/powerpc/soft-fp/Makefile: ... to here.
113         * soft-fp/sysdeps/sparc/sparc64/Makefile: Move from here...
114         * sysdeps/sparc/sparc64/soft-fp/Makefile: ... to here.
116         * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
117         * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
119         * soft-fp/sysdeps/powerpc/q_add.c: Move from here...
120         * sysdeps/powerpc/soft-fp/q_add.c: ... to here.
122         * soft-fp/sysdeps/powerpc/q_cmp.c: Move from here...
123         * sysdeps/powerpc/soft-fp/q_cmp.c: ... to here.
125         * soft-fp/sysdeps/powerpc/q_cmpe.c: Move from here...
126         * sysdeps/powerpc/soft-fp/q_cmpe.c: ... to here.
128         * soft-fp/sysdeps/powerpc/q_div.c: Move from here...
129         * sysdeps/powerpc/soft-fp/q_div.c: ... to here.
131         * soft-fp/sysdeps/powerpc/q_dtoq.c: Move from here...
132         * sysdeps/powerpc/soft-fp/q_dtoq.c: ... to here.
134         * soft-fp/sysdeps/powerpc/q_feq.c: Move from here...
135         * sysdeps/powerpc/soft-fp/q_feq.c: ... to here.
137         * soft-fp/sysdeps/powerpc/q_fge.c: Move from here...
138         * sysdeps/powerpc/soft-fp/q_fge.c: ... to here.
140         * soft-fp/sysdeps/powerpc/q_fgt.c: Move from here...
141         * sysdeps/powerpc/soft-fp/q_fgt.c: ... to here.
143         * soft-fp/sysdeps/powerpc/q_fle.c: Move from here...
144         * sysdeps/powerpc/soft-fp/q_fle.c: ... to here.
146         * soft-fp/sysdeps/powerpc/q_flt.c: Move from here...
147         * sysdeps/powerpc/soft-fp/q_flt.c: ... to here.
149         * soft-fp/sysdeps/powerpc/q_fne.c: Move from here...
150         * sysdeps/powerpc/soft-fp/q_fne.c: ... to here.
152         * soft-fp/sysdeps/powerpc/q_itoq.c: Move from here...
153         * sysdeps/powerpc/soft-fp/q_itoq.c: ... to here.
155         * soft-fp/sysdeps/powerpc/q_lltoq.c: Move from here...
156         * sysdeps/powerpc/soft-fp/q_lltoq.c: ... to here.
158         * soft-fp/sysdeps/powerpc/q_mul.c: Move from here...
159         * sysdeps/powerpc/soft-fp/q_mul.c: ... to here.
161         * soft-fp/sysdeps/powerpc/q_neg.c: Move from here...
162         * sysdeps/powerpc/soft-fp/q_neg.c: ... to here.
164         * soft-fp/sysdeps/powerpc/q_qtod.c: Move from here...
165         * sysdeps/powerpc/soft-fp/q_qtod.c: ... to here.
167         * soft-fp/sysdeps/powerpc/q_qtoi.c: Move from here...
168         * sysdeps/powerpc/soft-fp/q_qtoi.c: ... to here.
170         * soft-fp/sysdeps/powerpc/q_qtoll.c: Move from here...
171         * sysdeps/powerpc/soft-fp/q_qtoll.c: ... to here.
173         * soft-fp/sysdeps/powerpc/q_qtos.c: Move from here...
174         * sysdeps/powerpc/soft-fp/q_qtos.c: ... to here.
176         * soft-fp/sysdeps/powerpc/q_qtou.c: Move from here...
177         * sysdeps/powerpc/soft-fp/q_qtou.c: ... to here.
179         * soft-fp/sysdeps/powerpc/q_qtoull.c: Move from here...
180         * sysdeps/powerpc/soft-fp/q_qtoull.c: ... to here.
182         * soft-fp/sysdeps/powerpc/q_sqrt.c: Move from here...
183         * sysdeps/powerpc/soft-fp/q_sqrt.c: ... to here.
185         * soft-fp/sysdeps/powerpc/q_stoq.c: Move from here...
186         * sysdeps/powerpc/soft-fp/q_stoq.c: ... to here.
188         * soft-fp/sysdeps/powerpc/q_sub.c: Move from here...
189         * sysdeps/powerpc/soft-fp/q_sub.c: ... to here.
191         * soft-fp/sysdeps/powerpc/q_ulltoq.c: Move from here...
192         * sysdeps/powerpc/soft-fp/q_ulltoq.c: ... to here.
194         * soft-fp/sysdeps/powerpc/q_util.c: Move from here...
195         * sysdeps/powerpc/soft-fp/q_util.c: ... to here.
197         * soft-fp/sysdeps/powerpc/q_utoq.c: Move from here...
198         * sysdeps/powerpc/soft-fp/q_utoq.c: ... to here.
200         * soft-fp/sysdeps/sparc/sparc32/q_add.c: Move from here...
201         * sysdeps/sparc/sparc32/soft-fp/q_add.c: ... to here.
203         * soft-fp/sysdeps/sparc/sparc32/q_cmp.c: Move from here...
204         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: ... to here.
206         * soft-fp/sysdeps/sparc/sparc32/q_cmpe.c: Move from here...
207         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: ... to here.
209         * soft-fp/sysdeps/sparc/sparc32/q_div.c: Move from here...
210         * sysdeps/sparc/sparc32/soft-fp/q_div.c: ... to here.
212         * soft-fp/sysdeps/sparc/sparc32/q_dtoq.c: Move from here...
213         * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: ... to here.
215         * soft-fp/sysdeps/sparc/sparc32/q_feq.c: Move from here...
216         * sysdeps/sparc/sparc32/soft-fp/q_feq.c: ... to here.
218         * soft-fp/sysdeps/sparc/sparc32/q_fge.c: Move from here...
219         * sysdeps/sparc/sparc32/soft-fp/q_fge.c: ... to here.
221         * soft-fp/sysdeps/sparc/sparc32/q_fgt.c: Move from here...
222         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: ... to here.
224         * soft-fp/sysdeps/sparc/sparc32/q_fle.c: Move from here...
225         * sysdeps/sparc/sparc32/soft-fp/q_fle.c: ... to here.
227         * soft-fp/sysdeps/sparc/sparc32/q_flt.c: Move from here...
228         * sysdeps/sparc/sparc32/soft-fp/q_flt.c: ... to here.
230         * soft-fp/sysdeps/sparc/sparc32/q_fne.c: Move from here...
231         * sysdeps/sparc/sparc32/soft-fp/q_fne.c: ... to here.
233         * soft-fp/sysdeps/sparc/sparc32/q_itoq.c: Move from here...
234         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: ... to here.
236         * soft-fp/sysdeps/sparc/sparc32/q_mul.c: Move from here...
237         * sysdeps/sparc/sparc32/soft-fp/q_mul.c: ... to here.
239         * soft-fp/sysdeps/sparc/sparc32/q_neg.c: Move from here...
240         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: ... to here.
242         * soft-fp/sysdeps/sparc/sparc32/q_qtod.c: Move from here...
243         * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: ... to here.
245         * soft-fp/sysdeps/sparc/sparc32/q_qtoi.c: Move from here...
246         * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: ... to here.
248         * soft-fp/sysdeps/sparc/sparc32/q_qtos.c: Move from here...
249         * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: ... to here.
251         * soft-fp/sysdeps/sparc/sparc32/q_qtoui.c: Move from here...
252         * sysdeps/sparc/sparc32/soft-fp/q_qtoui.c: ... to here.
254         * soft-fp/sysdeps/sparc/sparc32/q_qtoux.c: Move from here...
255         * sysdeps/sparc/sparc32/soft-fp/q_qtoux.c: ... to here.
257         * soft-fp/sysdeps/sparc/sparc32/q_qtox.c: Move from here...
258         * sysdeps/sparc/sparc32/soft-fp/q_qtox.c: ... to here.
260         * soft-fp/sysdeps/sparc/sparc32/q_sqrt.c: Move from here...
261         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: ... to here.
263         * soft-fp/sysdeps/sparc/sparc32/q_stoq.c: Move from here...
264         * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: ... to here.
266         * soft-fp/sysdeps/sparc/sparc32/q_sub.c: Move from here...
267         * sysdeps/sparc/sparc32/soft-fp/q_sub.c: ... to here.
269         * soft-fp/sysdeps/sparc/sparc32/q_uitoq.c: Move from here...
270         * sysdeps/sparc/sparc32/soft-fp/q_uitoq.c: ... to here.
272         * soft-fp/sysdeps/sparc/sparc32/q_util.c: Move from here...
273         * sysdeps/sparc/sparc32/soft-fp/q_util.c: ... to here.
275         * soft-fp/sysdeps/sparc/sparc32/q_uxtoq.c: Move from here...
276         * sysdeps/sparc/sparc32/soft-fp/q_uxtoq.c: ... to here.
278         * soft-fp/sysdeps/sparc/sparc32/q_xtoq.c: Move from here...
279         * sysdeps/sparc/sparc32/soft-fp/q_xtoq.c: ... to here.
281         * soft-fp/sysdeps/sparc/sparc64/qp_add.c: Move from here...
282         * sysdeps/sparc/sparc64/soft-fp/qp_add.c: ... to here.
284         * soft-fp/sysdeps/sparc/sparc64/qp_cmp.c: Move from here...
285         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: ... to here.
287         * soft-fp/sysdeps/sparc/sparc64/qp_cmpe.c: Move from here...
288         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: ... to here.
290         * soft-fp/sysdeps/sparc/sparc64/qp_div.c: Move from here...
291         * sysdeps/sparc/sparc64/soft-fp/qp_div.c: ... to here.
293         * soft-fp/sysdeps/sparc/sparc64/qp_dtoq.c: Move from here...
294         * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: ... to here.
296         * soft-fp/sysdeps/sparc/sparc64/qp_feq.c: Move from here...
297         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: ... to here.
299         * soft-fp/sysdeps/sparc/sparc64/qp_fge.c: Move from here...
300         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: ... to here.
302         * soft-fp/sysdeps/sparc/sparc64/qp_fgt.c: Move from here...
303         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: ... to here.
305         * soft-fp/sysdeps/sparc/sparc64/qp_fle.c: Move from here...
306         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: ... to here.
308         * soft-fp/sysdeps/sparc/sparc64/qp_flt.c: Move from here...
309         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: ... to here.
311         * soft-fp/sysdeps/sparc/sparc64/qp_fne.c: Move from here...
312         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: ... to here.
314         * soft-fp/sysdeps/sparc/sparc64/qp_itoq.c: Move from here...
315         * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: ... to here.
317         * soft-fp/sysdeps/sparc/sparc64/qp_mul.c: Move from here...
318         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: ... to here.
320         * soft-fp/sysdeps/sparc/sparc64/qp_qtod.c: Move from here...
321         * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: ... to here.
323         * soft-fp/sysdeps/sparc/sparc64/qp_qtoi.c: Move from here...
324         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: ... to here.
326         * soft-fp/sysdeps/sparc/sparc64/qp_qtos.c: Move from here...
327         * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: ... to here.
329         * soft-fp/sysdeps/sparc/sparc64/qp_qtoui.c: Move from here...
330         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: ... to here.
332         * soft-fp/sysdeps/sparc/sparc64/qp_qtoux.c: Move from here...
333         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: ... to here.
335         * soft-fp/sysdeps/sparc/sparc64/qp_qtox.c: Move from here...
336         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: ... to here.
338         * soft-fp/sysdeps/sparc/sparc64/qp_sqrt.c: Move from here...
339         * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: ... to here.
341         * soft-fp/sysdeps/sparc/sparc64/qp_stoq.c: Move from here...
342         * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: ... to here.
344         * soft-fp/sysdeps/sparc/sparc64/qp_sub.c: Move from here...
345         * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: ... to here.
347         * soft-fp/sysdeps/sparc/sparc64/qp_uitoq.c: Move from here...
348         * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: ... to here.
350         * soft-fp/sysdeps/sparc/sparc64/qp_util.c: Move from here...
351         * sysdeps/sparc/sparc64/soft-fp/qp_util.c: ... to here.
353         * soft-fp/sysdeps/sparc/sparc64/qp_uxtoq.c: Move from here...
354         * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: ... to here.
356         * soft-fp/sysdeps/sparc/sparc64/qp_xtoq.c: Move from here...
357         * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: ... to here.
359         * soft-fp/sysdeps/sparc/sparc64/s_frexpl.c: Move from here...
360         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: ... to here.
362         * soft-fp/sysdeps/sparc/sparc64/s_ilogbl.c: Move from here...
363         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: ... to here.
365         * soft-fp/sysdeps/sparc/sparc64/s_scalblnl.c: Move from here...
366         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: ... to here.
368         * soft-fp/sysdeps/sparc/sparc64/s_scalbnl.c: Move from here...
369         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: ... to here.
371         * soft-fp/sysdeps/alpha/sfp-machine.h: Move from here...
372         * sysdeps/alpha/soft-fp/sfp-machine.h: ... to here.
374         * soft-fp/sysdeps/i386/sfp-machine.h: Move from here...
375         * sysdeps/i386/soft-fp/sfp-machine.h: ... to here.
377         * soft-fp/sysdeps/mips/mips64/sfp-machine.h: Move from here...
378         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: ... to here.
380         * soft-fp/sysdeps/mips/sfp-machine.h: Move from here...
381         * sysdeps/mips/soft-fp/sfp-machine.h: ... to here.
383         * soft-fp/sysdeps/powerpc/sfp-machine.h: Move from here...
384         * sysdeps/powerpc/soft-fp/sfp-machine.h: ... to here.
386         * soft-fp/sysdeps/sparc/sparc32/sfp-machine.h: Move from here...
387         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: ... to here.
389         * soft-fp/sysdeps/sparc/sparc64/sfp-machine.h: Move from here...
390         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: ... to here.
392         * soft-fp/sysdeps/powerpc/Versions: Move from here...
393         * sysdeps/powerpc/soft-fp/Versions: ... to here.
395         * soft-fp/sysdeps/sparc/sparc64/Versions: Move from here...
396         * sysdeps/sparc/sparc64/soft-fp/Versions: ... to here.
398         * libio/oldiofsetpos64.c: iofsetpos was introduced in glibc 2.1,
399         change symbol version.
400         * libio/oldiofgetpos64.c: Likewise.
401         Reported by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>.
403         * locale/programs/ld-ctype.c (charclass_charcode_ellipsis): Fix
404         typo.
405         Reported by dyky@kondara.org, closes PR libc/1886.
407         * stdlib/tst-strtod.c: Add testcases for denormal numbers from PR
408         libc/1880.
410 2000-09-04  Ulrich Drepper  <drepper@redhat.com>
412         * iconvdata/run-iconv-test.sh: Add code to immediately stop the
413         script when ^C is hit.
415         * locale/programs/localedef.c (construct_output_path): Correct
416         computation of endp after asprintf.
417         * locale/programs/locfile.c (write_locale_data): Don't add extra
418         slash in filename.
420 2000-09-05  Andreas Jaeger  <aj@suse.de>
422         * scripts/config.guess: New upstream version.
423         * scripts/config.sub: Likewise.
424         * manual/texinfo.tex: Likewise.
426 2000-09-04  Andreas Schwab  <schwab@suse.de>
428         * elf/Makefile (all-dl-routines): New variable.
429         (elide-routines.os): Use it instead of $(dl-routines).
430         (all-rtld-routines): New variable.
431         (extra-objs): Use it instead of $(rtld-routines).
432         ($(objpfx)dl-allobjs.os): Likewise.
433         * sysdeps/ia64/Makefile [$(subdir) = elf]: Modify
434         sysdep-dl-routines and sysdep_routines instead of rtld-routines
435         and dl-routines.
437 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
439         * iconv/gconv_trans.c (__gconv_translit_find): Update open_count.
440         Set fname to NULL if the module wasn't found.
442 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
444         * iconv/gconv_trans.c (__gconv_translit_find): Don't set need_so to
445         true if trans->name already ends in ".so".
447 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
449         * iconv/gconv_int.h (__gconv_release_shlib): Change return type to
450         void.
451         * iconv/gconv_dl.c (do_release_shlib): Don't decrement the counter
452         below -TRIES_BEFORE_UNLOAD-1, to avoid wraparound.
453         (__gconv_release_shlib): Change return type to void.
454         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Don't set
455         step->__counter here.
456         * iconv/gconv_db.c (free_derivation): Don't call a step's destructor
457         if the reference is zero.
458         (release_step): New function.
459         (gen_steps): Always initialize the __counter to 1. Use release_step.
460         Don't call the destructor on the step whose initializer failed.
461         (increment_counter): Use release_step. Don't normally run destructors
462         here.
463         (__gconv_close_transform): Use release_step.
465 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
467         * iconv/gconv_simple.c (encoding_mask, encoding_byte): Remove.
468         (__gconv_transform_internal_utf8) [BODY]: Use simple shifts instead.
470 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
472         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Initialize ch2 correctly.
473         If the first byte is 0x8E, don't ask for 4 bytes until it has been
474         verified that the second byte is valid. Leave it to cns11643_to_ucs4
475         to check for incomplete input.
476         * iconvdata/cns11643.h (cns11643_to_ucs4): The plane number is
477         ch - 0x20 - offset, not ch - 0x21 - offset. Upper bound for
478         __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
479         (ucs4_to_cns11643): Fix mapping for ranges 0x3105..0x3129 and
480         0x9f9d..0x9fa5.
481         * iconvdata/cns11643l1.h (cns11643l1_to_ucs4): Upper bound for
482         __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
483         (ucs4_to_cns11643l1): Fix mapping for range 0x3105..0x3129.
484         * iconvdata/cns11643l1.c (__cns11643l1_from_ucs4_tab6): Extend
485         upto index 0x0052.
487 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
489         * iconv/gconv_db.c (find_derivation): Always use the least-cost
490         solution.
492 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
494         * iconvdata/big5.c (BODY for FROM_LOOP): Bytes 0x81..0xA0, 0xFA..0xFF
495         are invalid.
497 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
499         * iconvdata/jis0208.c (__jis0208_to_ucs): Map EUC-JP 0xA1C0 to U+005C.
500         * iconvdata/jis0212.c (__jisx0212_to_ucs): Map EUC-JP 0x8FA2B7 to
501         U+007E.
503 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
505         * iconvdata/sjis.c (cjk_block1): Map 0x815F to U+005C.
507 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
509         * iconvdata/iso_6937-2.c (to_ucs4): Map 0xB4 to U+00D7.
511 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
513         * iconvdata/tst-tables.sh: New file.
514         * iconvdata/tst-table.sh: New file.
515         * iconvdata/tst-table-from.c: New file.
516         * iconvdata/tst-table-to.c: New file.
517         * iconvdata/tst-table-charmap.sh: New file.
518         * iconvdata/Makefile (test-srcs): Set to tst-table-from tst-table-to.
519         (distribute): Add tst-tables.sh, tst-table.sh, tst-table-charmap.sh,
520         tst-table-from.c, tst-table-to.c, EUC-JP.irreversible,
521         ISIRI-3342.irreversible, SJIS.irreversible.
522         (tests): Add dependency on tst-tables.out.
523         (tst-tables.out, tst-tables-clean): New rules.
524         (do-tests-clean, common-mostlyclean): Require tst-tables-clean.
525         * iconvdata/ISIRI-3342.irreversible: New file.
526         * iconvdata/EUC-JP.irreversible: New file.
527         * iconvdata/SJIS.irreversible: New file.
529 2000-09-04  Ulrich Drepper  <drepper@redhat.com>
531         * manual/locale.texi (General Numeric): Update description of
532         representation of the grouping information in the locale data.
533         Patch by Gaute B. Strokkenes <gs234@cam.ac.uk>.
535 2000-09-04  Andreas Jaeger  <aj@suse.de>
537         * locale/programs/ld-monetary.c (monetary_read): Fix typo.
538         * iconv/iconv_prog.c (options): Fix typo.
539         Reported by dyky@kondara.org, closes PR libc/1885.
541 2000-09-04  Andreas Jaeger  <aj@suse.de>
543         * sysdeps/generic/fegetenv.c: It's __fegetenv.
544         Reported by Rob Levin <lilo@transvirtual.com>.
546 2000-09-03  Ulrich Drepper  <drepper@redhat.com>
548         * time/sys/time.h (gettimeofday): Move restrict for tz parameter
549         to the typedefs of __timezone_ptr_t.
550         Reported by MATSUMURA Hiromitsu <coji2@mb.infoweb.ne.jp>.
552 2000-09-02  Jakub Jelinek  <jakub@redhat.com>
554         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in
555         the loop.
557 2000-09-01  H.J. Lu  <hjl@gnu.org>
559         * Makeconfig (built-program-cmd): Don't use the dynamic linker
560         to run a binary if it is in $(tests-static).
562         * Rules (binaries-static): Add $(tests-static).
564 2000-09-02  Andreas Jaeger  <aj@suse.de>
566         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Fixes for fcntl64.
568         * libio/fmemopen.c (fmemopen_close): Revert one part of last
569         patch.
571 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
573         * iconvdata/big5hkscs.c: Regenerated from charmap.
574         * iconvdata/testdata/BIG5HKSCS: Regenerated.
575         * iconvdata/testdata/BIG5HKSCS..UTF8: Regenerated.
577         * libio/fmemopen.c (fmemopen_seek): Add default case in switch
578         statement.  General cleanup.
580 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
582         * wctype/wcfuncs.c (iswblank): New function.
583         * wctype/wcfuncs_l.c (__iswblank_l): New function.
584         * wctype/wcextra.c: Remove file.
585         * wctype/wcextra_l.c: Remove file.
586         * wctype/Makefile (distribute): Remove wcextra and wcextra_l.
588 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
590         * locale/programs/ld-collate.c (collate_output): Remove redundant
591         assert call.
592         * string/strcoll.c: Likewise.
593         * string/strxfrm.c: Include assert.h.  Add assert calls like in
594         string/strcoll.c.
596 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
598         * locale/categories.def (_NL_COLLATE_HASH_SIZE,
599         _NL_COLLATE_HASH_LAYERS, _NL_COLLATE_NAMES, _NL_CTYPE_NAMES,
600         _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Remove definitions.
601         * locale/langinfo.h (_NL_COLLATE_HASH_SIZE, _NL_COLLATE_HASH_LAYERS,
602         _NL_COLLATE_NAMES): Rename to _NL_COLLATE_GAP1/2/3 respectively.
603         (_NL_CTYPE_NAMES): Rename to _NL_CTYPE_GAP3.
604         (_NL_CTYPE_GAP3): Rename to _NL_CTYPE_GAP4.
605         (_NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Rename to
606         _NL_CTYPE_GAP5/6 respectively.
608         * locale/C-ctype.c (_nl_C_LC_CTYPE): Update.
609         * ctype/ctype-info.c (__ctype_names, __ctype_width): Remove variables.
610         * locale/lc-ctype.c (_nl_postload_ctype): Assume new locale format.
611         Don't initialize __ctype_names and __ctype_width.
612         * wctype/cname-lookup.h: Remove file.
613         * wctype/Makefile (distribute): Remove cname-lookup.h.
614         * wctype/wchar-lookup.h: Include stdint.h.
615         * wctype/wctype.c (__wctype): Assume new locale format.
616         * wctype/wctype_l.c (__wctype_l): Likewise.
617         * wctype/iswctype.c: Don't include cname-lookup.h.
618         (__iswctype): Assume new locale format.
619         * wctype/iswctype_l.c: Don't include cname-lookup.h.
620         (__iswctype_l): Assume new locale format.
621         * wctype/wctrans.c: Don't include ctype.h.
622         (wctrans): Assume new locale format.
623         * wctype/wctrans_l.c (__wctrans_l): Likewise.
624         * wctype/towctrans.c: Don't include cname-lookup.h.
625         (__towctrans): Assume new locale format.
626         * wctype/towctrans_l.c: Don't include cname-lookup.h.
627         (__towctrans_l): Assume new locale format.
628         * wctype/wcfuncs.c: Don't include ctype.h and cname-lookup.h. Include
629         localeinfo.h instead.
630         (__NO_WCTYPE): Remove unused macro.
631         (__ctype32_b, __ctype32_toupper, __ctype32_tolower): Remove
632         declarations.
633         (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower, iswgraph, iswprint,
634         iswpunct, iswspace, iswupper, iswxdigit): Assume new locale format.
635         (towlower, towupper): Likewise.
636         * wctype/wcfuncs_l.c: Don't include cname-lookup.h. Include
637         localeinfo.h instead.
638         (__NO_WCTYPE): Remove unused macro.
639         (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
640         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
641         __iswxdigit_l): Assume new locale format.
642         (__towlower_l, __towupper_l): Likewise.
643         * wcsmbs/wcwidth.h: Don't include cname-lookup.h.
644         (__ctype32_b): Remove declaration.
645         (internal_wcwidth): Assume new locale format.
646         * locale/programs/ld-ctype.c (struct locale_ctype_t): Remove fields
647         plane_size, plane_cnt, names, width. Rename map to map_b, rename map32
648         to map32_b, rename width_3level to width.
649         (ctype_output): Always create new locale format. Don't emit
650         _NL_CTYPE_NAMES, _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS any more.
651         (allocate_arrays): Always create new locale format.
653         * locale/C-collate.c (_nl_C_LC_COLLATE): Update.
654         * locale/weightwc.h (findidx): Assume new locale format.
655         * string/strcoll.c (wcscoll): Remove local variables size, layers,
656         names.
657         * string/strxfrm.c (wcsxfrm): Likewise.
658         * posix/fnmatch_loop.c (internal_fnwmatch): Likewise. Change type of
659         local variable collseq to 'const char *'.
660         (SUFFIX): Don't use, don't undefine.
661         * posix/fnmatch.c: Remove SUFFIX definition.
662         * locale/programs/ld-collate.c (struct locale_collate_t): Remove
663         fields plane_size, plane_cnt, wcheads, wcseqorder. Rename
664         wcheads_3level to wcheads, rename wcseqorder_3level to wcseqorder.
665         (collate_finish): Always create new locale format. Remove local
666         variables min_total, act_size.
667         (collate_output): Always create new locale format. Remove local
668         variables table_size, names, tablewc. Rename tablewc_3level to
669         tablewc.
671 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
673         * locale/programs/ld-collate.c (obstack_int32_grow,
674         obstack_int32_grow_fast): New inline functions.
675         (output_weightwc, collate_output): Use them where possible.
677 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
679         * libio/libio.h (_IO_flockfile, _IO_funlockfile): Fix typo in last
680         patch (_mode -> _flags).
682         * libio/Makefile (headers): Add stdio_ext.h.
683         (routines): Add __fbufsize, __freading, __fwriting, __freadable,
684         __fwritable, __flbf, __fpurge, __fpending, and __fsetlocking.
685         * libio/Versions [libc] (GLIBC_2.2): Add __fbufsize, __freading,
686         __fwriting, __freadable, __fwritable, __flbf, __fpurge, __fpending,
687         __fsetlocking, and _flushlbf.
688         * libio/__fbufsize.c: New file.
689         * libio/__flbf.c: New file.
690         * libio/__fpending.c: New file.
691         * libio/__fpurge.c: New file.
692         * libio/__freadable.c: New file.
693         * libio/__freading.c: New file.
694         * libio/__fsetlocking.c: New file.
695         * libio/__fwritable.c: New file.
696         * libio/__fwriting.c: New file.
697         * libio/stdio_ext.h: New file.
698         * libio/genops.c (_IO_flush_all_linebuffered): Add alias _flushlbf.
699         * libio/libio.h (_IO_USER_LOCK): Define.
700         [_IO_MTSAFE_IO] (_IO_flockfile, _IO_funlockfile): Add macros which
701         test _IO_USER_LOCK flag first.
703         * iconv/gconv_open.c (__gconv_open): Set res to __GCONV_NOMEM is
704         malloc fails.
706 2000-09-01  Andreas Jaeger  <aj@suse.de>
708         * sysdeps/unix/sysv/linux/bits/fcntl.h: Always fail.
710         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: New file.
712 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
714         * math/Makefile (tests): Add tst-defintions.
715         * math/tst-definitions.c: New file.
717         * stdlib/Makefile (headers): Add bits/wchar.h.
718         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: New file.
719         * sysdeps/generic/bits/wchar.h: New file.
720         * sysdeps/generic/stdint.h: Include <bits/wchar.h>.  Use values in this
721         file to define WCHAR_MIN and WCHAR_MAX.
722         Change UINT*8_MAX and UIN*16_MAX value to type int.
723         * wcsmbs/wchar.h: Include <bits/wchar.h>.  Use values in this
724         file to define WCHAR_MIN and WCHAR_MAX.
725         * sysdeps/alpha/fpu/bits/mathdef.h: Make FP_ILOGB0 and FP_ILOGBNAN
726         int values.
727         * sysdeps/arm/fpu/bits/mathdef.h: Likewise.
728         * sysdeps/generic/bits/mathdef.h: Likewise.
729         * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
730         * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
731         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
732         * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
733         * locale/locale.h (struct lconv): Add __ prefix to the new members
734         if not C99.
735         * sysdeps/generic/inttypes.h: Remove unnecessary imaxabs and
736         imaxdiv optimizations.
737         * sysdeps/wordsize-32/lldiv.c: Add hack to make alias work.
738         * sysdeps/wordsize-64/ldiv.c: Likewise.
739         * sysdeps/alpha/fpu/bits/fenv.h: Change type of FE_*_ENV macros to
740         const fenv_t*.
741         * sysdeps/generic/bits/fenv.h: Likewise.
742         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
743         * sysdeps/ia64/bits/fenv.h: Likewise.
744         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
745         * sysdeps/mips/bits/fenv.h: Likewise.
746         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
747         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
748         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
750         * inet/rcmd.c: Use *stat64 instead of *stat internally.
751         * inet/ruserpass.c: Likewise.
752         * catgets/open_catalog.c: Likewise.
753         * intl/loadmsgcat.c: Likewise.
754         * io/getdirname.c: Likewise.
755         * locale/loadlocale.c: Likewise.
756         * misc/getusershell.c: Likewise.
757         * stdlib/canonicalize.c: Likewise.
758         * sysdeps/posix/euidaccess.c: Likewise.
759         * sysdeps/posix/isfdtype.c: Likewise.
760         * sysdeps/posix/posix_fallocate.c: Likewise.
761         * sysdeps/posix/tempname.c: Likewise.
762         * sysdeps/unix/grantpt.c: Likewise.
763         * sysdeps/unix/opendir.c: Likewise.
764         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
765         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
766         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
767         * sysdeps/unix/sysv/linux/statvfs.c: Likewise.
768         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
769         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
770         * sysvipc/ftok.c: Likewise.
771         * time/getdate.c: Likewise.
773         * time/getdate.c: Add extra access test.
775 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
777         * version.h (VERSION): Bump to 2.1.93.
779         * sysdeps/unix/sysv/linux/powerpc/Dist: Add fe_nomask.c.
780         * sysdeps/unix/sysv/linux/i386/Dist: Add olddirent.h.
782         * intl/Makefile (tests): Depend in mtrace-tst-gettext.
783         Make this a new rule depending on tst-gettext.out and run mtrace.
784         * intl/tst-gettext.c: Call mtrace.
785         * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext.
787         * elf/dl-reloc.c: Add a few more __builtin_expect.
789         * configure.in: Remove --with-gettext option.
791         * intl/dcigettext.c (free_mem): Correct freeing of
792         _nl_domain_bindings list.
794         * sysdeps/generic/setenv.c (free_mem): New function.  Free all
795         allocated memory.
797         * intl/locale.alias: Add aliases for bokmal and nynorsk.
799         * locale/iso-639.def: Fix 639-1 code for Bokmal.
801         * stdio-common/itoa-digits.c: Move upper digits to...
802         * stdio-common/itoa-udigits.c: ...here.  New file.
803         * stdio-common/Makefile (routines): Add itoa-udigits.
805         * sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to
806         relocate ld.so don't add supprt for relocations which should not
807         appear in ld.so.
809         * malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling
810         __secure_getenv.  Instead test __libc_enable_secure once.
812         * io/pwd.c (main): Provide a good example, use *_unlocked function.
814 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
816         * iconv/gconv_conf.c (insert_module): Take extra parameter to decide
817         whether the new record should be freed if it's a duplicate.
818         (add_module): Adjust insert_module call.
819         (__gconv_read_conf): Likewise.
820         * iconvdata/Makefile (generated): Add tst-loading.mtrace and
821         mtrace-tst-loading.
822         (tests): Make $(objpfx)mtrace-tst-loading a dependency.  Add rule.
824         * sysdeps/generic/ldsodefs.h: Add declaration for _dl_all_dirs and
825         _dl_all_init_dirs.
826         * include/link.h (struct r_search_path_struct): New.
827         (struct link_map): Use it for l_rpath_dirs and l_runpath_dirs.
828         * elf/Versions [ld] (GLIBC_2.2): Add _dl_all_dirs and
829         _dl_all_init_dirs.
830         * elf/dl-close.c (_dl_close): Free l_rpath_dirs and l_runpath_dirs.
831         * elf/dl-libc.c (free_mem): Free _dl_all_dirs list except elements
832         added at startup time.
833         * elf/dl-load.c: Fix memory handling.  r_search_path_struct
834         contains element to remember fact that we can free memory.
835         (all_dirs): Renamed to _dl_all_dirs.  Made global.
836         (_dl_init_all_dirs): New variable.
837         (fillin_rpath): Save one malloc call.
838         (decompose_rpath): Change interface.  New first parameter points to
839         r_search_path_struct.
840         (_dl_init_paths): Adjust for changes.  Mark all memory as not
841         deletable.  Set _dl_init_all_paths value.
842         (open_path): Remove may_free_dirs parameter.  r_search_path_elem ***
843         parameter replaced with r_search_path_struct *.  Information about
844         freeing now contained in r_search_path_struct.
845         (_dl_map_object): Adjust for above changes.
847         * elf/dl-open.c (dl_open_worker): Change format of debug info a bit.
849         * elf/dl-load.c (fillin_rpath): Only check for trusted directories
850         when adding new entries.
852         * elf/dl-load.c (fillin_rpath): Make local copy of where string
853         since the object being loaded can be unloaded.
855         * iconvdata/Makefile (tests): Add tst-loading.
856         * iconvdata/tst-loading.c: New file.
858 2000-08-29  Bruno Haible  <haible@clisp.cons.org>
860         * stdio-common/vfscanf.c (_IO_vfscanf): Back out last ungetc change.
861         When comparing a char with an int, always cast the char to
862         'unsigned char'. New macro ungetc_not_eof, to avoid warnings when
863         compiling with -funsigned-char. Use UCHAR_MAX+1 instead of UCHAR_MAX.
865 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
867         * time/strftime.c (my_strftime): Add compatibility code for use
868         outside glibc.  Patch by Jim Meyering <meyering@ascend.com>.
870         * sysdeps/posix/getaddrinfo.c (gaih_local): uname does not everywhere
871         return 0 for success but always < 0 on failure.
873         * nss/getXXbyYY_r.c: Define result to *result before including
874         digits_dots.c.
876 2000-08-30  Andreas Jaeger  <aj@suse.de>
878         * math/gen-libm-test.pl (parse_ulps): Remove extra \.
880 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
882         * iconvdata/big5hkscs.c: Rewritten.  Regenerate data from the
883         official file.
884         * iconvdata/TESTS: Add BIG5HKSCS entry.
885         * iconvdata/testdata/BIG5HKSCS: New file.
886         * iconvdata/testdata/BIG5HKSCS..UTF8: New file.
888         * iconvdata/big5.c (BODY for FROM_LOOP): Remove condition which is
889         always true.
891         * libio/iogetline.c: Set mode before the loop in case n==0.
892         * libio/iogetwline.c: Likewise.
894 2000-08-29  H.J. Lu  <hjl@gnu.org>
896         * libio/fileops.c (new_do_write): Check fp->_mode <= 0 instead
897         of fp->_mode < 0.
898         (_IO_new_file_overflow): Likewise.
899         * libio/genops.c (_IO_flush_all): Likewise.
900         * libio/ioftell.c (_IO_ftell): Likewise.
902 2000-08-29  Akira Higuchi  <a@kondara.org>
904         * iconv/gconv_db.c (increment_counter): Reset __init_fct, __fct,
905         and __end_fct fields of struct __gconv_step.
906         * iconv/Makefile (tests): Add iconv-bug2.
907         * iconv/iconv-bug2.c: New file.
909         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Pass 'inend - inptr'
910         instead of 'inptr - inend' to ksc5601_to_ucs4.
912         * iconvdata/sjis.c (BODY for FROM_LOOP): Allow 0x7f character.
914         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): If an incomplete
915         character or shift sequence is found at the end of the input
916         string, return__GCONV_INCOMPLETE_INPUT instead of
917         __GCONV_EMPTY_INPUT.
918         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
919         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
921         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Return
922         __GCONV_ILLEGAL_INPUT for 8bit characters.
924 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
926         * signal/signal.h (sigpause): Move __THROW before __asm__.
928         * inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
929         names don't match don't return.
930         Patch by Olaf Kirch <okir@flash.lst.de>.
932 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
934         * time/strftime.c (my_strftime): Handle # flag for %b as well.
936 2000-08-27  H.J. Lu  <hjl@gnu.org>
938         * posix/Makefile (otherlibs): Add for building with static-nss
939         for "make check".
941 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
943         * libio/stdio.h: Add fmemopen prototype.
945 2000-08-25  Andreas Jaeger  <aj@suse.de>
947         * libio/Makefile (routines): Add fmemopen.
948         (tests): Add test-fmemopen.
949         * libio/Versions: Add fmemopen with version GLIBC_2.2.
950         * libio/test-fmemopen.c: New file.
951         * libio/fmemopen.c: New file.
952         Patches by Hanno Mueller <kontakt@hanno.de>.
954 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
956         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
957         inclusion.  Patch by Jes Sorensen <jes@linuxcare.com>.
959         * locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828
960         to avoid crashing statically linked applications.
962 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
964         * string/strxfrm.c (strxfrm, wcsxfrm): Include <sys/param.h>.
965         If nrules == 0 and srclen < n, copy only srclen + 1 characters.
967         * sysdeps/generic/getdomain.c (getdomainname): Include <sys/param.h>.
968         If the result is fits in the buffer, copy only as many bytes as needed.
970         * sysdeps/generic/_strerror.c (__strerror_r): Don't zero-fill the
971         buffer after copying numbuf into it.
972         * sysdeps/mach/_strerror.c (__strerror_r): Likewise.
974 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
976         * posix/confstr.c (confstr): When string_len > len, NUL-terminate
977         the result.  When string_len < len, don't clear the rest of the buffer.
979 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
981         Support for new LC_COLLATE format.
982         * locale/coll-lookup.h: New file.
983         * locale/weightwc.h (findidx): When size == 0, call
984         collidx_table_lookup.
985         * wcsmbs/wcscoll.c: Include coll-lookup.h.
986         * wcsmbs/wcsxfrm.c: Likewise.
987         * posix/fnmatch.c: Likewise.
988         * posix/fnmatch_loop.c (internal_fnwmatch): When size == 0, call
989         collseq_table_lookup.
990         * locale/programs/3level.h: New file.
991         * locale/programs/ld-ctype.c: (wcwidth_table, wctrans_table): Define
992         by including "3level.h".
993         * locale/programs/ld-collate.c (wchead_table, collidx_table,
994         collseq_table): New types, defined by including "3level.h".
995         (locale_collate_t): New wcheads_3level, wcseqorder_3level fields.
996         (encoding_mask, encoding_byte): Remove.
997         (utf8_encode): Use simple shifts instead.
998         (collate_finish): When !oldstyle_tables, set plane_size and plane_cnt
999         to 0, and initialize and fill wcheads_3level and wcseqorder_3level.
1000         (collate_output): New local variable tablewc_3level. When
1001         !oldstyle_tables, set table_size to 0 and names to NULL and fill
1002         tablewc_3level instead of tablewc. Change format of TABLEWC and
1003         COLLSEQWC entries written to the file.
1004         * locale/C-collate.c (collseqwc): Change format.
1005         (_nl_C_LC_COLLATE): Set HASH_SIZE and HASH_LAYERS to 0, change format
1006         of COLLSEQWC.
1007         * locale/Makefile (distribute): Add coll-lookup.h, programs/3level.h.
1009 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1011         * locale/programs/ld-ctype.c (MAX_CHARNAMES_IDX): New macro.
1012         (locale_ctype_t): New charnames_idx field.
1013         (ctype_startup): Initialize charnames_idx field.
1014         (find_idx): Speed up dramatically by using charnames_idx inverse table.
1016 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1018         * locale/C-ctype.c: Switch to new locale format.
1019         (_nl_C_LC_CTYPE_names): Remove array.
1020         (STRUCT_CTYPE_CLASS): New macro.
1021         (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
1022         graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
1023         New three-level tables.
1024         (_nl_C_LC_CTYPE_width): Change from array to three-level table.
1025         (_nl_C_LC_CTYPE): Fix nstrings value. Set HASH_SIZE and HASH_LAYERS
1026         to 0. Change WIDTH format. Set CLASS_OFFSET and MAP_OFFSET. Add
1027         12 class tables and 2 map tables at the end.
1028         * ctype/ctype-info.c (_nl_C_LC_CTYPE_names): Remove declaration.
1029         (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
1030         graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
1031         New declarations.
1032         (b): Remove trailing semicolon.
1033         (__ctype_names, __ctype_width): Don't initialize.
1034         (__ctype32_wctype, __ctype32_wctrans, __ctype32_width): Initialize.
1036 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1038         * elf/dl-load.c (open_path): Add a argument telling whether *dirsp
1039         is guaranteed to be allocated with the same malloc() and may be
1040         passed to free().
1041         (_dl_map_object): Update open_path calls. If rtld_search_dirs has
1042         been set to empty by an earlier open_path call, don't pass it again.
1044 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
1046         * include/libintl.h: Include <locale.h> since libintl.h doesn't if
1047         we are not optimizing.
1049         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double
1050         inclusion.
1052         * stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
1053         really match EOF.
1054         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1056 2000-08-28  Andreas Jaeger  <aj@suse.de>
1058         * sysdeps/i386/fpu/libm-test-ulps: Tweaks for AMD Athlon.
1060 2000-08-28  Mark Kettenis  <kettenis@gnu.org>
1062         * sysdeps/mach/hurd/getpeername.c (__getpeername): Renamed from
1063         getpeername.  Use ISO C style function definition.
1064         (getpeername): Provide weak alias.
1065         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Renamed from
1066         setrlimit.  Use ISO C style function definition.
1067         (setrlimit): Provide weak alias.
1069 2000-08-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1071         * shlib-versions: Add a rule for S/390 to the libm version list.
1072         * sysdeps/s390/Versions: New file.
1073         * sysdeps/unix/sysv/linux/s390/Dist: Add oldgetrlimit64.c.
1074         * sysdeps/unix/sysv/linux/s390/Makefile: Add oldgetrlimit64.
1075         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1076         * sysdeps/unix/sysv/linux/s390/alphasort64.c: New file.
1077         * sysdeps/unix/sysv/linux/s390/chown.c: New file.
1078         * sysdeps/unix/sysv/linux/s390/fxstat.c: New file.
1079         * sysdeps/unix/sysv/linux/s390/getdents64.c: New file.
1080         * sysdeps/unix/sysv/linux/s390/getrlimit.c: New file.
1081         * sysdeps/unix/sysv/linux/s390/getrlimit64.c: New file.
1082         * sysdeps/unix/sysv/linux/s390/lxstat.c: New file.
1083         * sysdeps/unix/sysv/linux/s390/oldgetrlimit64.c: New file.
1084         * sysdeps/unix/sysv/linux/s390/readdir64.c: New file.
1085         * sysdeps/unix/sysv/linux/s390/readdir64_r.c: New file.
1086         * sysdeps/unix/sysv/linux/s390/scandir64.c: New file.
1087         * sysdeps/unix/sysv/linux/s390/setrlimit.c: New file.
1088         * sysdeps/unix/sysv/linux/s390/syscalls.list: New file.
1089         * sysdeps/unix/sysv/linux/s390/versionsort64.c: New file.
1090         * sysdeps/unix/sysv/linux/s390/xstat.c: New file.
1092 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
1094         * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
1095         (CFLAGS-initfini.s): Add -DWEAK_GMON_START.
1097         * elf/Versions [ld] (GLIBC_2.2): Export _dl_debug_files.
1098         * elf/dl-close.c (_dl_close): Print debug message if object is not
1099         unloaded.
1100         * elf/dl-open.c (dl_open_worked): Print message about opencount before
1101         returning to caller.
1103         * po/zh.po: Renamed to...
1104         * po/zh_TW.po: ...this.
1106 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
1108         * sysdeps/powerpc/fpu/feenablxcpt.c: Correct bogus checkin.
1110         * sysdeps/powerpc/fpu/fedisblxcpt.c: New file.
1111         * sysdeps/powerpc/fpu/feenablxcpt.c: New file.
1112         * sysdeps/powerpc/fpu/fegetexcept.c: New file.
1113         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: New file.
1115 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
1117         * locale/programs/ld-collate.c (insert_weights): Also update
1118         backpointer of next element.
1119         (collate_read): Allow definition of new collation symbols in stage 2.
1120         Symbol after reorder-after can be UCS4 value.
1121         Allow reordering of collation symbols and elements.
1122         Do not only move reorder entry in new position.  Instead call
1123         insert_weight to do this and read the weights.
1125         * locale/findlocale.c (free_mem): Add cast to avoid warning.
1127         * intl/dcigettext.c (DCIGETTEXT): Remove _nl_find_language in code
1128         to determine invalid locale name.
1129         * locale/findlocale.c (_nl_find_locale): Likewise.
1131         * posix/annexc.c: Correct test for unavailable feature.
1133         * sysdeps/unix/sysv/linux/i386/sys/io.h (outw): Fix __INLINE ->
1134         __inline.
1136 2000-08-26  Ulrich Drepper  <drepper@redhat.com>
1138         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getdents64
1139         syscall.
1141         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir)==resource]
1142         (sysdep_routines): Add oldgetrlimit64.
1144         * elf/Makefile (distribute): Add unloadmod.c, reldepmod1.c,
1145         reldepmod2.c, reldepmod3.c, and reldepmod4.c.
1146         (tests): Add unload, reldep, reldep2, and reldep3.
1147         (modules-names): Add unloadmod, reldepmod1, reldepmod2, reldepmod3,
1148         and reldepmod4.
1149         Add rules to build and run unload, reldep, reldep2, and reldep3.
1150         * elf/dl-lookup.c (_dl_lookup_symbol): Add new parameter explicit.
1151         Don't create relocation dependency if it is nonzero.
1152         (_dl_lookup_symbol_skip): Remove relocation dependency stuff.  This
1153         can never happen here.
1154         (_dl_lookup_versioned_symbol): Add new parameter explicit.
1155         Don't create relocation dependency if it is nonzero.
1156         (_dl_lookup_versioned_symbol_skip): Remove relocation dependency
1157         stuff.  This can never happen here.
1158         * sysdeps/generic/ldsodefs.h: Change prototypes.
1159         * elf/dl-reloc.c (RESOLVE_MAP): Pass 0 in explicit parameter to
1160         _dl_lookup_up and _dl_lookup_versioned_symbol.
1161         (RESOLV): Likewise.
1162         * elf/dl-runtime.c (fixup): Likewise.
1163         (profile_fixup): Likewise.
1164         * elf/dl-libc.c (do_dlsym): Pass 1 in explicit parameter to
1165         _dl_lookup_symbol.
1166         * elf/dl-symbol.c (_dl_symbol_value): Likewise.
1167         * elf/rtld.c (dl_main): Likewise.
1168         * elf/dl-sym.c (_dl_sym): Pass 1 in explicit parameter to
1169         _dl_lookup_symbol if handle is not RTLD_DEFAULT.  Always compute
1170         and pass down the caller map.
1171         (_dl_vsym): Likewise.
1172         * elf/reldep.c: New file.
1173         * elf/reldep2.c: New file.
1174         * elf/reldep3.c: New file.
1175         * elf/reldepmod1.c: New file.
1176         * elf/reldepmod2.c: New file.
1177         * elf/reldepmod3.c: New file.
1178         * elf/reldepmod4.c: New file.
1179         * elf/unload.c: New file.
1180         * elf/unloadmod.c: New file.
1182         * elf/do-lookup.h: Remove unused undef_name parameter.
1183         * elf/dl-lookup.c: Adjust callers.
1185 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1187         * iconv/gconv_trans.c (__gconv_transliterate): Pass NULL instead of
1188         irreversible in recursive call of conversion function to signal that
1189         no error handling is wanted.
1190         * iconv/loop.c (ignore_errors_p): irreversible must be != NULL, too.
1191         (STANDARD_ERR_HANDLER): Don't do anything if irreversible == NULL.
1192         * iconv/skeleton.c (lirreversiblep): New variable.  Set to NULL is
1193         recursive error handling call, otherwise to &lirreversible.  Use it
1194         for calls to conversion functions.
1195         * iconv/gconv_simple.c (ucs4_internal_loop): Don't handle errors when
1196         transliterating.
1197         (ucs4_internal_loop_unaligned): Likewise.
1198         (ucs4le_internal_loop): Likewise.
1199         (ucs4le_internal_loop_unaligned): Likewise.
1201 2000-08-25  Greg McGary  <greg@mcgary.org>
1203         * sysdeps/i386/memchr.S: Check high bound against chars
1204         actually scanned.
1205         * sysdeps/i386/memcmp.S: Likewise.
1206         * sysdeps/i386/stpncpy.S: Adjust high-bound check to
1207         account for pointers that lie one beyond end-of-buffer.
1209 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1211         * elf/Makefile (LDFLAGS-nodelete): Add -rdynamic.
1212         * elf/nodelete.c (fini_ran): New global variable.
1213         (do_test): Before every dlclose call clear fini_ran and test
1214         afterwards that it is not set by the destructors.
1215         * elf/nodelmod1.c: Add destructor which sets fini_ran.
1216         * elf/nodelmod2.c: Likewise.
1217         * elf/nodelmod4.c: Likewise.
1219 2000-08-21  Jes Sorensen  <jes@linuxcare.com>
1221         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getrlimit and
1222         getrlimit to the list.
1224 2000-08-18  Jes Sorensen  <jes@linuxcare.com>
1226         * sysdeps/ia64/Implies: gcc now has support for the Intel 80 bit
1227         long double format so use ldbl-96 instead of ldbl-128.
1229 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1231         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL
1232         even if bits 10 a 11 are non-zero.
1233         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64): Likewise.
1235         * Makeconfig: Ensures the soversions.mk part of Makefile gets
1236         included before building gnu/lib-names.h
1237         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1239         * elf/dl-close.c (_dl_close): Don't run destructors of objects
1240         marked DF_1_NODELETE.
1242         * sysdeps/posix/system.c (__libc_system): We cannot use vfork here
1243         since we call sigaction in the child.
1245 2000-08-25  Andreas Jaeger  <aj@suse.de>
1247         * iconvdata/Makefile ($(objpfx)bug-iconv1.out): Depend on
1248         gconv-modules.
1250 2000-08-25  Andreas Jaeger  <aj@suse.de>
1252         * manual/arith.texi (Control Functions): Clarify possible
1253         arguments.  Closes PR libc/1856.
1255 2000-08-24  H.J. Lu  <hjl@gnu.org>
1257         * stdio-common/Makefile (tests): Don't do it for cross compiling.
1258         * malloc/Makefile (tests): Likewise.
1260 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1262         * iconvdata/unicode.c (gconv_init): Correct test for direction.
1264 2000-08-24  Andreas Jaeger  <aj@suse.de>
1266         * malloc/Makefile (extra-objs): Fix last patch, build memusagestat
1267         only if LIBGD is available.
1269 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1271         * resolv/res_send.c (res_ourserver_p): Cleanup the type mess to avoid
1272         problems with now restrict parameter types.
1273         (convaddr4to6): Likewise.
1275 2000-08-24  Denis Joseph Barrow  <djbarrow@de.ibm.com>
1277         * sysdeps/s390/fpu/fedisblxcpt.c: New file.
1278         * sysdeps/s390/fpu/feenablxcpt.c: New file.
1279         * sysdeps/s390/fpu/fegetexcept.c: New file.
1280         * sysdeps/s390/fpu/fenv_libc.h: Some reordering, new definition
1281         FPC_VALID_MASK.
1283 2000-08-24  Andreas Jaeger  <aj@suse.de>
1285         * malloc/Makefile (extra-objs): Add memusagestat.o.
1286         (generated): Added memusage and memusagestat for make clean.
1288         * libio/tst_putwc.c (do_test): Delete temporary file.
1289         Move inclusion of test-skeleton to front to have prototype for
1290         add_temp_file.
1292         * posix/Makefile (generated): Add wordexp-tst.out.
1294 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1296         * resolv/res_hconf.c (free_mem): Remove not needed if.
1298         * time/tzset.c (free_mem): New function.
1299         * string/strsignal.c (free_mem): New function.
1300         * inet/inet_ntoa.c (free_mem): New function.
1301         * sunrpc/clnt_perr.c (free_mem): New function.
1303 2000-08-24  Andreas Jaeger  <aj@suse.de>
1305         * sysdeps/unix/syscalls.list: Use __setrlimit as strong name.
1306         * sysdeps/unix/sysv/syscalls.list: Likewise.
1308         * posix/unistd.h: Move internal prototypes from here ...
1309         * include/unistd.h: ... to here.
1311         * sysvipc/sys/shm.h: Add const attribute to __getpagesize.
1313 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1315         * grp/initgroups.c (initgroups): Deallocate groups array.
1316         Reported by jani.raiha@sonera.com [PR libc/1868].
1318         * sysdeps/s390/Dist: Add fpu/fenv_libc.h.
1319         * sysdeps/alpha/Dist: Likewise.
1321 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
1323         * crypt/md5-crypt.c (free_mem): Fix typo (constructor ->
1324         destructor).  Reported by Solar Designer <solar@false.com>.
1326         * iconv/gconv_conf.c (add_module): Remove some unneeded code to
1327         avoid adding double slashes.
1329 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
1331         * dirent/dirent.h (alphasort, versionsort): Move __attribute_pure__
1332         out of the __REDIRECT macro.
1334 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
1336         * stdio-common/vfscanf.c: Add %F format support.
1338         * locale/programs/ld-ctype.c (ctype_output): Make sure
1339         _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN and
1340         _NL_CTYPE_TRANSLIT_IGNORE_LEN are aligned.
1341         (ctype_read): Enable returning of wide character strings for reading
1342         transliteration information.
1344 2000-08-23  Andreas Jaeger  <aj@suse.de>
1346         * sysdeps/unix/sysv/linux/i386/sys/io.h (_EXTERN_INLINE): Remove.
1347         Use static __inline instead of _EXTERN_INLINE.
1349         * misc/sys/select.h: Move prototypes of __select from here ...
1350         * include/sys/select.h: ... to here.
1352         * socket/sys/socket.h: Move prototypes of __send and __connect
1353         from here....
1354         * include/sys/socket.h: ... to here.
1356         * locale/programs/ld-ctype.c (ctype_read): Fix parameter for
1357         lr_error.
1359 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
1361         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use
1362         __setrlimit as strong name. Takes only 2 arguments.
1364         * sysdeps/unix/sysv/linux/sh/syscalls.list: __syscall_setrlimit
1365         takes only 2 arguments.
1367 2000-08-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1369         * sysdeps/s390/__longjmp.c: Add __ to JB_GPR*.
1371         * sysdeps/s390/bits/setjmp.h: Add __ to JB_GPR* defines.
1373 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
1375         * locale/programs/ld-ctype.c (ctype_read): Allow more than one
1376         default_missing character being specified, pick the first
1377         representable.
1379 2000-08-23  Andreas Jaeger  <aj@suse.de>
1381         * include/wchar.h: Add some pure attributes.
1383         * time/time.h: Add const attribute for dysize.
1385         * include/stdlib.h: Add malloc attribute to __posix memalign.
1387         * stdlib/stdlib.h: Add some pure and malloc attributes.
1388         * wcsmbs/wchar.h: Likewise.
1390         * dirent/dirent.h: Add some pure attributes.
1391         * include/dirent.h: Likewise.
1393 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
1395         * inet/netinet/in.h (struct in6_addr): Don't enforce 64bit alignment
1396         on 64bit arches.
1398 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
1400         * iconvdata/iso-2022-jp.c: In conversion to ISO-2022-JP, add two
1401         missing buffer size checks.
1403 2000-08-23  Andreas Jaeger  <aj@suse.de>
1405         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Use __setrlimit as
1406         strong name.
1407         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1409         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include "kernel-features.h",
1410         otherwise __LINUX_KERNEL_VERSION might not be defined.
1411         (MIN): Define if not already defined.
1413 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
1415         * stdio-common/vfprintf.c: Handle %F format.
1416         * stdio-common/printf-parse.h (parse_one_spec): Likewise.
1417         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
1419         * stdio-common/tstdiomisc.c: Add test for %F printf format.
1421         * po/zh.po: New file.
1423         * iconvdata/sjis.c: In conversion from UCS4, correct test for
1424         enough room in target buffer.
1425         Patch by KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp> [PR libc/1865].
1426         * iconvdata/bug-iconv1.c: New file.
1427         * iconvdata/Makefile (tests): Add bug-iconv1.
1429         * locale/iso-4217.def: Update entry for Nicaragua.
1431 2000-08-22  Mark Kettenis  <kettenis@gnu.org>
1433         * hurd/hurdsig.c: Rearrange headers a bit.
1434         (_hurdsig_init): Block until _hurd_msgport_thread is initialized
1435         when cthreads is being used.
1437 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
1439         * elf/Makefile (distribute): Add dl-osinfo.h.
1440         * sysdeps/generic/dl-osinfo.h: New file.
1441         * sysdeps/unix/sysv/linux/dl-osinfo.h: New file.
1442         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Use DL_SYSDEP_OSCHECK
1443         if defined.
1444         * sysdeps/unix/sysv/linux/init-first.c: Perform kernel version test
1445         only for !SHARED case.  Get the code from dl-osinfo.h.
1447         * stdlib/random_r.c: Cleanups.
1448         * stdlib/tst-random.c: New file.
1449         * stdlib/Makefile (tests): Add tst-random.
1450         Patches by Michael Fischer <fischer-michael@cs.yale.edu>.
1452 2000-08-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1454         * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.
1455         * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.
1456         * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.
1457         * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
1459 2000-08-22  Jakub Jelinek  <jakub@redhat.com>
1461         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sysctl): Remove.
1462         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sysctl): Remove.
1463         (__syscall__sysctl): Add.
1465 2000-08-21  Andreas Jaeger  <aj@suse.de>
1467         * stdlib/tst-strtol.c: Add test for 0xFFFFFFFFFFFF00FF (from PR
1468         libc/1864).
1469         * stdlib/tst-strtoll.c: Likewise.
1471 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
1473         * stdlib/random_r.c (__setstate_r): Also compute end_ptr
1474         correctly.
1475         (__initstate_r): Set errno on error.
1476         (__random_r): Likewise.
1477         (__setstate_r): Correct offset when computing
1478         new rptr and fptr.  Test for arg_state being NULL.
1479         Reported by Michael Fischer <fischer@cs.yale.edu>.
1481         * posix/regex.h: Add macro definitions to allow compiling outside
1482         glibc.
1484         * sysdeps/i370/Implies: Removed.
1485         * sysdeps/mvs/Implies: Removed.
1487         * catgets/catgets.c (catopen): Filter out env_var values with / if
1488         necessary.
1490         * locale/findlocale.c (_nl_find_locale): Move test for unusable
1491         locale name after all getenvs.
1493         * configure.in: Allow sed versions like 3.02.8.
1494         Patch by Rodrigo Barbosa <rodrigob@conectiva.com.br>.
1496 2000-08-21  Marko Myllynen  <myllynen@lut.fi>
1498         * inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
1500 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
1502         * sysdeps/posix/getaddrinfo.c (gethosts): Handle TRY_AGAIN error
1503         of gethostbyname2_r call.
1505         * intl/locale.alias: Add aliases for Korean.
1507 2000-08-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1509         * sysdeps/s390/__longjmp.c: Remove unused variable result.
1510         * sysdeps/s390/fpu/bits/fenv.h: Move FPC_* definitions to fenv_libc.h.
1511         * sysdeps/s390/fpu/fclrexcpt.c: Include fenv_libc.h instead of fenv.h.
1512         * sysdeps/s390/fpu/fegetenv.c: New file.
1513         * sysdeps/s390/fpu/fegetround.c: Include fenv_libc.h instead of fenv.h.
1514         * sysdeps/s390/fpu/feholdexcpt.c: New file.
1515         * sysdeps/s390/fpu/fenv_libc.h: New file.
1516         * sysdeps/s390/fpu/fesetenv.c: New file.
1517         * sysdeps/s390/fpu/fesetround.c: Include fenv_libc.h instead of fenv.h.
1518         * sysdeps/s390/fpu/feupdateenv.c: New file.
1519         * sysdeps/s390/fpu/fgetexcptflg.c: Reformatted.
1520         * sysdeps/s390/fpu/fpu_control.h: Corrected header.
1521         * sysdeps/s390/fpu/fraiseexcpt.c: New file.
1522         * sysdeps/s390/fpu/fsetexcptflg.c: New file.
1523         * sysdeps/s390/fpu/ftestexcept.c: New file.
1524         * sysdeps/s390/fpu/libm-test-ulps: New file.
1525         * sysdeps/s390/gmp-mparam.h: Add end of comment.
1526         * sysdeps/s390/initfini.c: New file.
1527         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1528         * sysdeps/unix/sysv/linux/s390/Makefile: Remove sys/reg.h.
1529         * sysdeps/unix/sysv/linux/s390/bits/stat.h: New file.
1530         * sysdeps/unix/sysv/linux/s390/lchown.c: New file.
1531         * sysdeps/unix/sysv/linux/s390/sys/elf.h: Move elf definitions to
1532         sys/procfs.h as proposed by Mark Kettenis.
1533         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: New file.
1535 2000-08-21  Andreas Jaeger  <aj@suse.de>
1537         * include/poll.h: Include include/sys/poll.h to get __poll
1538         declaration.
1540         * io/sys/poll.h: Move __poll declaration from here...
1541         * include/sys/poll.h: ...to here.
1543         * include/sys/socket.h (__getpeername): Add declaration.
1545         * include/wchar.h (__vswprintf): Add declaration.
1547         * include/stdio.h (__flockfile): Add declaration.
1548         (__funlockfile): Likewise.
1550 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
1552         * misc/sys/cdefs.h: Define __restrict_arr.
1553         * include/sys/time.h: Add restrict where required by AGd4.
1554         * inet/arpa/inet.h: Likewise.
1555         * io/sys/stat.h: Likewise.
1556         * io/sys/statvfs.h: Likewise.
1557         * misc/search.h: Likewise.
1558         * misc/sys/select.h: Likewise.
1559         * posix/glob.h: Likewise.
1560         * posix/regex.h: Likewise.
1561         * posix/spawn.h: Likewise.
1562         * posix/unistd.h: Likewise.
1563         * rt/aio.h: Likewise.
1564         * signal/signal.h: Likewise.
1565         * socket/sys/socket.h: Likewise.
1566         * stdlib/ucontext.h: Likewise.
1567         * streams/stropts.h: Likewise.
1568         * string/string.h: Likewise.
1569         * time/time.h: Likewise.
1570         * time/sys/time.h: Likewise.
1572         * posix/spawn.h: Add declarations for posix_spawnattr_getscheparam
1573         and posix_spawnattr_setscheparam.
1575         * libio/stdio.h: Make cuserid prototype again available for all
1576         XPG versions.
1578         * argp/argp-help.c: Unify use of function aliases to make more compact
1579         PLT.
1580         * include/libintl.h: Likewise.
1581         * inet/rcmd.c: Likewise.
1582         * intl/dcigettext.c: Likewise.
1583         * libio/iofputws.c: Likewise.
1584         * libio/iofputws_u.c: Likewise.
1585         * libio/iogetwline.c: Likewise.
1586         * libio/swprintf.c: Likewise.
1587         * malloc/malloc.c: Likewise.
1588         * nss/digits_dots.c: Likewise.
1589         * posix/fnmatch.c: Likewise.
1590         * posix/spawn_faction_addclose.c: Likewise.
1591         * posix/spawn_faction_adddup2.c: Likewise.
1592         * posix/spawn_faction_addopen.c: Likewise.
1593         * posix/spawni.c: Likewise.
1594         * posix/wordexp.c: Likewise.
1595         * posix/spawni.c: Likewise.
1596         * resolv/res_hconf.c: Likewise.
1597         * resolv/res_init.c: Likewise.
1598         * shadow/lckpwdf.c: Likewise.
1599         * signal/sighold.c: Likewise.
1600         * signal/sigrelse.c: Likewise.
1601         * stdio-common/printf-parse.h: Likewise.
1602         * stdio-common/printf-prs.c: Likewise.
1603         * stdio-common/printf_fp.c: Likewise.
1604         * stdio-common/vfprintf.c: Likewise.
1605         * stdio-common/vfscanf.c: Likewise.
1606         * stdlib/rpmatch.c: Likewise.
1607         * sunrpc/create_xid.c: Likewise.
1608         * sunrpc/key_call.c: Likewise.
1609         * sysdeps/generic/setrlimit64.c: Likewise.
1610         * sysdeps/generic/utmp_file.c: Likewise.
1611         * sysdeps/generic/vlimit.c: Likewise.
1612         * sysdeps/posix/posix_fallocate.c: Likewise.
1613         * sysdeps/posix/posix_fallocate64.c: Likewise.
1614         * sysdeps/posix/sigpause.c: Likewise.
1615         * sysdeps/posix/sigset.c: Likewise.
1616         * sysdeps/unix/grantpt.c: Likewise.
1617         * sysdeps/unix/bsd/ualarm.c: Likewise.
1618         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
1619         * sysdeps/unix/sysv/linux/getloadavg.c: Likewise.
1620         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1621         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
1622         * time/strftime.c: Likewise.
1623         * wcsmbs/wcscoll.c: Likewise.
1624         * wcsmbs/wcsxfrm.c: Likewise.
1626         * time/tst-getdate.c (main): Make error messages more human readable.
1628         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Allow gcc to generate
1629         postinc/predec instruction.
1630         (_FPU_SETCW): Likewise.
1631         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1633 2000-08-20  Andreas Jaeger  <aj@suse.de>
1635         * time/tst-getdate.c (main): Increase error in case of wrong
1636         conversion.
1637         Fix typo in test case.
1639 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
1641         * ctype/ctype.h (isblank): Make available if ISO C99.
1642         * wctype/wctype.h (iswblank): Make available if ISO C99.
1643         * math/math.h (signgam): Don't make available if ISO C99.
1644         * math/tgmath.h (tgamma): Renamed from gamma.
1645         Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
1647         * intl/loadmsgcat.c (_nl_unload_domain): Also free conv_tab element.
1648         Pretty printing.
1649         * intl/plural.y (new_exp): Take number of optional parameters in
1650         second parameter.  Test for correct number of parameters and free
1651         correctly in case of failure.  Adjust all callers.
1652         (yylex): Allow ';' as terminator character.
1654 2000-08-19  Ulrich Drepper  <drepper@redhat.com>
1656         * locale/lc-time.c (free_mem): New function.  Free alt_digits and
1657         walt_digits.
1659         * locale/findlocale.c (free_mem): Also free here->filename.
1661         * locale/loadlocale.c (_nl_unload_locale): Also free locale->name.
1663         * math/test-fenv.c (feenv_tests): Clear all exceptions before
1664         first test.
1665         (feexcp_nomask_test): Correct printf args.
1666         (feexcp_mask_test): Likewise.
1668 2000-08-19  Andreas Jaeger  <aj@suse.de>
1670         * inet/tst-gethnm.c: Include string.h to provide prototype for
1671         strcmp.
1673         * malloc/mtrace.pl (usage): Inform about --help.
1675 2000-08-19  Wolfram Gloger  <wg@malloc.de>
1677         * malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
1678         size HEAP_MAX_SIZE.
1680 2000-08-19  Andreas Jaeger  <aj@suse.de>
1682         * shlib-versions: Remove libnss_db, libdb and libdb1.
1684 2000-08-19  Jakub Jelinek  <jakub@redhat.com>
1686         * sysdeps/unix/sysv/linux/alpha/readdir.c: Move...
1687         * sysdeps/unix/sysv/linux/ia64/readdir.c: ...here and
1688         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: ...here.
1689         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Move...
1690         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: ...here and
1691         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: ...here.
1692         * sysdeps/unix/sysv/linux/alpha/readdir64.c: Remove.
1693         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: Remove.
1694         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Remove.
1695         * sysdeps/unix/sysv/linux/alpha/getdents.c: Only use for non-LFS
1696         getdents.
1697         * sysdeps/unix/sysv/linux/readdir64.c: Remove versioning.
1698         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
1700 2000-08-18  Jakub Jelinek  <jakub@redhat.com>
1702         * include/glob.h (__glob64): Add prototype.
1703         * sysdeps/generic/glob.c: If GLOB_ONLY_P is defined, only
1704         define glob and glob_in_dir.
1705         * sysdeps/unix/sysv/linux/i386/Versions: Add glob64@@GLIBC_2.2.
1706         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1707         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1708         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1709         * sysdeps/unix/sysv/linux/i386/glob64.c: New file.
1710         * sysdeps/unix/sysv/linux/arm/glob64.c: New file.
1711         * sysdeps/unix/sysv/linux/powerpc/glob64.c: New file.
1712         * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: New file.
1714 2000-08-18  Jakub Jelinek  <jakub@redhat.com>
1716         * malloc/Makefile (memusage): libmemusage.so is installed in slibdir.
1718 2000-08-17  Andreas Jaeger  <aj@suse.de>
1720         * math/test-fenv.c (fe_single_test): New function.
1721         (fe_env_tests): Use fe_single_test.
1722         (feenable_test): New tests for feenable/fedisable and
1723         fegetexcpetions.
1724         (feexcp_mask_test): New function.
1725         (feexcp_nomask_test): New function.
1727 2000-08-19  Richard Henderson  <rth@cygnus.com>
1729         * sysdeps/alpha/fpu/fenv_libc.h: New file.
1730         * sysdeps/alpha/fpu/fclrexcpt.c: Use it.
1731         * sysdeps/alpha/fpu/fegetenv.c: Likewise.
1732         * sysdeps/alpha/fpu/fesetround.c: Likewise.
1733         * sysdeps/alpha/fpu/fegetround.c: Likewise.
1734         * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
1735         * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
1736         * sysdeps/alpha/fpu/ftestexcept.c: Likewise.
1737         * sysdeps/alpha/fpu/fedisblxcpt.c: Likewise.  Use the smaller mask.
1738         * sysdeps/alpha/fpu/feenablxcpt.c: Likewise.
1739         * sysdeps/alpha/fpu/fegetexcept.c: Likewise.
1740         * sysdeps/alpha/fpu/feholdexcpt.c: Retain the SWCR_MAP bits.
1741         * sysdeps/alpha/fpu/fesetenv.c: Likewise.
1742         * sysdeps/alpha/fpu/feupdateenv.c: Likewise.
1743         * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
1744         * sysdeps/alpha/fpu/bits/fenv.h (FE_DENORMAL): New.
1745         (FE_MAP_DMZ, FE_MAP_UMZ, FE_NONIEEE_ENV): New.
1747 2000-08-19  Andreas Jaeger  <aj@suse.de>
1749         * elf/constload1.c: Include <stdio.h> for puts prototype.
1751 2000-08-19  Ulrich Drepper  <drepper@redhat.com>
1753         * elf/Versions [ld] (GLIBC_2.2): Export _dl_check_map_versions.
1754         * elf/dl-deps.c (_dl_map_object_deps): If object was dependency of
1755         a dynamically loaded object remove old l_initfini list.
1756         * elf/dl-libc.c (free_mem): Used as __libc_subfreeres callback to
1757         remove some dynamically allocated memory blocks in the dynamic
1758         loading data structures.
1759         * elf/dl-load.c (add_name_to_object): Initialize dont_free to 0.
1760         * elf/dl-open.c (dl_open_workder): Don't call _dl_check_all_versions.
1761         Instead call _dl_check_map_versions only for the dependencies.
1762         * elf/rtld.c: Avoid unneccessary initializations.  Mark l_libname
1763         information of initial objects as not free-able.
1764         * sysdeps/generic/ldsodefs.h (struct libname_list): Add dont_free
1765         element.
1767         * elf/filter.c: Call mtrace.
1768         * elf/restest1.c: Likewise.  Close the objects.
1769         * elf/loadtest.c: Call mtrace.  Check result of dlclose.  Print more
1770         debug information.
1772         * elf/constload1.c: Add comment explaining not freed memory.
1774 2000-08-18  Andreas Jaeger  <aj@suse.de>
1776         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Add pads to show
1777         alignment for structs stat and stat64.
1778         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1780 2000-08-17  Ulrich Drepper  <drepper@redhat.com>
1782         * sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino
1783         handling.  Patch by Richard Henderson <rth@twiddle.net>.
1785         * nss/Versions: Remove libnss_db information.
1787 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
1789         * sysdeps/sparc/fpu/fedisblxcpt.c: New file.
1790         * sysdeps/sparc/fpu/feenablxcpt.c: New file.
1791         * sysdeps/sparc/fpu/fegetexcept.c: New file.
1792         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: New file.
1794         * sysdeps/sparc/sparc64/dl-machine.h: Subtract 4 .rela.plt entries
1795         to match Solaris.
1797 2000-08-17  Ulrich Drepper  <drepper@redhat.com>
1799         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Use type-correct code.
1800         (_FPU_SETCW): Likewise.
1801         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1803         * stdio-common/printf_fp.c: Fix chars_needed computation.
1804         Patch by Greg McGary <greg@mcgary.org>.
1806 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
1808         * elf/dl-load.c (_dl_map_object): Don't crash if both loader and
1809         _dl_loaded are NULL.
1811 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
1813         * manual/arith.texi (feholdexcept): Returns 0 on success.
1815 2000-08-17  Andreas Jaeger  <aj@suse.de>
1817         * sysdeps/gnu/net/if.h (struct ifreq): Add ifru_newname.
1818         (ifr_newname): New.
1819         Reported by Andi Kleen <ak@suse.de>.
1821 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
1823         * sysdeps/alpha/fpu/fedisblxcpt.c: New file.
1824         * sysdeps/alpha/fpu/feenablxcpt.c: New file.
1825         * sysdeps/alpha/fpu/fegetexcept.c: New file.
1827 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
1829         * sysdeps/unix/sysv/linux/xstatconv.c (xstat32_conv): Test sizes
1830         of buf->st_ino and kbuf->st_ino, not __st_ino.
1831         If _HAVE_STAT64___ST_INO is not defined, don't use __st_ino at all.
1832         * sysdeps/unix/sysv/linux/getdents64.c: Change path in #include
1833         directive so that only linux/getdents.c is used, not some
1834         architecture specific one.
1836 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
1838         * sysdeps/i386/fpu/fegetexcept.c (fegetexcept): Return currently
1839         enabled, not disabled exceptions.
1840         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
1841         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.
1843 2000-08-17  Greg McGary  <greg@mcgary.org>
1845         * Makeconfig (link-extra-libs-bounded): Strip `-bp' suffix
1846         from test program name when constructing suffix for $(LDLIBS-*).
1847         (bounded-thread-library): New variable.
1848         * crypt/Makefile
1849         [build-shared, build-static] (libcrypt-dep): Remove variable.
1850         ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
1851         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
1852         * linuxthreads/Makefile (libpthread, librt): Remove variables.
1853         (librt-tests): Add variable.  (tests): Use it.
1854         [build-shared, build-static]
1855         ($(addprefix $(objpfx),$(tests)),
1856         $(addprefix $(objpfx),$(librt-tests))):
1857         Consolidate individual dependencies.
1858         [build-bounded]
1859         ($(tests:%=$(objpfx)%-bp), $(librt-tests:%=$(objpfx)%-bp)):
1860         Add dependencies.
1861         * math/Makefile (LDLIBS-*): Remove variables (they are redundant).
1862         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
1863         * misc/Makefile
1864         [build-bounded] ($(objpfx)tst-tsearch-bp): Add dependencies.
1865         * rt/Makefile
1866         [build-shared, build-static]
1867         ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
1868         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
1870 2000-08-17  Greg McGary  <greg@mcgary.org>
1872         * sysdeps/generic/bp-checks.h: s/\(CHECK\w+\)opt/\1_NULL_OK/
1873         * sysdeps/unix/make-syscalls.sh: Likewise.
1874         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1875         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1876         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1877         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
1878         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
1880 2000-08-17  Greg McGary  <greg@mcgary.org>
1882         * sysdeps/i386/fpu/s_frexp.S: Check bounds.
1883         Wrap extern symbols in BP_SYM ().
1884         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
1885         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
1886         * sysdeps/i386/fpu/s_remquo.S: Likewise.
1887         * sysdeps/i386/fpu/s_remquof.S: Likewise.
1888         * sysdeps/i386/fpu/s_remquol.S: Likewise.
1889         * sysdeps/i386/fpu/s_sincos.S: Likewise.
1890         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
1891         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
1892         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
1893         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1895 2000-08-16  Andreas Schwab  <schwab@suse.de>
1897         * sysdeps/m68k/fpu/fegetexcept.c: New file.
1898         * sysdeps/m68k/fpu/fedisblxcpt.c: New file.
1899         * sysdeps/m68k/fpu/feenablxcpt.c: New file.
1901 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
1903         * sysdeps/generic/ldsodefs.h: Declare _nl_nloaded.
1904         * elf/Versions [ld] (GLIBC_2.2): Add _nl_nloaded.
1905         * elf/dl-support.c: Define _nl_nloaded.
1906         * elf/rtld.c: Likewise.  Increment _nl_nloaded for rtld itself.
1907         * elf/dl-object.c (_dl_new_object): Increment _nl_nloaded after adding
1908         object to global list.
1909         * elf/dl-close.c (_dl_close): Decrement _nl_nloaded after removing
1910         from _dl_loaded list.
1911         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
1912         * elf/dl-fini.c (_dl_fini): Use _nl_nloaded instead of computing the
1913         number here.
1915         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Mask, not
1916         unmask, exceptions.
1917         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Unmask, not mask,
1918         exceptions.
1919         Reported by Harvey J. Stein <hjstein@bfr.co.il>.
1921 2000-08-16  Andreas Jaeger  <aj@suse.de>
1923         * elf/elf.h (EM_X8664): Add official x86-64 specific value.
1925 2000-08-15  Marko Myllynen  <myllynen@lut.fi>
1927         * inet/netinet/icmp6.h: Added Mobile IPv6 definitions.
1929 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
1931         * sysdeps/unix/sysv/linux/powerpc/Dist: Add oldgetrlimit64.c.
1932         * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)=resource]
1933         (sysdep_routines): Add oldgetrlimit64.
1934         * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: New file.
1935         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1937         * include/link.h: Undo last patches.  Hurd now has stat64.
1938         * elf/Makefile: Likewise.
1939         * elf/dl-load.c: Likewise.
1940         * elf/dl-misc.c: Likewise.
1941         * elf/dl-profile.c: Likewise.
1942         * sysdeps/generic/sysd-link.h: Removed.
1943         * sysdeps/unix/sysv/linux/sysd-link.h: Removed.
1945         * rt/aio_notify.c (notify_func_wrapper): Wrapper function to call
1946         thread event callback function.
1947         (__aio_notify_only): Use function above.
1948         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
1950 2000-08-16  Mark Kettenis  <kettenis@gnu.org>
1952         * sysdeps/mach/hurd/lseek64.c: New file.
1954 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
1956         * sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t):
1957         Remove typedefs.
1958         * sysdeps/mach/hurd/bits/time.h (__clockid_t, __timer_t): Remove
1959         typedefs.
1960         * sysdeps/generic/bits/time.h (__clockid_t, __timer_t): Remove
1961         typedefs.
1962         * sysdeps/generic/bits/types.h (__clockid_t, __timer_t): New typedefs.
1964 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
1966         * sysdeps/mach/hurd/xstatconv.c: New file.
1967         * sysdeps/mach/hurd/fxstat64.c: New file.
1968         * sysdeps/mach/hurd/lxstat64.c: New file.
1969         * sysdeps/mach/hurd/xstat64.c: New file.
1970         * sysdeps/mach/hurd/Dist: Add xstatconv.c.
1972 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
1974         * sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs):
1975         Initialize, needed for change in common symbol handling in newer
1976         binutils.  Mirrors 2000-01-03 change made by Andreas Schwab.
1978 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
1980         * elf/constload1.c: Call mtrace.  Check return value of dlclose call.
1981         * elf/constload2.c: Add destructor to unload constload3.
1983         * include/link.h: Include sysd-link.h.
1984         * sysdeps/generic/sysd-link.h: New file.
1985         * sysdeps/unix/sysv/linux/sysd-link.h: New file.
1986         * elf/Makefile (distribute): Add sysd-link.h.
1987         * elf/dl-load.c: Use definitions from sysd-link.h instead of stat
1988         types and functions directly.
1989         * elf/dl-misc.c: Likewise.
1990         * elf/dl-profile.c: Likewise.
1992         * elf/loadfail.c (main): Close all successfully loaded objects.
1994         * elf/multiload.c: Add mtrace call.  Call dlclose for all handles and
1995         free wd.
1996         * elf/dl-deps.c (_dl_map_object_deps): Don't allocate needed list if
1997         there is already one.
1999         * elf/dl-close.c: Pretty print.
2001 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
2003         * sysdeps/posix/ttyname.c: Make name variable from getttyname function
2004         global (with file scope).  Add __libc_subfreeres function to free the
2005         string.
2006         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.  Also for buf variable
2007         in ttyname function.
2009         * sysdeps/generic/strtok.c: Remove initializer for olds variable.
2011         * crypt/md5-crypt.c: Let destructor deallocate static buffer.
2013         * iconvdata/sjis.c (from_ucs4_lat1): Handle U005C and U007E by
2014         mapping them to /x5c and /x7e respectively.
2016         * locale/programs/ld-ctype.c: Add support for more definitions after
2017         copy statement.
2019 2000-08-14  Jakub Jelinek  <jakub@redhat.com>
2021         * dirent/Versions (getdirentries64): Export at GLIBC_2.2.
2022         * sysdeps/unix/sysv/linux/kernel-features.h
2023         (__ASSUME_GETDENTS64_SYSCALL): Define.
2024         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Use getdents64
2025         syscall if available to get d_type fields.
2026         * sysdeps/unix/sysv/linux/alpha/getdents.c (DIRENT_TYPE): Define.
2027         * sysdeps/unix/sysv/linux/arm/Versions (__xstat64, __fxstat64,
2028         __lxstat64): Export at GLIBC_2.2.
2029         (alphasort64, readdir64, readdir64_r, scandir64, versionsort64):
2030         Likewise.
2031         * sysdeps/unix/sysv/linux/i386/Versions (getdirentries64): Remove.
2032         * sysdeps/unix/sysv/linux/i386/getdents64.c (kernel_dirent64): Define.
2033         * sysdeps/unix/sysv/linux/powerpc/Versions (alphasort64,
2034         getdirentries64, versionsort64): Remove.
2035         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (alphasort64,
2036         getdirentries64, versionsort64): Remove.
2038 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
2040         * posix/Makefile: Remove rules to generate glob package.
2042         * posix/Makefile (tests): Add tst-regexloc.
2043         (tst-regexloc-ENV): Add LOCPATH.
2044         * posix/tst-regexloc.c: New file.
2046 2000-08-12  Andreas Jaeger  <aj@suse.de>
2048         * include/features.h (__STDC_ISO_10646__): Define.
2049         Reported by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
2051 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
2053         * include/features.h (__USE_ISOC99): Define for _XOPEN_SOURCE >= 600.
2055         * locale/langinfo.h: Define YESSTR and NOSTR also for XPG4 (but not
2056         for revision 6 and up).
2058         * posix/sys/types.h: Define __need_timer_t and __need_clockid_t before
2059         including <time.h>.
2060         * time/time.h: Allow __need_timer_t and __need_clockid_t to be defined
2061         to get definitions of just these types.
2063         * signal/signal.h: Define thread signal handling functions also for
2064         POSIX95.
2066         * sysdeps/unix/sysv/linux/bits/types.h: Define thread types also for
2067         POSIX95.
2068         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2069         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Likewise.
2070         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2071         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
2073         * sysvipc/sys/shm.h: Define pid_t for XPG.
2075         * posix/unistd.h: Remove setkey, rename, and cuserid prototypes as
2076         they are not anymore required here.
2078         * wcsmbs/wchar.h: Make the various wide char string and stream
2079         functions available for the respective XPG versions.
2081         * nss/Makefile: Remove rules to build and distribute nss_db.
2083         * sysdeps/generic/alphasort64.c: Remove unnecessary versioning.
2084         * sysdeps/generic/scandir64.c: Likewise.
2085         * sysdeps/generic/versionsort64.c: Likewise.
2087 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
2088             Benjamin Koznik  <bkoz@redhat.com>
2090         * libio/fileops.c: Merge with libstdc++-v3.
2091         * libio/genops.c: Likewise.
2092         * libio/iofclose.c: Likewise.
2093         * libio/iofopen.c: Likewise.
2094         * libio/iofwide.c: Likewise.
2095         * libio/libio.h: Likewise.
2096         * libio/libioP.h: Likewise.
2097         * libio/stdfiles.c: Likewise.
2098         * libio/stdio.c: Likewise.
2099         * libio/wfileops.c: Likewise.
2100         * libio/wgenops.c: Likewise.
2102         * libio/Versions: Export functions needed by libstdc++-v3 in GLIBC_2.2.
2104 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
2106         * locale/programs/localedef.c: Implement --prefix option to allow
2107         writing in standard places of alternative install directories.
2109         * posix/regex.c (compile_range): Implement collation sequence
2110         handling for glibc.  Use simple character ordering otherwise and
2111         not strcoll.
2113 2000-08-12  Mark Kettenis  <kettenis@gnu.org>
2115         * sysdeps/generic/scandir64.c: Include <dirent.h>.
2117 2000-08-12  Andreas Jaeger  <aj@suse.de>
2119         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Handle
2120         __USE_FILE_OFFSET64 correctly for locking.
2121         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2123 2000-08-12  Jakub Jelinek  <jakub@redhat.com>
2125         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
2126         Define for 2.4.1 on sparc as well.
2127         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fill in correct values
2128         for F_GETLK64, F_SETLK64, and F_SETLKW64.
2129         * sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c: New file.
2130         * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: New file.
2132 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
2134         * io/fts.c (fts_stat): Recognize DT_WHT only if S_IFWHT is also
2135         defined.
2137 2000-08-12  Andreas Jaeger  <aj@suse.de>
2139         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64,
2140         F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
2142         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
2143         mips2 for assembler.
2145         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Try fcntl
2146         if fnctl64 is not available for F_*LK*64.
2148         * sysdeps/unix/sysv/linux/i386/lockf64.c: New file.
2150 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
2152         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
2153         Define for 2.4.1 on x86.
2154         * sysdeps/unix/sysv/linux/i386/fcntl.c: New file.
2155         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Fill in correct values
2156         for F_GETLK64, F_SETLK64, and F_SETLKW64.
2158         * dirent/dirent.h: Define DT_WHT.
2160         * sysdeps/unix/sysv/linux/arm/alphasort64.c: New file.
2161         * sysdeps/unix/sysv/linux/arm/getdents64.c: New file.
2162         * sysdeps/unix/sysv/linux/arm/readdir64.c: New file.
2163         * sysdeps/unix/sysv/linux/arm/readdir64_r.c: New file.
2164         * sysdeps/unix/sysv/linux/arm/scandir64.c: New file.
2165         * sysdeps/unix/sysv/linux/arm/versionsort64.c: New file.
2167 2000-08-11  Ulrich Drepper  <drepper@redhat.com>
2169         * nss/digits_dots.c: Don't pass NULL in h_aliases for successful
2170         lookup, pass pointer to array with NULL pointer [PR libc/1858].
2171         * inet/Makefile (tests): Add tst-gethnm.
2172         * inet/tst-gethnm.c: New file.
2174         * rt/aio_cancel.c: If canceling a specific request which is running
2175         *really* do nothing.
2176         * rt/aio_misc.h: Add `done' to states of a request.
2177         * rt/aio_misc.c: Add several tests for the correct state.
2178         Simplify request table memory handling.
2180 2000-08-10  Jakub Jelinek  <jakub@redhat.com>
2182         * dirent/scandir.c: Use it for scandir64 and old_scandir64 as well.
2183         * dirent/scandir64.c: Move...
2184         * sysdeps/generic/scandir64.c: ...here.
2185         * dirent/alphasort64.c: Move...
2186         * sysdeps/generic/alphasort64.c: ...here.
2187         * dirent/versionsort64.c: Move...
2188         * sysdeps/generic/versionsort64.c: ...here.
2189         * sysdeps/unix/sysv/linux/i386/dirent/Versions (alphasort64,
2190         getdirentries64, readdir64, readdir64_r, scandir64, versionsort64):
2191         Export symbols at GLIBC_2.2.
2192         * sysdeps/unix/sysv/linux/powerpc/dirent/Versions: Likewise.
2193         * sysdeps/unix/sysv/linux/sparc/sparc32/dirent/Versions: Likewise.
2194         * include/dirent.h (__readdir64_r, __scandir64, __alphasort64,
2195         __versionsort64): Add prototypes.
2196         * io/Versions (__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
2197         * sysdeps/unix/sysv/linux/alpha/kernel_stat.h (__xstat_conv): Remove
2198         unused prototype.
2199         * sysdeps/unix/sysv/linux/alpha/readdir.c: Export at both GLIBC_2.1
2200         and GLIBC_2.2.
2201         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Likewise.
2202         * sysdeps/unix/sysv/linux/alpha/getdents.c: New.
2203         * sysdeps/unix/sysv/linux/alpha/getdents64.c: New.
2204         * sysdeps/unix/sysv/linux/bits/types.h (__ino64_t): Change to
2205         __u_quad_t.
2206         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat, struct stat64):
2207         Adjust for kernel-2.4.0-test6 layout.
2208         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat64): Export at both
2209         GLIBC_2.1 and GLIBC_2.2.
2210         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat64): Likewise.
2211         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat64): Likewise.
2212         * sysdeps/unix/sysv/linux/i386/getdents64.c: New.
2213         * sysdeps/unix/sysv/linux/i386/olddirent.h: New.
2214         * sysdeps/unix/sysv/linux/i386/readdir64.c: New.
2215         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: New.
2216         * sysdeps/unix/sysv/linux/i386/scandir64.c: New.
2217         * sysdeps/unix/sysv/linux/i386/alphasort64.c: New.
2218         * sysdeps/unix/sysv/linux/i386/versionsort64.c: New.
2219         * sysdeps/unix/sysv/linux/ia64/getdents.c: New.
2220         * sysdeps/unix/sysv/linux/ia64/getdents64.c: New.
2221         * sysdeps/unix/sysv/linux/ia64/readdir.c: Include alpha/readdir.c.
2222         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: Include alpha/readdir_r.c.
2223         * sysdeps/unix/sysv/linux/mips/bits/types.h (__ino64_t): Change to
2224         __u_quad_t.
2225         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: New.
2226         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h (_HAVE_STAT*): Define.
2227         * sysdeps/unix/sysv/linux/powerpc/scandir64.c: New.
2228         * sysdeps/unix/sysv/linux/powerpc/getdents64.c: New.
2229         * sysdeps/unix/sysv/linux/powerpc/readdir64.c: New.
2230         * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: New.
2231         * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ino64_t): Change to
2232         __u_quad_t.
2233         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: New.
2234         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h (_HAVE_STAT*):
2235         Define.
2236         * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: New.
2237         * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: New.
2238         * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: New.
2239         * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: New.
2240         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h (_HAVE_STAT*):
2241         Define.
2242         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: Include
2243         alpha/readdir.c.
2244         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: Include
2245         alpha/readdir_r.c
2246         * sysdeps/unix/sysv/linux/sparc/sparc64/getdents.c: New.
2247         * sysdeps/unix/sysv/linux/sparc/sparc64/getdents64.c: New.
2248         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): If
2249         _HAVE_STAT64___ST_INO and __st_ino != (uint32_t)st_ino, set
2250         st_ino from __st_ino.
2251         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2252         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2253         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv, xstat64_conv,
2254         xstat32_conv): Use _HAVE_STAT* macros.  If _HAVE_STAT64___ST_INO,
2255         set __st_ino in addition to st_ino.
2256         * sysdeps/unix/sysv/linux/kernel_stat.h (_HAVE_STAT*): Define.
2257         * sysdeps/unix/sysv/linux/getdents.c: Use it for __getdents64 and
2258         __old_getdents64 as well.
2259         * sysdeps/unix/sysv/linux/getdirentries.c: Use it for
2260         getdirentries64 and old_getdirentries64 as well.
2261         * sysdeps/unix/sysv/linux/getdirentries64.c (GETDIRENTRIES,
2262         __GETDENTS): Define.
2263         (GETDENTS64): Remove.
2264         * sysdeps/unix/sysv/linux/getdents64.c (__GETDENTS, DIRENT_TYPE):
2265         Define.
2266         (GETDENTS64): Remove.
2267         * sysdeps/unix/sysv/linux/readdir64.c: Use sysdeps/unix/readdir.c.
2268         * sysdeps/unix/sysv/linux/readdir64_r.c: Use sysdeps/unix/readdir_r.c.
2269         * sysdeps/unix/readdir.c: Use it for readdir64 and __old_readdir64
2270         as well.
2271         * sysdeps/unix/readdir_r.c: Use it for readdir64_r and
2272         __old_readdir64_r as well.
2273         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2274         __ASSUME_ST_INO_64_bit for kernel 2.4.1 and up.
2276 2000-08-08  Jes Sorensen  <jes@linuxcare.com>
2278         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add SI_KERNEL define.
2279         Add missing ILL_BADIADDR to enum and make ILL_BREAK match the
2280         define of the kernel.
2281         Add missing __SEG_PSTKOVF definition.
2282         Adjust the padding of struct siginfo and struct sigevent to
2283         match the fact that sigval_t is 64 bit.
2285 2000-08-10  Ulrich Drepper  <drepper@redhat.com>
2287         * timezone/zic.c: Update from tzcode2000f.
2288         * timezone/australasia: Update from tzdata2000f.
2289         * timezone/europe: Likewise.
2290         * timezone/southamerica: Likewise.
2291         * timezone/yearistype: Likewise.
2293 2000-08-10  Andreas Jaeger  <aj@suse.de>
2295         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Synch struct stat64 and
2296         stat with current MIPS kernel.
2298 2000-08-01  Mark Kettenis  <kettenis@gnu.org>
2300         * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_greg_t, ELF_NGREG,
2301         elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved to
2302         sysdeps/unix/sysv/linux/i386/sys/procfs.h.
2303         Remove the junk that's only relevant in the Linux kernel itself.
2304         Add a warning saying that this file is now obsolete, and include
2305         <sys/procfs.h>.
2306         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (elf_greg_t,
2307         ELF_NGREG, elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved
2308         here from sysdeps/unix/sysv/linux/i386/sys/elf.h.  Don't include
2309         <signal.h>, <sys/ucontext.h> and <sys/elf.h>.  Remove parts of
2310         `struct elf_prstatus' that are #ifdef'ed out.  Improve comments
2311         and add the notice that the file is primarily there for GDB.
2312         * sysdeps/unix/sysv/linux/i386/sys/user.h: Fix comment.
2314 2000-08-09  Jakub Jelinek  <jakub@redhat.com>
2316         * time/tzfile.c (__tzfile_compute): __tzstring zones
2317         from zone_names.
2319 2000-08-09  Jakub Jelinek  <jakub@redhat.com>
2321         * resolv/resolv.h (__res_state): Surround prototype with
2322         __BEGIN_DECLS/__END_DECLS.
2323         * sysdeps/unix/sysv/linux/m68k/chown.c: Include kernel-features.h.
2325 2000-08-04  Jes Sorensen  <jes@linuxcare.com>
2327         * sysdeps/unix/sysv/linux/ia64/bits/resource.h (__rlimit_resource):
2328         Make independant of asm/resource.h from the Linux kernel.
2330 2000-08-06  Bruno Haible  <haible@clisp.cons.org>
2332         * iconv/gconv_conf.c (__gconv_read_conf): Don't call realpath.
2334 2000-08-06  Bruno Haible  <haible@clisp.cons.org>
2336         * intl/Makefile (CPPFLAGS): Remove $(i18ndir) from LOCALE_ALIAS_PATH.
2337         * locale/Makefile (locale-CPPFLAGS): Likewise.
2339 2000-08-09  Ulrich Drepper  <drepper@redhat.com>
2341         * sysdeps/i386/fpu/libm-test-ulps: Increase several error values
2342         for AMD processors.
2344 2000-08-03  Jakub Jelinek  <jakub@redhat.com>
2346         * misc/Versions (mincore): Export at GLIBC_2.2.
2348 2000-08-03  Bruno Haible  <haible@clisp.cons.org>
2350         * intl/libintl.h (gettext, dgettext, dcgettext): Add back __THROW.
2352 2000-08-02  Mark Kettenis  <kettenis@gnu.org>
2354         * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from
2355         socketpair.  Made socketpair a weak alias.
2356         * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using
2357         __socketpair.  Use S_IFIFO protocol to make pipes POSIX
2358         conforming, but fall back on the old protocol if the socket server
2359         doesn't support it.
2360         * include/sys/socket.h: Add prototype for __socketpair.
2362 2000-08-09  Andreas Schwab  <schwab@suse.de>
2364         * stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the
2365         long long modifier is seen.
2367         * elf/nodelete.c (do_test): Remove reference to undefined member
2368         sa_restorer.
2369         * rt/tst-aio4.c (do_test): Likewise.
2371         * configure.in: Add `-lm' when checking for libgd.
2372         * malloc/Makefile ($(objpfx)memusagestat): Add `-lm' during
2373         linking.
2375 2000-08-09  Andreas Jaeger  <aj@suse.de>
2377         * configure.in: Change required make versions.
2379         * manual/install.texi (Tools for Compilation): Document required
2380         make version.
2381         (Supported Configurations): Update list of supported
2382         configurations.
2384 2000-08-08  Ulrich Drepper  <drepper@redhat.com>
2386         * locale/linereader.c (get_string): Don't print an error is a string
2387         contains an unknown character.
2389 2000-08-06  Ulrich Drepper  <drepper@redhat.com>
2391         * locale/programs/ld-collate.c (struct symbol_t): Add name element.
2392         (new_symbol): Take new parameters with name of the symbol.
2393         Adjust callers.
2394         (handle_ellipsis): Don't only allow character symbols.
2395         (collate_read): Allow string of collating elements contain invalid
2396         characters; ignore entry in this case.
2397         Handle ellipsis of collating symbols before first order_start.
2398         Allow ellipsis in state 0.
2400 2000-08-04  Ulrich Drepper  <drepper@redhat.com>
2402         * locale/programs/ld-collate.c (handle_ellipsis): Fix typo in
2403         error message.
2404         Reported by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
2406 2000-08-04  Greg McGary  <greg@mcgary.org>
2408         * posix/regex.c (SET_HIGH_BOUND): New macro.
2409         (MOVE_BUFFER_POINTER): Use it.
2410         (ELSE_EXTEND_BUFFER_HIGH_BOUND): New macro.
2411         (EXTEND_BUFFER): Use it.
2413 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
2415         * libio/iofwide.c (_IO_fwide): Initialize fp->_codecvt as well.
2416         * libio/fileops.c (_IO_new_file_fopen): Use _codecvt not from
2417         _wide_data but from _IO_FILE directly.
2418         * libio/iofclose.c: Likewise.
2419         * libio/wfileops.c: Likewise.
2421         * libio/genops.c (_IO_default_showmanyc): Change return type to size_t.
2422         * libio/libioP.h: Change prototypes.
2424 2000-08-03  Greg McGary  <greg@mcgary.org>
2426         * sysdeps/i386/setjmp.S (__sigsetjmp): Pop our
2427         frame pointer early so that we save caller's frame pointer.
2428         * sysdeps/i386/elf/setjmp.S: Likewise.
2430         * sysdeps/unix/sysv/syscalls.list (time, utime): Correct signatures.
2431         * io/test-utime.c: Test passing NULL as utimbuf* arg.
2433         * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): Remove macro.
2434         (MOVE_BUFFER_POINTER): Handle high_bound properly.
2435         (EXTEND_BUFFER): Don't call EXTEND_BUFFER_HIGH_BOUND.
2437 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
2439         * iconvdata/big5.c: Updated.
2440         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
2442 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
2444         * Makeconfig (all-subdirs): Add conform.
2445         * conform/Makefile: Include ../Rules.
2447         * Makefile (README): Add rules to generate here as well.
2449 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
2451         * version.h (VERSION): Bump to 2.1.92.
2453         * sysdeps/ia64/Dist: Add _mcount.S.
2455         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone.S.
2457         * sysdeps/unix/sysv/linux/mips/Dist: Add _test_and_set.c.
2459         * elf/Makefile (distribute): Add missing modules.
2461         * sysdeps/unix/sysv/linux/s390/Dist: Remove nonexisting files.
2463         * posix/regex.c (compile_range): Translate range start and end
2464         characters to avoid empty range in case of REG_ICASE [PR libc/1842].
2466         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Don't include
2467         asm/resource.h.
2469         * sysdeps/unix/sysv/linux/arm/Makefile: Undo last change.
2471 2000-08-02  Andreas Jaeger  <aj@suse.de>
2473         * elf/elf.h (EM_S390): Added.
2474         (R_390_*): New relocs for S390.
2476         * sysdeps/unix/sysv/linux/s390/Dist: New file.
2477         * sysdeps/unix/sysv/linux/s390/sysdep.h: New file.
2478         * sysdeps/unix/sysv/linux/s390/sysdep.S: New file.
2479         * sysdeps/unix/sysv/linux/s390/syscall.S: New file.
2480         * sysdeps/unix/sysv/linux/s390/sys/user.h: New file.
2481         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
2482         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: New file.
2483         * sysdeps/unix/sysv/linux/s390/sys/elf.h: New file.
2484         * sysdeps/unix/sysv/linux/s390/socket.S: New file.
2485         * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: New file.
2486         * sysdeps/unix/sysv/linux/s390/shmctl.c: New file.
2487         * sysdeps/unix/sysv/linux/s390/setreuid.c: New file.
2488         * sysdeps/unix/sysv/linux/s390/setresuid.c: New file.
2489         * sysdeps/unix/sysv/linux/s390/setresgid.c: New file.
2490         * sysdeps/unix/sysv/linux/s390/setregid.c: New file.
2491         * sysdeps/unix/sysv/linux/s390/setgroups.c: New file.
2492         * sysdeps/unix/sysv/linux/s390/setgid.c: New file.
2493         * sysdeps/unix/sysv/linux/s390/setfsuid.c: New file.
2494         * sysdeps/unix/sysv/linux/s390/setfsgid.c: New file.
2495         * sysdeps/unix/sysv/linux/s390/seteuid.c: New file.
2496         * sysdeps/unix/sysv/linux/s390/setegid.c: New file.
2497         * sysdeps/unix/sysv/linux/s390/semctl.c: New file.
2498         * sysdeps/unix/sysv/linux/s390/register-dump.h: New file.
2499         * sysdeps/unix/sysv/linux/s390/putpmsg.c: New file.
2500         * sysdeps/unix/sysv/linux/s390/putmsg.c: New file.
2501         * sysdeps/unix/sysv/linux/s390/profil-counter.h: New file.
2502         * sysdeps/unix/sysv/linux/s390/msgctl.c: New file.
2503         * sysdeps/unix/sysv/linux/s390/mmap.S: New file.
2504         * sysdeps/unix/sysv/linux/s390/getuid.c: New file.
2505         * sysdeps/unix/sysv/linux/s390/getresuid.c: New file.
2506         * sysdeps/unix/sysv/linux/s390/getresgid.c: New file.
2507         * sysdeps/unix/sysv/linux/s390/getpmsg.c: New file.
2508         * sysdeps/unix/sysv/linux/s390/getmsg.c: New file.
2509         * sysdeps/unix/sysv/linux/s390/getgroups.c: New file.
2510         * sysdeps/unix/sysv/linux/s390/getegid.c: New file.
2511         * sysdeps/unix/sysv/linux/s390/geteuid.c: New file.
2512         * sysdeps/unix/sysv/linux/s390/fchown.c: New file.
2513         * sysdeps/unix/sysv/linux/s390/clone.S: New file.
2514         * sysdeps/unix/sysv/linux/s390/brk.c: New file.
2515         * sysdeps/unix/sysv/linux/s390/bits/time.h: New file.
2516         * sysdeps/unix/sysv/linux/s390/bits/resource.h: New file.
2517         * sysdeps/unix/sysv/linux/s390/bits/mman.h: New file.
2518         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: New file.
2519         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
2520         * sysdeps/s390/sysdep.h: New file.
2521         * sysdeps/s390/sys/ucontext.h: New file.
2522         * sysdeps/s390/sub_n.S: New file.
2523         * sysdeps/s390/strncpy.S: New file.
2524         * sysdeps/s390/strcpy.S: New file.
2525         * sysdeps/s390/stackinfo.h: New file.
2526         * sysdeps/s390/setjmp.S: New file.
2527         * sysdeps/s390/s390-mcount.S: New file.
2528         * sysdeps/s390/mul_1.S: New file.
2529         * sysdeps/s390/memusage.h: New file.
2530         * sysdeps/s390/memset.S: New file.
2531         * sysdeps/s390/memcpy.S: New file.
2532         * sysdeps/s390/memchr.S: New file.
2533         * sysdeps/s390/machine-gmon.h: New file.
2534         * sysdeps/s390/ldbl2mpn.c: New file.
2535         * sysdeps/s390/gmp-mparam.h: New file.
2536         * sysdeps/s390/fpu/fpu_control.h: New file.
2537         * sysdeps/s390/fpu/fesetround.c: New file.
2538         * sysdeps/s390/fpu/fegetround.c: New file.
2539         * sysdeps/s390/fpu/fclrexcpt.c: New file.
2540         * sysdeps/s390/fpu/bits/fenv.h: New file.
2541         * sysdeps/s390/ffs.c: New file.
2542         * sysdeps/s390/elf/start.S: New file.
2543         * sysdeps/s390/elf/setjmp.S: New file.
2544         * sysdeps/s390/elf/bsd-setjmp.S: New file.
2545         * sysdeps/s390/elf/bsd-_setjmp.S: New file.
2546         * sysdeps/s390/dl-machine.h: New file.
2547         * sysdeps/s390/bzero.S: New file.
2548         * sysdeps/s390/bsd-setjmp.S: New file.
2549         * sysdeps/s390/bsd-_setjmp.S: New file.
2550         * sysdeps/s390/bits/string.h: New file.
2551         * sysdeps/s390/bits/setjmp.h: New file.
2552         * sysdeps/s390/bits/huge_val.h: New file.
2553         * sysdeps/s390/bits/endian.h: New file.
2554         * sysdeps/s390/bits/byteswap.h: New file.
2555         * sysdeps/s390/bcopy.S: New file.
2556         * sysdeps/s390/backtrace.c: New file.
2557         * sysdeps/s390/atomicity.h: New file.
2558         * sysdeps/s390/asm-syntax.h: New file.
2559         * sysdeps/s390/addmul_1.S: New file.
2560         * sysdeps/s390/add_n.S: New file.
2561         * sysdeps/s390/abort-instr.h: New file.
2562         * sysdeps/s390/__longjmp.c: New file.
2563         * sysdeps/s390/Makefile: New file.
2564         * sysdeps/s390/Implies: New file.
2565         * sysdeps/s390/Dist: New file.
2566         Patches by Martin Schwidefsky <schwidefsky@de.ibm.com>.
2568 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
2570         Remove incompatible IPv6 extension of RPC.
2571         * sunrpc/Makefile: Undo changes.
2572         * sunrpc/rpc_main.c: Likewise.
2573         * sunrpc/rpc/clnt.h: Likewise.
2574         * sunrpc/rpc/svc.h: Likewise.
2575         * sunrpc/bindrsvprt6.c: Removed.
2576         * sunrpc/clnt_tcp6.c: Removed.
2577         * sunrpc/clnt_udp6.c: Removed.
2578         * sunrpc/svc_tcp6.c: Removed.
2579         * sunrpc/svc_udp6.c: Removed.
2581         * intl/libintl.h: Don't use __attribute_format_arg__ for gettext,
2582         dgettext, and dcgettetxt.
2584         * intl/locale.alias: Update japanese aliases.
2586         * sysdeps/ia64/bits/byteswap.h: New file.
2587         Patch by Dan Pop <Dan.Pop@cern.ch>.
2589         * misc/sys/cdefs.h: Define __attribute_format_arg__.
2590         * intl/libintl.h: Use it here instead of using __attribute__ directly.
2592 2000-07-13  H.J. Lu  <hjl@gnu.org>
2594         * posix/regex.c (re_max_failures): Set to 4000.
2596 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
2598         * gnulib/Makefile (tests): Add tst-gcc.
2599         * gnulib/tst-gcc.c: New file.
2601         * assert/Makefile (routines): Add __assert.
2602         * assert/Versions: Export __assert for glibc 2.2.
2603         * assert/__assert.c: New file.
2604         * assert/assert.h: Declare __assert.
2606 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
2608         * locale/localeinfo.h (_ISCTYPE): New macro.
2609         * posix/fnmatch_loop.c (internal_fnmatch): Use it, support new
2610         LC_CTYPE locale format.
2611         * locale/programs/ld-ctype.c (locale_ctype_t): New field class_b.
2612         (ctype_output): Output class_b[nr] right before class_3level[nr].
2613         (allocate_arrays): Fill class_b, similarly to class_3level.
2615 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
2616             Joseph S. Myers  <jsm28@cam.ac.uk>
2618         * math/tgmath.h: Make standard compliant.  Don't ask how.
2620 2000-07-04  H.J. Lu  <hjl@gnu.org>
2622         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name)):
2623         Use $(do-install-program) instead of "$(INSTALL_PROGRAM) $< $@.new".
2624         ($(inst_slibdir)/$(rtld-installed-name)): Use $(make-shlib-link) only.
2626 2000-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2628         * include/features.h (_XOPEN_SOURCE): Update the explanation.
2629         (__USE_LARGEFILE): Add an explanation.
2630         (_POSIX_C_SOURCE): Define to 2 only if _XOPEN_SOURCE < 500.
2631         (__USE_XOPEN2K): Define whenever _XOPEN_SOURCE >= 600.
2633 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
2635         * libio/Makefile: Enable exception handling for genops, wgenops,
2636         fileops, and wfileops.
2638 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
2640         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take into
2641         acount that elf/rtld's main program might remove some varibales
2642         from the environment if we're trying to be secure.  Move the Hurd
2643         startup data if necessary, or, if we there is no startup data,
2644         make sure the magical convention that ARGV[0] is stored just after
2645         the environment list.
2647 2000-08-01  Philip Blundell  <philb@gnu.org>
2649         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource]
2650         (sysdep_routines): Add oldgetrlimit, oldsetrlimit.
2651         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit,
2652         oldsetrlimit for GLIBC_2.0.
2654 2000-08-01  Andreas Jaeger  <aj@suse.de>
2656         * nss/nss_files/files-ethers.c: Use case-insensitive lookup.
2657         (LINE_PARSER): Allow any number of spaces between ip address and
2658         number.  Fixes PR libc/1833, reported by rp010gf@voruta.vu.lt.
2660         * conform/data/netdb.h-data: Remove getipnodebyaddr and friends.
2662         * include/netdb.h: Remove getipnodebyaddr and friends, leave
2663         constants in.
2665         * nis/Versions: Remove _nss_nis_getipnodebyname_r and
2666         _nss_nisplus_getipnodebyname_r.
2668         * nis/nss_nis/nis-hosts.c (_nss_nis_getipnodebyname_r): #if 0 for
2669         now, getipnodebyname is deprecated.
2670         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r):
2671         Likewise.
2673         * inet/Makefile (routines): Don't build getipnodebyaddr and
2674         friends.
2676         * intl/Makefile (distribute): Add tst-translit.sh and translit.po.
2678         * hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.
2680         * elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.
2682         * wctype/Makefile (distribute): Add wchar-lookup.h.
2684         * sysdeps/generic/Dist: Add bp-checks.h and bp-semctl.h.
2686         * iconvdata/Makefile (distribute): Add isiri-3342.h.
2688 2000-08-01  Andreas Schwab  <schwab@suse.de>
2690         * Make-dist (dist): Resolve `..' in file names.
2692 2000-08-01  Andreas Jaeger  <aj@suse.de>
2694         * stdio-common/Makefile (distribute): Remove removed files, add
2695         new files.
2697         * Makefile (distribute): Remove include/db_185.h and db.h.
2699         * include/db_185.h: Remove, it's not needed anymore.
2700         * include/db.h: Likewise.
2702 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
2704         * inet/Makefile (tests): Remove tst-ipnode.
2705         * include/netdb.h: Add stuff removed from resolv/netdb.h here for
2706         now.
2708 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
2710         * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and
2711         endp statements have already been added.
2713 2000-04-18  David Mosberger  <davidm@hpl.hp.com>
2715         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include
2716         <sysdeps/ia64/sysdep.h>.
2718         * sysdeps/ia64/_mcount.S: New file.
2720         * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to
2721         __gmon_start__.  Fix up extraneous whitespace.
2723 2000-01-12  H.J. Lu  <hjl@gnu.org>
2725         * sysdeps/ia64/elf/initfini.c: New file.
2727 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
2729         * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW
2730         dependency between branch and ar.pfs write.
2732 2000-07-31  H.J. Lu  <hjl@gnu.org>
2734         * sysdeps/generic/printf_fphex.c (__printf_fphex): Correctly
2735         handle the wchar_t array.
2737 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
2739         * iconvdata/gb18030.c: Don't map to and from positions in ISO
2740         10646 which are not yet assigned.
2741         Patch by wang shouhua <shouhuawang@redflag-linux.com>.
2743 2000-07-31  Andreas Jaeger  <aj@suse.de>
2745         * inet/Versions: Remove getipnodebyaddr and friends from
2746         GLIBC_2.2.
2748         * resolv/netdb.h: Remove getipnodebyaddr and friends.
2750 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2752         * iconvdata/sjis.c (BODY for FROM_LOOP): Treat the case
2753         ch >= 0x81 && ch2 < 0x40 as invalid.
2755 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2757         * iconvdata/uhc.c (BODY for FROM_LOOP): Reject ch2 == 0xff as invalid.
2758         (BODY for TO_LOOP): Accept 0x7f. Increment outptr as needed.
2760 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2762         * iconvdata/johab.c (BODY for TO_LOOP): After calling
2763         ucs4_to_ksc5601_sym, fix the conversion to JOHAB.
2765 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2767         * iconvdata/t.61.c (to_ucs4): Change values of 0xa4, 0a6, 0xa8, 0xb4,
2768         0xb8.
2769         (from_ucs4): Change values of U+00A4, U+00BB, U+00ED.
2771 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2773         * iconvdata/macintosh.c (HAS_HOLES): Set to 1.
2775 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2777         * iconvdata/iso_6937.c (to_ucs4): Change values of 0x24 and 0xb4.
2778         (from_ucs4): Change values of U+00A4 and U+00ED.
2779         (BODY of TO_LOOP): Remove mapping from U+02DC to 0x0020.
2781 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2783         * iconvdata/ansi_x3.110.c (from_ucs4): Change entry for 0xed.
2784         (BODY for TO_LOOP): Map U+2122, U+2126, not U+2022, U+2026.
2786 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2788         * iconvdata/Makefile (gen-8bit-gap-modules): Remove isiri-3342.
2789         * iconvdata/isiri-3342.h: New file.
2790         * iconvdata/isiri-3342.c (HAS_HOLES): Avoid gaps >= 0xe0, but don't
2791         treat 0x80 as a gap.
2793 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
2795         * string/strxfrm.c (encoding_mask, encoding_byte): Remove.
2796         (utf8_encode): Use simple shifts instead.  Fix return value.
2798 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
2800         * timezone/private.h: Update from tzcode2000e.
2801         * timezone/asia: Update from tzdata2000e.
2802         * timezone/australasia: Likewise.
2803         * timezone/europe: Likewise.
2804         * timezone/northamerica: Likewise.
2805         * timezone/zone-tab: Likewise.
2807 2000-07-30  Ralf Baechle  <ralf@gnu.org>
2809         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h:  New file.  On MIPS
2810         the order of struct sigaltstack members is different.
2812 2000-07-26  Philip Blundell  <philb@gnu.org>
2814         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: New file.
2816 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
2818         * locale/langinfo.h: Add entries for extra tables in CTYPE data.
2819         * locale/programs/ld-ctype.c: Adjust for this.
2821         * locale/programs/ld-collate.c: Add more alignment checks.
2822         * locale/string/strcoll.c: Likewise.
2824 2000-07-30  Mark Kettenis  <kettenis@gnu.org>
2826         * stdio-common/vfprintf.c: Move inclusion of _i18n_number.h
2827         outside USE_IN_LIBIO block.
2829 2000-07-26  Philip Blundell  <philb@gnu.org>
2831         * sysdeps/arm/dl-machine.h (fix_bad_pc24): New function.
2832         (elf_machine_rel): Use it for out-of-range PC24 relocs.
2834 2000-07-28  Philip Blundell  <philb@gnu.org>
2836         * math/test-fpucw.c: Ignore reserved bits in control word.
2838 2000-07-28  Philip Blundell  <philb@gnu.org>
2840         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET): New macro.
2841         (ret): Redefine to PSEUDO_RET.
2842         (PSEUDO): Remove jump to syscall_error.
2844 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
2846         * resolv/README: Add some information about using the resolver in
2847         multi-threaded code and with C++.  Spelling fixes.
2849 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
2851         * resolv/resolv.h (struct __sockaddr_in): Remove.
2852         (struct __res_state) [!_LIBC]: Remove reference to __sockaddr_in.
2854 2000-07-29  Greg McGary  <greg@mcgary.org>
2856         * Rules (test-bp-inputs, make-test-out): New variables.
2857         ($(objpfx)%-bp.out): New rule.
2858         ($(objpfx)%.out): Rewrite in terms of new variables.
2860         * libio/iovswscanf.c (vswscanf): Pass _IO_FILE_plus pointer to
2861         internal function that uses vtable.
2862         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
2863         * libio/vswprintf.c (_IO_vswprintf): Likewise.
2865         * malloc/malloc.c (mem2chunk): Define in terms of chunk_at_offset.
2866         (malloc_extend_top): Convert brk to chunk using chunk_at_offset.
2867         (chunk_align): Likewise.
2869         * time/asctime.c (ab_day_name, ab_month_name): Rewrite expression
2870         in a way that conforms to decl, and avoids spurious bounds violation.
2872         * sysdeps/arm/frame.h (struct layout): Make pointers __unbounded.
2873         * sysdeps/generic/frame.h: Likewise.
2874         * sysdeps/generic/backtrace.c (ADVANCE_STACK_FRAME): Wrap bounds
2875         around return value.
2876         (__backtrace): Qualify frame-pointer chain and return address
2877         pointers as __unbounded.  Wrap bounds around variable `current'.
2878         * sysdeps/generic/segfault.c (ADVANCE_STACK_FRAME): Wrap bounds
2879         around return value.
2880         (catch_segfault): Qualify frame-pointer chain and return address
2881         pointers as __unbounded.  Wrap bounds around variable `current'.
2882         * sysdeps/i386/backtrace.c (struct layout): Make pointers __unbounded.
2883         (ADVANCE_STACK_FRAME): Wrap bounds around return value.
2884         * sysdeps/powerpc/backtrace.c (struct layout): Make pointers
2885         __unbounded.
2886         (__backtrace): Qualify frame-pointer chain and return address
2887         pointers as __unbounded.  Wrap bounds around variable `current'.
2889         * sysdeps/i386/addmul_1.S: s2_limb is scalar so remove bounds check.
2890         * sysdeps/i386/mul_1.S: Likewise.
2891         * sysdeps/i386/submul_1.S: Likewise.
2892         * sysdeps/i386/i586/addmul_1.S: Likewise.
2893         * sysdeps/i386/i586/mul_1.S: Add bounds checks.
2894         * sysdeps/i386/i586/submul_1.S: Likewise.
2896 2000-07-27  Andreas Jaeger  <aj@suse.de>
2898         * libio/Depend: New file, libio needs localedata for tests.
2899         * posix/Depend: Likewise.
2901 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
2903         * stdio-common/_i18n_itoa.c: Removed.
2904         * stdio-common/_i18n_itoa.h: Removed.
2905         * stdio-common/_i18n_itowa.c: Removed.
2906         * stdio-common/_i18n_itowa.h: Removed.
2907         * stdio-common/_i18n_number.h: New file.
2908         * stdio-common/Depend: New file.
2909         * stdio-common/printf-parse.h: Handle I modifier correctly.  Optimize.
2910         * stdio-common/vfprintf.c: Rewrite buffer handling for integer
2911         printing.  Change printing of numbers with locale specific digits to
2912         use new code in _i18n_number.h.
2913         * stdio-common/Makefile (routines): Remove _i18n_itoa and
2914         _i18n_itowa.
2916         * stdio-common/bug13.c: Improve messages.
2918         * locale/programs/ld-ctype.c (ctype_read): Improve error message.
2919         (set_class_defaults): Always search also for Uxxxx names.
2920         Detect insufficient number of outdigits.
2922         * locale/Makefile (C-translit.h): Use mv not $(move-if-changed).
2924 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
2926         * locale/C-ctype.c (_nl_C_LC_CTYPE): Swap the two names in
2927         _NL_CTYPE_MAP_NAMES.
2928         * locale/localeinfo.h (__TOW_toupper, __TOW_tolower): New enum values.
2929         * wctype/wcfuncs.c (towlower, towupper): Use them.
2930         * wctype/wcfuncs_l.c (__towlower_l, __towupper_l): Likewise.
2931         * wctype/wctrans.c (wctrans): Likewise.
2932         * wctype/wctrans_l.c (__wctrans_l): Likewise.
2934 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
2936         * posix/fnmatch.c (is_char_class): Fix logic.  Avoid buffer overrun.
2937         Use the optimized version of this function outside glibc as well.
2939 2000-07-27  Jakub Jelinek  <jakub@redhat.com>
2941         * locale/indigits.h (indigit_value): Correct.
2942         * locale/indigitswc.h (indigitwc_value): Correct.
2943         * stdio-common/vfscanf.c (__vfscanf): Fix I18N number
2944         conversion, add GROUP checking for it, fix GROUP number
2945         conversion with strlen(thousands) > 1.
2946         Honour width correctly in the presence of floating
2947         decimal points and thousands separators.
2948         * stdio-common/tst-sscanf.c: New test.
2949         * stdio-common/Makefile: Add it to tests.
2950         * sysdeps/generic/strtol.c (strtol): Fix conversion if there are
2951         thousands separators and group argument is non-zero.
2953 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
2955         * locale/Versions: Enumerate __*_l functions individually. __wctrans_l
2956         starts at GLIBC_2.2.
2958 2000-07-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2960         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h.
2961         * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add
2962         _test_and_set.
2963         (headers): Add sys/tas.h.
2964         * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for
2965         GLIBC_2.2 from libc.
2966         * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file.
2967         * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for
2968         _test_and_set.
2970 2000-07-28  Andreas Jaeger  <aj@suse.de>
2972         * sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4.
2974         * dlfcn/Makefile ($(objpfx)tst-dladdr): New.
2975         ($(objpfx)tst-dladdr.out): new.
2976         (tests): Add tst-dladdr.
2977         ($(objpfx)glrefmain): Use libdl.
2979         * dlfcn/tst-dladdr.c: New file.  Based on a test by Volkmar Sieh
2980         <vs@caldera.de>.
2982 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
2984         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and
2985         ftruncate(64) calls.
2987 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
2989         * intl/tst-translit.c: Include string.h to get prototype for
2990         strcmp().
2992 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
2994         * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
2995         name and add weak alias for __fork.
2997         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change llseek, pread
2998         & pwrite to use __libc_<name> as strong names instead of
2999         __syscall_<name>.
3001         * include/sched.h: Add clone2 prototype.
3003 2000-07-26  Jes Sorensen  <jes@linuxcare.com>
3005         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Don't declare the
3006         procedure name twice.
3008 2000-07-27  Philip Blundell  <philb@gnu.org>
3010         * malloc/malloc.c (HAVE_MREMAP): Undo change of 1997-12-04.
3012 2000-07-27  Andreas Jaeger  <aj@suse.de>
3014         * sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
3015         MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
3016         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3017         Reported by Andi Kleen <ak@suse.de>.
3019         * rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
3020         (do_wait): Test requests with aio_return64.
3021         (do_test): Change callers of do_wait.
3023 2000-07-26  Andreas Jaeger  <aj@suse.de>
3025         * rt/tst-aio.c: Add tests for aio_fsync and aio_cancel.
3026         (do_wait): Test requests with aio_return.
3027         (do_test): Change callers of do_wait.
3029 2000-07-27  Ulrich Drepper  <drepper@redhat.com>
3031         * rt/aio_misc.c (__aio_remove_request): New function.  Handle removing
3032         from request list.  Don't do the list handling here, call
3033         __aio_remove_request.
3034         * rt/aio_misc.h: Add prototype for __aio_remove_request.
3035         * rt/aio_cancel.c: Don't assume __aio_find_req_fd succeeds since the
3036         request might already be processed.  Don't do the list handling
3037         here, call __aio_remove_request.
3039         * rt/aio_misc.c: Don't depend on aio_reqprio field for LIO_SYNC and
3040         LIO_DSYNC.
3042         * rt/aio_misc.c: Add comment explaining why writer memory barriers
3043         are missing.
3045 2000-07-27  Greg McGary  <greg@mcgary.org>
3047         * sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*.
3048         * sysdeps/generic/bp-semctl.h (check_semctl): Fix syntax error
3049         in union init.  Pass zero for ignored semnum arg to semctl.
3050         * sysdeps/unix/sysv/linux/shmat.c (shmat): Fix typo.
3052 2000-07-26  Greg McGary  <greg@mcgary.org>
3054         * sysdeps/gnu/bits/msq.h: Qualify kernel's
3055         data structure pointers as __unbounded.
3056         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
3057         * sysdeps/generic/bp-semctl.h: New file.
3058         * sysdeps/unix/sysv/linux/msgctl.c: Qualify kernel's data structure
3059         pointers as __unbounded.  Check bounds of syscall args.
3060         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
3061         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
3062         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
3063         * sysdeps/unix/sysv/linux/semop.c: Likewise.
3064         * sysdeps/unix/sysv/linux/shmat.c: Likewise.
3065         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
3066         * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
3067         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
3068         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
3069         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
3070         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
3071         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
3072         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
3073         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Likewise.
3074         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
3075         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
3077 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
3079         * libio/iofwide.c: Enable transliteration for conversion from wchar_t
3080         by default.
3081         * locale/C-ctype.c: Likewise.
3082         * wcsmbs/wcsmbsload.c: Likewise.
3084 2000-07-26  Greg McGary  <greg@mcgary.org>
3086         * Makeconfig (+link-bounded, link-libc-bounded,
3087         link-extra-libs-bounded): New variables.
3088         (built-program-cmd): Omit $(run-program-prefix) for static BP tests.
3089         * Makerules (do-tests-clean, common-mostlyclean): Remove BP test files.
3090         * Rules (tests-bp.out): New variable.
3091         (tests): Conditionally add BP tests.
3092         (binaries-bounded): Add variable and associated rule.
3093         * csu/Makefile [build-bounded] (extra-objs, install-lib):
3094         Move conditional stuff after place where condition is defined.
3096         * malloc/malloc.c (bp-checks.h): Add #include.
3097         (mem2chunk, chunk_at_offset, bin_at): Wrap BOUNDED_1 around expression.
3098         (_bin_at): Add unbounded version of bin_at.
3099         (IAV, chunk_alloc): Use unbounded _bin_at.
3100         (mALLOc, rEALLOc, chunk_realloc, mEMALIGn, cALLOc,
3101         chunk2mem_check, realloc_check, malloc_starter, malloc_atfork):
3102         Wrap BOUNDED_N around return value.
3103         (chunk_realloc): Adjust oldsize once.
3105         * sysdeps/generic/bp-checks.h (__memchr): Remove incorrect decl.
3106         (__ubp_memchr): Add correct decl.
3107         (_CHECK_STRING): Use __ubp_memchr.
3108         * sysdeps/alpha/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
3109         New alias for unbounded-pointer __memchr.
3110         * sysdeps/i386/memchr.S: Likewise.
3111         * sysdeps/ia64/memchr.S: Likewise.
3112         * sysdeps/m68k/memchr.S: Likewise.
3113         * sysdeps/sparc/sparc32/memchr.S: Likewise.
3114         * sysdeps/sparc/sparc64/memchr.S: Likewise.
3115         * sysdeps/vax/memchr.s: Likewise.
3117         * sysdeps/i386/strtok.S: Fix bounds checks to pass tests.
3118         (SAVE_PTR): New macro.  (save_ptr): Expand size as BP.
3119         (strtok): Don't bother to write into SAVE_PTR when returning NULL.
3120         * sysdeps/i386/i686/strtok.S: Likewise.
3121         * sysdeps/i386/bp-asm.h (RETURN_BOUNDED_POINTER,
3122         RETURN_NULL_BOUNDED_POINTER): Use %ecx as the scratch register.
3124         * sysdeps/i386/bits/string.h [!__BOUNDED_POINTERS__]: Disable inlines.
3125         * sysdeps/i386/i486/bits/string.h [!__BOUNDED_POINTERS__]: Likewise.
3127         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Copy
3128         bounds of copy_result to mount_proc.
3130 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
3132         * wctype/wctype.h (__wctrans_l): New declaration.
3133         * wctype/wctrans_l.c: New file.
3134         * wctype/Makefile (routines): Add wctrans_l.
3136 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
3138         * posix/fnmatch_loop.c: Fixes for use outside glibc.
3139         Patch by MacGyver <macgyver@tos.net>.
3141 2000-07-26  Andreas Jaeger  <aj@suse.de>
3143         * rt/tst-aio4.c: New file, slightly modified version of tst-aio2.
3144         * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
3145         * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5.
3147         * rt/tst-aio.c (test_file): Fix typo.
3148         * rt/tst-aio64.c (test_file): Likewise.
3150         * rt/tst-aio3.c: New file, slightly modified version of tst-aio2.
3151         * rt/Makefile: Add rules to build and run tst-aio3.
3153         * sysdeps/unix/sysv/linux/netinet/ip.h: Removed ip_options since
3154         it's not needed and confuses only.
3156 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
3158         * resolv/res_init.c: Add support for nameserver communication with
3159         IPv6.
3160         * resolv/res_send.c: Likewise.
3161         * resolv/resolv.h (struct __res_state): Store IPv6 address, not IPv4
3162         in nsaddrs field.
3163         Patch by <venaas@nvg.ntnu.no>.
3165 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
3167         * locale/programs/ld-ctype.c (wctype_table_get): New function.
3168         (wcwidth_table_get): New function.
3169         (wcwidth_table_add): Call it.
3170         (wctrans_table_get): New function.
3171         (wctrans_table_add): Call it.
3173 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3175         * rt/lio_listio.c (lio_listio): Always disable individual
3176         notification.
3177         * rt/Makefile: Add rules to build and run tst-aio2.
3178         * rt/tst-aio2.c: New file.
3180         * rt/lio_listio.c (lio_listio): Handle case of SIG == NULL correctly.
3181         Reported by Kevin Beard <beardk@gatwick.Geco-Prakla.slb.com>.
3183 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
3185         * nss/nss_files/files-netgrp.c (strip_whitespace): New function.
3186         (_nss_netgroup_parseline): Use strip_whitespace to strip off any
3187         leading and trailing spaces from host, user and domain name.
3189 2000-07-25  Jes Sorensen  <jes@linuxcare.com>
3191         * csu/defs.awk: Add support for need_endp.
3193 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
3195         * resolv/resolv.h: Remove __P from res_send_qhook and
3196         res_send_rhook typedefs.
3198 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
3200         * intl/tst-translit.c (main): Unset OUTPUT_CHARSET.
3202 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3204         * iconv/gconv_builtin.h: Add WCHAR_T alias.
3206 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
3208         * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the
3209         calling thread, set the cancellation flag and return success
3210         instead of EINTR.
3212 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3214         * libio/Makefile: Add rules build, run, and distribute tst-widetext.c.
3215         * libio/tst-widetext.c: New file.
3216         * libio/tst-widetext.input: New file.
3218         * libio/iogetwline.c (_IO_getwline_info): Pretty print.
3220         * libio/wfileops.c (_IO_wfile_underflow): Handle not entirely
3221         empty external buffer correctly.
3223 2000-07-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3225         * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Stringify using
3226         __STRING(entry) and not #entry.
3227         (_RTLD_EPILOGUE): Likewise.
3228         * sysdeps/mips/mips64/dl-machine.h: Likewise.
3230 2000-07-25  Andreas Jaeger  <aj@suse.de>
3232         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
3233         according to changes in test program, run also with static only
3234         builds.
3235         ($(objpfx)tst-printf.out): Likewise.
3237         * stdio-common/tst-unbputc.sh: Likewise.
3238         * stdio-common/tst-printf.sh: Likewise.
3240 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3242         * libio/wfileops.c (_IO_wdo_write): Correct return value.
3244         * libio/wfileops.c (_IO_wdo_write): Allow partial conversions in the
3245         loop.
3247         * libio/fileops.c: Pretty print.
3249 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
3251         * wctype/wchar-lookup.h: New file.
3252         * wctype/iswctype.c: Include "wchar-lookup.h".
3253         (__iswctype): Support alternate locale format with 3-level tables.
3254         * wctype/iswctype_l.c (__iswctype_l): Likewise.
3255         * wctype/towctrans.c (__towctrans): Likewise.
3256         * wctype/towctrans_l.c (__towctrans_l): Likewise.
3257         * wctype/wcfuncs.c: Include "wchar-lookup.h".
3258         (__ctype32_wctype, __ctype32_wctrans): Declare external.
3259         (__iswalnum, __iswalpha, __iswcntrl, __iswdigit, __iswlower,
3260         __iswgraph, __iswprint, __iswpunct, __iswspace, __iswupper,
3261         __iswxdigit, towlower, towupper): Support alternate locale format
3262         with 3-level tables.
3263         * wctype/wcextra.c (iswblank): Likewise.
3264         * wctype/wcfuncs_l.c: Include "wchar-lookup.h".
3265         (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3266         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3267         __iswxdigit_l, __towlower_l, __towupper_l): Support alternate locale
3268         format with 3-level tables.
3269         * wctype/wcextra_l.c (__iswblank_l): Likewise.
3270         * wctype/wctype.c (__wctype): Likewise.  In the alternate locale
3271         format, return a 3-level table pointer.
3272         * wctype/wctype_l.c (__wctype_l): Likewise.
3273         * wctype/wctrans.c (wctrans): Likewise.
3274         * wctype/wctype.h (__ISwupper, __ISwlower, __ISwalpha, __ISwdigit,
3275         __ISwxdigit, __ISwspace, __ISwprint, __ISwgraph, __ISwblank,
3276         __ISwcntrl, __ISwpunct, __ISwalnum): New enum values.
3277         (iswctype): Remove macro definition.
3278         * wcsmbs/wcwidth.h: Include "wchar-lookup.h".
3279         (internal_wcwidth): Support alternate locale format with 3-level
3280         tables.
3281         * locale/langinfo.h (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
3282         New nl_items.
3283         * locale/categories.def (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
3284         Define them as being type "word".
3285         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializers for them.
3286         * ctype/ctype-info.c (__ctype32_wctype, __ctype32_wctrans,
3287         __ctype32_width): New exported variables.
3288         * locale/lc-ctype.c (_nl_postload_ctype): Initialize them in the
3289         alternate locale format. Don't initialize __ctype_names and
3290         __ctype_width in the alternate locale format.
3291         * locale/programs/localedef.h (oldstyle_tables): New declaration.
3292         * locale/programs/localedef.c (oldstyle_tables): New variable.
3293         (OPT_OLDSTYLE): New macro.
3294         (options): Add --old-style option.
3295         (parse_opt): Handle --old-style option.
3296         * locale/programs/ld-ctype.c (locale_ctype_t): Add class_offset,
3297         map_offset, class_3level, map_3level, width_3level members.
3298         (ctype_output): Support for alternate locale format: Computation of
3299         nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
3300         _NL_CTYPE_CLASS32 only 256 characters. _NL_CTYPE_NAMES empty.
3301         New fields _NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET. Field
3302         _NL_CTYPE_WIDTH now contains the three-level table. Extra elems
3303         now contain both class and map tables.
3304         (struct wctype_table): New type.
3305         (wctype_table_init, wctype_table_add, wctype_table_finalize): New
3306         functions.
3307         (struct wcwidth_table): New type.
3308         (wcwidth_table_init, wcwidth_table_add, wcwidth_table_finalize): New
3309         functions.
3310         (struct wctrans_table): New type.
3311         (wctrans_table_init, wctrans_table_add, wctrans_table_finalize): New
3312         functions.
3313         (allocate_arrays): Support for alternate locale format: Set
3314         plane_size and plane_cnt to 0. Restrict ctype->ctype32_b to the first
3315         256 characters. Compute ctype->class_3level. Restrict ctype->map32[idx]
3316         to the first 256 characters. Compute ctype->map_3level. Set
3317         ctype->class_offset and ctype->map_offset. Compute ctype->width_3level
3318         instead of ctype->width.
3320 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
3322         * libio/iogetwline.c (_IO_getwline_info): Use wide character
3323         string functions.
3325 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
3327         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Measure size
3328         in wide characters, not bytes.
3329         * libio/tst_putwc.c (do_test): Add test for writing lots of data
3330         into file.
3332 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
3334         * locale/nl_langinfo.c (nl_langinfo): Accept items belonging to the
3335         new categories LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE,
3336         LC_MEASUREMENT, LC_IDENTIFICATION.
3338         * locale/xlocale.h (struct __locale_struct): Increase size of
3339         __locales array.
3340         * locale/duplocale.c (__duplocale): Copy newly added categories as
3341         well.
3342         * locale/freelocale.c (__freelocale): Free newly added categories.
3343         * locale/newlocale.c (__newlocale): Fix typo in sanity check.
3344         If a base is given, use it, don't simply return it.
3346 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
3348         * crypt/md5-crypt.c (__md5_crypt_r): Avoid gcc warnings: Use pointer
3349         variables, copied_key and copied_salt, instead of boolean variables.
3351 2000-07-24  Andreas Jaeger  <aj@suse.de>
3353         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Really fix
3354         check for offset.
3356         * grp/initgroups.c (initgroups_dyn_function): Renamed from
3357         initgroups_function, adopted prototype for change from 2000-07-23.
3358         (initgroups): Follow type change.
3360         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix offset
3361         & PAGE_MASK case, reformat.
3363         * string/Makefile ($(objpfx)tst-svc.out): Fix rule to read input
3364         from stdin and setup environment.
3366 2000-07-24  Andreas Schwab  <schwab@suse.de>
3368         * sysdeps/unix/sysv/linux/m68k/mmap.S: Remove mmap64 alias.
3370 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
3372         * string/endian.h: Explain the _*_ENDIAN constant values a bit
3373         more.  Patch by scarlet@mit.edu [PR libc/1799].
3375         * io/ftwtest-sh: Add -f parameter to chmod if -R is also given.
3376         [PR libc/1792].
3378         * argp/argp-parse.c (parser_finalize): Reverse order in which
3379         parsers are run for ARGP_KEY_END.  [PR libc/1755].
3381         * grp/initgroups.c (initgroups): Don't limit the possible number
3382         of groups to NGROUPS_MAX.  Allow dynamic resizing.  Loop around
3383         the setgroups call while the call fails and descrease the number
3384         of groups each round.
3385         The name of the initgroups function in the NSS modules changed.
3386         (compat_call): Adapt for dynamic resizing.
3387         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
3388         Implement dynamic resizing.
3389         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
3390         Likewise.
3391         * nis/nss_nis/compat-initgroups.c (_nss_nis_initgroups_dyn): Likewise.
3392         * hesiod/Versions: Change exported interface name.
3393         * nis/Versions: Change exported interface name.
3395 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
3397         * locale/iso-639.def: Some errors corrected.
3398         Patch by Keld Simonsen.
3400         * include/limits.h: Update non-gcc portion.
3401         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
3403 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
3405         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the
3406         program's data space, reallocate only the space that was just
3407         deallocated to release its backing space.
3409 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
3411         * stdio-common/vfprintf.c (process_string_arg): For wide character
3412         version, handle precision also correctly.
3414         * nss/nss_files/files-hosts.c: Correct problem with three or more
3415         entries with the same name.
3417         * nss/nss_files/files-hosts.c: Implement multi handling.
3418         * resolv/Versions: Export _res_hconf for GLIBC_2.2 from libc.
3420 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
3422         * nss/nss_files/files-parse.c: Don't pollute namespace by using
3423         strcasecmp.
3425         * grp/Makefile: Change Makefiles and tests to run only when necessary.
3426         * malloc/Makefile: Likewise.
3427         * malloc/tst-mtrace.sh: Likewise.
3428         * posix/Makefile: Likewise.
3429         * posix/globtest.sh: Likewise.
3430         * posix/wordexp-tst.sh: Likewise.
3431         * string/Makefile: Likewise.
3433 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
3435         * locale/findlocale.c (locale_file_list): Use __LC_LAST as array
3436         size instead of LC_ALL to take into account the new locale
3437         categories.
3439 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
3441         * iconv/gconv_trans.c: Correct a few bugs in the search loop.  Remove
3442         remainders of hash table.
3443         * locale/categories.def: Remove remainders of transliteration
3444         hash table.
3445         * locale/langinfo.h: Likewise.
3446         * locale/programs/ld-ctype.c: Likewise.  Fix code to write out
3447         transliteration tables.
3449         * locale/gen-translit.pl: New file.
3450         * locale/C-translit.h.in: New file.
3451         * locale/C-ctype.c: Include C-translit.h.  Initialize transliteration
3452         data pointers with data from this file.
3453         * locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
3454         and gen-translit.pl.
3455         Add rule to generate C-translit.h.
3456         * intl/tst-translit.c (main): Update for now performed
3457         transliteration.
3459         * stdio-common/vfscanf.c: Handle input -- with format %f correctly
3460         (it's no input error).
3461         * stdio-common/tstscanf.c: Add test case for format %f with input --.
3462         * stdio-common/scanf12.c: Correct expected result for first scanf.
3464         * stdio-common/vfprintf.c (process_string_arg): Correct handling
3465         of multibyte character strings in %s format with precision.
3467 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
3469         * locale/programs/ld-collate.c (collate_read): Allow collating
3470         symbols and elements be named in reorder-after instructions.
3471         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
3473         * locale/programs/ld-collate.c (handle_ellipsis): Test for
3474         duplication with generated name, not the name of the first
3475         character.
3476         Patch by Yong Li <yong.li@asu.edu>.
3478         * sysdeps/powerpc/strchr.S: Correct bugs introduced in BP-ification.
3479         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3481 2000-07-21  Wolfram Gloger  <wg@malloc.de>
3483         * malloc/malloc.c (chunk_alloc): Try mmap_chunk() for smaller
3484         allocations only if a non-main arena cannot be extended.
3486 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
3488         * elf/dl-load.c (_dl_map_object): Take loader==NULL into account
3489         in DF_1_NODEFLIB handling.
3491 2000-07-21  Andreas Jaeger  <aj@suse.de>
3493         * elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its
3494         own rule.
3496         * libio/fwide.c: Include <wchar.h> for prototype.
3498 2000-07-21  Greg McGary  <greg@mcgary.org>
3500         * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
3501         set_inuse_bit_at_offset, clear_inuse_bit_at_offset, set_foot):
3502         Define in terms of chunk_at_offset.
3503         (inuse, set_inuse, clear_inuse): Define in terms of next_chunk.
3504         (next_bin, prev_bin): offset by size of real array elements.
3505         (chunk_align): Make `m' a scalar, since that's how it's used.
3507 2000-07-21  Greg McGary  <greg@mcgary.org>
3509         * sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from
3510         UNCHECK_BOUNDS.
3511         * sysdeps/powerpc/bits/setjmp.h (JB_SIZE): New constant.
3512         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
3513         Wrap bounds around argv & envp and each of their string members.
3514         * sysdeps/powerpc/elf/start.S: Designate BP symbols.
3515         * sysdeps/unix/sysv/linux/powerpc/brk.S: Wrap entry-point
3516         symbol in BP_SYM ().  Discard bounds of address arg.
3517         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3518         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64):
3519         Discard bounds on address arg, add bounds to return value.
3521 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
3523         * elf/Makefile (tests): Add filter.  Add rules to generate filter.
3524         * elf/filter.c: New file.
3525         * elf/filtmod1.c: New file.
3526         * elf/filtmod2.c: New file.
3528         * elf/rtld.c: Define _dl_bind_not variable.
3529         (process_envvars): Recognize LD_BIND_NOT and set _dl_bind_not.
3530         * elf/dl-support.c: Likewise.
3531         * sysdeps/generic/ldsodefs.h: Declare _dl_bind_not.
3532         * elf/dl-runtime.c (fixup): Don't remember looked up value if
3533         _dl_bind_not.
3534         (profile_fixup): Likewise.
3536         * libio/Makefile (routines): Add fwide.
3537         * libio/iofwide.c (_IO_fwide): Remove locking.  This is done in
3538         fwide now.  Internal calls to _IO_fwide must do locking themselves
3539         or don't need locking.
3540         * libio/fwide.c: New file.
3542         * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
3544         * elf/Makefile: Add no modules for nodelete test.
3545         * elf/nodelmod3.c: New file.
3546         * elf/nodelmod4.c: New file.
3547         * elf/nodelete.c: Also test case where dependency of dlopen() object
3548         is marked nodelete.
3550         * elf/Makefile (tests): Add nodlopen.  Add rules to generate nodlopen.
3551         * elf/nodlopen.c: New file.
3552         * elf/nodlopenmod.c: New file.
3553         * include/dlfcn.h: Define __RTLD_DLOPEN.
3554         * elf/dl-load.c (_dl_map_object_from_fd): If DF_1_NOOPEN is set
3555         and this is a dlopen() call, do not load the binary.
3556         * dlfcn/dlopen.c: Add __RTLD_DLOPEN to mode passed down to _dl_open.
3557         * dlfcn/dlopenold.c: Likewise.
3558         * configure.in: Add test for -z nodelete option.
3559         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
3561 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
3563         Make Hesiod NSS module thread-safe.
3565         * hesiod/README.hesiod: Update.
3567         * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_getservbyport_r,
3568         _nss_hesiod_setprotoent, _nss_hesiod_endprotoent,
3569         _nss_hesiod_getprotobyname_r, and _nss_hesiod_getprotobynumber_r.
3570         * hesiod/Makefile (libnss_hesiod-routines): Add hesiod-init and
3571         hesiod-proto.
3572         * hesiod/nss_hesiod/hesiod-init.c: New file.
3573         * hesiod/nss_hesiod/hesiod-pwd.c: Rewritten for thread-safeness.
3574         * hesiod/nss_hesiod/hesiod-grp.c: Likewise.
3575         * hesiod/nss_hesiod/nss_hesiod.h: New file.
3576         * hesiod/nss_hesiod/hesiod-service.c
3577         (_nss_hesiod_getservbyport_r): New function.  Provide support for
3578         looking up services by port number.
3579         * hesiod/nss_hesiod/hesiod-proto.c: New file.
3581         * hesiod/hesiod.c: Update from BIND 8.2.3-T5B.
3582         * hesiod/hesiod.h: Likewise.
3583         * hesiod/hesiod_p.h: Likewise.
3585 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
3587         Fix problems with `struct __res_state' getting too big.
3588         * resolv/resolv.h (struct __sockaddr_in): New definition.
3589         (struct __res_state): Use __sockaddr_in instead of sockaddr_in in
3590         the private parts of the structure to save some space.
3591         * resolv/res_send.c (res_nsend): Cast &EXT(statp).nsaddrs[ns] to
3592         (struct sockaddr_in *) in call to sock_eq.
3593         Use memcpy to copy statp->nsaddr_list[ns] to &EXT(statp).nsaddrs[ns].
3595 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
3597         * elf/elf.h: Add various DF_1_*, DTF_1_*, and DF_P1_* entries.
3598         * elf/dl-close.c (_dl_close): Don't close an object if it is marked
3599         with nodelete.
3600         * elf/dl-open.c (dl_open_worker): Pass RTLD_NOLOAD as new parameter
3601         to _dl_map_object.  Return immediately if no object loaded.
3602         Set DF_1_NODELETE bit in l_flags_1 if RTLD_NODELETE was passed.
3603         * elf/dynamic-link.h (elf_get_dynamic_info): Copy DT_FLAGS_1 entry
3604         if it exists into l_flags_1 word.
3605         * elf/dl-load.c (_dl_map_object_from_fd): Take no parameter and use
3606         it to determine whether loading is wanted or not.
3607         (_dl_map_object): Likewise.
3608         Call _dl_map_object_from_fd with new parameter.
3609         * sysdeps/generic/ldsodefs.h: Update prototype.
3610         * elf/dl-deps.c: Add new parameter to _dl_map_object calls.
3611         * elf/rtld.c: Likewise.
3612         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3613         * elf/Makefile (tests): Add noload.  Add rules to generate noload.
3614         * elf/noload.c: New file.
3615         * include/link.h (struct link_map): Add l_feature_1 and l_flags_1.
3616         * sysdeps/generic/bits/dlfcn.h: Define RTLD_NOLOAD and RTLD_NODELETE.
3617         * sysdeps/mips/bits/dlfcn.h: Likewise.
3618         * elf/Makefile (tests): Add $(tests-nodelete-$(have-z-nodelete)).
3619         (tests-nodelete-yes): Define.
3620         (modules-names): Add $(modules-nodelete-$(have-z-nodelete)).
3621         Add rules to build nodelete and modules.
3622         * elf/nodelete.c: New file.
3623         * elf/nodelmod1.c: New file.
3624         * elf/nodelmod2.c: New file.
3625         * configure.in: Add test for -z nodelete option.
3626         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
3628         * libio/Makefile (tests): Add tst_wprintf2.
3629         (tst_wprintf2-ARGS): Define.
3630         * libio/tst_wprintf2.c: New file.
3631         Based on a test case by Yoshito Kawada <KAWADA@jp.ibm.com>.
3633         * libio/wfiledoalloc.c: Only allocate external buffer if this
3634         hasn't happened yet.
3636         * libio/wfileops.c (_IO_wdo_write): Overflow only if there is really
3637         something in the buffer.  gconv call can write up to end of the
3638         buffer, not only _IO_write_end.
3639         (_IO_wfile_overflow): Allocate also external buffer.
3641 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
3643         * stdio-common/vfprintf.c (process_string_arg): Handle multibyte
3644         strings with precision in vfwprintf correctly.
3645         * stdio-common/vfprintf.c: Fix completely broken handling of
3646         unbuffered wide character streams.
3647         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
3649         * resolv/Makefile (distribute): Add README.
3651         * resolv/README: New file.  By Mark Kettenis <kettenis@gnu.org>.
3653 2000-07-18  Mark Kettenis  <kettenis@gnu.org>
3655         Update resolver code to BIND 8.2.3-T5B.
3657         * resolv/Versions [GLIBC_2.2] (libc): Add __res_init and
3658         __res_nclose.
3659         [GLIBC_2.2] (libresolv): Add __dn_expand, __ns_samename,
3660         __res_mkquery, __res_nsend, __res_query, __res_querydomain and
3661         __res_search.
3662         * resolv/Banner: BIND-8.2.3-T5B.
3664         * resolv/base64.c: Update from BIND 8.2.3-T5B.
3665         * resolv/herror.c: Likewise.
3666         * resolv/inet_addr.c: Likewise.
3667         * resolv/inet_net_ntop.c: Likewise.
3668         * resolv/inet_net_pton.c: Likewise.
3669         * resolv/inet_neta.c: Likewise.
3670         * resolv/inet_ntop.c: Likewise.
3671         * resolv/nsap_addr.c: Likewise.
3672         * resolv/inet_pton.c: Likewise.  Reject a few more more invalid
3673         IPv6 addresses (ISC bug #520).
3675         * resolv/ns_name.c: Avoid emitting RCS ID in object file.
3676         * resolv/ns_parse.c: Likewise.
3677         * resolv/ns_netint.c: Likewise.
3678         * resolv/ns_samedomain.c: Likewise.
3679         * resolv/ns_ttl.c: Likewise.
3680         * resolv/ns_print.c: Update from BIND 8.2.3-T5B.  Avoid emitting
3681         RCS ID in object file.
3683         * resolv/res_debug.c: Update from BIND 8.2.3-T5B.
3684         * resolv/res_mkquery.c: Likewise.
3685         * resolv/res_query.c: Likewise.
3686         * resolv/res_init.c: Likewise.
3687         (res_setoptions): Mark internal.
3688         * resolv/res_send.c: Likewise.
3689         [_LIBC]: Fully reinstate the code that avoids the FD_SETSIZE limit
3690         by using poll instead.
3691         * resolv/res_comp.c: Likewise.
3692         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make dn_expand a
3693         weak alias for __dn_expand.
3694         * resolv/res_data.c: Likewise.
3695         (res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set
3696         in _res.options.  Avoids a potential security risk by avoiding a
3697         close (0).
3698         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make
3699         res_mkquery, res_query, res_querydomain adn res_search weak
3700         aliases for __res_mkquery, __res_query, __res_querydomain and
3701         __res_search.
3702         * resolv/res_libc.c: (_res): Don't initialize.  Fix res_close
3703         instead to avoid close(0).
3704         (res_init): Always use the static resolver context.
3705         [SHLIB_COMPAT (libc, GLIBC_2.0, GLIBC_2_2)]: Make res_init a weak
3706         alias for __res_init.
3708         * resolv/resolv.h: Update from BIND 8.2.3-T5B.  Move definition of
3709         RES_SET_H_ERRNO and accompanying comment to...
3710         * include/resolv.h: ... here.
3712         * resolv/arpa/namser.h: Update from BIND 8.2.3-T5B.
3713         * resolv/arpa/nameser_compat.h: Likewise.
3715 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
3717         * nss/makedb.c (main): Compare result of load_db with
3718         NSS_STATUS_SUCCESS and not 0.
3719         Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
3721         * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
3723 2000-07-18  Greg McGary  <greg@mcgary.org>
3725         * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro.
3726         (EXTEND_BUFFER): Use it.
3728 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
3730         * include/libc-symbols.h: Define RETURN_ADDRESS macro.
3731         * dlfcn/dlopen.c: Use RETURN_ADDRESS instead of
3732         __builtin_return_address.
3733         * dlfcn/dlopenold.c: Likewise.
3734         * dlfcn/dlsym.c: Likewise.
3735         * dlfcn/dlvsym.c: Likewise.
3736         * elf/dl-profstub.c: Likewise.
3737         * malloc/malloc.c: Likewise.
3738         * sysdeps/generic/machine-gmon.h: Likewise.
3739         Based on a patch by schwidefsky@de.ibm.com.
3741 2000-07-18  Andreas Jaeger  <aj@suse.de>
3743         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Pass 0 instead of
3744         NULL to elf_machine_fixup_plt t argument to silence GCC.
3746         * include/string.h: Add prototype for __memchr.
3748         * sysdeps/alpha/memchr.S: Fix copy & error in weak_alias.
3750         * sysdeps/generic/memchr.c: Fix copy & paste error: Use memchr
3751         instead of memrchr.
3753 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
3755         * intl/Makefile: Make sure tst-translit is run after tst-gettext.
3757         * locale/C-ctype.c: Add initializers for gap elements.
3758         * locale/programs/ld-ctype.c (ctype_output): Write out index entries
3759         for gap elements.
3761 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
3763         * nscd/nscd.c (print_version): Update copyright year.
3765 2000-07-17  Greg McGary  <greg@mcgary.org>
3767         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
3768         keyletters F, I, S, W.  Remove unused keyletter V.  Surround
3769         signature argnames with angle-brackets for use as word delimiters,
3770         and to induce syntax errors for any args not handled.  Split
3771         multi-echo echoes and comment each stage.
3772         * sysdeps/unix/common/syscalls.list: Refine & correct signatures.
3773         * sysdeps/unix/inet/syscalls.list: Likewise.
3774         * sysdeps/unix/mman/syscalls.list: Likewise.
3775         * sysdeps/unix/syscalls.list: Likewise.
3776         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3777         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3778         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3779         * sysdeps/unix/sysv/syscalls.list: Likewise.
3780         * sysdeps/unix/sysv/linux/powerpc/syscalls.list
3782         * sysdeps/generic/strcpy.c (strcpy): Stifle unused-value warnings.
3783         * sysdeps/unix/sysv/linux/execve.c (__execve): Add const
3784         qualifiers.  Don't check NULL-terminator of argv & envp.
3785         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Use
3786         unbounded pointer type in word-size assertion.
3787         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add missing
3788         cases to stifle warnings.
3790         * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to
3791         _IO_file_attach.
3792         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
3794         * include/libc-symbols.h (symbol_set_declare): Revert 2000-06-26 mods.
3795         * include/set-hooks.h (RUN_HOOK): Revert 2000-06-26 mods.  Qualify
3796         ptr as __unbouned.
3798         * Makerules (o-objects): Supplement with $(o-objects$o).
3799         * string/Makefile (o-objects.ob): Add variable to pull
3800         unbounded versions of memcpy, memset and memchr into libc_b.
3802         * sysdeps/generic/bp-checks.h: Use unbounded __memchr
3803         rather than non-existent __ubp_memchr.
3804         (CHECK_STRINGopt, CHECK_FCNTL, BOUNDED_N, BOUNDED_1): New macros.
3805         (_CHECK_STRING, _CHECK_N): New macros.
3806         (CHECK_STRING, CHECK_N, CHECK_Nopt): Rewrite in terms of _CHECK_*.
3807         (CHECK_IOCTL): Move inside `#if !__ASSEMBLER__'.
3808         * sysdeps/alpha/memchr.S: Change strong name to "__memchr".
3809         Add weak alias "memchr".
3810         * sysdeps/generic/memchr.c: Likewise.
3811         * sysdeps/i386/memchr.S: Likewise.
3812         * sysdeps/ia64/memchr.S: Likewise.
3813         * sysdeps/m68k/memchr.S: Likewise.
3814         * sysdeps/sparc/sparc32/memchr.S: Likewise.
3815         * sysdeps/sparc/sparc64/memchr.S: Likewise.
3816         * sysdeps/vax/memchr.s: Likewise.
3818         * iconv/gconv_trans.c: Add #include <stdlib.h> to get malloc decl.
3820         * elf/dl-runtime.c (fixup): Trampoline passes unbounded pointer.
3821         (profile_fixup): Don't define for __BOUNDED_POINTERS__.
3822         * sysdeps/i386/dl-machine.h: Don't use regparm attribute for
3823         __BOUNDED_POINTERS__.
3824         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Use non-regparm version
3825         for __BOUNDED_POINTERS__.
3827 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
3829         * iconv/gconv_open.c (__gconv_open): Initialize the __data
3830         field of struct __gconv_trans_data differently.  Don't pass NULL to
3831         trans_init_fct.  Simplify list append operation.
3833 2000-07-14  Bruno Haible  <haible@clisp.cons.org>
3835         * intl/dcigettext.c (dcigettext): Call plural_eval on all platforms,
3836         not only those having tsearch.
3838 2000-07-17  Ulrich Drepper  <drepper@redhat.com>
3840         * locale/langinfo.h: Add placeholder values in enum for removed
3841         LC_CTYPE entries.
3843 2000-07-17  Jakub Jelinek  <jakub@redhat.com>
3845         * elf/dl-addr.c (_dl_addr): Keep searching in the _dl_loaded
3846         chain if the PHDR check fails.
3848 2000-07-17  Mark Kettenis  <kettenis@gnu.org>
3850         * nss/getent.c (print_hosts): Make sure we always print a space
3851         between numeric addresses and hostnames.
3853 2000-07-17  Wolfram Gloger  <wg@malloc.de>
3855         * malloc/malloc.c (chunk_alloc): Use mmap_chunk() only if allowed,
3856         i.e. if n_mmaps_max>0.
3858 2000-07-16  Mark Kettenis  <kettenis@gnu.org>
3860         * resolv/netdb.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Adjust
3861         values to remove possible clash with other AI_* constants.
3862         (AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST): Define as
3863         hexadecimal constants to stress the fact they're in fact
3864         bit flags.
3866 2000-07-15  Mark Kettenis  <kettenis@gnu.org>
3868         * nss/getXXent_r.c [NEED__RES]: Include <resolv.h>.
3869         (SETFUNC_NAME, ENDFUNC_NAME, REENTRANT_GETNAME): Use res_ninit
3870         instead of res_init.
3872 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
3874         * crypt/md5-crypt.c (__md5_crypt_r): Add casts for first
3875         parameters of memset calls to avoid warnings.
3877 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
3879         * stdlib/Makefile: Rewrite rules to avoid running isomac unless
3880         necessary.
3882         * sysdeps/unix/sysv/linux/getcwd.c: Correct last patch.
3883         Patch by Greg McGary <greg@mcgary.org>.
3885         * io/Makefile (tests): Add tst-getcwd.
3886         * io/tst-getcwd.c: New file.
3888         * io/Makefile: Rewrite rules to avoid running ftwtest unless necessary.
3890 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
3892         * iconv/gconv_open (__gconv_open): Initialize whole __gconv_trans_data
3893         structure.
3895 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
3897         * sysdeps/posix/sysconf.c: Undef __sysconf before weak_alias.
3898         * sysdeps/unix/bsd/getpt.c: Undef __getpt before weak_alias.
3900 2000-07-12  H.J. Lu  <hjl@gnu.org>
3902         * sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to
3903         GLIBC_2.2.
3904         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S.
3905         * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc]
3906         (sysdep-routines): Add clone2.
3907         * sysdeps/unix/sysv/linux/ia64/clone2.S: New.
3909 2000-07-13  Jes Sorensen  <jes@linuxcare.com>
3911         * sysdeps/unix/sysv/linux/ia64/clone.S: New file.
3912         * sysdeps/unix/sysv/linux/ia64/fork.c: New file.
3914 2000-06-05  David Mosberger  <davidm@hpl.hp.com>
3916         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: New file
3917         based on sysdeps/unix/sysv/linux/bits/siginfo.h.
3918         Change type of si_band from "int" to "long".
3919         (si_imm) [USE_GNU]: Define
3920         (si_isr) [USE_GNU]: Ditto.
3921         (ILL_BREAK) [USE_GNU]: Ditto.
3922         (FPE_DECOVF) [USE_GNU]: Ditto.
3923         (FPE_DECDIV) [USE_GNU]: Ditto.
3924         (FPE_DECERR) [USE_GNU]: Ditto.
3925         (FPE_INVASC) [USE_GNU]: Ditto.
3926         (FPE_INVDEC) [USE_GNU]: Ditto.
3927         (TRAP_BRANCH) [USE_GNU]: Ditto.
3928         (TRAP_HWBKPT) [USE_GNU]: Ditto.
3930 2000-07-06  Jes Sorensen  <jes@linuxcare.com>
3932         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
3933         bits/sigcontext as struct mcontext does not depend on it.
3935         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: New file.
3937 2000-07-04  Jes Sorensen  <jes@linuxcare.com>
3939         * sysdeps/unix/sysv/linux/ia64/shmctl.c: Removed.
3941 2000-07-04  David Mosberger-Tang  <davidm@hpl.hp.com>
3943         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: New file.
3945 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
3947         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: New file.
3949 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
3951         * intl/Makefile (test-srcs): Add tst-translit.
3952         (tests): Likewise.
3953         Add rules to build and run tst-translit.
3954         * intl/tst-translit.c: New file.
3955         * intl/tst-translit.sh: New file.
3956         * intl/translit.po: New file.
3958 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
3960         * iconv/loop.c (STANDARD_ERR_HANDLER): If one of the
3961         transliteration function did its job, continue, don't stop.
3963         * iconvdata/iso646.c: Little optimizations in body for conversion
3964         from UCS4.
3966 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
3968         * dlfcn/dlerror.c (free_key_mem): Add cast to silence compiler warning.
3970 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
3972         * configure.in: Check for pwd binary.
3973         * config.make.in: Add PWD_P to be subsituted.
3974         * Makerules: Use $(PWD_P) instead of /bin/pwd.
3976 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
3978         * iconvdata/Makefile (modules): Add GB18030.
3979         (distribute): Add gb18030.c.
3980         * iconvdata/gconv-modules: Add entries for GB18030 module.
3981         * iconvdata/gb18030.c: New file.
3982         Contributed by Wang ShouHua <shouhuawang@redflag-linux.com>
3983         and Wu Jian.
3985 2000-07-13  Andreas Jaeger  <aj@suse.de>
3987         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last
3988         patch.
3990         * grp/fgetgrent.c (free_mem): Remove if - free (0) is valid.
3991         * inet/getnetgrent.c (free_mem): Likewise.
3992         * misc/mntent.c (free_mem): Likewise.
3993         * nss/getXXbyYY.c (free_mem): Likewise.
3994         * nss/getXXent.c (free_mem): Likewise.
3995         * pwd/fgetpwent.c (free_mem): Likewise.
3996         * shadow/fgetspent.c (free_mem): Likewise.
3998 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
4000         * sunrpc/xdr.c (xdr_u_long): Handle reading of unsigned long on
4001         64-bit architecture correctly [PR libc/1794].
4003 2000-07-13  Ulrich Drepper  <drepper@redhat.com>
4005         * elf/Versions (ld): Export _dl_out_of_memory for GLIBC_2.2.
4006         * dlfcn/dlerror.c (dlerror): Don't free the error string if it is the
4007         report that we are out of memory.
4008         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
4009         * elf/dl-libc.c (dlerror_run): Likewise.
4010         * elf/dl-open.c (_dl_open): Likewise.
4011         * elf/rtld.c (dl_main): Likewise.
4012         * elf/dl-error.c: Define _dl_out_of_memory.
4013         (_dl_signal_error): Return _dl_out_of_memory if we cannot duplicate
4014         the error string.
4015         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory.
4016         [PR libc/1813].
4018         * dlfcn/dlerror.c (free_key_mem): Also free error string.
4020         * iconv/loop.c: Fix comment.
4022         * malloc/mtrace.c (tr_freehook): Return immediately if ptr is NULL.
4024 2000-07-13  Andreas Jaeger  <aj@suse.de>
4026         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
4027         getcwd (NULL, size) with size > 0.
4028         Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>.
4030 2000-07-13  Andreas Jaeger  <aj@suse.de>
4032         * posix/Makefile: Remove build rules for libposix.
4034 2000-07-13  Andreas Schwab  <schwab@suse.de>
4036         * sysdeps/generic/glob.c (glob): Fix memory leak.
4037         [SHELL]: Remove reference to undefined variable `files'.
4038         Fixes PR libc/1782.
4040 2000-07-13  Andreas Jaeger  <aj@suse.de>
4042         * sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling
4043         functions.
4045         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Only free
4046         memory if it was allocated.
4048 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
4050         * iconv/gconv_db.c (gen_steps): Always initialize __data field of
4051         step.
4053         * iconv/gconv_open.c (__gconv_open): Reapply
4054         2000-07-12 Bruno Haible <haible@clisp.cons.org>
4056                 * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
4058         * iconv/gconv_open.c: Undo last two changes for now.  They break
4059         everything.
4061 2000-07-12  Andreas Jaeger  <aj@suse.de>
4063         * elf/Makefile (SYSCONF-FLAGS): Added to pass sysconfdir to
4064         compiler.
4065         (CFLAGS-cache.c): Added, uses SYSCONF-FLAGS.
4066         (CFLAGS-dl-cache.c): Likewise.
4067         (CFLAGS-ldconfig.c): Added, passes directory locations.
4069         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): Use SYSCONFDIR to
4070         locate cache.
4071         * elf/ldconfig.c (LD_SO_CONF): Likewise.
4072         (main): Use configured LIBDIR and SLIBDIR.
4074 2000-07-11  Jakub Jelinek  <jakub@redhat.com>
4076         * math/bits/cmathcalls.h (cimag): Add __THROW.
4077         (creal, conj): Likewise.
4078         * wctype/wctype.h (_ISwbit): Avoid warnings about shifting left
4079         by negative value.
4081 2000-07-12  H.J. Lu  <hjl@gnu.org>
4083         * resolv/Versions (libresolv): Add __res_hostalias to GLIBC_2.2
4084         for _nss_dns_gethostbyname2_r in resolv/nss_dns/dns-host.c.
4086 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
4088         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Shut gcc up although
4089         it is wrong.
4091 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
4093         * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
4095 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
4097         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
4098         __modname.
4100 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
4102         * iconv/gconv_open.c (__gconv_open): Initialize
4103         result->__steps[cnt].__data.
4105 2000-07-12  Mark Kettenis  <kettenis@gnu.org>
4107         * nss/getent.c (services_keys): Pass port number in network byte
4108         order in call to getservbyport.
4110 2000-07-11  Andreas Jaeger  <aj@suse.de>
4112         * stdlib/Makefile (test-canon-ARGS): Fix for building in the
4113         source dir.
4114         * intl/Makefile (do-gettext-test): Likewise.
4115         * dirent/Makefile (opendir-tst1-ARGS): Likewise.
4117 2000-07-11  Andreas Schwab  <schwab@suse.de>
4119         * Makeconfig (run-program-prefix): New rule.
4120         (built-program-cmd): Use run-program-prefix.
4122 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
4124         * locale/langinfo.h: Make CRNCYSTR, RADIXCHAR, THOUSANDS_SEP, YESEXPR,
4125         and NOEXPR unconditionally available.
4127 2000-07-12  Greg McGary  <greg@mcgary.org>
4129         * sysdeps/generic/open64.c: Wrap extern symbols in BP_SYM ().
4130         * sysdeps/posix/open64.c: Likewise.
4131         * sysdeps/generic/fegetenv.c: Likewise.
4132         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
4133         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
4134         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
4135         * sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
4136         * sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
4137         * sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
4139 2000-07-11  Greg McGary  <greg@mcgary.org>
4141         * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias):
4142         Add extra level of macro expansion.
4143         [!__ASSEMBLER__ && HAVE_WEAK_SYMBOLS] (weak_alias): nLikewise.
4144         * sysdeps/generic/bp-thunks.h: Ensure `struct timeval' definition
4145         is available at the time `select' prototype is declared.
4146         * sysdeps/unix/make-syscalls.sh: Remove unused variables.
4147         Collect non-versioned weak aliases.  Consider only non-versioned
4148         aliases for the user-visible systemcall name.  Do checks inline with
4149         call to primitive system call.
4150         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add void cast to
4151         stand-alone bounds checks to suppress unused value warnings.
4152         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
4154 2000-07-10  Mark Kettenis  <kettenis@gnu.org>
4156         * sysdeps/mach/hurd/check_fds.c: New file.  Implements
4157         file descriptor checking in SUID programs for the Hurd.
4159         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Use
4160         res_hostalias instead of __hostalias for thread-safety.
4162 2000-07-09  Mark Kettenis  <kettenis@gnu.org>
4164         * elf/rtld.c (dl_main): Move call to __libc_check_standard_fds...
4165         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): ... to here.
4167 2000-07-10  Ulrich Drepper  <drepper@redhat.com>
4169         * include/features.h: Include ISO C99 features if the compiler used
4170         is an ISO C99 compiler.
4171         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
4173 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
4175         * iconv/gconv_conf.c: Include <bits/libc-lock.h>.
4177 2000-07-10  Andreas Jaeger  <aj@suse.de>
4179         * sysdeps/unix/sysv/linux/i386/sigaction.c: Make alias weak since
4180         it's overridden by libpthreads.
4181         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4182         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4183         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4184         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4185         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4187         * malloc/Makefile: Run tst-mtrace only with shared libs.
4189         * stdio-common/Makefile: Run unbputc and tst-printf tests only
4190         with shared libs.
4192 2000-07-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4194         * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Verify
4195         that gpreg really points to the GOT section of the calling object.
4196         Scan all PT_LOAD segments of objects for stub_pc, instead of only
4197         checking a start address of first one.
4198         Fix typos.
4199         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_link_map):
4200         Likewise.
4202         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Fix a typo.
4204 2000-07-10  Andreas Jaeger  <aj@suse.de>
4206         * sysdeps/unix/sysv/linux/sigaction.c: Fix typo
4207         (string_alias->strong_alias).
4209 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
4211         * hurd/hurd/fd.h: Include <cthreads.h> instead of <lock-intern.h>.
4213 2000-07-07  Greg McGary  <greg@mcgary.org>
4215         * sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
4216         have no names without leading underscores.
4218 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
4220         * iconvdata/sjis.c (from_ucs4_lat1): Fix mappng of U005C and
4221         U007E.
4223         * stdio-common/Makefile (tests): Remove tst-printf here...
4224         (tests-srcs): ...and add it here.
4225         (distribute): Add tst-unbputc.sh and tst-printf.sh.
4226         Add rules to run tst-printf.sh.
4227         * stdio-common/tst-printf.c: Move code around so that there is really
4228         no further output where it's stated.
4229         * stdio-common/tst-printf.sh: New file.
4231 2000-07-07  Mark Kettenis  <kettenis@gnu.org>
4233         * hurd/vpprintf.c [USE_IN_LIBIO]: Include <libioP.h>.
4234         (do_write): Renamed from pwrite.
4235         (vpprintf) [USE_IN_LIBIO]: Adjust for renaming and reshufling of
4236         `struct _IO_cookie_file'.
4238 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
4240         * malloc/mtrace.pl: Exit with exit code 1 if any leak was
4241         detected.
4242         * malloc/tst-mtrace.sh: Run mtrace script.
4244 2000-07-07  Greg McGary  <greg@mcgary.org>
4246         * posix/regex.c (EXTEND_BUFFER): Compute increment once.
4247         Move all three components of a bounded pointer.
4249 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
4251         * locale/programs/locale.c (write_locales): Don't simply add all
4252         directories found in the subdir, test whether at least the
4253         LC_CTYPE file is in there.
4255 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
4257         * iconvdata/euc-jp.c: Map characters in C1 area to itself.
4258         * iconvdata/euc-kr.c: Likewise.
4260         * stdio-common/vfprintf.c (process_string_arg): Check result of
4261         wcrtomb call and bail out if it failed.
4263         * malloc/Makefile (test-srcs): Add tst-mtrace.
4264         (distribute): Add tst-mtrace.sh.
4265         Add rule to run tst-mtrace.sh.
4266         * malloc/tst-mtrace.c: New file.
4267         * malloc/tst-mtrace.sh: New file.
4269         * include/signal.h: Declare __libc_sigaction.
4270         * sysdeps/unix/sysv/linux/Versions: Export __libc_sigaction.
4271         * sysdeps/unix/sysv/linux/sigaction.c: Add __libc_sigaction alias.
4272         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4273         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4274         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4275         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4276         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4278         * configure.in: Fix CFLAGS-memprofstat.c definition after
4279         2000-06-19 change.
4280         Patch by Bradford W. Johnson <bradford@math.umn.edu>.
4282 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
4284         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Pass 0
4285         instead of NULL to elf_machine_fixup_plt t argument.
4286         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
4287         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c (__mmap64): Add
4288         cast.
4290 2000-07-06  Andreas Jaeger  <aj@suse.de>
4292         * crypt/Makefile (LDLIBS-cert): Removed.
4293         (LDLIBS-md5c-test): Removed.
4294         ($(objpfx)cert): Renamed from cert.out to fix dependencies.
4295         ($(objpfx)md5c-test): Likewise for md5c-test.out.
4297 2000-07-06  Andreas Jaeger  <aj@suse.de>
4299         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): The type
4300         of the proc system is "proc".
4302         * sysdeps/generic/libc-start.c (__libc_start_main): Initialize
4303         thread library for static programs.
4305 2000-07-06  Greg McGary  <greg@mcgary.org>
4307         * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt):
4308         New macros.
4309         * sysdeps/generic/strcpy.c: Add bounds checks.
4310         * sysdeps/unix/fxstat.c: Likewise.
4311         * sysdeps/unix/xstat.c: Likewise.
4312         * sysdeps/unix/common/lxstat.c: Likewise.
4313         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
4314         * sysdeps/unix/sysv/linux/execve.c: Likewise.
4315         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
4316         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
4317         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4318         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
4319         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4320         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
4321         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
4322         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4323         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4324         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4325         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
4326         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4327         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4328         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4329         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4330         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
4331         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
4332         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
4333         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4334         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
4335         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4336         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
4337         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
4338         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
4339         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4340         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
4341         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
4342         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
4343         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4344         * sysdeps/unix/sysv/linux/i386/brk.c: Likewise.
4345         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
4346         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
4347         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4348         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4349         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4350         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
4351         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4352         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
4353         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
4354         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4355         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4356         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
4357         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
4358         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
4359         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4360         * sysdeps/unix/sysv/linux/ia64/sigpending.c: Likewise.
4361         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
4362         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: Likewise.
4363         * sysdeps/unix/sysv/linux/ia64/xstat.c: Likewise.
4364         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
4365         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4366         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4367         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4368         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
4369         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
4370         * sysdeps/unix/sysv/linux/mips/ustat.c: Likewise.
4371         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
4372         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: Likewise.
4373         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4374         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
4375         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
4376         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Likewise.
4378         * string/endian.h (__LONG_LONG_PAIR): New macro.
4379         * sysdeps/unix/sysv/linux/ftruncate64.c: Use it.
4380         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4381         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4382         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4383         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4384         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
4385         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
4386         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4387         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4388         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4389         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
4390         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
4392         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
4394 2000-07-06  Andreas Jaeger  <aj@suse.de>
4396         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
4397         Initialize result.
4399         * math/test-fpucw.c: Include <stdio.h> for printf.
4401 2000-07-05  Greg McGary  <greg@mcgary.org>
4403         * sysdeps/generic/bp-checks.h: New file.
4404         * sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
4405         with list of #include files.
4406         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
4407         keyletters a, b, B, f, n, N, P, v, V.  Fixup some indentation.
4408         Don't generate BP thunk if `V' appears in signature.
4409         Generate thunks with complete bounds checks.
4410         * sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
4411         * sysdeps/unix/inet/syscalls.list: Likewise.
4412         * sysdeps/unix/mman/syscalls.list: Likewise.
4413         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4414         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4415         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4416         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
4418 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
4420         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Cache
4421         result.  Search first in /etc/mtab (proc/mounts would be stupid).
4422         If mount not in the file fall back on /proc.
4424         * crypt/md5-crypt.c (__md5_crypt_r): Clear arrays the key and salt
4425         string got copied in.
4426         Patch by Solar Designer <solar@false.com>.
4428 2000-07-05  Andreas Jaeger  <aj@suse.de>
4430         * manual/install.texi (Installation): Update information about
4431         add-ons.
4432         (Configuring and compiling): Update for glibc 2.2.
4434 2000-07-04  Andreas Jaeger  <aj@suse.de>
4436         * sysdeps/i386/fpu_control.h (_FPU_DEFAULT): Correct value.
4437         (_FPU_IEEE): Likewise.
4439         * math/Makefile (tests): Add test-fpucw.
4441         * math/test-fpucw.c (main): New file.
4443 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
4445         * locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning.
4447         * locale/programs/ld-collate.c (collate_output): Also write out the
4448         collation sequence values and the wide character string for the
4449         collation symbol table.
4451         * posix/fnmatch.c: Include "../locale/elem-hash.h".
4452         * posix/fnmatch_loop.c: Implement collating symbol handling.
4453         * posix/tst-fnmatch.input: Add more tests, especially for collating
4454         symbol handling.
4456         * posix/regex.c: Fix comment.
4458 2000-07-05  Andreas Jaeger  <aj@suse.de>
4460         * sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
4461         (_FPU_GETCW): Remove extra colon.
4462         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
4464         * posix/fnmatch_loop.c (FCT): Only declare len if
4465         !WIDE_CHAR_VERSION to silence GCC.
4467         * sysdeps/generic/rawmemchr.c: Include <stdlib.h> for abort
4468         prototype.
4469         * sysdeps/generic/strchrnul.c: Likewise.
4470         * sysdeps/generic/strlen.c: Likewise.
4471         * sysdeps/generic/strchr.c: Likewise.
4472         * sysdeps/generic/memchr.c: Likewise.
4474 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
4476         * posix/fnmatch_loop.c: Implement equivalence class handling.
4477         * posix/tst-fnmatch.input: Add tests for equivalence class
4478         handling.
4480         * posix/fnmatch_loop.c: Improve performance for single-byte
4481         character sets by not using btowc.
4483         * posix/tst-fnmatch.input: Add tests for locale dependent
4484         behaviour.
4485         * posix/tst-fnmatch.c (main): Also set LC_CTYPE category.
4487         * posix/tst-fnmatch.input: Add more test cases.
4489         * crypt/md5-crypt.c (__md5_crypt_r): If buffers for key and salt
4490         are not aligned to alignof(md5_uint32) do it before calling
4491         __md5_process_bytes.
4492         * crypt/md5.c: Make sure buffers are aligned.
4493         * crypt/md5.h: Likewise.
4494         Reported by Solar Designer <solar@false.com>.
4496         * crypt/Makefile: Add dependencies for test programs.
4498         * Rules: Define LC_ALL=C in environments of all programs we run.
4500         * intl/tst-gettext.sh (LC_ALL): Define to C and export.
4502 2000-07-03  H.J. Lu  <hjl@gnu.org>
4504         * locale/programs/ld-ctype.c (ctype_output): The size of iov
4505         is 2 + elem + offset, not 2 + elem + offset + 2.
4507 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
4509         * posix/fnmatch_loop.c: Fix two problems uncovered by the new test
4510         suite.
4511         * posix/Makefile (tests): Add tst-fnmatch.
4512         (tst-fnmatch-ENV): Define.
4513         * posix/tst-fnmatch.c: New file.
4514         * posix/tst-fnmatch.sh: New file.
4516 2000-07-04  NIIBE Yutaka  <gniibe@chroot.org>
4518         * locale/programs/charmap.c (charmap_read): Prepend
4519         the condition filename == NULL.
4521 2000-07-03  Greg McGary  <greg@mcgary.org>
4523         * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
4525         * csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
4526         ($(objpfx)b$(start-installed-name)): Add non-elf rule.
4528         * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
4529         * libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
4530         (FILEBUF_LITERAL): Add cast for CHAIN init.
4531         * libio/genops.c (_IO_un_link, _IO_link_in, _IO_iter_begin): Add casts.
4532         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
4533         Revert type of `fp' to _IO_FILE*.
4534         (_IO_iter_file): Remove cast.
4535         (_IO_iter_next): Elide intermediate member reference.
4537         * sysdeps/powerpc/strchr.S:  Check bounds.
4538         Wrap extern symbols in BP_SYM ().
4540 2000-07-03  Andreas Jaeger  <aj@suse.de>
4542         * dlfcn/Makefile (generated): New.
4544 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
4546         * libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
4547         (__uflow): Likewise.
4548         (__underflow): Likewise.
4549         * libio/wgenops.c (__wunderflow): Likewise.
4550         * stdio-common/tst-unbputc.c: New file.
4551         * stdio-common/tst-unbputc.sh: New file.
4552         * stdio-common/Makefile: Add rules to build and run tst-unbputc.
4554         * po/en_GB.po: New file.
4555         Contributed by Robert Brady <rwb197@ecs.soton.ac.uk>.
4557 2000-07-01  Andreas Jaeger  <aj@suse.de>
4559         * intl/Makefile (generated-dirs): New.
4561         * elf/Makefile (generated): trusted-dirs.h is always generated,
4562         move out of build-shared condition.
4563         (generated): Merge the two entries for build-shared.
4565 2000-07-01  Ulrich Drepper  <drepper@redhat.com>
4567         * debug/Makefile (distribute): Add xtrace.sh.
4569 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
4571         * version.h (VERSION): Bump to 2.1.91.
4573         * configure.in: Update warning comment.  glibc should not be
4574         broken anymore.
4576         * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content.  Add
4577         ioperm.c, sys/procfs.h, and sys/io.h.
4579         * sysdeps/powerpc/Dist: Add bp-asm.h.
4581         * assert/Depend: Add localedata.
4582         * assert/Makefile (test-assert-ENV): New.  Define LANGUAGE=C.
4583         (test-assert-perr-ENV): New.  Define LANGUAGE=C.
4585         * sysdeps/alpha/dl-machine.h (elf_machine_rela) [r_type ==
4586         R_ALPHA_REFQUAD]: Use memcpy to load and store value from
4587         relocation address to prevent unaligned trap.
4588         Suggested by Richard Henderson <rth@cygnus.com>.
4590 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
4592         * io/sys/stat.h (stat64, lstat64, fstat64): Don't define inlines
4593         if redirecting and either redirection is done using defines or
4594         not optimizing.
4596 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
4598         * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
4599         generated expressions.
4600         Patch by Darren McClelland <dmcclell@zetec.com>.
4602         * timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
4603         since zic uses setlocale and gettext but we cannot make it use the
4604         new locale data since zic calls a shell which might not use the
4605         new libc.
4607         * stdlib/strfmon.c: Move somewhat closer to the standard wrt to
4608         handling the internation currency symbol.  POSIX says that the
4609         fourth character is used to separate the currency symbol from the
4610         value.  Therefore it does not have to be printed.  But we cannot
4611         remove the space if the currency symbol is printed before the
4612         number since this is what many locales expect.
4614         * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN
4615         whether this information is available.
4617         * intl/dcigettext.c (_nl_find_msg): Correct reallocation of
4618         buffers in case the translation is too large.  Remember allocated
4619         memory blocks in a list.
4620         (free_mem): Free memory for translations.
4622         * intl/tst-gettext.c: Use correct locale.  Improve error messages.
4624         * locale/programs/ld-ctype.c (ctype_output): If no default_missing
4625         information is available set the string length to zero.
4627         * sysdeps/i386/i686/strcmp.S: Little optimization in non-BP case.
4629 2000-06-30  Greg McGary  <greg@mcgary.org>
4631         * sysdeps/powerpc/bp-asm.h: New file.
4632         * sysdeps/powerpc/__longjmp.S:  Check bounds.
4633         Wrap extern symbols in BP_SYM ().
4634         * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
4635         * sysdeps/powerpc/bsd-setjmp.S: Likewise.
4636         * sysdeps/powerpc/setjmp.S: Likewise.
4637         * sysdeps/powerpc/add_n.S: Likewise.
4638         * sysdeps/powerpc/addmul_1.S: Likewise.
4639         * sysdeps/powerpc/lshift.S: Likewise.
4640         * sysdeps/powerpc/rshift.S: Likewise.
4641         * sysdeps/powerpc/mul_1.S: Likewise.
4642         * sysdeps/powerpc/sub_n.S: Likewise.
4643         * sysdeps/powerpc/submul_1.S: Likewise.
4644         * sysdeps/powerpc/strlen.S: Likewise.
4645         * sysdeps/powerpc/memset.S: Likewise.
4646         * sysdeps/powerpc/stpcpy.S: Likewise.
4647         * sysdeps/powerpc/strcmp.S: Likewise.
4648         * sysdeps/powerpc/strcpy.S: Likewise.
4649         * sysdeps/powerpc/elf/bzero.S: Likewise.
4651         * sysdeps/powerpc/stpcpy.S: Define & use symbolic register names.
4652         Line up operands column with tabs.
4654 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
4656         * elf/Makefile (LDFLAGS-origtest): Actually add it.
4658         * sysdeps/ia64/htonl.S: New file.
4659         * sysdeps/ia64/htons.S: New file.
4660         * sysdeps/ia64/memcpy.S: Replace with version which does not use
4661         floating point registers.
4662         Patches by Dan Pop <Dan.Pop@cern.ch>.
4664 2000-06-30  Andreas Jaeger  <aj@suse.de>
4666         * posix/Makefile (tests): tst-exec and tst-spawn only work with
4667         shared libraries.
4669         * io/Makefile (CFLAGS-test-lfs.c): New.
4670         (tests): Add test-lfs.
4672         * io/test-lfs.c: New file.
4674 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
4676         * sysdeps/i386/bits/string.h (strcmp): Use 8bit register in 8bit
4677         instruction.
4679 2000-06-29  David Mosberger-Tang  <davidm@hpl.hp.com>
4681         * sysdeps/unix/sysv/linux/ia64/ioperm.c: New file.
4683 2000-06-29  Jes Sorensen  <jes@linuxcare.com>
4685         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __fstatfs64
4686         alias to the fstatfs call.
4688         * sysdeps/unix/sysv/linux/ia64/getrlimit64.c: New file.
4689         * sysdeps/unix/sysv/linux/ia64/setrlimit64.c: New file.
4691         * sysdeps/unix/sysv/linux/ia64/ftruncate64.c: New file.
4692         * sysdeps/unix/sysv/linux/ia64/truncate64.c: New file.
4694         * sysdeps/unix/sysv/linux/ia64/readdir.c: New file.
4695         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: New file.
4696         * sysdeps/unix/sysv/linux/ia64/readdir64.c: New file.
4697         * sysdeps/unix/sysv/linux/ia64/readdir64_r.c: New file.
4699         * sysdeps/unix/sysv/linux/ia64/glob.c: New file.
4700         * sysdeps/unix/sysv/linux/ia64/glob64.c: New file.
4702         * sysdeps/unix/sysv/linux/ia64/fstatfs64.c: New file.
4703         * sysdeps/unix/sysv/linux/ia64/statfs64.c: New file.
4705         * sysdeps/unix/sysv/linux/ia64/pread64.c: New file.
4706         * sysdeps/unix/sysv/linux/ia64/pwrite64.c: New file.
4708         * sysdeps/unix/sysv/linux/ia64/shmctl.c: New file.
4710 2000-06-29  Andreas Jaeger  <aj@suse.de>
4712         * sunrpc/rpc_svcout.c (write_msg_out): Always use format string
4713         with syslog.
4714         (print_err_message): Likewise.
4715         Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
4717 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
4719         * locale/loadlocale.c (_nl_load_locale): Make sure all locale data
4720         used as words is properly aligned.
4722         * locale/programs/ld-ctype.c (ctype_output): Don't generate unaligned
4723         data files.
4725 2000-06-29  Greg McGary  <greg@mcgary.org>
4727         * sysdeps/generic/libc-start.c (__libc_stack_end): Chop __unbounded.
4728         * sysdeps/unix/make-syscalls.sh: Handle signatures of
4729         length 7..9, just in case...
4730         * misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP.
4732         * sysdeps/i386/bp-asm.h (PCOFF): New constant.
4733         (POP_ERRNO_LOCATION_RETURN): Fold insns.
4734         * sysdeps/i386/bits/setjmp.h (JB_SIZE): New constant.
4735         (PUSH_SIGNAL_MASK): New macro.
4736         * sysdeps/i386/__longjmp.S (__longjmp): Wrap symbol in BP_SYM ().
4737         LEAVE is unnecessary.  Check bounds of jmp_buf.
4738         * sysdeps/i386/elf/setjmp.S: Call PUSH_SIGNAL_MASK.  Wrap symbols
4739         in BP_SYM ().  Check bounds of jmp_buf.  Don't call LEAVE until
4740         immediately before tail-call.
4741         * sysdeps/i386/setjmp.S: Likewise.
4742         * sysdeps/i386/bsd-_setjmp.S: Likewise.
4743         * sysdeps/i386/bsd-setjmp.S: Likewise.
4745 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
4747         * sysdeps/sparc/fpu/fclrexcpt.c: Use SHLIB_COMPAT, compat_symbol and
4748         versioned_symbol.
4749         * sysdeps/sparc/fpu/fesetenv.c: Likewise.
4750         * sysdeps/sparc/fpu/feupdateenv.c: Likewise.
4751         * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
4752         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
4753         * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
4754         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
4755         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: New file.
4756         * shlib-versions: Make sparc64 GLIBC_2.2+ only.
4758 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
4760         * stdio-common/printf_fp.c (__printf_fp): Don't clobber pointer which
4761         we later need to calling free().
4762         Patch by Matt Wilson <msw@redhat.com>.
4764         * stdio-common/tst-printf.c: Add test for above problem.
4766 2000-06-27  David Mosberger-Tang  <davidm@hpl.hp.com>
4768         * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: New file.
4769         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: New file.
4771 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
4773         * sysdeps/ieee754/dbl-64/s_exp2.c: Add include stdlib.h to get
4774         prototype for abs().
4775         * sysdeps/ieee754/flt-32/s_exp2f.c: ditto.
4777 2000-06-23  Andreas Jaeger  <aj@suse.de>
4779         * config.h.in: Don't use regparm with bounded pointers.
4781 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
4783         * stdlib/grouping.h: Correctly handle multibyte thousands
4784         separator and decimal point.
4785         * stdlib/stdtod.c: Likewise.
4786         * sysdeps/generic/strtol.c: Likewise.
4788         * locale/categories.def: Add entries for wide character decimal point
4789         and thousands separator in numeric and monetary category.
4791 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
4793         * stdio-common/printf_fp.c (__printf_fp): Remove unnecessary
4794         second definition and initialization of decimal.
4796 2000-06-28  Greg McGary  <greg@mcgary.org>
4798         * libio/libio.h (struct _IO_cookie_file): Move struct type defintion
4799         out.
4800         (_IO_FILE): Declare chain as (struct _IO_FILE_plus *).
4801         * libio/libioP.h (struct _IO_cookie_file): Move struct type defintion
4802         in.
4803         (_IO_JUMPS): Don't cast THIS--expect arg to be a
4804         (struct _IO_FILE_plus *).
4805         (_IO_JUMPS_FUNC): Express in terms of _IO_JUMPS, and add cast to
4806         THIS, since _IO_JUMPS no longer does it implicitly.
4807         (_IO_file_init, _IO_old_file_init, _IO_new_file_init): Declare
4808         arg type as (struct _IO_FILE_plus *).
4809         (_IO_str_init_static, _IO_str_init_readonly): Declare 1st
4810         arg as (_IO_strfile *).
4811         * libio/strops.c (_IO_str_init_static, _IO_str_init_readonly):
4812         Declare 1st arg as (_IO_strfile *).
4813         * libio/fileops.c (_IO_new_file_init): Declare
4814         arg type as (struct _IO_FILE_plus *).
4815         * libio/oldfileops.c (_IO_old_file_init): Likewise.
4816         * libio/genops.c (_IO_link_in, _IO_un_link): Likewise.
4817         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
4818         Declare iteration pointer as (struct _IO_FILE_plus *).
4819         (_IO_iter_next, _IO_iter_file): _IO_ITER is now
4820                 (struct _IO_FILE_plus *).
4821         * libio/stdfiles.c (_IO_list_all): Declare as (struct _IO_FILE_plus *).
4822         * libio/oldstdfiles.c (_IO_list_all): Likewise.
4823         (_IO_check_libio): Set user-visible handles to
4824         (struct _IO_FILE_plus *).
4825         * libio/stdio.c (stdin, stdout, stderr): Set user-visible handles
4826         to (struct _IO_FILE_plus *).
4828         * libio/iofdopen.c (_IO_new_fdopen): Pass FILE handle pointer
4829         whose high bound includes vtable to all functions that will use
4830         vtable.  For streambufs, pass pointer whose bounds include struct
4831         _IO_strfile.
4832         * libio/wgenops.c (_IO_wdefault_finish): Likewise.
4833         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
4834         * libio/iofopen.c (_IO_new_fopen): Likewise.
4835         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
4836         * libio/iofopen64.c (_IO_fopen64): Likewise.
4837         * libio/iopopen.c (_IO_new_popen): Likewise.
4838         * libio/oldiopopen.c (_IO_old_popen): Likewise.
4839         * libio/memstream.c (open_memstream): Likewise.
4840         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
4841         * libio/iovsprintf.c (_IO_vsprintf): Likewise.
4842         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
4843         * libio/iofopncook.c (_IO_cookie_init): Likewise.
4844         * libio/obprintf.c (_IO_obstack_vprintf): Likewise.
4845         * libio/vasprintf.c (_IO_vasprintf): Likewise.
4846         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
4847         * libio/stdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
4848         * libio/oldstdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
4849         * stdlib/strfmon.c (__strfmon_l): Likewise.
4850         * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
4851         (vfprintf): Qualify computed-goto targets as unbounded.
4853 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
4855         * stdio-common/vfscanf.c: Finally handle multibyte decimal point and
4856         thousands separator correctly.
4858         * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF.
4859         * stdio-common/vfwscanf.c: Likewise.
4861 2000-06-27  Jes Sorensen  <jes@linuxcare.com>
4863         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change argument
4864         count into signatures for most calls.
4866 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
4868         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: Removed.  We can use
4869         the generic parser now.
4871 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
4873         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted.  Hash
4874         table entries are 32 bit on the ia64 (as specified by the ABI),
4875         not 64 bit as on the Alpha.
4877         * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark
4878         change of objects to use 32 bit hash table indices (see above).
4880 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
4882         * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get
4883         prototype for abs().
4885 2000-06-28  Wolfram Gloger  <wg@malloc.de>
4887         * malloc/malloc.c (chunk_alloc): If extension of the linear heap
4888         fails, try mmap_chunk() as a last resort even though n_mmaps_max
4889         may have been reached.
4891 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
4893         * locale/programs/ld-collate.c (insert_weights): Handle <Uxxxx>
4894         symbols in multi-character weights correctly.
4896         * wcsmbs/mbrtowc.c: Set flush to 1 for conversion function calls
4897         depending on whether the input string is empty or not.
4899         * wcsmbs/mbrtowc.c: Calling function without input means clearing the
4900         given state and not avoiding this by modifying a local object.
4901         * wcsmbs/wcrtomb.c: Likewise.
4903         * iconv/skeleton.c: If no EMIT_SHIFT_TO_INIT is defined clear state
4904         object since some incomplete characters might be in there.
4906         * iconvdata/euc-jp.c: In conversion to UCS4, handling invalid
4907         sequences with first byte 0x8e correctly.
4909         * iconvdata/jis0208.h: Remove redundant test.
4911 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
4913         * sysdeps/generic/initfini.c (SECTION): Remove trailing semicolon.
4914         Add it where it is needed now.
4916         * locale/programs/ld-ctype.c (ctype_finish): Take all characters from
4917         the input charset into account when generating the hash table.
4918         (allocate_arrays): Correct setting default width.  Not all empty slots
4919         in the table are filled, only those not covert explicitly by the
4920         locale description and in the charset.
4922         * wctype/towctrans.c (__towctrans): Be graceful and accept error
4923         return values from the wctrans function.
4925         * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for
4926         wide character version.
4927         For %C handling, test correct pointer variable for NULL.
4929         * wcsmbs/wctob.c: Handle WEOF special.
4931         * wcsmbs/wcwidth.h: 0xff in width array means invalid character.
4933         * wctype/wctype.h: Protect gcc-isms with __extension__.  Avoid
4934         always-true test to avoid warning.
4936 2000-06-27  Greg McGary  <greg@mcgary.org>
4938         * elf/dl-open.c (_dl_sysdep_start): Wrap weak_extern decl in BP_SYM ().
4939         * include/libc-symbols.h (weak_extern): Add extra level of expansion.
4940         (symbol_version, default_symbol_version): Factor redundant
4941         definitions out of conditional.
4943 2000-06-27  Jakub Jelinek  <jakub@redhat.com>
4945         * libio/obprintf.c (_IO_obstack_vprintf): Call obstack_make_room,
4946         not obstack_blank.
4948 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
4950         * include/libc-symbols.h (symbol_version): Add extra level of
4951         macro expansion.
4952         (default_symbol_version): Likewise.
4954 2000-06-26  Greg McGary  <greg@mcgary.org>
4956         * sysdeps/unix/i386/sysdep.S (syscall_error): Push & pop space
4957         for BP return value & push implicit struct-return pointer to
4958         __errno_location.
4959         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4960         (SYSCALL_ERROR_HANDLER): Likewise.
4961         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
4962         (SYSCALL_ERROR_HANDLER): Likewise.
4964         * Makeconfig: Add missing comment.
4965         * csu/Makefile (extra-objs, omit-deps, install-lib): Add
4966         BP-flavored startup object.
4967         ($(objpfx)b$(start-installed-name)): New rule.
4968         * include/libc-symbols.h (symbol_set_declare): Change type
4969         of `__start_##set' and `__stop_##set' to pointer-to-function.
4970         (symbol_set_declare): Change type of `set' to array of
4971         pointer-to-function.
4972         * include/set-hooks.h (RUN_HOOK): Change type of `ptr' to
4973         pointer-to-function.
4975         * string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
4977         * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures.
4978         Remove clock_* and timer_* entries.
4979         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace
4980         arg-count with signatures.
4982         * sysdeps/i386/add_n.S: Wrap entry-point symbol in BP_SYM ().
4983         Check bounds of arguments.
4984         * sysdeps/i386/addmul_1.S: Likewise.
4985         * sysdeps/i386/lshift.S: Likewise.
4986         * sysdeps/i386/mul_1.S: Likewise.
4987         * sysdeps/i386/rshift.S: Likewise.
4988         * sysdeps/i386/sub_n.S: Likewise.
4989         * sysdeps/i386/submul_1.S: Likewise.
4990         * sysdeps/i386/i586/add_n.S: Likewise.
4991         * sysdeps/i386/i586/addmul_1.S: Likewise.
4992         * sysdeps/i386/i586/lshift.S: Likewise.
4993         * sysdeps/i386/i586/rshift.S: Likewise.
4994         * sysdeps/i386/i586/sub_n.S: Likewise.
4995         * sysdeps/i386/i686/add_n.S: Likewise.
4997         * sysdeps/i386/memchr.S: Likewise.
4998         * sysdeps/i386/memcmp.S: Likewise.
4999         * sysdeps/i386/rawmemchr.S: Likewise.
5000         * sysdeps/i386/i586/bzero.S: Likewise.
5001         * sysdeps/i386/i586/memcpy.S: Likewise.
5002         * sysdeps/i386/i586/mempcpy.S: Likewise.
5003         * sysdeps/i386/i586/memset.S: Likewise.
5004         * sysdeps/i386/i686/bzero.S: Likewise.
5005         * sysdeps/i386/i686/memcpy.S: Likewise.
5006         * sysdeps/i386/i686/mempcpy.S: Likewise.
5007         * sysdeps/i386/i686/memset.S: Likewise.
5009         * sysdeps/i386/stpcpy.S: Likewise.
5010         * sysdeps/i386/stpncpy.S: Likewise.
5011         * sysdeps/i386/strchr.S: Likewise.
5012         * sysdeps/i386/strchrnul.S: Likewise.
5013         * sysdeps/i386/strcspn.S: Likewise.
5014         * sysdeps/i386/strpbrk.S: Likewise.
5015         * sysdeps/i386/strrchr.S: Likewise.
5016         * sysdeps/i386/strspn.S: Likewise.
5017         * sysdeps/i386/strtok.S: Likewise.
5018         * sysdeps/i386/strtok_r.S: Likewise.
5019         * sysdeps/i386/i486/strcat.S: Likewise.
5020         * sysdeps/i386/i486/strlen.S: Likewise.
5021         * sysdeps/i386/i586/strchr.S: Likewise.
5022         * sysdeps/i386/i586/strcpy.S: Likewise.
5023         * sysdeps/i386/i586/strlen.S: Likewise.
5024         * sysdeps/i386/i686/strcmp.S: Likewise.
5025         * sysdeps/i386/i686/strtok.S: Likewise.
5026         * sysdeps/i386/i686/strtok_r.S: Likewise.
5028         * sysdeps/i386/fpu/fegetenv.c: Wrap symbol names with BP_SYM ().
5029         * sysdeps/i386/fpu/fesetenv.c: Likewise.
5030         * sysdeps/i386/fpu/feupdateenv.c: Likewise.
5031         * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
5032         * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
5034         * sysdeps/i386/addmul_1.S: Exchange roles of %ebp and %ebx.
5035         * sysdeps/i386/mul_1.S: Likewise.
5036         * sysdeps/i386/submul_1.S: Likewise.
5037         * sysdeps/i386/i586/add_n.S: Likewise.
5038         * sysdeps/i386/i586/addmul_1.S: Likewise.
5039         * sysdeps/i386/i586/lshift.S: Likewise.
5040         * sysdeps/i386/i586/mul_1.S: Likewise.
5041         * sysdeps/i386/i586/rshift.S: Likewise.
5042         * sysdeps/i386/i586/sub_n.S: Likewise.
5043         * sysdeps/i386/i586/submul_1.S: Likewise.
5045 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
5047         * rt/Makefile (librt-routines): Add clock_nanosleep.
5048         * rt/Versions [GLIBC_2.2] (librt): Add clock_nanosleep.
5049         * sysdeps/generic/clock_nanosleep.c: New file.
5050         * sysdeps/unix/clock_nanosleep.c: New file.
5051         * sysdeps/unix/i386/i586/clock_nanosleep.c: New file.
5052         * time/time.h: Declare clock_nanosleep.
5054 2000-06-26  Greg McGary  <greg@mcgary.org>
5056         * sysdeps/i386/asm-syntax.h (R, MEM, MEM_DISP, MEM_INDEX,
5057         INSN1, INSN2, TEXT, GLOBL): Remove macros.
5058         (ALIGN): Cleanup surrounding conditionals.
5060         * sysdeps/i386/addmul_1.S: Replace asm-syntax macros with gas syntax.
5061         Call ENTER/LEAVE macros.
5062         * sysdeps/i386/mul_1.S: Replace asm-syntax macros with gas syntax.
5063         * sysdeps/i386/submul_1.S: Likewise.
5065         * sysdeps/i386/i586/addmul_1.S: Replace asm-syntax macros with gas
5066         syntax.  Define & use symbolic argument stack offsets.  Call
5067         ENTER/LEAVE macros.
5068         * sysdeps/i386/i586/mul_1.S: Likewise.
5069         * sysdeps/i386/i586/submul_1.S: Likewise.
5071 2000-06-25  Greg McGary  <greg@mcgary.org>
5073         * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy,
5074         not as bcopy.
5076 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
5078         * iconvdata/gen-8bit-gap-1.sh: Update for new charmap format.
5079         * iconvdata/gen-8bit-gap.sh: Likewise.
5080         * iconvdata/gen-8bit.sh: Likewise.
5082         * iconv/gconv_open.c (__gconv_open): Move comment to correct position.
5084         * locale/programs/ld-collate.c (collate_read): Don't actually read
5085         the copy locale if we are ignoring the content.
5087         * locale/programs/ld-address.c (INT_STR_ELEM): Correct test for
5088         unknown character.
5090         * locale/programs/ld-collate.c: Correct handling of different
5091         collation sections.
5092         * locale/programs/localedef.c (add_to_readlist): Take locale pointer
5093         as extra parameter from which to copy category information.
5094         Change all callers.
5095         (load_locale): Likewise.
5096         * locale/programs/localedef.h: Update prototypes of add_to_readlist
5097         and load_locale.
5098         * locale/programs/ld-ctype.c: Update call to add_to_readlist.
5099         * locale/programs/locfile.h: Likewise.
5100         * locale/programs/locfile-kw.gperf: Add entry for script.
5101         * locale/programs/locfile-token.h: Add tok_script.
5103         * locale/programs/locale.c: Update copyright year.
5104         * locale/programs/localedef.c: Likewise.
5106 2000-06-23  Thorsten Kukuk  <kukuk@suse.de>
5108         * sunrpc/xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from
5109         Jens Moeller <jens.moeller@waii.com>.
5111 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
5113         * locale/programs/ld-name.c (name_finish): Add missing format
5114         specifier to test for name_fmt.
5116         * locale/programs/ld-address.c (iso639): Correct length of string
5117         elements.
5118         (iso3166): Likewise.
5120         * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.
5122         * sysdeps/unix/sysv/linux/i386/sys/user.h (struct user_fpxregs_struct):
5123         Define.
5125         * elf/elf.h (NT_PRFPXREG): Define.
5127 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
5129         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Define
5130         PTRACE_GETFPXREGS and PTRACE_SETFPXREGS.
5132 2000-06-23  Andreas Schwab  <schwab@suse.de>
5134         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Replace arg-count
5135         with signatures.
5137 2000-06-23  Andreas Jaeger  <aj@suse.de>
5139         * iconv/gconv_int.h (norm_add_slashes): Protect suffix expansion.
5141         * io/test-stat.c: Add copyright header, mention Maciej.
5143         * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
5144         SYS_mincore, SYS_madvise): Added.
5146         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
5147         execve.
5149 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
5151         * libio/Makefile (tests): Add tst-getwc and tst_putwc.
5152         (CFLAGS-tst_putwc.c): New definition.
5153         * libio/tst_getwc.c: New file.
5154         * libio/tst_getwc.input: New file.
5155         * libio/tst_putwc.c: New file.
5157         * include/string.h: Add prototype for __strdup.
5159 2000-06-22  Greg McGary  <greg@mcgary.org>
5161         * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
5162         * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname):
5163         Fix signatures.
5165 2000-06-23  Jes Sorensen  <jes@linuxcare.com>
5167         * sysdeps/ia64/memcpy.S: Disable branch predict instruction.
5169 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
5171         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: New file.
5173 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
5175         * shlib-versions: Bump so versions to 6.1 for libc and libm on the
5176         ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
5178 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
5180         * io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
5181         * sysdeps/generic/bits/stat.h: Define __S_TYPEISMQ, __S_TYPEISSEM,
5182         and __S_TYPEISSHM.
5183         * sysdeps/mach/hurd/bits/stat.h: Likewise.
5184         * sysdeps/unix/bsd/bits/stat.h: Likewise.
5185         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
5186         * sysdeps/unix/sysv/bits/stat.h: Likewise.
5187         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
5188         * sysdeps/unix/sysv/hpux/bits/stat.h: Likewise.
5189         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
5190         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
5191         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
5192         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
5193         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
5194         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
5195         * sysdeps/unix/sysv/aix/bits/stat.h: Likewise.
5196         * manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and
5197         S_TYPEISSHM.
5199 2000-06-22  Andreas Jaeger  <aj@suse.de>
5201         * sysdeps/unix/sysv/linux/mips/syscalls.list: Replace arg-count
5202         with signatures.
5204         * elf/dl-reloc.c (_dl_relocate_object): Fix typos.
5206         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix sysctl entry.
5208 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
5210         * iconv/gconv_trans.c: Move initialization of winbuf and winbufend
5211         ahead.
5213 2000-06-21  Greg McGary  <greg@mcgary.org>
5215         * Makerules (elide-routines.*, elide-bp-thunks):
5216         Define unconditionally.
5218 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
5220         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
5222 2000-06-21  Andreas Jaeger  <aj@suse.de>
5224         * io/Makefile (tests): Add test-stat.
5225         (CFLAGS-test-stat.c): New.
5227         * io/test-stat.c: New file from Maciej W. Rozycki
5228         <macro@ds2.pg.gda.pl>.
5230 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
5232         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Reorder elements
5233         in __rlimit_resource to make them match the kernel order.
5234         rlim_t is always 64 bit, use __rlim64_t to declare it
5235         unconditionally.
5237 2000-05-04  Jes Sorensen  <jes@linuxcare.com>
5239         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Undef
5240         RLIM_INFINITY before defining it to avoid clash with kernel header
5242 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
5244         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: New file.
5246 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
5248         * sysdeps/unix/sysv/linux/ia64/Versions: New file.
5250 2000-06-21  Andreas Jaeger  <aj@suse.de>
5252         * stdio-common/temptest.c: Include <stdlib.h>.
5253         * stdio-common/tst-fileno.c: Likewise.
5254         * stdio-common/scanf4.c: Likewise.
5255         * stdio-common/scanf5.c: Likewise.
5256         * time/clocktest.c: Likewise.
5257         * posix/test-vfork.c: Likewise.
5258         * posix/globtest.c: Likewise.
5259         * io/test-utime.c: Likewise.
5260         * wctype/test_wcfuncs.c: Likewise.
5261         * crypt/cert.c: Likewise.
5263         * stdio-common/tst-printfsz.c: Include <string.h>.
5264         * libio/tst_swscanf.c: Likewise.
5265         * libio/tst_wscanf.c: Likewise.
5266         * posix/runtests.c: Likewise.
5267         * posix/tst-getaddrinfo.c: Likewise.
5268         * posix/wordexp-test.c: Likewise.
5269         * misc/tst-efgcvt.c: Likewise.
5271         * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>.
5272         * nss/test-netdb.c: Likewise.
5274         * sysdeps/unix/sysv/linux/configure.in: Add check for minimal
5275         supported kernel for MIPS.
5277         * elf/vismod2.c: Include <stdlib.h> for abort prototype.
5278         * rt/aio_suspend.c: Likewise.
5280 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
5282         * math/libm-test.inc: Include <string.h>.
5284 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5286         * sysdeps/unix/sysv/linux/ia64/syscalls.list: New file.
5288 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5290         * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: New file.
5291         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: New file.
5293 2000-06-20  David Mosberger-Tang  <davidm@hpl.hp.com>
5295         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: New file.
5297 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5299         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Fix typo.
5301 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
5303         * locale/programs/ld-collate.c (insert_value): Now take string and
5304         length instead of struct token* parameter.  Adjust use of token.
5305         (handle_ellipsis): Likewise.
5306         (collate_read): Allow <Uxxxx> names and transform them into names
5307         to be passed to insert_value and handle_ellipsis.
5309         * locale/programs/ld-ctype.c (uninames): New array with names of
5310         digits in <Uxxxxxxxx> format.
5311         (ctype_finish): Correct search for space character value.  Likewise
5312         for default outdigits values.
5314 2000-06-20  Greg McGary  <greg@mcgary.org>
5316         * Makerules (objects): Add BP thunks.
5318 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
5320         * locale/programs/charmap.c (parse_charmap): Handle UCS names also
5321         in width definitions.
5323 2000-06-20  Andreas Jaeger  <aj@suse.de>
5325         * sysdeps/mips/fpu/libm-test-ulps: New file.
5327         * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Flush fpu pipeline
5328         first.
5330         * sysdeps/mips/fpu/feholdexcpt.c: New file.
5332         * sysdeps/mips/fpu/fraiseexcpt.c: New file.
5334 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
5336         * iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for
5337         change in gconv_builtin.h.
5339         * malloc/Makefile: Change all references to memprof into memusage.
5340         * malloc/memprof.c: Rename to...
5341         * malloc/memusage.c: ...this.  New file.
5342         * malloc/memprof.sh: Rename to...
5343         * malloc/memusage.sh: ...this.  New file.
5344         * malloc/memprofstat.c: Rename to...
5345         * malloc/memusagestat.c: ...this.  New file.
5346         * sysdeps/alpha/memprof.h: Rename to..
5347         * sysdeps/alpha/memusage.h: ...this.  New file.
5348         * sysdeps/arm/memprof.h: Rename to..
5349         * sysdeps/arm/memusage.h: ...this.  New file.
5350         * sysdeps/generic/memprof.h: Rename to..
5351         * sysdeps/generic/memusage.h: ...this.  New file.
5352         * sysdeps/i386/memprof.h: Rename to..
5353         * sysdeps/i386/memusage.h: ...this.  New file.
5354         * sysdeps/ia64/memprof.h: Rename to..
5355         * sysdeps/ia64/memusage.h: ...this.  New file.
5356         * sysdeps/m68k/memprof.h: Rename to..
5357         * sysdeps/m68k/memusage.h: ...this.  New file.
5358         * sysdeps/mips/memprof.h: Rename to..
5359         * sysdeps/mips/memusage.h: ...this.  New file.
5360         * sysdeps/powerpc/memprof.h: Rename to..
5361         * sysdeps/powerpc/memusage.h: ...this.  New file.
5362         * sysdeps/sparc/memprof.h: Rename to..
5363         * sysdeps/sparc/memusage.h: ...this.  New file.
5364         * sysdeps/sh/memprof.h: Rename to..
5365         * sysdeps/sh/memusage.h: ...this.  New file.
5367         * elf/sprof.c (print_version): Update year.
5369         * elf/sprof.c (load_shobj): Don't always add load address to dynamic
5370         table entry values.  Use D_PTR.
5371         * elf/dl-reloc.c (_dl_relocate_object): Don't start profiling weird
5372         binaries without PLT.  Patches by James Mathiesen <james@curl.com>.
5374 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5376         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
5377         * sysdeps/unix/sysv/linux/ia64/sys/io.h: New file.
5378         * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: New file.
5379         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: New file.
5381 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
5383         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: New file.
5385 2000-06-16  Jes Sorensen  <jes@linuxcare.com>
5387         * sysdeps/unix/sysv/linux/ia64/xstat.c: New file.
5388         * sysdeps/unix/sysv/linux/ia64/fxstat.c: New file.
5389         * sysdeps/unix/sysv/linux/ia64/lxstat.c: New file.
5391         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: Deleted.
5393         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Update after latest
5394         kernel change.
5396         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Make __ino_t,
5397         __nlink_t and __blkcnt_t 64 bit to accomodate new kernel stat data
5398         structure.
5399         Change __fsblkcnt_t and __fsfilcnt_t to 64 bit to match kernel
5400         implementation.
5402 2000-06-15  Jes Sorensen  <jes@linuxcare.com>
5404         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Deleted.
5406 2000-06-08  Jes Sorensen  <jes@linuxcare.com>
5408         * sysdeps/unix/sysv/linux/ia64/mmap64.c: New file.
5410 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
5412         * iconv/gconv_int.h (strict gconv_module): Remove all members
5413         associated with regular expressions.  Use a simple string as the
5414         from name.
5415         * iconv/gconv_db.c: Remove code handling regular expressions.
5416         * iconv/gconv_conf.c: Likewise.
5417         * iconv/iconv_prog.c: Likewise.
5418         * iconv/gconv_builtin.h: Adjust for change in gconv_conf.c.
5420         * iconv/gconv.h (__gconv_trans_fct): Add new parameter.
5421         General namespace cleanup.
5422         (struct __gconv_trans_data): Add next field.
5423         (struct __gconv_step_data): Make __trans a pointer.
5424         * iconv/gconv_conf.c: Split out code to find gconv directories from
5425         __gconv_read_conf in new functions.
5426         * iconv/gconv_int.h: Define new data structure and declare new
5427         functions for handling of gconv directory list.
5428         * iconv/gconv_open.c: Allow more than one error handling step being
5429         used.  Call function to load error handling module if it is none
5430         of the builtin transformations.
5431         * iconv/gconv_close.c: Add code to free transliteration data.
5432         * iconv/gconv_trans.c: Add functions to load and unload modules
5433         implementing transliteration etc.
5434         * iconv/skeleton.c: Call all context functions now that more than
5435         one module is allowed.
5436         * iconv/loop.c (STANDARD_ERR_HANDLING): New macro.
5437         * iconv/gconv_simple.c: Use STANDARD_ERR_HANDLING macro for places
5438         where the full error handling using transliteration is needed.
5439         * iconvdata/8bit-gap.c: Likewise.
5440         * iconvdata/8bit-generic.c: Likewise.
5441         * iconvdata/ansi_x3.110.c: Likewise.
5442         * iconvdata/big5.c: Likewise.
5443         * iconvdata/big5hkscs.c: Likewise.
5444         * iconvdata/euc-cn.c: Likewise.
5445         * iconvdata/euc-jp.c: Likewise.
5446         * iconvdata/euc-kr.c: Likewise.
5447         * iconvdata/euc-tw.c: Likewise.
5448         * iconvdata/gbgbk.c: Likewise.
5449         * iconvdata/gbk.c: Likewise.
5450         * iconvdata/iso-2022-cn.c: Likewise.
5451         * iconvdata/iso-2022-jp.c: Likewise.
5452         * iconvdata/iso-2022-kr.c: Likewise.
5453         * iconvdata/iso646.c: Likewise.
5454         * iconvdata/iso8859-1.c: Likewise.
5455         * iconvdata/iso_6937-2.c: Likewise.
5456         * iconvdata/iso_6937.c: Likewise.
5457         * iconvdata/johab.c: Likewise.
5458         * iconvdata/sjis.c: Likewise.
5459         * iconvdata/t.61.c: Likewise.
5460         * iconvdata/uhc.c: Likewise.
5461         * iconvdata/unicode.c: Likewise.
5462         * iconvdata/utf-16.c: Likewise.
5463         * libio/iofwide.c: Reset __trans member of __gconv_trans_data
5464         structure correctly after last change.
5465         * wcsmbs/btowc.c: Likewise.
5466         * wcsmbs/mbrtowc.c: Likewise.
5467         * wcsmbs/mbsnrtowcs.c: Likewise.
5468         * wcsmbs/mbsrtowcs.c: Likewise.
5469         * wcsmbs/wcrtomb.c: Likewise.
5470         * wcsmbs/wcsnrtombs.c: Likewise.
5471         * wcsmbs/wcsrtombs.c: Likewise.
5472         * wcsmbs/wctob.c: Likewise.
5474         * localedata/Makefile: Set -Wno-format for some files since gcc does
5475         not know all the format specifiers.
5477 2000-06-18  Ulrich Drepper  <drepper@redhat.com>
5479         * locale/loadlocale.c (_nl_unload_locale): Remove a bit of
5480         unneeded code.
5481         * locale/lc-time.c (_nl_init_era_entries): Likewise.
5483 2000-06-18  Andreas Jaeger  <aj@suse.de>
5485         * sysdeps/mips/dl-machine.h: Always use $25 as jump register.
5486         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
5488 2000-06-17  Ulrich Drepper  <drepper@redhat.com>
5490         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Define and use
5491         LINUX_LINK_MAX.
5492         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
5494         * locale/programs/ld-ctype.c (ctype_output): Really write out
5495         mboutdigits information.
5496         * localedata/tst-trans.c: Add code to test printf's I flag with locale.
5497         * localedata/tst-trans.sh: Set GCONV_PATH for compilation environment.
5498         * localedata/tests/trans.def: Add outdigit information.
5500         * localedata/tst-mbswcs3.c: Remove comment.
5502         * stdio-common/vfprintf.c (vfprintf): Fix handling of I flag.
5503         * stdio-common/tiformat.c (sprint_ints): Add tests for I flag.
5504         * libio/tst_wprintf.c (main): Add test for I flag.
5506         * iconv/gconv_trans.c: Implement handling if translit_ignore.
5507         * locale/langinfo.h: Add entries for translit_ignore information.
5508         * locale/categories.def: Add entries for new LC_CTYPE elements.
5509         * locale/C-ctype.c: Add initializers for new fields.  Use NULL
5510         pointer instead of "" where possible.
5511         * locale/programs/ld-ctype.c: Write out translit_ignore information.
5512         * intl/Depend: Add localedata.
5513         * intl/tst-gettext.c: Call setlocale for LC_CTYPE.
5514         * intl/tst-gettext.sh: Set LOCPATH to localedata build dir.
5516 2000-06-16  Ulrich Drepper  <drepper@redhat.com>
5518         * locale/langinfo.h: Add entries for default_missing information.
5519         * locale/C-ctype.c: Add initializers for new fields.
5520         * iconv/gconv_trans.c: If nothing matched, try to use default_missing
5521         information.
5522         * locale/categories.h: Add entries for all LC_CTYPE values.
5523         * locale/programs/ld-ctype.c (ctype_output): Write out default_missing
5524         information.
5526         * localedata/tst-trans.c: Write out an error message if class is
5527         not found.
5529         * iconv/gconv_int.h (norm_add_slashes): Optionally add given suffix.
5530         * iconv/gconv_open.c: Remove error handling specification from `from'
5531         character set name.
5532         * intl/loadmsgcat.c (_nl_load_domain): Call norm_add_slashes with
5533         new parameter to always enable transliteration.
5534         * locale/localeinfo.h (LIMAGIC): Bump number because of incompatible
5535         change.
5536         (struct locale_data): Add new members use_translit and options.
5537         * locale/findlocale.c (_nl_find_locale): Set use_translit flag is
5538         character set name contained modifier TRANSLIT.
5539         * locale/loadlocale.c (_nl_load_locale): Initialize new use_translit
5540         and options fields.
5541         (_nl_unload_locale): Free options string if necessary.
5542         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Enable translation if
5543         the locale names suggested this.
5544         * locale/C-address.c: Add two new initialilzers to adjust data
5545         structure for new format.
5546         * locale/C-collate.c: Likewise.
5547         * locale/C-ctype.c: Likewise.
5548         * locale/C-identification.c: Likewise.
5549         * locale/C-measurement.c: Likewise.
5550         * locale/C-messages.c: Likewise.
5551         * locale/C-monetary.c: Likewise.
5552         * locale/C-name.c: Likewise.
5553         * locale/C-numeric.c: Likewise.
5554         * locale/C-paper.c: Likewise.
5555         * locale/C-telephone.c: Likewise.
5556         * locale/C-time.c: Likewise.
5558         * locale/setlocale.c: Add some more __builtin_expect.
5560 2000-06-15  Ulrich Drepper  <drepper@redhat.com>
5562         * iconv/gconv.h (__gconv_fct): Change type of fifth parameter to
5563         unsigned char **.
5564         (__gconv_init_fct): Remove two parameters.
5565         * iconv/gconv_int.h (__gconv_transliterate): Renamed from
5566         gconv_transliterate.  Remove two parameters.
5567         Change prototypes of builtin functions according to __gconv_fct change.
5568         * iconv/skeleton.c: Change type of fifth parameter.  make sure it is
5569         != NULL only during error handling.  Stop in this case after the
5570         conversion.
5571         * iconv/gconv_trans.c: Replace with real implementation for
5572         __gconv_transliterate.
5573         * iconv/gconv_open.c: Adjust for renaming of __gconv_transliterate.
5574         * iconv/gconv.c: Change calls to downstream functions once again.
5575         Use NULL for the fifth parameter instead of pointer to output buffer.
5576         * libio/iofwide.c: Likewise.
5577         * wcsmbs/btowc.c: Likewise.
5578         * wcsmbs/mbrtowc.c: Likewise.
5579         * wcsmbs/mbsnrtowcs.c: Likewise.
5580         * wcsmbs/mbsrtowcs.c: Likewise.
5581         * wcsmbs/wcrtomb.c: Likewise.
5582         * wcsmbs/wcsnrtombs.c: Likewise.
5583         * wcsmbs/wcsrtombs.c: Likewise.
5584         * wcsmbs/wctob.c: Likewise.
5585         * iconv/gconv_simple.c: Remove two parameters from error handling
5586         function call.
5587         * iconvdata/8bit-gap.c: Likewise.
5588         * iconvdata/8bit-generic.c: Likewise.
5589         * iconvdata/ansi_x3.110.c: Likewise.
5590         * iconvdata/big5.c: Likewise.
5591         * iconvdata/big5hkscs.c: Likewise.
5592         * iconvdata/euc-cn.c: Likewise.
5593         * iconvdata/euc-jp.c: Likewise.
5594         * iconvdata/euc-kr.c: Likewise.
5595         * iconvdata/euc-tw.c: Likewise.
5596         * iconvdata/gbgbk.c: Likewise.
5597         * iconvdata/gbk.c: Likewise.
5598         * iconvdata/iso-2022-cn.c: Likewise.
5599         * iconvdata/iso-2022-jp.c: Likewise.
5600         * iconvdata/iso-2022-kr.c: Likewise.
5601         * iconvdata/iso646.c: Likewise.
5602         * iconvdata/iso8859-1.c: Likewise.
5603         * iconvdata/iso_6937-2.c: Likewise.
5604         * iconvdata/iso_6937.c: Likewise.
5605         * iconvdata/johab.c: Likewise.
5606         * iconvdata/sjis.c: Likewise.
5607         * iconvdata/t.61.c: Likewise.
5608         * iconvdata/uhc.c: Likewise.
5609         * iconvdata/unicode.c: Likewise.
5610         * iconvdata/utf-16.c: Likewise.
5612 2000-06-15  Greg McGary  <greg@mcgary.org>
5614         * sysdeps/unix/make-syscalls.sh: Strip leading whitespace from lhs
5615         of callnum assignment.  Tolerate callnum expressions containing
5616         parens.
5618 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
5620         * login/Makefile (utmpd): Remove rule to build utmpd.
5622         * csu/Versions: Move libgcc frame handling functions from here...
5623         * sysdeps/unix/sysv/linux/alpha/Versions: ...to here...
5624         * sysdeps/unix/sysv/linux/arm/Versions: ...to here...
5625         * sysdeps/unix/sysv/linux/i386/Versions: ...to here...
5626         * sysdeps/unix/sysv/linux/m68k/Versions: ...to here...
5627         * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
5628         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
5629         New file.
5630         * sysdeps/mach/hurd/i386/Versions: ...and here.  New file.
5632         * locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
5634         * misc/syslog.c (vsyslog): Initialize msgoff in all cases.
5636 2000-06-14  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
5638         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
5639         compatibility.
5640         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
5641         * sysdeps/sh/sh4/fpu/fesetenv.c: Likewise.
5642         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: Likewise.
5643         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: Likewise.
5645 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
5647         * include/libc-symbols.h (link_warning): If HAVE_SECTION_QUOTES is
5648         defined, terminate quotes and read them after the comment char.
5649         * configure.in (HAVE_SECTION_QUOTES): Test whether
5650         __attribute__((section ("x"))) puts quotes around x or not.
5651         * config.h.in (HAVE_SECTION_QUOTES): Add.
5652         * configure: Rebuilt.
5654 2000-06-14  Andreas Jaeger  <aj@suse.de>
5656         * sysdeps/unix/sysv/linux/configure.in: Set libc_cv_sysconfdir
5657         depending on the configure option --sysconfdir.
5658         Closes PR libc/1762.
5659         Patch by Andreas Schwab <schwab@suse.de>.
5661         * sysdeps/mips/dl-machine.h: Pass finalizer correctly to user
5662         entry point.
5663         Reported by Jim Pick <jim@jimpick.com>.
5665 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
5667         * misc/syslog.c (vsyslog): Allow open_memstream to fail without
5668         crashing the application.  Emit some simple error message.
5669         Reported by mju@panasas.com [PR libc/1769].
5671 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
5673         * malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
5675         * crypt/Makefile (distribute): Add md5.h.
5677         * Makefile (distribute): Add include/shlib-compat.h.
5679         * Make-dist: Search for tests also in sysdeps hierachy.
5681         * crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
5682         ufc.c, speeds.c, README.ufc-crypt, and Banner.
5684         * sysdeps/sparc/Subdirs: New file.
5686         * locale/Makefile (distribute): Add weightwc.h and
5687         programs/localedef.h.
5689         * time/Makefile (distribute): Add datemsk.
5691         * sysdeps/ia64/Dist: Add softpipe.h.
5693         * sysdeps/unix/sysv/aix/Dist: New file.
5695         * posix/setpgrp.c: Moved to...
5696         * sysdeps/generic/setpgrp.c: ...here.  New file.
5697         * io/mknod.c: Moved to...
5698         * sysdeps/generic/mknod.c: ...here.  New file.
5700         * sysdeps/unix/sysv/linux/ia64/Dist: New file.
5702         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/procfs.h.
5704         * sysdeps/unix/sysv/linux/arm/Dist: Add oldgetrlimit64.c.
5706         * sysdeps/powerpc/Dist: Add fprrest.S, fprsave.S, gprsave1.S,
5707         gprsave0.S, gprrest1.S, and gprrest0.S.
5709         * sysdeps/generic/Dist: Add bp-thunks.h, bp-sym.h, and bp-start.h.
5711         * posix/Makefile (routines): Add spawnattr_getsigmask,
5712         spawnattr_getschedpolicy, spawnattr_getschedparam,
5713         spawnattr_setsigmask, spawnattr_setschedpolicy, and
5714         spawnattr_setschedparam.
5715         * posix/Versions: Add posix_spawnattr_getschedpolicy,
5716         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam, and
5717         posix_spawnattr_setschedparam.
5719         * posix/spawnattr_setschedparam.c: Fix typo.
5721         * posix/spawnattr_setsigmask.c (posix_spawnattr_setsigmask):
5722         Correct typo.
5724         * login/programs/utmpd.c: Removed.
5725         * login/programs/utmpd.h: Removed.
5726         * login/programs/utmpd-private.h: Removed.
5728         * Makefile (distribute): Add include/db_185.h and include/db.h.
5730         * iconvdata/Makefile (distribute): Add iso-ir-165.c and
5731         iso-ir-165.h.
5733         * elf/Makefile (distribute): Add missing files.
5735         * dlfcn/Makefile: Add back rules to include eval in libdl.so.
5736         * elf/eval.c: Moved to...
5737         * dlfcn/eval.c: ...here.  New file.
5739         * Makefile (distribute): Also distribute ChangeLog.1?.
5741         * Make-dist (+tsrcs): Remove .args handling here as well.
5743         * rt/Makefile (tests): Add tst-timer.
5744         * sysdeps/generic/tst-timer.c: New file.
5746         * Makerules (sources): Don't add BP sources here.
5748         * login/Makefile (distribute): Remove xtmp.h.
5750         * iconv/iconv_prog.c (main): Fix appending slashes if omit_invalid
5751         is true.  Reported by Bruno Haible <haible@ilog.fr>.
5753 2000-06-13  Andreas Jaeger  <aj@suse.de>
5755         * sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
5756         Patch by Ralf Baechle <ralf@gnu.org>.
5758 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
5760         * sysdeps/unix/sysv/linux/syscalls.list: Add parameter information
5761         for mincore syscall.
5763         * misc/sys/cdefs.h: Define __bounded and __unbounded if
5764         __BOUNDED_POINTERS__ is not defined.
5766 2000-06-07  Greg McGary  <greg@mcgary.org>
5768         * sysdeps/generic/bp-sym.h: New file.
5769         * sysdeps/generic/bp-start.h: New file.
5770         * sysdeps/i386/elf/start.S: Designate BP symbols.
5771         * sysdeps/generic/libc-start.c: Wrap bounds around
5772         argv & envp and each of their string members.
5774 2000-06-07  Greg McGary  <greg@mcgary.org>
5776         * sysdeps/unix/make-syscalls.sh: Add comments to
5777         output that aid debugging & comprehension.
5778         Map simple syscall signatures to number of args.
5779         Generate BP syscall thunk definitions.
5780         * sysdeps/generic/bp-thunks.h: New file.
5781         * sysdeps/unix/syscalls.list: Replace arg-count with
5782         simple return+arg signature.
5783         * sysdeps/unix/common/syscalls.list: Likewise.
5784         * sysdeps/unix/inet/syscalls.list: Likewise.
5785         * sysdeps/unix/mman/syscalls.list: Likewise.
5786         * sysdeps/unix/sysv/syscalls.list: Likewise.
5787         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5788         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
5790 2000-06-07  Greg McGary  <greg@mcgary.org>
5792         * Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers
5793         for all files *.[cS].
5794         (CFLAGS-.ob): Don't optimize sibling calls.
5795         (bppfx): New variable.
5796         * Makerules (elide-bp-thunks): New variable.
5797         (elide-routines.*): Elide BP-* files for all but *.ob.
5798         (sources): Include bp-thunks.
5800 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
5802         * iconv/gconv_simple.c: Remove unnecessary prototype.
5804         * iconv/gconv_trans.c: Pretty print.
5806         * elf/elf.h (R_SH_NUM): Got accidently dropped.
5808         * sysdeps/unix/sysv/linux/configure.in: Improve handling of
5809         minimal kernel versions.  Add information about IA-64 kernel.
5811         * sysdeps/unix/sysv/linux/configure.in: Allow architecture
5812         specific minimal supported kernel versions to be specified.
5814         * libio/iofwide.c (_IO_fwide): Initialize transliteration part of
5815         step data structure.
5816         * wcsmbs/btowc.c: Likewise.
5817         * wcsmbs/mbrtowc.c: Likewise.
5818         * wcsmbs/mbsnrtowcs.c: Likewise.
5819         * wcsmbs/mbsrtowcs.c: Likewise.
5820         * wcsmbs/wcrtomb.c: Likewise.
5821         * wcsmbs/wcsnrtombs.c: Likewise.
5822         * wcsmbs/wcsrtombs.c: Likewise.
5823         * wcsmbs/wctob.c: Likewise.
5825         * sysdeps/unix/sysv/linux/sh/Dist: There is no ioperm file.
5826         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: Removed.
5828         * shlib-versions: Earliest backward compatible version for SH is 2.2.
5830         * misc/sys/cdefs.h: Remove one more __P.
5832         * sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C.
5833         Reported by HJ Lu.
5835         * sysdeps/sh/sh3/bits/setjmp.h: Removed.
5836         * sysdeps/sh/sh4/bits/setjmp.h: Moved to...
5837         * sysdeps/sh/bits/setjmp.h: ...here.  New file.
5839 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
5840             Yutaka Niibe  <gniibe@chroot.org>
5842         * configure.in: Add machine sh3, sh4.
5843         * elf/elf.h: Add SH specific declarations of relocations.
5844         * shlib-versions: Add sh*-*-linux* cases.
5846 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
5848         * sysdeps/sh/sh3/bsd-_setjmp.S: Move to...
5849         * sysdeps/sh/bsd-_setjmp.S: ...here.  New file.
5850         * sysdeps/sh/sh4/bsd-_setjmp.S: Removed.
5851         * sysdeps/sh/sh3/bsd-setjmp.S: Move to...
5852         * sysdeps/sh/bsd-setjmp.S: ...here.  New file.
5853         * sysdeps/sh/sh4/bsd-setjmp.S: Removed.
5855         * sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro
5856         instead of KERNEL_MATH_EMULATION.
5857         * sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not
5858         KERNEL_MATH_EMULATION.
5860         * sysdeps/sh/Dist: Removed.  There is no ieee754.h file.
5861         * sysdeps/sh/sh3/dl-machine.h: Moved to...
5862         * sysdeps/sh/dl-machine.h: ...here.  New file.
5863         * sysdeps/sh/sh4/dl-machine.h: Simply define KERNEL_MATH_EMULATION
5864         and include generic SH version.
5865         * sysdeps/sh/sh3/bits/endian.h: Move to...
5866         * sysdeps/sh/bits/endian.h: ...here.  New file.
5867         * sysdeps/sh/sh4/bits/endian.h: Removed.
5868         * sysdeps/sh/sh3/bits/huge_val.h: Move to...
5869         * sysdeps/sh/bits/huge_val.h: ...here.  New file.
5870         * sysdeps/sh/sh4/bits/huge_val.h: Removed.
5872         * include/libc-symbols.h (link_warning): Work around a change in
5873         GAS which warns about changing section attributes.
5874         Proposed by Nick Clifton <nickc@redhat.com>.
5876 2000-06-12  H.J. Lu  <hjl@gnu.org>
5878         * sysdeps/i386/fpu/bits/mathinline.h (__sgn1l): Add __extension__.
5880 2000-06-11  H.J. Lu  <hjl@gnu.org>
5882         * sysdeps/i386/fpu/Versions: New file.
5884 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
5886         * iconv/gconv.h (__gconv_trans_context_fct): Remove two
5887         parameters.
5888         * iconv/skeleton.c (FUNCTION_NAME): Call __trans_context_fct if it
5889         exists.
5891 2000-06-12  Jes Sorensen  <jes@linuxcare.com>
5893         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
5894         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: New file.
5895         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: New file.
5897         * sysdeps/unix/sysv/linux/ia64/fxstat64.c: New file.
5898         * sysdeps/unix/sysv/linux/ia64/lxstat64.c: New file.
5899         * sysdeps/unix/sysv/linux/ia64/xstat64.c: New file.
5901 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
5902             Yutaka Niibe  <gniibe@chroot.org>
5904         * sysdeps/sh/Dist: New file.
5905         * sysdeps/sh/Implies: New file.
5906         * sysdeps/sh/elf/initfini.c: New file.
5907         * sysdeps/sh/gmp-mparam.h: New file.
5908         * sysdeps/sh/init-first.c: New file.
5909         * sysdeps/sh/machine-gmon.h: New file.
5910         * sysdeps/sh/memcpy.S: New file.
5911         * sysdeps/sh/memprof.h: New file.
5912         * sysdeps/sh/memset.S: New file.
5913         * sysdeps/sh/sh3/__longjmp.S: New file.
5914         * sysdeps/sh/sh3/bits/endian.h: New file.
5915         * sysdeps/sh/sh3/bits/huge_val.h: New file.
5916         * sysdeps/sh/sh3/bits/setjmp.h: New file.
5917         * sysdeps/sh/sh3/bsd-_setjmp.S: New file.
5918         * sysdeps/sh/sh3/bsd-setjmp.S: New file.
5919         * sysdeps/sh/sh3/dl-machine.h: New file.
5920         * sysdeps/sh/sh3/setjmp.S: New file.
5921         * sysdeps/sh/sh4/__longjmp.S: New file.
5922         * sysdeps/sh/sh4/bits/endian.h: New file.
5923         * sysdeps/sh/sh4/bits/huge_val.h: New file.
5924         * sysdeps/sh/sh4/bits/setjmp.h: New file.
5925         * sysdeps/sh/sh4/bsd-_setjmp.S: New file.
5926         * sysdeps/sh/sh4/bsd-setjmp.S: New file.
5927         * sysdeps/sh/sh4/dl-machine.h: New file.
5928         * sysdeps/sh/sh4/fpu/bits/fenv.h: New file.
5929         * sysdeps/sh/sh4/fpu/bits/huge_val.h: New file.
5930         * sysdeps/sh/sh4/fpu/bits/mathdef.h: New file.
5931         * sysdeps/sh/sh4/fpu/fclrexcpt.c: New file.
5932         * sysdeps/sh/sh4/fpu/fegetenv.c: New file.
5933         * sysdeps/sh/sh4/fpu/fegetround.c: New file.
5934         * sysdeps/sh/sh4/fpu/feholdexcpt.c: New file.
5935         * sysdeps/sh/sh4/fpu/fesetenv.c: New file.
5936         * sysdeps/sh/sh4/fpu/fesetround.c: New file.
5937         * sysdeps/sh/sh4/fpu/fpu_control.h: New file.
5938         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: New file.
5939         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: New file.
5940         * sysdeps/sh/sh4/fpu/ftestexcept.c: New file.
5941         * sysdeps/sh/sh4/fpu/libm-test-ulps: New file.
5942         * sysdeps/sh/sh4/setjmp.S: New file.
5943         * sysdeps/sh/elf/start.S: New file.
5944         * sysdeps/sh/sys/ucontext.h: New file.
5945         * sysdeps/sh/strlen.S: New file.
5946         * sysdeps/sh/sysdep.h: New file.
5947         * sysdeps/unix/sh/sysdep.S: New file.
5948         * sysdeps/unix/sh/sysdep.h: New file.
5949         * sysdeps/unix/sysv/linux/sh/Dist: New file.
5950         * sysdeps/unix/sysv/linux/sh/Makefile: New file.
5951         * sysdeps/unix/sysv/linux/sh/Versions: New file.
5952         * sysdeps/unix/sysv/linux/sh/bits/mman.h: New file.
5953         * sysdeps/unix/sysv/linux/sh/bits/resource.h: New file.
5954         * sysdeps/unix/sysv/linux/sh/brk.c: New file.
5955         * sysdeps/unix/sysv/linux/sh/chown.c: New file.
5956         * sysdeps/unix/sysv/linux/sh/clone.S: New file.
5957         * sysdeps/unix/sysv/linux/sh/fchown.c: New file.
5958         * sysdeps/unix/sysv/linux/sh/fxstat.c: New file.
5959         * sysdeps/unix/sysv/linux/sh/getegid.c: New file.
5960         * sysdeps/unix/sysv/linux/sh/geteuid.c: New file.
5961         * sysdeps/unix/sysv/linux/sh/getgroups.c: New file.
5962         * sysdeps/unix/sysv/linux/sh/getresgid.c: New file.
5963         * sysdeps/unix/sysv/linux/sh/getresuid.c: New file.
5964         * sysdeps/unix/sysv/linux/sh/getrlimit.c: New file.
5965         * sysdeps/unix/sysv/linux/sh/getrlimit64.c: New file.
5966         * sysdeps/unix/sysv/linux/sh/getuid.c: New file.
5967         * sysdeps/unix/sysv/linux/sh/lchown.c: New file.
5968         * sysdeps/unix/sysv/linux/sh/lxstat.c: New file.
5969         * sysdeps/unix/sysv/linux/sh/msgctl.c: New file.
5970         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: New file.
5971         * sysdeps/unix/sysv/linux/sh/pipe.S: New file.
5972         * sysdeps/unix/sysv/linux/sh/profil-counter.h: New file.
5973         * sysdeps/unix/sysv/linux/sh/semctl.c: New file.
5974         * sysdeps/unix/sysv/linux/sh/setegid.c: New file.
5975         * sysdeps/unix/sysv/linux/sh/seteuid.c: New file.
5976         * sysdeps/unix/sysv/linux/sh/setfsgid.c: New file.
5977         * sysdeps/unix/sysv/linux/sh/setfsuid.c: New file.
5978         * sysdeps/unix/sysv/linux/sh/setgid.c: New file.
5979         * sysdeps/unix/sysv/linux/sh/setgroups.c: New file.
5980         * sysdeps/unix/sysv/linux/sh/setregid.c: New file.
5981         * sysdeps/unix/sysv/linux/sh/setresgid.c: New file.
5982         * sysdeps/unix/sysv/linux/sh/setresuid.c: New file.
5983         * sysdeps/unix/sysv/linux/sh/setreuid.c: New file.
5984         * sysdeps/unix/sysv/linux/sh/setrlimit.c: New file.
5985         * sysdeps/unix/sysv/linux/sh/setuid.c: New file.
5986         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: New file.
5987         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: New file.
5988         * sysdeps/unix/sysv/linux/sh/shmctl.c: New file.
5989         * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: New file.
5990         * sysdeps/unix/sysv/linux/sh/socket.S: New file.
5991         * sysdeps/unix/sysv/linux/sh/sys/io.h: New file.
5992         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
5993         * sysdeps/unix/sysv/linux/sh/sys/user.h: New file.
5994         * sysdeps/unix/sysv/linux/sh/syscalls.list: New file.
5995         * sysdeps/unix/sysv/linux/sh/sysdep.S: New file.
5996         * sysdeps/unix/sysv/linux/sh/sysdep.h: New file.
5997         * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
5998         * sysdeps/unix/sysv/linux/sh/xstat.c: New file.
6000 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
6002         * Rules (%.out): Define GCONV_PATH in the environment.
6003         * assert/Depend: New file.
6004         * iconvdata/Depend: New file.
6005         * intl/Depend: New file.
6006         * timezone/Makefile (build-testdata): Add GCONV_PATH to environment.
6007         * intl/tst-gettext.sh: Likewise.
6008         * iconv/Makefile (routines): Add gconv_trans.
6009         * iconv/gconv_trans.c: New file.
6010         * iconv/gconv.h (struct __gconv_trans_data): New type.
6011         (__gconv_fct): New parameter with starting position in output buffer.
6012         (__gconv_trans_fct, __gconv_trans_context_fct, __gconv_trans_query_fct,
6013         __gconv_trans_init_fct, __gconv_trans_end_fct): New types.
6014         (struct __gconv_step): Add new member __trans.
6015         * iconv/gconv_int.h: Pretty print prototypes.
6016         (gconv_transliterate): New prototype.
6017         (__BUILTIN_TRANS): Update for new conversion function interface.
6018         * iconv/gconv.c (__gconv): Pass new parameter to conversion function.
6019         * iconv/gconv_open.c (__gconv_open): Recognize error handling suffix
6020         in names, find appropriate function, and install in the conversion
6021         steps it can be used.
6022         * iconv/skeleton.c: Add additional parameter for beginning of output
6023         buffer.  Change calls of downstream functions.
6024         * iconv/loop.c: Change loop function interface completely.  Pass in
6025         step and step_data structure.  Remove optimization for BODY with
6026         NEED_LENGTH_TEST == 0.
6027         * iconv/gconv_simple.c: Update interfaces of functions.  Insert
6028         appropriate error handling code to use transliteration steps.  Remove
6029         optimization for BODY with NEED_LENGTH_TEST == 0.
6030         * iconvdata/8bit-gap.c: Likewise.
6031         * iconvdata/8bit-generic.c: Likewise.
6032         * iconvdata/ansi_x3.110.c: Likewise.
6033         * iconvdata/big5.c: Likewise.
6034         * iconvdata/big5hkscs.c: Likewise.
6035         * iconvdata/euc-cn.c: Likewise.
6036         * iconvdata/euc-jp.c: Likewise.
6037         * iconvdata/euc-kr.c: Likewise.
6038         * iconvdata/euc-tw.c: Likewise.
6039         * iconvdata/gbgbk.c: Likewise.
6040         * iconvdata/gbk.c: Likewise.
6041         * iconvdata/iso-2022-cn.c: Likewise.
6042         * iconvdata/iso-2022-jp.c: Likewise.
6043         * iconvdata/iso-2022-kr.c: Likewise.
6044         * iconvdata/iso646.c: Likewise.
6045         * iconvdata/iso8859-1.c: Likewise.
6046         * iconvdata/iso_6937-2.c: Likewise.
6047         * iconvdata/iso_6937.c: Likewise.
6048         * iconvdata/johab.c: Likewise.
6049         * iconvdata/sjis.c: Likewise.
6050         * iconvdata/t.61.c: Likewise.
6051         * iconvdata/uhc.c: Likewise.
6052         * iconvdata/unicode.c: Likewise.
6053         * iconvdata/utf-16.c: Likewise.
6054         * libio/iofwide.c: Adjust to new interface of gconv functions.  Use
6055         DL_CALL_FCT.
6056         * wcsmbs/btowc.c: Likewise.
6057         * wcsmbs/mbrtowc.c: Likewise.
6058         * wcsmbs/mbsnrtowcs.c: Likewise.
6059         * wcsmbs/mbsrtowcs.c: Likewise.
6060         * wcsmbs/wcrtomb.c: Likewise.
6061         * wcsmbs/wcsnrtombs.c: Likewise.
6062         * wcsmbs/wcsrtombs.c: Likewise.
6063         * wcsmbs/wctob.c: Likewise.
6065 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
6067         * sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the
6068         other header files.  Mention about 128-byte cache line sizes.
6069         (__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt.
6070         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update
6071         for current calling sequence.
6072         * sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.
6074         * sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
6075         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
6077         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
6078         and setrlimit syscalls for backwards compatibility.
6080 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
6082         * iconv/skeleton.c:  Rename converted written to correcter name
6083         irreversible.
6084         * iconv/gconv.c: Rename converted variable to correcter name
6085         irreversible.
6086         * iconv/gconv_int.h: Likewise.
6087         * iconv/gconv_simple.c: Likewise.
6088         * iconv/iconv.c: Likewise.
6089         * iconv/loop.c: Likewise.
6090         * iconvdata/8bit-gap.c: Likewise.
6091         * iconvdata/8bit-generic.c: Likewise.
6092         * iconvdata/ansi_x3.110.c: Likewise.
6093         * iconvdata/big5.c: Likewise.
6094         * iconvdata/big5hkscs.c: Likewise.
6095         * iconvdata/euc-cn.c: Likewise.
6096         * iconvdata/euc-jp.c: Likewise.
6097         * iconvdata/euc-kr.c: Likewise.
6098         * iconvdata/gbgbk.c: Likewise.
6099         * iconvdata/gbk.c: Likewise.
6100         * iconvdata/iso-2022-cn.c: Likewise.
6101         * iconvdata/iso-2022-jp.c: Likewise.
6102         * iconvdata/iso-2022-kr.c: Likewise.
6103         * iconvdata/iso646.c: Likewise.
6104         * iconvdata/iso8859-1.c: Likewise.
6105         * iconvdata/iso_6937-2.c: Likewise.
6106         * iconvdata/iso_6937.c: Likewise.
6107         * iconvdata/johab.c: Likewise.
6108         * iconvdata/sjis.c: Likewise.
6109         * iconvdata/t.61.c: Likewise.
6110         * iconvdata/uhc.c: Likewise.
6111         * iconvdata/unicode.c: Likewise.
6112         * iconvdata/utf-16.c: Likewise.
6114         * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark
6115         __cmsg_data field with __extension__.
6117 2000-06-10  David Mosberger  <davidm@hpl.hp.com>
6119         * sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.
6121 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
6123         * iconv/gconv_simple.c: Fix various small bugs in several
6124         functions.
6126         * iconv/loop.c: Fix comment.
6128 2000-06-10  Jakub Jelinek  <jakub@redhat.com>
6130         * elf/link.h: Remove libc internal declarations.
6131         * include/link.h: Move them here.
6133 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
6135         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: New file.
6136         Patch by Dan Pop <Dan.Pop@cern.ch>.
6138         Rewrite error message handling.
6139         * elf/dl-deps.c (_dl_map_object_deps): Pass new parameter to
6140         _dl_catch_error.
6141         * elf/dl-error (struct catch): Add objname member.
6142         (_dl_signal_error): Take new parameter with object name.  When
6143         passing message on simply store object name and duplicate error
6144         message.
6145         (_dl_catch_error): Take new parameter.  Store object name in the
6146         place pointed to.
6147         * include/dlfcn.h: Adjust _dl_catch_error prototype.
6148         * sysdeps/generic/ldsodefs.h: Adjust _dl_signal_error prototype.
6149         * dlfcn/dlerror.c (struct dl_action_result): Add objname member.
6150         (dlerror): Add objname to asprintf() parameters.
6151         (_dl_error_run): Pass new parameter to _dl_catch_error.
6152         * elf/dl-libc.c (dlerror_run): Pass new parameter to _dl_catch_error.
6153         * elf/dl-open.c (_dl_open): Likewise.
6154         * elf/rtld.c (dl_main): Likewise.
6155         * elf/dl-close.c: Mark error messages with N_().
6156         * elf/dl-deps.c: Likewise.
6157         * elf/dl-error.c: Likewise.
6158         * elf/dl-load.c: Likewise.
6159         * elf/dl-open.c: Likewise.
6160         * elf/dl-reloc.c: Likewise.
6161         * elf/dl-support.c: Likewise.
6162         * elf/dl-sym.c: Likewise.
6163         * elf/dl-version.c: Likewise.
6164         * elf/dl-lookup.c: Add comments about problems with error message
6165         translations.
6166         * elf/dl-reloc.c: Likewise.
6167         * elf/dl-version.c: Likewise.
6169 2000-06-09  H.J. Lu  <hjl@gnu.org>
6171         * dlfcn/dlerror.c (_dlerror_run): Set result->errstring to NULL
6172         after freeing it.
6174         * dlfcn/Makefile (distribute): Add failtestmod.c.
6175         (tests): Add failtest.
6176         Add rules to build and run failtest.
6177         * dlfcn/failtest.c: New file.
6178         * dlfcn/failtestmod.c: New file.
6180 2000-06-09  David Mosberger-Tang  <davidm@hpl.hp.com>
6182         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: new file
6183         * sysdeps/unix/sysv/linux/ia64/bsd-_setjmp.S: new file
6184         * sysdeps/unix/sysv/linux/ia64/bsd-setjmp.S: new file
6185         * sysdeps/unix/sysv/linux/ia64/setjmp.S: new file
6186         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: new file
6188 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
6190         * sysdeps/unix/sysv/linux/ia64/brk.S: New file.
6191         * sysdeps/unix/sysv/linux/ia64/pipe.S: New file.
6193 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
6194             Ulrich Drepper  <drepper@redhat.com>
6196         * sysdeps/unix/sysv/linux/ia64/sigaction.c: New file.
6197         * sysdeps/unix/sysv/linux/ia64/sigpending.c: New file.
6198         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: New file.
6199         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: New file.
6200         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: New file.
6201         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: New file.
6203 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
6205         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Try harder
6206         to find correct mount point despite wrong information from the
6207         kernel.
6209 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
6211         * elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain
6212         the address of a symbol so function pointers are handled properly.
6214 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
6216         * sysdeps/i386/Dist: Add bp-asm.h.
6218         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
6219         defaultdir variable instead of "/var/shm" everywhere.
6220         (defaultdir): Change to /dev/shm/.
6222 2000-06-08  Greg McGary  <greg@mcgary.org>
6224         * sysdeps/i386/bp-asm.h: New file.
6225         * sysdeps/i386/__longjmp.S: Define & use symbolic argument stack
6226         offsets.  Add ENTER/LEAVE macros for optionally maintaining
6227         frame-pointer chain when debugging.
6228         * sysdeps/i386/add_n.S: Likewise.
6229         * sysdeps/i386/addmul_1.S: Likewise.
6230         * sysdeps/i386/lshift.S: Likewise.
6231         * sysdeps/i386/memchr.S: Likewise.
6232         * sysdeps/i386/memcmp.S: Likewise.
6233         * sysdeps/i386/mul_1.S: Likewise.
6234         * sysdeps/i386/rawmemchr.S: Likewise.
6235         * sysdeps/i386/rshift.S: Likewise.
6236         * sysdeps/i386/stpcpy.S: Likewise.
6237         * sysdeps/i386/stpncpy.S: Likewise.
6238         * sysdeps/i386/strchr.S: Likewise.
6239         * sysdeps/i386/strchrnul.S: Likewise.
6240         * sysdeps/i386/strcspn.S: Likewise.
6241         * sysdeps/i386/strpbrk.S: Likewise.
6242         * sysdeps/i386/strrchr.S: Likewise.
6243         * sysdeps/i386/strspn.S: Likewise.
6244         * sysdeps/i386/strtok.S: Likewise.
6245         * sysdeps/i386/sub_n.S: Likewise.
6246         * sysdeps/i386/submul_1.S: Likewise.
6247         * sysdeps/i386/elf/setjmp.S: Likewise.
6248         * sysdeps/i386/i486/strcat.S: Likewise.
6249         * sysdeps/i386/i486/strlen.S: Likewise.
6250         * sysdeps/i386/i586/add_n.S: Likewise.
6251         * sysdeps/i386/i586/lshift.S: Likewise.
6252         * sysdeps/i386/i586/memcpy.S: Likewise.
6253         * sysdeps/i386/i586/memset.S: Likewise.
6254         * sysdeps/i386/i586/rshift.S: Likewise.
6255         * sysdeps/i386/i586/strchr.S: Likewise.
6256         * sysdeps/i386/i586/strcpy.S: Likewise.
6257         * sysdeps/i386/i586/strlen.S: Likewise.
6258         * sysdeps/i386/i586/sub_n.S: Likewise.
6259         * sysdeps/i386/i686/add_n.S: Likewise.
6260         * sysdeps/i386/i686/memcpy.S: Likewise.
6261         * sysdeps/i386/i686/mempcpy.S: Likewise.
6262         * sysdeps/i386/i686/memset.S: Likewise.
6263         * sysdeps/i386/i686/strcmp.S: Likewise.
6265 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
6267         * sysdeps/unix/sysv/linux/getdtsz.c: New file.
6269         * sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as
6270         256 and don't use OPEN_MAX.
6272         * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and
6273         use it instead of LINK_MAX.
6274         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
6276 2000-06-08  Andreas Jaeger  <aj@suse.de>
6278         * libio/genops.c (_IO_list_lock): Only compile body if we're
6279         thread safe.
6280         (_IO_list_unlock): Likewise.
6281         (_IO_list_resetlock): Likewise.
6283 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
6285         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine OPEN_MAX
6286         unless user defined it.
6288         * sysdeps/unix/sysv/linux/bits/local_lim.h: Also undefine LINK_MAX
6289         if not defined by the user.
6291         * libio/iofwrite_u.c (fwrite_unlocked): Remove obsolete comment.
6292         * libio/iofwrite.c (_IO_fwrite): Likewise.
6294         * time/time.h: Add missing __THROW for clock_getcpuclockid
6295         prototype.
6297         * elf/Makefile (distribute): Add dl-dtprocnum.h.
6298         * include/elf.h: Include also <dl-dtprocnum.h>.
6299         * elf/dl-deps.c: Likewise.
6300         * elf/dl-lookup.c: Likewise.
6301         * elf/dl-runtime.c: Likewise.
6302         * elf/dl-version.c: Likewise.
6303         * elf/do-rel.h: Likewise.
6304         * elf/dynamic-link.h: Likewise.
6305         * elf/link.h: Likewise.
6306         * elf/rtld.c: Likewise.
6307         * sysdeps/generic/dl-dtprocnum.h: New file.
6308         * sysdeps/ia64/dl-dtprocnum.h: New file.
6309         * sysdeps/mips/dl-dtprocnum.h: New file.
6310         * sysdeps/sparc/dl-dtprocnum.h: New file.
6312         * sysdeps/i386/dl-machine.h: Add more __builtin_expect.
6314         * elf/do-lookup.h: Add some __builtin_expect.
6316         * dlfcn/dlfcn.h: Pretty print dladdr declaraction.
6318         * elf/rtld.c (process_envvars): Recognize LD_DYNAMIC_WEAK.
6319         (_dl_dynamic_weak): New variable.
6320         * elf/dl-support.c: Likewise.
6321         * sysdeps/generic/ldsodefs.h: Declare _dl_dynamic_weak.
6322         * elf/do-lookup.h: If we find a weak definition treat it like a
6323         normal symbol unless _dl_dynamic_weak is nonzero.  In the latter
6324         case treat it like before.
6326         * elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
6327         is in main program.
6328         * elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
6330         * elf/dl-addr.c (_dl_addr): Do exact testing of address range
6331         using l_map_start and l_map_end.
6333         * elf/dl-version.c: Add __builtin_expect in many places.
6335         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
6336         Update.
6338 2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>
6340         Lock for stdio stream list becomes global, for use in LinuxThreads.
6342         * libio/genops.c (_IO_iter_begin, _IO_iter_end,
6343         _IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
6344         _IO_list_resetlock): New interface for iterating global list of
6345         streams without accessing the _IO_list_all global variable,
6346         and for manipulating the lock which protects this list.
6347         * libio/libioP.h: Likewise.
6348         * libio/Version: Add entries for the new functions.
6350         * libio/libioP.h (_IO_ITER): New typedef, just an alias for
6351         pointer to _IO_FILE.
6353 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
6355         * locale/programs/ld-ctype.c (set_class_defaults): Several uses of
6356         BIT() must actually be BITw().
6358         * locale/programs/ld-ctype.c: Handle SP and space consistently.
6360         * locale/programs/charmap.c: Allow string arguments for
6361         code_set_name and repertoiremap.
6363 2000-06-07  Andreas Jaeger  <aj@suse.de>
6365         * elf/Makefile: Build ldconfig only when building shared libraries.
6367 2000-06-07  Jakub Jelinek  <jakub@redhat.com>
6369         * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
6370         __USE_ISOC99.
6371         (fdimf, __fdim, fdim): Likewise.
6373 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
6375         * locale/findlocale.c: Add __builtin_expect in many places.
6376         * locale/loadlocale.c: Likewise.
6378 2000-06-06  Greg McGary  <greg@mcgary.org>
6380         * sysdeps/mips/elf/start.S: Trim redundant code.
6382         * sysdeps/powerpc/memset.S: Define & use symbolic register names.
6383         Use C comments throughout.  Line up operands column with tabs.
6384         * sysdeps/powerpc/strchr.S: Likewise.
6385         * sysdeps/powerpc/strcmp.S: Likewise.
6386         * sysdeps/powerpc/strcpy.S: Likewise.
6387         * sysdeps/powerpc/strlen.S: Likewise.
6389         * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]:
6390         Get low part of &__curbrk with @l.
6392 2000-06-06  Ulrich Drepper  <drepper@redhat.com>
6394         * iconvdata/utf-16.c: Add __builtin_expect in many places.
6395         * iconvdata/unicode.c: Likewise.
6396         * iconvdata/uhc.c: Likewise.
6397         * iconvdata/t.61.c: Likewise.
6398         * iconvdata/sjis.c: Likewise.
6399         * iconvdata/johab.c: Likewise.
6400         * iconvdata/iso_6937.c: Likewise.
6401         * iconvdata/iso_6937-2.c: Likewise.
6402         * iconvdata/iso8859-1.c: Likewise.
6403         * iconvdata/iso646.c: Likewise.
6404         * iconvdata/iso-2022-kr.c: Likewise.
6405         * iconvdata/iso-2022-jp.c: Likewise.
6406         * iconvdata/iso-2022-cn.c: Likewise.
6407         * iconvdata/gbgbk.c: Likewise.
6408         * iconvdata/gbk.c: Likewise.
6409         * iconvdata/euc-kr.c: Likewise.
6410         * iconvdata/euc-jp.c: Likewise.
6411         * iconvdata/euc-cn.c: Likewise.
6413 2000-06-05  Ulrich Drepper  <drepper@redhat.com>
6415         * iconvdata/big5hkscs.c: Add __builtin_expect in many places.
6416         * iconvdata/big5.c: Likewise.
6417         * iconvdata/ansi_x3.110.c: Likewise.
6418         * iconvdata/8bit-generic.c: Likewise.
6419         * iconvdata/8bit-gap.c: Likewise.
6420         * iconv/loop.c: Likewise.
6421         * iconv/gconv_db.c: Likewise.
6422         * iconv/gconv_dl.c: Likewise.
6423         * iconv/gconv_simple.c: Likewise.
6424         * iconv/skeleton.c: Likewise.
6426         * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define.
6427         (struct __gconv_step_data): Rename __is_last to __flags.
6428         * iconv/gconv_close.c: Change all uses of __is_last.
6429         * iconv/skeleton.c: Likewise.
6430         * iconvdata/iso-2022-cn.c: Likewise.
6431         * iconvdata/iso-2022-jp.c: Likewise.
6432         * iconvdata/iso-2022-kr.c: Likewise.
6433         * iconv/gconv_open.c: Likewise.  Avoid unneeded initializations.
6434         Recognize IGNORE error handling, set flag, and remove from name.
6435         * iconv/loop.c (ignore_errors_p): Define.
6436         Add flags parameter to both functions.
6437         * iconv/skeleton.c: Pass flags to all conversion functions.
6438         * iconv/gconv_simple.c: Add flags parameter to all functions.
6439         Don't return error for invald error if ignore flag is set.
6440         (ucs4_internal_loop_single): Add missing pointer increment.
6441         (internal_ucs4le_loop_single): Likewise.
6442         * iconv/iconv_prog.c: Implement handling of -c parameter.
6443         * iconvdata/8bit-gap.c: Don't return error for invald error if
6444         ignore flag is set.
6445         * iconvdata/8bit-generic.c: Likewise.
6446         * iconvdata/ansi_x3.110.c: Likewise.
6447         * iconvdata/big5.c: Likewise.
6448         * iconvdata/big5hkscs.c: Likewise.
6449         * iconvdata/euc-cn.c: Likewise.
6450         * iconvdata/euc-jp.c: Likewise.
6451         * iconvdata/euc-kr.c: Likewise.
6452         * iconvdata/gbgbk.c: Likewise.
6453         * iconvdata/gbk.c: Likewise.
6454         * iconvdata/iso-2022-cn.c: Likewise.
6455         * iconvdata/iso-2022-jp.c: Likewise.
6456         * iconvdata/iso-2022-kr.c: Likewise.
6457         * iconvdata/iso646.c: Likewise.
6458         * iconvdata/iso8859-1.c: Likewise.
6459         * iconvdata/iso_6937-2.c: Likewise.
6460         * iconvdata/iso_6937.c: Likewise.
6461         * iconvdata/johab.c: Likewise.
6462         * iconvdata/sjis.c: Likewise.
6463         * iconvdata/t.61.c: Likewise.
6464         * iconvdata/uhc.c: Likewise.
6465         * iconvdata/unicode.c: Likewise.
6466         * iconvdata/utf-16.c: Likewise.
6467         * libio/fileops.c: Likewise.
6468         * libio/iofwide.c: Likewise.
6469         * wcsmbs/btowc.c: Likewise.
6470         * wcsmbs/mbrtowc.c: Likewise.
6471         * wcsmbs/mbsnrtowcs.c: Likewise.
6472         * wcsmbs/mbsrtowcs.c: Likewise.
6473         * wcsmbs/wcrtomb.c: Likewise.
6474         * wcsmbs/wcsnrtombs.c: Likewise.
6475         * wcsmbs/wcsrtombs.c: Likewise.
6476         * wcsmbs/wctob.c: Likewise.
6478         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Undo *s change in all cases of
6479         an error.
6481 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
6483         * iconv/gconv_dl.c (do_release_shlib): Don't reset reference
6484         counter for the object we are releasing, just decrement it.
6485         Patch by Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>.
6487 2000-06-04  Jakub Jelinek  <jakub@redhat.com>
6489         * sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh
6490         if -ffast-math.
6492 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
6494         * iconvdata/big5hkscs.c: New file.
6495         Modified from big5.c by Roger So <rogerso@sis.dhs.org>.
6497         * iconvdata/gconv-modules: Add entry for new module.
6498         * iconvdata/Makefile (modules): Add BIG5HKSCS.
6499         (distribute): Add big5hkscs.c.
6501 2000-06-01  Jakub Jelinek  <jakub@redhat.com>
6503         * libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all
6504         inlines to match prototypes in mathcalls.h.
6505         * libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6506         * libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
6507         * libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6508         * libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6510 2000-06-03  Ulrich Drepper  <drepper@redhat.com>
6512         * elf/elf.h (SHT_SUNW_move): Define.
6514         * elf/elf.h: Add more Solaris compatiblity definitions.
6516 2000-06-03  Andreas Jaeger  <aj@suse.de>
6518         * sysdeps/powerpc/dl-start.S: Close open comment.
6520 2000-06-03  Jakub Jelinek  <jakub@redhat.com>
6522         * inet/Versions: Fix typo in rresvport_af export.
6524 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
6526         * math/tgmath.h: Pretty print.
6528 2000-06-02  Andreas Jaeger  <aj@suse.de>
6530         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo.
6531         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6533 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
6535         * elf/rtld.c (process_envvars): Test for = after variable name.
6537 2000-06-01  Ulrich Drepper  <drepper@redhat.com>
6539         * sysdeps/generic/initfini.c (_init): One less relocation.  Don't
6540         have extra call to __gmon_start__, use the pointer we already have.
6542         * elf/elf.h (ELF64_R_INFO): Cast sym value to Elf64_Xword before
6543         shifting.
6545         * sysdeps/i386/elf/setjmp.S: Work around change is recent
6546         binutils.  gas now emits a jump through the PLT instead of a
6547         relative jump if the jump target is an exported symbol.
6549 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
6551         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Define AIX_CBAUD.
6553 2000-05-31  Andreas Jaeger  <aj@suse.de>
6555         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for
6556         gregset_t.
6558         * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache.
6559         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6561         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of
6562         syscall.
6563         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
6565 2000-05-30  Ulrich Drepper  <drepper@redhat.com>
6567         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
6569         * locale/Versions [libc] (GLIBC_2.2): Add localeconv.
6570         * locale/localeconv.c: Make function versioned (with same definition).
6572         * elf/Makefile (modules-names): Strip before using it.
6574 2000-05-30  Andreas Jaeger  <aj@suse.de>
6576         * sysdeps/unix/sysv/linux/mips/truncate64.c: New file.
6577         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: New file.
6578         * sysdeps/unix/sysv/linux/mips/pread64.c: Readded file.
6579         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Readded file.
6580         * sysdeps/unix/sysv/linux/mips/pread.c: Readded file.
6581         * sysdeps/unix/sysv/linux/mips/pwrite.c: Readded file.
6583 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
6585         * Makefile: Add GNU make magic.
6587         * inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
6588         Removed.
6589         * inet/rcmd.c: Remove __P.  Remove unused variables.
6590         (iruserfopen): Make first parameter const.
6591         (ruserok_sa): Return result of ruserok2_sa.
6592         (__checkhost_sa): Correctly iterate through results of getaddrinfo.
6593         * inet/rexec.c: Remove unused variables.  Other small cleanups.
6594         * inet/ruserpass.c: Remove __P.  Remove unused variables.
6595         (ruserpass): Check results of memory allocation.
6596         * include/netdb.h: Add prototype for ruserpass.
6598 2000-05-29  Andreas Jaeger  <aj@suse.de>
6600         * elf/readlib.c (interpreters): Use LD_SO since this is supported
6601         for all platforms.
6603 2000-05-29  Jakub Jelinek  <jakub@redhat.com>
6605         * inet/rcmd.c (rresvport_af): Use correct port number.
6607 2000-05-26  Andreas Schwab  <schwab@suse.de>
6609         * Makeconfig ($(common-objpfx)soversions.mk): Prepend `$lib=' to
6610         entries in all-sonames.
6611         ($(common-objpfx)gnu/lib-names.h): Use it for the CPP symbol,
6612         preserving the old name if different for compatibility.
6614 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
6616         * posix/Makefile (tests): Add tst-spawn.
6617         (tst-spawn-ARGS): New variable.
6618         * posix/tst-spawn.c: New file.
6620         * posix/spawn_faction_addclose.c: Correctly account for new entry.
6621         * posix/spawn_faction_adddup2.c: Likewise.
6622         * posix/spawn_faction_addopen.c: Likewise.
6623         * posix/spawni.c: Correctly test for success of dup2 calls.
6625         * posix/tst-preadwrite.c: Check success of malloc call.
6627 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
6629         * posix/Makefile (tests): Add tst-exec.
6630         (tst-exec-ARGS): New variable.
6631         * posix/tst-exec.c: New file.
6633         * sysdeps/arm/atomicity.h (compare_and_swap): Return result.
6635 2000-05-04  Andreas Jaeger  <aj@suse.de>
6637         * string/string.h: Remove __strdup prototype, it's not needed in
6638         this file anymore.
6640 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
6642         * posix/Makefile (tests): Add tst-fork.
6643         * posix/tst-fork.c: New file.
6645         * resolv/inet_pton.c: Loose __P.
6647 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
6649         * libio/libioP.h (_IO_CHECK_WIDE): Define.
6650         * libio/iosetbuffer.c (_IO_setbuffer): Use it.
6651         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
6652         * libio/fileops.c (_IO_new_file_fopen): Return NULL if
6653         _IO_CHECK_WIDE fails.
6655 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
6657         * po/da.po: New file.
6659         * manual/arith.texi (Rounding Functions): Fix documentation of trunc.
6660         Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>.
6662         * manual/charset.texi (Extended Char Intro): Fix typo (and -> as).
6663         (Other iconv Implementations): Fix typo.
6664         Patch by Martin Pool <mbp@wistful.humbug.org.au>.
6666 2000-05-27  Andreas Jaeger  <aj@suse.de>
6668         * sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the
6669         normal version now.
6670         * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
6671         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
6672         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6673         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6674         * sysdeps/unix/sysv/linux/arm/pread.c: Likewise.
6675         * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
6677         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Check
6678         endianness to decide how to pass arguments.
6679         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
6681         * elf/vismain.c: Use test-skeleton interface.
6682         (TEST_FUNCTION): New macro.
6683         (do_test): Renamed from main.
6685 2000-05-27  Ulrich Drepper  <drepper@redhat.com>
6687         * sysdeps/posix/getaddrinfo.c (gaih_inet): If req->ai_family ==
6688         AF_UNSPEC don't allow the IPv6 lookup to return mapped IPv4 addresses.
6690         * nss/nss_files/files-hosts.c (LINE_PARSER): Simplify.  Correct
6691         handling of AI_V4MAPPED flag.
6693         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If lookup
6694         of IPv6 address failed and RES_USE_INET6 bit in _res.options is set,
6695         perform lookup for T_A type and tell getanswer_r to convert the
6696         result with new argument.
6697         (_nss_dns_gethostbyaddr_r): Pass zero as new argument to getanswer_r.
6698         Don't convert addresses from IPv4 to IPv6 here.
6699         (getanswer_r): Take new parameter indicating if mapping from IPv4 to
6700         IPv6 is wanted.  Allow qtype and type from reply to disagree if
6701         IPv4 mapping has to be done.  Perform mappings if required by the
6702         caller and not if RES_USE_INET6 bit in _res.options is set.
6703         Add several __builtin_expect.
6705 2000-05-26  Ulrich Drepper  <drepper@redhat.com>
6707         * catgets/open_catalog.c (__open_catalog): Add a few __builtin_expect.
6709         * elf/dl-load.c (_dl_map_object): Don't ignore RPATHs if loader ==
6710         NULL.
6712         * posix/tst-preadwrite.c: Allow parallel execution of
6713         tst-preadwrite and tst-preadwrite64.
6715         * posix/Makefile (tests): Add tst-truncate and tst-truncate64.
6716         * posix/tst-truncate.c: New file.
6717         * posix/tst-truncate64.c: New file.
6719         * sysdeps/unix/sysv/linux/pread64.c: The little/big endian code
6720         was switched.
6722         * posix/Makefile (tests): Add tst-preadwrite64.
6723         * posix/tst-preadwrite.c: Alloc file being used also for testing
6724         pread64 and pwrite64.
6725         * posix/tst-preadwrite64.c: New file.
6727 2000-05-26  Andreas Jaeger  <aj@suse.de>
6729         * sysdeps/unix/sysv/linux/ftruncate64.c (ftruncate64): Make order
6730         of arguments dependend on endianness.
6731         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
6733         * sysdeps/unix/sysv/linux/i386/pread64.c: Removed, we can use the
6734         normal version now.
6735         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
6736         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
6737         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6738         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6740         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Check
6741         endianness to check how to pass argument.
6742         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
6744         * elf/ldconfig.h: Update parameter list for process_elf_file.
6746         * sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file):
6747         Add parameter file_length and pass it ot process_elf*file.
6749         * sysdeps/generic/readelflib.c (check_ptr): New.
6750         (process_elf_file): Use check_ptr to check all accesses to the
6751         mmapped file. Add parameter file_length.
6753         * elf/readlib.c (known_libs): Use <gnu/lib-names.h> to specify
6754         library names.
6756         * sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.
6757         Closes PR libc/1573, reported by Bradley White
6758         <bww@laurelnetworks.com>.
6760 2000-05-25  Ulrich Drepper  <drepper@redhat.com>
6762         * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
6763         __FAST_MATH__ is defined.
6765 2000-05-22  Andreas Jaeger  <aj@suse.de>
6767         * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
6768         CFLAGS-test-idouble.c, CFLAGS-test-ildoubl.c.
6770         * manual/math.texi (FP Function Optimizations): Document gcc
6771         -ffast-math behaviour with mathinlines.
6773         * sysdeps/i386/fpu/bits/mathinline.h: Only use save inline
6774         functions unless -ffast-math is given to gcc.
6776 2000-05-23  Jakub Jelinek  <jakub@redhat.com>
6778         * sysdeps/i386/fpu/bits/mathinline.h (__sincos, __sincosf,
6779         __sincosl): Guard with __USE_GNU.
6781 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
6783         * csu/Makefile (routines): Add check_fds.
6784         * elf/rtld.c (dl_main): Call __libc_check_standard_fds for SUID
6785         binaries.  Add various __builtin_expect.
6786         * sysdeps/generic/libc-start.c: Move check_fds and helper functions...
6787         * sysdeps/generic/check_fds.c: ...here.  New file.
6789         * malloc/malloc.c (ptmalloc_init): Only enable debugging for SUID
6790         binaries if file /etc/suid-debug is available.
6792         * locale/programs/ld-collate.c (struct element_t): Add mbseqorder
6793         and wcseqorder members.
6794         (struct locale_collate_t): Likewise.
6795         (collate_finish): Assign collation sequence value to each character.
6796         Create tables for output.
6797         (collate_output): Write out tables with collation sequence information.
6798         * locale/C-collate.c: Provide C locale data for collation sequence
6799         table.
6800         * locale/langinfo.h: Add _NL_COLLATE_COLLSEQMB and
6801         _NL_COLLATE_COLLSEQWC.
6802         * locale/categories.def: Add entries for _NL_COLLATE_COLLSEQMB and
6803         _NL_COLLATE_COLLSEQWC.
6804         * posix/fnmatch.c: Define SUFFIX and WIDE_CHAR_VERSION before
6805         include fnmatch_loop.c.
6806         * posix/fnmatch_loop.c: Don't use strcoll while determining whether
6807         character is matched by range expression.  Use collation sequence
6808         table.  Outside glibc fall back on simple character value comparison.
6810 2000-05-24  Andreas Jaeger  <aj@suse.de>
6812         * sysdeps/mips/elf/start.S (ENTRY_POINT): Align stack for double
6813         words.
6815         * intl/Makefile: Run gettext-test only if msgfmt is available.
6817         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_LDT_WORKS):
6818         Define it for newer kernels.
6820 2000-05-23  Ulrich Drepper  <drepper@redhat.com>
6822         * elf/dl-sym.c: Minor cleanups.
6824         * configure.in: Add test for .protected.
6825         * config.make.in: Add have-protected variable.
6826         * elf/Makefile (tests): Add $(tests-vis-$(have-protected)).
6827         (tests-vis-yes): Add vismain.
6828         (modules-names): Add $(modules-vis-$(have-protected)).
6829         (modules-vis-yes): Add vismod1, vismod2, and vismod3.
6830         Add rules to generate and run vismain.
6831         * elf/vismain.c: New file.
6832         * elf/vismod1.c: New file.
6833         * elf/vismod2.c: New file.
6834         * elf/vismod3.c: New file.
6836 2000-05-23  Andreas Jaeger  <aj@suse.de>
6838         * stdio-common/tfformat.c (sprint_doubles): Add testcase for %a.
6840         * manual/search.texi (Array Sort Function): Document that qsort is
6841         not necessarily in-place.
6843         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
6844         Closes PR libc/1731.
6846         * csu/munch-tmpl.c (__libc_init): Remove K&R support.
6847         * dirent/scandir64.c: Likewise.
6848         * pwd/getpw.c: Likewise.
6849         * stdlib/bsearch.c (bsearch): Likewise.
6850         * stdlib/tst-strtoll.c: Likewise.
6851         * localedata/collate-test.c: Likewise.
6852         * localedata/xfrm-test.c: Likewise.
6853         * posix/bsd-getpgrp.c: Likewise.
6854         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6855         * sysdeps/generic/bits/siginfo.h: Likewise.
6856         * sysdeps/generic/bits/sockaddr.h: Likewise.
6857         * sysdeps/generic/sys/swap.h: Likewise.
6858         * sysdeps/generic/sys/sysinfo.h: Likewise.
6859         * sysdeps/generic/vfork.c: Likewise.
6860         * sysdeps/m68k/fpu/switch/68881-sw.h: Likewise.
6861         * sysdeps/mach/hurd/fdopen.c: Likewise.
6862         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
6863         * sysdeps/unix/sysv/linux/poll.c: Likewise.
6864         * sysdeps/unix/sysv/linux/readv.c: Likewise.
6865         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6866         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
6867         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
6868         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
6870         * misc/tst-dirname.c: Remove K&R support, use ANSI C prototypes.
6871         * shadow/lckpwdf.c: Likewise.
6872         * stdlib/tst-strtol.c: Likewise.
6873         * sysdeps/generic/tcsetattr.c: Likewise.
6874         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6875         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6877 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
6879         * elf/dl-load.c (_dl_init_paths): If env_path_list has 0 elements,
6880         free it and set to (void *) -1.
6882 2000-05-22  Jakub Jelinek <jakub@redhat.com>
6884         * stdio-common/vfscanf.c (__vfscanf): Remove bogus check if '-' is
6885         not the second character in the range.
6886         * stdio-common/tstscanf.c (main): Add testcase for the above.
6887         Reported by jik@kamens.brookline.ma.us.
6889 2000-05-21  H.J. Lu  <hjl@gnu.org>
6891         * elf/do-lookup.h (do_lookup_versioned): Replace reloc_type parameter
6892         with noexec and noplt parameter.
6893         (do_lookup): Likewise.
6895         * elf/dl-lookup.c (_dl_lookup_symbol): Change for new parameters of
6896         do_lookup.  Support STV_PROTECTED.
6897         (_dl_lookup_symbol_skip): Likewise.
6898         (_dl_lookup_versioned_symbol): Likewise.
6899         (_dl_lookup_versioned_symbol_skip): Likewise.
6901         * elf/dl-reloc.c (RESOLVE): Check STB_LOCAL instead of ST_VISIBILITY.
6903         * elf/dl-runtime.c (profile_fixup): Fix a typo in comment.
6905 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
6907         * sysdeps/arm/bits/huge_val.h: Prereq gcc 2.96+, not 2.95.
6908         * sysdeps/i386/bits/huge_val.h: Likewise.
6909         * sysdeps/ieee754/bits/huge_val.h: Likewise.
6910         * sysdeps/m68k/bits/huge_val.h: Likewise.
6911         * sysdeps/sparc/sparc32/bits/huge_val.h: Likewise.
6912         * sysdeps/sparc/sparc64/bits/huge_val.h: Likewise.
6914 2000-05-22  Andreas Jaeger  <aj@suse.de>
6916         * iconv/tst-iconv1.c (main): Remove const from inbuf to follow
6917         change in iconv.h.
6919 2000-05-19  Andreas Jaeger  <aj@suse.de>
6921         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
6922         (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which
6923         breaks compilation without linuxthreads.
6925 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
6927         * sysdeps/ia64/memccpy.S: New file.
6928         * sysdeps/ia64/memchr.S: New file.
6929         * sysdeps/ia64/memcmp.S: New file.
6930         * sysdeps/ia64/memcpy.S: New file.
6931         * sysdeps/ia64/memmove.S: New file.
6932         * sysdeps/ia64/memset.S: New file.
6933         * sysdeps/ia64/strcat.S: New file.
6934         * sysdeps/ia64/strchr.S: New file.
6935         * sysdeps/ia64/strcmp.S: New file.
6936         * sysdeps/ia64/strcpy.S: New file.
6937         * sysdeps/ia64/strlen.S: New file.
6938         * sysdeps/ia64/strncmp.S: New file.
6939         * sysdeps/ia64/strncpy.S: New file.
6940         * sysdeps/ia64/softpipe.h: New file.
6941         Patches by Dan Pop <Dan.Pop@cern.ch>.
6943         * manual/memory.texi: Document memory handling functions (mlock,
6944         munlock, mlockall, munlockall, brk, and sbrk)
6945         * manual/time.texi: Document timespec and friends.
6946         * manual/conf.texi: Fix references.
6947         * manual/ctype.texi: Likewise.
6948         * manual/errno.texi: Likewise.
6949         * manual/intro.texi: Likewise.
6950         * manual/locale.texi: Likewise.
6951         * manual/sysinfo.texi: Likewise.
6952         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
6954 2000-05-09  Jes Sorensen  <jes@linuxcare.com>
6956         * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to...
6957         * sysdeps/ia64/dl-lookupcfg.h: ...here.
6959 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
6961         * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
6962         dxfer_direction.
6964 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
6966         * locale/locale.h (struct lconv): Add new elements from ISO C99.
6967         * locale/localeconv.c: Initialize new elements from ISO C99.
6968         * locale/langinfo.h: Remove _NL_MONETARY prefix from descriptors for
6969         new standard elements.
6970         * locale/categories.def: Adjust accordingly.
6972         * iconv/iconv.h (iconv): Remove const from inbuf parameter.
6973         * iconv/iconv.c: Likewise.
6974         * conform/data/iconv.h-data: Likewise.
6975         * iconv/iconv_prog.c (process_block): Remove const from second
6976         parameter.
6977         (main): Remove const from addr definition.
6978         * manual/charset.texi (Generic Conversion Interface): Remove from
6979         inbuf parameter of iconv.
6981         * intl/dcigettext.c: Fix typo in comment.
6983 2000-05-20 2000  H.J. Lu  <hjl@gnu.org>
6985         * resolv/res_libc.c (_res): Initialize _sock to -1.
6987 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
6989         * libio/iofopncook.c (_IO_fopencookie): Renamed from fopencookie.
6990         (fopencookie@@GLIBC_2.2): New.
6991         (_IO_old_cookie_seek, _IO_old_fopencookie, _IO_old_cookie_jumps): New.
6992         (fopencookie@GLIBC_2.0): New.
6993         * libio/Versions: Add fopencookie to GLIBC_2.2.
6995 2000-05-18  Andreas Jaeger  <aj@suse.de>
6997         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
6998         Closes PR libc/1731.
7000         * manual/arith.texi (Parsing of Integers): Fix typo.
7001         Closes PR libc/1744, reported by blp@gnu.org.
7003 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
7005         * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add
7006         __extension__ to hexadecimal floating constant notation.
7007         * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
7008         Likewise.
7009         * sysdeps/ieee754/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Likewise.
7010         * sysdeps/m68k/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
7011         Likewise.
7012         * sysdeps/sparc/sparc64/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
7013         HUGE_VALL): Likewise.
7014         * sysdeps/sparc/sparc32/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
7015         HUGE_VALL): Likewise.
7016         (HUGE_VALL): Set to HUGE_VAL on sparc32.
7018 2000-05-17  Andreas Jaeger  <aj@suse.de>
7020         * string/envz.h: Add pure attributes if possible.
7022         * string/argz.h: argz_count is a pure function.
7024         * string/strings.h: Add pure and const attributes if possible.
7026         * sysdeps/generic/memmem.c (memmem): Check arguments to avoid
7027         possibly searching through the whole memory.
7028         Closes PR libc/1730, reported by Greg Hudson <ghudson@mit.edu>.
7030 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
7032         * sysdeps/generic/dl-cache.h (_DL_CACHE_DEFAULT_ID): Only define if
7033         not yet defined.
7034         (_dl_cache_check_flags): Likewise.
7035         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: include_next
7036         dl-cache.h.
7038 2000-05-17  Andreas Jaeger  <aj@suse.de>
7040         * manual/creature.texi (Feature Test Macros): Remove paragraph
7041         since the description is wrong.
7042         Closes PR libc/1691, reported by Geoff Clare <gwc@unisoft.com>.
7044         * scripts/config.sub: New version.
7045         * scripts/config.guess: Likewise.
7046         * manual/texinfo.tex: Likewise.
7048         * time/test_time.args: Removed.
7049         * time/Makefile (test_time-ARGS): Added contents here instead.
7051         * posix/tstgetopt.args: Removed.
7052         * posix/Makefile (tstgetopt-ARGS): Added contents here instead.
7054         * Rules: Allow arguments for test files to be specified in
7055         Makefile with testname-ARGS; remove rules with .args in it.
7057         * dirent/Makefile (opendir-tst1-ARGS): Use this for opendir-tst1,
7058         remove old bogus rule for opendir-tst1.args.
7060         * stdlib/test-canon.c: Rewrite to use test-skeleton.c.
7062         * stdlib/Makefile (test-canon-ARGS): New, supply argument to chdir
7063         into objdir.  This allows a readonly sourcetree.
7064         Reported by lrgallardo@yahoo.com, closes PR libc/1421.
7066 2000-05-16  Andreas Jaeger  <aj@suse.de>,
7067             David Huggins-Daines <dhd@linuxcare.com>
7069         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set
7070         cache_data in case of only new cache format correctly.
7072         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Align struct
7073         cache_file_new.
7075         * sysdeps/generic/dl-cache.h (ALIGN_CACHE): New macro to align
7076         struct cache_file_new.
7078         * elf/cache.c (save_cache): Fix str_offset if only new cache is
7079         present.
7081         * elf/cache.c (save_cache): Align struct new_file_cache.
7082         (print_cache): Likewise.
7084 2000-05-13  Jakub Jelinek  <jakub@redhat.com>
7086         * elf/soinit.c (__libc_global_ctors): Move
7087         __pthread_initialize_minimal call out of HAVE_DWARF2_* defines.
7088         * resolv/resolv.h (__res_state): Added __attribute__((const)).
7089         (_res): If __RES_PTHREAD_INTERNAL is defined, declare it as
7090         variable, don't define it to __res_state call.
7092 2000-05-13  Andreas Jaeger  <aj@suse.de>
7094         * sysdeps/unix/sysv/linux/bits/socket.h (PF_PPPOX): New, from
7095         Linux 2.3.99pre7.
7096         (AF_PPPOX): Likewise.
7097         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_PPPOX): Likewise.
7098         (AF_PPPOX): Likewise.
7100 2000-05-12  Andreas Jaeger  <aj@suse.de>
7102         * inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices.
7103         Reported by tmoestl@gmx.net, closes PR libc/1732.
7105 2000-05-11  Jan Hubicka  <jh@suse.cz>
7107         * misc/sys/cdefs.h: Add support for pure attribute.
7109         * include/string.h: Add __attribute_pure__ to various functions.
7110         * string/string.h: Likewise.
7112 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
7114         * elf/dl-reloc.c (_dl_reloc_bad_type): Sync messages with plt
7115         argument.
7116         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
7117         R_SPARC_UA64.
7118         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: New file.
7120 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
7122         * elf/dl-reloc.c (_dl_reloc_bad_type): Write type into the message
7123         at proper place.  Compute the high nibble correctly.
7125 2000-05-09  Jakub Jelinek  <jakub@redhat.com>
7127         * elf/ldconfig.c: Include elf.h.
7129         * elf/dl-sym.c (_dl_sym): Test ref not result for non-zero.
7130         (_dl_vsym): Likewise.
7131         Reported by Owen Taylor <otaylor@redhat.com>.
7133         * elf/dl-deps.c (_dl_map_object_deps): Zero terminate L->l_initfini
7134         always.
7136 2000-05-08  Andreas Jaeger  <aj@suse.de>
7138         * include/libintl.h: Add prototype for __bind_textdomain_codeset.
7140         * intl/bindtextdom.c (set_binding_values): Add prototype.
7142 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
7144         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Fix arguments in
7145         call to elf_machine_fixup_plt.
7146         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
7147         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
7149 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
7151         * elf/dl-fini.c (_dl_fini): Bump l_opencount of all objects so that
7152         they are not dlclose'd from underneath us.
7154 2000-05-08  Andreas Schwab  <schwab@suse.de>
7156         * posix/execle.c: Fix size parameter of memcpy.
7158 2000-05-08  Andreas Schwab  <schwab@suse.de>
7160         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: New file.  Use
7161         getpagesize syscall if available.
7163 2000-05-08  Andreas Jaeger  <aj@suse.de>
7165         * sysdeps/generic/lockf64.c (lockf64): Return -1 for overflow and
7166         set errno.
7168 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
7170         * elf/dl-lookup.c (add_dependency): Reallocate l_reldeps in
7171         sizeof(struct link_map *) chunks, not in bytes.
7173 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
7175         * locale/Makefile (locale-CPPFLAGS): Renamed from CPPFLAGS.  It's
7176         only needed for locale.
7177         * catgets/Makefile (catgets-CPPFLAGS): Renamed from CPPFLAGS.
7178         It's only needed for catgets.
7179         Patches by Greg McGary <gkm@eng.ascend.com>.
7181 2000-05-07  Mark Kettenis  <kettenis@gnu.org>
7183         * nss/nss_db/db-open.c: Cleanup and add comments.  Pretty print.
7184         Remove duplicate <errno.h> include.  Remove inclusion of
7185         <libintl.h> and "nsswitch.h".
7186         (set_cloexec_flag): New function, broken out of dbopen.
7187         (dbopen): Changed return type to `enum
7188         nss_status'.  Mostly rewritten to make sure that we do not report
7189         NSS_STATUS_SUCCESS if something went wrong.  Remove unnecessary casts.
7190         (internal_setent): Change return type to nss_status.
7191         Document, and make sure that the function
7192         behaves accordingly.  Make dynamically loading the database
7193         library really thread-safe and return NSS_STATUS_UNAVAIL if it
7194         failed.
7195         (db_cursor): Return ENOMEM is memory allocation failed.  Remove
7196         unecessary casts.
7197         * nss/nss_db/dummy-db.h: Add copyright notice.  Improve
7198         documentation.
7199         (struct dbc24, struct dbc27): Use DBT type in parameter lists for
7200         c_get function member.
7201         * nss/nss_db/nss_db.h: Add and tweak some comments.
7202         (DBT): Move typedef before NSS_DBC typedef.
7203         (NSS_DBC, NSS_DB): Use DBT in function member parameter lists.
7205 2000-05-07  H.J. Lu  <hjl@gnu.org>
7207         * csu/initfini.c: Moved to ....
7208         * sysdeps/generic/initfini.c: ...here.
7210         * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs).
7212 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
7214         * manual/resource.texi: Document POSIX scheduling functions.
7215         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
7217         * inet/rcmd.c (rcmd_af): errno is not set if read returns without
7218         reading anything.  Reported by Andries.Brouwer@cwi.nl.
7220         * sysdeps/generic/memccpy.c (__memccpy): Don't use reg_char type
7221         for x since promotion in comparison might leads to unexpected
7222         results.  Reported by Dan Pop <Dan.Pop@cern.ch>.
7224         * iconv/Makefile (tests): Add tst-iconv1.
7225         * iconv/tst-iconv1.c: New file.
7226         * iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
7227         empty input buffer over full output buffer.
7228         (ucs4_internal_loop): Likewise.
7229         (ucs4_internal_loop_unaligned): Likewise.
7230         (internal_ucs4le_loop): Likewise.
7231         (internal_ucs4le_loop_unaligned): Likewise.
7232         (ucs4le_internal_loop): Likewise.
7233         (ucs4le_internal_loop_unaligned): Likewise.
7234         Reported by yaoz@nih.gov.
7236 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
7238         * iconv/gconv_open.c (__gconv_open): If __gconv_find_transform
7239         returned != __GCONV_OK, there is nothing to clean up.
7241 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
7243         * intl/tst-gettext.c (main): Disable possibly existing LC_CTYPE and
7244         OUTPUT_CHARSET environment variables.
7246 2000-05-06  Andreas Jaeger  <aj@suse.de>
7248         * sysdeps/generic/dl-cache.h (struct file_entry_new): New.
7249         (struct cache_file_new): New.
7250         (struct file_entry): New (moved from cache.c).
7251         (struct cache_file): New (moved from cache.c).
7253         * sysdeps/generic/dl-cache.c (SEARCH_CACHE): New macro, broken out
7254         from _dl_load_cache_lookup.
7255         (_dl_load_cache_lookup): Move search to SEARCH_CACHE macro, handle
7256         the different cache formats.
7257         New variable cache_new for new format.
7259         * elf/ldconfig.h: Change according to changes in cache.c and
7260         ldconfig.c; remove cache_libcmp; add opt_format.
7262         * elf/ldconfig.c: Include "dl-cache.h" and "dl-procinfo.h"; remove
7263         stuff that's defined in those headers.
7264         Add hwcap to struct lib_entry.
7265         (opt_format): New variable to select cache format.
7266         (options): Add format parameter.
7267         (is_hwcap): New function.
7268         (path_hwcap): New function.
7269         (parse_opt): Handle new format parameter.
7270         (search_dir): Handle hwcap, search also subdirectories with hwcap.
7272         * elf/cache.c (_GNU_SOURCE): Removed.  Not needed anymore since
7273         ldconfig is part of glibc.
7274         Include dl-cache.h and remove stuff that's defined there.
7275         (struct cache_entry): Add new member hwcap.
7276         (print_entry): Print hwcap, cleanup a bit.
7277         (print_cache): Print new and old formats.
7278         (compare): Use _dl_cache_libcmp from dl-cache.h; handle hwcap.
7279         (save_cache): Save new and old formats.
7280         (add_to_cache): Handle hwcap.
7282         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Moved from here...
7283         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): ...to here.
7284         * sysdeps/generic/dl-cache.c (LD_SO_CACHE): Moved from here...
7285         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): ...to here.
7286         * sysdeps/generic/dl-cache.c (CACHEMAGIC): Moved from here...
7287         * sysdeps/generic/dl-cache.h (CACHEMAGIC): ...to here.
7289 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
7291         * intl/dcigettext.c (alignof): New macro.
7292         (_nl_find_msg): Use it instead of __alignof__. Pass correct output
7293         buffer length to __gconv/iconv. If malloc (freemem_size) fails, set
7294         freemem_size to 0.
7296 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
7298         * intl/dcigettext.c (dcigettext): Fix interpretation of tsearch
7299         return value.
7301 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
7303         * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
7304         (mempcpy): Correct typo is parameter list.
7306 2000-05-06  Andreas Jaeger  <aj@suse.de>
7308         * sysdeps/i386/fpu/bits/mathinline.h: Disable some inline
7309         functions unless -ffast-math is given to gcc.
7311 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
7313         * po/ko.po: Update from translation team.
7315 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
7317         * sysdeps/unix/sysv/aix/linux/errnoconv.c: Moved to...
7318         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: ...here.
7319         * sysdeps/unix/sysv/aix/linux/statconv.c: Moved to...
7320         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: ...here.
7321         * sysdeps/unix/sysv/aix/linux/direntconv.c: Moved to...
7322         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: ...here.
7324         * sysdeps/unix/sysv/aix/linux/linux-errno.h: Removed.
7325         * sysdeps/unix/sysv/aix/linux/linux-stat.h: Removed
7326         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: Removed.
7328         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: New file.
7329         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: New file.
7330         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: New file.
7331         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: New file.
7333         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: New file.
7334         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: New file.
7336 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
7338         * sysdeps/unix/sysv/linux/ia64/sysdep.h: New file.
7339         * sysdeps/unix/sysv/linux/ia64/syscall.S: New file.
7341         * sysdeps/unix/sysv/linux/ia64/bits/types.h: New file.
7342         * sysdeps/unix/sysv/linux/ia64/bits/endian.h: New file.
7344         * sysdeps/ia64/Implies: New file.
7345         * sysdeps/ia64/Versions: New file.  Declare _dl_symbol_address.
7346         * sysdeps/ia64/Makefile: New file.
7347         * sysdeps/ia64/gmp-mparam.h: New file,
7349         * sysdeps/ia64/elf/start.S: New file.
7351         * sysdeps/ia64/bits/fenv.h: New file.
7353 2000-05-05  David Mosberger-Tang  <davidm@hpl.hp.com>
7355         * sysdeps/unix/sysv/linux/ia64/sysdep.S: New file.
7357 2000-04-26  Jes Sorensen  <Jes.Sorensen@cern.ch>
7359         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: New file.  The
7360         ia64 has 64 bit .hash entries just as the Alpha.
7362 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
7364         * sysdeps/ia64/memprof.h: New file.  Provide GETSP() macro.
7366 2000-04-17  Jes Sorensen  <Jes.Sorensen@cern.ch>
7368         * sysdeps/ia64/fpu/fclrexcpt.c: New file.
7369         * sysdeps/ia64/fpu/fedisblxcpt.c: New file.
7370         * sysdeps/ia64/fpu/feenablxcpt.c: New file.
7371         * sysdeps/ia64/fpu/fegetenv.c: New file.
7372         * sysdeps/ia64/fpu/fegetexcept.c: New file.
7373         * sysdeps/ia64/fpu/fegetround.c: New file.
7374         * sysdeps/ia64/fpu/feholdexcpt.c: New file.
7375         * sysdeps/ia64/fpu/fesetenv.c: New file.
7376         * sysdeps/ia64/fpu/fesetround.c: New file.
7377         * sysdeps/ia64/fpu/feupdateenv.c: New file.
7378         * sysdeps/ia64/fpu/fgetexcptflg.c: New file.
7379         * sysdeps/ia64/fpu/fraiseexcpt.c: New file.
7380         * sysdeps/ia64/fpu/fsetexcptflg.c: New file.
7381         * sysdeps/ia64/fpu/ftestexcept.c: New file.
7383 2000-05-05  Andreas Jaeger  <aj@suse.de>
7385         * misc/tst-tsearch.c (main): Correct type for initstate argument.
7387         * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
7388         (_dl_string_hwcap): New, does nothing.
7390         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): New.
7391         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
7392         (_dl_string_hwcap): New function, converts from string to hwcap
7393         encoding.
7394         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
7395         (_DL_HWCAP_COUNT): New.
7396         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
7397         (_dl_string_hwcap): New function, converts from string to hwcap
7398         encoding.
7399         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h
7400         (_DL_HWCAP_COUNT): New.
7401         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
7402         (_dl_string_hwcap): New function, converts from string to hwcap
7403         encoding.
7405 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
7407         * elf/Makefile (distribute): Add dl-lookupcfg.h.
7408         * sysdeps/ia64/Dist: New file.
7410         * elf/dl-load.c (_dl_map_object_from_fd): Little of computation of
7411         parameter to mprotect and for variable assignments.
7413 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
7415         * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Check the
7416         validity of map before dereferencing it.
7418         * elf/dl-reloc.c (RESOLVE_MAP): Define.
7420 2000-05-02  Jes Sorensen  <jes@linuxcare.com>
7422         * elf/dl-runtime.c (fixup): Add the value returned in the symbol
7423         lookup to the arguments to elf_machine_fixup_plt().
7425         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add Link_map
7426         of the symbol being resolved to input argument list and make the
7427         function return the pointer to the reloc.
7429         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): Change
7430         return valuie to lookup_t and return the value.
7431         * sysdeps/arm/dl-machine.h (elf_machine_fixup_plt): Likewise.
7432         * sysdeps/generic/dl-machine.h (elf_machine_fixup_plt): Likewise.
7433         * sysdeps/i386/dl-machine.h (elf_machine_fixup_plt): Likewise.
7434         * sysdeps/m68k/dl-machine.h (elf_machine_fixup_plt): Likewise.
7435         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_fixup_plt): Likewise.
7436         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Likewise.
7438         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Likewise.
7439         Make it an inline function returning value after calling
7440         __elf_machine_fixup_plt().
7442         * elf/dl-sym.c (_dl_vsym): Use DL_SYMBOL_ADDRESS() to obtain the
7443         symbol address.
7445         * elf/dl-symbol.c (_dl_symbol_value): Use LOOKUP_VALUE_ADDRESS to
7446         obtain the symbol address.
7448         * sysdeps/generic/ldsodefs.h: Add generic DL_SYMBOL_ADDRESS() macro
7449         depending on the definition of ELF_FUNCTION_PTR_IS_SPECIAL.
7451         * sysdeps/ia64/dl-machine.h: Add DL_SYMBOL_ADDRESS() macro calling
7452         _dl_symbol_address() - this way DL_SYMBOL_ADDRESS() turns into an
7453         inline on non ia64.
7455 2000-04-28  Jes Sorensen  <jes@linuxcare.com>
7457         * elf/dl-runtime.c (fixup): Use the portable macros to get the
7458         symbol address of an object.
7460         * elf/dl-runtime.c (fixup-profile): Use the portable macros to get
7461         the symbol address of an object.
7463         * elf/dl-libc.c (struct do_dlsym_args): Change loadbase to a lookup_t.
7464         * elf/dl-lookup.c (_dl_lookup_symbol): Likewise.
7465         (_dl_lookup_symbol_skip): Likewise.
7466         (_dl_lookup_versioned_symbol): Likewise.
7467         (_dl_lookup_versioned_symbol_skip): Likewise.
7469 2000-04-27  Jes Sorensen  <jes@linuxcare.com>
7471         * elf/rtld.c (_dl_start): Get the function pointer return address
7472         via _dl_start_address for architectures that need a function
7473         pointer descriptor rather than just a pointer (ia64).
7475         * sysdeps/generic/dl-lookupcfg.h: New file.
7476         * sysdeps/ia64/dl-lookupcfg.h: New file.
7477         * sysdeps/ia64/dl-machine.h: New file.
7478         * sysdeps/ia64/dl-symaddr.c: New file.
7479         * sysdeps/ia64/dl-fptr.c: New file.
7481         * elf/elf.h: Add IA-64 specific definitions.
7483 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
7485         * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
7486         end of enum.
7488 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
7490         * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
7491         happy.
7493 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
7495         * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
7496         symbol.  Call _dl_init rather than the old way.
7498 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
7500         * elf/dl-open.c (dl_open_worker): Use l_map_start and l_map_end to
7501         test for pointer in range of DSO address space.
7503 2000-05-04  Andreas Jaeger  <aj@suse.de>
7505         * nscd/pwdcache.c (addpwbyname): Initialize oldeuid to silence GCC.
7507 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
7509         * locale/findlocale.c (_nl_find_locale): Add new parameter to
7510         calls of _nl_make_l10nflist.
7512         * libio/stdio.h: Make fseeko and ftello prototypes available is
7513         __USE_LARGEFILE.  Patch by Paul Eggert <eggert@twinsun.com>.
7515         * sysdeps/generic/dl-environ.c (unsetenv): Follow change to the
7516         real unsetenv implementation from 1999-07-29 [PR libc/1714].
7518 2000-05-03  Bruno Haible  <haible@clisp.cons.org>
7520         * intl/dcigettext.c (dcigettext): Do the defaulting of 'domainname'
7521         before calling tfind.
7523 2000-03-05  Jakub Jelinek  <jakub@redhat.com>
7525         * resolv/resolv.h (res_querydomain): Remove redefinition to
7526         __res_querydomain (reported by Owen Taylor <otaylor@redhat.com>).
7528 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
7530         * po/gl.po: Update from translation team.
7532         * manual/intro.texi (Program Basics): Change section title.
7533         * manual/process.texi: Fix reference.
7534         (Executing a File): Add reference exec in other section.
7535         * manual/signal.texi: Fix reference.
7536         * manual/startup.texi: Document syscall function.
7537         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
7539 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
7541         * intl/libintl.h (bind_textdomain_codeset): New declaration.
7542         * intl/bindtextdom.c (set_binding_values): New function.
7543         (bindtextdomain): Call it.
7544         (bind_textdomain_codeset): New function.
7545         * intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain.
7546         (free_mem): Free each binding's codeset.
7547         * intl/gettextP.h (struct binding): Add codeset field.
7548         (_nl_find_domain): Add domainbinding argument.
7549         * intl/finddomain.c (_nl_find_domain): Add domainbinding argument.
7550         Pass it to _nl_make_l10nflist.
7551         * intl/loadinfo.h (struct loaded_l10nfile): Add domainbinding field.
7552         (_nl_make_l10nflist): Add domainbinding argument.
7553         * intl/l10nflist.c (_nl_make_l10nflist): Add domainbinding argument.
7554         * intl/loadmsgcat.c (_nl_load_domain): Look at the domainbinding's
7555         codeset when determining outcharset. If !_LIBC && HAVE_ICONV, call
7556         locale_charset().
7557         * manual/message.texi: New node "Charset conversion in gettext".
7559 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
7561         * catgets/open_catalog.c (__open_catalog): Use __builtin_expect where
7562         appropriate.  Handle possible __read error.
7564 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
7566         * intl/gettextP.h (__builtin_expect): Define as empty if not a
7567         compiler builtin.
7568         * intl/loadinfo.h (__builtin_expect): Likewise.
7569         * intl/dcigettext.c (dcigettext, _nl_find_msg): Use
7570         __builtin_expect where appropriate.
7571         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
7572         * intl/localealias.c (extend_alias_table): Return an error indicator.
7573         (read_alias_file): Bail out if extend_alias_table fails.
7575 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
7577         * intl/loadmsgcat.c: Define _GNU_SOURCE as early as possible.
7578         * intl/localealias.c: Likewise.
7580 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
7582         * intl/loadmsgcat.c (_nl_load_domain): Initialize domain->conv_tab.
7583         Initialize domain->plural and domain->nplurals even if there is no
7584         nullentry.
7586 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
7588         * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
7589         value is == __GCONV_OK or == __GCONV_EMPTY_INPUT, not != __GCONV_OK.
7590         In case of failure, goto converted.
7592 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
7594         * wcsmbs/wcsmbsload.c (norm_add_slashes): Move away.
7595         * iconv/gconv_int.h (norm_add_slashes): Move to here.
7596         * intl/loadmsgcat.c (_nl_load_domain): Normalize strings passed to
7597         __gconv_open.
7599 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
7601         * intl/dcigettext.c (transcmp): Compare the domains as well.
7602         (dcigettext): Call strlen (msgid1) after testing msgid1 against NULL,
7603         not before.
7604         * intl/loadmsgcat.c (_nl_load_domain): Deal with EINTR. Include
7605         <errno.h>.
7607 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
7609         * string/bits/string2.h: Declare __strdup and __strndup if necessary.
7610         Reported by Bruno Haible.
7612 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
7614         * manual/arith.texi: Remove @w from @itemize.
7616 2000-05-02  Andreas Jaeger  <aj@suse.de>
7618         * conform/data/tar.h-data: Add some checks for specific values.
7620         * conform/data/stdlib.h-data: Add checks for value of EXIT_SUCCESS
7621         and RAND_MAX.
7623         * conform/data/stdio.h-data: Add checks for value of TMP_MAX and
7624         FOPEN_MAX.
7626         * conform/data/netinet/in.h-data: Add exact checks for the values
7627         fo INET_ADDRSTRLEN and INET6_ADDRSTRLEN.
7629         * conform/data/float.h-data: Add some minimal values.
7631         * conform/conformtest.pl: Test for macros with string constants,
7632         check for minimum and maximum values.
7633         Add limits.h to headers.
7635         * conform/data/cpio.h-data: Test for value of MAGIC.
7637         * conform/data/limits.h-data: New file.
7639 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
7641         * math/Makefile (headers): Add bits/fenvinline.h.
7643 2000-05-01  Ulrich Drepper  <drepper@redhat.com>
7645         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: New file.
7646         * sysdeps/unix/sysv/aix/linux/direntconv.c: New file.
7648         * posix/Versions: Change posix_spawnattr_getdefault and
7649         posix_spawnattr_setdefault to posix_spawnattr_getsigdefault
7650         and posix_spawnattr_setsigdefault respectively.
7651         * posix/spawn.h: Likewise.
7652         * posix/spawnattr_getdefault.h: Likewise.
7653         * posix/spawnattr_setdefault.h: Likewise.
7654         * conform/data/spawn.h-data: Likewise.
7656 2000-05-01  Andreas Jaeger  <aj@suse.de>
7658         * nscd/nscd.c: Include <grp.h> for setgroups prototype.
7660 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
7662         * manual/sysinfo.texi: Document getdomainname, setdomainname
7663         and sysctl.
7664         * manual/string.texi: Fix typo.
7665         * manual/terminal.texi: Document gtty and stty.
7666         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
7668 2000-04-30  Andreas Jaeger  <aj@suse.de>
7670         * posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in
7671         accordance with Austin Draft.
7673 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
7675         * catgets/gencat.c (read_input_file): Use isblank and not isspace
7676         to recognize second character in comment line.
7678         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Set errno to
7679         ENOBUFS if we are out of memory.
7681         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Make
7682         available if __USE_XOPEN2K.
7683         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
7684         * sysdeps/unix/common/bits/fcntl.h: Likewise.
7685         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7686         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
7687         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
7688         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7689         * sysdeps/unix/sysv/aix/bits/fcntl.h: Likewise.
7690         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
7692 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
7694         * iconv/iconv_prog.c (main): Handle input file name "-" correctly.
7695         Recognize option -s, -c, and -l.
7697 2000-04-20  Thorsten Kukuk  <kukuk@suse.de>
7699         * nscd/nscd.c: Start new session for nscd, drop privilegs
7700         to configured user if requested and no -S parameter are used.
7701         * nscd/nscd.conf: Add new option "server-user".
7702         * nscd/nscd_conf.c: Add support for new "server-user" option.
7703         * nscd/nscd.h: Add declaration for server_user variable.
7704         Based on patch by Chris Wing <wingc@engin.umich.edu>
7706 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
7708         * sysdeps/unix/sysv/linux/i386/sigaction.c: Add comment explaining
7709         that changing the __restore and __restore_rt signal return code
7710         will break GDB.
7712 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
7714         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Do not include
7715         <sys/user.h>.
7717 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
7719         * conform/data/ucontext.h-data: Allow ss_* instead of SS_*.
7721 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
7723         * conform/conformtest.pl (@headers): Add sys/utsname.h, sys/un.h,
7724         sys/socket.h, spawn.h, netinet/tcp.h, netinet/in.h, net/if.h, and
7725         arpa/inet.h.
7726         * conform/data/fcntl.h-data: Add F_GETOWN, F_SETOWN,
7727         SEEK_SET, SEEK_CUR, SEEK_END, S_IFMT, S_IFBLK, S_IFCHR, S_IFIFO,
7728         S_IFREG, S_IFDIR, S_IFLNK, S_IFSOCK, S_IRWXU, S_IRUSR S_IWUSR,
7729         S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
7730         S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
7731         POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_WILLNEED,
7732         POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE, posix_fadvise,
7733         posix_fallocate, and posix_madvise.
7734         * conform/data/netdb.h-data: New file.
7735         * conform/data/pthread.h-data: Add pthread_barrier_t,
7736         pthread_barrierattr_t, pthread_barrier_destroy,
7737         pthread_barrier_init, pthread_barrier_wait,
7738         pthread_barrierattr_destroy, pthread_barrierattr_getpshared,
7739         pthread_barrierattr_init, pthread_barrierattr_setpshared,
7740         pthread_condattr_getclock, pthread_condattr_setclock,
7741         pthread_getcpuclockid, pthread_mutex_timedlock,
7742         pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock,
7743         pthread_sigmask, pthread_spin_destroy, pthread_spin_init,
7744         pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock.
7745         * conform/data/sched.h-data: Add sched_ss_low_priority,
7746         sched_ss_repl_period, sched_ss_init_budget, sched_ss_max_repl, and
7747         SCHED_SPORADIC.
7748         * conform/data/semaphore.h-data: Add sem_timedwait.
7749         * conform/data/signal.h-data: Add SIGIO.
7750         * conform/data/spawn.h-data: New file.
7751         * conform/data/stdlib.h-data: Add posix_memalign, setenv, and unsetenv.
7752         * conform/data/time.h-data: Add CLOCK_PROCESS_CPUTIME_ID,
7753         CLOCK_THREAD_CPUTIME_ID, clock_getcpuclockid, and clock_nanosleep.
7754         Fix typo in gmtime_r definition.
7755         * conform/data/unistd.h-data: Add _POSIX_ADVISORY_INFO,
7756         _POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
7757         _POSIX_READER_WRITER_LOCKS, _POSIX_SHELL, _POSIX_SPAWN,
7758         _POSIX_SPIN_LOCKS, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME,
7759         _POSIX_TYPED_MEMORY_OBJECTS, _POSIX_THREAD_SPORADIC_SERVER,
7760         _XOPEN_STREAMS, _POSIX_TIMEOUTS, _POSIX2_PBS,
7761         _POSIX2_PBS_ACCOUNTING, _POSIX2_PBS_CHECKPOINT,
7762         _POSIX2_PBS_LOCATE, _POSIX2_PBS_MESSAGE, _POSIX2_PBS_TRACK,
7763         _SC_2_PBS, _SC_2_PBS_ACCOUNTING, _SC_2_PBS_CHECKPOINT,
7764         _SC_2_PBS_LOCATE, _SC_2_PBS_MESSAGE, _SC_2_PBS_TRACK,
7765         _SC_BARRIERS, _SC_BASE, _SC_CLOCK_SELECTION, _SC_DEVICE_IO,
7766         _SC_DEVICE_SPECIFIC, _SC_DEVICE_SPECIFIC_R, _SC_FD_MGMT, _SC_FIFO,
7767         _SC_FILE_ATTRIBUTES, _SC_FILE_LOCKING, _SC_FILE_SYSTEM,
7768         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK,
7769         _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK, _SC_MULTIPLE_PROCESS,
7770         _SC_NETWORKING, _SC_PIPE, _SC_READER_WRITER_LOCKS, _SC_REGEXP,
7771         _SC_SHELL, _SC_SIGNALS, _SC_SINGLE_PROCESS, _SC_SPIN_LOCKS,
7772         _SC_TYPED_MEMORY_OBJECTS, _SC_USER_GROUPS, _SC_USER_GROUPS_R,
7773         _SC_STREAMS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
7774         _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, setegid, seteuid.  Fix
7775         typo in off_t definition.
7776         * conform/data/net/if.h-data: New file.
7777         * conform/data/netinet/in.h-data: New file.
7778         * conform/data/netinet/tcp.h-data: New file.
7779         * conform/data/sys/mman.h-data: Add POSIX_MADV_NORMAL,
7780         POSIX_MADV_SEQUENTIAL, POSIX_MADV_RANDOM, POSIX_MADV_WILLNEED,
7781         POSIX_MADV_DONTNEED, POSIX_TYPED_MEM_ALLOCATE,
7782         POSIX_TYPED_MEM_ALLOCATE_CONTIG, POSIX_TYPED_MEM_MAP_ALLOCATABLE,
7783         posix_typedmem_info, posix_mem_offset, posix_typed_mem_get_info,
7784         and posix_typed_mem_open.
7785         * conform/data/sys/socket.h-data: New file.
7786         * conform/data/sys/stat.h-data: Add S_TYPEISTMO and isfdtype.
7787         * conform/data/sys/types.h-data: Add pthread_barrier_t,
7788         pthread_barrierattr_t, and pthread_spinlock_t.
7789         * conform/data/sys/un.h-data: New file.
7790         * conform/data/sys/utsname.h-data: New file.
7792         * include/netdb.h (__gethostbyaddr_r): Fix types of first and second
7793         parameter.
7794         * inet/gethstbyad.c (gethostbyname): Likewise.
7795         * inet/gethstbyad_t.c (gethostbyname_r): Likewise.
7796         * inet/getipnodebyad.c (getipnodebyad): Likewise.
7797         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
7798         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
7799         Likewise.
7800         * nscd/gethstbyad_r.c (gethostbyaddr_r): Likewise.
7801         * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
7802         * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Likewise.
7803         * nss/nss_files/files-hosts.c (_nss_files_gethostbyaddr_r): Likewise.
7804         * resolv/gethnamaddr.c (gethostbyname): Likewise.
7805         * resolv/netdb.h (struct hostent): Fix type of h_length member.
7806         (gethostbyaddr, getipnodebyaddr, gethostbyaddr_r): Fix types of first
7807         and second parameter.
7809         * wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s
7810         == NULL.
7812 2000-04-29  Andreas Jaeger  <aj@suse.de>
7814         * conform/data/arpa/inet.h-data: New file.
7816 2000-04-28  Geoff Clare <gwc@unisoft.com>
7818         * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the
7819         path passed to ftw() or nftw() is an empty string.
7820         Closes PR libc/1710.
7822 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
7824         * localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
7825         (do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
7826         * localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
7827         * localedata/tst-mbswcs4.c: New file.
7828         * localedata/tst-mbswcs5.c: New file.
7830         * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
7831         == NULL.  Little optimization.
7833         * elf/dl-init.c (_dl_init): Correct typo (DT_PREINIT_ARRAY not
7834         DT_PREINIT_ARRAYSZ).
7835         Reported by Jes Sorensen <Jes.Sorensen@cern.ch>.
7837         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups): Handle
7838         overflows in conversion from ASCII.
7840 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
7842         * Makeconfig (full_config_sysdirs): Renamed from full-config-sysdirs.
7843         * Makerules (full_config_sysdirs): Likewise.
7844         * MakeTAGS (full_config_sysdirs): Likewise.
7846 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
7848         * .cvsignore: Remove linuxthreads.
7849         * po/.cvsignore: Remove *.pot.
7850         * posix/glob/.cvsignore: Removed.
7851         * sysdeps/unix/bsd/osf/.cvsignore: Removed.
7853 2000-04-25  Andreas Jaeger  <aj@suse.de>
7855         * conform/Makefile (distribute): Also distribute contents of
7856         subdirectories.
7858         * Makerules (no_deps): Remove abi-versions.h.
7860         * nis/nis_print_group_entry.c: Include alloca.h for alloca prototype.
7862 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
7864         * sysdeps/sparc/sparc64/elf/Dist: Remove.
7865         * sysdeps/sparc/sparc64/elf/crtbegin.S: Remove.
7866         * sysdeps/sparc/sparc64/elf/crtbeginS.S: Remove.
7867         * sysdeps/sparc/sparc64/elf/crtend.S: Remove.
7868         * sysdeps/sparc/sparc64/elf/crtendS.S: Remove.
7869         * sysdeps/sparc/sparc64/elf/Makefile: Don't build crtbegin/crtend
7870         objects.
7872 2000-04-25  Thorsten Kukuk  <kukuk@suse.de>
7874         * nscd/grpcache.c: Fix gr_name pointer [PR/1702].
7876 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
7878         * intl/dcigettext.c: Define _GNU_SOURCE as early as possible.
7879         * intl/l10nflist.c: Likewise.
7881 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
7883         * intl/bindtextdom.c [!_LIBC]: Define __libc_rwlock_define,
7884         __libc_rwlock_wrlock, __libc_rwlock_unlock as empty.
7885         * intl/textdomain.c [!_LIBC]: Likewise.
7886         * intl/dcigettext.c [!_LIBC]: Define __libc_rwlock_define_initialized,
7887         __libc_rwlock_rdlock, __libc_rwlock_unlock as empty.
7888         * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC, !HAVE_ICONV]: Avoid
7889         syntax error.
7891 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
7893         * intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
7894         character set conversion also in the case the translation was found
7895         after a hash collision or through binary search.  Store the maximum
7896         index together with the converted message.  Use iconv() when available.
7897         In case of out of memory during conversion, return the unconverted
7898         translated string, not NULL.
7900 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
7902         * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
7903         to avoid name clashes with the ia32 linker.
7905 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
7907         * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
7908         handling.
7910 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
7912         * manual/string.texi: Document strcasestr, strchrnul, strtoimax,
7913         strtoumax, strfry, and memfrob.
7914         * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
7915         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
7917         * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
7918         if this function is available.
7920         * sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for
7921         all values.
7923 2000-04-27  Jakub Jelinek  <jakub@redhat.com>
7925         * nss/getXXbyYY_r.c: Fix a typo in __old_getxxbyyy_r versioning.
7927 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
7929         * localedata/Makefile (test-srcs); Add tst-mbswcs3.
7930         Add rule to build tst-mbswcs3 before running tst-mbswcs.sh.
7931         * localedata/tst-mbswcs.sh: Run tst-mbswcs3.
7932         * localedata/tst-mbswcs3.c: New file.
7934 2000-04-26  Ulrich Drepper  <drepper@redhat.com>
7936         * wcsmbs/mbsnrtowcs.c: Correctly compute number of converted
7937         characters.  Don't handle incomplete characters as errors.
7938         * wcsmbs/mbsrtowcs.c: Don't handle incomplete characters as errors.
7939         * localedata/Makefile (test-srcs): Add tst-mbswcs2.
7940         Add rule to build tst-mbswcs2 before running tst-mbswcs.sh.
7941         * localedata/tst-mbswcs.sh: Run tst-mbswcs2.
7942         * localedata/tst-mbswcs2.c: New file.
7944         * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct
7945         stored character in state in UNPACK_BYTES macro.
7946         * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work.  Correct
7947         test for available characters, handle result of BODY code correctly.
7948         * localedata/Makefile (test-srcs): Add tst-mbswcs1.
7949         (distribute): Add tst-mbswcs.sh.
7950         Add rule to run tst-mbswcs.sh.
7951         * localedata/tst-mbswcs.sh: New file.
7952         * localedata/tst-mbswcs1.c: New file.
7954 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
7956         * nis/nis_callback.c (__nis_create_callback): Do failed memory
7957         allocation fixups centrally, fix __builtin_expect call, return NULL
7958         on failure, not NIS_NOMEMORY.
7960 2000-04-27  Bruno Haible  <haible@clisp.cons.org>
7962         * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.
7964         * intl/loadinfo.h (internal_function): Define if not already defined.
7966 2000-04-27  Andreas Jaeger  <aj@suse.de>
7968         * intl/libintl.h: Fix typo, reported by Bruno Haible
7969         <haible@clisp.cons.org>.
7971 2000-04-25  Ulrich Drepper  <drepper@redhat.com>
7973         * elf/dl-profile.c (_dl_mcount): Try to be thread-safe while not
7974         setting the state to GMON_PROF_BUSY.
7976 2000-04-24  Ulrich Drepper  <drepper@redhat.com>
7978         * elf/dl-profile.c (_dl_start_profile): define all variables which
7979         do not have to be global as local variables.
7981         * nis/nis_callback.c (__nis_create_callback): Partially undo last
7982         patch.  Keep needed tests for failed memory allocation.
7984         * elf/dl-reloc.c (_dl_relocate_object): Add one more
7985         __builtin_expect saying that we don't normally expect to profile.
7987         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add
7988         __builtin_expect where desirable.
7990 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
7992         * manual/Makefile (chapters): Add syslog.
7993         * manual/syslog.texi: New file.
7994         * manual/math.texi: Fix references.
7995         * manual/terminal.texi: Likewise.
7996         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
7998 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
8000         * posix/sys/wait.h: Define __WAIT_STATUS and the like either if
8001         stdlib.h was not included or __USE_XOPEN not defined.
8003 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
8005         * nss/Makefile (libnss_db-dbs): Remove stray backslash.
8006         Patch by Zack Weinberg <zack@wolery.cumb.org>.
8008 2000-04-22  Ulrich Drepper  <drepper@redhat.com>
8010         * manual/examples/subopt.c (mount_opts): Add missing terminating
8011         entry.
8012         Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
8014         * assert/assert-perr.c: Include <stdlib.h> for abort prototype.
8015         * libio/ftello.c: Likewise.
8016         * libio/ftello64.c: Likewise.
8017         * libio/ioftell.c: Likewise.
8018         * sysdeps/generic/memrchr.c: Likewise.
8019         * sysdeps/posix/libc_fatal.c: Likewise.
8020         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8021         * misc/fstab.c: Include <string.h> for strcmp prototype.
8022         * sysdeps/generic/ldsodefs.h: Likewise.
8023         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8024         Patch by Kurt Roeckx <Q@ping.be>.
8026         * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
8027         Remove db-open.  Change all uses.
8028         (libnss_db-routines): Define as $(libnss_db-dbs) db-open.
8030 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
8032         * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
8033         * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
8034         * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
8035         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
8036         with .set noat/at to shut up warnings.
8037         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
8038         * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
8039         compilation if __NR_pciconfig_iobase is not defined.
8040         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
8041         Add alias.
8043 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
8045         * manual/sysinfo.texi: Fix typo.
8046         * manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
8047         Replace "high precision time" with "high accuracy clock".
8048         Fix language.
8049         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
8051         * nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
8052         * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
8053         instead of malloc.
8054         * nis/nis_subr.c: Use __builtin_expect.
8055         * nis/ypclnt.c: Likewise.
8056         * nis/nis_getservlist.c: Likewise.
8057         * nis/nis_creategroup.c: Likewise.
8059         * nis/nis_callback.c (__nis_create_callback): Check result of
8060         memory allocation.  Fix memory leaks.  Use __builtin_expect.
8061         (__nis_destroy_callback): Fix memory leaks.
8063 2000-04-21  Andreas Jaeger  <aj@suse.de>
8065         * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
8066         * sysdeps/mips/mips64/add_n.S: Likewise.
8067         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
8068         * sysdeps/mips/mips64/lshift.S: Likewise.
8069         * sysdeps/mips/mips64/mul_1.S: Likewise.
8070         * sysdeps/mips/mips64/rshift.S: Likewise.
8071         * sysdeps/mips/mips64/setjmp.S: Likewise.
8072         * sysdeps/mips/mips64/sub_n.S: Likewise.
8073         * sysdeps/mips/mips64/submul_1.S: Likewise
8074         * sysdeps/unix/mips/sysdep.S: Likewise.
8076         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
8077         and update comment.  The strtab from _dl_relocate_object can be
8078         used.
8080 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
8082         * iconv/iconv.c (iconv): Add __builtin_expect where useful.
8083         * iconv/iconv_close.c (iconv_close): Likewise.
8084         * iconv/iconv_open.c (iconv_open): Likewise.
8086         * grp/putgrent.c (putgrent): Unlock steam if fprintf failed.  Add
8087         __builtin_expect where useful.
8089         * grp/initgroups.c (initgroups): Test for result of memory
8090         allocation and punt if it fails.
8092         * dirent/scandir.c (scandir): Add __builtin_expect where useful.
8093         * grp/fgetgrent.c (fgetfrent): Likewise.
8094         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8096 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
8098         * libio/vasprintf.c: Include string.h to get memcpy prototype.
8100 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
8102         * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
8103         don't search for NUL byte to decrement counter.
8104         Reported by Ulrich.Brink@sap.com.
8106         * iconv/gconv_simple.c: Define separate functions to convert from
8107         UCS4/UCS4-LE to the internal encoding.
8108         * iconv/gconv_builtin.h: Use separate functions to convert from
8109         UCS4/UCS4-LE to the internal encoding.
8110         * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
8111         __gconv_transform_ucs4le_internal.
8113         * iconv/gconv_simple.c (internal_utf8_loop): Correct check for
8114         output buffer overflow.  Reported by Ulrich.Brink@sap.com.
8116         * iconv/skeleton.c: Add some more __builtin_expect.
8117         * iconv/loop.c: Likewise.
8119 2000-03-08  H.J. Lu  <hjl@gnu.org>
8121         * posix/regex.c (regex_compile): Correctly handle "\{" when
8122         the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
8124 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
8126         * manual/stdio.texi: Give advise about handling error when using
8127         stream functions.
8128         Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
8130 2000-04-19  Jakub Jelinek  <jakub@redhat.com>
8132         * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
8133         field to nelems * sizeof (uint32_t).
8134         * locale/programs/ld-address.c (address_output): Align word fields
8135         properly.
8136         * locale/programs/ld-monetary.c (monetary_output): Likewise.
8137         Don't restart idx pointers to idx end at the duo_int_curr_symbol
8138         field.
8139         Avoid giving arbitrary garbage in the crncystr field.
8140         Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
8141         uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
8142         fields.
8143         * locale/programs/ld-numeric.c (numeric_output): Likewise.
8144         Don't restart idx pointers to idx end at the decimal_point_wc field.
8145         * locale/programs/ld-time.c (time_output): week_1stday should be
8146         word, not byte.  Align it properly.
8148 2000-04-19  H.J. Lu  <hjl@gnu.org>
8150         * csu/gmon-start.c (_start): Declared as "extern void".
8151         (etext): Likewise.
8153 2000-04-18  Andreas Jaeger  <aj@suse.de>
8155         * manual/install.texi (Running make install): Don't mention utmpd
8156         anymore.
8158 2000-04-18  Andreas Jaeger  <aj@suse.de>
8160         * linuxthreads/Versions: Use ld instead of ld.so.
8162         * elf/Makefile (ld-map): Use ld.map.
8164         * Versions.def: Use ld instead of ld.so.
8165         * elf/Versions: Likewise.
8166         * sysdeps/mach/hurd/Versions: Likewise.
8168 2000-04-20  Andreas Jaeger  <aj@suse.de>
8170         * elf/rtld.c (print_statistics): Move ifndef further up.
8171         (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings.
8172         (dl_main): Likewise.
8174 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
8176         * gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
8177         * gmon/Versions: Move moncontrol to GLIBC_2.2.
8179         * po/cs.po: Update from translation team.
8181         * sysdeps/generic/updwtmp.c: Remove daemon support.
8183         * login/Makefile (routines): Remove utmp_daemon.
8185         * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
8186         * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
8187         * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
8188         * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
8190         * elf/rtld.c: Display statitics option also if hp timing is not
8191         available.
8193         * login/programs/connection.c: Removed.
8194         * login/programs/database.c Removed.
8195         * login/programs/error.c: Removed.
8196         * login/programs/request.c: Removed.
8197         * login/programs/xtmp.c: Removed.
8198         * login/programs/xtmp.h: Removed.
8199         * login/Makefile: Remove rules for utmpd.
8200         * login/README.utmpd: Removed.
8201         * login/utmp_daemon.c: Removed.
8202         * login/getutent_r.c: Remove references to daemon functions.
8203         * login/utmp-private.h (__libc_utmp_daemon_functions): Remove
8204         declaration.
8206 2000-04-18  Andreas Jaeger  <aj@suse.de>
8208         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
8209         2.2 for libnsl, libresolv, librt, libnss_*.
8211         * elf/rtld.c (process_dl_debug): Remove obsolete comment.
8213         * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
8215 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
8217         * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
8218         * sysdeps/unix/sysv/aix/getegid.c: Likewise.
8219         * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
8220         * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
8221         * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
8222         * sysdeps/unix/sysv/aix/setreuid.c: Define ID_EFFECTIVE and ID_REAL.
8223         * sysdeps/unix/sysv/aix/setregid.c: Likewise.
8224         * sysdeps/unix/sysv/aix/setuid.c: Define ID_REAL.
8225         * sysdeps/unix/sysv/aix/setgid.c: Likewise.
8226         * sysdeps/unix/sysv/aix/seteuid.c: Define ID_EFFECTIVE.
8227         * sysdeps/unix/sysv/aix/setegid.c: Likewise.
8228         * sysdeps/unix/sysv/aix/sbrk.c: Update parameter type.
8229         * sysdeps/unix/sysv/aix/nanosleep.c (struct timestruc_t): Define
8230         it here.
8231         * sysdeps/unix/sysv/aix/msync.c: New file.
8232         * sysdeps/unix/sysv/aix/msgsnd.c: New file.
8233         * sysdeps/unix/sysv/aix/net/if.h: New file.
8234         * sysdeps/unix/sysv/aix/pipe.c: New file.
8235         * sysdeps/unix/sysv/aix/poll.c: New file.
8236         * sysdeps/unix/sysv/aix/rename.c: New file.
8237         * sysdeps/unix/sysv/aix/rmdir.c: New file.
8238         * sysdeps/unix/sysv/aix/select.c: New file.
8239         * sysdeps/unix/sysv/aix/semctl.c: New file.
8240         * sysdeps/unix/sysv/aix/semget.c: New file.
8241         * sysdeps/unix/sysv/aix/semop.c: New file.
8242         * sysdeps/unix/sysv/aix/sendto.c: New file.
8243         * sysdeps/unix/sysv/aix/setgroups.c: New file.
8244         * sysdeps/unix/sysv/aix/setpgid.c: New file.
8245         * sysdeps/unix/sysv/aix/setpgrp.c: New file.
8246         * sysdeps/unix/sysv/aix/setpriority.c: New file.
8247         * sysdeps/unix/sysv/aix/setrlimit.c: New file.
8248         * sysdeps/unix/sysv/aix/setrlimit64.c: New file.
8249         * sysdeps/unix/sysv/aix/setsid.c: New file.
8250         * sysdeps/unix/sysv/aix/setsockopt.c: New file.
8251         * sysdeps/unix/sysv/aix/shmat.c: New file.
8252         * sysdeps/unix/sysv/aix/shmctl.c: New file.
8253         * sysdeps/unix/sysv/aix/shmdt.c: New file.
8254         * sysdeps/unix/sysv/aix/shmget.c: New file.
8255         * sysdeps/unix/sysv/aix/sigaltstack.c: New file.
8256         * sysdeps/unix/sysv/aix/sigstack.c: New file.
8257         * sysdeps/unix/sysv/aix/socket.c: New file.
8258         * sysdeps/unix/sysv/aix/socketpair.c: New file.
8259         * sysdeps/unix/sysv/aix/speed.c: New file.
8260         * sysdeps/unix/sysv/aix/symlink.c: New file.
8261         * sysdeps/unix/sysv/aix/sync.c: New file.
8262         * sysdeps/unix/sysv/aix/tcgetattr.c: New file.
8263         * sysdeps/unix/sysv/aix/tcsetattr.c: New file.
8264         * sysdeps/unix/sysv/aix/times.c: New file.
8265         * sysdeps/unix/sysv/aix/ulimit.c: New file.
8266         * sysdeps/unix/sysv/aix/umask.c: New file.
8267         * sysdeps/unix/sysv/aix/unlink.c: New file.
8268         * sysdeps/unix/sysv/aix/ustat.c: New file.
8269         * sysdeps/unix/sysv/aix/utimes.c: New file.
8271 2000-04-18  Andreas Jaeger  <aj@suse.de>
8273         * manual/startup.texi (Environment Access): Fix putenv prototype
8274         according to recent changes.
8275         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
8276         PR libc/1692.
8278         * elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
8279         needed.
8281 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
8283         * posix/Makefile (tests): Add tst-getaddrinfo.
8284         * posix/tst-getaddrinfo.c: New file.
8286 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8288         * manual/sysinfo.texi: Document that umount2 is not widely available.
8290         * sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to
8291         signal timing is not really implemented.
8293 2000-04-17  Andreas Jaeger  <aj@suse.de>
8295         * elf/rtld.c (process_dl_debug): Mention statistics in help message.
8297 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
8299         * Makefile (install): Use slibdir and libdir instead of inst_slibdir
8300         and inst_libdir.
8302 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8304         * manual/intro.texi: Change reference from System Information to
8305         System Management.
8306         * manual/users.texi: Likewise.
8307         * manual/conf.texi: Likewise.
8308         * manual/sysinfo.texi: Document mount, umount, and umount2.
8309         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8311 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
8313         * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
8314         Create wnumstr as well as numstr to support wide character output
8315         correctly.
8317 2000-04-15  Jakub Jelinek  <jakub@redhat.com>
8319         * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS
8320         modification and move it...
8321         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here.
8322         Add -melf64_sparc switch to $(LD) on sparc64-linux.
8323         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc
8324         switch to $(LD) on sparc-linux.
8326 2000-04-17  Thorsten Kukuk  <kukuk@suse.de>
8328         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
8329         and setresuid from sysdep_routines.
8331 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8333         * manual/Makefile (chapters): Add resource.
8335         * manual/time.texi: Move section on resources to...
8336         * manual/resource.texi: ...here.  New file.  Document ulimit, vlimit,
8337         and vtimes.
8338         * manual/setjmp.texi: Adjust back reference.
8339         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8341         * sysdeps/unix/sysv/aix/lxstat64.c: Uncomment STX_LINK and STX_64
8342         definition.
8343         * sysdeps/unix/sysv/aix/lxstat.c: Uncomment STX_LINK definition.
8344         * sysdeps/unix/sysv/aix/kill.c: Add copyright.
8345         * sysdeps/unix/sysv/aix/getuid.c: Define ID_REAL.
8346         * sysdeps/unix/sysv/aix/getgid.c: Define ID_REAL.
8347         * sysdeps/unix/sysv/aix/execve.c: Add copyright.
8348         * sysdeps/unix/sysv/aix/euidaccess.c: Add copyright.
8349         * sysdeps/unix/sysv/aix/close.c: Add copyright.
8350         * sysdeps/unix/sysv/aix/brk.c: Add copyright.
8351         * sysdeps/unix/sysv/aix/bits/errno.h: Add EAFNOSUPPORT.
8352         * sysdeps/unix/sysv/aix/access.c: Add copyright.
8353         * sysdeps/unix/sysv/aix/Makefile: Add some temporary definitions.
8354         * sysdeps/unix/sysv/aix/Implies: New file.
8355         * sysdeps/unix/sysv/aix/Versions: New file.
8356         * sysdeps/unix/sysv/aix/bind.c: New file.
8357         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: New file.
8358         * sysdeps/unix/sysv/aix/bits/ioctls.h: New file.
8359         * sysdeps/unix/sysv/aix/bits/poll.h: New file.
8360         * sysdeps/unix/sysv/aix/bits/termios.h: New file.
8361         * sysdeps/unix/sysv/aix/chdir.c: New file.
8362         * sysdeps/unix/sysv/aix/chmod.c: New file.
8363         * sysdeps/unix/sysv/aix/chroot.c: New file.
8364         * sysdeps/unix/sysv/aix/creat.c: New file.
8365         * sysdeps/unix/sysv/aix/dl-close.c: New file.
8366         * sysdeps/unix/sysv/aix/dl-open.c: New file.
8367         * sysdeps/unix/sysv/aix/dl-sym.c: New file.
8368         * sysdeps/unix/sysv/aix/fchdir.c: New file.
8369         * sysdeps/unix/sysv/aix/fchmod.c: New file.
8370         * sysdeps/unix/sysv/aix/getgroups.c: New file.
8371         * sysdeps/unix/sysv/aix/gethostname.c: New file.
8372         * sysdeps/unix/sysv/aix/getpriority.c: New file.
8373         * sysdeps/unix/sysv/aix/getrlimit.c: New file.
8374         * sysdeps/unix/sysv/aix/getrlimit64.c: New file.
8375         * sysdeps/unix/sysv/aix/getrusage.c: New file.
8376         * sysdeps/unix/sysv/aix/link.c: New file.
8377         * sysdeps/unix/sysv/aix/madvise.c: New file.
8378         * sysdeps/unix/sysv/aix/mkdir.c: New file.
8379         * sysdeps/unix/sysv/aix/mknod.c: New file.
8380         * sysdeps/unix/sysv/aix/mprotect.c: New file.
8381         * sysdeps/unix/sysv/aix/msgctl.c: New file.
8382         * sysdeps/unix/sysv/aix/msgget.c: New file.
8383         * sysdeps/unix/sysv/aix/msgrcv.c: New file.
8385 2000-04-17  Andreas Jaeger  <aj@suse.de>
8387         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
8388         as suggested by Ulrich Drepper.
8389         (__dl_runtime_resolve): Remove unused variable, initialize sym
8390         directly.
8391         (RTLD_START): Document OFFSET_GP_GOT.
8392         (OFFSET_GP_GOT): New magic value.
8393         (elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
8394         (elf_machine_got_rel): Only declare strtab if needed.
8395         (elf_machine_relplt): Removed, it's not needed.
8396         (_dl_runtime_resolve): Fix \n for a comment, safe gp and not pc.
8398         * sysdeps/mips/add_n.S: Add newline at EOF.
8399         * sysdeps/mips/rshift.S: Likewise.
8400         * sysdeps/mips/mul_1.S: Likewise.
8401         * sysdeps/mips/lshift.S: Likewise.
8402         * sysdeps/mips/addmul_1.S: Likewise.
8404 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8406         * sysdeps/powerpc/fpu/s_isnan.c: Pretty printing.
8408         * elf/dl-reloc.c (_dl_relocate_object): Add more __builtin_expect.
8409         * elf/dl-lookup.c: Likewise.
8410         * elf/dl-init.c (_dl_init): Likewise.
8411         * elf/dl-fini.c (_dl_fini): Likewise.
8412         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
8413         * elf/dl-close.c (_dl_close): Likewise.
8414         * elf/rtld.c (_dl_start_final): Likewise.
8416         * elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
8418 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
8420         * csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and
8421         only fall back on using Linux.
8423         * elf/dl-version.c (_dl_check_map_versions): New argument trace_mode.
8424         Before testing versions check that we actually loaded the object
8425         and whether we are in trace mode.  If not loaded during tracing don't
8426         test versions in this object.
8427         (_dl_check_all_versions): Take new parameter and pass to
8428         _dl_check_map_versions.
8429         * sysdeps/generic/ldsodefs.h: Update prototypes for
8430         _dl_check_all_versions and _dl_check_map_versions.
8431         * elf/rtld.c (struct version_check_args): Add dotrace.
8432         (version_check_doit): Pass args->dotrace to _dl_check_all_versions.
8433         (dl_main): Pass info about trace mode to version_check_doit.
8434         * elf/dl-open.c (dl_open_worker): Pass zero as new argument to
8435         _dl_check_all_versions.
8437         * manual/users.texi (XPG Functions): Document utmpxname, getutmp,
8438         and getutmpx.
8439         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8441         * manual/argp.texi: Document index parameter of argp_parse.
8442         Fix typo.
8443         Reported by Andrew Schulman <SCHULMAN.ANDREW@epamail.epa.gov>.
8445 2000-04-14  Andreas Jaeger  <aj@suse.de>
8447         * sysdeps/unix/sysv/linux/shm_open.c: Include linux_fsinfo for
8448         SHMFS_SUPER_MAGIC.  Remove definition of SHMFS_SUPER_MAGIC.
8450         * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Added.
8452 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
8454         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
8455         compat_symbol call for old adjtime.
8457         * sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
8458         function interface.  Patch by Richard Henderson <rth@cygnus.com>.
8460         * posix/Makefile (headers): Add spawn.h.
8461         (distribute): Add spawn_int.h.
8462         (routines): Add spawn_faction_init, spawn_faction_destroy,
8463         spawn_faction_addclose, spawn_faction_addopen, spawn_faction_adddup2,
8464         spawnattr_init, spawnattr_destroy, spawnattr_getdefault,
8465         spawnattr_setdefault, spawnattr_getflags, spawnattr_setflags,
8466         spawnattr_getpgroup, spawnattr_setpgroup, spawn, spawnp, and spawni.
8467         * posix/Versions [libc] (GLIBC_2.2): Add posix_spawn_file_actions_init,
8468         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addclose,
8469         posix_spawn_file_actions_addopen, posix_spawn_file_actions_adddup2,
8470         posix_spawnattr_init, posix_spawnattr_destroy,
8471         posix_spawnattr_getdefault, posix_spawnattr_setdefault,
8472         posix_spawnattr_getflags, posix_spawnattr_setflags,
8473         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup, posix_spawn,
8474         and posix_spawnp.
8475         * posix/spawn.c: New file.
8476         * posix/spawn.h: New file.
8477         * posix/spawn_faction_addclose.c: New file.
8478         * posix/spawn_faction_adddup2.c: New file.
8479         * posix/spawn_faction_addopen.c: New file.
8480         * posix/spawn_faction_destroy.c: New file.
8481         * posix/spawn_faction_init.c: New file.
8482         * posix/spawn_int.h: New file.
8483         * posix/spawnattr_destroy.c: New file.
8484         * posix/spawnattr_getdefault.c: New file.
8485         * posix/spawnattr_getflags.c: New file.
8486         * posix/spawnattr_getpgroup.c: New file.
8487         * posix/spawnattr_getschedparam.c: New file.
8488         * posix/spawnattr_getschedpolicy.c: New file.
8489         * posix/spawnattr_getsigmask.c: New file.
8490         * posix/spawnattr_init.c: New file.
8491         * posix/spawnattr_setdefault.c: New file.
8492         * posix/spawnattr_setflags.c: New file.
8493         * posix/spawnattr_setpgroup.c: New file.
8494         * posix/spawnattr_setschedparam.c: New file.
8495         * posix/spawnattr_setschedpolicy.c: New file.
8496         * posix/spawnattr_setsigmask.c: New file.
8497         * posix/spawni.c: New file.
8498         * posix/spawnp.c: New file.
8500         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_SPAWN.
8501         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
8503 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
8505         * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
8506         * malloc/malloc.c: Implement posix_memalign for glibc.
8507         * include/stdlib.h: Add prototype for __posix_memalign.
8508         * stdlib/stdlib.h: Add prototype for posix_memalign.
8510 2000-04-14  Andreas Jaeger  <aj@suse.de>
8512         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
8513         symidx correctly.
8514         (elf_machine_got_rel): Cast sym correctly.
8516         * sysdeps/mips/add_n.S: Use __PIC__, add end directive.
8517         * sysdeps/mips/addmul_1.S: Likewise.
8518         * sysdeps/mips/lshift.S: Likewise.
8519         * sysdeps/mips/mul_1.S: Likewise.
8520         * sysdeps/mips/rshift.S: Likewise.
8521         * sysdeps/mips/sub_n.S: Likewise.
8522         * sysdeps/mips/submul_1.S: Likewise.
8524         * stdlib/stdlib.h: Fix typo in comment.
8526         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
8527         2.2 for libdl, ld and libm.
8529         * sysdeps/generic/madvise.c: Fix typos.
8531         * sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
8533         * sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
8535         * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
8536         warnings.
8538 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
8540         * include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
8541         * sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
8542         Make old name weak alias.
8543         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
8544         * sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
8545         Make old name weak alias.
8546         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
8548         * io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
8549         posix_fallocate, and posix_fallocate64.
8550         * io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
8551         posix_fallocate, and posix_fallocate64.
8552         * io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
8553         posix_fallocate, and posix_fallocate64.
8554         * sysdeps/generic/fadvise.c: New file.
8555         * sysdeps/generic/fadvise64.c: New file.
8556         * sysdeps/generic/fallocate.c: New file.
8557         * sysdeps/generic/fallocate64.c: New file.
8558         * sysdeps/posix/fallocate.c: New file.
8559         * sysdeps/posix/fallocate64.c: New file.
8560         * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
8561         POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
8562         POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
8563         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
8564         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8565         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
8566         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
8567         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
8568         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8570         * sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
8571         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
8573 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
8575         * misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
8576         * misc/sys/mman.h (posix_madvise): Add prototype.
8577         * sysdeps/generic/madvise.c (madvise): Renamed to __madvise.  Make
8578         old name and posix_madvise weak aliases.
8579         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
8580         * sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
8581         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
8582         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
8583         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
8584         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
8585         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
8587 2000-04-13  Andreas Jaeger  <aj@suse.de>
8589         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
8590         versioning.
8591         (elf_machine_got_rel): Only add runtime display if needed.
8592         (elf_machine_got_rel): Handle symbol versioning.
8594 2000-04-13  Andreas Jaeger  <aj@suse.de>
8596         * sysdeps/unix/sysv/linux/mips/clone.S: Fix function.
8598         * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
8599         default.
8601         * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
8602         with some applications.
8603         Patches by Ralf Baechle <ralf@uni-koblenz.de>.
8605         * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
8606         * sysdeps/mips/bsd-_setjmp.S: Likewise.
8607         * sysdeps/mips/setjmp.S: Likewise.
8609         * sysdeps/unix/sysv/linux/mips/pipe.S: New file.
8611 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
8613         * posix/globtest.sh: Work around inconsistency with expanding ~/
8614         in shell (PR libc/1690).  Reported by patsmith@pobox.com.
8616 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
8618         * posix/getconf.c: Add support for many more POSIX options.
8619         * sysdeps/posix/sysconf.c: Likewise.
8620         * sysdeps/generic/bits/confname.h: Add many more POSIX options.
8621         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
8622         _POSIX_SHELL.
8623         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
8624         * sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
8625         CLOCK_PROCESS_CPUTIME_ID.  Add define CLOCK_MONOTONIC and
8626         CLOCK_THREAD_CPUTIME_ID.
8627         * sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
8628         CLOCK_PROCESS_CPUTIME_ID.
8629         * sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
8630         __CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID.  Handle
8631         CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
8632         * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
8634         * malloc/Makefile (tests): Add tst-calloc.
8635         * malloc/tst-calloc.c: New file.
8637         * sysdeps/arm/libm-test-ulps: New file.
8639         * malloc/malloc.c: Undo all of today's changes.
8641         * locale/programs/locale.c (show_info): Don't try to look into
8642         data for LC_ALL (there is none).
8644         * malloc/malloc.c (cALLOc): Clear only what the user asked for and
8645         avoid writing over boundary.
8646         Patch by Greg McGary <gkm@eng.ascend.com>.
8648         * sysdeps/arm/memprof.h: New file.
8650 2000-04-12  Andreas Jaeger  <aj@suse.de>
8652         * sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.
8654         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
8655         for memmem declaration.
8657 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
8659         * sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
8660         to -1.
8661         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
8663         * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
8664         mode is invalid.
8665         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
8666         Patch by Bart Veer <bartv@redhat.com>.
8668         * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
8669         function interface.
8671 2000-04-11  Andreas Jaeger  <aj@suse.de>
8673         * sysdeps/mips/dl-machine.h: Update some comments.
8674         (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
8676 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
8678         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
8679         _POSIX_SHARED_MEMORY_OBJECTS.
8681         * rt/Makefile (tests): Add tst-shm.
8682         Add rules to generate tst-shm.
8683         * rt/tst-shm.c: New file.
8685         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
8686         for descriptor.
8688         * misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
8689         * rt/Makefile (librt-routines): Add shm_open and shm_unlink.
8690         * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
8691         * sysdeps/generic/shm_open.c: New file.
8692         * sysdeps/generic/shm_unlink.c: New file.
8693         * sysdeps/unix/sysv/linux/shm_open.c: New file.
8694         * sysdeps/unix/sysv/linux/shm_unlink.c: New file.
8695         * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
8696          __endmntent, __getmntent_r, __setmntent, and __statfs.
8698         * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
8699         fragmentation by allocating new memory at the end instead of
8700         reallocating.
8702         * posix/globtest.sh: Fix last change.
8704 2000-04-10  Philip Blundell  <philb@gnu.org>
8706         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
8707         IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
8708         IPV6_DROP_MEMBERSHIP.
8709         * sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
8710         Likewise.
8712 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
8714         * elf/readlib (process_file): Close streams in case of an error.
8716 2000-04-09  Andreas Jaeger  <aj@suse.de>
8718         * elf/readlib.c (process_file): Check if file is big enough to
8719         contain aout and ELF headers.
8720         Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.
8722 2000-04-10  Jes Sorensen  <Jes.Sorensen@cern.ch>
8724         * elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().
8726 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
8728         * test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
8729         stream unbuffered.
8730         * rt/Makefile (tests): Add tst-clock.
8731         Add rules to build tst-clock.
8732         * rt/tst-clock.c: New file.
8733         * sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
8734         about initialization of nsec.
8735         * sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
8736         about initialization of freq.  Set retval to zero if successful.
8737         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.
8739 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
8741         * Versions.def (librt): Add GLIBC_2.2.
8742         * rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
8743         clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
8744         timer_getoverr, timer_gettime, and timer_settime.
8745         * rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
8746         clock_settime, timer_create, timer_delete, timer_getoverrun,
8747         timer_gettime, and timer_settime.
8748         * sysdeps/generic/clock_getcpuclockid.c: New file.
8749         * sysdeps/generic/get_clockfreq.c: New file.
8750         * sysdeps/unix/i386/clock_getcpuclockid.c: New file.
8751         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
8752         * sysdeps/mach/hurd/i386/bits/time.h: New file.
8753         * sysdeps/unix/i386/i586/clock_getres.c: New file.
8754         * sysdeps/unix/i386/i586/clock_gettime.c: New file.
8755         * sysdeps/unix/i386/i686/Implies: New file.
8756         * sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
8757         * time/Makefile (routines): Move clock_getres, clock_gettime,
8758         clock_settime, timer_create, timer_delete, timer_getoverr,
8759         timer_gettime, and timer_settime to rt/Makefile.
8760         * time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
8761         clock_settime, timer_create, timer_delete, timer_getoverrun,
8762         timer_gettime, and timer_settime.
8763         * time/time.h: Define pid_t.  Add prototype for clock_getcpuclockid.
8765         * sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility.  Use __const__
8766         and not const as attribute name.
8768 2000-04-10  Thorsten Kukuk  <kukuk@suse.de>
8770         * elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.
8772 2000-04-10  Andreas Schwab  <schwab@suse.de>
8774         * posix/globtest.sh: Skip tests that depend on unreadable
8775         directories if run as root.
8777 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
8779         * sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
8780         for correct range.  From code by Kaz Kylheku <kaz@ashi.footprints.net>.
8782 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
8784         * sysdeps/unix/clock_gettime.c: New file.
8785         * sysdeps/unix/clock_settime.c: New file.
8786         * sysdeps/posix/clock_getres.c: New file.
8788         * conform/data/ftw.h-data: Add allow-header sys/stat.h.
8790         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
8791         lseek call be passing in a buffer which never allow a successful
8792         first getdents syscall if not at leas the initial entry can be
8793         stored in the user buffer.
8795         * localedata/Makefile: Add rules to clean up directories created by
8796         new strfmon tests.
8798 2000-04-09  Geoff Clare  <gwc@unisoft.com>
8800         * localedata/tst-fmon.data: Added new tests for strfmon()
8801         using test locales with all combinations of cs_precedes,
8802         sign_posn and sep_by_space.
8803         * localedata/tst-fmon.sh: Updated to support the new tests.
8804         * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
8805         the localedef source for the new strfmon() test locale.
8806         * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
8807         * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
8808         * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
8809         * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
8810         * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
8811         * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
8812         * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
8813         * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
8814         * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
8815         * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
8816         * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
8817         * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
8818         * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
8819         * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.
8821         * stdlib/strfmon.c: Correct problems with missing or extra
8822         spaces for unusual combinations of sign_posn and sep_by_space.
8823         Improved left-precision alignment code.
8825 2000-04-07  Andreas Jaeger  <aj@suse.de>
8827         * posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
8829 2000-04-10  Andreas Jaeger  <aj@suse.de>
8831         * intl/Makefile: Don't run do-gettext-test when cross-compiling.
8833 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
8835         Implement handling of restartable conversion functions according to
8836         ISO C.
8837         * iconv/gconv.h (__gconv_fct): Add additional parameter.
8838         * iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
8839         * iconv/gconv.c: Pass additional parameter to conversion function.
8840         * iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
8841         (internal_ucs4le_loop_single): New function.
8842         (__gconv_transform_ascii_internal): Define ONE_DIRECTION.
8843         (__gconv_transform_internal_ascii): Likewise.
8844         (__gconv_transform_internal_utf8): Likewise.
8845         (__gconv_transform_utf8_internal): Likewise.
8846         (__gconv_transform_ucs2_internal): Likewise.
8847         (__gconv_transform_internal_ucs2): Likewise.
8848         (__gconv_transform_ucs2reverse_internal): Likewise.
8849         (__gconv_transform_internal_ucs2reverse): Likewise.
8850         (internal_ucs4le_loop_unaligned): Before return
8851         __GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
8852         a valid character.  Otherwise return __GCONV_ILLEGAL_INPUT.
8853         (__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
8854         * iconv/loop.c: Fit in definition of function to convert one character
8855         for processing of left-over bytes from the state object.
8856         * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
8857         inend to match names in loop functions.
8858         (RESET_INPUT_BUFFER): Change apprpriately.
8859         (gconv): If needed, call function to process bytes from the state
8860         object.  Similar at the end: store left over bytes if input is
8861         incomplete.
8862         Take extra argument and add new argument to all calls of the
8863         conversion function.
8864         * iconvdata/iso-2022-cn.c: Adjust numeric values used to store
8865         information in the state object to not conflict with length count.
8866         * iconvdata/iso-2022-jp.c: Likewise.
8867         * iconvdata/iso-2022-kr.c: Likewise.
8868         * iconvdata/unicode.c: Adjust for change change in parameters of
8869         skeleton function.
8870         * iconvdata/utf-16.c: Likewise.
8871         * libio/iofwide.c: Add new parameter to all calls of conversion
8872         function.
8873         * wcsmbs/btowc.c: Likewise.
8874         * wcsmbs/mbrtowc.c: Likewise.
8875         * wcsmbs/mbsnrtowcs.c: Likewise.
8876         * wcsmbs/mbsrtowcs.c: Likewise.
8877         * wcsmbs/wcrtomb.c: Likewise.
8878         * wcsmbs/wcsnrtombs.c: Likewise.
8879         * wcsmbs/wcsrtombs.c: Likewise.
8880         * wcsmbs/wctob.c: Likewise.
8882         * iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
8883         MAX_NEEDED_INPUT.
8885 2000-04-07  Andreas Jaeger  <aj@suse.de>
8887         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
8888         newer kernels.
8890 2000-04-07  Ulrich Drepper  <drepper@redhat.com>
8892         * wcsmbs/wchar.h (__mbstate_t): Rename elements.  Make __value
8893         element a union to allow byte access.
8894         * iconvdata/iso-2022-cn.c: Adjust for change of element name in
8895         mbstate_t.
8896         * iconvdata/iso-2022-jp.c: Likewise.
8897         * iconvdata/iso-2022-kr.c: Likewise.
8898         * wcsmbs/mbsinit.c: Likewise.
8899         * stdlib/mblen.c: Likewise.
8900         * stdio-common/printf-parse.h: Likewise.
8902 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
8904         * sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
8905         kernel does not allow relative seeks on descriptors associated
8906         with directories.  Go back to get the position in the directory
8907         every time we enter the function.  Return -1 and set errno if one
8908         entry could be read from the kernel but does not fit into the
8909         buffer passed in by the user.
8911         * locale/programs/charmap.c (charmap_new_char): Add parameter step.
8912         Support ..(2).. ellipsis.
8913         (parse_charmap): Recognize ..(2).. etc and pass step down.
8914         Correctly generate names for UCS4 characters.
8916         * locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
8917         (ctype_finish): We know the wide character value for <SP>,
8918         don't search.
8919         (charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
8920         (charclass_ucs4_ellipsis): Likewise.
8921         (read_translit_ignore_entry): Store ellipsis step.
8922         (ctype_read): Recognize ..(2).. etc and pass step down.
8924         * locale/programs/linereader.c (lr_token): When seeing comment
8925         character ignore only rest of line in sources but stop at escaped
8926         newline.
8927         Recognize ..(2).. and ....(2).....
8929         * locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
8930         and tok_ellipsis4_2.
8932 2000-04-06  Andreas Jaeger  <aj@suse.de>
8934         * sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
8935         removed, remove it here also.
8936         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8937         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
8938         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
8939         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
8941 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
8943         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
8944         include bits/sigcontext.h.
8945         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
8947 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
8949         * locale/programs/ld-collate.c (collate_read): Handle ellipsis in
8950         collation symbol definition.  Value in quivalence definition must
8951         be defined, don't check that it is not.
8953         * locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
8954         values as character names.
8956         * locale/programs/ld-ctype.c (get_character): Handle missing
8957         repertoire map correctly.
8959 2000-04-05  Cristian Gafton  <gafton@redhat.com>
8961         * ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
8962         because it is used in generic code.
8963         * wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
8964         * wcsmbs/wcwidth.h: Declare __ctype32_b.
8965         * intl/gettext.c: Include <locale.h>.
8966         * intl/ngettext.c: Likewise.
8968 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
8970         * resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
8971         socklen_t type for size.
8972         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
8973         init function interface.
8974         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
8975         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
8976         sys/ucontext.h.
8977         (__jmp_buf): Declare the whole type structure here, don't use
8978         ucontext.
8980 2000-04-05  Ulrich Drepper  <drepper@redhat.com>
8982         * iconv/skeleton.c (put16u): Fix typo.
8983         Reported by Bruno Haible <haible@ilog.fr>.
8985         * sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
8986         * sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
8987         * sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
8988         * sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
8989         * sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
8990         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
8992         * sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
8993         * Makefile (distribute): Add abi-versions.awk and
8994         firstversions.awk.
8995         Patches by Torsten Duwe <duwe@caldera.de>.
8997 2000-04-05  Andreas Schwab  <schwab@suse.de>
8999         * nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.
9001 2000-04-05  Andreas Schwab  <schwab@suse.de>
9003         * sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
9004         entry point, used on Hurd.
9006 2000-04-04  Andreas Jaeger  <aj@suse.de>
9008         * intl/Makefile: Only run the gettext test with shared libraries.
9010 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
9012         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
9013         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
9015 2000-04-05  Roland McGrath  <roland@baalperazim.frob.com>
9017         * Makeconfig: Undo last change.
9018         * configure.in: If --disable-shared was given, don't set VERSIONING,
9019         don't define DO_VERSIONING, and don't give scare warning for no
9020         versioning.
9021         * configure: Regenerated.
9023 2000-04-04  Roland McGrath  <roland@baalperazim.frob.com>
9025         * Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
9027 2000-04-04  Andreas Jaeger  <aj@suse.de>
9029         * sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.
9031 2000-04-04  Ulrich Drepper  <drepper@redhat.com>
9033         * elf/dl-runtime.c (fixup): Correct handling of symbols marked
9034         STV_HIDDEN and STV_INTERNAL during lookup.
9035         (profile_fixup): Likewise.
9036         * elf/dl-reloc.c (RESOLVE): Likewise.
9038         * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
9039         unaligned so that it compiles for system which need unaligned
9040         access handling.
9042 2000-04-04  Andreas Schwab  <schwab@suse.de>
9044         * elf/cache.c (print_entry): Only look at the type field when
9045         printing the type.
9047 2000-04-04  Andreas Schwab  <schwab@suse.de>
9049         * iconvdata/big5.c (BODY): Fix typo.
9051 2000-04-04  Andreas Schwab  <schwab@suse.de>
9053         * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
9054         function interface.  Remove unused _dl_start_user entry point.
9056 2000-04-03  Andreas Jaeger  <aj@suse.de>
9058         * include/arpa/inet.h (__inet_aton): Add protoype.
9060 2000-04-01  Andreas Jaeger  <aj@suse.de>
9062         * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.
9064         * sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
9065         * sysdeps/mach/mips/thread_state.h: Likewise.
9067         * sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
9068         * sysdeps/generic/fegetenv.c: Likewise.
9069         * sysdeps/generic/fesetenv.c: Likewise.
9070         * sysdeps/generic/feupdateenv.c: Likewise.
9071         * sysdeps/generic/fraiseexcpt.c: Likewise.
9072         * sysdeps/generic/fsetexcptflg.c: Likewise.
9073         * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
9074         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
9075         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
9076         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
9078 2000-04-02  H.J. Lu  <hjl@gnu.org>
9080         * elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.
9082 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
9084         * elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
9085         (add_name_to_object): Add cast in malloc call.
9086         (fillin_rpath): Optimize loop to initialize ->status a bit.
9088         * sysdeps/i386/dl-machine.h: Undo last change.
9089         * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
9090         Restore %edx register after call here.
9092         * sysdeps/arm/atomicity.h: New file.
9093         Contributed by Jesper Skov <jskov@redhat.com>.
9095 2000-04-03  Roland McGrath  <roland@baalperazim.frob.com>
9097         * Makeconfig (preprocess-versions): Undo last change.
9098         Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
9100         * sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
9101         here, before we might move the stack.
9102         (posixland_init): Set __libc_argc, __libc_argc, and __environ here.
9103         (init1): And not here.
9105         * sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
9106         change, to restore argc value in call-clobbered register after
9107         RTLD_START_SPECIAL_INIT, which will contain a call.
9109         * elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
9110         allocating and initializing L->l_initfini.
9112         * resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
9114 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
9116         * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
9117         RUNPATH, RPATH, and LD_LIBRARY_PATH.
9118         (open_path): Change type of fourth parameter.  Make pointer to array
9119         of pointers.  Create variable dirs with original type.
9120         Track whether any directory for the object exists and if not,
9121         change *DIRSP to (void*) -1 to signal there is no such search path.
9122         (_dl_map_object): Change all calls of open_path.
9123         Rewrite decompose_rpath calls.
9125 2000-03-31  Andreas Schwab  <schwab@suse.de>
9127         * string/strfry.c: Declare STATE as array of char instead of int
9128         and do not initialize it (done by initstate_r).  Pass correct
9129         size.
9131 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
9133         * sysdeps/generic/ldsodefs.h: Fix typo in comment.
9135         * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
9136         instruction out of the code.
9138 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
9140         * elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
9141         element at this position.
9143         * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
9144         * elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
9145         l_reldeps elements.
9146         * elf/dl-lookup.c (add_dependency): New function.
9147         (_dl_lookup_symbol): Use it whenever symbol was found in a global,
9148         dynamically loaded object.
9149         (_dl_lookup_symbol_skip): Likewise.
9150         (_dl_lookup_versioned_symbol): Likewise.
9151         (_dl_lookup_versioned_symbol_skip): Likewise.
9152         * elf/dl-open.c: Don't define _dl_load_lock here...
9153         * elf/rtld.c: ...but here...
9154         * elf/dl-support.c: ...and here.
9155         * elf/dl-close.c (_dl_close): Close also dependent objects introduce
9156         through relocation.
9157         * elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
9158         relocations.
9159         * dlfcn/Makefile (glrefmain.out): Test is not expected to fail
9160         anymore.
9161         * dlfcn/glrefmain.c: Add one more debug message.
9163         * Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
9164         command line.
9165         * Makerules (sysd-versions): Use ( ) instead of { }.
9167         * elf/dl-load.c: Use __builtin_expect to signal that compiler should
9168         optimize for the non-debugging case.
9169         * elf/dl-lookup.c: Likewise.
9170         * sysdeps/generic/libc-start.c: Likewise.
9172 2000-04-02  Roland McGrath  <roland@baalperazim.frob.com>
9174         * sysdeps/mach/hurd/i386/init-first.c: Replace PIC #ifdefs with SHARED.
9175         (init1): Don't initialize __environ here, since init already does it.
9176         (first_init): New function, broken out of _init.
9177         (_hurd_stack_setup): Use it.
9178         [SHARED] (_dl_init_first): New function, renamed from old _init.
9179         (init1) [SHARED]: Don't call posixland_init here.
9180         (posixland_init): Take ENVP arg, so signature is usual for initializer.
9181         [SHARED] (_init): Define as alias for posixland_init.
9182         [! SHARED] (__libc_first_init): Define as alias for posixland_init.
9183         * sysdeps/i386/dl-machine.h (RTLD_START): Insert the macro
9184         RTLD_START_SPECIAL_INIT before calling initializers.
9185         (RTLD_START_SPECIAL_INIT): Define to empty if undefined.
9186         * sysdeps/mach/hurd/i386/dl-machine.h: New file.
9187         * sysdeps/mach/hurd/dl-sysdep.c (_dl_init_first): New weak function.
9188         * elf/Versions ({libc,ld.so}: GLIBC_2.2): Add _dl_init_first.
9190         * stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
9191         since we define the function with the name `tmpfile'.
9193         * mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
9194         * hurd/Versions: Likewise.
9196 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
9198         * elf/dl-runtime.c (fixup): Fix typo in comment.
9200         * resolv/netdb.h (getnameinfo): All length parameters are of type
9201         socklen_t.
9202         * inet/getnameinfo.c: Likewise.
9204 2000-04-01  Ulrich Drepper  <drepper@redhat.com>
9206         * posix/unistd.h (socklen_t): Define if it has not yet happened.
9207         (gethostname): Change type of second parameter to socklen_t.
9208         * include/unistd.h (__gethostname): Change type of second
9209         parameter to socklen_t.
9210         * sysdeps/generic/gethostname.c (__gethostname): Likewise.
9211         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
9212         * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise.
9213         * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname):
9214         Likewise.
9215         * sysdeps/unix/sysv/linux/gethostname.c: Removed.
9216         * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t.
9217         Allow definition elsewhere.
9218         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
9219         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9220         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9221         * sysdeps/generic/bits/types.h: Define __socklen_t.
9222         * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
9223         * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
9224         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9225         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9226         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
9227         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
9228         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
9230         * inet/arpa/inet.h (inet_addr): Change return type to in_addr_t.
9231         (inet_lnaof): Likewise.
9232         (inet_netof): Likewise.
9233         (inet_network): Likewise.
9234         (inet_aton): Likewise.
9235         (inet_makeaddr): Change parameter types to in_addr_t.
9236         (inet_neta): Likewise.
9237         (inet_ntop): Change type of last parameter to socklen_t.
9238         (inet_aton): Only make available if __USE_MISC.
9239         (inet_neta): Likewise.
9240         (inet_net_ntop): Likewise.
9241         (inet_net_pton): Likewise.
9242         (inet_nsap_ntoa): Likewise.
9244         * inet/in.h: Define in_port_t type.
9245         Define in_addr_t type.
9246         (struct in_addr): Use in_addr_t in definition.
9247         (IN_CLASSA): Use cast to in_addr_t.
9248         (IN_CLASSB): Likewise.
9249         (IN_CLASSC): Likewise.
9250         (IN_CLASSD): Likewise.
9251         (IN_EXPERIMENTAL): Likewise.
9252         (IN_BADCLASS): Likewise.
9253         (INADDR_ANY): Likewise.
9254         (INADDR_BROADCAST): Likewise.
9255         (INADDR_NONE): Likewise.
9256         (INADDR_LOOPBACK): Likewise.
9257         (INADDR_UNSPEC_GROUP): Likewise.
9258         (INADDR_ALLHOSTS_GROUP): Likewise.
9259         (INADDR_ALLRTRS_GROUP): Likewise.
9260         (INADDR_MAX_LOCAL_GROUP): Likewise.
9261         (struct sockaddr_in): Use in_port_t for sin_port element.
9262         (struct sockaddr_in6): Use in_port_t for sin6_port element.
9263         Use uint8_t instead of u_int8_t.
9265         * resolv/inet_addr.c (inet_addr): Change return type to in_addr_t.
9266         Call __inet_aton instead of inet_aton.
9267         (__inet_aton): Renamed from inet_aton.  Add weak alias under old name.
9269         * resolv/netdb.h (gethostbyname2): Define only is __USE_MISC.
9270         (innetgr): Likewise.
9271         (struct addrinfo): Use socklen_t for ai_addrlen element.
9273         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MTU_DISCOVER, IPV6_MTU,
9274         IPV6_RECVERR): New defines.
9276         * include/netdb.h: Change type of first parameter of __getnetbyaddr_r.
9277         * inet/getnetbyad.c: Likewise.
9278         * inet/getnetbyad_r.c: Likewise.
9279         * nis/nss_nis/nis-network.c: Likewise.
9280         * nis/nssplus_nis/nisplus-network.c: Likewise.
9281         * nss/nss_files/files-network.c: Likewise.
9282         * resolv/netdb.h: Define uint32_t if not already happened.
9283         Include bits/netdb.h.  Remove definition of struct netent.
9284         Change type of first parameter of getnetbyaddr_r and getnetbyaddr.
9285         * sysdeps/generic/stdint.h: Allow definition of uint32_t elsewhere.
9286         * sysdeps/generic/bits/netdb.h: New file.
9287         * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: New file.
9289         * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
9290         (tests): Add glrefmain.
9291         Add rules to build modules and run tests.  Ignore result of glrefmain
9292         for now since it fails.
9293         * dlfcn/glrefmain.c: New file.
9294         * dlfcn/glreflib1.c: New file.
9295         * dlfcn/glreflib2.c: New file.
9297         * test-skeleton.c: Include <string.h> for strsignal prototype.
9299         * locale/programs/ld-collate.c (check_duplicate): Allow repertoire
9300         to be missing.
9302         * sysdeps/unix/sysv/linux/init-first.c (init): Add code from
9303         former init-first.h.  Initialize __libc_multiple_libcs.
9305 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
9307         * iconv/skeleton.c: Define access macros with u suffix.  Adjust
9308         #if expression for use of unaligned function to the one used in
9309         the definition of these functions.
9310         * iconv/loop.c: Undefined `unaligned' before recursive inclusion.
9311         * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
9312         (internal_ucs4le_loop_unaligned): New function.
9314         * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c.
9315         (tests): Add order.
9316         (module-names): Add dep1, dep2, dep3, and dep4.
9317         Add dependencies for dep* modules and order.
9318         Define rule for order.out which checks the result.
9319         * elf/dep1.c: New file.
9320         * elf/dep2.c: New file.
9321         * elf/dep3.c: New file.
9322         * elf/dep4.c: New file.
9323         * elf/order.c: New file.
9325         * elf/dl-init.c: Fix typo in comment.
9327 2000-03-31  Andreas Jaeger  <aj@suse.de>
9329         * sysdeps/mips/dl-machine.h (RTLD_START): Rewritten to match new
9330         init function interface.
9331         * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise.
9333 2000-03-31  Andreas Jaeger  <aj@suse.de>
9335         * sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
9336         * sysdeps/mips/fpu/fegetenv.c: Likewise.
9337         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
9338         * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
9339         * sysdeps/mips/fpu/fesetenv.c: Likewise.
9341         * sysdeps/generic/ldsodefs.h: DT_INIT_ARRAY is not relocated
9342         anymore, update comment.
9344         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
9346         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove
9347         SHLIB_COMPAT - the struct is always needed.
9349 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
9351         * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
9352         * elf/dl-support.c: Define _dl_starting_up.
9354 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9356         * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
9357         * sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
9359         * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
9361         * elf/Makefile (dl-routines): Remove preinit.
9362         * elf/Versions: Remove _dl_preinit.
9363         * elf/dl-preinit.c: Removed.  Move content into...
9364         * elf/dl-init.c: ...here.
9365         * sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
9367         * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
9368         elements.
9370 2000-03-29  Geoff Clare  <gwc@unisoft.com>
9372         * stdlib/strfmon.c: Corrected problems with the code that
9373         sets default values for [np]_sep_by_space and
9374         [np]_sign_posn; also the new positive/negative alignment
9375         code from the previous patch was not quite right for
9376         [np]_sign_posn = 0.
9378         * localedata/tst-fmon.data: Changes corresponding to the
9379         two sets of fixes made to stdlib/strfmon.c.
9381 2000-03-29  Jes Sorensen  <jes@pcatls01.cern.ch>
9383         * malloc/malloc.c: Declare bit flags UL so that they will not
9384         default to int size when being inverted.
9386 2000-03-29  Andreas Jaeger  <aj@suse.de>
9388         * sysdeps/unix/sysv/linux/arm/errlist.c: Use shlib-compat macros.
9389         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
9391 2000-03-29  Andreas Jaeger  <aj@suse.de>,
9392             Ralf Baechle <ralf@uni-koblenz.de>
9394         * Makeconfig: Introduce new variable SHARED to mark code used in
9395         the shared library.
9396         * elf/dl-close.c: Use it instead of PIC.
9397         * elf/dl-load.c: Likewise.
9398         * elf/dl-open.c: Likewise.
9399         * hurd/geteuids.c: Likewise.
9400         * include/libc-symbols.h: Likewise.
9401         * include/shlib-compat.h: Likewise.
9402         * libio/freopen.c: Likewise.
9403         * linuxthreads/cancel.c: Likewise.
9404         * linuxthreads/pthread.c: Likewise.
9405         * linuxthreads/wrapsyscall.c: Likewise.
9406         * nss/nsswitch.c: Likewise.
9407         * stdio-common/vfprintf.c: Likewise.
9408         * sysdeps/arm/init-first.c: Likewise.
9409         * sysdeps/i386/init-first.c: Likewise
9410         * sysdeps/generic/init-first.c: Likewise.
9411         * sysdeps/generic/libc-start.c: Likewise.
9412         * sysdeps/mips/init-first.c: Likewise.
9413         * sysdeps/powerpc/elf/libc-start.c: Likewise.
9414         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9415         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
9416         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
9417         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
9419         * sysdeps/mips/machine-gmon.h (asm): Use __PIC__ as check.
9421 2000-03-29  Andreas Jaeger  <aj@suse.de>
9423         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
9424         Use D_PTR to access relocated entries in l_info.
9425         (elf_machine_rela): Likewise.
9427         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
9428         Likewise.
9429         (elf_machine_rela): Likewise.
9431         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
9432         Likewise.
9433         (__elf_machine_fixup_plt): Likewise.
9434         (__process_machine_rela): Likewise.
9436         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
9437         (elf_machine_rela): Likewise.
9439         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Likewise.
9440         (elf_machine_rel): Likewise.
9442         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
9443         (elf_machine_fixup_plt): Likewise.
9444         (elf_machine_rela): Likewise.
9446 2000-03-29  Andreas Jaeger  <aj@suse.de>
9448         * sysdeps/unix/sysv/linux/msgctl.c: Use shlib-compat macros.
9449         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
9450         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
9451         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
9452         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
9453         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
9454         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
9455         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
9456         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
9457         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
9458         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
9459         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
9460         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
9461         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
9462         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9464         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Use shlib-compat
9465         macros, remove K&R prototypes.
9467 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9469         * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
9470         Reported by Andrew Wiseman <a.wiseman@bandc.dircon.co.uk>
9471         (PR libc/1677).
9473 2000-03-30  Andreas Jaeger  <aj@suse.de>
9475         * misc/sys/cdefs.h: Remove K&R support.
9477 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9479         * iconv/skeleton.c: Avoid compiling unaligned versions in some
9480         more cases.
9481         * iconv/loop.c: Likewise.
9483 2000-03-29  Bruno Haible  <haible@clisp.cons.org>
9485         * iconv/loop.c (put16): Remove __const. Fix access index.
9486         (put32): Remove __const. Use uint32_t instead of uint16_t.
9487         * iconv/skeleton.c: Likewise.
9489 2000-03-30  Roland McGrath  <roland@baalperazim.frob.com>
9491         * mach/Versions (libc: GLIBC_2.0)
9492         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Conditionalize
9493         __vm_allocate on this.
9494         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]: Conditionalize
9495         mutex- and spinlock-related symbols on this.
9496         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
9497         New version set.  Lock-related symbols go here instead in this case.
9498         * sysdeps/mach/hurd/Versions (libc: GLIBC_2.0): Remove
9499         _cthread_exit_routine, _cthread_init_routine, cthread_keycreate,
9500         cthread_getspecific, cthread_setspecific, __libc_getspecific.
9501         * hurd/Versions
9502         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: GLIBC_2.0):
9503         Put them here instead.
9504         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
9505         New version set.  Those cthreads symbols go here instead in this case.
9506         * Versions.def (libc) [USE_IN_LIBIO]: Add HURD_CTHREADS_0.3 version.
9508 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9510         * elf/dl-init.c (_dl_init): We don't need to call constructors
9511         recursively.  Fold _dl_init_rec in _dl_init and optimize a bit more.
9513         Implement dynamic determination of constructor/destructor order in
9514         the dynamic linker.
9515         * elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
9516         (GLIBC_2.2): Add _dl_init.
9517         * elf/dl-close.c: Also call all destructors in FINI_ARRAY.
9518         r_duplist is not anymore allocated separately.  l_initfini is and
9519         therefore free it if necessary.
9520         * elf/dl-deps.c: If a searchlist has to be allocated, put all in one
9521         malloc block.  Otherwise allocate l_initfini list only.
9522         Put dependencies for the object in l_initfini list.
9523         Sort dependencies for the object to be loaded topologically.
9524         * elf/dl-fini.c: Before running the destructors sort the topologically.
9525         * elf/dl-init.c (_dl_init): Renamed from _dl_init_next.  Rewrite to
9526         call constructors instead of iterating over the pointers.  Get list of
9527         objects for which to run constructors from l_initfini element. Accept
9528         argc, argv, and env as parameters and pass them to the constructors.
9529         * elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
9530         with size of dynamic section.
9531         * elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
9532         _dl_init_next and calling constructors ourself.
9533         * elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
9534         Take argc, argv, and env as parameters and pass them to the
9535         constructors.  Rewrite to call all constructors and not iterate over
9536         the pointers.
9537         * elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry.  Don't
9538         precompute l_initcount and l_preinitcount.
9539         * elf/link.h (struct link_map): Add l_ldnum member.
9540         Make l_phdr_allocated part of the bitfield.  Remove l_runcount,
9541         l_initcount, and l_preinitcount.  Add l_initfini.
9542         * sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
9543         one for _dl_init.
9544         * sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
9545         function interface.
9546         * sysdeps/unix/sysv/linux/init-first.h: Removed.
9547         * sysdeps/unix/sysv/linux/Dist: Delete file here as well.
9548         * sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
9549         SYSDEP_CALL_INIT.  Make _init a strong alias of init.  The calling
9550         conventions now match.
9552         * sysdeps/generic/libc-start.c: Calling __libc_init_first has no
9553         effect for shared objects.  Don't emit message and call only for
9554         static library.
9556 2000-03-29  Ulrich Drepper  <drepper@redhat.com>
9558         * iconvdata/testdata/CSA_Z243.4-1985-1..UCS-2BE: Renamed from
9559         CSA_Z243.4-1985-1..UCS2.
9560         * iconvdata/testdata/ISO-8859-10..UCS-2BE: Renamed from
9561         ISO-8859-10..UCS2.
9563 2000-03-29  Andreas Jaeger  <aj@suse.de>
9565         * include/unistd.h: Remove duplicate entry for __rmdir.
9566         Remove declaration of __mkdir since __mkdir is declared in
9567         sys/stat.h.
9569         * manual/creature.texi (Feature Test Macros): Fix typo, reported
9570         by Michael Deutschmann <michael@talamasca.ocis.net>.
9572         * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros.
9573         * sysdeps/mips/fpu/fegetenv.c: Likewise.
9574         * sysdeps/mips/fpu/fesetenv.c: Likewise.
9575         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
9576         * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
9578 2000-03-28  Andreas Jaeger  <aj@suse.de>
9580         * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
9581         declaration, the prototype is defined via bits/mathcalls.h.
9582         (__sincosf): Likewise.
9583         (__sincosl): Likewise.
9584         (ldexp): Likewise.
9585         (ldexpf): Likewise.
9586         (ldexpl): Likewise.
9587         (__finite): Likewise.
9588         (__inline_mathcodeNP): New macro without prototype
9589         declarations.
9590         (__inline_mathcodeNP2): Likewise.
9591         (__inline_mathcodeNP3): Likewise.
9592         (__inline_mathcodeNP_): Likewise.
9593         (__inline_mathcodeNP2_): Likewise.
9594         (__inline_mathcodeNP3_): Likewise.
9595         (__inline_mathopNP): Likewise.
9596         (__inline_mathop_declNP): Likewise.
9597         (__inline_mathop_declNP_): Likewise.
9598         (__inline_mathcode_): Use __inline_mathcodeNP_.
9599         (__inline_mathcode2_): Use __inline_mathcodeNP2_.
9600         (__inline_mathcode3_): Use __inline_mathcodeNP3_.
9601         (__inline_mathop_decl_): Use __inline_mathop_declNP__.
9602         (__expm1l): Don't define prototype, the prototype is defined via
9603         bits/mathcalls.h.
9604         (exp): Likewise.
9605         (__expl): Likewise.
9606         (tan): Likewise.
9607         (atan2): Likewise.
9608         (__atan2l): Likewise.
9609         (fmod): Likewise.
9610         (pow): Likewise.
9611         (fabsf): Likewise.
9612         (fabsl): Likewise.
9613         (__fabsl): Likewise.
9614         (asin): Likewise.
9615         (acos): Likewise.
9616         (sinh): Likewise.
9617         (cosh): Likewise.
9618         (tanh): Likewise.
9619         (floor): Likewise.
9620         (ceil): Likewise.
9621         (expm1): Likewise.
9622         (log1p): Likewise.
9623         (asinh): Likewise.
9624         (acosh): Likewise.
9625         (atanh): Likewise.
9626         (hypot): Likewise.
9627         (logb): Likewise.
9628         (fma): Likewise.
9629         (drem): Likewise.
9630         (sqrt): Likewise.
9631         (__sqrtl): Likewise.
9632         (sin): Likewise.
9633         (cos): Likewise.
9634         (atan): Likewise.
9635         (log): Likewise.
9636         (log10): Likewise.
9637         (asinh): Likewise.
9638         (log2): Likewise.
9639         (rint): Likewise.
9641 2000-03-28  Ulrich Drepper  <drepper@redhat.com>
9643         * Makerules: If make variable md5 is defined to yes after
9644         generating dependencies generate MD5 sum for the object.
9646         * iconv/gconv_builtin.h: Fix length in transformation definition
9647         for UNICODEBIG.
9649         * iconvdata/TESTS: Use UCS-2BE instead of UCS2.
9651         * iconv/loop.c: Define get16, get32, put16, and put32 macros to
9652         allow as well reading from/writing to unaligned addresses on machines
9653         which don't support this in hardware.  Use FCTNAME macro to define
9654         function name.  Include the file a second time for platforms which
9655         need special unaligned handling.
9656         * iconv/skeleton.c: Define get16u, get32u, put16u, and put32u macros
9657         to access potentially unaligned addresses.  These macros are intended
9658         to be used only outside the loops.
9659         (unaligned): New definition.  In case the machine can handle unaligned
9660         access define as zero.  Otherwise as a variable which is initialized
9661         as nonzero in case the buffer passed in at runtime is unaligned with
9662         respect to the character set encoding involved.
9663         Call aligned or unaligned looop functions according to unaligned
9664         variable.
9665         * iconvdata/8bit-gap.c: Use get16, get32, put16, and put32 instead
9666         of direct casting pointer to potentially handle unaligned memory
9667         accesses.
9668         * iconvdata/8bit-generic.c: Likewise.
9669         * iconvdata/ansi_x3.110.c: Likewise.
9670         * iconvdata/big5.c: Likewise.
9671         * iconvdata/euc-cn.c: Likewise.
9672         * iconvdata/euc-jp.c: Likewise.
9673         * iconvdata/euc-kr.c: Likewise.
9674         * iconvdata/euc-tw.c: Likewise.
9675         * iconvdata/gbk.c: Likewise.
9676         * iconvdata/iso-2022-cn.c: Likewise.
9677         * iconvdata/iso-2022-jp.c: Likewise.
9678         * iconvdata/iso-2022-kr.c: Likewise.
9679         * iconvdata/iso646.c: Likewise.
9680         * iconvdata/iso_6937-2.c: Likewise.
9681         * iconvdata/iso_6937.c: Likewise.
9682         * iconvdata/johab.c: Likewise.
9683         * iconvdata/sjis.c: Likewise.
9684         * iconvdata/t.61.c: Likewise.
9685         * iconvdata/uhc.c: Likewise.
9686         * iconvdata/unicode.c: Likewise.
9687         * iconvdata/utf-16.c: Likewise.
9689         * locale/programs/simple-hash.c: Little optimizations.  Remove K&R
9690         prototypes.
9692         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_check_all.
9693         * malloc/mcheck.c (mcheck_check_all): Renamed from check_all and made
9694         public.
9695         * malloc/mcheck.h (mcheck_check_all): Declare.
9697         * stdio-common/Makefile (tests): Add tst-obprintf.
9699 2000-03-28  Roland McGrath  <roland@baalperazim.frob.com>
9701         * sysdeps/generic/bits/sigthread.h: Clean up conditionals.
9702         Declare pthread_sigmask.
9704         * csu/version.c: Add 2000 to copyright years.
9705         Remove Emacs local variables section.
9707 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
9709         * iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
9710         __gconv_transform_internal_ucs2little): Remove declarations.
9711         * iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
9712         __gconv_transform_internal_ucs2): Never need to bswap_16.
9713         (__gconv_transform_ucs2reverse_internal,
9714         __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
9716 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
9718         * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
9719         obsoleting version not being defined at all, in which case the
9720         result is always true.
9722         * Makeconfig (preprocess-versions): New canned sequence for running
9723         cpp on shlib-versions and the like.
9724         (soversions.i): Use it.
9725         * Makerules (Versions.all, sysd-versions): Use it to preprocess the
9726         Versions.def and Versions files.
9728 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
9730         * stdio-common/tst-obprintf.c (main): Add another check to see
9731         obstack_printf handling all possible beginnings of the block
9732         inside an obstack chunk.
9734         * locale/programs/localedef.c: Use __malloc_initialize_hook to
9735         install mcheck handler.
9737         * libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
9738         handling problem.
9740 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
9742         * stdio-common/tmpfile.c: Use <shlib-compat.h> macros.
9744         * include/shlib-compat.h: Conditionalize <abi-versions.h> include
9745         on [HAVE_ELF && DO_VERSIONING].
9747 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
9749         * stdio-common/tst-obprintf.c: New file.
9751 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
9753         * libio/genops.c (_IO_default_xsputn): Little optimization.  Call
9754         _IO_OVERFLOW directly instead through __overflow.
9756         * locale/programs/localedef.c (construct_output_path): If path
9757         contains a / compute the end of the directory name correctly.
9759         * include/features.h: Undef and document __USE_XOPEN2K.
9761         * malloc/mcheck.c: Implement pedantic checking of all allocated blocks
9762         whenever a function is called.  Initiated by calling mcheck_pedantic
9763         instead of mcheck.
9764         * malloc/mcheck.h: Declare mcheck_pedantic.
9765         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
9766         * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
9767         for now.
9769 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
9771         * dlfcn/dlopen.c: Use <shlib-compat.h> macros.
9772         * dlfcn/dlopenold.c: Likewise.
9773         * nss/getXXbyYY_r.c: Likewise.
9774         * nss/getXXent_r.c: Likewise.
9775         * hurd/hurdinit.c: Likewise.
9776         * hurd/compat-20.c: Likewise.
9777         * libio/oldiofopen.c: Likewise.
9778         * libio/oldiofclose.c: Likewise.
9779         * libio/oldiofdopen.c: Likewise.
9780         * libio/oldfileops.c: Likewise.
9781         * libio/oldstdfiles.c: Likewise.
9782         * libio/oldiofsetpos.c: Likewise.
9783         * libio/oldiofgetpos.c: Likewise.
9784         * libio/oldiofgetpos64.c: Likewise.
9785         * libio/oldiofsetpos64.c: Likewise.
9786         * libio/oldiopopen.c: Likewise.
9787         * libio/oldpclose.c: Likewise.
9788         * libio/oldtmpfile.c: Likewise.
9789         * libio/freopen.c (freopen): Likewise.
9790         * libio/iofclose.c (_IO_new_fclose): Likewise.
9792         * sysdeps/mach/sys/reboot.h: Include <features.h>.
9793         (reboot): Declare it.
9795         * libio/Makefile (headers): Add bits/stdio-lock.h here.
9797         * sysdeps/mach/hurd/bits/stdio-lock.h: New file.
9799         * include/shlib-compat.h: Include <abi-versions.h> unconditionally.
9801         * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC ||
9802         __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98].
9803         We need this for the sbrk decl, which can be included without Unix98.
9805 2000-03-20  Richard Henderson  <rth@cygnus.com>
9807         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
9808         argument to yperr2nss is an int, not size_t.
9809         * posix/regex.c (print_partial_compiled_pattern): Cast all
9810         ptrdiff_t to long for printing.
9811         (print_compiled_pattern): Use Z for printing size_t.
9812         * posix/testfnm.c (tests): Avoid trigraphs.
9813         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9814         Use a C comment, not an assembly comment.
9816         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
9817         of __ASSUME_32BITUIDS.
9819 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
9821         * libio/iofopncook.c: Remove K&R prototypes.
9823 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
9825         * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
9826         an initial value of 1024 instead of RLIM_INFINITY.
9828         * Versions.def (libmachuser, libhurduser): Remove these sections,
9829         since these libraries do not presently use symbol versions.
9831         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
9832         is RLIM_INFINITY, return -1 instead.
9834 2000-03-24  Andreas Jaeger  <aj@suse.de>
9836         * Makefile (postclean): Added soversions.i.
9838 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
9840         * sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
9841         _FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
9842         and _FPU_IEEE.  Change _FPU_RESERVED.
9844 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
9846         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.
9848 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
9850         * sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
9851         (gaih_inet): Remove unused duplicate variable.
9853         * inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
9854         Don't use __libc_sa_len, which only exists for Linux.  Just handle
9855         AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
9856         only flavors supported by this function anyway.
9858 2000-03-24  Geoff Clare  <gwc@unisoft.com>
9860         * stdlib/strfmon.c: Corrected problems with missing signs and
9861         missing or extra spaces; allow for sign strings longer than
9862         one character; add padding to ensure positive and negative
9863         formats are aligned when a left precision is used.
9865 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
9867         * stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
9868         Patch by John Mizel <John.Mizel@msdw.com>.
9870 2000-03-25  Ulrich Drepper  <drepper@redhat.com>
9872         * manual/install.texi: Remove references to crypt add-on.
9874 2000-03-25  Roland McGrath  <roland@baalperazim.frob.com>
9876         * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
9877         section while taking the _hurd_rlimit_lock.
9878         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
9880 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
9882         * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
9883         using $(LN_S).
9885         * sysdeps/mach/hurd/if_index.c: New file.
9887         * sysdeps/unix/sysv/linux/net/if.h: Moved to ...
9888         * sysdeps/gnu/net/if.h: here.
9889         (_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
9890         * sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
9891         * sysdeps/generic/net/if.h: New file.  Declares just the standard
9892         functions and `struct if_nameindex' type.
9893         * socket/Makefile (headers): Add net/if.h here.
9894         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
9895         * sysdeps/mach/hurd/Dist: Remove it here.
9896         * sysdeps/unix/sysv/linux/Dist: And here.
9897         * sysdeps/generic/if_index.c: Include <net/if.h>.
9899 2000-03-24  Andreas Jaeger  <aj@suse.de>
9901         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
9902         access relocated entries in l_info.
9903         (elf_machine_got_rel): Likewise.
9904         (elf_machine_runtime_setup): Likewise.
9905         * sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
9906         (elf_machine_runtime_setup): Likewise.
9907         (__dl_runtime_resolve): Likewise.
9909 2000-03-23  Ulrich Drepper  <drepper@redhat.com>
9911         * resolv/netdb.h (SCOPE_DELIMITER): New definitions.
9912         * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
9913         according to RFC 2553.
9914         * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
9915         * inet/getnameinfo.c: Likewise.
9916         Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
9918 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
9920         * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
9921         Remove no-op pointer increment.
9923 2000-03-23  Andreas Jaeger  <aj@suse.de>
9925         * stdio-common/tst-cookie.c (cookieseek): Change prototype to
9926         follow change for libio.h from 2000-03-10.
9928 2000-03-23  Andreas Jaeger  <aj@suse.de>
9930         * elf/dl-addr.c: Adjust include paths for ldsodefs location
9931         change.
9932         * elf/dl-debug.c: Likewise.
9933         * elf/dl-deps.c: Likewise.
9934         * elf/dl-error.c: Likewise.
9935         * elf/dl-fini.c: Likewise.
9936         * elf/dl-init.c: Likewise.
9937         * elf/dl-load.c: Likewise.
9938         * elf/dl-lookup.c: Likewise.
9939         * elf/dl-minimal.c: Likewise.
9940         * elf/dl-object.c: Likewise.
9941         * elf/dl-open.c: Likewise.
9942         * elf/dl-preinit.c: Likewise.
9943         * elf/dl-profile.c: Likewise.
9944         * elf/dl-profstub.c: Likewise.
9945         * elf/dl-reloc.c: Likewise.
9946         * elf/dl-runtime.c: Likewise.
9947         * elf/dl-support.c: Likewise.
9948         * elf/dl-symbol.c: Likewise.
9949         * elf/dl-version.c: Likewise.
9950         * elf/rtld.c: Likewise.
9951         * elf/sprof.c: Likewise.
9952         * sysdeps/generic/dl-cache.c: Likewise.
9953         * sysdeps/generic/dl-origin.c: Likewise.
9954         * sysdeps/generic/dl-sysdep.c: Likewise.
9955         * sysdeps/generic/elf/backtracesyms.c: Likewise.
9956         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
9957         * sysdeps/generic/libc-start.c: Likewise.
9958         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
9959         * sysdeps/powerpc/dl-machine.c: Likewise.
9960         * sysdeps/powerpc/elf/libc-start.c: Likewise.
9961         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9962         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9963         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9965         * elf/ldsodefs.h: Move file to ...
9966         * sysdeps/generic/ldsodefs.h: ... here.
9968         * sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
9970         * sysdeps/mips/elf/ldsodefs.h: New file.
9972         * elf/dl-version.c (match_symbol): Use D_PTR to access relocated
9973         entries in l_info.
9974         (_dl_check_map_versions): Likewise.
9975         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9976         * elf/dl-load.c (_dl_init_paths): Likewise.
9977         (_dl_map_object): Likewise.
9978         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
9979         (elf_get_dynamic_info): Likewise.
9980         * elf/do-lookup.h (FCT): Likewise.
9981         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
9982         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
9983         * elf/dl-addr.c (_dl_addr): Likewise.
9984         * elf/dl-runtime.c (profile_fixup): Likewise.
9985         (fixup): Likewise.
9986         * elf/dl-init.c (_dl_init_next): Likewise.
9987         * sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
9988         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
9989         (DISTINGUISH_LIB_VERSIONS): Likewise.
9990         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
9991         (elf_machine_rel): Likewise.
9993         * elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
9994         for writable dynamic section.
9996 2000-03-22  Ulrich Drepper  <drepper@redhat.com>
9998         * inet/getnameinfo.c (getnameinfo): Check that addrlen value is
9999         large enough.  Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
10001 2000-03-22  Andreas Jaeger  <aj@suse.de>
10003         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
10004         from latest Linux kernel.
10006 2000-03-21  Andreas Jaeger  <aj@suse.de>
10008         * Versions.def: Add version 2.1.4.
10010 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
10012         * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
10013         * libio/oldiofopen.c: Likewise.
10014         * libio/oldiofclose.c: Likewise.
10015         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
10017 2000-03-22  Roland McGrath  <roland@baalperazim.frob.com>
10019         * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
10020         indicating the first version set to obsolete the conditionalized code.
10021         (compat_symbol): New macro.
10022         * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
10023         rhs be the ABI_* macro for the subsuming version.  Assign increasing
10024         integer values to the ABI_* macros for supported versions.
10025         * sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
10026         compat_symbol macro.
10028 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
10030         * nscd/connections.c (nscd_run): Pretty print.
10031         * elf/dl-runtime.c: Include stdlib.h for alloca prototype.
10033         * manual/charset.texi: Fix typos.  Rephrase.
10034         * manual/process.texi: Likewise.
10035         * manual/signal.texi: Likewise.
10036         Patches by Mike Coleman <mkc@kc.net>.
10038         * libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
10039         versions.
10040         * libio/iofdopen.c: Likewise.
10041         * libio/iofgetpos.c: Likewise.
10042         * libio/iofgetpos64.c: Likewise.
10043         * libio/iofopen.c: Likewise.
10044         * libio/iofsetpos.c: Likewise.
10045         * libio/iofsetpos64.c: Likewise.
10046         * libio/iopopen.c: Likewise.
10047         * libio/oldiofopen.c: Likewise.
10048         * libio/pclose.c: Likewise.
10049         * sysdeps/gnu/siglist.c: Likewise.
10050         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
10052         * include/shlib-compat.h (versioned_symbol): Give preprocessor the
10053         chance to expand VERSION_##lib##_##version.
10055         * libio/fileops.c: Use new macros from shlib-compat.h to define
10056         versions.
10057         * libio/iofclose.c: Likewise.
10058         * libio/oldiofclose.c: Likewise.
10059         Patch by Roland McGrath <roland@frob.com>.
10061 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
10063         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
10064         Lay out struct sigcontext according to what really gets passed on
10065         the stack.
10066         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
10067         (elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
10068         (prgregset_t, prfpregset_t): Define to elf_* types.
10069         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
10070         Define to correct value.
10071         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
10072         sigcontext.
10073         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
10075 2000-03-21  Roland McGrath  <roland@baalperazim.frob.com>
10077         * scripts/firstversions.awk: Allow multiple version sets in the
10078         "earliest version" specification, meaning that version sets in the
10079         gaps between listed versions should be folded into the earliest later
10080         version that is explicitly listed.
10081         * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
10082         we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
10084 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
10086         * iconv/gconv_builtin.c: Include <endian.h>.
10087         * iconv/gconv_builtin.h: Add UCS-BE aliases.
10088         Add UCS-4LE transformation.  Define UNICODEBIG and UNICODELITTLE
10089         according to current platform.
10090         * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
10091         __gconv_transform_internal_ucs2reverse, and
10092         __gconv_transform_internal_ucs4le.
10093         * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
10094         __gconv_transform_ucs2reverse_internal and
10095         __gconv_transform_internal_ucs2reverse.
10096         * iconvdata/Makefile (modules): Add UNICODE.
10097         (distribute): Add unicode.c.
10098         * iconvdata/gconv-modules: Add definitions for UNICODE module.
10099         * iconvdata/unicode.c: New file.
10101         * iconvdata/utf-16.c: Rewrite code to emit BOM.  Correct code to
10102         determine byte order of input and convert accordingly.
10104         * iconvdata/utf-16.c (gconv_init): Fix typo.
10106 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
10108         * iconvdata/gconv-modules: Fix typo.
10110         * sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one
10111         more messages.
10113         * sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
10115 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
10117         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.
10119 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
10121         * misc/Makefile (routines): Add mincore.
10123 2000-03-20  Andreas Jaeger  <aj@suse.de>
10125         * sysdeps/generic/mincore.c: New stub file.
10127         * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
10128         from latest Linux kernel.
10130 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
10132         * grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
10133         _SC_GETPW_R_SIZE_MAX.
10135 2000-03-20  Richard Henderson  <rth@cygnus.com>
10137         * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
10138         in GLIBC_2.1.4.
10140 2000-03-20  Richard Henderson  <rth@cygnus.com>
10142         * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
10143         of arithmetic instructions.
10145         * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
10146         with the fpcr.  Protect from INV exception.
10147         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10148         * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
10149         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10151         * sysdeps/alpha/fpu/s_copysign.c: New.
10152         * sysdeps/alpha/fpu/s_copysignf.c: New.
10153         * sysdeps/alpha/fpu/s_fabs.c: New.
10154         * sysdeps/alpha/fpu/s_fabsf.c: New.
10155         * sysdeps/alpha/fpu/s_rint.c: New.
10156         * sysdeps/alpha/fpu/s_rintf.c: New.
10158         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
10160         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
10161         Kill sethae.
10162         * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
10163         * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
10164         Use physical addresses not KSEG addresses.
10165         (io_system): Add PYXIS.
10166         (io): Remove hae.reg, sys, hae_shift.
10167         (stb_mb, stw_mb, stl_mb, __sethae): New.
10168         (inline_outb, inline_outw, inline_outl): Don't set hae.
10169         (inline_inb, inline_inw, inline_inl): Likewise.
10170         (dense_sethae): New null function.
10171         (struct cpuinfo_data): New.
10172         (process_cpuinfo): Use local and stack variables, not static.
10173         Move readlink check here from init_iosys.
10174         (init_iosys): Use __pciconfig_iobase first.  Know SX and LX as PYXIS.
10175         (_iopl): Simplify.
10176         (_hae_shift): Calculate it here.
10177         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
10178         add pciconfig_iobase.
10180 2000-03-20  Roland McGrath  <roland@baalperazim.frob.com>
10182         * locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
10183         * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
10185         * scripts/versions.awk: Fixed version renaming code to distinguish
10186         libraries properly.
10188 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
10190         * include/stdlib.h: Add prototype for __cxa_atexit.
10192         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
10193         _SLOWDOWN flags.  Patch by Jim Blandy <jimb@cygnus.com>.
10195 2000-03-17  Cristian Gafton  <gafton@redhat.com>
10197         * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
10198         existing rtld-installed-name.
10199         ($(rtld-installed-name)): Request libc-$(version) be installed too.
10200         replace existing rtld-installed-name using $(symbolic-link-prog).
10202 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
10204         * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
10205         (insert_value, handle_ellipsis, collate_read): Replace %zu in format
10206         strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
10207         but not the former.
10209 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
10211         * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
10212         glob64.  Since there is no glob64 in the LFS proposal applications
10213         can assume that glob handles LFS situations.  glob64 is only needed
10214         if alternative filesystem functions are used.
10216 2000-03-19  Geoff Clare  <gwc@unisoft.com>
10218         * sysdeps/generic/glob.c: Correct gl_pathc value returned
10219         when GLOB_DOOFFS is set; correct handling of patterns
10220         containing escaped wildcards (and no unescaped ones);
10221         GLOB_ERR flag was being ignored in some situations.
10223         * posix/globtest.c, posix/globtest.sh: Updated to include
10224         tests for the problems fixed by the above changes to glob.c.
10226         * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
10228 2000-03-19  Roland McGrath  <roland@baalperazim.frob.com>
10230         * Makeconfig (soversion.i): Use only first match for each lib.
10232         * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
10234         * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
10235         rather than $(sysd-dirs-done) to protect these rules.
10237         * Makerules (version-renames.def): Target removed.
10238         (Versions.all): Depend on soversions.i directly and parse it.
10240         * Makeconfig (soversions.i): New target, input-reading parts of
10241         soversions.mk generation moved here; result is a canonicalized
10242         list "LIB VERSION [SET]" for this configuration.
10243         (soversions.mk): Use that as input.  Don't emit map-firstversions.
10244         * Makerules (version-renames.def): New target, generated from
10245         soversions.i with contents that was in $(map-firstversions).
10246         (Versions.all): Don't depend on soversions.mk, depend on
10247         version-renames.def instead; just cat it into the input.
10249         * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
10250         for $(map-firstversions), which better handles it being empty.
10252         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
10253         supported version for libc 0.2.90.libio to GLIBC_2.2.
10255         * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
10256         and use it to emit new variable `map-firstversions'.
10257         * scripts/firstversions.awk: New file.
10258         * Makerules (Versions.all): Use scripts/firstversions.awk and
10259         the $(map-firstversions) value to generate a modified versions list
10260         that includes renames in "A = B" syntax for each version set earlier
10261         than the "earliest symbol version" named in shlib-versions.
10262         * scripts/versions.awk: Recognize "A = B" lines in the input to mean
10263         rename version set A to B in the output to the intermediate file.
10264         * scripts/abi-versions.awk: New file.
10265         * Makerules (abi-versions.h): New target, generated by that script.
10266         [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
10267         * include/shlib-compat.h: New file, uses that generated header.
10269 2000-03-18  Roland McGrath  <roland@baalperazim.frob.com>
10271         * Makeconfig (soversions.mk): Convert % -> # in shlib-versions
10272         after stripping # comments, and then run it through cpp.
10273         This allows things like "%ifdef FOO" based on config.h settings.
10274         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
10276         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
10277         and other errors that indicate a pseudo-receive happened, grok through
10278         the message buffer for port rights that need references fixed up.
10280 2000-03-16  Andreas Jaeger  <aj@suse.de>
10282         * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
10284         * sysdeps/unix/sysv/linux/madvise.c: Remove.
10286         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
10287         from latest Linux kernel.
10288         * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
10290         * misc/sys/mman.h: Add prototype for mincore.
10292 2000-03-17  Ulrich Drepper  <drepper@redhat.com>
10294         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
10295         entry for GLIBC_2.0 version of setrlimit.
10296         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
10298 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
10300         * nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
10301         * nis/nss_compat/compat-initgroups.c: Likewise.
10302         * nis/nss_nis/nis-initgroups.c: Likewise.
10303         * nis/nss_nis/nis-netgrp.c: Likewise.
10304         * nis/nss_nis/nis-proto.c: Likewise.
10305         * nis/nss_nis/nis-rpc.c: Likewise.
10306         * nis/nss_nis/nis-service.c: Likewise.
10307         * nis/ypclnt.c: Likewise.
10309 2000-03-16  Andreas Jaeger  <aj@suse.de>
10311         * manual/Makefile: MAKEINFO is set to `:' from configure if it
10312         doesn't exist, correct checks.  Fixes PR libc/1649.
10314 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
10316         * nscd/hstcache.c: Restore correct UID.
10317         * nscd/pwdcache.c: Likewise.
10318         Patch from Gabor Gombas <gombasg@inf.elte.hu>.
10320 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
10322         * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
10323         macros for register names, in line with 2000-03-14 linux change.
10325         * sysdeps/mach/sched_yield.c: New file.
10327 2000-03-13  Roland McGrath  <roland@baalperazim.frob.com>
10329         * sysdeps/generic/lockfile.c: Include <stdio.h>
10330         (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
10331         case <libio.h> defined them.
10332         (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
10333         from __internal_*.
10334         (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
10335         ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
10337         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
10338         for more pleasing parse error.
10340 2000-03-16  Ulrich Drepper  <drepper@redhat.com>
10342         * locale/lc-time.c (_nl_init_era_entries): Correct allocation of
10343         memory for eras.
10344         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
10346         * elf/Makefile: Add rules to compile and run constload1 test.
10347         * elf/constload1.c: New file.
10348         * elf/constload2.c: New file.
10349         * elf/constload3.c: New file.
10351 2000-03-15  Ulrich Drepper  <drepper@redhat.com>
10353         * sysdeps/posix/open64.c: Make __open64 weak alias.
10354         * sysdeps/posix/pread64.c: Make __pread64 weak alias.
10355         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10356         * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
10357         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10358         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
10359         * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
10360         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10361         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
10362         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10363         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
10365 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
10367         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
10368         Nautilus.  Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
10370 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
10372         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
10373         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
10375 2000-03-08  Andreas Jaeger  <aj@suse.de>
10377         * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
10379 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
10381         * timezone/africa: Update from tzdata2000d.
10382         * timezone/asia: Likewise.
10383         * timezone/australasia: Likewise.
10384         * timezone/europe: Likewise.
10385         * timezone/northamerica: Likewise.
10386         * timezone/southamerica: Likewise.
10388         * po/fr.po: Update from translation team.
10389         * po/de.po: Likewise.
10391         * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
10392         last parameter.  Move code to add map to global scope from here...
10393         * elf/dl-open.c (dl_open_worker): ...here.
10394         * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
10395         * elf/rtld.c: Adjust call to _dl_map_object_deps.
10397         * locale/programs/ld-collate.c (collate_read): Fix warning.
10399         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
10400         values and macros for register names.
10402         * libio/iofopncook.c (_IO_cookie_seek): Return error only if value
10403         returned by seek cookie function is -1.
10405 2000-03-14  Andreas Jaeger  <aj@suse.de>
10407         * locale/localeconv.c (localeconv): Fix typo.
10408         Reported by Andre Charbonneau <andrec@corel.com>.
10410 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
10412         * iconv/skeleton.c: Increment __invocation_counter in inner loop
10413         since modules depend on it counting the number of times the conversion
10414         function got called.
10416         * iconv/gconv_open.c: Optimize loop to setup step data structure.
10418         * iconv/gconv.h: Pretty print.
10420 2000-03-04  Ulrich Drepper  <drepper@redhat.com>
10422         * posix/wordexp-test.c: Correct one of the tests added in the last
10423         change.  Really get the root passwd entry to check again ~root.
10425 2000-03-10  Andreas Jaeger  <aj@suse.de>
10427         * manual/filesys.texi (Working Directory): Fix last patch.
10428         Patch by Martin Buchholz  <martin@xemacs.org>.
10430 2000-03-10  Andreas Jaeger  <aj@suse.de>
10432         * manual/creature.texi (Feature Test Macros): Fix language.
10434 2000-03-10  Roland McGrath  <roland@baalperazim.frob.com>
10436         * mach/devstream.c (devstream_write, devstream_read): New functions.
10437         (input, output): Functions removed.
10438         (mach_open_devstream): Use devstream_{read,write} as cookie functions,
10439         using only the vanilla fopencookie interface.
10441         * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
10442         as macro for __io_functions.
10443         (funcsio): Use cookie_io_functions_t type name.
10444         (fopenport): Renamed from __fopenport.  Rewrite to call fopencookie.
10446         * libio/iofopncook.c (_IO_cookie_init): New function, broken out of
10447         fopencookie.
10448         (fopencookie): Use it.
10449         * libio/libio.h: Declare _IO_cookie_init.
10450         * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
10451         _IO_cookie_init.
10453         * libio/libio.h (__io_seek_fn): Fix second argument type
10454         to be a pointer, in line with the manual and the old stdio.
10455         * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
10457         * sysdeps/generic/bits/stdio-lock.h: New file.
10458         This is a stub with #error, but that's better than no file at all.
10460 2000-03-09  Martin Buchholz  <martin@xemacs.org>
10462         * sysdeps/unix/sysv/linux/alpha/syscall.S: Doc Fixes.
10463         * manual/message.texi (Using gettextized software): Doc Fixes.
10464         * manual/message.texi (Message Translation): Doc Fixes.
10465         * manual/filesys.texi (File Size): Doc Fixes.
10466         * manual/charset.texi (glibc iconv Implementation): Doc Fixes.
10467         * locale/programs/ld-collate.c (collate_output): Doc Fixes.
10468         * iconv/gconv_db.c (find_derivation): Doc Fixes.
10469         * manual/install.texi: Doc Fixes.
10470         * manual/search.texi (Hash Search Function): Doc Fixes.
10471         * manual/stdio.texi (Output Conversion Syntax): Doc Fixes.
10472         * FAQ.in: Doc Fixes.
10473         * config.h.in: Doc Fixes.
10474         * sysdeps/generic/dl-sysdep.c: Doc Fixes.
10475         Doc Fixes.  `allows to' is not correct English.
10477         * elf/rtld.c: Doc fixes.
10478         * manual/creature.texi (Feature Test Macros): Doc fixes.
10479         * manual/memory.texi (Hooks for Malloc): Doc Fixes.
10481         * manual/filesys.texi (Working Directory): Check for ERANGE to
10482         avoid infloop.
10484 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
10486         * string/argz-stringify.c (__argz_stringify): Fix loop termination
10487         conditions so as not to clobber the final '\0' when there is only one
10488         element in the vector.
10490 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
10492         * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
10493         broken by 2000-02-27 change.
10495         * sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
10497 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
10499         * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
10500         argument type, for 2000-02-22 change in signal/signal.h declaration.
10502 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
10504         * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
10505         to getdirentries64 (no __), since the Linux implementation
10506         has no __ name, and there is no declaration for the __ name.
10508         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
10510         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
10511         sed regexp so as not to break directory names including /../ within.
10513         * sysdeps/unix/bsd/bits/waitflags.h: File removed.
10514         The sysdeps/generic file is right for BSD.  This file was in fact the
10515         Hurd file, but the only difference was the WNOREAP flag that was never
10516         actually implemented or used anywhere.
10518         * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
10519         since AC_PATH_PROG already does it for us.
10520         (PERL): Rewrite check added in 2000-02-29 change for syntactic
10521         correctness and sh portability.  I replaced the broken check
10522         with a more sensible implementation of the apparently intended
10523         semantics, which might still be questionable.  Using expr causes
10524         a non-numeric value for `perl -V:apiversion` to be accepted,
10525         refusing to use only a perl that reports a number less than 5;
10526         on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
10527         * configure: Regenerated.
10529 2000-03-08  Andreas Jaeger  <aj@suse.de>
10531         * manual/crypt.texi: Fix paths.
10533 2000-03-07  Andreas Jaeger  <aj@suse.de>
10535         * resolv/netdb.h: The descriptions of rresvport and rresvport_af
10536         were swapped.
10537         Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
10538         libc/1636.
10540 2000-03-06  Andreas Jaeger  <aj@suse.de>
10542         * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
10543         in __sgn1l, otherwise g++ fails to parse this.
10544         Reported by Sean Chen <sean.chen@turbolinux.com>.
10546 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
10548         * configure.in: Compute sizeof-long-double.
10549         * configure: Regenerated.
10550         * config.make.in: Make sizeof-long-double available to sub-makes.
10552 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
10554         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
10555         call.
10557 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
10559         * Makeconfig (rpath-dirs): Add crypt.
10560         (all-subdirs): Remove md5crypt.
10561         * crypt/sysdeps/unix/crypt.c: Move to crypt/.
10562         * crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
10563         * sysdeps/generic/crypt-entry.c: Delete.
10564         * crypt/sysdeps/unix/crypt.h: Move to crypt/.
10565         * sysdeps/generic/crypt.h: Delete.
10566         * crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
10567         * crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
10568         * crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
10569         * sysdeps/generic/des_impl.c: Delete.
10570         * crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
10571         * crypt/sysdeps: Delete.
10572         * crypt/crypt_util.c: Don't use `patchlevel.h'.
10573         * md5-crypt/Versions: Move to crypt/.
10574         * md5-crypt/md5-crypt.c: Move to crypt/.
10575         * md5-crypt/md5.c: Move to crypt/.
10576         * md5-crypt/md5c-test.c: Move to crypt/.
10577         * md5-crypt/md5test.c: Move to crypt/.
10578         * md5-crypt: Delete.
10579         * crypt/Makefile: Adjust for new structure.
10581 2000-03-03  Paul Eggert  <eggert@twinsun.com>
10583         * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
10584         define to 1 if not defined.
10586 2000-03-03  Andreas Jaeger  <aj@suse.de>
10588         * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
10590 2000-03-03  Andreas Jaeger  <aj@suse.de>
10592         * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
10593         cases.
10594         (xdr_int64_t): Correctly handle lower half.
10595         Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
10597 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
10599         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
10600         call.
10602 2000-03-02  Andreas Jaeger  <aj@suse.de>
10604         * sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
10605         2.3.43.
10607 2000-03-02  Andreas Jaeger  <aj@suse.de>
10609         * resolv/Makefile (headers): Add arpa/nameser_compat.h.
10611 2000-03-01  Andreas Jaeger  <aj@suse.de>
10613         * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
10614         (tests): Added tst-getdate.
10616         * time/tst-getdate.c: New file.
10618         * time/datemsk: New file, needed for tst-getdate.
10620 2000-02-29  Cristian Gafton  <gafton@redhat.com>
10622         * configure.in (CCVERSION): Require at least veersion 5 of perl API.
10624 2000-02-17  H.J. Lu  <hjl@gnu.org>
10626         * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
10628         * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
10629         available.
10630         (svcudp_recv): Set up message with the new "xp_pad" field for
10631         IP_PKTINFO.
10632         (svcudp_reply): Support IP_PKTINFO if available.
10634 2000-03-01  Andreas Jaeger  <aj@suse.de>
10636         * time/getdate.c (check_mday): Fix check for february.
10637         Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
10638         <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
10640 2000-03-02  Andreas Jaeger  <aj@suse.de>
10642         * posix/unistd.h: __THROW has to precede __attribute__, otherwise
10643         g++ fails to parse this.
10644         Reported by Sean Chen <sean.chen@turbolinux.com>.
10646 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
10648         * io/creat.c: Moved to...
10649         * sysdeps/generic/creat.c: ...here.
10650         * io/creat64.c: Moved to...
10651         * sysdeps/generic/creat64.c: ...here.
10652         * io/lockf.c: Moved to...
10653         * sysdeps/generic/lockf.c: ...here.
10655         * crypt/crypt.texi: Moved to...
10656         * manual/crypt.texi: ...here.
10657         * crypt/examples/genpass.c: Moved to...
10658         * manual/examples/genpass.c: ...here.
10659         * crypt/examples/mygenpass.c: Moved to...
10660         * manual/examples/mygenpass.c: ...here.
10661         * crypt/examples/testpass.c: Moved to...
10662         * manual/examples/testpass.c: ...here.
10664         * manual/Makefile (chapters): Add crypt.
10665         * manual/conf.texi: Add usual header for not-last chapter.
10666         * manual/crypt.texi: Add special header for last chapter.
10668 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
10670         * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
10671         * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
10672         complain if there is no crypt add-on.
10673         * crypt/configure: Removed.
10675         * crypt/crypt.texi: Update documentation of US export restrictions
10676         to match the 14 Jan 2000 regulations.
10678 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
10680         * crypt: New subdirectory, merged in from the crypt add-on.
10682 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
10684         * include/unistd.h: Add __rmdir and __mkdir prototypes.
10687 See ChangeLog.10 for earlier changes.