Update.
[glibc.git] / ChangeLog
bloba30e0a7c7b7923ce714c5e3dc92c338cc1fe5663
1 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
3         * iconvdata/big5.c: Updated.
4         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
8         * Makeconfig (all-subdirs): Add conform.
9         * conform/Makefile: Include ../Rules.
11         * Makefile (README): Add rules to generate here as well.
13 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
15         * version.h (VERSION): Bump to 2.1.92.
17         * sysdeps/ia64/Dist: Add _mcount.S.
19         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone.S.
21         * sysdeps/unix/sysv/linux/mips/Dist: Add _test_and_set.c.
23         * elf/Makefile (distribute): Add missing modules.
25         * sysdeps/unix/sysv/linux/s390/Dist: Remove nonexisting files.
27         * posix/regex.c (compile_range): Transliate range start and end
28         characters to avoid empty range in case of REG_ICASE [PR libc/1842].
30         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Don't include
31         asm/resource.h.
33         * sysdeps/unix/sysv/linux/arm/Makefile: Undo last change.
35 2000-08-02  Andreas Jaeger  <aj@suse.de>
37         * elf/elf.h (EM_S390): Added.
38         (R_390_*): New relocs for S390.
40         * sysdeps/unix/sysv/linux/s390/Dist: New file.
41         * sysdeps/unix/sysv/linux/s390/sysdep.h: New file.
42         * sysdeps/unix/sysv/linux/s390/sysdep.S: New file.
43         * sysdeps/unix/sysv/linux/s390/syscall.S: New file.
44         * sysdeps/unix/sysv/linux/s390/sys/user.h: New file.
45         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
46         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: New file.
47         * sysdeps/unix/sysv/linux/s390/sys/elf.h: New file.
48         * sysdeps/unix/sysv/linux/s390/socket.S: New file.
49         * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: New file.
50         * sysdeps/unix/sysv/linux/s390/shmctl.c: New file.
51         * sysdeps/unix/sysv/linux/s390/setreuid.c: New file.
52         * sysdeps/unix/sysv/linux/s390/setresuid.c: New file.
53         * sysdeps/unix/sysv/linux/s390/setresgid.c: New file.
54         * sysdeps/unix/sysv/linux/s390/setregid.c: New file.
55         * sysdeps/unix/sysv/linux/s390/setgroups.c: New file.
56         * sysdeps/unix/sysv/linux/s390/setgid.c: New file.
57         * sysdeps/unix/sysv/linux/s390/setfsuid.c: New file.
58         * sysdeps/unix/sysv/linux/s390/setfsgid.c: New file.
59         * sysdeps/unix/sysv/linux/s390/seteuid.c: New file.
60         * sysdeps/unix/sysv/linux/s390/setegid.c: New file.
61         * sysdeps/unix/sysv/linux/s390/semctl.c: New file.
62         * sysdeps/unix/sysv/linux/s390/register-dump.h: New file.
63         * sysdeps/unix/sysv/linux/s390/putpmsg.c: New file.
64         * sysdeps/unix/sysv/linux/s390/putmsg.c: New file.
65         * sysdeps/unix/sysv/linux/s390/profil-counter.h: New file.
66         * sysdeps/unix/sysv/linux/s390/msgctl.c: New file.
67         * sysdeps/unix/sysv/linux/s390/mmap.S: New file.
68         * sysdeps/unix/sysv/linux/s390/getuid.c: New file.
69         * sysdeps/unix/sysv/linux/s390/getresuid.c: New file.
70         * sysdeps/unix/sysv/linux/s390/getresgid.c: New file.
71         * sysdeps/unix/sysv/linux/s390/getpmsg.c: New file.
72         * sysdeps/unix/sysv/linux/s390/getmsg.c: New file.
73         * sysdeps/unix/sysv/linux/s390/getgroups.c: New file.
74         * sysdeps/unix/sysv/linux/s390/getegid.c: New file.
75         * sysdeps/unix/sysv/linux/s390/geteuid.c: New file.
76         * sysdeps/unix/sysv/linux/s390/fchown.c: New file.
77         * sysdeps/unix/sysv/linux/s390/clone.S: New file.
78         * sysdeps/unix/sysv/linux/s390/brk.c: New file.
79         * sysdeps/unix/sysv/linux/s390/bits/time.h: New file.
80         * sysdeps/unix/sysv/linux/s390/bits/resource.h: New file.
81         * sysdeps/unix/sysv/linux/s390/bits/mman.h: New file.
82         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: New file.
83         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
84         * sysdeps/s390/sysdep.h: New file.
85         * sysdeps/s390/sys/ucontext.h: New file.
86         * sysdeps/s390/sub_n.S: New file.
87         * sysdeps/s390/strncpy.S: New file.
88         * sysdeps/s390/strcpy.S: New file.
89         * sysdeps/s390/stackinfo.h: New file.
90         * sysdeps/s390/setjmp.S: New file.
91         * sysdeps/s390/s390-mcount.S: New file.
92         * sysdeps/s390/mul_1.S: New file.
93         * sysdeps/s390/memusage.h: New file.
94         * sysdeps/s390/memset.S: New file.
95         * sysdeps/s390/memcpy.S: New file.
96         * sysdeps/s390/memchr.S: New file.
97         * sysdeps/s390/machine-gmon.h: New file.
98         * sysdeps/s390/ldbl2mpn.c: New file.
99         * sysdeps/s390/gmp-mparam.h: New file.
100         * sysdeps/s390/fpu/fpu_control.h: New file.
101         * sysdeps/s390/fpu/fesetround.c: New file.
102         * sysdeps/s390/fpu/fegetround.c: New file.
103         * sysdeps/s390/fpu/fclrexcpt.c: New file.
104         * sysdeps/s390/fpu/bits/fenv.h: New file.
105         * sysdeps/s390/ffs.c: New file.
106         * sysdeps/s390/elf/start.S: New file.
107         * sysdeps/s390/elf/setjmp.S: New file.
108         * sysdeps/s390/elf/bsd-setjmp.S: New file.
109         * sysdeps/s390/elf/bsd-_setjmp.S: New file.
110         * sysdeps/s390/dl-machine.h: New file.
111         * sysdeps/s390/bzero.S: New file.
112         * sysdeps/s390/bsd-setjmp.S: New file.
113         * sysdeps/s390/bsd-_setjmp.S: New file.
114         * sysdeps/s390/bits/string.h: New file.
115         * sysdeps/s390/bits/setjmp.h: New file.
116         * sysdeps/s390/bits/huge_val.h: New file.
117         * sysdeps/s390/bits/endian.h: New file.
118         * sysdeps/s390/bits/byteswap.h: New file.
119         * sysdeps/s390/bcopy.S: New file.
120         * sysdeps/s390/backtrace.c: New file.
121         * sysdeps/s390/atomicity.h: New file.
122         * sysdeps/s390/asm-syntax.h: New file.
123         * sysdeps/s390/addmul_1.S: New file.
124         * sysdeps/s390/add_n.S: New file.
125         * sysdeps/s390/abort-instr.h: New file.
126         * sysdeps/s390/__longjmp.c: New file.
127         * sysdeps/s390/Makefile: New file.
128         * sysdeps/s390/Implies: New file.
129         * sysdeps/s390/Dist: New file.
130         Patches by Martin Schwidefsky <schwidefsky@de.ibm.com>.
132 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
134         Remove incompatible IPv6 extension of RPC.
135         * sunrpc/Makefile: Undo changes.
136         * sunrpc/rpc_main.c: Likewise.
137         * sunrpc/rpc/clnt.h: Likewise.
138         * sunrpc/rpc/svc.h: Likewise.
139         * sunrpc/bindrsvprt6.c: Removed.
140         * sunrpc/clnt_tcp6.c: Removed.
141         * sunrpc/clnt_udp6.c: Removed.
142         * sunrpc/svc_tcp6.c: Removed.
143         * sunrpc/svc_udp6.c: Removed.
145         * intl/libintl.h: Don't use __attribute_format_arg__ for gettext,
146         dgettext, and dcgettetxt.
148         * intl/locale.alias: Update japanese aliases.
150         * sysdeps/ia64/bits/byteswap.h: New file.
151         Patch by Dan Pop <Dan.Pop@cern.ch>.
153         * misc/sys/cdefs.h: Define __attribute_format_arg__.
154         * intl/libintl.h: Use it here instead of using __attribute__ directly.
156 2000-07-13  H.J. Lu  <hjl@gnu.org>
158         * posix/regex.c (re_max_failures): Set to 4000.
160 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
162         * gnulib/Makefile (tests): Add tst-gcc.
163         * gnulib/tst-gcc.c: New file.
165         * assert/Makefile (routines): Add __assert.
166         * assert/Versions: Export __assert for glibc 2.2.
167         * assert/__assert.c: New file.
168         * assert/assert.h: Declare __assert.
170 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
172         * locale/localeinfo.h (_ISCTYPE): New macro.
173         * posix/fnmatch_loop.c (internal_fnmatch): Use it, support new
174         LC_CTYPE locale format.
175         * locale/programs/ld-ctype.c (locale_ctype_t): New field class_b.
176         (ctype_output): Output class_b[nr] right before class_3level[nr].
177         (allocate_arrays): Fill class_b, similarly to class_3level.
179 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
180             Joseph S. Myers  <jsm28@cam.ac.uk>
182         * math/tgmath.h: Make standard compliant.  Don't ask how.
184 2000-07-04  H.J. Lu  <hjl@gnu.org>
186         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name)):
187         Use $(do-install-program) instead of "$(INSTALL_PROGRAM) $< $@.new".
188         ($(inst_slibdir)/$(rtld-installed-name)): Use $(make-shlib-link) only.
190 2000-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
192         * include/features.h (_XOPEN_SOURCE): Update the explanation.
193         (__USE_LARGEFILE): Add an explanation.
194         (_POSIX_C_SOURCE): Define to 2 only if _XOPEN_SOURCE < 500.
195         (__USE_XOPEN2K): Define whenever _XOPEN_SOURCE >= 600.
197 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
199         * libio/Makefile: Enable exception handling for genops, wgenops,
200         fileops, and wfileops.
202 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
204         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take into
205         acount that elf/rtld's main program might remove some varibales
206         from the environment if we're trying to be secure.  Move the Hurd
207         startup data if necessary, or, if we there is no startup data,
208         make sure the magical convention that ARGV[0] is stored just after
209         the environment list.
211 2000-08-01  Philip Blundell  <philb@gnu.org>
213         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource]
214         (sysdep_routines): Add oldgetrlimit, oldsetrlimit.
215         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit,
216         oldsetrlimit for GLIBC_2.0.
218 2000-08-01  Andreas Jaeger  <aj@suse.de>
220         * nss/nss_files/files-ethers.c: Use case-insensitive lookup.
221         (LINE_PARSER): Allow any number of spaces between ip address and
222         number.  Fixes PR libc/1833, reported by rp010gf@voruta.vu.lt.
224         * conform/data/netdb.h-data: Remove getipnodebyaddr and friends.
226         * include/netdb.h: Remove getipnodebyaddr and friends, leave
227         constants in.
229         * nis/Versions: Remove _nss_nis_getipnodebyname_r and
230         _nss_nisplus_getipnodebyname_r.
232         * nis/nss_nis/nis-hosts.c (_nss_nis_getipnodebyname_r): #if 0 for
233         now, getipnodebyname is deprecated.
234         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r):
235         Likewise.
237         * inet/Makefile (routines): Don't build getipnodebyaddr and
238         friends.
240         * intl/Makefile (distribute): Add tst-translit.sh and translit.po.
242         * hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.
244         * elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.
246         * wctype/Makefile (distribute): Add wchar-lookup.h.
248         * sysdeps/generic/Dist: Add bp-checks.h and bp-semctl.h.
250         * iconvdata/Makefile (distribute): Add isiri-3342.h.
252 2000-08-01  Andreas Schwab  <schwab@suse.de>
254         * Make-dist (dist): Resolve `..' in file names.
256 2000-08-01  Andreas Jaeger  <aj@suse.de>
258         * stdio-common/Makefile (distribute): Remove removed files, add
259         new files.
261         * Makefile (distribute): Remove include/db_185.h and db.h.
263         * include/db_185.h: Remove, it's not needed anymore.
264         * include/db.h: Likewise.
266 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
268         * inet/Makefile (tests): Remove tst-ipnode.
269         * include/netdb.h: Add stuff removed from resolv/netdb.h here for
270         now.
272 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
274         * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and
275         endp statements have already been added.
277 2000-04-18  David Mosberger  <davidm@hpl.hp.com>
279         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include
280         <sysdeps/ia64/sysdep.h>.
282         * sysdeps/ia64/_mcount.S: New file.
284         * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to
285         __gmon_start__.  Fix up extraneous whitespace.
287 2000-01-12  H.J. Lu  <hjl@gnu.org>
289         * sysdeps/ia64/elf/initfini.c: New file.
291 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
293         * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW
294         dependency between branch and ar.pfs write.
296 2000-07-31  H.J. Lu  <hjl@gnu.org>
298         * sysdeps/generic/printf_fphex.c (__printf_fphex): Correctly
299         handle the wchar_t array.
301 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
303         * iconvdata/gb18030.c: Don't map to and from positions in ISO
304         10646 which are not yet assigned.
305         Patch by wang shouhua <shouhuawang@redflag-linux.com>.
307 2000-07-31  Andreas Jaeger  <aj@suse.de>
309         * inet/Versions: Remove getipnodebyaddr and friends from
310         GLIBC_2.2.
312         * resolv/netdb.h: Remove getipnodebyaddr and friends.
314 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
316         * iconvdata/sjis.c (BODY for FROM_LOOP): Treat the case
317         ch >= 0x81 && ch2 < 0x40 as invalid.
319 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
321         * iconvdata/uhc.c (BODY for FROM_LOOP): Reject ch2 == 0xff as invalid.
322         (BODY for TO_LOOP): Accept 0x7f. Increment outptr as needed.
324 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
326         * iconvdata/johab.c (BODY for TO_LOOP): After calling
327         ucs4_to_ksc5601_sym, fix the conversion to JOHAB.
329 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
331         * iconvdata/t.61.c (to_ucs4): Change values of 0xa4, 0a6, 0xa8, 0xb4,
332         0xb8.
333         (from_ucs4): Change values of U+00A4, U+00BB, U+00ED.
335 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
337         * iconvdata/macintosh.c (HAS_HOLES): Set to 1.
339 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
341         * iconvdata/iso_6937.c (to_ucs4): Change values of 0x24 and 0xb4.
342         (from_ucs4): Change values of U+00A4 and U+00ED.
343         (BODY of TO_LOOP): Remove mapping from U+02DC to 0x0020.
345 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
347         * iconvdata/ansi_x3.110.c (from_ucs4): Change entry for 0xed.
348         (BODY for TO_LOOP): Map U+2122, U+2126, not U+2022, U+2026.
350 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
352         * iconvdata/Makefile (gen-8bit-gap-modules): Remove isiri-3342.
353         * iconvdata/isiri-3342.h: New file.
354         * iconvdata/isiri-3342.c (HAS_HOLES): Avoid gaps >= 0xe0, but don't
355         treat 0x80 as a gap.
357 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
359         * string/strxfrm.c (encoding_mask, encoding_byte): Remove.
360         (utf8_encode): Use simple shifts instead.  Fix return value.
362 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
364         * timezone/private.h: Update from tzcode2000e.
365         * timezone/asia: Update from tzdata2000e.
366         * timezone/australasia: Likewise.
367         * timezone/europe: Likewise.
368         * timezone/northamerica: Likewise.
369         * timezone/zone-tab: Likewise.
371 2000-07-30  Ralf Baechle  <ralf@gnu.org>
373         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h:  New file.  On MIPS
374         the order of struct sigaltstack members is different.
376 2000-07-26  Philip Blundell  <philb@gnu.org>
378         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: New file.
380 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
382         * locale/langinfo.h: Add entries for extra tables in CTYPE data.
383         * locale/programs/ld-ctype.c: Adjust for this.
385         * locale/programs/ld-collate.c: Add more alignment checks.
386         * locale/string/strcoll.c: Likewise.
388 2000-07-30  Mark Kettenis  <kettenis@gnu.org>
390         * stdio-common/vfprintf.c: Move inclusion of _i18n_number.h
391         outside USE_IN_LIBIO block.
393 2000-07-26  Philip Blundell  <philb@gnu.org>
395         * sysdeps/arm/dl-machine.h (fix_bad_pc24): New function.
396         (elf_machine_rel): Use it for out-of-range PC24 relocs.
398 2000-07-28  Philip Blundell  <philb@gnu.org>
400         * math/test-fpucw.c: Ignore reserved bits in control word.
402 2000-07-28  Philip Blundell  <philb@gnu.org>
404         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET): New macro.
405         (ret): Redefine to PSEUDO_RET.
406         (PSEUDO): Remove jump to syscall_error.
408 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
410         * resolv/README: Add some information about using the resolver in
411         multi-threaded code and with C++.  Spelling fixes.
413 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
415         * resolv/resolv.h (struct __sockaddr_in): Remove.
416         (struct __res_state) [!_LIBC]: Remove reference to __sockaddr_in.
418 2000-07-29  Greg McGary  <greg@mcgary.org>
420         * Rules (test-bp-inputs, make-test-out): New variables.
421         ($(objpfx)%-bp.out): New rule.
422         ($(objpfx)%.out): Rewrite in terms of new variables.
424         * libio/iovswscanf.c (vswscanf): Pass _IO_FILE_plus pointer to
425         internal function that uses vtable.
426         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
427         * libio/vswprintf.c (_IO_vswprintf): Likewise.
429         * malloc/malloc.c (mem2chunk): Define in terms of chunk_at_offset.
430         (malloc_extend_top): Convert brk to chunk using chunk_at_offset.
431         (chunk_align): Likewise.
433         * time/asctime.c (ab_day_name, ab_month_name): Rewrite expression
434         in a way that conforms to decl, and avoids spurious bounds violation.
436         * sysdeps/arm/frame.h (struct layout): Make pointers __unbounded.
437         * sysdeps/generic/frame.h: Likewise.
438         * sysdeps/generic/backtrace.c (ADVANCE_STACK_FRAME): Wrap bounds
439         around return value.
440         (__backtrace): Qualify frame-pointer chain and return address
441         pointers as __unbounded.  Wrap bounds around variable `current'.
442         * sysdeps/generic/segfault.c (ADVANCE_STACK_FRAME): Wrap bounds
443         around return value.
444         (catch_segfault): Qualify frame-pointer chain and return address
445         pointers as __unbounded.  Wrap bounds around variable `current'.
446         * sysdeps/i386/backtrace.c (struct layout): Make pointers __unbounded.
447         (ADVANCE_STACK_FRAME): Wrap bounds around return value.
448         * sysdeps/powerpc/backtrace.c (struct layout): Make pointers
449         __unbounded.
450         (__backtrace): Qualify frame-pointer chain and return address
451         pointers as __unbounded.  Wrap bounds around variable `current'.
453         * sysdeps/i386/addmul_1.S: s2_limb is scalar so remove bounds check.
454         * sysdeps/i386/mul_1.S: Likewise.
455         * sysdeps/i386/submul_1.S: Likewise.
456         * sysdeps/i386/i586/addmul_1.S: Likewise.
457         * sysdeps/i386/i586/mul_1.S: Add bounds checks.
458         * sysdeps/i386/i586/submul_1.S: Likewise.
460 2000-07-27  Andreas Jaeger  <aj@suse.de>
462         * libio/Depend: New file, libio needs localedata for tests.
463         * posix/Depend: Likewise.
465 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
467         * stdio-common/_i18n_itoa.c: Removed.
468         * stdio-common/_i18n_itoa.h: Removed.
469         * stdio-common/_i18n_itowa.c: Removed.
470         * stdio-common/_i18n_itowa.h: Removed.
471         * stdio-common/_i18n_number.h: New file.
472         * stdio-common/Depend: New file.
473         * stdio-common/printf-parse.h: Handle I modifier correctly.  Optimize.
474         * stdio-common/vfprintf.c: Rewrite buffer handling for integer
475         printing.  Change printing of numbers with locale specific digits to
476         use new code in _i18n_number.h.
477         * stdio-common/Makefile (routines): Remove _i18n_itoa and
478         _i18n_itowa.
480         * stdio-common/bug13.c: Improve messages.
482         * locale/programs/ld-ctype.c (ctype_read): Improve error message.
483         (set_class_defaults): Always search also for Uxxxx names.
484         Detect insufficient number of outdigits.
486         * locale/Makefile (C-translit.h): Use mv not $(move-if-changed).
488 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
490         * locale/C-ctype.c (_nl_C_LC_CTYPE): Swap the two names in
491         _NL_CTYPE_MAP_NAMES.
492         * locale/localeinfo.h (__TOW_toupper, __TOW_tolower): New enum values.
493         * wctype/wcfuncs.c (towlower, towupper): Use them.
494         * wctype/wcfuncs_l.c (__towlower_l, __towupper_l): Likewise.
495         * wctype/wctrans.c (wctrans): Likewise.
496         * wctype/wctrans_l.c (__wctrans_l): Likewise.
498 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
500         * posix/fnmatch.c (is_char_class): Fix logic.  Avoid buffer overrun.
501         Use the optimized version of this function outside glibc as well.
503 2000-07-27  Jakub Jelinek  <jakub@redhat.com>
505         * locale/indigits.h (indigit_value): Correct.
506         * locale/indigitswc.h (indigitwc_value): Correct.
507         * stdio-common/vfscanf.c (__vfscanf): Fix I18N number
508         conversion, add GROUP checking for it, fix GROUP number
509         conversion with strlen(thousands) > 1.
510         Honour width correctly in the presence of floating
511         decimal points and thousands separators.
512         * stdio-common/tst-sscanf.c: New test.
513         * stdio-common/Makefile: Add it to tests.
514         * sysdeps/generic/strtol.c (strtol): Fix conversion if there are
515         thousands separators and group argument is non-zero.
517 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
519         * locale/Versions: Enumerate __*_l functions individually. __wctrans_l
520         starts at GLIBC_2.2.
522 2000-07-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
524         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h.
525         * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add
526         _test_and_set.
527         (headers): Add sys/tas.h.
528         * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for
529         GLIBC_2.2 from libc.
530         * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file.
531         * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for
532         _test_and_set.
534 2000-07-28  Andreas Jaeger  <aj@suse.de>
536         * sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4.
538         * dlfcn/Makefile ($(objpfx)tst-dladdr): New.
539         ($(objpfx)tst-dladdr.out): new.
540         (tests): Add tst-dladdr.
541         ($(objpfx)glrefmain): Use libdl.
543         * dlfcn/tst-dladdr.c: New file.  Based on a test by Volkmar Sieh
544         <vs@caldera.de>.
546 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
548         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and
549         ftruncate(64) calls.
551 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
553         * intl/tst-translit.c: Include string.h to get prototype for
554         strcmp().
556 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
558         * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
559         name and add weak alias for __fork.
561         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change llseek, pread
562         & pwrite to use __libc_<name> as strong names instead of
563         __syscall_<name>.
565         * include/sched.h: Add clone2 prototype.
567 2000-07-26  Jes Sorensen  <jes@linuxcare.com>
569         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Don't declare the
570         procedure name twice.
572 2000-07-27  Philip Blundell  <philb@gnu.org>
574         * malloc/malloc.c (HAVE_MREMAP): Undo change of 1997-12-04.
576 2000-07-27  Andreas Jaeger  <aj@suse.de>
578         * sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
579         MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
580         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
581         Reported by Andi Kleen <ak@suse.de>.
583         * rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
584         (do_wait): Test requests with aio_return64.
585         (do_test): Change callers of do_wait.
587 2000-07-26  Andreas Jaeger  <aj@suse.de>
589         * rt/tst-aio.c: Add tests for aio_fsync and aio_cancel.
590         (do_wait): Test requests with aio_return.
591         (do_test): Change callers of do_wait.
593 2000-07-27  Ulrich Drepper  <drepper@redhat.com>
595         * rt/aio_misc.c (__aio_remove_request): New function.  Handle removing
596         from request list.  Don't do the list handling here, call
597         __aio_remove_request.
598         * rt/aio_misc.h: Add prototype for __aio_remove_request.
599         * rt/aio_cancel.c: Don't assume __aio_find_req_fd succeeds since the
600         request might already be processed.  Don't do the list handling
601         here, call __aio_remove_request.
603         * rt/aio_misc.c: Don't depend on aio_reqprio field for LIO_SYNC and
604         LIO_DSYNC.
606         * rt/aio_misc.c: Add comment explaining why writer memory barriers
607         are missing.
609 2000-07-27  Greg McGary  <greg@mcgary.org>
611         * sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*.
612         * sysdeps/generic/bp-semctl.h (check_semctl): Fix syntax error
613         in union init.  Pass zero for ignored semnum arg to semctl.
614         * sysdeps/unix/sysv/linux/shmat.c (shmat): Fix typo.
616 2000-07-26  Greg McGary  <greg@mcgary.org>
618         * sysdeps/gnu/bits/msq.h: Qualify kernel's
619         data structure pointers as __unbounded.
620         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
621         * sysdeps/generic/bp-semctl.h: New file.
622         * sysdeps/unix/sysv/linux/msgctl.c: Qualify kernel's data structure
623         pointers as __unbounded.  Check bounds of syscall args.
624         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
625         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
626         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
627         * sysdeps/unix/sysv/linux/semop.c: Likewise.
628         * sysdeps/unix/sysv/linux/shmat.c: Likewise.
629         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
630         * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
631         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
632         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
633         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
634         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
635         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
636         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
637         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Likewise.
638         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
639         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
641 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
643         * libio/iofwide.c: Enable transliteration for conversion from wchar_t
644         by default.
645         * locale/C-ctype.c: Likewise.
646         * wcsmbs/wcsmbsload.c: Likewise.
648 2000-07-26  Greg McGary  <greg@mcgary.org>
650         * Makeconfig (+link-bounded, link-libc-bounded,
651         link-extra-libs-bounded): New variables.
652         (built-program-cmd): Omit $(run-program-prefix) for static BP tests.
653         * Makerules (do-tests-clean, common-mostlyclean): Remove BP test files.
654         * Rules (tests-bp.out): New variable.
655         (tests): Conditionally add BP tests.
656         (binaries-bounded): Add variable and associated rule.
657         * csu/Makefile [build-bounded] (extra-objs, install-lib):
658         Move conditional stuff after place where condition is defined.
660         * malloc/malloc.c (bp-checks.h): Add #include.
661         (mem2chunk, chunk_at_offset, bin_at): Wrap BOUNDED_1 around expression.
662         (_bin_at): Add unbounded version of bin_at.
663         (IAV, chunk_alloc): Use unbounded _bin_at.
664         (mALLOc, rEALLOc, chunk_realloc, mEMALIGn, cALLOc,
665         chunk2mem_check, realloc_check, malloc_starter, malloc_atfork):
666         Wrap BOUNDED_N around return value.
667         (chunk_realloc): Adjust oldsize once.
669         * sysdeps/generic/bp-checks.h (__memchr): Remove incorrect decl.
670         (__ubp_memchr): Add correct decl.
671         (_CHECK_STRING): Use __ubp_memchr.
672         * sysdeps/alpha/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
673         New alias for unbounded-pointer __memchr.
674         * sysdeps/i386/memchr.S: Likewise.
675         * sysdeps/ia64/memchr.S: Likewise.
676         * sysdeps/m68k/memchr.S: Likewise.
677         * sysdeps/sparc/sparc32/memchr.S: Likewise.
678         * sysdeps/sparc/sparc64/memchr.S: Likewise.
679         * sysdeps/vax/memchr.s: Likewise.
681         * sysdeps/i386/strtok.S: Fix bounds checks to pass tests.
682         (SAVE_PTR): New macro.  (save_ptr): Expand size as BP.
683         (strtok): Don't bother to write into SAVE_PTR when returning NULL.
684         * sysdeps/i386/i686/strtok.S: Likewise.
685         * sysdeps/i386/bp-asm.h (RETURN_BOUNDED_POINTER,
686         RETURN_NULL_BOUNDED_POINTER): Use %ecx as the scratch register.
688         * sysdeps/i386/bits/string.h [!__BOUNDED_POINTERS__]: Disable inlines.
689         * sysdeps/i386/i486/bits/string.h [!__BOUNDED_POINTERS__]: Likewise.
691         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Copy
692         bounds of copy_result to mount_proc.
694 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
696         * wctype/wctype.h (__wctrans_l): New declaration.
697         * wctype/wctrans_l.c: New file.
698         * wctype/Makefile (routines): Add wctrans_l.
700 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
702         * posix/fnmatch_loop.c: Fixes for use outside glibc.
703         Patch by MacGyver <macgyver@tos.net>.
705 2000-07-26  Andreas Jaeger  <aj@suse.de>
707         * rt/tst-aio4.c: New file, slightly modified version of tst-aio2.
708         * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
709         * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5.
711         * rt/tst-aio.c (test_file): Fix typo.
712         * rt/tst-aio64.c (test_file): Likewise.
714         * rt/tst-aio3.c: New file, slightly modified version of tst-aio2.
715         * rt/Makefile: Add rules to build and run tst-aio3.
717         * sysdeps/unix/sysv/linux/netinet/ip.h: Removed ip_options since
718         it's not needed and confuses only.
720 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
722         * resolv/res_init.c: Add support for nameserver communication with
723         IPv6.
724         * resolv/res_send.c: Likewise.
725         * resolv/resolv.h (struct __res_state): Store IPv6 address, not IPv4
726         in nsaddrs field.
727         Patch by <venaas@nvg.ntnu.no>.
729 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
731         * locale/programs/ld-ctype.c (wctype_table_get): New function.
732         (wcwidth_table_get): New function.
733         (wcwidth_table_add): Call it.
734         (wctrans_table_get): New function.
735         (wctrans_table_add): Call it.
737 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
739         * rt/lio_listio.c (lio_listio): Always disable individual
740         notification.
741         * rt/Makefile: Add rules to build and run tst-aio2.
742         * rt/tst-aio2.c: New file.
744         * rt/lio_listio.c (lio_listio): Handle case of SIG == NULL correctly.
745         Reported by Kevin Beard <beardk@gatwick.Geco-Prakla.slb.com>.
747 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
749         * nss/nss_files/files-netgrp.c (strip_whitespace): New function.
750         (_nss_netgroup_parseline): Use strip_whitespace to strip off any
751         leading and trailing spaces from host, user and domain name.
753 2000-07-25  Jes Sorensen  <jes@linuxcare.com>
755         * csu/defs.awk: Add support for need_endp.
757 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
759         * resolv/resolv.h: Remove __P from res_send_qhook and
760         res_send_rhook typedefs.
762 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
764         * intl/tst-translit.c (main): Unset OUTPUT_CHARSET.
766 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
768         * iconv/gconv_builtin.h: Add WCHAR_T alias.
770 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
772         * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the
773         calling thread, set the cancellation flag and return success
774         instead of EINTR.
776 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
778         * libio/Makefile: Add rules build, run, and distribute tst-widetext.c.
779         * libio/tst-widetext.c: New file.
780         * libio/tst-widetext.input: New file.
782         * libio/iogetwline.c (_IO_getwline_info): Pretty print.
784         * libio/wfileops.c (_IO_wfile_underflow): Handle not entirely
785         empty external buffer correctly.
787 2000-07-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
789         * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Stringify using
790         __STRING(entry) and not #entry.
791         (_RTLD_EPILOGUE): Likewise.
792         * sysdeps/mips/mips64/dl-machine.h: Likewise.
794 2000-07-25  Andreas Jaeger  <aj@suse.de>
796         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
797         according to changes in test program, run also with static only
798         builds.
799         ($(objpfx)tst-printf.out): Likewise.
801         * stdio-common/tst-unbputc.sh: Likewise.
802         * stdio-common/tst-printf.sh: Likewise.
804 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
806         * libio/wfileops.c (_IO_wdo_write): Correct return value.
808         * libio/wfileops.c (_IO_wdo_write): Allow partial conversions in the
809         loop.
811         * libio/fileops.c: Pretty print.
813 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
815         * wctype/wchar-lookup.h: New file.
816         * wctype/iswctype.c: Include "wchar-lookup.h".
817         (__iswctype): Support alternate locale format with 3-level tables.
818         * wctype/iswctype_l.c (__iswctype_l): Likewise.
819         * wctype/towctrans.c (__towctrans): Likewise.
820         * wctype/towctrans_l.c (__towctrans_l): Likewise.
821         * wctype/wcfuncs.c: Include "wchar-lookup.h".
822         (__ctype32_wctype, __ctype32_wctrans): Declare external.
823         (__iswalnum, __iswalpha, __iswcntrl, __iswdigit, __iswlower,
824         __iswgraph, __iswprint, __iswpunct, __iswspace, __iswupper,
825         __iswxdigit, towlower, towupper): Support alternate locale format
826         with 3-level tables.
827         * wctype/wcextra.c (iswblank): Likewise.
828         * wctype/wcfuncs_l.c: Include "wchar-lookup.h".
829         (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
830         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
831         __iswxdigit_l, __towlower_l, __towupper_l): Support alternate locale
832         format with 3-level tables.
833         * wctype/wcextra_l.c (__iswblank_l): Likewise.
834         * wctype/wctype.c (__wctype): Likewise.  In the alternate locale
835         format, return a 3-level table pointer.
836         * wctype/wctype_l.c (__wctype_l): Likewise.
837         * wctype/wctrans.c (wctrans): Likewise.
838         * wctype/wctype.h (__ISwupper, __ISwlower, __ISwalpha, __ISwdigit,
839         __ISwxdigit, __ISwspace, __ISwprint, __ISwgraph, __ISwblank,
840         __ISwcntrl, __ISwpunct, __ISwalnum): New enum values.
841         (iswctype): Remove macro definition.
842         * wcsmbs/wcwidth.h: Include "wchar-lookup.h".
843         (internal_wcwidth): Support alternate locale format with 3-level
844         tables.
845         * locale/langinfo.h (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
846         New nl_items.
847         * locale/categories.def (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
848         Define them as being type "word".
849         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializers for them.
850         * ctype/ctype-info.c (__ctype32_wctype, __ctype32_wctrans,
851         __ctype32_width): New exported variables.
852         * locale/lc-ctype.c (_nl_postload_ctype): Initialize them in the
853         alternate locale format. Don't initialize __ctype_names and
854         __ctype_width in the alternate locale format.
855         * locale/programs/localedef.h (oldstyle_tables): New declaration.
856         * locale/programs/localedef.c (oldstyle_tables): New variable.
857         (OPT_OLDSTYLE): New macro.
858         (options): Add --old-style option.
859         (parse_opt): Handle --old-style option.
860         * locale/programs/ld-ctype.c (locale_ctype_t): Add class_offset,
861         map_offset, class_3level, map_3level, width_3level members.
862         (ctype_output): Support for alternate locale format: Computation of
863         nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
864         _NL_CTYPE_CLASS32 only 256 characters. _NL_CTYPE_NAMES empty.
865         New fields _NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET. Field
866         _NL_CTYPE_WIDTH now contains the three-level table. Extra elems
867         now contain both class and map tables.
868         (struct wctype_table): New type.
869         (wctype_table_init, wctype_table_add, wctype_table_finalize): New
870         functions.
871         (struct wcwidth_table): New type.
872         (wcwidth_table_init, wcwidth_table_add, wcwidth_table_finalize): New
873         functions.
874         (struct wctrans_table): New type.
875         (wctrans_table_init, wctrans_table_add, wctrans_table_finalize): New
876         functions.
877         (allocate_arrays): Support for alternate locale format: Set
878         plane_size and plane_cnt to 0. Restrict ctype->ctype32_b to the first
879         256 characters. Compute ctype->class_3level. Restrict ctype->map32[idx]
880         to the first 256 characters. Compute ctype->map_3level. Set
881         ctype->class_offset and ctype->map_offset. Compute ctype->width_3level
882         instead of ctype->width.
884 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
886         * libio/iogetwline.c (_IO_getwline_info): Use wide character
887         string functions.
889 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
891         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Measure size
892         in wide characters, not bytes.
893         * libio/tst_putwc.c (do_test): Add test for writing lots of data
894         into file.
896 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
898         * locale/nl_langinfo.c (nl_langinfo): Accept items belonging to the
899         new categories LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE,
900         LC_MEASUREMENT, LC_IDENTIFICATION.
902         * locale/xlocale.h (struct __locale_struct): Increase size of
903         __locales array.
904         * locale/duplocale.c (__duplocale): Copy newly added categories as
905         well.
906         * locale/freelocale.c (__freelocale): Free newly added categories.
907         * locale/newlocale.c (__newlocale): Fix typo in sanity check.
908         If a base is given, use it, don't simply return it.
910 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
912         * crypt/md5-crypt.c (__md5_crypt_r): Avoid gcc warnings: Use pointer
913         variables, copied_key and copied_salt, instead of boolean variables.
915 2000-07-24  Andreas Jaeger  <aj@suse.de>
917         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Really fix
918         check for offset.
920         * grp/initgroups.c (initgroups_dyn_function): Renamed from
921         initgroups_function, adopted prototype for change from 2000-07-23.
922         (initgroups): Follow type change.
924         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix offset
925         & PAGE_MASK case, reformat.
927         * string/Makefile ($(objpfx)tst-svc.out): Fix rule to read input
928         from stdin and setup environment.
930 2000-07-24  Andreas Schwab  <schwab@suse.de>
932         * sysdeps/unix/sysv/linux/m68k/mmap.S: Remove mmap64 alias.
934 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
936         * string/endian.h: Explain the _*_ENDIAN constant values a bit
937         more.  Patch by scarlet@mit.edu [PR libc/1799].
939         * io/ftwtest-sh: Add -f parameter to chmod if -R is also given.
940         [PR libc/1792].
942         * argp/argp-parse.c (parser_finalize): Reverse order in which
943         parsers are run for ARGP_KEY_END.  [PR libc/1755].
945         * grp/initgroups.c (initgroups): Don't limit the possible number
946         of groups to NGROUPS_MAX.  Allow dynamic resizing.  Loop around
947         the setgroups call while the call fails and descrease the number
948         of groups each round.
949         The name of the initgroups function in the NSS modules changed.
950         (compat_call): Adapt for dynamic resizing.
951         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
952         Implement dynamic resizing.
953         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
954         Likewise.
955         * nis/nss_nis/compat-initgroups.c (_nss_nis_initgroups_dyn): Likewise.
956         * hesiod/Versions: Change exported interface name.
957         * nis/Versions: Change exported interface name.
959 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
961         * locale/iso-639.def: Some errors corrected.
962         Patch by Keld Simonsen.
964         * include/limits.h: Update non-gcc portion.
965         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
967 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
969         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the
970         program's data space, reallocate only the space that was just
971         deallocated to release its backing space.
973 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
975         * stdio-common/vfprintf.c (process_string_arg): For wide character
976         version, handle precision also correctly.
978         * nss/nss_files/files-hosts.c: Correct problem with three or more
979         entries with the same name.
981         * nss/nss_files/files-hosts.c: Implement multi handling.
982         * resolv/Versions: Export _res_hconf for GLIBC_2.2 from libc.
984 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
986         * nss/nss_files/files-parse.c: Don't pollute namespace by using
987         strcasecmp.
989         * grp/Makefile: Change Makefiles and tests to run only when necessary.
990         * malloc/Makefile: Likewise.
991         * malloc/tst-mtrace.sh: Likewise.
992         * posix/Makefile: Likewise.
993         * posix/globtest.sh: Likewise.
994         * posix/wordexp-tst.sh: Likewise.
995         * string/Makefile: Likewise.
997 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
999         * locale/findlocale.c (locale_file_list): Use __LC_LAST as array
1000         size instead of LC_ALL to take into account the new locale
1001         categories.
1003 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
1005         * iconv/gconv_trans.c: Correct a few bugs in the search loop.  Remove
1006         remainders of hash table.
1007         * locale/categories.def: Remove remainders of transliteration
1008         hash table.
1009         * locale/langinfo.h: Likewise.
1010         * locale/programs/ld-ctype.c: Likewise.  Fix code to write out
1011         transliteration tables.
1013         * locale/gen-translit.pl: New file.
1014         * locale/C-translit.h.in: New file.
1015         * locale/C-ctype.c: Include C-translit.h.  Initialize transliteration
1016         data pointers with data from this file.
1017         * locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
1018         and gen-translit.pl.
1019         Add rule to generate C-translit.h.
1020         * intl/tst-translit.c (main): Update for now performed
1021         transliteration.
1023         * stdio-common/vfscanf.c: Handle input -- with format %f correctly
1024         (it's no input error).
1025         * stdio-common/tstscanf.c: Add test case for format %f with input --.
1026         * stdio-common/scanf12.c: Correct expected result for first scanf.
1028         * stdio-common/vfprintf.c (process_string_arg): Correct handling
1029         of multibyte character strings in %s format with precision.
1031 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
1033         * locale/programs/ld-collate.c (collate_read): Allow collating
1034         symbols and elements be named in reorder-after instructions.
1035         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
1037         * locale/programs/ld-collate.c (handle_ellipsis): Test for
1038         duplication with generated name, not the name of the first
1039         character.
1040         Patch by Yong Li <yong.li@asu.edu>.
1042         * sysdeps/powerpc/strchr.S: Correct bugs introduced in BP-ification.
1043         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1045 2000-07-21  Wolfram Gloger  <wg@malloc.de>
1047         * malloc/malloc.c (chunk_alloc): Try mmap_chunk() for smaller
1048         allocations only if a non-main arena cannot be extended.
1050 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
1052         * elf/dl-load.c (_dl_map_object): Take loader==NULL into account
1053         in DF_1_NODEFLIB handling.
1055 2000-07-21  Andreas Jaeger  <aj@suse.de>
1057         * elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its
1058         own rule.
1060         * libio/fwide.c: Include <wchar.h> for prototype.
1062 2000-07-21  Greg McGary  <greg@mcgary.org>
1064         * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
1065         set_inuse_bit_at_offset, clear_inuse_bit_at_offset, set_foot):
1066         Define in terms of chunk_at_offset.
1067         (inuse, set_inuse, clear_inuse): Define in terms of next_chunk.
1068         (next_bin, prev_bin): offset by size of real array elements.
1069         (chunk_align): Make `m' a scalar, since that's how it's used.
1071 2000-07-21  Greg McGary  <greg@mcgary.org>
1073         * sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from
1074         UNCHECK_BOUNDS.
1075         * sysdeps/powerpc/bits/setjmp.h (JB_SIZE): New constant.
1076         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
1077         Wrap bounds around argv & envp and each of their string members.
1078         * sysdeps/powerpc/elf/start.S: Designate BP symbols.
1079         * sysdeps/unix/sysv/linux/powerpc/brk.S: Wrap entry-point
1080         symbol in BP_SYM ().  Discard bounds of address arg.
1081         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
1082         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64):
1083         Discard bounds on address arg, add bounds to return value.
1085 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
1087         * elf/Makefile (tests): Add filter.  Add rules to generate filter.
1088         * elf/filter.c: New file.
1089         * elf/filtmod1.c: New file.
1090         * elf/filtmod2.c: New file.
1092         * elf/rtld.c: Define _dl_bind_not variable.
1093         (process_envvars): Recognize LD_BIND_NOT and set _dl_bind_not.
1094         * elf/dl-support.c: Likewise.
1095         * sysdeps/generic/ldsodefs.h: Declare _dl_bind_not.
1096         * elf/dl-runtime.c (fixup): Don't remember looked up value if
1097         _dl_bind_not.
1098         (profile_fixup): Likewise.
1100         * libio/Makefile (routines): Add fwide.
1101         * libio/iofwide.c (_IO_fwide): Remove locking.  This is done in
1102         fwide now.  Internal calls to _IO_fwide must do locking themselves
1103         or don't need locking.
1104         * libio/fwide.c: New file.
1106         * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
1108         * elf/Makefile: Add no modules for nodelete test.
1109         * elf/nodelmod3.c: New file.
1110         * elf/nodelmod4.c: New file.
1111         * elf/nodelete.c: Also test case where dependency of dlopen() object
1112         is marked nodelete.
1114         * elf/Makefile (tests): Add nodlopen.  Add rules to generate nodlopen.
1115         * elf/nodlopen.c: New file.
1116         * elf/nodlopenmod.c: New file.
1117         * include/dlfcn.h: Define __RTLD_DLOPEN.
1118         * elf/dl-load.c (_dl_map_object_from_fd): If DF_1_NOOPEN is set
1119         and this is a dlopen() call, do not load the binary.
1120         * dlfcn/dlopen.c: Add __RTLD_DLOPEN to mode passed down to _dl_open.
1121         * dlfcn/dlopenold.c: Likewise.
1122         * configure.in: Add test for -z nodelete option.
1123         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
1125 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
1127         Make Hesiod NSS module thread-safe.
1129         * hesiod/README.hesiod: Update.
1131         * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_getservbyport_r,
1132         _nss_hesiod_setprotoent, _nss_hesiod_endprotoent,
1133         _nss_hesiod_getprotobyname_r, and _nss_hesiod_getprotobynumber_r.
1134         * hesiod/Makefile (libnss_hesiod-routines): Add hesiod-init and
1135         hesiod-proto.
1136         * hesiod/nss_hesiod/hesiod-init.c: New file.
1137         * hesiod/nss_hesiod/hesiod-pwd.c: Rewritten for thread-safeness.
1138         * hesiod/nss_hesiod/hesiod-grp.c: Likewise.
1139         * hesiod/nss_hesiod/nss_hesiod.h: New file.
1140         * hesiod/nss_hesiod/hesiod-service.c
1141         (_nss_hesiod_getservbyport_r): New function.  Provide support for
1142         looking up services by port number.
1143         * hesiod/nss_hesiod/hesiod-proto.c: New file.
1145         * hesiod/hesiod.c: Update from BIND 8.2.3-T5B.
1146         * hesiod/hesiod.h: Likewise.
1147         * hesiod/hesiod_p.h: Likewise.
1149 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
1151         Fix problems with `struct __res_state' getting too big.
1152         * resolv/resolv.h (struct __sockaddr_in): New definition.
1153         (struct __res_state): Use __sockaddr_in instead of sockaddr_in in
1154         the private parts of the structure to save some space.
1155         * resolv/res_send.c (res_nsend): Cast &EXT(statp).nsaddrs[ns] to
1156         (struct sockaddr_in *) in call to sock_eq.
1157         Use memcpy to copy statp->nsaddr_list[ns] to &EXT(statp).nsaddrs[ns].
1159 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
1161         * elf/elf.h: Add various DF_1_*, DTF_1_*, and DF_P1_* entries.
1162         * elf/dl-close.c (_dl_close): Don't close an object if it is marked
1163         with nodelete.
1164         * elf/dl-open.c (dl_open_worker): Pass RTLD_NOLOAD as new parameter
1165         to _dl_map_object.  Return immediately if no object loaded.
1166         Set DF_1_NODELETE bit in l_flags_1 if RTLD_NODELETE was passed.
1167         * elf/dynamic-link.h (elf_get_dynamic_info): Copy DT_FLAGS_1 entry
1168         if it exists into l_flags_1 word.
1169         * elf/dl-load.c (_dl_map_object_from_fd): Take no parameter and use
1170         it to determine whether loading is wanted or not.
1171         (_dl_map_object): Likewise.
1172         Call _dl_map_object_from_fd with new parameter.
1173         * sysdeps/generic/ldsodefs.h: Update prototype.
1174         * elf/dl-deps.c: Add new parameter to _dl_map_object calls.
1175         * elf/rtld.c: Likewise.
1176         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
1177         * elf/Makefile (tests): Add noload.  Add rules to generate noload.
1178         * elf/noload.c: New file.
1179         * include/link.h (struct link_map): Add l_feature_1 and l_flags_1.
1180         * sysdeps/generic/bits/dlfcn.h: Define RTLD_NOLOAD and RTLD_NODELETE.
1181         * sysdeps/mips/bits/dlfcn.h: Likewise.
1182         * elf/Makefile (tests): Add $(tests-nodelete-$(have-z-nodelete)).
1183         (tests-nodelete-yes): Define.
1184         (modules-names): Add $(modules-nodelete-$(have-z-nodelete)).
1185         Add rules to build nodelete and modules.
1186         * elf/nodelete.c: New file.
1187         * elf/nodelmod1.c: New file.
1188         * elf/nodelmod2.c: New file.
1189         * configure.in: Add test for -z nodelete option.
1190         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
1192         * libio/Makefile (tests): Add tst_wprintf2.
1193         (tst_wprintf2-ARGS): Define.
1194         * libio/tst_wprintf2.c: New file.
1195         Based on a test case by Yoshito Kawada <KAWADA@jp.ibm.com>.
1197         * libio/wfiledoalloc.c: Only allocate external buffer if this
1198         hasn't happened yet.
1200         * libio/wfileops.c (_IO_wdo_write): Overflow only if there is really
1201         something in the buffer.  gconv call can write up to end of the
1202         buffer, not only _IO_write_end.
1203         (_IO_wfile_overflow): Allocate also external buffer.
1205 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
1207         * stdio-common/vfprintf.c (process_string_arg): Handle multibyte
1208         strings with precision in vfwprintf correctly.
1209         * stdio-common/vfprintf.c: Fix completely broken handling of
1210         unbuffered wide character streams.
1211         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
1213         * resolv/Makefile (distribute): Add README.
1215         * resolv/README: New file.  By Mark Kettenis <kettenis@gnu.org>.
1217 2000-07-18  Mark Kettenis  <kettenis@gnu.org>
1219         Update resolver code to BIND 8.2.3-T5B.
1221         * resolv/Versions [GLIBC_2.2] (libc): Add __res_init and
1222         __res_nclose.
1223         [GLIBC_2.2] (libresolv): Add __dn_expand, __ns_samename,
1224         __res_mkquery, __res_nsend, __res_query, __res_querydomain and
1225         __res_search.
1226         * resolv/Banner: BIND-8.2.3-T5B.
1228         * resolv/base64.c: Update from BIND 8.2.3-T5B.
1229         * resolv/herror.c: Likewise.
1230         * resolv/inet_addr.c: Likewise.
1231         * resolv/inet_net_ntop.c: Likewise.
1232         * resolv/inet_net_pton.c: Likewise.
1233         * resolv/inet_neta.c: Likewise.
1234         * resolv/inet_ntop.c: Likewise.
1235         * resolv/nsap_addr.c: Likewise.
1236         * resolv/inet_pton.c: Likewise.  Reject a few more more invalid
1237         IPv6 addresses (ISC bug #520).
1239         * resolv/ns_name.c: Avoid emitting RCS ID in object file.
1240         * resolv/ns_parse.c: Likewise.
1241         * resolv/ns_netint.c: Likewise.
1242         * resolv/ns_samedomain.c: Likewise.
1243         * resolv/ns_ttl.c: Likewise.
1244         * resolv/ns_print.c: Update from BIND 8.2.3-T5B.  Avoid emitting
1245         RCS ID in object file.
1247         * resolv/res_debug.c: Update from BIND 8.2.3-T5B.
1248         * resolv/res_mkquery.c: Likewise.
1249         * resolv/res_query.c: Likewise.
1250         * resolv/res_init.c: Likewise.
1251         (res_setoptions): Mark internal.
1252         * resolv/res_send.c: Likewise.
1253         [_LIBC]: Fully reinstate the code that avoids the FD_SETSIZE limit
1254         by using poll instead.
1255         * resolv/res_comp.c: Likewise.
1256         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make dn_expand a
1257         weak alias for __dn_expand.
1258         * resolv/res_data.c: Likewise.
1259         (res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set
1260         in _res.options.  Avoids a potential security risk by avoiding a
1261         close (0).
1262         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make
1263         res_mkquery, res_query, res_querydomain adn res_search weak
1264         aliases for __res_mkquery, __res_query, __res_querydomain and
1265         __res_search.
1266         * resolv/res_libc.c: (_res): Don't initialize.  Fix res_close
1267         instead to avoid close(0).
1268         (res_init): Always use the static resolver context.
1269         [SHLIB_COMPAT (libc, GLIBC_2.0, GLIBC_2_2)]: Make res_init a weak
1270         alias for __res_init.
1272         * resolv/resolv.h: Update from BIND 8.2.3-T5B.  Move definition of
1273         RES_SET_H_ERRNO and accompanying comment to...
1274         * include/resolv.h: ... here.
1276         * resolv/arpa/namser.h: Update from BIND 8.2.3-T5B.
1277         * resolv/arpa/nameser_compat.h: Likewise.
1279 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
1281         * nss/makedb.c (main): Compare result of load_db with
1282         NSS_STATUS_SUCCESS and not 0.
1283         Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
1285         * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
1287 2000-07-18  Greg McGary  <greg@mcgary.org>
1289         * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro.
1290         (EXTEND_BUFFER): Use it.
1292 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
1294         * include/libc-symbols.h: Define RETURN_ADDRESS macro.
1295         * dlfcn/dlopen.c: Use RETURN_ADDRESS instead of
1296         __builtin_return_address.
1297         * dlfcn/dlopenold.c: Likewise.
1298         * dlfcn/dlsym.c: Likewise.
1299         * dlfcn/dlvsym.c: Likewise.
1300         * elf/dl-profstub.c: Likewise.
1301         * malloc/malloc.c: Likewise.
1302         * sysdeps/generic/machine-gmon.h: Likewise.
1303         Based on a patch by schwidefsky@de.ibm.com.
1305 2000-07-18  Andreas Jaeger  <aj@suse.de>
1307         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Pass 0 instead of
1308         NULL to elf_machine_fixup_plt t argument to silence GCC.
1310         * include/string.h: Add prototype for __memchr.
1312         * sysdeps/alpha/memchr.S: Fix copy & error in weak_alias.
1314         * sysdeps/generic/memchr.c: Fix copy & paste error: Use memchr
1315         instead of memrchr.
1317 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
1319         * intl/Makefile: Make sure tst-translit is run after tst-gettext.
1321         * locale/C-ctype.c: Add initializers for gap elements.
1322         * locale/programs/ld-ctype.c (ctype_output): Write out index entries
1323         for gap elements.
1325 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
1327         * nscd/nscd.c (print_version): Update copyright year.
1329 2000-07-17  Greg McGary  <greg@mcgary.org>
1331         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
1332         keyletters F, I, S, W.  Remove unused keyletter V.  Surround
1333         signature argnames with angle-brackets for use as word delimiters,
1334         and to induce syntax errors for any args not handled.  Split
1335         multi-echo echoes and comment each stage.
1336         * sysdeps/unix/common/syscalls.list: Refine & correct signatures.
1337         * sysdeps/unix/inet/syscalls.list: Likewise.
1338         * sysdeps/unix/mman/syscalls.list: Likewise.
1339         * sysdeps/unix/syscalls.list: Likewise.
1340         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1341         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1342         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1343         * sysdeps/unix/sysv/syscalls.list: Likewise.
1344         * sysdeps/unix/sysv/linux/powerpc/syscalls.list
1346         * sysdeps/generic/strcpy.c (strcpy): Stifle unused-value warnings.
1347         * sysdeps/unix/sysv/linux/execve.c (__execve): Add const
1348         qualifiers.  Don't check NULL-terminator of argv & envp.
1349         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Use
1350         unbounded pointer type in word-size assertion.
1351         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add missing
1352         cases to stifle warnings.
1354         * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to
1355         _IO_file_attach.
1356         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1358         * include/libc-symbols.h (symbol_set_declare): Revert 2000-06-26 mods.
1359         * include/set-hooks.h (RUN_HOOK): Revert 2000-06-26 mods.  Qualify
1360         ptr as __unbouned.
1362         * Makerules (o-objects): Supplement with $(o-objects$o).
1363         * string/Makefile (o-objects.ob): Add variable to pull
1364         unbounded versions of memcpy, memset and memchr into libc_b.
1366         * sysdeps/generic/bp-checks.h: Use unbounded __memchr
1367         rather than non-existent __ubp_memchr.
1368         (CHECK_STRINGopt, CHECK_FCNTL, BOUNDED_N, BOUNDED_1): New macros.
1369         (_CHECK_STRING, _CHECK_N): New macros.
1370         (CHECK_STRING, CHECK_N, CHECK_Nopt): Rewrite in terms of _CHECK_*.
1371         (CHECK_IOCTL): Move inside `#if !__ASSEMBLER__'.
1372         * sysdeps/alpha/memchr.S: Change strong name to "__memchr".
1373         Add weak alias "memchr".
1374         * sysdeps/generic/memchr.c: Likewise.
1375         * sysdeps/i386/memchr.S: Likewise.
1376         * sysdeps/ia64/memchr.S: Likewise.
1377         * sysdeps/m68k/memchr.S: Likewise.
1378         * sysdeps/sparc/sparc32/memchr.S: Likewise.
1379         * sysdeps/sparc/sparc64/memchr.S: Likewise.
1380         * sysdeps/vax/memchr.s: Likewise.
1382         * iconv/gconv_trans.c: Add #include <stdlib.h> to get malloc decl.
1384         * elf/dl-runtime.c (fixup): Trampoline passes unbounded pointer.
1385         (profile_fixup): Don't define for __BOUNDED_POINTERS__.
1386         * sysdeps/i386/dl-machine.h: Don't use regparm attribute for
1387         __BOUNDED_POINTERS__.
1388         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Use non-regparm version
1389         for __BOUNDED_POINTERS__.
1391 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
1393         * iconv/gconv_open.c (__gconv_open): Initialize the __data
1394         field of struct __gconv_trans_data differently.  Don't pass NULL to
1395         trans_init_fct.  Simplify list append operation.
1397 2000-07-14  Bruno Haible  <haible@clisp.cons.org>
1399         * intl/dcigettext.c (dcigettext): Call plural_eval on all platforms,
1400         not only those having tsearch.
1402 2000-07-17  Ulrich Drepper  <drepper@redhat.com>
1404         * locale/langinfo.h: Add placeholder values in enum for removed
1405         LC_CTYPE entries.
1407 2000-07-17  Jakub Jelinek  <jakub@redhat.com>
1409         * elf/dl-addr.c (_dl_addr): Keep searching in the _dl_loaded
1410         chain if the PHDR check fails.
1412 2000-07-17  Mark Kettenis  <kettenis@gnu.org>
1414         * nss/getent.c (print_hosts): Make sure we always print a space
1415         between numeric addresses and hostnames.
1417 2000-07-17  Wolfram Gloger  <wg@malloc.de>
1419         * malloc/malloc.c (chunk_alloc): Use mmap_chunk() only if allowed,
1420         i.e. if n_mmaps_max>0.
1422 2000-07-16  Mark Kettenis  <kettenis@gnu.org>
1424         * resolv/netdb.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Adjust
1425         values to remove possible clash with other AI_* constants.
1426         (AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST): Define as
1427         hexadecimal constants to stress the fact they're in fact
1428         bit flags.
1430 2000-07-15  Mark Kettenis  <kettenis@gnu.org>
1432         * nss/getXXent_r.c [NEED__RES]: Include <resolv.h>.
1433         (SETFUNC_NAME, ENDFUNC_NAME, REENTRANT_GETNAME): Use res_ninit
1434         instead of res_init.
1436 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
1438         * crypt/md5-crypt.c (__md5_crypt_r): Add casts for first
1439         parameters of memset calls to avoid warnings.
1441 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
1443         * stdlib/Makefile: Rewrite rules to avoid running isomac unless
1444         necessary.
1446         * sysdeps/unix/sysv/linux/getcwd.c: Correct last patch.
1447         Patch by Greg McGary <greg@mcgary.org>.
1449         * io/Makefile (tests): Add tst-getcwd.
1450         * io/tst-getcwd.c: New file.
1452         * io/Makefile: Rewrite rules to avoid running ftwtest unless necessary.
1454 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
1456         * iconv/gconv_open (__gconv_open): Initialize whole __gconv_trans_data
1457         structure.
1459 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
1461         * sysdeps/posix/sysconf.c: Undef __sysconf before weak_alias.
1462         * sysdeps/unix/bsd/getpt.c: Undef __getpt before weak_alias.
1464 2000-07-12  H.J. Lu  <hjl@gnu.org>
1466         * sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to
1467         GLIBC_2.2.
1468         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S.
1469         * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc]
1470         (sysdep-routines): Add clone2.
1471         * sysdeps/unix/sysv/linux/ia64/clone2.S: New.
1473 2000-07-13  Jes Sorensen  <jes@linuxcare.com>
1475         * sysdeps/unix/sysv/linux/ia64/clone.S: New file.
1476         * sysdeps/unix/sysv/linux/ia64/fork.c: New file.
1478 2000-06-05  David Mosberger  <davidm@hpl.hp.com>
1480         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: New file
1481         based on sysdeps/unix/sysv/linux/bits/siginfo.h.
1482         Change type of si_band from "int" to "long".
1483         (si_imm) [USE_GNU]: Define
1484         (si_isr) [USE_GNU]: Ditto.
1485         (ILL_BREAK) [USE_GNU]: Ditto.
1486         (FPE_DECOVF) [USE_GNU]: Ditto.
1487         (FPE_DECDIV) [USE_GNU]: Ditto.
1488         (FPE_DECERR) [USE_GNU]: Ditto.
1489         (FPE_INVASC) [USE_GNU]: Ditto.
1490         (FPE_INVDEC) [USE_GNU]: Ditto.
1491         (TRAP_BRANCH) [USE_GNU]: Ditto.
1492         (TRAP_HWBKPT) [USE_GNU]: Ditto.
1494 2000-07-06  Jes Sorensen  <jes@linuxcare.com>
1496         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
1497         bits/sigcontext as struct mcontext does not depend on it.
1499         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: New file.
1501 2000-07-04  Jes Sorensen  <jes@linuxcare.com>
1503         * sysdeps/unix/sysv/linux/ia64/shmctl.c: Removed.
1505 2000-07-04  David Mosberger-Tang  <davidm@hpl.hp.com>
1507         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: New file.
1509 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
1511         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: New file.
1513 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
1515         * intl/Makefile (test-srcs): Add tst-translit.
1516         (tests): Likewise.
1517         Add rules to build and run tst-translit.
1518         * intl/tst-translit.c: New file.
1519         * intl/tst-translit.sh: New file.
1520         * intl/translit.po: New file.
1522 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
1524         * iconv/loop.c (STANDARD_ERR_HANDLER): If one of the
1525         transliteration function did its job, continue, don't stop.
1527         * iconvdata/iso646.c: Little optimizations in body for conversion
1528         from UCS4.
1530 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
1532         * dlfcn/dlerror.c (free_key_mem): Add cast to silence compiler warning.
1534 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
1536         * configure.in: Check for pwd binary.
1537         * config.make.in: Add PWD_P to be subsituted.
1538         * Makerules: Use $(PWD_P) instead of /bin/pwd.
1540 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
1542         * iconvdata/Makefile (modules): Add GB18030.
1543         (distribute): Add gb18030.c.
1544         * iconvdata/gconv-modules: Add entries for GB18030 module.
1545         * iconvdata/gb18030.c: New file.
1546         Contributed by Wang ShouHua <shouhuawang@redflag-linux.com>
1547         and Wu Jian.
1549 2000-07-13  Andreas Jaeger  <aj@suse.de>
1551         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last
1552         patch.
1554         * grp/fgetgrent.c (free_mem): Remove if - free (0) is valid.
1555         * inet/getnetgrent.c (free_mem): Likewise.
1556         * misc/mntent.c (free_mem): Likewise.
1557         * nss/getXXbyYY.c (free_mem): Likewise.
1558         * nss/getXXent.c (free_mem): Likewise.
1559         * pwd/fgetpwent.c (free_mem): Likewise.
1560         * shadow/fgetspent.c (free_mem): Likewise.
1562 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
1564         * sunrpc/xdr.c (xdr_u_long): Handle reading of unsigned long on
1565         64-bit architecture correctly [PR libc/1794].
1567 2000-07-13  Ulrich Drepper  <drepper@redhat.com>
1569         * elf/Versions (ld): Export _dl_out_of_memory for GLIBC_2.2.
1570         * dlfcn/dlerror.c (dlerror): Don't free the error string if it is the
1571         report that we are out of memory.
1572         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
1573         * elf/dl-libc.c (dlerror_run): Likewise.
1574         * elf/dl-open.c (_dl_open): Likewise.
1575         * elf/rtld.c (dl_main): Likewise.
1576         * elf/dl-error.c: Define _dl_out_of_memory.
1577         (_dl_signal_error): Return _dl_out_of_memory if we cannot duplicate
1578         the error string.
1579         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory.
1580         [PR libc/1813].
1582         * dlfcn/dlerror.c (free_key_mem): Also free error string.
1584         * iconv/loop.c: Fix comment.
1586         * malloc/mtrace.c (tr_freehook): Return immediately if ptr is NULL.
1588 2000-07-13  Andreas Jaeger  <aj@suse.de>
1590         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
1591         getcwd (NULL, size) with size > 0.
1592         Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>.
1594 2000-07-13  Andreas Jaeger  <aj@suse.de>
1596         * posix/Makefile: Remove build rules for libposix.
1598 2000-07-13  Andreas Schwab  <schwab@suse.de>
1600         * sysdeps/generic/glob.c (glob): Fix memory leak.
1601         [SHELL]: Remove reference to undefined variable `files'.
1602         Fixes PR libc/1782.
1604 2000-07-13  Andreas Jaeger  <aj@suse.de>
1606         * sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling
1607         functions.
1609         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Only free
1610         memory if it was allocated.
1612 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
1614         * iconv/gconv_db.c (gen_steps): Always initialize __data field of
1615         step.
1617         * iconv/gconv_open.c (__gconv_open): Reapply
1618         2000-07-12 Bruno Haible <haible@clisp.cons.org>
1620                 * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
1622         * iconv/gconv_open.c: Undo last two changes for now.  They break
1623         everything.
1625 2000-07-12  Andreas Jaeger  <aj@suse.de>
1627         * elf/Makefile (SYSCONF-FLAGS): Added to pass sysconfdir to
1628         compiler.
1629         (CFLAGS-cache.c): Added, uses SYSCONF-FLAGS.
1630         (CFLAGS-dl-cache.c): Likewise.
1631         (CFLAGS-ldconfig.c): Added, passes directory locations.
1633         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): Use SYSCONFDIR to
1634         locate cache.
1635         * elf/ldconfig.c (LD_SO_CONF): Likewise.
1636         (main): Use configured LIBDIR and SLIBDIR.
1638 2000-07-11  Jakub Jelinek  <jakub@redhat.com>
1640         * math/bits/cmathcalls.h (cimag): Add __THROW.
1641         (creal, conj): Likewise.
1642         * wctype/wctype.h (_ISwbit): Avoid warnings about shifting left
1643         by negative value.
1645 2000-07-12  H.J. Lu  <hjl@gnu.org>
1647         * resolv/Versions (libresolv): Add __res_hostalias to GLIBC_2.2
1648         for _nss_dns_gethostbyname2_r in resolv/nss_dns/dns-host.c.
1650 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
1652         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Shut gcc up although
1653         it is wrong.
1655 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
1657         * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
1659 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
1661         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
1662         __modname.
1664 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
1666         * iconv/gconv_open.c (__gconv_open): Initialize
1667         result->__steps[cnt].__data.
1669 2000-07-12  Mark Kettenis  <kettenis@gnu.org>
1671         * nss/getent.c (services_keys): Pass port number in network byte
1672         order in call to getservbyport.
1674 2000-07-11  Andreas Jaeger  <aj@suse.de>
1676         * stdlib/Makefile (test-canon-ARGS): Fix for building in the
1677         source dir.
1678         * intl/Makefile (do-gettext-test): Likewise.
1679         * dirent/Makefile (opendir-tst1-ARGS): Likewise.
1681 2000-07-11  Andreas Schwab  <schwab@suse.de>
1683         * Makeconfig (run-program-prefix): New rule.
1684         (built-program-cmd): Use run-program-prefix.
1686 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
1688         * locale/langinfo.h: Make CRNCYSTR, RADIXCHAR, THOUSANDS_SEP, YESEXPR,
1689         and NOEXPR unconditionally available.
1691 2000-07-12  Greg McGary  <greg@mcgary.org>
1693         * sysdeps/generic/open64.c: Wrap extern symbols in BP_SYM ().
1694         * sysdeps/posix/open64.c: Likewise.
1695         * sysdeps/generic/fegetenv.c: Likewise.
1696         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
1697         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
1698         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
1699         * sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
1700         * sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
1701         * sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
1703 2000-07-11  Greg McGary  <greg@mcgary.org>
1705         * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias):
1706         Add extra level of macro expansion.
1707         [!__ASSEMBLER__ && HAVE_WEAK_SYMBOLS] (weak_alias): nLikewise.
1708         * sysdeps/generic/bp-thunks.h: Ensure `struct timeval' definition
1709         is available at the time `select' prototype is declared.
1710         * sysdeps/unix/make-syscalls.sh: Remove unused variables.
1711         Collect non-versioned weak aliases.  Consider only non-versioned
1712         aliases for the user-visible systemcall name.  Do checks inline with
1713         call to primitive system call.
1714         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add void cast to
1715         stand-alone bounds checks to suppress unused value warnings.
1716         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
1718 2000-07-10  Mark Kettenis  <kettenis@gnu.org>
1720         * sysdeps/mach/hurd/check_fds.c: New file.  Implements
1721         file descriptor checking in SUID programs for the Hurd.
1723         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Use
1724         res_hostalias instead of __hostalias for thread-safety.
1726 2000-07-09  Mark Kettenis  <kettenis@gnu.org>
1728         * elf/rtld.c (dl_main): Move call to __libc_check_standard_fds...
1729         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): ... to here.
1731 2000-07-10  Ulrich Drepper  <drepper@redhat.com>
1733         * include/features.h: Include ISO C99 features if the compiler used
1734         is an ISO C99 compiler.
1735         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
1737 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
1739         * iconv/gconv_conf.c: Include <bits/libc-lock.h>.
1741 2000-07-10  Andreas Jaeger  <aj@suse.de>
1743         * sysdeps/unix/sysv/linux/i386/sigaction.c: Make alias weak since
1744         it's overridden by libpthreads.
1745         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1746         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1747         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1748         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1749         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1751         * malloc/Makefile: Run tst-mtrace only with shared libs.
1753         * stdio-common/Makefile: Run unbputc and tst-printf tests only
1754         with shared libs.
1756 2000-07-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1758         * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Verify
1759         that gpreg really points to the GOT section of the calling object.
1760         Scan all PT_LOAD segments of objects for stub_pc, instead of only
1761         checking a start address of first one.
1762         Fix typos.
1763         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_link_map):
1764         Likewise.
1766         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Fix a typo.
1768 2000-07-10  Andreas Jaeger  <aj@suse.de>
1770         * sysdeps/unix/sysv/linux/sigaction.c: Fix typo
1771         (string_alias->strong_alias).
1773 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
1775         * hurd/hurd/fd.h: Include <cthreads.h> instead of <lock-intern.h>.
1777 2000-07-07  Greg McGary  <greg@mcgary.org>
1779         * sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
1780         have no names without leading underscores.
1782 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
1784         * iconvdata/sjis.c (from_ucs4_lat1): Fix mappng of U005C and
1785         U007E.
1787         * stdio-common/Makefile (tests): Remove tst-printf here...
1788         (tests-srcs): ...and add it here.
1789         (distribute): Add tst-unbputc.sh and tst-printf.sh.
1790         Add rules to run tst-printf.sh.
1791         * stdio-common/tst-printf.c: Move code around so that there is really
1792         no further output where it's stated.
1793         * stdio-common/tst-printf.sh: New file.
1795 2000-07-07  Mark Kettenis  <kettenis@gnu.org>
1797         * hurd/vpprintf.c [USE_IN_LIBIO]: Include <libioP.h>.
1798         (do_write): Renamed from pwrite.
1799         (vpprintf) [USE_IN_LIBIO]: Adjust for renaming and reshufling of
1800         `struct _IO_cookie_file'.
1802 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
1804         * malloc/mtrace.pl: Exit with exit code 1 if any leak was
1805         detected.
1806         * malloc/tst-mtrace.sh: Run mtrace script.
1808 2000-07-07  Greg McGary  <greg@mcgary.org>
1810         * posix/regex.c (EXTEND_BUFFER): Compute increment once.
1811         Move all three components of a bounded pointer.
1813 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
1815         * locale/programs/locale.c (write_locales): Don't simply add all
1816         directories found in the subdir, test whether at least the
1817         LC_CTYPE file is in there.
1819 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
1821         * iconvdata/euc-jp.c: Map characters in C1 area to itself.
1822         * iconvdata/euc-kr.c: Likewise.
1824         * stdio-common/vfprintf.c (process_string_arg): Check result of
1825         wcrtomb call and bail out if it failed.
1827         * malloc/Makefile (test-srcs): Add tst-mtrace.
1828         (distribute): Add tst-mtrace.sh.
1829         Add rule to run tst-mtrace.sh.
1830         * malloc/tst-mtrace.c: New file.
1831         * malloc/tst-mtrace.sh: New file.
1833         * include/signal.h: Declare __libc_sigaction.
1834         * sysdeps/unix/sysv/linux/Versions: Export __libc_sigaction.
1835         * sysdeps/unix/sysv/linux/sigaction.c: Add __libc_sigaction alias.
1836         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1837         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1838         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1839         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1840         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1842         * configure.in: Fix CFLAGS-memprofstat.c definition after
1843         2000-06-19 change.
1844         Patch by Bradford W. Johnson <bradford@math.umn.edu>.
1846 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
1848         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Pass 0
1849         instead of NULL to elf_machine_fixup_plt t argument.
1850         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
1851         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c (__mmap64): Add
1852         cast.
1854 2000-07-06  Andreas Jaeger  <aj@suse.de>
1856         * crypt/Makefile (LDLIBS-cert): Removed.
1857         (LDLIBS-md5c-test): Removed.
1858         ($(objpfx)cert): Renamed from cert.out to fix dependencies.
1859         ($(objpfx)md5c-test): Likewise for md5c-test.out.
1861 2000-07-06  Andreas Jaeger  <aj@suse.de>
1863         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): The type
1864         of the proc system is "proc".
1866         * sysdeps/generic/libc-start.c (__libc_start_main): Initialize
1867         thread library for static programs.
1869 2000-07-06  Greg McGary  <greg@mcgary.org>
1871         * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt):
1872         New macros.
1873         * sysdeps/generic/strcpy.c: Add bounds checks.
1874         * sysdeps/unix/fxstat.c: Likewise.
1875         * sysdeps/unix/xstat.c: Likewise.
1876         * sysdeps/unix/common/lxstat.c: Likewise.
1877         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1878         * sysdeps/unix/sysv/linux/execve.c: Likewise.
1879         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
1880         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1881         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1882         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
1883         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
1884         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
1885         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1886         * sysdeps/unix/sysv/linux/poll.c: Likewise.
1887         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1888         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1889         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
1890         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1891         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1892         * sysdeps/unix/sysv/linux/readv.c: Likewise.
1893         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1894         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1895         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1896         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1897         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1898         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
1899         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1900         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
1901         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
1902         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
1903         * sysdeps/unix/sysv/linux/writev.c: Likewise.
1904         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
1905         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
1906         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
1907         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1908         * sysdeps/unix/sysv/linux/i386/brk.c: Likewise.
1909         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
1910         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1911         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
1912         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
1913         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
1914         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
1915         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
1916         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1917         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1918         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
1919         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1920         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1921         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
1922         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
1923         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1924         * sysdeps/unix/sysv/linux/ia64/sigpending.c: Likewise.
1925         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
1926         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: Likewise.
1927         * sysdeps/unix/sysv/linux/ia64/xstat.c: Likewise.
1928         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
1929         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1930         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1931         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1932         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1933         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
1934         * sysdeps/unix/sysv/linux/mips/ustat.c: Likewise.
1935         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
1936         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: Likewise.
1937         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1938         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
1939         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
1940         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Likewise.
1942         * string/endian.h (__LONG_LONG_PAIR): New macro.
1943         * sysdeps/unix/sysv/linux/ftruncate64.c: Use it.
1944         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1945         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1946         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1947         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1948         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
1949         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
1950         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1951         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1952         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1953         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1954         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
1956         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
1958 2000-07-06  Andreas Jaeger  <aj@suse.de>
1960         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
1961         Initialize result.
1963         * math/test-fpucw.c: Include <stdio.h> for printf.
1965 2000-07-05  Greg McGary  <greg@mcgary.org>
1967         * sysdeps/generic/bp-checks.h: New file.
1968         * sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
1969         with list of #include files.
1970         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
1971         keyletters a, b, B, f, n, N, P, v, V.  Fixup some indentation.
1972         Don't generate BP thunk if `V' appears in signature.
1973         Generate thunks with complete bounds checks.
1974         * sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
1975         * sysdeps/unix/inet/syscalls.list: Likewise.
1976         * sysdeps/unix/mman/syscalls.list: Likewise.
1977         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1978         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1979         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1980         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
1982 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
1984         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Cache
1985         result.  Search first in /etc/mtab (proc/mounts would be stupid).
1986         If mount not in the file fall back on /proc.
1988         * crypt/md5-crypt.c (__md5_crypt_r): Clear arrays the key and salt
1989         string got copied in.
1990         Patch by Solar Designer <solar@false.com>.
1992 2000-07-05  Andreas Jaeger  <aj@suse.de>
1994         * manual/install.texi (Installation): Update information about
1995         add-ons.
1996         (Configuring and compiling): Update for glibc 2.2.
1998 2000-07-04  Andreas Jaeger  <aj@suse.de>
2000         * sysdeps/i386/fpu_control.h (_FPU_DEFAULT): Correct value.
2001         (_FPU_IEEE): Likewise.
2003         * math/Makefile (tests): Add test-fpucw.
2005         * math/test-fpucw.c (main): New file.
2007 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
2009         * locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning.
2011         * locale/programs/ld-collate.c (collate_output): Also write out the
2012         collation sequence values and the wide character string for the
2013         collation symbol table.
2015         * posix/fnmatch.c: Include "../locale/elem-hash.h".
2016         * posix/fnmatch_loop.c: Implement collating symbol handling.
2017         * posix/tst-fnmatch.input: Add more tests, especially for collating
2018         symbol handling.
2020         * posix/regex.c: Fix comment.
2022 2000-07-05  Andreas Jaeger  <aj@suse.de>
2024         * sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
2025         (_FPU_GETCW): Remove extra colon.
2026         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
2028         * posix/fnmatch_loop.c (FCT): Only declare len if
2029         !WIDE_CHAR_VERSION to silence GCC.
2031         * sysdeps/generic/rawmemchr.c: Include <stdlib.h> for abort
2032         prototype.
2033         * sysdeps/generic/strchrnul.c: Likewise.
2034         * sysdeps/generic/strlen.c: Likewise.
2035         * sysdeps/generic/strchr.c: Likewise.
2036         * sysdeps/generic/memchr.c: Likewise.
2038 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
2040         * posix/fnmatch_loop.c: Implement equivalence class handling.
2041         * posix/tst-fnmatch.input: Add tests for equivalence class
2042         handling.
2044         * posix/fnmatch_loop.c: Improve performance for single-byte
2045         character sets by not using btowc.
2047         * posix/tst-fnmatch.input: Add tests for locale dependent
2048         behaviour.
2049         * posix/tst-fnmatch.c (main): Also set LC_CTYPE category.
2051         * posix/tst-fnmatch.input: Add more test cases.
2053         * crypt/md5-crypt.c (__md5_crypt_r): If buffers for key and salt
2054         are not aligned to alignof(md5_uint32) do it before calling
2055         __md5_process_bytes.
2056         * crypt/md5.c: Make sure buffers are aligned.
2057         * crypt/md5.h: Likewise.
2058         Reported by Solar Designer <solar@false.com>.
2060         * crypt/Makefile: Add dependencies for test programs.
2062         * Rules: Define LC_ALL=C in environments of all programs we run.
2064         * intl/tst-gettext.sh (LC_ALL): Define to C and export.
2066 2000-07-03  H.J. Lu  <hjl@gnu.org>
2068         * locale/programs/ld-ctype.c (ctype_output): The size of iov
2069         is 2 + elem + offset, not 2 + elem + offset + 2.
2071 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
2073         * posix/fnmatch_loop.c: Fix two problems uncovered by the new test
2074         suite.
2075         * posix/Makefile (tests): Add tst-fnmatch.
2076         (tst-fnmatch-ENV): Define.
2077         * posix/tst-fnmatch.c: New file.
2078         * posix/tst-fnmatch.sh: New file.
2080 2000-07-04  NIIBE Yutaka  <gniibe@chroot.org>
2082         * locale/programs/charmap.c (charmap_read): Prepend
2083         the condition filename == NULL.
2085 2000-07-03  Greg McGary  <greg@mcgary.org>
2087         * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
2089         * csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
2090         ($(objpfx)b$(start-installed-name)): Add non-elf rule.
2092         * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
2093         * libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
2094         (FILEBUF_LITERAL): Add cast for CHAIN init.
2095         * libio/genops.c (_IO_un_link, _IO_link_in, _IO_iter_begin): Add casts.
2096         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
2097         Revert type of `fp' to _IO_FILE*.
2098         (_IO_iter_file): Remove cast.
2099         (_IO_iter_next): Elide intermediate member reference.
2101         * sysdeps/powerpc/strchr.S:  Check bounds.
2102         Wrap extern symbols in BP_SYM ().
2104 2000-07-03  Andreas Jaeger  <aj@suse.de>
2106         * dlfcn/Makefile (generated): New.
2108 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
2110         * libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
2111         (__uflow): Likewise.
2112         (__underflow): Likewise.
2113         * libio/wgenops.c (__wunderflow): Likewise.
2114         * stdio-common/tst-unbputc.c: New file.
2115         * stdio-common/tst-unbputc.sh: New file.
2116         * stdio-common/Makefile: Add rules to build and run tst-unbputc.
2118         * po/en_GB.po: New file.
2119         Contributed by Robert Brady <rwb197@ecs.soton.ac.uk>.
2121 2000-07-01  Andreas Jaeger  <aj@suse.de>
2123         * intl/Makefile (generated-dirs): New.
2125         * elf/Makefile (generated): trusted-dirs.h is always generated,
2126         move out of build-shared condition.
2127         (generated): Merge the two entries for build-shared.
2129 2000-07-01  Ulrich Drepper  <drepper@redhat.com>
2131         * debug/Makefile (distribute): Add xtrace.sh.
2133 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
2135         * version.h (VERSION): Bump to 2.1.91.
2137         * configure.in: Update warning comment.  glibc should not be
2138         broken anymore.
2140         * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content.  Add
2141         ioperm.c, sys/procfs.h, and sys/io.h.
2143         * sysdeps/powerpc/Dist: Add bp-asm.h.
2145         * assert/Depend: Add localedata.
2146         * assert/Makefile (test-assert-ENV): New.  Define LANGUAGE=C.
2147         (test-assert-perr-ENV): New.  Define LANGUAGE=C.
2149         * sysdeps/alpha/dl-machine.h (elf_machine_rela) [r_type ==
2150         R_ALPHA_REFQUAD]: Use memcpy to load and store value from
2151         relocation address to prevent unaligned trap.
2152         Suggested by Richard Henderson <rth@cygnus.com>.
2154 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
2156         * io/sys/stat.h (stat64, lstat64, fstat64): Don't define inlines
2157         if redirecting and either redirection is done using defines or
2158         not optimizing.
2160 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
2162         * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
2163         generated expressions.
2164         Patch by Darren McClelland <dmcclell@zetec.com>.
2166         * timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
2167         since zic uses setlocale and gettext but we cannot make it use the
2168         new locale data since zic calls a shell which might not use the
2169         new libc.
2171         * stdlib/strfmon.c: Move somewhat closer to the standard wrt to
2172         handling the internation currency symbol.  POSIX says that the
2173         fourth character is used to separate the currency symbol from the
2174         value.  Therefore it does not have to be printed.  But we cannot
2175         remove the space if the currency symbol is printed before the
2176         number since this is what many locales expect.
2178         * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN
2179         whether this information is available.
2181         * intl/dcigettext.c (_nl_find_msg): Correct reallocation of
2182         buffers in case the translation is too large.  Remember allocated
2183         memory blocks in a list.
2184         (free_mem): Free memory for translations.
2186         * intl/tst-gettext.c: Use correct locale.  Improve error messages.
2188         * locale/programs/ld-ctype.c (ctype_output): If no default_missing
2189         information is available set the string length to zero.
2191         * sysdeps/i386/i686/strcmp.S: Little optimization in non-BP case.
2193 2000-06-30  Greg McGary  <greg@mcgary.org>
2195         * sysdeps/powerpc/bp-asm.h: New file.
2196         * sysdeps/powerpc/__longjmp.S:  Check bounds.
2197         Wrap extern symbols in BP_SYM ().
2198         * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
2199         * sysdeps/powerpc/bsd-setjmp.S: Likewise.
2200         * sysdeps/powerpc/setjmp.S: Likewise.
2201         * sysdeps/powerpc/add_n.S: Likewise.
2202         * sysdeps/powerpc/addmul_1.S: Likewise.
2203         * sysdeps/powerpc/lshift.S: Likewise.
2204         * sysdeps/powerpc/rshift.S: Likewise.
2205         * sysdeps/powerpc/mul_1.S: Likewise.
2206         * sysdeps/powerpc/sub_n.S: Likewise.
2207         * sysdeps/powerpc/submul_1.S: Likewise.
2208         * sysdeps/powerpc/strlen.S: Likewise.
2209         * sysdeps/powerpc/memset.S: Likewise.
2210         * sysdeps/powerpc/stpcpy.S: Likewise.
2211         * sysdeps/powerpc/strcmp.S: Likewise.
2212         * sysdeps/powerpc/strcpy.S: Likewise.
2213         * sysdeps/powerpc/elf/bzero.S: Likewise.
2215         * sysdeps/powerpc/stpcpy.S: Define & use symbolic register names.
2216         Line up operands column with tabs.
2218 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
2220         * elf/Makefile (LDFLAGS-origtest): Actually add it.
2222         * sysdeps/ia64/htonl.S: New file.
2223         * sysdeps/ia64/htons.S: New file.
2224         * sysdeps/ia64/memcpy.S: Replace with version which does not use
2225         floating point registers.
2226         Patches by Dan Pop <Dan.Pop@cern.ch>.
2228 2000-06-30  Andreas Jaeger  <aj@suse.de>
2230         * posix/Makefile (tests): tst-exec and tst-spawn only work with
2231         shared libraries.
2233         * io/Makefile (CFLAGS-test-lfs.c): New.
2234         (tests): Add test-lfs.
2236         * io/test-lfs.c: New file.
2238 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
2240         * sysdeps/i386/bits/string.h (strcmp): Use 8bit register in 8bit
2241         instruction.
2243 2000-06-29  David Mosberger-Tang  <davidm@hpl.hp.com>
2245         * sysdeps/unix/sysv/linux/ia64/ioperm.c: New file.
2247 2000-06-29  Jes Sorensen  <jes@linuxcare.com>
2249         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __fstatfs64
2250         alias to the fstatfs call.
2252         * sysdeps/unix/sysv/linux/ia64/getrlimit64.c: New file.
2253         * sysdeps/unix/sysv/linux/ia64/setrlimit64.c: New file.
2255         * sysdeps/unix/sysv/linux/ia64/ftruncate64.c: New file.
2256         * sysdeps/unix/sysv/linux/ia64/truncate64.c: New file.
2258         * sysdeps/unix/sysv/linux/ia64/readdir.c: New file.
2259         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: New file.
2260         * sysdeps/unix/sysv/linux/ia64/readdir64.c: New file.
2261         * sysdeps/unix/sysv/linux/ia64/readdir64_r.c: New file.
2263         * sysdeps/unix/sysv/linux/ia64/glob.c: New file.
2264         * sysdeps/unix/sysv/linux/ia64/glob64.c: New file.
2266         * sysdeps/unix/sysv/linux/ia64/fstatfs64.c: New file.
2267         * sysdeps/unix/sysv/linux/ia64/statfs64.c: New file.
2269         * sysdeps/unix/sysv/linux/ia64/pread64.c: New file.
2270         * sysdeps/unix/sysv/linux/ia64/pwrite64.c: New file.
2272         * sysdeps/unix/sysv/linux/ia64/shmctl.c: New file.
2274 2000-06-29  Andreas Jaeger  <aj@suse.de>
2276         * sunrpc/rpc_svcout.c (write_msg_out): Always use format string
2277         with syslog.
2278         (print_err_message): Likewise.
2279         Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
2281 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
2283         * locale/loadlocale.c (_nl_load_locale): Make sure all locale data
2284         used as words is properly aligned.
2286         * locale/programs/ld-ctype.c (ctype_output): Don't generate unaligned
2287         data files.
2289 2000-06-29  Greg McGary  <greg@mcgary.org>
2291         * sysdeps/generic/libc-start.c (__libc_stack_end): Chop __unbounded.
2292         * sysdeps/unix/make-syscalls.sh: Handle signatures of
2293         length 7..9, just in case...
2294         * misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP.
2296         * sysdeps/i386/bp-asm.h (PCOFF): New constant.
2297         (POP_ERRNO_LOCATION_RETURN): Fold insns.
2298         * sysdeps/i386/bits/setjmp.h (JB_SIZE): New constant.
2299         (PUSH_SIGNAL_MASK): New macro.
2300         * sysdeps/i386/__longjmp.S (__longjmp): Wrap symbol in BP_SYM ().
2301         LEAVE is unnecessary.  Check bounds of jmp_buf.
2302         * sysdeps/i386/elf/setjmp.S: Call PUSH_SIGNAL_MASK.  Wrap symbols
2303         in BP_SYM ().  Check bounds of jmp_buf.  Don't call LEAVE until
2304         immediately before tail-call.
2305         * sysdeps/i386/setjmp.S: Likewise.
2306         * sysdeps/i386/bsd-_setjmp.S: Likewise.
2307         * sysdeps/i386/bsd-setjmp.S: Likewise.
2309 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
2311         * sysdeps/sparc/fpu/fclrexcpt.c: Use SHLIB_COMPAT, compat_symbol and
2312         versioned_symbol.
2313         * sysdeps/sparc/fpu/fesetenv.c: Likewise.
2314         * sysdeps/sparc/fpu/feupdateenv.c: Likewise.
2315         * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
2316         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
2317         * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
2318         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
2319         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: New file.
2320         * shlib-versions: Make sparc64 GLIBC_2.2+ only.
2322 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
2324         * stdio-common/printf_fp.c (__printf_fp): Don't clobber pointer which
2325         we later need to calling free().
2326         Patch by Matt Wilson <msw@redhat.com>.
2328         * stdio-common/tst-printf.c: Add test for above problem.
2330 2000-06-27  David Mosberger-Tang  <davidm@hpl.hp.com>
2332         * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: New file.
2333         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: New file.
2335 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
2337         * sysdeps/ieee754/dbl-64/s_exp2.c: Add include stdlib.h to get
2338         prototype for abs().
2339         * sysdeps/ieee754/flt-32/s_exp2f.c: ditto.
2341 2000-06-23  Andreas Jaeger  <aj@suse.de>
2343         * config.h.in: Don't use regparm with bounded pointers.
2345 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
2347         * stdlib/grouping.h: Correctly handle multibyte thousands
2348         separator and decimal point.
2349         * stdlib/stdtod.c: Likewise.
2350         * sysdeps/generic/strtol.c: Likewise.
2352         * locale/categories.def: Add entries for wide character decimal point
2353         and thousands separator in numeric and monetary category.
2355 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
2357         * stdio-common/printf_fp.c (__printf_fp): Remove unnecessary
2358         second definition and initialization of decimal.
2360 2000-06-28  Greg McGary  <greg@mcgary.org>
2362         * libio/libio.h (struct _IO_cookie_file): Move struct type defintion
2363         out.
2364         (_IO_FILE): Declare chain as (struct _IO_FILE_plus *).
2365         * libio/libioP.h (struct _IO_cookie_file): Move struct type defintion
2366         in.
2367         (_IO_JUMPS): Don't cast THIS--expect arg to be a
2368         (struct _IO_FILE_plus *).
2369         (_IO_JUMPS_FUNC): Express in terms of _IO_JUMPS, and add cast to
2370         THIS, since _IO_JUMPS no longer does it implicitly.
2371         (_IO_file_init, _IO_old_file_init, _IO_new_file_init): Declare
2372         arg type as (struct _IO_FILE_plus *).
2373         (_IO_str_init_static, _IO_str_init_readonly): Declare 1st
2374         arg as (_IO_strfile *).
2375         * libio/strops.c (_IO_str_init_static, _IO_str_init_readonly):
2376         Declare 1st arg as (_IO_strfile *).
2377         * libio/fileops.c (_IO_new_file_init): Declare
2378         arg type as (struct _IO_FILE_plus *).
2379         * libio/oldfileops.c (_IO_old_file_init): Likewise.
2380         * libio/genops.c (_IO_link_in, _IO_un_link): Likewise.
2381         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
2382         Declare iteration pointer as (struct _IO_FILE_plus *).
2383         (_IO_iter_next, _IO_iter_file): _IO_ITER is now
2384                 (struct _IO_FILE_plus *).
2385         * libio/stdfiles.c (_IO_list_all): Declare as (struct _IO_FILE_plus *).
2386         * libio/oldstdfiles.c (_IO_list_all): Likewise.
2387         (_IO_check_libio): Set user-visible handles to
2388         (struct _IO_FILE_plus *).
2389         * libio/stdio.c (stdin, stdout, stderr): Set user-visible handles
2390         to (struct _IO_FILE_plus *).
2392         * libio/iofdopen.c (_IO_new_fdopen): Pass FILE handle pointer
2393         whose high bound includes vtable to all functions that will use
2394         vtable.  For streambufs, pass pointer whose bounds include struct
2395         _IO_strfile.
2396         * libio/wgenops.c (_IO_wdefault_finish): Likewise.
2397         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
2398         * libio/iofopen.c (_IO_new_fopen): Likewise.
2399         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
2400         * libio/iofopen64.c (_IO_fopen64): Likewise.
2401         * libio/iopopen.c (_IO_new_popen): Likewise.
2402         * libio/oldiopopen.c (_IO_old_popen): Likewise.
2403         * libio/memstream.c (open_memstream): Likewise.
2404         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
2405         * libio/iovsprintf.c (_IO_vsprintf): Likewise.
2406         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
2407         * libio/iofopncook.c (_IO_cookie_init): Likewise.
2408         * libio/obprintf.c (_IO_obstack_vprintf): Likewise.
2409         * libio/vasprintf.c (_IO_vasprintf): Likewise.
2410         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
2411         * libio/stdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
2412         * libio/oldstdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
2413         * stdlib/strfmon.c (__strfmon_l): Likewise.
2414         * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
2415         (vfprintf): Qualify computed-goto targets as unbounded.
2417 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
2419         * stdio-common/vfscanf.c: Finally handle multibyte decimal point and
2420         thousands separator correctly.
2422         * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF.
2423         * stdio-common/vfwscanf.c: Likewise.
2425 2000-06-27  Jes Sorensen  <jes@linuxcare.com>
2427         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change argument
2428         count into signatures for most calls.
2430 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
2432         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: Removed.  We can use
2433         the generic parser now.
2435 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
2437         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted.  Hash
2438         table entries are 32 bit on the ia64 (as specified by the ABI),
2439         not 64 bit as on the Alpha.
2441         * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark
2442         change of objects to use 32 bit hash table indices (see above).
2444 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
2446         * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get
2447         prototype for abs().
2449 2000-06-28  Wolfram Gloger  <wg@malloc.de>
2451         * malloc/malloc.c (chunk_alloc): If extension of the linear heap
2452         fails, try mmap_chunk() as a last resort even though n_mmaps_max
2453         may have been reached.
2455 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
2457         * locale/programs/ld-collate.c (insert_weights): Handle <Uxxxx>
2458         symbols in multi-character weights correctly.
2460         * wcsmbs/mbrtowc.c: Set flush to 1 for conversion function calls
2461         depending on whether the input string is empty or not.
2463         * wcsmbs/mbrtowc.c: Calling function without input means clearing the
2464         given state and not avoiding this by modifying a local object.
2465         * wcsmbs/wcrtomb.c: Likewise.
2467         * iconv/skeleton.c: If no EMIT_SHIFT_TO_INIT is defined clear state
2468         object since some incomplete characters might be in there.
2470         * iconvdata/euc-jp.c: In conversion to UCS4, handling invalid
2471         sequences with first byte 0x8e correctly.
2473         * iconvdata/jis0208.h: Remove redundant test.
2475 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
2477         * sysdeps/generic/initfini.c (SECTION): Remove trailing semicolon.
2478         Add it where it is needed now.
2480         * locale/programs/ld-ctype.c (ctype_finish): Take all characters from
2481         the input charset into account when generating the hash table.
2482         (allocate_arrays): Correct setting default width.  Not all empty slots
2483         in the table are filled, only those not covert explicitly by the
2484         locale description and in the charset.
2486         * wctype/towctrans.c (__towctrans): Be graceful and accept error
2487         return values from the wctrans function.
2489         * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for
2490         wide character version.
2491         For %C handling, test correct pointer variable for NULL.
2493         * wcsmbs/wctob.c: Handle WEOF special.
2495         * wcsmbs/wcwidth.h: 0xff in width array means invalid character.
2497         * wctype/wctype.h: Protect gcc-isms with __extension__.  Avoid
2498         always-true test to avoid warning.
2500 2000-06-27  Greg McGary  <greg@mcgary.org>
2502         * elf/dl-open.c (_dl_sysdep_start): Wrap weak_extern decl in BP_SYM ().
2503         * include/libc-symbols.h (weak_extern): Add extra level of expansion.
2504         (symbol_version, default_symbol_version): Factor redundant
2505         definitions out of conditional.
2507 2000-06-27  Jakub Jelinek  <jakub@redhat.com>
2509         * libio/obprintf.c (_IO_obstack_vprintf): Call obstack_make_room,
2510         not obstack_blank.
2512 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
2514         * include/libc-symbols.h (symbol_version): Add extra level of
2515         macro expansion.
2516         (default_symbol_version): Likewise.
2518 2000-06-26  Greg McGary  <greg@mcgary.org>
2520         * sysdeps/unix/i386/sysdep.S (syscall_error): Push & pop space
2521         for BP return value & push implicit struct-return pointer to
2522         __errno_location.
2523         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2524         (SYSCALL_ERROR_HANDLER): Likewise.
2525         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
2526         (SYSCALL_ERROR_HANDLER): Likewise.
2528         * Makeconfig: Add missing comment.
2529         * csu/Makefile (extra-objs, omit-deps, install-lib): Add
2530         BP-flavored startup object.
2531         ($(objpfx)b$(start-installed-name)): New rule.
2532         * include/libc-symbols.h (symbol_set_declare): Change type
2533         of `__start_##set' and `__stop_##set' to pointer-to-function.
2534         (symbol_set_declare): Change type of `set' to array of
2535         pointer-to-function.
2536         * include/set-hooks.h (RUN_HOOK): Change type of `ptr' to
2537         pointer-to-function.
2539         * string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
2541         * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures.
2542         Remove clock_* and timer_* entries.
2543         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace
2544         arg-count with signatures.
2546         * sysdeps/i386/add_n.S: Wrap entry-point symbol in BP_SYM ().
2547         Check bounds of arguments.
2548         * sysdeps/i386/addmul_1.S: Likewise.
2549         * sysdeps/i386/lshift.S: Likewise.
2550         * sysdeps/i386/mul_1.S: Likewise.
2551         * sysdeps/i386/rshift.S: Likewise.
2552         * sysdeps/i386/sub_n.S: Likewise.
2553         * sysdeps/i386/submul_1.S: Likewise.
2554         * sysdeps/i386/i586/add_n.S: Likewise.
2555         * sysdeps/i386/i586/addmul_1.S: Likewise.
2556         * sysdeps/i386/i586/lshift.S: Likewise.
2557         * sysdeps/i386/i586/rshift.S: Likewise.
2558         * sysdeps/i386/i586/sub_n.S: Likewise.
2559         * sysdeps/i386/i686/add_n.S: Likewise.
2561         * sysdeps/i386/memchr.S: Likewise.
2562         * sysdeps/i386/memcmp.S: Likewise.
2563         * sysdeps/i386/rawmemchr.S: Likewise.
2564         * sysdeps/i386/i586/bzero.S: Likewise.
2565         * sysdeps/i386/i586/memcpy.S: Likewise.
2566         * sysdeps/i386/i586/mempcpy.S: Likewise.
2567         * sysdeps/i386/i586/memset.S: Likewise.
2568         * sysdeps/i386/i686/bzero.S: Likewise.
2569         * sysdeps/i386/i686/memcpy.S: Likewise.
2570         * sysdeps/i386/i686/mempcpy.S: Likewise.
2571         * sysdeps/i386/i686/memset.S: Likewise.
2573         * sysdeps/i386/stpcpy.S: Likewise.
2574         * sysdeps/i386/stpncpy.S: Likewise.
2575         * sysdeps/i386/strchr.S: Likewise.
2576         * sysdeps/i386/strchrnul.S: Likewise.
2577         * sysdeps/i386/strcspn.S: Likewise.
2578         * sysdeps/i386/strpbrk.S: Likewise.
2579         * sysdeps/i386/strrchr.S: Likewise.
2580         * sysdeps/i386/strspn.S: Likewise.
2581         * sysdeps/i386/strtok.S: Likewise.
2582         * sysdeps/i386/strtok_r.S: Likewise.
2583         * sysdeps/i386/i486/strcat.S: Likewise.
2584         * sysdeps/i386/i486/strlen.S: Likewise.
2585         * sysdeps/i386/i586/strchr.S: Likewise.
2586         * sysdeps/i386/i586/strcpy.S: Likewise.
2587         * sysdeps/i386/i586/strlen.S: Likewise.
2588         * sysdeps/i386/i686/strcmp.S: Likewise.
2589         * sysdeps/i386/i686/strtok.S: Likewise.
2590         * sysdeps/i386/i686/strtok_r.S: Likewise.
2592         * sysdeps/i386/fpu/fegetenv.c: Wrap symbol names with BP_SYM ().
2593         * sysdeps/i386/fpu/fesetenv.c: Likewise.
2594         * sysdeps/i386/fpu/feupdateenv.c: Likewise.
2595         * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
2596         * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
2598         * sysdeps/i386/addmul_1.S: Exchange roles of %ebp and %ebx.
2599         * sysdeps/i386/mul_1.S: Likewise.
2600         * sysdeps/i386/submul_1.S: Likewise.
2601         * sysdeps/i386/i586/add_n.S: Likewise.
2602         * sysdeps/i386/i586/addmul_1.S: Likewise.
2603         * sysdeps/i386/i586/lshift.S: Likewise.
2604         * sysdeps/i386/i586/mul_1.S: Likewise.
2605         * sysdeps/i386/i586/rshift.S: Likewise.
2606         * sysdeps/i386/i586/sub_n.S: Likewise.
2607         * sysdeps/i386/i586/submul_1.S: Likewise.
2609 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
2611         * rt/Makefile (librt-routines): Add clock_nanosleep.
2612         * rt/Versions [GLIBC_2.2] (librt): Add clock_nanosleep.
2613         * sysdeps/generic/clock_nanosleep.c: New file.
2614         * sysdeps/unix/clock_nanosleep.c: New file.
2615         * sysdeps/unix/i386/i586/clock_nanosleep.c: New file.
2616         * time/time.h: Declare clock_nanosleep.
2618 2000-06-26  Greg McGary  <greg@mcgary.org>
2620         * sysdeps/i386/asm-syntax.h (R, MEM, MEM_DISP, MEM_INDEX,
2621         INSN1, INSN2, TEXT, GLOBL): Remove macros.
2622         (ALIGN): Cleanup surrounding conditionals.
2624         * sysdeps/i386/addmul_1.S: Replace asm-syntax macros with gas syntax.
2625         Call ENTER/LEAVE macros.
2626         * sysdeps/i386/mul_1.S: Replace asm-syntax macros with gas syntax.
2627         * sysdeps/i386/submul_1.S: Likewise.
2629         * sysdeps/i386/i586/addmul_1.S: Replace asm-syntax macros with gas
2630         syntax.  Define & use symbolic argument stack offsets.  Call
2631         ENTER/LEAVE macros.
2632         * sysdeps/i386/i586/mul_1.S: Likewise.
2633         * sysdeps/i386/i586/submul_1.S: Likewise.
2635 2000-06-25  Greg McGary  <greg@mcgary.org>
2637         * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy,
2638         not as bcopy.
2640 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
2642         * iconvdata/gen-8bit-gap-1.sh: Update for new charmap format.
2643         * iconvdata/gen-8bit-gap.sh: Likewise.
2644         * iconvdata/gen-8bit.sh: Likewise.
2646         * iconv/gconv_open.c (__gconv_open): Move comment to correct position.
2648         * locale/programs/ld-collate.c (collate_read): Don't actually read
2649         the copy locale if we are ignoring the content.
2651         * locale/programs/ld-address.c (INT_STR_ELEM): Correct test for
2652         unknown character.
2654         * locale/programs/ld-collate.c: Correct handling of different
2655         collation sections.
2656         * locale/programs/localedef.c (add_to_readlist): Take locale pointer
2657         as extra parameter from which to copy category information.
2658         Change all callers.
2659         (load_locale): Likewise.
2660         * locale/programs/localedef.h: Update prototypes of add_to_readlist
2661         and load_locale.
2662         * locale/programs/ld-ctype.c: Update call to add_to_readlist.
2663         * locale/programs/locfile.h: Likewise.
2664         * locale/programs/locfile-kw.gperf: Add entry for script.
2665         * locale/programs/locfile-token.h: Add tok_script.
2667         * locale/programs/locale.c: Update copyright year.
2668         * locale/programs/localedef.c: Likewise.
2670 2000-06-23  Thorsten Kukuk  <kukuk@suse.de>
2672         * sunrpc/xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from
2673         Jens Moeller <jens.moeller@waii.com>.
2675 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
2677         * locale/programs/ld-name.c (name_finish): Add missing format
2678         specifier to test for name_fmt.
2680         * locale/programs/ld-address.c (iso639): Correct length of string
2681         elements.
2682         (iso3166): Likewise.
2684         * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.
2686         * sysdeps/unix/sysv/linux/i386/sys/user.h (struct user_fpxregs_struct):
2687         Define.
2689         * elf/elf.h (NT_PRFPXREG): Define.
2691 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
2693         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Define
2694         PTRACE_GETFPXREGS and PTRACE_SETFPXREGS.
2696 2000-06-23  Andreas Schwab  <schwab@suse.de>
2698         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Replace arg-count
2699         with signatures.
2701 2000-06-23  Andreas Jaeger  <aj@suse.de>
2703         * iconv/gconv_int.h (norm_add_slashes): Protect suffix expansion.
2705         * io/test-stat.c: Add copyright header, mention Maciej.
2707         * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
2708         SYS_mincore, SYS_madvise): Added.
2710         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
2711         execve.
2713 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
2715         * libio/Makefile (tests): Add tst-getwc and tst_putwc.
2716         (CFLAGS-tst_putwc.c): New definition.
2717         * libio/tst_getwc.c: New file.
2718         * libio/tst_getwc.input: New file.
2719         * libio/tst_putwc.c: New file.
2721         * include/string.h: Add prototype for __strdup.
2723 2000-06-22  Greg McGary  <greg@mcgary.org>
2725         * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
2726         * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname):
2727         Fix signatures.
2729 2000-06-23  Jes Sorensen  <jes@linuxcare.com>
2731         * sysdeps/ia64/memcpy.S: Disable branch predict instruction.
2733 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
2735         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: New file.
2737 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
2739         * shlib-versions: Bump so versions to 6.1 for libc and libm on the
2740         ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
2742 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
2744         * io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
2745         * sysdeps/generic/bits/stat.h: Define __S_TYPEISMQ, __S_TYPEISSEM,
2746         and __S_TYPEISSHM.
2747         * sysdeps/mach/hurd/bits/stat.h: Likewise.
2748         * sysdeps/unix/bsd/bits/stat.h: Likewise.
2749         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
2750         * sysdeps/unix/sysv/bits/stat.h: Likewise.
2751         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
2752         * sysdeps/unix/sysv/hpux/bits/stat.h: Likewise.
2753         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
2754         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2755         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
2756         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
2757         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
2758         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
2759         * sysdeps/unix/sysv/aix/bits/stat.h: Likewise.
2760         * manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and
2761         S_TYPEISSHM.
2763 2000-06-22  Andreas Jaeger  <aj@suse.de>
2765         * sysdeps/unix/sysv/linux/mips/syscalls.list: Replace arg-count
2766         with signatures.
2768         * elf/dl-reloc.c (_dl_relocate_object): Fix typos.
2770         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix sysctl entry.
2772 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
2774         * iconv/gconv_trans.c: Move initialization of winbuf and winbufend
2775         ahead.
2777 2000-06-21  Greg McGary  <greg@mcgary.org>
2779         * Makerules (elide-routines.*, elide-bp-thunks):
2780         Define unconditionally.
2782 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
2784         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
2786 2000-06-21  Andreas Jaeger  <aj@suse.de>
2788         * io/Makefile (tests): Add test-stat.
2789         (CFLAGS-test-stat.c): New.
2791         * io/test-stat.c: New file from Maciej W. Rozycki
2792         <macro@ds2.pg.gda.pl>.
2794 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
2796         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Reorder elements
2797         in __rlimit_resource to make them match the kernel order.
2798         rlim_t is always 64 bit, use __rlim64_t to declare it
2799         unconditionally.
2801 2000-05-04  Jes Sorensen  <jes@linuxcare.com>
2803         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Undef
2804         RLIM_INFINITY before defining it to avoid clash with kernel header
2806 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
2808         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: New file.
2810 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
2812         * sysdeps/unix/sysv/linux/ia64/Versions: New file.
2814 2000-06-21  Andreas Jaeger  <aj@suse.de>
2816         * stdio-common/temptest.c: Include <stdlib.h>.
2817         * stdio-common/tst-fileno.c: Likewise.
2818         * stdio-common/scanf4.c: Likewise.
2819         * stdio-common/scanf5.c: Likewise.
2820         * time/clocktest.c: Likewise.
2821         * posix/test-vfork.c: Likewise.
2822         * posix/globtest.c: Likewise.
2823         * io/test-utime.c: Likewise.
2824         * wctype/test_wcfuncs.c: Likewise.
2825         * crypt/cert.c: Likewise.
2827         * stdio-common/tst-printfsz.c: Include <string.h>.
2828         * libio/tst_swscanf.c: Likewise.
2829         * libio/tst_wscanf.c: Likewise.
2830         * posix/runtests.c: Likewise.
2831         * posix/tst-getaddrinfo.c: Likewise.
2832         * posix/wordexp-test.c: Likewise.
2833         * misc/tst-efgcvt.c: Likewise.
2835         * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>.
2836         * nss/test-netdb.c: Likewise.
2838         * sysdeps/unix/sysv/linux/configure.in: Add check for minimal
2839         supported kernel for MIPS.
2841         * elf/vismod2.c: Include <stdlib.h> for abort prototype.
2842         * rt/aio_suspend.c: Likewise.
2844 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
2846         * math/libm-test.inc: Include <string.h>.
2848 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
2850         * sysdeps/unix/sysv/linux/ia64/syscalls.list: New file.
2852 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
2854         * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: New file.
2855         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: New file.
2857 2000-06-20  David Mosberger-Tang  <davidm@hpl.hp.com>
2859         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: New file.
2861 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
2863         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Fix typo.
2865 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
2867         * locale/programs/ld-collate.c (insert_value): Now take string and
2868         length instead of struct token* parameter.  Adjust use of token.
2869         (handle_ellipsis): Likewise.
2870         (collate_read): Allow <Uxxxx> names and transform them into names
2871         to be passed to insert_value and handle_ellipsis.
2873         * locale/programs/ld-ctype.c (uninames): New array with names of
2874         digits in <Uxxxxxxxx> format.
2875         (ctype_finish): Correct search for space character value.  Likewise
2876         for default outdigits values.
2878 2000-06-20  Greg McGary  <greg@mcgary.org>
2880         * Makerules (objects): Add BP thunks.
2882 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
2884         * locale/programs/charmap.c (parse_charmap): Handle UCS names also
2885         in width definitions.
2887 2000-06-20  Andreas Jaeger  <aj@suse.de>
2889         * sysdeps/mips/fpu/libm-test-ulps: New file.
2891         * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Flush fpu pipeline
2892         first.
2894         * sysdeps/mips/fpu/feholdexcpt.c: New file.
2896         * sysdeps/mips/fpu/fraiseexcpt.c: New file.
2898 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
2900         * iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for
2901         change in gconv_builtin.h.
2903         * malloc/Makefile: Change all references to memprof into memusage.
2904         * malloc/memprof.c: Rename to...
2905         * malloc/memusage.c: ...this.  New file.
2906         * malloc/memprof.sh: Rename to...
2907         * malloc/memusage.sh: ...this.  New file.
2908         * malloc/memprofstat.c: Rename to...
2909         * malloc/memusagestat.c: ...this.  New file.
2910         * sysdeps/alpha/memprof.h: Rename to..
2911         * sysdeps/alpha/memusage.h: ...this.  New file.
2912         * sysdeps/arm/memprof.h: Rename to..
2913         * sysdeps/arm/memusage.h: ...this.  New file.
2914         * sysdeps/generic/memprof.h: Rename to..
2915         * sysdeps/generic/memusage.h: ...this.  New file.
2916         * sysdeps/i386/memprof.h: Rename to..
2917         * sysdeps/i386/memusage.h: ...this.  New file.
2918         * sysdeps/ia64/memprof.h: Rename to..
2919         * sysdeps/ia64/memusage.h: ...this.  New file.
2920         * sysdeps/m68k/memprof.h: Rename to..
2921         * sysdeps/m68k/memusage.h: ...this.  New file.
2922         * sysdeps/mips/memprof.h: Rename to..
2923         * sysdeps/mips/memusage.h: ...this.  New file.
2924         * sysdeps/powerpc/memprof.h: Rename to..
2925         * sysdeps/powerpc/memusage.h: ...this.  New file.
2926         * sysdeps/sparc/memprof.h: Rename to..
2927         * sysdeps/sparc/memusage.h: ...this.  New file.
2928         * sysdeps/sh/memprof.h: Rename to..
2929         * sysdeps/sh/memusage.h: ...this.  New file.
2931         * elf/sprof.c (print_version): Update year.
2933         * elf/sprof.c (load_shobj): Don't always add load address to dynamic
2934         table entry values.  Use D_PTR.
2935         * elf/dl-reloc.c (_dl_relocate_object): Don't start profiling weird
2936         binaries without PLT.  Patches by James Mathiesen <james@curl.com>.
2938 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
2940         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
2941         * sysdeps/unix/sysv/linux/ia64/sys/io.h: New file.
2942         * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: New file.
2943         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: New file.
2945 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
2947         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: New file.
2949 2000-06-16  Jes Sorensen  <jes@linuxcare.com>
2951         * sysdeps/unix/sysv/linux/ia64/xstat.c: New file.
2952         * sysdeps/unix/sysv/linux/ia64/fxstat.c: New file.
2953         * sysdeps/unix/sysv/linux/ia64/lxstat.c: New file.
2955         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: Deleted.
2957         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Update after latest
2958         kernel change.
2960         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Make __ino_t,
2961         __nlink_t and __blkcnt_t 64 bit to accomodate new kernel stat data
2962         structure.
2963         Change __fsblkcnt_t and __fsfilcnt_t to 64 bit to match kernel
2964         implementation.
2966 2000-06-15  Jes Sorensen  <jes@linuxcare.com>
2968         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Deleted.
2970 2000-06-08  Jes Sorensen  <jes@linuxcare.com>
2972         * sysdeps/unix/sysv/linux/ia64/mmap64.c: New file.
2974 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
2976         * iconv/gconv_int.h (strict gconv_module): Remove all members
2977         associated with regular expressions.  Use a simple string as the
2978         from name.
2979         * iconv/gconv_db.c: Remove code handling regular expressions.
2980         * iconv/gconv_conf.c: Likewise.
2981         * iconv/iconv_prog.c: Likewise.
2982         * iconv/gconv_builtin.h: Adjust for change in gconv_conf.c.
2984         * iconv/gconv.h (__gconv_trans_fct): Add new parameter.
2985         General namespace cleanup.
2986         (struct __gconv_trans_data): Add next field.
2987         (struct __gconv_step_data): Make __trans a pointer.
2988         * iconv/gconv_conf.c: Split out code to find gconv directories from
2989         __gconv_read_conf in new functions.
2990         * iconv/gconv_int.h: Define new data structure and declare new
2991         functions for handling of gconv directory list.
2992         * iconv/gconv_open.c: Allow more than one error handling step being
2993         used.  Call function to load error handling module if it is none
2994         of the builtin transformations.
2995         * iconv/gconv_close.c: Add code to free transliteration data.
2996         * iconv/gconv_trans.c: Add functions to load and unload modules
2997         implementing transliteration etc.
2998         * iconv/skeleton.c: Call all context functions now that more than
2999         one module is allowed.
3000         * iconv/loop.c (STANDARD_ERR_HANDLING): New macro.
3001         * iconv/gconv_simple.c: Use STANDARD_ERR_HANDLING macro for places
3002         where the full error handling using transliteration is needed.
3003         * iconvdata/8bit-gap.c: Likewise.
3004         * iconvdata/8bit-generic.c: Likewise.
3005         * iconvdata/ansi_x3.110.c: Likewise.
3006         * iconvdata/big5.c: Likewise.
3007         * iconvdata/big5hkscs.c: Likewise.
3008         * iconvdata/euc-cn.c: Likewise.
3009         * iconvdata/euc-jp.c: Likewise.
3010         * iconvdata/euc-kr.c: Likewise.
3011         * iconvdata/euc-tw.c: Likewise.
3012         * iconvdata/gbgbk.c: Likewise.
3013         * iconvdata/gbk.c: Likewise.
3014         * iconvdata/iso-2022-cn.c: Likewise.
3015         * iconvdata/iso-2022-jp.c: Likewise.
3016         * iconvdata/iso-2022-kr.c: Likewise.
3017         * iconvdata/iso646.c: Likewise.
3018         * iconvdata/iso8859-1.c: Likewise.
3019         * iconvdata/iso_6937-2.c: Likewise.
3020         * iconvdata/iso_6937.c: Likewise.
3021         * iconvdata/johab.c: Likewise.
3022         * iconvdata/sjis.c: Likewise.
3023         * iconvdata/t.61.c: Likewise.
3024         * iconvdata/uhc.c: Likewise.
3025         * iconvdata/unicode.c: Likewise.
3026         * iconvdata/utf-16.c: Likewise.
3027         * libio/iofwide.c: Reset __trans member of __gconv_trans_data
3028         structure correctly after last change.
3029         * wcsmbs/btowc.c: Likewise.
3030         * wcsmbs/mbrtowc.c: Likewise.
3031         * wcsmbs/mbsnrtowcs.c: Likewise.
3032         * wcsmbs/mbsrtowcs.c: Likewise.
3033         * wcsmbs/wcrtomb.c: Likewise.
3034         * wcsmbs/wcsnrtombs.c: Likewise.
3035         * wcsmbs/wcsrtombs.c: Likewise.
3036         * wcsmbs/wctob.c: Likewise.
3038         * localedata/Makefile: Set -Wno-format for some files since gcc does
3039         not know all the format specifiers.
3041 2000-06-18  Ulrich Drepper  <drepper@redhat.com>
3043         * locale/loadlocale.c (_nl_unload_locale): Remove a bit of
3044         unneeded code.
3045         * locale/lc-time.c (_nl_init_era_entries): Likewise.
3047 2000-06-18  Andreas Jaeger  <aj@suse.de>
3049         * sysdeps/mips/dl-machine.h: Always use $25 as jump register.
3050         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
3052 2000-06-17  Ulrich Drepper  <drepper@redhat.com>
3054         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Define and use
3055         LINUX_LINK_MAX.
3056         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
3058         * locale/programs/ld-ctype.c (ctype_output): Really write out
3059         mboutdigits information.
3060         * localedata/tst-trans.c: Add code to test printf's I flag with locale.
3061         * localedata/tst-trans.sh: Set GCONV_PATH for compilation environment.
3062         * localedata/tests/trans.def: Add outdigit information.
3064         * localedata/tst-mbswcs3.c: Remove comment.
3066         * stdio-common/vfprintf.c (vfprintf): Fix handling of I flag.
3067         * stdio-common/tiformat.c (sprint_ints): Add tests for I flag.
3068         * libio/tst_wprintf.c (main): Add test for I flag.
3070         * iconv/gconv_trans.c: Implement handling if translit_ignore.
3071         * locale/langinfo.h: Add entries for translit_ignore information.
3072         * locale/categories.def: Add entries for new LC_CTYPE elements.
3073         * locale/C-ctype.c: Add initializers for new fields.  Use NULL
3074         pointer instead of "" where possible.
3075         * locale/programs/ld-ctype.c: Write out translit_ignore information.
3076         * intl/Depend: Add localedata.
3077         * intl/tst-gettext.c: Call setlocale for LC_CTYPE.
3078         * intl/tst-gettext.sh: Set LOCPATH to localedata build dir.
3080 2000-06-16  Ulrich Drepper  <drepper@redhat.com>
3082         * locale/langinfo.h: Add entries for default_missing information.
3083         * locale/C-ctype.c: Add initializers for new fields.
3084         * iconv/gconv_trans.c: If nothing matched, try to use default_missing
3085         information.
3086         * locale/categories.h: Add entries for all LC_CTYPE values.
3087         * locale/programs/ld-ctype.c (ctype_output): Write out default_missing
3088         information.
3090         * localedata/tst-trans.c: Write out an error message if class is
3091         not found.
3093         * iconv/gconv_int.h (norm_add_slashes): Optionally add given suffix.
3094         * iconv/gconv_open.c: Remove error handling specification from `from'
3095         character set name.
3096         * intl/loadmsgcat.c (_nl_load_domain): Call norm_add_slashes with
3097         new parameter to always enable transliteration.
3098         * locale/localeinfo.h (LIMAGIC): Bump number because of incompatible
3099         change.
3100         (struct locale_data): Add new members use_translit and options.
3101         * locale/findlocale.c (_nl_find_locale): Set use_translit flag is
3102         character set name contained modifier TRANSLIT.
3103         * locale/loadlocale.c (_nl_load_locale): Initialize new use_translit
3104         and options fields.
3105         (_nl_unload_locale): Free options string if necessary.
3106         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Enable translation if
3107         the locale names suggested this.
3108         * locale/C-address.c: Add two new initialilzers to adjust data
3109         structure for new format.
3110         * locale/C-collate.c: Likewise.
3111         * locale/C-ctype.c: Likewise.
3112         * locale/C-identification.c: Likewise.
3113         * locale/C-measurement.c: Likewise.
3114         * locale/C-messages.c: Likewise.
3115         * locale/C-monetary.c: Likewise.
3116         * locale/C-name.c: Likewise.
3117         * locale/C-numeric.c: Likewise.
3118         * locale/C-paper.c: Likewise.
3119         * locale/C-telephone.c: Likewise.
3120         * locale/C-time.c: Likewise.
3122         * locale/setlocale.c: Add some more __builtin_expect.
3124 2000-06-15  Ulrich Drepper  <drepper@redhat.com>
3126         * iconv/gconv.h (__gconv_fct): Change type of fifth parameter to
3127         unsigned char **.
3128         (__gconv_init_fct): Remove two parameters.
3129         * iconv/gconv_int.h (__gconv_transliterate): Renamed from
3130         gconv_transliterate.  Remove two parameters.
3131         Change prototypes of builtin functions according to __gconv_fct change.
3132         * iconv/skeleton.c: Change type of fifth parameter.  make sure it is
3133         != NULL only during error handling.  Stop in this case after the
3134         conversion.
3135         * iconv/gconv_trans.c: Replace with real implementation for
3136         __gconv_transliterate.
3137         * iconv/gconv_open.c: Adjust for renaming of __gconv_transliterate.
3138         * iconv/gconv.c: Change calls to downstream functions once again.
3139         Use NULL for the fifth parameter instead of pointer to output buffer.
3140         * libio/iofwide.c: Likewise.
3141         * wcsmbs/btowc.c: Likewise.
3142         * wcsmbs/mbrtowc.c: Likewise.
3143         * wcsmbs/mbsnrtowcs.c: Likewise.
3144         * wcsmbs/mbsrtowcs.c: Likewise.
3145         * wcsmbs/wcrtomb.c: Likewise.
3146         * wcsmbs/wcsnrtombs.c: Likewise.
3147         * wcsmbs/wcsrtombs.c: Likewise.
3148         * wcsmbs/wctob.c: Likewise.
3149         * iconv/gconv_simple.c: Remove two parameters from error handling
3150         function call.
3151         * iconvdata/8bit-gap.c: Likewise.
3152         * iconvdata/8bit-generic.c: Likewise.
3153         * iconvdata/ansi_x3.110.c: Likewise.
3154         * iconvdata/big5.c: Likewise.
3155         * iconvdata/big5hkscs.c: Likewise.
3156         * iconvdata/euc-cn.c: Likewise.
3157         * iconvdata/euc-jp.c: Likewise.
3158         * iconvdata/euc-kr.c: Likewise.
3159         * iconvdata/euc-tw.c: Likewise.
3160         * iconvdata/gbgbk.c: Likewise.
3161         * iconvdata/gbk.c: Likewise.
3162         * iconvdata/iso-2022-cn.c: Likewise.
3163         * iconvdata/iso-2022-jp.c: Likewise.
3164         * iconvdata/iso-2022-kr.c: Likewise.
3165         * iconvdata/iso646.c: Likewise.
3166         * iconvdata/iso8859-1.c: Likewise.
3167         * iconvdata/iso_6937-2.c: Likewise.
3168         * iconvdata/iso_6937.c: Likewise.
3169         * iconvdata/johab.c: Likewise.
3170         * iconvdata/sjis.c: Likewise.
3171         * iconvdata/t.61.c: Likewise.
3172         * iconvdata/uhc.c: Likewise.
3173         * iconvdata/unicode.c: Likewise.
3174         * iconvdata/utf-16.c: Likewise.
3176 2000-06-15  Greg McGary  <greg@mcgary.org>
3178         * sysdeps/unix/make-syscalls.sh: Strip leading whitespace from lhs
3179         of callnum assignment.  Tolerate callnum expressions containing
3180         parens.
3182 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
3184         * login/Makefile (utmpd): Remove rule to build utmpd.
3186         * csu/Versions: Move libgcc frame handling functions from here...
3187         * sysdeps/unix/sysv/linux/alpha/Versions: ...to here...
3188         * sysdeps/unix/sysv/linux/arm/Versions: ...to here...
3189         * sysdeps/unix/sysv/linux/i386/Versions: ...to here...
3190         * sysdeps/unix/sysv/linux/m68k/Versions: ...to here...
3191         * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
3192         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
3193         New file.
3194         * sysdeps/mach/hurd/i386/Versions: ...and here.  New file.
3196         * locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
3198         * misc/syslog.c (vsyslog): Initialize msgoff in all cases.
3200 2000-06-14  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
3202         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
3203         compatibility.
3204         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
3205         * sysdeps/sh/sh4/fpu/fesetenv.c: Likewise.
3206         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: Likewise.
3207         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: Likewise.
3209 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
3211         * include/libc-symbols.h (link_warning): If HAVE_SECTION_QUOTES is
3212         defined, terminate quotes and read them after the comment char.
3213         * configure.in (HAVE_SECTION_QUOTES): Test whether
3214         __attribute__((section ("x"))) puts quotes around x or not.
3215         * config.h.in (HAVE_SECTION_QUOTES): Add.
3216         * configure: Rebuilt.
3218 2000-06-14  Andreas Jaeger  <aj@suse.de>
3220         * sysdeps/unix/sysv/linux/configure.in: Set libc_cv_sysconfdir
3221         depending on the configure option --sysconfdir.
3222         Closes PR libc/1762.
3223         Patch by Andreas Schwab <schwab@suse.de>.
3225         * sysdeps/mips/dl-machine.h: Pass finalizer correctly to user
3226         entry point.
3227         Reported by Jim Pick <jim@jimpick.com>.
3229 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
3231         * misc/syslog.c (vsyslog): Allow open_memstream to fail without
3232         crashing the application.  Emit some simple error message.
3233         Reported by mju@panasas.com [PR libc/1769].
3235 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
3237         * malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
3239         * crypt/Makefile (distribute): Add md5.h.
3241         * Makefile (distribute): Add include/shlib-compat.h.
3243         * Make-dist: Search for tests also in sysdeps hierachy.
3245         * crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
3246         ufc.c, speeds.c, README.ufc-crypt, and Banner.
3248         * sysdeps/sparc/Subdirs: New file.
3250         * locale/Makefile (distribute): Add weightwc.h and
3251         programs/localedef.h.
3253         * time/Makefile (distribute): Add datemsk.
3255         * sysdeps/ia64/Dist: Add softpipe.h.
3257         * sysdeps/unix/sysv/aix/Dist: New file.
3259         * posix/setpgrp.c: Moved to...
3260         * sysdeps/generic/setpgrp.c: ...here.  New file.
3261         * io/mknod.c: Moved to...
3262         * sysdeps/generic/mknod.c: ...here.  New file.
3264         * sysdeps/unix/sysv/linux/ia64/Dist: New file.
3266         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/procfs.h.
3268         * sysdeps/unix/sysv/linux/arm/Dist: Add oldgetrlimit64.c.
3270         * sysdeps/powerpc/Dist: Add fprrest.S, fprsave.S, gprsave1.S,
3271         gprsave0.S, gprrest1.S, and gprrest0.S.
3273         * sysdeps/generic/Dist: Add bp-thunks.h, bp-sym.h, and bp-start.h.
3275         * posix/Makefile (routines): Add spawnattr_getsigmask,
3276         spawnattr_getschedpolicy, spawnattr_getschedparam,
3277         spawnattr_setsigmask, spawnattr_setschedpolicy, and
3278         spawnattr_setschedparam.
3279         * posix/Versions: Add posix_spawnattr_getschedpolicy,
3280         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam, and
3281         posix_spawnattr_setschedparam.
3283         * posix/spawnattr_setschedparam.c: Fix typo.
3285         * posix/spawnattr_setsigmask.c (posix_spawnattr_setsigmask):
3286         Correct typo.
3288         * login/programs/utmpd.c: Removed.
3289         * login/programs/utmpd.h: Removed.
3290         * login/programs/utmpd-private.h: Removed.
3292         * Makefile (distribute): Add include/db_185.h and include/db.h.
3294         * iconvdata/Makefile (distribute): Add iso-ir-165.c and
3295         iso-ir-165.h.
3297         * elf/Makefile (distribute): Add missing files.
3299         * dlfcn/Makefile: Add back rules to include eval in libdl.so.
3300         * elf/eval.c: Moved to...
3301         * dlfcn/eval.c: ...here.  New file.
3303         * Makefile (distribute): Also distribute ChangeLog.1?.
3305         * Make-dist (+tsrcs): Remove .args handling here as well.
3307         * rt/Makefile (tests): Add tst-timer.
3308         * sysdeps/generic/tst-timer.c: New file.
3310         * Makerules (sources): Don't add BP sources here.
3312         * login/Makefile (distribute): Remove xtmp.h.
3314         * iconv/iconv_prog.c (main): Fix appending slashes if omit_invalid
3315         is true.  Reported by Bruno Haible <haible@ilog.fr>.
3317 2000-06-13  Andreas Jaeger  <aj@suse.de>
3319         * sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
3320         Patch by Ralf Baechle <ralf@gnu.org>.
3322 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
3324         * sysdeps/unix/sysv/linux/syscalls.list: Add parameter information
3325         for mincore syscall.
3327         * misc/sys/cdefs.h: Define __bounded and __unbounded if
3328         __BOUNDED_POINTERS__ is not defined.
3330 2000-06-07  Greg McGary  <greg@mcgary.org>
3332         * sysdeps/generic/bp-sym.h: New file.
3333         * sysdeps/generic/bp-start.h: New file.
3334         * sysdeps/i386/elf/start.S: Designate BP symbols.
3335         * sysdeps/generic/libc-start.c: Wrap bounds around
3336         argv & envp and each of their string members.
3338 2000-06-07  Greg McGary  <greg@mcgary.org>
3340         * sysdeps/unix/make-syscalls.sh: Add comments to
3341         output that aid debugging & comprehension.
3342         Map simple syscall signatures to number of args.
3343         Generate BP syscall thunk definitions.
3344         * sysdeps/generic/bp-thunks.h: New file.
3345         * sysdeps/unix/syscalls.list: Replace arg-count with
3346         simple return+arg signature.
3347         * sysdeps/unix/common/syscalls.list: Likewise.
3348         * sysdeps/unix/inet/syscalls.list: Likewise.
3349         * sysdeps/unix/mman/syscalls.list: Likewise.
3350         * sysdeps/unix/sysv/syscalls.list: Likewise.
3351         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3352         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
3354 2000-06-07  Greg McGary  <greg@mcgary.org>
3356         * Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers
3357         for all files *.[cS].
3358         (CFLAGS-.ob): Don't optimize sibling calls.
3359         (bppfx): New variable.
3360         * Makerules (elide-bp-thunks): New variable.
3361         (elide-routines.*): Elide BP-* files for all but *.ob.
3362         (sources): Include bp-thunks.
3364 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
3366         * iconv/gconv_simple.c: Remove unnecessary prototype.
3368         * iconv/gconv_trans.c: Pretty print.
3370         * elf/elf.h (R_SH_NUM): Got accidently dropped.
3372         * sysdeps/unix/sysv/linux/configure.in: Improve handling of
3373         minimal kernel versions.  Add information about IA-64 kernel.
3375         * sysdeps/unix/sysv/linux/configure.in: Allow architecture
3376         specific minimal supported kernel versions to be specified.
3378         * libio/iofwide.c (_IO_fwide): Initialize transliteration part of
3379         step data structure.
3380         * wcsmbs/btowc.c: Likewise.
3381         * wcsmbs/mbrtowc.c: Likewise.
3382         * wcsmbs/mbsnrtowcs.c: Likewise.
3383         * wcsmbs/mbsrtowcs.c: Likewise.
3384         * wcsmbs/wcrtomb.c: Likewise.
3385         * wcsmbs/wcsnrtombs.c: Likewise.
3386         * wcsmbs/wcsrtombs.c: Likewise.
3387         * wcsmbs/wctob.c: Likewise.
3389         * sysdeps/unix/sysv/linux/sh/Dist: There is no ioperm file.
3390         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: Removed.
3392         * shlib-versions: Earliest backward compatible version for SH is 2.2.
3394         * misc/sys/cdefs.h: Remove one more __P.
3396         * sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C.
3397         Reported by HJ Lu.
3399         * sysdeps/sh/sh3/bits/setjmp.h: Removed.
3400         * sysdeps/sh/sh4/bits/setjmp.h: Moved to...
3401         * sysdeps/sh/bits/setjmp.h: ...here.  New file.
3403 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
3404             Yutaka Niibe  <gniibe@chroot.org>
3406         * configure.in: Add machine sh3, sh4.
3407         * elf/elf.h: Add SH specific declarations of relocations.
3408         * shlib-versions: Add sh*-*-linux* cases.
3410 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
3412         * sysdeps/sh/sh3/bsd-_setjmp.S: Move to...
3413         * sysdeps/sh/bsd-_setjmp.S: ...here.  New file.
3414         * sysdeps/sh/sh4/bsd-_setjmp.S: Removed.
3415         * sysdeps/sh/sh3/bsd-setjmp.S: Move to...
3416         * sysdeps/sh/bsd-setjmp.S: ...here.  New file.
3417         * sysdeps/sh/sh4/bsd-setjmp.S: Removed.
3419         * sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro
3420         instead of KERNEL_MATH_EMULATION.
3421         * sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not
3422         KERNEL_MATH_EMULATION.
3424         * sysdeps/sh/Dist: Removed.  There is no ieee754.h file.
3425         * sysdeps/sh/sh3/dl-machine.h: Moved to...
3426         * sysdeps/sh/dl-machine.h: ...here.  New file.
3427         * sysdeps/sh/sh4/dl-machine.h: Simply define KERNEL_MATH_EMULATION
3428         and include generic SH version.
3429         * sysdeps/sh/sh3/bits/endian.h: Move to...
3430         * sysdeps/sh/bits/endian.h: ...here.  New file.
3431         * sysdeps/sh/sh4/bits/endian.h: Removed.
3432         * sysdeps/sh/sh3/bits/huge_val.h: Move to...
3433         * sysdeps/sh/bits/huge_val.h: ...here.  New file.
3434         * sysdeps/sh/sh4/bits/huge_val.h: Removed.
3436         * include/libc-symbols.h (link_warning): Work around a change in
3437         GAS which warns about changing section attributes.
3438         Proposed by Nick Clifton <nickc@redhat.com>.
3440 2000-06-12  H.J. Lu  <hjl@gnu.org>
3442         * sysdeps/i386/fpu/bits/mathinline.h (__sgn1l): Add __extension__.
3444 2000-06-11  H.J. Lu  <hjl@gnu.org>
3446         * sysdeps/i386/fpu/Versions: New file.
3448 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
3450         * iconv/gconv.h (__gconv_trans_context_fct): Remove two
3451         parameters.
3452         * iconv/skeleton.c (FUNCTION_NAME): Call __trans_context_fct if it
3453         exists.
3455 2000-06-12  Jes Sorensen  <jes@linuxcare.com>
3457         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
3458         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: New file.
3459         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: New file.
3461         * sysdeps/unix/sysv/linux/ia64/fxstat64.c: New file.
3462         * sysdeps/unix/sysv/linux/ia64/lxstat64.c: New file.
3463         * sysdeps/unix/sysv/linux/ia64/xstat64.c: New file.
3465 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
3466             Yutaka Niibe  <gniibe@chroot.org>
3468         * sysdeps/sh/Dist: New file.
3469         * sysdeps/sh/Implies: New file.
3470         * sysdeps/sh/elf/initfini.c: New file.
3471         * sysdeps/sh/gmp-mparam.h: New file.
3472         * sysdeps/sh/init-first.c: New file.
3473         * sysdeps/sh/machine-gmon.h: New file.
3474         * sysdeps/sh/memcpy.S: New file.
3475         * sysdeps/sh/memprof.h: New file.
3476         * sysdeps/sh/memset.S: New file.
3477         * sysdeps/sh/sh3/__longjmp.S: New file.
3478         * sysdeps/sh/sh3/bits/endian.h: New file.
3479         * sysdeps/sh/sh3/bits/huge_val.h: New file.
3480         * sysdeps/sh/sh3/bits/setjmp.h: New file.
3481         * sysdeps/sh/sh3/bsd-_setjmp.S: New file.
3482         * sysdeps/sh/sh3/bsd-setjmp.S: New file.
3483         * sysdeps/sh/sh3/dl-machine.h: New file.
3484         * sysdeps/sh/sh3/setjmp.S: New file.
3485         * sysdeps/sh/sh4/__longjmp.S: New file.
3486         * sysdeps/sh/sh4/bits/endian.h: New file.
3487         * sysdeps/sh/sh4/bits/huge_val.h: New file.
3488         * sysdeps/sh/sh4/bits/setjmp.h: New file.
3489         * sysdeps/sh/sh4/bsd-_setjmp.S: New file.
3490         * sysdeps/sh/sh4/bsd-setjmp.S: New file.
3491         * sysdeps/sh/sh4/dl-machine.h: New file.
3492         * sysdeps/sh/sh4/fpu/bits/fenv.h: New file.
3493         * sysdeps/sh/sh4/fpu/bits/huge_val.h: New file.
3494         * sysdeps/sh/sh4/fpu/bits/mathdef.h: New file.
3495         * sysdeps/sh/sh4/fpu/fclrexcpt.c: New file.
3496         * sysdeps/sh/sh4/fpu/fegetenv.c: New file.
3497         * sysdeps/sh/sh4/fpu/fegetround.c: New file.
3498         * sysdeps/sh/sh4/fpu/feholdexcpt.c: New file.
3499         * sysdeps/sh/sh4/fpu/fesetenv.c: New file.
3500         * sysdeps/sh/sh4/fpu/fesetround.c: New file.
3501         * sysdeps/sh/sh4/fpu/fpu_control.h: New file.
3502         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: New file.
3503         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: New file.
3504         * sysdeps/sh/sh4/fpu/ftestexcept.c: New file.
3505         * sysdeps/sh/sh4/fpu/libm-test-ulps: New file.
3506         * sysdeps/sh/sh4/setjmp.S: New file.
3507         * sysdeps/sh/elf/start.S: New file.
3508         * sysdeps/sh/sys/ucontext.h: New file.
3509         * sysdeps/sh/strlen.S: New file.
3510         * sysdeps/sh/sysdep.h: New file.
3511         * sysdeps/unix/sh/sysdep.S: New file.
3512         * sysdeps/unix/sh/sysdep.h: New file.
3513         * sysdeps/unix/sysv/linux/sh/Dist: New file.
3514         * sysdeps/unix/sysv/linux/sh/Makefile: New file.
3515         * sysdeps/unix/sysv/linux/sh/Versions: New file.
3516         * sysdeps/unix/sysv/linux/sh/bits/mman.h: New file.
3517         * sysdeps/unix/sysv/linux/sh/bits/resource.h: New file.
3518         * sysdeps/unix/sysv/linux/sh/brk.c: New file.
3519         * sysdeps/unix/sysv/linux/sh/chown.c: New file.
3520         * sysdeps/unix/sysv/linux/sh/clone.S: New file.
3521         * sysdeps/unix/sysv/linux/sh/fchown.c: New file.
3522         * sysdeps/unix/sysv/linux/sh/fxstat.c: New file.
3523         * sysdeps/unix/sysv/linux/sh/getegid.c: New file.
3524         * sysdeps/unix/sysv/linux/sh/geteuid.c: New file.
3525         * sysdeps/unix/sysv/linux/sh/getgroups.c: New file.
3526         * sysdeps/unix/sysv/linux/sh/getresgid.c: New file.
3527         * sysdeps/unix/sysv/linux/sh/getresuid.c: New file.
3528         * sysdeps/unix/sysv/linux/sh/getrlimit.c: New file.
3529         * sysdeps/unix/sysv/linux/sh/getrlimit64.c: New file.
3530         * sysdeps/unix/sysv/linux/sh/getuid.c: New file.
3531         * sysdeps/unix/sysv/linux/sh/lchown.c: New file.
3532         * sysdeps/unix/sysv/linux/sh/lxstat.c: New file.
3533         * sysdeps/unix/sysv/linux/sh/msgctl.c: New file.
3534         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: New file.
3535         * sysdeps/unix/sysv/linux/sh/pipe.S: New file.
3536         * sysdeps/unix/sysv/linux/sh/profil-counter.h: New file.
3537         * sysdeps/unix/sysv/linux/sh/semctl.c: New file.
3538         * sysdeps/unix/sysv/linux/sh/setegid.c: New file.
3539         * sysdeps/unix/sysv/linux/sh/seteuid.c: New file.
3540         * sysdeps/unix/sysv/linux/sh/setfsgid.c: New file.
3541         * sysdeps/unix/sysv/linux/sh/setfsuid.c: New file.
3542         * sysdeps/unix/sysv/linux/sh/setgid.c: New file.
3543         * sysdeps/unix/sysv/linux/sh/setgroups.c: New file.
3544         * sysdeps/unix/sysv/linux/sh/setregid.c: New file.
3545         * sysdeps/unix/sysv/linux/sh/setresgid.c: New file.
3546         * sysdeps/unix/sysv/linux/sh/setresuid.c: New file.
3547         * sysdeps/unix/sysv/linux/sh/setreuid.c: New file.
3548         * sysdeps/unix/sysv/linux/sh/setrlimit.c: New file.
3549         * sysdeps/unix/sysv/linux/sh/setuid.c: New file.
3550         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: New file.
3551         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: New file.
3552         * sysdeps/unix/sysv/linux/sh/shmctl.c: New file.
3553         * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: New file.
3554         * sysdeps/unix/sysv/linux/sh/socket.S: New file.
3555         * sysdeps/unix/sysv/linux/sh/sys/io.h: New file.
3556         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
3557         * sysdeps/unix/sysv/linux/sh/sys/user.h: New file.
3558         * sysdeps/unix/sysv/linux/sh/syscalls.list: New file.
3559         * sysdeps/unix/sysv/linux/sh/sysdep.S: New file.
3560         * sysdeps/unix/sysv/linux/sh/sysdep.h: New file.
3561         * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
3562         * sysdeps/unix/sysv/linux/sh/xstat.c: New file.
3564 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
3566         * Rules (%.out): Define GCONV_PATH in the environment.
3567         * assert/Depend: New file.
3568         * iconvdata/Depend: New file.
3569         * intl/Depend: New file.
3570         * timezone/Makefile (build-testdata): Add GCONV_PATH to environment.
3571         * intl/tst-gettext.sh: Likewise.
3572         * iconv/Makefile (routines): Add gconv_trans.
3573         * iconv/gconv_trans.c: New file.
3574         * iconv/gconv.h (struct __gconv_trans_data): New type.
3575         (__gconv_fct): New parameter with starting position in output buffer.
3576         (__gconv_trans_fct, __gconv_trans_context_fct, __gconv_trans_query_fct,
3577         __gconv_trans_init_fct, __gconv_trans_end_fct): New types.
3578         (struct __gconv_step): Add new member __trans.
3579         * iconv/gconv_int.h: Pretty print prototypes.
3580         (gconv_transliterate): New prototype.
3581         (__BUILTIN_TRANS): Update for new conversion function interface.
3582         * iconv/gconv.c (__gconv): Pass new parameter to conversion function.
3583         * iconv/gconv_open.c (__gconv_open): Recognize error handling suffix
3584         in names, find appropriate function, and install in the conversion
3585         steps it can be used.
3586         * iconv/skeleton.c: Add additional parameter for beginning of output
3587         buffer.  Change calls of downstream functions.
3588         * iconv/loop.c: Change loop function interface completely.  Pass in
3589         step and step_data structure.  Remove optimization for BODY with
3590         NEED_LENGTH_TEST == 0.
3591         * iconv/gconv_simple.c: Update interfaces of functions.  Insert
3592         appropriate error handling code to use transliteration steps.  Remove
3593         optimization for BODY with NEED_LENGTH_TEST == 0.
3594         * iconvdata/8bit-gap.c: Likewise.
3595         * iconvdata/8bit-generic.c: Likewise.
3596         * iconvdata/ansi_x3.110.c: Likewise.
3597         * iconvdata/big5.c: Likewise.
3598         * iconvdata/big5hkscs.c: Likewise.
3599         * iconvdata/euc-cn.c: Likewise.
3600         * iconvdata/euc-jp.c: Likewise.
3601         * iconvdata/euc-kr.c: Likewise.
3602         * iconvdata/euc-tw.c: Likewise.
3603         * iconvdata/gbgbk.c: Likewise.
3604         * iconvdata/gbk.c: Likewise.
3605         * iconvdata/iso-2022-cn.c: Likewise.
3606         * iconvdata/iso-2022-jp.c: Likewise.
3607         * iconvdata/iso-2022-kr.c: Likewise.
3608         * iconvdata/iso646.c: Likewise.
3609         * iconvdata/iso8859-1.c: Likewise.
3610         * iconvdata/iso_6937-2.c: Likewise.
3611         * iconvdata/iso_6937.c: Likewise.
3612         * iconvdata/johab.c: Likewise.
3613         * iconvdata/sjis.c: Likewise.
3614         * iconvdata/t.61.c: Likewise.
3615         * iconvdata/uhc.c: Likewise.
3616         * iconvdata/unicode.c: Likewise.
3617         * iconvdata/utf-16.c: Likewise.
3618         * libio/iofwide.c: Adjust to new interface of gconv functions.  Use
3619         DL_CALL_FCT.
3620         * wcsmbs/btowc.c: Likewise.
3621         * wcsmbs/mbrtowc.c: Likewise.
3622         * wcsmbs/mbsnrtowcs.c: Likewise.
3623         * wcsmbs/mbsrtowcs.c: Likewise.
3624         * wcsmbs/wcrtomb.c: Likewise.
3625         * wcsmbs/wcsnrtombs.c: Likewise.
3626         * wcsmbs/wcsrtombs.c: Likewise.
3627         * wcsmbs/wctob.c: Likewise.
3629 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
3631         * sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the
3632         other header files.  Mention about 128-byte cache line sizes.
3633         (__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt.
3634         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update
3635         for current calling sequence.
3636         * sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.
3638         * sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
3639         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
3641         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
3642         and setrlimit syscalls for backwards compatibility.
3644 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
3646         * iconv/skeleton.c:  Rename converted written to correcter name
3647         irreversible.
3648         * iconv/gconv.c: Rename converted variable to correcter name
3649         irreversible.
3650         * iconv/gconv_int.h: Likewise.
3651         * iconv/gconv_simple.c: Likewise.
3652         * iconv/iconv.c: Likewise.
3653         * iconv/loop.c: Likewise.
3654         * iconvdata/8bit-gap.c: Likewise.
3655         * iconvdata/8bit-generic.c: Likewise.
3656         * iconvdata/ansi_x3.110.c: Likewise.
3657         * iconvdata/big5.c: Likewise.
3658         * iconvdata/big5hkscs.c: Likewise.
3659         * iconvdata/euc-cn.c: Likewise.
3660         * iconvdata/euc-jp.c: Likewise.
3661         * iconvdata/euc-kr.c: Likewise.
3662         * iconvdata/gbgbk.c: Likewise.
3663         * iconvdata/gbk.c: Likewise.
3664         * iconvdata/iso-2022-cn.c: Likewise.
3665         * iconvdata/iso-2022-jp.c: Likewise.
3666         * iconvdata/iso-2022-kr.c: Likewise.
3667         * iconvdata/iso646.c: Likewise.
3668         * iconvdata/iso8859-1.c: Likewise.
3669         * iconvdata/iso_6937-2.c: Likewise.
3670         * iconvdata/iso_6937.c: Likewise.
3671         * iconvdata/johab.c: Likewise.
3672         * iconvdata/sjis.c: Likewise.
3673         * iconvdata/t.61.c: Likewise.
3674         * iconvdata/uhc.c: Likewise.
3675         * iconvdata/unicode.c: Likewise.
3676         * iconvdata/utf-16.c: Likewise.
3678         * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark
3679         __cmsg_data field with __extension__.
3681 2000-06-10  David Mosberger  <davidm@hpl.hp.com>
3683         * sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.
3685 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
3687         * iconv/gconv_simple.c: Fix various small bugs in several
3688         functions.
3690         * iconv/loop.c: Fix comment.
3692 2000-06-10  Jakub Jelinek  <jakub@redhat.com>
3694         * elf/link.h: Remove libc internal declarations.
3695         * include/link.h: Move them here.
3697 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
3699         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: New file.
3700         Patch by Dan Pop <Dan.Pop@cern.ch>.
3702         Rewrite error message handling.
3703         * elf/dl-deps.c (_dl_map_object_deps): Pass new parameter to
3704         _dl_catch_error.
3705         * elf/dl-error (struct catch): Add objname member.
3706         (_dl_signal_error): Take new parameter with object name.  When
3707         passing message on simply store object name and duplicate error
3708         message.
3709         (_dl_catch_error): Take new parameter.  Store object name in the
3710         place pointed to.
3711         * include/dlfcn.h: Adjust _dl_catch_error prototype.
3712         * sysdeps/generic/ldsodefs.h: Adjust _dl_signal_error prototype.
3713         * dlfcn/dlerror.c (struct dl_action_result): Add objname member.
3714         (dlerror): Add objname to asprintf() parameters.
3715         (_dl_error_run): Pass new parameter to _dl_catch_error.
3716         * elf/dl-libc.c (dlerror_run): Pass new parameter to _dl_catch_error.
3717         * elf/dl-open.c (_dl_open): Likewise.
3718         * elf/rtld.c (dl_main): Likewise.
3719         * elf/dl-close.c: Mark error messages with N_().
3720         * elf/dl-deps.c: Likewise.
3721         * elf/dl-error.c: Likewise.
3722         * elf/dl-load.c: Likewise.
3723         * elf/dl-open.c: Likewise.
3724         * elf/dl-reloc.c: Likewise.
3725         * elf/dl-support.c: Likewise.
3726         * elf/dl-sym.c: Likewise.
3727         * elf/dl-version.c: Likewise.
3728         * elf/dl-lookup.c: Add comments about problems with error message
3729         translations.
3730         * elf/dl-reloc.c: Likewise.
3731         * elf/dl-version.c: Likewise.
3733 2000-06-09  H.J. Lu  <hjl@gnu.org>
3735         * dlfcn/dlerror.c (_dlerror_run): Set result->errstring to NULL
3736         after freeing it.
3738         * dlfcn/Makefile (distribute): Add failtestmod.c.
3739         (tests): Add failtest.
3740         Add rules to build and run failtest.
3741         * dlfcn/failtest.c: New file.
3742         * dlfcn/failtestmod.c: New file.
3744 2000-06-09  David Mosberger-Tang  <davidm@hpl.hp.com>
3746         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: new file
3747         * sysdeps/unix/sysv/linux/ia64/bsd-_setjmp.S: new file
3748         * sysdeps/unix/sysv/linux/ia64/bsd-setjmp.S: new file
3749         * sysdeps/unix/sysv/linux/ia64/setjmp.S: new file
3750         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: new file
3752 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
3754         * sysdeps/unix/sysv/linux/ia64/brk.S: New file.
3755         * sysdeps/unix/sysv/linux/ia64/pipe.S: New file.
3757 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
3758             Ulrich Drepper  <drepper@redhat.com>
3760         * sysdeps/unix/sysv/linux/ia64/sigaction.c: New file.
3761         * sysdeps/unix/sysv/linux/ia64/sigpending.c: New file.
3762         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: New file.
3763         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: New file.
3764         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: New file.
3765         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: New file.
3767 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
3769         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Try harder
3770         to find correct mount point despite wrong information from the
3771         kernel.
3773 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
3775         * elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain
3776         the address of a symbol so function pointers are handled properly.
3778 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
3780         * sysdeps/i386/Dist: Add bp-asm.h.
3782         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
3783         defaultdir variable instead of "/var/shm" everywhere.
3784         (defaultdir): Change to /dev/shm/.
3786 2000-06-08  Greg McGary  <greg@mcgary.org>
3788         * sysdeps/i386/bp-asm.h: New file.
3789         * sysdeps/i386/__longjmp.S: Define & use symbolic argument stack
3790         offsets.  Add ENTER/LEAVE macros for optionally maintaining
3791         frame-pointer chain when debugging.
3792         * sysdeps/i386/add_n.S: Likewise.
3793         * sysdeps/i386/addmul_1.S: Likewise.
3794         * sysdeps/i386/lshift.S: Likewise.
3795         * sysdeps/i386/memchr.S: Likewise.
3796         * sysdeps/i386/memcmp.S: Likewise.
3797         * sysdeps/i386/mul_1.S: Likewise.
3798         * sysdeps/i386/rawmemchr.S: Likewise.
3799         * sysdeps/i386/rshift.S: Likewise.
3800         * sysdeps/i386/stpcpy.S: Likewise.
3801         * sysdeps/i386/stpncpy.S: Likewise.
3802         * sysdeps/i386/strchr.S: Likewise.
3803         * sysdeps/i386/strchrnul.S: Likewise.
3804         * sysdeps/i386/strcspn.S: Likewise.
3805         * sysdeps/i386/strpbrk.S: Likewise.
3806         * sysdeps/i386/strrchr.S: Likewise.
3807         * sysdeps/i386/strspn.S: Likewise.
3808         * sysdeps/i386/strtok.S: Likewise.
3809         * sysdeps/i386/sub_n.S: Likewise.
3810         * sysdeps/i386/submul_1.S: Likewise.
3811         * sysdeps/i386/elf/setjmp.S: Likewise.
3812         * sysdeps/i386/i486/strcat.S: Likewise.
3813         * sysdeps/i386/i486/strlen.S: Likewise.
3814         * sysdeps/i386/i586/add_n.S: Likewise.
3815         * sysdeps/i386/i586/lshift.S: Likewise.
3816         * sysdeps/i386/i586/memcpy.S: Likewise.
3817         * sysdeps/i386/i586/memset.S: Likewise.
3818         * sysdeps/i386/i586/rshift.S: Likewise.
3819         * sysdeps/i386/i586/strchr.S: Likewise.
3820         * sysdeps/i386/i586/strcpy.S: Likewise.
3821         * sysdeps/i386/i586/strlen.S: Likewise.
3822         * sysdeps/i386/i586/sub_n.S: Likewise.
3823         * sysdeps/i386/i686/add_n.S: Likewise.
3824         * sysdeps/i386/i686/memcpy.S: Likewise.
3825         * sysdeps/i386/i686/mempcpy.S: Likewise.
3826         * sysdeps/i386/i686/memset.S: Likewise.
3827         * sysdeps/i386/i686/strcmp.S: Likewise.
3829 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
3831         * sysdeps/unix/sysv/linux/getdtsz.c: New file.
3833         * sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as
3834         256 and don't use OPEN_MAX.
3836         * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and
3837         use it instead of LINK_MAX.
3838         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
3840 2000-06-08  Andreas Jaeger  <aj@suse.de>
3842         * libio/genops.c (_IO_list_lock): Only compile body if we're
3843         thread safe.
3844         (_IO_list_unlock): Likewise.
3845         (_IO_list_resetlock): Likewise.
3847 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
3849         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine OPEN_MAX
3850         unless user defined it.
3852         * sysdeps/unix/sysv/linux/bits/local_lim.h: Also undefine LINK_MAX
3853         if not defined by the user.
3855         * libio/iofwrite_u.c (fwrite_unlocked): Remove obsolete comment.
3856         * libio/iofwrite.c (_IO_fwrite): Likewise.
3858         * time/time.h: Add missing __THROW for clock_getcpuclockid
3859         prototype.
3861         * elf/Makefile (distribute): Add dl-dtprocnum.h.
3862         * include/elf.h: Include also <dl-dtprocnum.h>.
3863         * elf/dl-deps.c: Likewise.
3864         * elf/dl-lookup.c: Likewise.
3865         * elf/dl-runtime.c: Likewise.
3866         * elf/dl-version.c: Likewise.
3867         * elf/do-rel.h: Likewise.
3868         * elf/dynamic-link.h: Likewise.
3869         * elf/link.h: Likewise.
3870         * elf/rtld.c: Likewise.
3871         * sysdeps/generic/dl-dtprocnum.h: New file.
3872         * sysdeps/ia64/dl-dtprocnum.h: New file.
3873         * sysdeps/mips/dl-dtprocnum.h: New file.
3874         * sysdeps/sparc/dl-dtprocnum.h: New file.
3876         * sysdeps/i386/dl-machine.h: Add more __builtin_expect.
3878         * elf/do-lookup.h: Add some __builtin_expect.
3880         * dlfcn/dlfcn.h: Pretty print dladdr declaraction.
3882         * elf/rtld.c (process_envvars): Recognize LD_DYNAMIC_WEAK.
3883         (_dl_dynamic_weak): New variable.
3884         * elf/dl-support.c: Likewise.
3885         * sysdeps/generic/ldsodefs.h: Declare _dl_dynamic_weak.
3886         * elf/do-lookup.h: If we find a weak definition treat it like a
3887         normal symbol unless _dl_dynamic_weak is nonzero.  In the latter
3888         case treat it like before.
3890         * elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
3891         is in main program.
3892         * elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
3894         * elf/dl-addr.c (_dl_addr): Do exact testing of address range
3895         using l_map_start and l_map_end.
3897         * elf/dl-version.c: Add __builtin_expect in many places.
3899         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
3900         Update.
3902 2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>
3904         Lock for stdio stream list becomes global, for use in LinuxThreads.
3906         * libio/genops.c (_IO_iter_begin, _IO_iter_end,
3907         _IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
3908         _IO_list_resetlock): New interface for iterating global list of
3909         streams without accessing the _IO_list_all global variable,
3910         and for manipulating the lock which protects this list.
3911         * libio/libioP.h: Likewise.
3912         * libio/Version: Add entries for the new functions.
3914         * libio/libioP.h (_IO_ITER): New typedef, just an alias for
3915         pointer to _IO_FILE.
3917 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
3919         * locale/programs/ld-ctype.c (set_class_defaults): Several uses of
3920         BIT() must actually be BITw().
3922         * locale/programs/ld-ctype.c: Handle SP and space consistently.
3924         * locale/programs/charmap.c: Allow string arguments for
3925         code_set_name and repertoiremap.
3927 2000-06-07  Andreas Jaeger  <aj@suse.de>
3929         * elf/Makefile: Build ldconfig only when building shared libraries.
3931 2000-06-07  Jakub Jelinek  <jakub@redhat.com>
3933         * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
3934         __USE_ISOC99.
3935         (fdimf, __fdim, fdim): Likewise.
3937 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
3939         * locale/findlocale.c: Add __builtin_expect in many places.
3940         * locale/loadlocale.c: Likewise.
3942 2000-06-06  Greg McGary  <greg@mcgary.org>
3944         * sysdeps/mips/elf/start.S: Trim redundant code.
3946         * sysdeps/powerpc/memset.S: Define & use symbolic register names.
3947         Use C comments throughout.  Line up operands column with tabs.
3948         * sysdeps/powerpc/strchr.S: Likewise.
3949         * sysdeps/powerpc/strcmp.S: Likewise.
3950         * sysdeps/powerpc/strcpy.S: Likewise.
3951         * sysdeps/powerpc/strlen.S: Likewise.
3953         * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]:
3954         Get low part of &__curbrk with @l.
3956 2000-06-06  Ulrich Drepper  <drepper@redhat.com>
3958         * iconvdata/utf-16.c: Add __builtin_expect in many places.
3959         * iconvdata/unicode.c: Likewise.
3960         * iconvdata/uhc.c: Likewise.
3961         * iconvdata/t.61.c: Likewise.
3962         * iconvdata/sjis.c: Likewise.
3963         * iconvdata/johab.c: Likewise.
3964         * iconvdata/iso_6937.c: Likewise.
3965         * iconvdata/iso_6937-2.c: Likewise.
3966         * iconvdata/iso8859-1.c: Likewise.
3967         * iconvdata/iso646.c: Likewise.
3968         * iconvdata/iso-2022-kr.c: Likewise.
3969         * iconvdata/iso-2022-jp.c: Likewise.
3970         * iconvdata/iso-2022-cn.c: Likewise.
3971         * iconvdata/gbgbk.c: Likewise.
3972         * iconvdata/gbk.c: Likewise.
3973         * iconvdata/euc-kr.c: Likewise.
3974         * iconvdata/euc-jp.c: Likewise.
3975         * iconvdata/euc-cn.c: Likewise.
3977 2000-06-05  Ulrich Drepper  <drepper@redhat.com>
3979         * iconvdata/big5hkscs.c: Add __builtin_expect in many places.
3980         * iconvdata/big5.c: Likewise.
3981         * iconvdata/ansi_x3.110.c: Likewise.
3982         * iconvdata/8bit-generic.c: Likewise.
3983         * iconvdata/8bit-gap.c: Likewise.
3984         * iconv/loop.c: Likewise.
3985         * iconv/gconv_db.c: Likewise.
3986         * iconv/gconv_dl.c: Likewise.
3987         * iconv/gconv_simple.c: Likewise.
3988         * iconv/skeleton.c: Likewise.
3990         * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define.
3991         (struct __gconv_step_data): Rename __is_last to __flags.
3992         * iconv/gconv_close.c: Change all uses of __is_last.
3993         * iconv/skeleton.c: Likewise.
3994         * iconvdata/iso-2022-cn.c: Likewise.
3995         * iconvdata/iso-2022-jp.c: Likewise.
3996         * iconvdata/iso-2022-kr.c: Likewise.
3997         * iconv/gconv_open.c: Likewise.  Avoid unneeded initializations.
3998         Recognize IGNORE error handling, set flag, and remove from name.
3999         * iconv/loop.c (ignore_errors_p): Define.
4000         Add flags parameter to both functions.
4001         * iconv/skeleton.c: Pass flags to all conversion functions.
4002         * iconv/gconv_simple.c: Add flags parameter to all functions.
4003         Don't return error for invald error if ignore flag is set.
4004         (ucs4_internal_loop_single): Add missing pointer increment.
4005         (internal_ucs4le_loop_single): Likewise.
4006         * iconv/iconv_prog.c: Implement handling of -c parameter.
4007         * iconvdata/8bit-gap.c: Don't return error for invald error if
4008         ignore flag is set.
4009         * iconvdata/8bit-generic.c: Likewise.
4010         * iconvdata/ansi_x3.110.c: Likewise.
4011         * iconvdata/big5.c: Likewise.
4012         * iconvdata/big5hkscs.c: Likewise.
4013         * iconvdata/euc-cn.c: Likewise.
4014         * iconvdata/euc-jp.c: Likewise.
4015         * iconvdata/euc-kr.c: Likewise.
4016         * iconvdata/gbgbk.c: Likewise.
4017         * iconvdata/gbk.c: Likewise.
4018         * iconvdata/iso-2022-cn.c: Likewise.
4019         * iconvdata/iso-2022-jp.c: Likewise.
4020         * iconvdata/iso-2022-kr.c: Likewise.
4021         * iconvdata/iso646.c: Likewise.
4022         * iconvdata/iso8859-1.c: Likewise.
4023         * iconvdata/iso_6937-2.c: Likewise.
4024         * iconvdata/iso_6937.c: Likewise.
4025         * iconvdata/johab.c: Likewise.
4026         * iconvdata/sjis.c: Likewise.
4027         * iconvdata/t.61.c: Likewise.
4028         * iconvdata/uhc.c: Likewise.
4029         * iconvdata/unicode.c: Likewise.
4030         * iconvdata/utf-16.c: Likewise.
4031         * libio/fileops.c: Likewise.
4032         * libio/iofwide.c: Likewise.
4033         * wcsmbs/btowc.c: Likewise.
4034         * wcsmbs/mbrtowc.c: Likewise.
4035         * wcsmbs/mbsnrtowcs.c: Likewise.
4036         * wcsmbs/mbsrtowcs.c: Likewise.
4037         * wcsmbs/wcrtomb.c: Likewise.
4038         * wcsmbs/wcsnrtombs.c: Likewise.
4039         * wcsmbs/wcsrtombs.c: Likewise.
4040         * wcsmbs/wctob.c: Likewise.
4042         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Undo *s change in all cases of
4043         an error.
4045 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
4047         * iconv/gconv_dl.c (do_release_shlib): Don't reset reference
4048         counter for the object we are releasing, just decrement it.
4049         Patch by Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>.
4051 2000-06-04  Jakub Jelinek  <jakub@redhat.com>
4053         * sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh
4054         if -ffast-math.
4056 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
4058         * iconvdata/big5hkscs.c: New file.
4059         Modified from big5.c by Roger So <rogerso@sis.dhs.org>.
4061         * iconvdata/gconv-modules: Add entry for new module.
4062         * iconvdata/Makefile (modules): Add BIG5HKSCS.
4063         (distribute): Add big5hkscs.c.
4065 2000-06-01  Jakub Jelinek  <jakub@redhat.com>
4067         * libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all
4068         inlines to match prototypes in mathcalls.h.
4069         * libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise.
4070         * libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
4071         * libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
4072         * libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
4074 2000-06-03  Ulrich Drepper  <drepper@redhat.com>
4076         * elf/elf.h (SHT_SUNW_move): Define.
4078         * elf/elf.h: Add more Solaris compatiblity definitions.
4080 2000-06-03  Andreas Jaeger  <aj@suse.de>
4082         * sysdeps/powerpc/dl-start.S: Close open comment.
4084 2000-06-03  Jakub Jelinek  <jakub@redhat.com>
4086         * inet/Versions: Fix typo in rresvport_af export.
4088 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
4090         * math/tgmath.h: Pretty print.
4092 2000-06-02  Andreas Jaeger  <aj@suse.de>
4094         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo.
4095         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
4097 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
4099         * elf/rtld.c (process_envvars): Test for = after variable name.
4101 2000-06-01  Ulrich Drepper  <drepper@redhat.com>
4103         * sysdeps/generic/initfini.c (_init): One less relocation.  Don't
4104         have extra call to __gmon_start__, use the pointer we already have.
4106         * elf/elf.h (ELF64_R_INFO): Cast sym value to Elf64_Xword before
4107         shifting.
4109         * sysdeps/i386/elf/setjmp.S: Work around change is recent
4110         binutils.  gas now emits a jump through the PLT instead of a
4111         relative jump if the jump target is an exported symbol.
4113 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
4115         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Define AIX_CBAUD.
4117 2000-05-31  Andreas Jaeger  <aj@suse.de>
4119         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for
4120         gregset_t.
4122         * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache.
4123         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
4125         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of
4126         syscall.
4127         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
4129 2000-05-30  Ulrich Drepper  <drepper@redhat.com>
4131         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
4133         * locale/Versions [libc] (GLIBC_2.2): Add localeconv.
4134         * locale/localeconv.c: Make function versioned (with same definition).
4136         * elf/Makefile (modules-names): Strip before using it.
4138 2000-05-30  Andreas Jaeger  <aj@suse.de>
4140         * sysdeps/unix/sysv/linux/mips/truncate64.c: New file.
4141         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: New file.
4142         * sysdeps/unix/sysv/linux/mips/pread64.c: Readded file.
4143         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Readded file.
4144         * sysdeps/unix/sysv/linux/mips/pread.c: Readded file.
4145         * sysdeps/unix/sysv/linux/mips/pwrite.c: Readded file.
4147 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
4149         * Makefile: Add GNU make magic.
4151         * inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
4152         Removed.
4153         * inet/rcmd.c: Remove __P.  Remove unused variables.
4154         (iruserfopen): Make first parameter const.
4155         (ruserok_sa): Return result of ruserok2_sa.
4156         (__checkhost_sa): Correctly iterate through results of getaddrinfo.
4157         * inet/rexec.c: Remove unused variables.  Other small cleanups.
4158         * inet/ruserpass.c: Remove __P.  Remove unused variables.
4159         (ruserpass): Check results of memory allocation.
4160         * include/netdb.h: Add prototype for ruserpass.
4162 2000-05-29  Andreas Jaeger  <aj@suse.de>
4164         * elf/readlib.c (interpreters): Use LD_SO since this is supported
4165         for all platforms.
4167 2000-05-29  Jakub Jelinek  <jakub@redhat.com>
4169         * inet/rcmd.c (rresvport_af): Use correct port number.
4171 2000-05-26  Andreas Schwab  <schwab@suse.de>
4173         * Makeconfig ($(common-objpfx)soversions.mk): Prepend `$lib=' to
4174         entries in all-sonames.
4175         ($(common-objpfx)gnu/lib-names.h): Use it for the CPP symbol,
4176         preserving the old name if different for compatibility.
4178 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
4180         * posix/Makefile (tests): Add tst-spawn.
4181         (tst-spawn-ARGS): New variable.
4182         * posix/tst-spawn.c: New file.
4184         * posix/spawn_faction_addclose.c: Correctly account for new entry.
4185         * posix/spawn_faction_adddup2.c: Likewise.
4186         * posix/spawn_faction_addopen.c: Likewise.
4187         * posix/spawni.c: Correctly test for success of dup2 calls.
4189         * posix/tst-preadwrite.c: Check success of malloc call.
4191 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
4193         * posix/Makefile (tests): Add tst-exec.
4194         (tst-exec-ARGS): New variable.
4195         * posix/tst-exec.c: New file.
4197         * sysdeps/arm/atomicity.h (compare_and_swap): Return result.
4199 2000-05-04  Andreas Jaeger  <aj@suse.de>
4201         * string/string.h: Remove __strdup prototype, it's not needed in
4202         this file anymore.
4204 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
4206         * posix/Makefile (tests): Add tst-fork.
4207         * posix/tst-fork.c: New file.
4209         * resolv/inet_pton.c: Loose __P.
4211 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
4213         * libio/libioP.h (_IO_CHECK_WIDE): Define.
4214         * libio/iosetbuffer.c (_IO_setbuffer): Use it.
4215         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
4216         * libio/fileops.c (_IO_new_file_fopen): Return NULL if
4217         _IO_CHECK_WIDE fails.
4219 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
4221         * po/da.po: New file.
4223         * manual/arith.texi (Rounding Functions): Fix documentation of trunc.
4224         Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>.
4226         * manual/charset.texi (Extended Char Intro): Fix typo (and -> as).
4227         (Other iconv Implementations): Fix typo.
4228         Patch by Martin Pool <mbp@wistful.humbug.org.au>.
4230 2000-05-27  Andreas Jaeger  <aj@suse.de>
4232         * sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the
4233         normal version now.
4234         * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
4235         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
4236         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4237         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4238         * sysdeps/unix/sysv/linux/arm/pread.c: Likewise.
4239         * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
4241         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Check
4242         endianness to decide how to pass arguments.
4243         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
4245         * elf/vismain.c: Use test-skeleton interface.
4246         (TEST_FUNCTION): New macro.
4247         (do_test): Renamed from main.
4249 2000-05-27  Ulrich Drepper  <drepper@redhat.com>
4251         * sysdeps/posix/getaddrinfo.c (gaih_inet): If req->ai_family ==
4252         AF_UNSPEC don't allow the IPv6 lookup to return mapped IPv4 addresses.
4254         * nss/nss_files/files-hosts.c (LINE_PARSER): Simplify.  Correct
4255         handling of AI_V4MAPPED flag.
4257         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If lookup
4258         of IPv6 address failed and RES_USE_INET6 bit in _res.options is set,
4259         perform lookup for T_A type and tell getanswer_r to convert the
4260         result with new argument.
4261         (_nss_dns_gethostbyaddr_r): Pass zero as new argument to getanswer_r.
4262         Don't convert addresses from IPv4 to IPv6 here.
4263         (getanswer_r): Take new parameter indicating if mapping from IPv4 to
4264         IPv6 is wanted.  Allow qtype and type from reply to disagree if
4265         IPv4 mapping has to be done.  Perform mappings if required by the
4266         caller and not if RES_USE_INET6 bit in _res.options is set.
4267         Add several __builtin_expect.
4269 2000-05-26  Ulrich Drepper  <drepper@redhat.com>
4271         * catgets/open_catalog.c (__open_catalog): Add a few __builtin_expect.
4273         * elf/dl-load.c (_dl_map_object): Don't ignore RPATHs if loader ==
4274         NULL.
4276         * posix/tst-preadwrite.c: Allow parallel execution of
4277         tst-preadwrite and tst-preadwrite64.
4279         * posix/Makefile (tests): Add tst-truncate and tst-truncate64.
4280         * posix/tst-truncate.c: New file.
4281         * posix/tst-truncate64.c: New file.
4283         * sysdeps/unix/sysv/linux/pread64.c: The little/big endian code
4284         was switched.
4286         * posix/Makefile (tests): Add tst-preadwrite64.
4287         * posix/tst-preadwrite.c: Alloc file being used also for testing
4288         pread64 and pwrite64.
4289         * posix/tst-preadwrite64.c: New file.
4291 2000-05-26  Andreas Jaeger  <aj@suse.de>
4293         * sysdeps/unix/sysv/linux/ftruncate64.c (ftruncate64): Make order
4294         of arguments dependend on endianness.
4295         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
4297         * sysdeps/unix/sysv/linux/i386/pread64.c: Removed, we can use the
4298         normal version now.
4299         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
4300         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
4301         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4302         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
4304         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Check
4305         endianness to check how to pass argument.
4306         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
4308         * elf/ldconfig.h: Update parameter list for process_elf_file.
4310         * sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file):
4311         Add parameter file_length and pass it ot process_elf*file.
4313         * sysdeps/generic/readelflib.c (check_ptr): New.
4314         (process_elf_file): Use check_ptr to check all accesses to the
4315         mmapped file. Add parameter file_length.
4317         * elf/readlib.c (known_libs): Use <gnu/lib-names.h> to specify
4318         library names.
4320         * sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.
4321         Closes PR libc/1573, reported by Bradley White
4322         <bww@laurelnetworks.com>.
4324 2000-05-25  Ulrich Drepper  <drepper@redhat.com>
4326         * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
4327         __FAST_MATH__ is defined.
4329 2000-05-22  Andreas Jaeger  <aj@suse.de>
4331         * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
4332         CFLAGS-test-idouble.c, CFLAGS-test-ildoubl.c.
4334         * manual/math.texi (FP Function Optimizations): Document gcc
4335         -ffast-math behaviour with mathinlines.
4337         * sysdeps/i386/fpu/bits/mathinline.h: Only use save inline
4338         functions unless -ffast-math is given to gcc.
4340 2000-05-23  Jakub Jelinek  <jakub@redhat.com>
4342         * sysdeps/i386/fpu/bits/mathinline.h (__sincos, __sincosf,
4343         __sincosl): Guard with __USE_GNU.
4345 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
4347         * csu/Makefile (routines): Add check_fds.
4348         * elf/rtld.c (dl_main): Call __libc_check_standard_fds for SUID
4349         binaries.  Add various __builtin_expect.
4350         * sysdeps/generic/libc-start.c: Move check_fds and helper functions...
4351         * sysdeps/generic/check_fds.c: ...here.  New file.
4353         * malloc/malloc.c (ptmalloc_init): Only enable debugging for SUID
4354         binaries if file /etc/suid-debug is available.
4356         * locale/programs/ld-collate.c (struct element_t): Add mbseqorder
4357         and wcseqorder members.
4358         (struct locale_collate_t): Likewise.
4359         (collate_finish): Assign collation sequence value to each character.
4360         Create tables for output.
4361         (collate_output): Write out tables with collation sequence information.
4362         * locale/C-collate.c: Provide C locale data for collation sequence
4363         table.
4364         * locale/langinfo.h: Add _NL_COLLATE_COLLSEQMB and
4365         _NL_COLLATE_COLLSEQWC.
4366         * locale/categories.def: Add entries for _NL_COLLATE_COLLSEQMB and
4367         _NL_COLLATE_COLLSEQWC.
4368         * posix/fnmatch.c: Define SUFFIX and WIDE_CHAR_VERSION before
4369         include fnmatch_loop.c.
4370         * posix/fnmatch_loop.c: Don't use strcoll while determining whether
4371         character is matched by range expression.  Use collation sequence
4372         table.  Outside glibc fall back on simple character value comparison.
4374 2000-05-24  Andreas Jaeger  <aj@suse.de>
4376         * sysdeps/mips/elf/start.S (ENTRY_POINT): Align stack for double
4377         words.
4379         * intl/Makefile: Run gettext-test only if msgfmt is available.
4381         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_LDT_WORKS):
4382         Define it for newer kernels.
4384 2000-05-23  Ulrich Drepper  <drepper@redhat.com>
4386         * elf/dl-sym.c: Minor cleanups.
4388         * configure.in: Add test for .protected.
4389         * config.make.in: Add have-protected variable.
4390         * elf/Makefile (tests): Add $(tests-vis-$(have-protected)).
4391         (tests-vis-yes): Add vismain.
4392         (modules-names): Add $(modules-vis-$(have-protected)).
4393         (modules-vis-yes): Add vismod1, vismod2, and vismod3.
4394         Add rules to generate and run vismain.
4395         * elf/vismain.c: New file.
4396         * elf/vismod1.c: New file.
4397         * elf/vismod2.c: New file.
4398         * elf/vismod3.c: New file.
4400 2000-05-23  Andreas Jaeger  <aj@suse.de>
4402         * stdio-common/tfformat.c (sprint_doubles): Add testcase for %a.
4404         * manual/search.texi (Array Sort Function): Document that qsort is
4405         not necessarily in-place.
4407         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
4408         Closes PR libc/1731.
4410         * csu/munch-tmpl.c (__libc_init): Remove K&R support.
4411         * dirent/scandir64.c: Likewise.
4412         * pwd/getpw.c: Likewise.
4413         * stdlib/bsearch.c (bsearch): Likewise.
4414         * stdlib/tst-strtoll.c: Likewise.
4415         * localedata/collate-test.c: Likewise.
4416         * localedata/xfrm-test.c: Likewise.
4417         * posix/bsd-getpgrp.c: Likewise.
4418         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
4419         * sysdeps/generic/bits/siginfo.h: Likewise.
4420         * sysdeps/generic/bits/sockaddr.h: Likewise.
4421         * sysdeps/generic/sys/swap.h: Likewise.
4422         * sysdeps/generic/sys/sysinfo.h: Likewise.
4423         * sysdeps/generic/vfork.c: Likewise.
4424         * sysdeps/m68k/fpu/switch/68881-sw.h: Likewise.
4425         * sysdeps/mach/hurd/fdopen.c: Likewise.
4426         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
4427         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4428         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4429         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4430         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
4431         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
4432         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
4434         * misc/tst-dirname.c: Remove K&R support, use ANSI C prototypes.
4435         * shadow/lckpwdf.c: Likewise.
4436         * stdlib/tst-strtol.c: Likewise.
4437         * sysdeps/generic/tcsetattr.c: Likewise.
4438         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
4439         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
4441 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
4443         * elf/dl-load.c (_dl_init_paths): If env_path_list has 0 elements,
4444         free it and set to (void *) -1.
4446 2000-05-22  Jakub Jelinek <jakub@redhat.com>
4448         * stdio-common/vfscanf.c (__vfscanf): Remove bogus check if '-' is
4449         not the second character in the range.
4450         * stdio-common/tstscanf.c (main): Add testcase for the above.
4451         Reported by jik@kamens.brookline.ma.us.
4453 2000-05-21  H.J. Lu  <hjl@gnu.org>
4455         * elf/do-lookup.h (do_lookup_versioned): Replace reloc_type parameter
4456         with noexec and noplt parameter.
4457         (do_lookup): Likewise.
4459         * elf/dl-lookup.c (_dl_lookup_symbol): Change for new parameters of
4460         do_lookup.  Support STV_PROTECTED.
4461         (_dl_lookup_symbol_skip): Likewise.
4462         (_dl_lookup_versioned_symbol): Likewise.
4463         (_dl_lookup_versioned_symbol_skip): Likewise.
4465         * elf/dl-reloc.c (RESOLVE): Check STB_LOCAL instead of ST_VISIBILITY.
4467         * elf/dl-runtime.c (profile_fixup): Fix a typo in comment.
4469 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
4471         * sysdeps/arm/bits/huge_val.h: Prereq gcc 2.96+, not 2.95.
4472         * sysdeps/i386/bits/huge_val.h: Likewise.
4473         * sysdeps/ieee754/bits/huge_val.h: Likewise.
4474         * sysdeps/m68k/bits/huge_val.h: Likewise.
4475         * sysdeps/sparc/sparc32/bits/huge_val.h: Likewise.
4476         * sysdeps/sparc/sparc64/bits/huge_val.h: Likewise.
4478 2000-05-22  Andreas Jaeger  <aj@suse.de>
4480         * iconv/tst-iconv1.c (main): Remove const from inbuf to follow
4481         change in iconv.h.
4483 2000-05-19  Andreas Jaeger  <aj@suse.de>
4485         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
4486         (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which
4487         breaks compilation without linuxthreads.
4489 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
4491         * sysdeps/ia64/memccpy.S: New file.
4492         * sysdeps/ia64/memchr.S: New file.
4493         * sysdeps/ia64/memcmp.S: New file.
4494         * sysdeps/ia64/memcpy.S: New file.
4495         * sysdeps/ia64/memmove.S: New file.
4496         * sysdeps/ia64/memset.S: New file.
4497         * sysdeps/ia64/strcat.S: New file.
4498         * sysdeps/ia64/strchr.S: New file.
4499         * sysdeps/ia64/strcmp.S: New file.
4500         * sysdeps/ia64/strcpy.S: New file.
4501         * sysdeps/ia64/strlen.S: New file.
4502         * sysdeps/ia64/strncmp.S: New file.
4503         * sysdeps/ia64/strncpy.S: New file.
4504         * sysdeps/ia64/softpipe.h: New file.
4505         Patches by Dan Pop <Dan.Pop@cern.ch>.
4507         * manual/memory.texi: Document memory handling functions (mlock,
4508         munlock, mlockall, munlockall, brk, and sbrk)
4509         * manual/time.texi: Document timespec and friends.
4510         * manual/conf.texi: Fix references.
4511         * manual/ctype.texi: Likewise.
4512         * manual/errno.texi: Likewise.
4513         * manual/intro.texi: Likewise.
4514         * manual/locale.texi: Likewise.
4515         * manual/sysinfo.texi: Likewise.
4516         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
4518 2000-05-09  Jes Sorensen  <jes@linuxcare.com>
4520         * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to...
4521         * sysdeps/ia64/dl-lookupcfg.h: ...here.
4523 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
4525         * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
4526         dxfer_direction.
4528 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
4530         * locale/locale.h (struct lconv): Add new elements from ISO C99.
4531         * locale/localeconv.c: Initialize new elements from ISO C99.
4532         * locale/langinfo.h: Remove _NL_MONETARY prefix from descriptors for
4533         new standard elements.
4534         * locale/categories.def: Adjust accordingly.
4536         * iconv/iconv.h (iconv): Remove const from inbuf parameter.
4537         * iconv/iconv.c: Likewise.
4538         * conform/data/iconv.h-data: Likewise.
4539         * iconv/iconv_prog.c (process_block): Remove const from second
4540         parameter.
4541         (main): Remove const from addr definition.
4542         * manual/charset.texi (Generic Conversion Interface): Remove from
4543         inbuf parameter of iconv.
4545         * intl/dcigettext.c: Fix typo in comment.
4547 2000-05-20 2000  H.J. Lu  <hjl@gnu.org>
4549         * resolv/res_libc.c (_res): Initialize _sock to -1.
4551 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
4553         * libio/iofopncook.c (_IO_fopencookie): Renamed from fopencookie.
4554         (fopencookie@@GLIBC_2.2): New.
4555         (_IO_old_cookie_seek, _IO_old_fopencookie, _IO_old_cookie_jumps): New.
4556         (fopencookie@GLIBC_2.0): New.
4557         * libio/Versions: Add fopencookie to GLIBC_2.2.
4559 2000-05-18  Andreas Jaeger  <aj@suse.de>
4561         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
4562         Closes PR libc/1731.
4564         * manual/arith.texi (Parsing of Integers): Fix typo.
4565         Closes PR libc/1744, reported by blp@gnu.org.
4567 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
4569         * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add
4570         __extension__ to hexadecimal floating constant notation.
4571         * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
4572         Likewise.
4573         * sysdeps/ieee754/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Likewise.
4574         * sysdeps/m68k/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
4575         Likewise.
4576         * sysdeps/sparc/sparc64/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
4577         HUGE_VALL): Likewise.
4578         * sysdeps/sparc/sparc32/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
4579         HUGE_VALL): Likewise.
4580         (HUGE_VALL): Set to HUGE_VAL on sparc32.
4582 2000-05-17  Andreas Jaeger  <aj@suse.de>
4584         * string/envz.h: Add pure attributes if possible.
4586         * string/argz.h: argz_count is a pure function.
4588         * string/strings.h: Add pure and const attributes if possible.
4590         * sysdeps/generic/memmem.c (memmem): Check arguments to avoid
4591         possibly searching through the whole memory.
4592         Closes PR libc/1730, reported by Greg Hudson <ghudson@mit.edu>.
4594 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
4596         * sysdeps/generic/dl-cache.h (_DL_CACHE_DEFAULT_ID): Only define if
4597         not yet defined.
4598         (_dl_cache_check_flags): Likewise.
4599         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: include_next
4600         dl-cache.h.
4602 2000-05-17  Andreas Jaeger  <aj@suse.de>
4604         * manual/creature.texi (Feature Test Macros): Remove paragraph
4605         since the description is wrong.
4606         Closes PR libc/1691, reported by Geoff Clare <gwc@unisoft.com>.
4608         * scripts/config.sub: New version.
4609         * scripts/config.guess: Likewise.
4610         * manual/texinfo.tex: Likewise.
4612         * time/test_time.args: Removed.
4613         * time/Makefile (test_time-ARGS): Added contents here instead.
4615         * posix/tstgetopt.args: Removed.
4616         * posix/Makefile (tstgetopt-ARGS): Added contents here instead.
4618         * Rules: Allow arguments for test files to be specified in
4619         Makefile with testname-ARGS; remove rules with .args in it.
4621         * dirent/Makefile (opendir-tst1-ARGS): Use this for opendir-tst1,
4622         remove old bogus rule for opendir-tst1.args.
4624         * stdlib/test-canon.c: Rewrite to use test-skeleton.c.
4626         * stdlib/Makefile (test-canon-ARGS): New, supply argument to chdir
4627         into objdir.  This allows a readonly sourcetree.
4628         Reported by lrgallardo@yahoo.com, closes PR libc/1421.
4630 2000-05-16  Andreas Jaeger  <aj@suse.de>,
4631             David Huggins-Daines <dhd@linuxcare.com>
4633         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set
4634         cache_data in case of only new cache format correctly.
4636         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Align struct
4637         cache_file_new.
4639         * sysdeps/generic/dl-cache.h (ALIGN_CACHE): New macro to align
4640         struct cache_file_new.
4642         * elf/cache.c (save_cache): Fix str_offset if only new cache is
4643         present.
4645         * elf/cache.c (save_cache): Align struct new_file_cache.
4646         (print_cache): Likewise.
4648 2000-05-13  Jakub Jelinek  <jakub@redhat.com>
4650         * elf/soinit.c (__libc_global_ctors): Move
4651         __pthread_initialize_minimal call out of HAVE_DWARF2_* defines.
4652         * resolv/resolv.h (__res_state): Added __attribute__((const)).
4653         (_res): If __RES_PTHREAD_INTERNAL is defined, declare it as
4654         variable, don't define it to __res_state call.
4656 2000-05-13  Andreas Jaeger  <aj@suse.de>
4658         * sysdeps/unix/sysv/linux/bits/socket.h (PF_PPPOX): New, from
4659         Linux 2.3.99pre7.
4660         (AF_PPPOX): Likewise.
4661         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_PPPOX): Likewise.
4662         (AF_PPPOX): Likewise.
4664 2000-05-12  Andreas Jaeger  <aj@suse.de>
4666         * inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices.
4667         Reported by tmoestl@gmx.net, closes PR libc/1732.
4669 2000-05-11  Jan Hubicka  <jh@suse.cz>
4671         * misc/sys/cdefs.h: Add support for pure attribute.
4673         * include/string.h: Add __attribute_pure__ to various functions.
4674         * string/string.h: Likewise.
4676 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
4678         * elf/dl-reloc.c (_dl_reloc_bad_type): Sync messages with plt
4679         argument.
4680         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
4681         R_SPARC_UA64.
4682         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: New file.
4684 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
4686         * elf/dl-reloc.c (_dl_reloc_bad_type): Write type into the message
4687         at proper place.  Compute the high nibble correctly.
4689 2000-05-09  Jakub Jelinek  <jakub@redhat.com>
4691         * elf/ldconfig.c: Include elf.h.
4693         * elf/dl-sym.c (_dl_sym): Test ref not result for non-zero.
4694         (_dl_vsym): Likewise.
4695         Reported by Owen Taylor <otaylor@redhat.com>.
4697         * elf/dl-deps.c (_dl_map_object_deps): Zero terminate L->l_initfini
4698         always.
4700 2000-05-08  Andreas Jaeger  <aj@suse.de>
4702         * include/libintl.h: Add prototype for __bind_textdomain_codeset.
4704         * intl/bindtextdom.c (set_binding_values): Add prototype.
4706 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
4708         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Fix arguments in
4709         call to elf_machine_fixup_plt.
4710         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
4711         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
4713 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
4715         * elf/dl-fini.c (_dl_fini): Bump l_opencount of all objects so that
4716         they are not dlclose'd from underneath us.
4718 2000-05-08  Andreas Schwab  <schwab@suse.de>
4720         * posix/execle.c: Fix size parameter of memcpy.
4722 2000-05-08  Andreas Schwab  <schwab@suse.de>
4724         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: New file.  Use
4725         getpagesize syscall if available.
4727 2000-05-08  Andreas Jaeger  <aj@suse.de>
4729         * sysdeps/generic/lockf64.c (lockf64): Return -1 for overflow and
4730         set errno.
4732 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
4734         * elf/dl-lookup.c (add_dependency): Reallocate l_reldeps in
4735         sizeof(struct link_map *) chunks, not in bytes.
4737 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
4739         * locale/Makefile (locale-CPPFLAGS): Renamed from CPPFLAGS.  It's
4740         only needed for locale.
4741         * catgets/Makefile (catgets-CPPFLAGS): Renamed from CPPFLAGS.
4742         It's only needed for catgets.
4743         Patches by Greg McGary <gkm@eng.ascend.com>.
4745 2000-05-07  Mark Kettenis  <kettenis@gnu.org>
4747         * nss/nss_db/db-open.c: Cleanup and add comments.  Pretty print.
4748         Remove duplicate <errno.h> include.  Remove inclusion of
4749         <libintl.h> and "nsswitch.h".
4750         (set_cloexec_flag): New function, broken out of dbopen.
4751         (dbopen): Changed return type to `enum
4752         nss_status'.  Mostly rewritten to make sure that we do not report
4753         NSS_STATUS_SUCCESS if something went wrong.  Remove unnecessary casts.
4754         (internal_setent): Change return type to nss_status.
4755         Document, and make sure that the function
4756         behaves accordingly.  Make dynamically loading the database
4757         library really thread-safe and return NSS_STATUS_UNAVAIL if it
4758         failed.
4759         (db_cursor): Return ENOMEM is memory allocation failed.  Remove
4760         unecessary casts.
4761         * nss/nss_db/dummy-db.h: Add copyright notice.  Improve
4762         documentation.
4763         (struct dbc24, struct dbc27): Use DBT type in parameter lists for
4764         c_get function member.
4765         * nss/nss_db/nss_db.h: Add and tweak some comments.
4766         (DBT): Move typedef before NSS_DBC typedef.
4767         (NSS_DBC, NSS_DB): Use DBT in function member parameter lists.
4769 2000-05-07  H.J. Lu  <hjl@gnu.org>
4771         * csu/initfini.c: Moved to ....
4772         * sysdeps/generic/initfini.c: ...here.
4774         * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs).
4776 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
4778         * manual/resource.texi: Document POSIX scheduling functions.
4779         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
4781         * inet/rcmd.c (rcmd_af): errno is not set if read returns without
4782         reading anything.  Reported by Andries.Brouwer@cwi.nl.
4784         * sysdeps/generic/memccpy.c (__memccpy): Don't use reg_char type
4785         for x since promotion in comparison might leads to unexpected
4786         results.  Reported by Dan Pop <Dan.Pop@cern.ch>.
4788         * iconv/Makefile (tests): Add tst-iconv1.
4789         * iconv/tst-iconv1.c: New file.
4790         * iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
4791         empty input buffer over full output buffer.
4792         (ucs4_internal_loop): Likewise.
4793         (ucs4_internal_loop_unaligned): Likewise.
4794         (internal_ucs4le_loop): Likewise.
4795         (internal_ucs4le_loop_unaligned): Likewise.
4796         (ucs4le_internal_loop): Likewise.
4797         (ucs4le_internal_loop_unaligned): Likewise.
4798         Reported by yaoz@nih.gov.
4800 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
4802         * iconv/gconv_open.c (__gconv_open): If __gconv_find_transform
4803         returned != __GCONV_OK, there is nothing to clean up.
4805 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
4807         * intl/tst-gettext.c (main): Disable possibly existing LC_CTYPE and
4808         OUTPUT_CHARSET environment variables.
4810 2000-05-06  Andreas Jaeger  <aj@suse.de>
4812         * sysdeps/generic/dl-cache.h (struct file_entry_new): New.
4813         (struct cache_file_new): New.
4814         (struct file_entry): New (moved from cache.c).
4815         (struct cache_file): New (moved from cache.c).
4817         * sysdeps/generic/dl-cache.c (SEARCH_CACHE): New macro, broken out
4818         from _dl_load_cache_lookup.
4819         (_dl_load_cache_lookup): Move search to SEARCH_CACHE macro, handle
4820         the different cache formats.
4821         New variable cache_new for new format.
4823         * elf/ldconfig.h: Change according to changes in cache.c and
4824         ldconfig.c; remove cache_libcmp; add opt_format.
4826         * elf/ldconfig.c: Include "dl-cache.h" and "dl-procinfo.h"; remove
4827         stuff that's defined in those headers.
4828         Add hwcap to struct lib_entry.
4829         (opt_format): New variable to select cache format.
4830         (options): Add format parameter.
4831         (is_hwcap): New function.
4832         (path_hwcap): New function.
4833         (parse_opt): Handle new format parameter.
4834         (search_dir): Handle hwcap, search also subdirectories with hwcap.
4836         * elf/cache.c (_GNU_SOURCE): Removed.  Not needed anymore since
4837         ldconfig is part of glibc.
4838         Include dl-cache.h and remove stuff that's defined there.
4839         (struct cache_entry): Add new member hwcap.
4840         (print_entry): Print hwcap, cleanup a bit.
4841         (print_cache): Print new and old formats.
4842         (compare): Use _dl_cache_libcmp from dl-cache.h; handle hwcap.
4843         (save_cache): Save new and old formats.
4844         (add_to_cache): Handle hwcap.
4846         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Moved from here...
4847         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): ...to here.
4848         * sysdeps/generic/dl-cache.c (LD_SO_CACHE): Moved from here...
4849         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): ...to here.
4850         * sysdeps/generic/dl-cache.c (CACHEMAGIC): Moved from here...
4851         * sysdeps/generic/dl-cache.h (CACHEMAGIC): ...to here.
4853 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
4855         * intl/dcigettext.c (alignof): New macro.
4856         (_nl_find_msg): Use it instead of __alignof__. Pass correct output
4857         buffer length to __gconv/iconv. If malloc (freemem_size) fails, set
4858         freemem_size to 0.
4860 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
4862         * intl/dcigettext.c (dcigettext): Fix interpretation of tsearch
4863         return value.
4865 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
4867         * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
4868         (mempcpy): Correct typo is parameter list.
4870 2000-05-06  Andreas Jaeger  <aj@suse.de>
4872         * sysdeps/i386/fpu/bits/mathinline.h: Disable some inline
4873         functions unless -ffast-math is given to gcc.
4875 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
4877         * po/ko.po: Update from translation team.
4879 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
4881         * sysdeps/unix/sysv/aix/linux/errnoconv.c: Moved to...
4882         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: ...here.
4883         * sysdeps/unix/sysv/aix/linux/statconv.c: Moved to...
4884         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: ...here.
4885         * sysdeps/unix/sysv/aix/linux/direntconv.c: Moved to...
4886         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: ...here.
4888         * sysdeps/unix/sysv/aix/linux/linux-errno.h: Removed.
4889         * sysdeps/unix/sysv/aix/linux/linux-stat.h: Removed
4890         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: Removed.
4892         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: New file.
4893         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: New file.
4894         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: New file.
4895         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: New file.
4897         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: New file.
4898         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: New file.
4900 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
4902         * sysdeps/unix/sysv/linux/ia64/sysdep.h: New file.
4903         * sysdeps/unix/sysv/linux/ia64/syscall.S: New file.
4905         * sysdeps/unix/sysv/linux/ia64/bits/types.h: New file.
4906         * sysdeps/unix/sysv/linux/ia64/bits/endian.h: New file.
4908         * sysdeps/ia64/Implies: New file.
4909         * sysdeps/ia64/Versions: New file.  Declare _dl_symbol_address.
4910         * sysdeps/ia64/Makefile: New file.
4911         * sysdeps/ia64/gmp-mparam.h: New file,
4913         * sysdeps/ia64/elf/start.S: New file.
4915         * sysdeps/ia64/bits/fenv.h: New file.
4917 2000-05-05  David Mosberger-Tang  <davidm@hpl.hp.com>
4919         * sysdeps/unix/sysv/linux/ia64/sysdep.S: New file.
4921 2000-04-26  Jes Sorensen  <Jes.Sorensen@cern.ch>
4923         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: New file.  The
4924         ia64 has 64 bit .hash entries just as the Alpha.
4926 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
4928         * sysdeps/ia64/memprof.h: New file.  Provide GETSP() macro.
4930 2000-04-17  Jes Sorensen  <Jes.Sorensen@cern.ch>
4932         * sysdeps/ia64/fpu/fclrexcpt.c: New file.
4933         * sysdeps/ia64/fpu/fedisblxcpt.c: New file.
4934         * sysdeps/ia64/fpu/feenablxcpt.c: New file.
4935         * sysdeps/ia64/fpu/fegetenv.c: New file.
4936         * sysdeps/ia64/fpu/fegetexcept.c: New file.
4937         * sysdeps/ia64/fpu/fegetround.c: New file.
4938         * sysdeps/ia64/fpu/feholdexcpt.c: New file.
4939         * sysdeps/ia64/fpu/fesetenv.c: New file.
4940         * sysdeps/ia64/fpu/fesetround.c: New file.
4941         * sysdeps/ia64/fpu/feupdateenv.c: New file.
4942         * sysdeps/ia64/fpu/fgetexcptflg.c: New file.
4943         * sysdeps/ia64/fpu/fraiseexcpt.c: New file.
4944         * sysdeps/ia64/fpu/fsetexcptflg.c: New file.
4945         * sysdeps/ia64/fpu/ftestexcept.c: New file.
4947 2000-05-05  Andreas Jaeger  <aj@suse.de>
4949         * misc/tst-tsearch.c (main): Correct type for initstate argument.
4951         * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
4952         (_dl_string_hwcap): New, does nothing.
4954         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): New.
4955         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
4956         (_dl_string_hwcap): New function, converts from string to hwcap
4957         encoding.
4958         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
4959         (_DL_HWCAP_COUNT): New.
4960         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
4961         (_dl_string_hwcap): New function, converts from string to hwcap
4962         encoding.
4963         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h
4964         (_DL_HWCAP_COUNT): New.
4965         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
4966         (_dl_string_hwcap): New function, converts from string to hwcap
4967         encoding.
4969 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
4971         * elf/Makefile (distribute): Add dl-lookupcfg.h.
4972         * sysdeps/ia64/Dist: New file.
4974         * elf/dl-load.c (_dl_map_object_from_fd): Little of computation of
4975         parameter to mprotect and for variable assignments.
4977 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
4979         * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Check the
4980         validity of map before dereferencing it.
4982         * elf/dl-reloc.c (RESOLVE_MAP): Define.
4984 2000-05-02  Jes Sorensen  <jes@linuxcare.com>
4986         * elf/dl-runtime.c (fixup): Add the value returned in the symbol
4987         lookup to the arguments to elf_machine_fixup_plt().
4989         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add Link_map
4990         of the symbol being resolved to input argument list and make the
4991         function return the pointer to the reloc.
4993         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): Change
4994         return valuie to lookup_t and return the value.
4995         * sysdeps/arm/dl-machine.h (elf_machine_fixup_plt): Likewise.
4996         * sysdeps/generic/dl-machine.h (elf_machine_fixup_plt): Likewise.
4997         * sysdeps/i386/dl-machine.h (elf_machine_fixup_plt): Likewise.
4998         * sysdeps/m68k/dl-machine.h (elf_machine_fixup_plt): Likewise.
4999         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_fixup_plt): Likewise.
5000         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Likewise.
5002         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Likewise.
5003         Make it an inline function returning value after calling
5004         __elf_machine_fixup_plt().
5006         * elf/dl-sym.c (_dl_vsym): Use DL_SYMBOL_ADDRESS() to obtain the
5007         symbol address.
5009         * elf/dl-symbol.c (_dl_symbol_value): Use LOOKUP_VALUE_ADDRESS to
5010         obtain the symbol address.
5012         * sysdeps/generic/ldsodefs.h: Add generic DL_SYMBOL_ADDRESS() macro
5013         depending on the definition of ELF_FUNCTION_PTR_IS_SPECIAL.
5015         * sysdeps/ia64/dl-machine.h: Add DL_SYMBOL_ADDRESS() macro calling
5016         _dl_symbol_address() - this way DL_SYMBOL_ADDRESS() turns into an
5017         inline on non ia64.
5019 2000-04-28  Jes Sorensen  <jes@linuxcare.com>
5021         * elf/dl-runtime.c (fixup): Use the portable macros to get the
5022         symbol address of an object.
5024         * elf/dl-runtime.c (fixup-profile): Use the portable macros to get
5025         the symbol address of an object.
5027         * elf/dl-libc.c (struct do_dlsym_args): Change loadbase to a lookup_t.
5028         * elf/dl-lookup.c (_dl_lookup_symbol): Likewise.
5029         (_dl_lookup_symbol_skip): Likewise.
5030         (_dl_lookup_versioned_symbol): Likewise.
5031         (_dl_lookup_versioned_symbol_skip): Likewise.
5033 2000-04-27  Jes Sorensen  <jes@linuxcare.com>
5035         * elf/rtld.c (_dl_start): Get the function pointer return address
5036         via _dl_start_address for architectures that need a function
5037         pointer descriptor rather than just a pointer (ia64).
5039         * sysdeps/generic/dl-lookupcfg.h: New file.
5040         * sysdeps/ia64/dl-lookupcfg.h: New file.
5041         * sysdeps/ia64/dl-machine.h: New file.
5042         * sysdeps/ia64/dl-symaddr.c: New file.
5043         * sysdeps/ia64/dl-fptr.c: New file.
5045         * elf/elf.h: Add IA-64 specific definitions.
5047 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
5049         * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
5050         end of enum.
5052 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
5054         * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
5055         happy.
5057 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
5059         * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
5060         symbol.  Call _dl_init rather than the old way.
5062 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
5064         * elf/dl-open.c (dl_open_worker): Use l_map_start and l_map_end to
5065         test for pointer in range of DSO address space.
5067 2000-05-04  Andreas Jaeger  <aj@suse.de>
5069         * nscd/pwdcache.c (addpwbyname): Initialize oldeuid to silence GCC.
5071 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
5073         * locale/findlocale.c (_nl_find_locale): Add new parameter to
5074         calls of _nl_make_l10nflist.
5076         * libio/stdio.h: Make fseeko and ftello prototypes available is
5077         __USE_LARGEFILE.  Patch by Paul Eggert <eggert@twinsun.com>.
5079         * sysdeps/generic/dl-environ.c (unsetenv): Follow change to the
5080         real unsetenv implementation from 1999-07-29 [PR libc/1714].
5082 2000-05-03  Bruno Haible  <haible@clisp.cons.org>
5084         * intl/dcigettext.c (dcigettext): Do the defaulting of 'domainname'
5085         before calling tfind.
5087 2000-03-05  Jakub Jelinek  <jakub@redhat.com>
5089         * resolv/resolv.h (res_querydomain): Remove redefinition to
5090         __res_querydomain (reported by Owen Taylor <otaylor@redhat.com>).
5092 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
5094         * po/gl.po: Update from translation team.
5096         * manual/intro.texi (Program Basics): Change section title.
5097         * manual/process.texi: Fix reference.
5098         (Executing a File): Add reference exec in other section.
5099         * manual/signal.texi: Fix reference.
5100         * manual/startup.texi: Document syscall function.
5101         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
5103 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
5105         * intl/libintl.h (bind_textdomain_codeset): New declaration.
5106         * intl/bindtextdom.c (set_binding_values): New function.
5107         (bindtextdomain): Call it.
5108         (bind_textdomain_codeset): New function.
5109         * intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain.
5110         (free_mem): Free each binding's codeset.
5111         * intl/gettextP.h (struct binding): Add codeset field.
5112         (_nl_find_domain): Add domainbinding argument.
5113         * intl/finddomain.c (_nl_find_domain): Add domainbinding argument.
5114         Pass it to _nl_make_l10nflist.
5115         * intl/loadinfo.h (struct loaded_l10nfile): Add domainbinding field.
5116         (_nl_make_l10nflist): Add domainbinding argument.
5117         * intl/l10nflist.c (_nl_make_l10nflist): Add domainbinding argument.
5118         * intl/loadmsgcat.c (_nl_load_domain): Look at the domainbinding's
5119         codeset when determining outcharset. If !_LIBC && HAVE_ICONV, call
5120         locale_charset().
5121         * manual/message.texi: New node "Charset conversion in gettext".
5123 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
5125         * catgets/open_catalog.c (__open_catalog): Use __builtin_expect where
5126         appropriate.  Handle possible __read error.
5128 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
5130         * intl/gettextP.h (__builtin_expect): Define as empty if not a
5131         compiler builtin.
5132         * intl/loadinfo.h (__builtin_expect): Likewise.
5133         * intl/dcigettext.c (dcigettext, _nl_find_msg): Use
5134         __builtin_expect where appropriate.
5135         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
5136         * intl/localealias.c (extend_alias_table): Return an error indicator.
5137         (read_alias_file): Bail out if extend_alias_table fails.
5139 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
5141         * intl/loadmsgcat.c: Define _GNU_SOURCE as early as possible.
5142         * intl/localealias.c: Likewise.
5144 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
5146         * intl/loadmsgcat.c (_nl_load_domain): Initialize domain->conv_tab.
5147         Initialize domain->plural and domain->nplurals even if there is no
5148         nullentry.
5150 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
5152         * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
5153         value is == __GCONV_OK or == __GCONV_EMPTY_INPUT, not != __GCONV_OK.
5154         In case of failure, goto converted.
5156 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
5158         * wcsmbs/wcsmbsload.c (norm_add_slashes): Move away.
5159         * iconv/gconv_int.h (norm_add_slashes): Move to here.
5160         * intl/loadmsgcat.c (_nl_load_domain): Normalize strings passed to
5161         __gconv_open.
5163 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
5165         * intl/dcigettext.c (transcmp): Compare the domains as well.
5166         (dcigettext): Call strlen (msgid1) after testing msgid1 against NULL,
5167         not before.
5168         * intl/loadmsgcat.c (_nl_load_domain): Deal with EINTR. Include
5169         <errno.h>.
5171 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
5173         * string/bits/string2.h: Declare __strdup and __strndup if necessary.
5174         Reported by Bruno Haible.
5176 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
5178         * manual/arith.texi: Remove @w from @itemize.
5180 2000-05-02  Andreas Jaeger  <aj@suse.de>
5182         * conform/data/tar.h-data: Add some checks for specific values.
5184         * conform/data/stdlib.h-data: Add checks for value of EXIT_SUCCESS
5185         and RAND_MAX.
5187         * conform/data/stdio.h-data: Add checks for value of TMP_MAX and
5188         FOPEN_MAX.
5190         * conform/data/netinet/in.h-data: Add exact checks for the values
5191         fo INET_ADDRSTRLEN and INET6_ADDRSTRLEN.
5193         * conform/data/float.h-data: Add some minimal values.
5195         * conform/conformtest.pl: Test for macros with string constants,
5196         check for minimum and maximum values.
5197         Add limits.h to headers.
5199         * conform/data/cpio.h-data: Test for value of MAGIC.
5201         * conform/data/limits.h-data: New file.
5203 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
5205         * math/Makefile (headers): Add bits/fenvinline.h.
5207 2000-05-01  Ulrich Drepper  <drepper@redhat.com>
5209         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: New file.
5210         * sysdeps/unix/sysv/aix/linux/direntconv.c: New file.
5212         * posix/Versions: Change posix_spawnattr_getdefault and
5213         posix_spawnattr_setdefault to posix_spawnattr_getsigdefault
5214         and posix_spawnattr_setsigdefault respectively.
5215         * posix/spawn.h: Likewise.
5216         * posix/spawnattr_getdefault.h: Likewise.
5217         * posix/spawnattr_setdefault.h: Likewise.
5218         * conform/data/spawn.h-data: Likewise.
5220 2000-05-01  Andreas Jaeger  <aj@suse.de>
5222         * nscd/nscd.c: Include <grp.h> for setgroups prototype.
5224 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
5226         * manual/sysinfo.texi: Document getdomainname, setdomainname
5227         and sysctl.
5228         * manual/string.texi: Fix typo.
5229         * manual/terminal.texi: Document gtty and stty.
5230         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
5232 2000-04-30  Andreas Jaeger  <aj@suse.de>
5234         * posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in
5235         accordance with Austin Draft.
5237 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
5239         * catgets/gencat.c (read_input_file): Use isblank and not isspace
5240         to recognize second character in comment line.
5242         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Set errno to
5243         ENOBUFS if we are out of memory.
5245         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Make
5246         available if __USE_XOPEN2K.
5247         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
5248         * sysdeps/unix/common/bits/fcntl.h: Likewise.
5249         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5250         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5251         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
5252         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5253         * sysdeps/unix/sysv/aix/bits/fcntl.h: Likewise.
5254         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
5256 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
5258         * iconv/iconv_prog.c (main): Handle input file name "-" correctly.
5259         Recognize option -s, -c, and -l.
5261 2000-04-20  Thorsten Kukuk  <kukuk@suse.de>
5263         * nscd/nscd.c: Start new session for nscd, drop privilegs
5264         to configured user if requested and no -S parameter are used.
5265         * nscd/nscd.conf: Add new option "server-user".
5266         * nscd/nscd_conf.c: Add support for new "server-user" option.
5267         * nscd/nscd.h: Add declaration for server_user variable.
5268         Based on patch by Chris Wing <wingc@engin.umich.edu>
5270 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
5272         * sysdeps/unix/sysv/linux/i386/sigaction.c: Add comment explaining
5273         that changing the __restore and __restore_rt signal return code
5274         will break GDB.
5276 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
5278         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Do not include
5279         <sys/user.h>.
5281 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
5283         * conform/data/ucontext.h-data: Allow ss_* instead of SS_*.
5285 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
5287         * conform/conformtest.pl (@headers): Add sys/utsname.h, sys/un.h,
5288         sys/socket.h, spawn.h, netinet/tcp.h, netinet/in.h, net/if.h, and
5289         arpa/inet.h.
5290         * conform/data/fcntl.h-data: Add F_GETOWN, F_SETOWN,
5291         SEEK_SET, SEEK_CUR, SEEK_END, S_IFMT, S_IFBLK, S_IFCHR, S_IFIFO,
5292         S_IFREG, S_IFDIR, S_IFLNK, S_IFSOCK, S_IRWXU, S_IRUSR S_IWUSR,
5293         S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
5294         S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
5295         POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_WILLNEED,
5296         POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE, posix_fadvise,
5297         posix_fallocate, and posix_madvise.
5298         * conform/data/netdb.h-data: New file.
5299         * conform/data/pthread.h-data: Add pthread_barrier_t,
5300         pthread_barrierattr_t, pthread_barrier_destroy,
5301         pthread_barrier_init, pthread_barrier_wait,
5302         pthread_barrierattr_destroy, pthread_barrierattr_getpshared,
5303         pthread_barrierattr_init, pthread_barrierattr_setpshared,
5304         pthread_condattr_getclock, pthread_condattr_setclock,
5305         pthread_getcpuclockid, pthread_mutex_timedlock,
5306         pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock,
5307         pthread_sigmask, pthread_spin_destroy, pthread_spin_init,
5308         pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock.
5309         * conform/data/sched.h-data: Add sched_ss_low_priority,
5310         sched_ss_repl_period, sched_ss_init_budget, sched_ss_max_repl, and
5311         SCHED_SPORADIC.
5312         * conform/data/semaphore.h-data: Add sem_timedwait.
5313         * conform/data/signal.h-data: Add SIGIO.
5314         * conform/data/spawn.h-data: New file.
5315         * conform/data/stdlib.h-data: Add posix_memalign, setenv, and unsetenv.
5316         * conform/data/time.h-data: Add CLOCK_PROCESS_CPUTIME_ID,
5317         CLOCK_THREAD_CPUTIME_ID, clock_getcpuclockid, and clock_nanosleep.
5318         Fix typo in gmtime_r definition.
5319         * conform/data/unistd.h-data: Add _POSIX_ADVISORY_INFO,
5320         _POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
5321         _POSIX_READER_WRITER_LOCKS, _POSIX_SHELL, _POSIX_SPAWN,
5322         _POSIX_SPIN_LOCKS, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME,
5323         _POSIX_TYPED_MEMORY_OBJECTS, _POSIX_THREAD_SPORADIC_SERVER,
5324         _XOPEN_STREAMS, _POSIX_TIMEOUTS, _POSIX2_PBS,
5325         _POSIX2_PBS_ACCOUNTING, _POSIX2_PBS_CHECKPOINT,
5326         _POSIX2_PBS_LOCATE, _POSIX2_PBS_MESSAGE, _POSIX2_PBS_TRACK,
5327         _SC_2_PBS, _SC_2_PBS_ACCOUNTING, _SC_2_PBS_CHECKPOINT,
5328         _SC_2_PBS_LOCATE, _SC_2_PBS_MESSAGE, _SC_2_PBS_TRACK,
5329         _SC_BARRIERS, _SC_BASE, _SC_CLOCK_SELECTION, _SC_DEVICE_IO,
5330         _SC_DEVICE_SPECIFIC, _SC_DEVICE_SPECIFIC_R, _SC_FD_MGMT, _SC_FIFO,
5331         _SC_FILE_ATTRIBUTES, _SC_FILE_LOCKING, _SC_FILE_SYSTEM,
5332         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK,
5333         _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK, _SC_MULTIPLE_PROCESS,
5334         _SC_NETWORKING, _SC_PIPE, _SC_READER_WRITER_LOCKS, _SC_REGEXP,
5335         _SC_SHELL, _SC_SIGNALS, _SC_SINGLE_PROCESS, _SC_SPIN_LOCKS,
5336         _SC_TYPED_MEMORY_OBJECTS, _SC_USER_GROUPS, _SC_USER_GROUPS_R,
5337         _SC_STREAMS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
5338         _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, setegid, seteuid.  Fix
5339         typo in off_t definition.
5340         * conform/data/net/if.h-data: New file.
5341         * conform/data/netinet/in.h-data: New file.
5342         * conform/data/netinet/tcp.h-data: New file.
5343         * conform/data/sys/mman.h-data: Add POSIX_MADV_NORMAL,
5344         POSIX_MADV_SEQUENTIAL, POSIX_MADV_RANDOM, POSIX_MADV_WILLNEED,
5345         POSIX_MADV_DONTNEED, POSIX_TYPED_MEM_ALLOCATE,
5346         POSIX_TYPED_MEM_ALLOCATE_CONTIG, POSIX_TYPED_MEM_MAP_ALLOCATABLE,
5347         posix_typedmem_info, posix_mem_offset, posix_typed_mem_get_info,
5348         and posix_typed_mem_open.
5349         * conform/data/sys/socket.h-data: New file.
5350         * conform/data/sys/stat.h-data: Add S_TYPEISTMO and isfdtype.
5351         * conform/data/sys/types.h-data: Add pthread_barrier_t,
5352         pthread_barrierattr_t, and pthread_spinlock_t.
5353         * conform/data/sys/un.h-data: New file.
5354         * conform/data/sys/utsname.h-data: New file.
5356         * include/netdb.h (__gethostbyaddr_r): Fix types of first and second
5357         parameter.
5358         * inet/gethstbyad.c (gethostbyname): Likewise.
5359         * inet/gethstbyad_t.c (gethostbyname_r): Likewise.
5360         * inet/getipnodebyad.c (getipnodebyad): Likewise.
5361         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
5362         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
5363         Likewise.
5364         * nscd/gethstbyad_r.c (gethostbyaddr_r): Likewise.
5365         * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
5366         * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Likewise.
5367         * nss/nss_files/files-hosts.c (_nss_files_gethostbyaddr_r): Likewise.
5368         * resolv/gethnamaddr.c (gethostbyname): Likewise.
5369         * resolv/netdb.h (struct hostent): Fix type of h_length member.
5370         (gethostbyaddr, getipnodebyaddr, gethostbyaddr_r): Fix types of first
5371         and second parameter.
5373         * wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s
5374         == NULL.
5376 2000-04-29  Andreas Jaeger  <aj@suse.de>
5378         * conform/data/arpa/inet.h-data: New file.
5380 2000-04-28  Geoff Clare <gwc@unisoft.com>
5382         * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the
5383         path passed to ftw() or nftw() is an empty string.
5384         Closes PR libc/1710.
5386 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
5388         * localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
5389         (do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
5390         * localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
5391         * localedata/tst-mbswcs4.c: New file.
5392         * localedata/tst-mbswcs5.c: New file.
5394         * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
5395         == NULL.  Little optimization.
5397         * elf/dl-init.c (_dl_init): Correct typo (DT_PREINIT_ARRAY not
5398         DT_PREINIT_ARRAYSZ).
5399         Reported by Jes Sorensen <Jes.Sorensen@cern.ch>.
5401         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups): Handle
5402         overflows in conversion from ASCII.
5404 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
5406         * Makeconfig (full_config_sysdirs): Renamed from full-config-sysdirs.
5407         * Makerules (full_config_sysdirs): Likewise.
5408         * MakeTAGS (full_config_sysdirs): Likewise.
5410 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
5412         * .cvsignore: Remove linuxthreads.
5413         * po/.cvsignore: Remove *.pot.
5414         * posix/glob/.cvsignore: Removed.
5415         * sysdeps/unix/bsd/osf/.cvsignore: Removed.
5417 2000-04-25  Andreas Jaeger  <aj@suse.de>
5419         * conform/Makefile (distribute): Also distribute contents of
5420         subdirectories.
5422         * Makerules (no_deps): Remove abi-versions.h.
5424         * nis/nis_print_group_entry.c: Include alloca.h for alloca prototype.
5426 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
5428         * sysdeps/sparc/sparc64/elf/Dist: Remove.
5429         * sysdeps/sparc/sparc64/elf/crtbegin.S: Remove.
5430         * sysdeps/sparc/sparc64/elf/crtbeginS.S: Remove.
5431         * sysdeps/sparc/sparc64/elf/crtend.S: Remove.
5432         * sysdeps/sparc/sparc64/elf/crtendS.S: Remove.
5433         * sysdeps/sparc/sparc64/elf/Makefile: Don't build crtbegin/crtend
5434         objects.
5436 2000-04-25  Thorsten Kukuk  <kukuk@suse.de>
5438         * nscd/grpcache.c: Fix gr_name pointer [PR/1702].
5440 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
5442         * intl/dcigettext.c: Define _GNU_SOURCE as early as possible.
5443         * intl/l10nflist.c: Likewise.
5445 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
5447         * intl/bindtextdom.c [!_LIBC]: Define __libc_rwlock_define,
5448         __libc_rwlock_wrlock, __libc_rwlock_unlock as empty.
5449         * intl/textdomain.c [!_LIBC]: Likewise.
5450         * intl/dcigettext.c [!_LIBC]: Define __libc_rwlock_define_initialized,
5451         __libc_rwlock_rdlock, __libc_rwlock_unlock as empty.
5452         * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC, !HAVE_ICONV]: Avoid
5453         syntax error.
5455 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
5457         * intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
5458         character set conversion also in the case the translation was found
5459         after a hash collision or through binary search.  Store the maximum
5460         index together with the converted message.  Use iconv() when available.
5461         In case of out of memory during conversion, return the unconverted
5462         translated string, not NULL.
5464 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
5466         * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
5467         to avoid name clashes with the ia32 linker.
5469 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
5471         * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
5472         handling.
5474 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
5476         * manual/string.texi: Document strcasestr, strchrnul, strtoimax,
5477         strtoumax, strfry, and memfrob.
5478         * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
5479         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
5481         * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
5482         if this function is available.
5484         * sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for
5485         all values.
5487 2000-04-27  Jakub Jelinek  <jakub@redhat.com>
5489         * nss/getXXbyYY_r.c: Fix a typo in __old_getxxbyyy_r versioning.
5491 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
5493         * localedata/Makefile (test-srcs); Add tst-mbswcs3.
5494         Add rule to build tst-mbswcs3 before running tst-mbswcs.sh.
5495         * localedata/tst-mbswcs.sh: Run tst-mbswcs3.
5496         * localedata/tst-mbswcs3.c: New file.
5498 2000-04-26  Ulrich Drepper  <drepper@redhat.com>
5500         * wcsmbs/mbsnrtowcs.c: Correctly compute number of converted
5501         characters.  Don't handle incomplete characters as errors.
5502         * wcsmbs/mbsrtowcs.c: Don't handle incomplete characters as errors.
5503         * localedata/Makefile (test-srcs): Add tst-mbswcs2.
5504         Add rule to build tst-mbswcs2 before running tst-mbswcs.sh.
5505         * localedata/tst-mbswcs.sh: Run tst-mbswcs2.
5506         * localedata/tst-mbswcs2.c: New file.
5508         * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct
5509         stored character in state in UNPACK_BYTES macro.
5510         * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work.  Correct
5511         test for available characters, handle result of BODY code correctly.
5512         * localedata/Makefile (test-srcs): Add tst-mbswcs1.
5513         (distribute): Add tst-mbswcs.sh.
5514         Add rule to run tst-mbswcs.sh.
5515         * localedata/tst-mbswcs.sh: New file.
5516         * localedata/tst-mbswcs1.c: New file.
5518 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
5520         * nis/nis_callback.c (__nis_create_callback): Do failed memory
5521         allocation fixups centrally, fix __builtin_expect call, return NULL
5522         on failure, not NIS_NOMEMORY.
5524 2000-04-27  Bruno Haible  <haible@clisp.cons.org>
5526         * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.
5528         * intl/loadinfo.h (internal_function): Define if not already defined.
5530 2000-04-27  Andreas Jaeger  <aj@suse.de>
5532         * intl/libintl.h: Fix typo, reported by Bruno Haible
5533         <haible@clisp.cons.org>.
5535 2000-04-25  Ulrich Drepper  <drepper@redhat.com>
5537         * elf/dl-profile.c (_dl_mcount): Try to be thread-safe while not
5538         setting the state to GMON_PROF_BUSY.
5540 2000-04-24  Ulrich Drepper  <drepper@redhat.com>
5542         * elf/dl-profile.c (_dl_start_profile): define all variables which
5543         do not have to be global as local variables.
5545         * nis/nis_callback.c (__nis_create_callback): Partially undo last
5546         patch.  Keep needed tests for failed memory allocation.
5548         * elf/dl-reloc.c (_dl_relocate_object): Add one more
5549         __builtin_expect saying that we don't normally expect to profile.
5551         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add
5552         __builtin_expect where desirable.
5554 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
5556         * manual/Makefile (chapters): Add syslog.
5557         * manual/syslog.texi: New file.
5558         * manual/math.texi: Fix references.
5559         * manual/terminal.texi: Likewise.
5560         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
5562 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
5564         * posix/sys/wait.h: Define __WAIT_STATUS and the like either if
5565         stdlib.h was not included or __USE_XOPEN not defined.
5567 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
5569         * nss/Makefile (libnss_db-dbs): Remove stray backslash.
5570         Patch by Zack Weinberg <zack@wolery.cumb.org>.
5572 2000-04-22  Ulrich Drepper  <drepper@redhat.com>
5574         * manual/examples/subopt.c (mount_opts): Add missing terminating
5575         entry.
5576         Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
5578         * assert/assert-perr.c: Include <stdlib.h> for abort prototype.
5579         * libio/ftello.c: Likewise.
5580         * libio/ftello64.c: Likewise.
5581         * libio/ioftell.c: Likewise.
5582         * sysdeps/generic/memrchr.c: Likewise.
5583         * sysdeps/posix/libc_fatal.c: Likewise.
5584         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
5585         * misc/fstab.c: Include <string.h> for strcmp prototype.
5586         * sysdeps/generic/ldsodefs.h: Likewise.
5587         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5588         Patch by Kurt Roeckx <Q@ping.be>.
5590         * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
5591         Remove db-open.  Change all uses.
5592         (libnss_db-routines): Define as $(libnss_db-dbs) db-open.
5594 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
5596         * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
5597         * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
5598         * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
5599         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
5600         with .set noat/at to shut up warnings.
5601         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
5602         * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
5603         compilation if __NR_pciconfig_iobase is not defined.
5604         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
5605         Add alias.
5607 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
5609         * manual/sysinfo.texi: Fix typo.
5610         * manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
5611         Replace "high precision time" with "high accuracy clock".
5612         Fix language.
5613         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
5615         * nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
5616         * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
5617         instead of malloc.
5618         * nis/nis_subr.c: Use __builtin_expect.
5619         * nis/ypclnt.c: Likewise.
5620         * nis/nis_getservlist.c: Likewise.
5621         * nis/nis_creategroup.c: Likewise.
5623         * nis/nis_callback.c (__nis_create_callback): Check result of
5624         memory allocation.  Fix memory leaks.  Use __builtin_expect.
5625         (__nis_destroy_callback): Fix memory leaks.
5627 2000-04-21  Andreas Jaeger  <aj@suse.de>
5629         * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
5630         * sysdeps/mips/mips64/add_n.S: Likewise.
5631         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
5632         * sysdeps/mips/mips64/lshift.S: Likewise.
5633         * sysdeps/mips/mips64/mul_1.S: Likewise.
5634         * sysdeps/mips/mips64/rshift.S: Likewise.
5635         * sysdeps/mips/mips64/setjmp.S: Likewise.
5636         * sysdeps/mips/mips64/sub_n.S: Likewise.
5637         * sysdeps/mips/mips64/submul_1.S: Likewise
5638         * sysdeps/unix/mips/sysdep.S: Likewise.
5640         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
5641         and update comment.  The strtab from _dl_relocate_object can be
5642         used.
5644 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
5646         * iconv/iconv.c (iconv): Add __builtin_expect where useful.
5647         * iconv/iconv_close.c (iconv_close): Likewise.
5648         * iconv/iconv_open.c (iconv_open): Likewise.
5650         * grp/putgrent.c (putgrent): Unlock steam if fprintf failed.  Add
5651         __builtin_expect where useful.
5653         * grp/initgroups.c (initgroups): Test for result of memory
5654         allocation and punt if it fails.
5656         * dirent/scandir.c (scandir): Add __builtin_expect where useful.
5657         * grp/fgetgrent.c (fgetfrent): Likewise.
5658         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
5660 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
5662         * libio/vasprintf.c: Include string.h to get memcpy prototype.
5664 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
5666         * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
5667         don't search for NUL byte to decrement counter.
5668         Reported by Ulrich.Brink@sap.com.
5670         * iconv/gconv_simple.c: Define separate functions to convert from
5671         UCS4/UCS4-LE to the internal encoding.
5672         * iconv/gconv_builtin.h: Use separate functions to convert from
5673         UCS4/UCS4-LE to the internal encoding.
5674         * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
5675         __gconv_transform_ucs4le_internal.
5677         * iconv/gconv_simple.c (internal_utf8_loop): Correct check for
5678         output buffer overflow.  Reported by Ulrich.Brink@sap.com.
5680         * iconv/skeleton.c: Add some more __builtin_expect.
5681         * iconv/loop.c: Likewise.
5683 2000-03-08  H.J. Lu  <hjl@gnu.org>
5685         * posix/regex.c (regex_compile): Correctly handle "\{" when
5686         the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
5688 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
5690         * manual/stdio.texi: Give advise about handling error when using
5691         stream functions.
5692         Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
5694 2000-04-19  Jakub Jelinek  <jakub@redhat.com>
5696         * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
5697         field to nelems * sizeof (uint32_t).
5698         * locale/programs/ld-address.c (address_output): Align word fields
5699         properly.
5700         * locale/programs/ld-monetary.c (monetary_output): Likewise.
5701         Don't restart idx pointers to idx end at the duo_int_curr_symbol
5702         field.
5703         Avoid giving arbitrary garbage in the crncystr field.
5704         Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
5705         uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
5706         fields.
5707         * locale/programs/ld-numeric.c (numeric_output): Likewise.
5708         Don't restart idx pointers to idx end at the decimal_point_wc field.
5709         * locale/programs/ld-time.c (time_output): week_1stday should be
5710         word, not byte.  Align it properly.
5712 2000-04-19  H.J. Lu  <hjl@gnu.org>
5714         * csu/gmon-start.c (_start): Declared as "extern void".
5715         (etext): Likewise.
5717 2000-04-18  Andreas Jaeger  <aj@suse.de>
5719         * manual/install.texi (Running make install): Don't mention utmpd
5720         anymore.
5722 2000-04-18  Andreas Jaeger  <aj@suse.de>
5724         * linuxthreads/Versions: Use ld instead of ld.so.
5726         * elf/Makefile (ld-map): Use ld.map.
5728         * Versions.def: Use ld instead of ld.so.
5729         * elf/Versions: Likewise.
5730         * sysdeps/mach/hurd/Versions: Likewise.
5732 2000-04-20  Andreas Jaeger  <aj@suse.de>
5734         * elf/rtld.c (print_statistics): Move ifndef further up.
5735         (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings.
5736         (dl_main): Likewise.
5738 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
5740         * gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
5741         * gmon/Versions: Move moncontrol to GLIBC_2.2.
5743         * po/cs.po: Update from translation team.
5745         * sysdeps/generic/updwtmp.c: Remove daemon support.
5747         * login/Makefile (routines): Remove utmp_daemon.
5749         * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
5750         * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
5751         * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
5752         * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
5754         * elf/rtld.c: Display statitics option also if hp timing is not
5755         available.
5757         * login/programs/connection.c: Removed.
5758         * login/programs/database.c Removed.
5759         * login/programs/error.c: Removed.
5760         * login/programs/request.c: Removed.
5761         * login/programs/xtmp.c: Removed.
5762         * login/programs/xtmp.h: Removed.
5763         * login/Makefile: Remove rules for utmpd.
5764         * login/README.utmpd: Removed.
5765         * login/utmp_daemon.c: Removed.
5766         * login/getutent_r.c: Remove references to daemon functions.
5767         * login/utmp-private.h (__libc_utmp_daemon_functions): Remove
5768         declaration.
5770 2000-04-18  Andreas Jaeger  <aj@suse.de>
5772         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
5773         2.2 for libnsl, libresolv, librt, libnss_*.
5775         * elf/rtld.c (process_dl_debug): Remove obsolete comment.
5777         * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
5779 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
5781         * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
5782         * sysdeps/unix/sysv/aix/getegid.c: Likewise.
5783         * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
5784         * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
5785         * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
5786         * sysdeps/unix/sysv/aix/setreuid.c: Define ID_EFFECTIVE and ID_REAL.
5787         * sysdeps/unix/sysv/aix/setregid.c: Likewise.
5788         * sysdeps/unix/sysv/aix/setuid.c: Define ID_REAL.
5789         * sysdeps/unix/sysv/aix/setgid.c: Likewise.
5790         * sysdeps/unix/sysv/aix/seteuid.c: Define ID_EFFECTIVE.
5791         * sysdeps/unix/sysv/aix/setegid.c: Likewise.
5792         * sysdeps/unix/sysv/aix/sbrk.c: Update parameter type.
5793         * sysdeps/unix/sysv/aix/nanosleep.c (struct timestruc_t): Define
5794         it here.
5795         * sysdeps/unix/sysv/aix/msync.c: New file.
5796         * sysdeps/unix/sysv/aix/msgsnd.c: New file.
5797         * sysdeps/unix/sysv/aix/net/if.h: New file.
5798         * sysdeps/unix/sysv/aix/pipe.c: New file.
5799         * sysdeps/unix/sysv/aix/poll.c: New file.
5800         * sysdeps/unix/sysv/aix/rename.c: New file.
5801         * sysdeps/unix/sysv/aix/rmdir.c: New file.
5802         * sysdeps/unix/sysv/aix/select.c: New file.
5803         * sysdeps/unix/sysv/aix/semctl.c: New file.
5804         * sysdeps/unix/sysv/aix/semget.c: New file.
5805         * sysdeps/unix/sysv/aix/semop.c: New file.
5806         * sysdeps/unix/sysv/aix/sendto.c: New file.
5807         * sysdeps/unix/sysv/aix/setgroups.c: New file.
5808         * sysdeps/unix/sysv/aix/setpgid.c: New file.
5809         * sysdeps/unix/sysv/aix/setpgrp.c: New file.
5810         * sysdeps/unix/sysv/aix/setpriority.c: New file.
5811         * sysdeps/unix/sysv/aix/setrlimit.c: New file.
5812         * sysdeps/unix/sysv/aix/setrlimit64.c: New file.
5813         * sysdeps/unix/sysv/aix/setsid.c: New file.
5814         * sysdeps/unix/sysv/aix/setsockopt.c: New file.
5815         * sysdeps/unix/sysv/aix/shmat.c: New file.
5816         * sysdeps/unix/sysv/aix/shmctl.c: New file.
5817         * sysdeps/unix/sysv/aix/shmdt.c: New file.
5818         * sysdeps/unix/sysv/aix/shmget.c: New file.
5819         * sysdeps/unix/sysv/aix/sigaltstack.c: New file.
5820         * sysdeps/unix/sysv/aix/sigstack.c: New file.
5821         * sysdeps/unix/sysv/aix/socket.c: New file.
5822         * sysdeps/unix/sysv/aix/socketpair.c: New file.
5823         * sysdeps/unix/sysv/aix/speed.c: New file.
5824         * sysdeps/unix/sysv/aix/symlink.c: New file.
5825         * sysdeps/unix/sysv/aix/sync.c: New file.
5826         * sysdeps/unix/sysv/aix/tcgetattr.c: New file.
5827         * sysdeps/unix/sysv/aix/tcsetattr.c: New file.
5828         * sysdeps/unix/sysv/aix/times.c: New file.
5829         * sysdeps/unix/sysv/aix/ulimit.c: New file.
5830         * sysdeps/unix/sysv/aix/umask.c: New file.
5831         * sysdeps/unix/sysv/aix/unlink.c: New file.
5832         * sysdeps/unix/sysv/aix/ustat.c: New file.
5833         * sysdeps/unix/sysv/aix/utimes.c: New file.
5835 2000-04-18  Andreas Jaeger  <aj@suse.de>
5837         * manual/startup.texi (Environment Access): Fix putenv prototype
5838         according to recent changes.
5839         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
5840         PR libc/1692.
5842         * elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
5843         needed.
5845 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
5847         * posix/Makefile (tests): Add tst-getaddrinfo.
5848         * posix/tst-getaddrinfo.c: New file.
5850 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
5852         * manual/sysinfo.texi: Document that umount2 is not widely available.
5854         * sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to
5855         signal timing is not really implemented.
5857 2000-04-17  Andreas Jaeger  <aj@suse.de>
5859         * elf/rtld.c (process_dl_debug): Mention statistics in help message.
5861 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
5863         * Makefile (install): Use slibdir and libdir instead of inst_slibdir
5864         and inst_libdir.
5866 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
5868         * manual/intro.texi: Change reference from System Information to
5869         System Management.
5870         * manual/users.texi: Likewise.
5871         * manual/conf.texi: Likewise.
5872         * manual/sysinfo.texi: Document mount, umount, and umount2.
5873         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
5875 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
5877         * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
5878         Create wnumstr as well as numstr to support wide character output
5879         correctly.
5881 2000-04-15  Jakub Jelinek  <jakub@redhat.com>
5883         * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS
5884         modification and move it...
5885         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here.
5886         Add -melf64_sparc switch to $(LD) on sparc64-linux.
5887         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc
5888         switch to $(LD) on sparc-linux.
5890 2000-04-17  Thorsten Kukuk  <kukuk@suse.de>
5892         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
5893         and setresuid from sysdep_routines.
5895 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
5897         * manual/Makefile (chapters): Add resource.
5899         * manual/time.texi: Move section on resources to...
5900         * manual/resource.texi: ...here.  New file.  Document ulimit, vlimit,
5901         and vtimes.
5902         * manual/setjmp.texi: Adjust back reference.
5903         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
5905         * sysdeps/unix/sysv/aix/lxstat64.c: Uncomment STX_LINK and STX_64
5906         definition.
5907         * sysdeps/unix/sysv/aix/lxstat.c: Uncomment STX_LINK definition.
5908         * sysdeps/unix/sysv/aix/kill.c: Add copyright.
5909         * sysdeps/unix/sysv/aix/getuid.c: Define ID_REAL.
5910         * sysdeps/unix/sysv/aix/getgid.c: Define ID_REAL.
5911         * sysdeps/unix/sysv/aix/execve.c: Add copyright.
5912         * sysdeps/unix/sysv/aix/euidaccess.c: Add copyright.
5913         * sysdeps/unix/sysv/aix/close.c: Add copyright.
5914         * sysdeps/unix/sysv/aix/brk.c: Add copyright.
5915         * sysdeps/unix/sysv/aix/bits/errno.h: Add EAFNOSUPPORT.
5916         * sysdeps/unix/sysv/aix/access.c: Add copyright.
5917         * sysdeps/unix/sysv/aix/Makefile: Add some temporary definitions.
5918         * sysdeps/unix/sysv/aix/Implies: New file.
5919         * sysdeps/unix/sysv/aix/Versions: New file.
5920         * sysdeps/unix/sysv/aix/bind.c: New file.
5921         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: New file.
5922         * sysdeps/unix/sysv/aix/bits/ioctls.h: New file.
5923         * sysdeps/unix/sysv/aix/bits/poll.h: New file.
5924         * sysdeps/unix/sysv/aix/bits/termios.h: New file.
5925         * sysdeps/unix/sysv/aix/chdir.c: New file.
5926         * sysdeps/unix/sysv/aix/chmod.c: New file.
5927         * sysdeps/unix/sysv/aix/chroot.c: New file.
5928         * sysdeps/unix/sysv/aix/creat.c: New file.
5929         * sysdeps/unix/sysv/aix/dl-close.c: New file.
5930         * sysdeps/unix/sysv/aix/dl-open.c: New file.
5931         * sysdeps/unix/sysv/aix/dl-sym.c: New file.
5932         * sysdeps/unix/sysv/aix/fchdir.c: New file.
5933         * sysdeps/unix/sysv/aix/fchmod.c: New file.
5934         * sysdeps/unix/sysv/aix/getgroups.c: New file.
5935         * sysdeps/unix/sysv/aix/gethostname.c: New file.
5936         * sysdeps/unix/sysv/aix/getpriority.c: New file.
5937         * sysdeps/unix/sysv/aix/getrlimit.c: New file.
5938         * sysdeps/unix/sysv/aix/getrlimit64.c: New file.
5939         * sysdeps/unix/sysv/aix/getrusage.c: New file.
5940         * sysdeps/unix/sysv/aix/link.c: New file.
5941         * sysdeps/unix/sysv/aix/madvise.c: New file.
5942         * sysdeps/unix/sysv/aix/mkdir.c: New file.
5943         * sysdeps/unix/sysv/aix/mknod.c: New file.
5944         * sysdeps/unix/sysv/aix/mprotect.c: New file.
5945         * sysdeps/unix/sysv/aix/msgctl.c: New file.
5946         * sysdeps/unix/sysv/aix/msgget.c: New file.
5947         * sysdeps/unix/sysv/aix/msgrcv.c: New file.
5949 2000-04-17  Andreas Jaeger  <aj@suse.de>
5951         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
5952         as suggested by Ulrich Drepper.
5953         (__dl_runtime_resolve): Remove unused variable, initialize sym
5954         directly.
5955         (RTLD_START): Document OFFSET_GP_GOT.
5956         (OFFSET_GP_GOT): New magic value.
5957         (elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
5958         (elf_machine_got_rel): Only declare strtab if needed.
5959         (elf_machine_relplt): Removed, it's not needed.
5960         (_dl_runtime_resolve): Fix \n for a comment, safe gp and not pc.
5962         * sysdeps/mips/add_n.S: Add newline at EOF.
5963         * sysdeps/mips/rshift.S: Likewise.
5964         * sysdeps/mips/mul_1.S: Likewise.
5965         * sysdeps/mips/lshift.S: Likewise.
5966         * sysdeps/mips/addmul_1.S: Likewise.
5968 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
5970         * sysdeps/powerpc/fpu/s_isnan.c: Pretty printing.
5972         * elf/dl-reloc.c (_dl_relocate_object): Add more __builtin_expect.
5973         * elf/dl-lookup.c: Likewise.
5974         * elf/dl-init.c (_dl_init): Likewise.
5975         * elf/dl-fini.c (_dl_fini): Likewise.
5976         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
5977         * elf/dl-close.c (_dl_close): Likewise.
5978         * elf/rtld.c (_dl_start_final): Likewise.
5980         * elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
5982 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
5984         * csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and
5985         only fall back on using Linux.
5987         * elf/dl-version.c (_dl_check_map_versions): New argument trace_mode.
5988         Before testing versions check that we actually loaded the object
5989         and whether we are in trace mode.  If not loaded during tracing don't
5990         test versions in this object.
5991         (_dl_check_all_versions): Take new parameter and pass to
5992         _dl_check_map_versions.
5993         * sysdeps/generic/ldsodefs.h: Update prototypes for
5994         _dl_check_all_versions and _dl_check_map_versions.
5995         * elf/rtld.c (struct version_check_args): Add dotrace.
5996         (version_check_doit): Pass args->dotrace to _dl_check_all_versions.
5997         (dl_main): Pass info about trace mode to version_check_doit.
5998         * elf/dl-open.c (dl_open_worker): Pass zero as new argument to
5999         _dl_check_all_versions.
6001         * manual/users.texi (XPG Functions): Document utmpxname, getutmp,
6002         and getutmpx.
6003         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
6005         * manual/argp.texi: Document index parameter of argp_parse.
6006         Fix typo.
6007         Reported by Andrew Schulman <SCHULMAN.ANDREW@epamail.epa.gov>.
6009 2000-04-14  Andreas Jaeger  <aj@suse.de>
6011         * sysdeps/unix/sysv/linux/shm_open.c: Include linux_fsinfo for
6012         SHMFS_SUPER_MAGIC.  Remove definition of SHMFS_SUPER_MAGIC.
6014         * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Added.
6016 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
6018         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
6019         compat_symbol call for old adjtime.
6021         * sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
6022         function interface.  Patch by Richard Henderson <rth@cygnus.com>.
6024         * posix/Makefile (headers): Add spawn.h.
6025         (distribute): Add spawn_int.h.
6026         (routines): Add spawn_faction_init, spawn_faction_destroy,
6027         spawn_faction_addclose, spawn_faction_addopen, spawn_faction_adddup2,
6028         spawnattr_init, spawnattr_destroy, spawnattr_getdefault,
6029         spawnattr_setdefault, spawnattr_getflags, spawnattr_setflags,
6030         spawnattr_getpgroup, spawnattr_setpgroup, spawn, spawnp, and spawni.
6031         * posix/Versions [libc] (GLIBC_2.2): Add posix_spawn_file_actions_init,
6032         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addclose,
6033         posix_spawn_file_actions_addopen, posix_spawn_file_actions_adddup2,
6034         posix_spawnattr_init, posix_spawnattr_destroy,
6035         posix_spawnattr_getdefault, posix_spawnattr_setdefault,
6036         posix_spawnattr_getflags, posix_spawnattr_setflags,
6037         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup, posix_spawn,
6038         and posix_spawnp.
6039         * posix/spawn.c: New file.
6040         * posix/spawn.h: New file.
6041         * posix/spawn_faction_addclose.c: New file.
6042         * posix/spawn_faction_adddup2.c: New file.
6043         * posix/spawn_faction_addopen.c: New file.
6044         * posix/spawn_faction_destroy.c: New file.
6045         * posix/spawn_faction_init.c: New file.
6046         * posix/spawn_int.h: New file.
6047         * posix/spawnattr_destroy.c: New file.
6048         * posix/spawnattr_getdefault.c: New file.
6049         * posix/spawnattr_getflags.c: New file.
6050         * posix/spawnattr_getpgroup.c: New file.
6051         * posix/spawnattr_getschedparam.c: New file.
6052         * posix/spawnattr_getschedpolicy.c: New file.
6053         * posix/spawnattr_getsigmask.c: New file.
6054         * posix/spawnattr_init.c: New file.
6055         * posix/spawnattr_setdefault.c: New file.
6056         * posix/spawnattr_setflags.c: New file.
6057         * posix/spawnattr_setpgroup.c: New file.
6058         * posix/spawnattr_setschedparam.c: New file.
6059         * posix/spawnattr_setschedpolicy.c: New file.
6060         * posix/spawnattr_setsigmask.c: New file.
6061         * posix/spawni.c: New file.
6062         * posix/spawnp.c: New file.
6064         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_SPAWN.
6065         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
6067 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
6069         * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
6070         * malloc/malloc.c: Implement posix_memalign for glibc.
6071         * include/stdlib.h: Add prototype for __posix_memalign.
6072         * stdlib/stdlib.h: Add prototype for posix_memalign.
6074 2000-04-14  Andreas Jaeger  <aj@suse.de>
6076         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
6077         symidx correctly.
6078         (elf_machine_got_rel): Cast sym correctly.
6080         * sysdeps/mips/add_n.S: Use __PIC__, add end directive.
6081         * sysdeps/mips/addmul_1.S: Likewise.
6082         * sysdeps/mips/lshift.S: Likewise.
6083         * sysdeps/mips/mul_1.S: Likewise.
6084         * sysdeps/mips/rshift.S: Likewise.
6085         * sysdeps/mips/sub_n.S: Likewise.
6086         * sysdeps/mips/submul_1.S: Likewise.
6088         * stdlib/stdlib.h: Fix typo in comment.
6090         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
6091         2.2 for libdl, ld and libm.
6093         * sysdeps/generic/madvise.c: Fix typos.
6095         * sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
6097         * sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
6099         * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
6100         warnings.
6102 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
6104         * include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
6105         * sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
6106         Make old name weak alias.
6107         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
6108         * sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
6109         Make old name weak alias.
6110         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
6112         * io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
6113         posix_fallocate, and posix_fallocate64.
6114         * io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
6115         posix_fallocate, and posix_fallocate64.
6116         * io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
6117         posix_fallocate, and posix_fallocate64.
6118         * sysdeps/generic/fadvise.c: New file.
6119         * sysdeps/generic/fadvise64.c: New file.
6120         * sysdeps/generic/fallocate.c: New file.
6121         * sysdeps/generic/fallocate64.c: New file.
6122         * sysdeps/posix/fallocate.c: New file.
6123         * sysdeps/posix/fallocate64.c: New file.
6124         * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
6125         POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
6126         POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
6127         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
6128         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6129         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
6130         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
6131         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
6132         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6134         * sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
6135         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
6137 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
6139         * misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
6140         * misc/sys/mman.h (posix_madvise): Add prototype.
6141         * sysdeps/generic/madvise.c (madvise): Renamed to __madvise.  Make
6142         old name and posix_madvise weak aliases.
6143         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
6144         * sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
6145         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
6146         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
6147         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
6148         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
6149         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
6151 2000-04-13  Andreas Jaeger  <aj@suse.de>
6153         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
6154         versioning.
6155         (elf_machine_got_rel): Only add runtime display if needed.
6156         (elf_machine_got_rel): Handle symbol versioning.
6158 2000-04-13  Andreas Jaeger  <aj@suse.de>
6160         * sysdeps/unix/sysv/linux/mips/clone.S: Fix function.
6162         * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
6163         default.
6165         * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
6166         with some applications.
6167         Patches by Ralf Baechle <ralf@uni-koblenz.de>.
6169         * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
6170         * sysdeps/mips/bsd-_setjmp.S: Likewise.
6171         * sysdeps/mips/setjmp.S: Likewise.
6173         * sysdeps/unix/sysv/linux/mips/pipe.S: New file.
6175 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
6177         * posix/globtest.sh: Work around inconsistency with expanding ~/
6178         in shell (PR libc/1690).  Reported by patsmith@pobox.com.
6180 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
6182         * posix/getconf.c: Add support for many more POSIX options.
6183         * sysdeps/posix/sysconf.c: Likewise.
6184         * sysdeps/generic/bits/confname.h: Add many more POSIX options.
6185         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
6186         _POSIX_SHELL.
6187         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
6188         * sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
6189         CLOCK_PROCESS_CPUTIME_ID.  Add define CLOCK_MONOTONIC and
6190         CLOCK_THREAD_CPUTIME_ID.
6191         * sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
6192         CLOCK_PROCESS_CPUTIME_ID.
6193         * sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
6194         __CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID.  Handle
6195         CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
6196         * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
6198         * malloc/Makefile (tests): Add tst-calloc.
6199         * malloc/tst-calloc.c: New file.
6201         * sysdeps/arm/libm-test-ulps: New file.
6203         * malloc/malloc.c: Undo all of today's changes.
6205         * locale/programs/locale.c (show_info): Don't try to look into
6206         data for LC_ALL (there is none).
6208         * malloc/malloc.c (cALLOc): Clear only what the user asked for and
6209         avoid writing over boundary.
6210         Patch by Greg McGary <gkm@eng.ascend.com>.
6212         * sysdeps/arm/memprof.h: New file.
6214 2000-04-12  Andreas Jaeger  <aj@suse.de>
6216         * sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.
6218         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
6219         for memmem declaration.
6221 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
6223         * sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
6224         to -1.
6225         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
6227         * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
6228         mode is invalid.
6229         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
6230         Patch by Bart Veer <bartv@redhat.com>.
6232         * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
6233         function interface.
6235 2000-04-11  Andreas Jaeger  <aj@suse.de>
6237         * sysdeps/mips/dl-machine.h: Update some comments.
6238         (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
6240 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
6242         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
6243         _POSIX_SHARED_MEMORY_OBJECTS.
6245         * rt/Makefile (tests): Add tst-shm.
6246         Add rules to generate tst-shm.
6247         * rt/tst-shm.c: New file.
6249         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
6250         for descriptor.
6252         * misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
6253         * rt/Makefile (librt-routines): Add shm_open and shm_unlink.
6254         * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
6255         * sysdeps/generic/shm_open.c: New file.
6256         * sysdeps/generic/shm_unlink.c: New file.
6257         * sysdeps/unix/sysv/linux/shm_open.c: New file.
6258         * sysdeps/unix/sysv/linux/shm_unlink.c: New file.
6259         * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
6260          __endmntent, __getmntent_r, __setmntent, and __statfs.
6262         * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
6263         fragmentation by allocating new memory at the end instead of
6264         reallocating.
6266         * posix/globtest.sh: Fix last change.
6268 2000-04-10  Philip Blundell  <philb@gnu.org>
6270         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
6271         IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
6272         IPV6_DROP_MEMBERSHIP.
6273         * sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
6274         Likewise.
6276 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
6278         * elf/readlib (process_file): Close streams in case of an error.
6280 2000-04-09  Andreas Jaeger  <aj@suse.de>
6282         * elf/readlib.c (process_file): Check if file is big enough to
6283         contain aout and ELF headers.
6284         Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.
6286 2000-04-10  Jes Sorensen  <Jes.Sorensen@cern.ch>
6288         * elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().
6290 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
6292         * test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
6293         stream unbuffered.
6294         * rt/Makefile (tests): Add tst-clock.
6295         Add rules to build tst-clock.
6296         * rt/tst-clock.c: New file.
6297         * sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
6298         about initialization of nsec.
6299         * sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
6300         about initialization of freq.  Set retval to zero if successful.
6301         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.
6303 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
6305         * Versions.def (librt): Add GLIBC_2.2.
6306         * rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
6307         clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
6308         timer_getoverr, timer_gettime, and timer_settime.
6309         * rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
6310         clock_settime, timer_create, timer_delete, timer_getoverrun,
6311         timer_gettime, and timer_settime.
6312         * sysdeps/generic/clock_getcpuclockid.c: New file.
6313         * sysdeps/generic/get_clockfreq.c: New file.
6314         * sysdeps/unix/i386/clock_getcpuclockid.c: New file.
6315         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
6316         * sysdeps/mach/hurd/i386/bits/time.h: New file.
6317         * sysdeps/unix/i386/i586/clock_getres.c: New file.
6318         * sysdeps/unix/i386/i586/clock_gettime.c: New file.
6319         * sysdeps/unix/i386/i686/Implies: New file.
6320         * sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
6321         * time/Makefile (routines): Move clock_getres, clock_gettime,
6322         clock_settime, timer_create, timer_delete, timer_getoverr,
6323         timer_gettime, and timer_settime to rt/Makefile.
6324         * time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
6325         clock_settime, timer_create, timer_delete, timer_getoverrun,
6326         timer_gettime, and timer_settime.
6327         * time/time.h: Define pid_t.  Add prototype for clock_getcpuclockid.
6329         * sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility.  Use __const__
6330         and not const as attribute name.
6332 2000-04-10  Thorsten Kukuk  <kukuk@suse.de>
6334         * elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.
6336 2000-04-10  Andreas Schwab  <schwab@suse.de>
6338         * posix/globtest.sh: Skip tests that depend on unreadable
6339         directories if run as root.
6341 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
6343         * sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
6344         for correct range.  From code by Kaz Kylheku <kaz@ashi.footprints.net>.
6346 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
6348         * sysdeps/unix/clock_gettime.c: New file.
6349         * sysdeps/unix/clock_settime.c: New file.
6350         * sysdeps/posix/clock_getres.c: New file.
6352         * conform/data/ftw.h-data: Add allow-header sys/stat.h.
6354         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
6355         lseek call be passing in a buffer which never allow a successful
6356         first getdents syscall if not at leas the initial entry can be
6357         stored in the user buffer.
6359         * localedata/Makefile: Add rules to clean up directories created by
6360         new strfmon tests.
6362 2000-04-09  Geoff Clare  <gwc@unisoft.com>
6364         * localedata/tst-fmon.data: Added new tests for strfmon()
6365         using test locales with all combinations of cs_precedes,
6366         sign_posn and sep_by_space.
6367         * localedata/tst-fmon.sh: Updated to support the new tests.
6368         * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
6369         the localedef source for the new strfmon() test locale.
6370         * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
6371         * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
6372         * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
6373         * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
6374         * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
6375         * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
6376         * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
6377         * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
6378         * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
6379         * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
6380         * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
6381         * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
6382         * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
6383         * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.
6385         * stdlib/strfmon.c: Correct problems with missing or extra
6386         spaces for unusual combinations of sign_posn and sep_by_space.
6387         Improved left-precision alignment code.
6389 2000-04-07  Andreas Jaeger  <aj@suse.de>
6391         * posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
6393 2000-04-10  Andreas Jaeger  <aj@suse.de>
6395         * intl/Makefile: Don't run do-gettext-test when cross-compiling.
6397 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
6399         Implement handling of restartable conversion functions according to
6400         ISO C.
6401         * iconv/gconv.h (__gconv_fct): Add additional parameter.
6402         * iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
6403         * iconv/gconv.c: Pass additional parameter to conversion function.
6404         * iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
6405         (internal_ucs4le_loop_single): New function.
6406         (__gconv_transform_ascii_internal): Define ONE_DIRECTION.
6407         (__gconv_transform_internal_ascii): Likewise.
6408         (__gconv_transform_internal_utf8): Likewise.
6409         (__gconv_transform_utf8_internal): Likewise.
6410         (__gconv_transform_ucs2_internal): Likewise.
6411         (__gconv_transform_internal_ucs2): Likewise.
6412         (__gconv_transform_ucs2reverse_internal): Likewise.
6413         (__gconv_transform_internal_ucs2reverse): Likewise.
6414         (internal_ucs4le_loop_unaligned): Before return
6415         __GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
6416         a valid character.  Otherwise return __GCONV_ILLEGAL_INPUT.
6417         (__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
6418         * iconv/loop.c: Fit in definition of function to convert one character
6419         for processing of left-over bytes from the state object.
6420         * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
6421         inend to match names in loop functions.
6422         (RESET_INPUT_BUFFER): Change apprpriately.
6423         (gconv): If needed, call function to process bytes from the state
6424         object.  Similar at the end: store left over bytes if input is
6425         incomplete.
6426         Take extra argument and add new argument to all calls of the
6427         conversion function.
6428         * iconvdata/iso-2022-cn.c: Adjust numeric values used to store
6429         information in the state object to not conflict with length count.
6430         * iconvdata/iso-2022-jp.c: Likewise.
6431         * iconvdata/iso-2022-kr.c: Likewise.
6432         * iconvdata/unicode.c: Adjust for change change in parameters of
6433         skeleton function.
6434         * iconvdata/utf-16.c: Likewise.
6435         * libio/iofwide.c: Add new parameter to all calls of conversion
6436         function.
6437         * wcsmbs/btowc.c: Likewise.
6438         * wcsmbs/mbrtowc.c: Likewise.
6439         * wcsmbs/mbsnrtowcs.c: Likewise.
6440         * wcsmbs/mbsrtowcs.c: Likewise.
6441         * wcsmbs/wcrtomb.c: Likewise.
6442         * wcsmbs/wcsnrtombs.c: Likewise.
6443         * wcsmbs/wcsrtombs.c: Likewise.
6444         * wcsmbs/wctob.c: Likewise.
6446         * iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
6447         MAX_NEEDED_INPUT.
6449 2000-04-07  Andreas Jaeger  <aj@suse.de>
6451         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
6452         newer kernels.
6454 2000-04-07  Ulrich Drepper  <drepper@redhat.com>
6456         * wcsmbs/wchar.h (__mbstate_t): Rename elements.  Make __value
6457         element a union to allow byte access.
6458         * iconvdata/iso-2022-cn.c: Adjust for change of element name in
6459         mbstate_t.
6460         * iconvdata/iso-2022-jp.c: Likewise.
6461         * iconvdata/iso-2022-kr.c: Likewise.
6462         * wcsmbs/mbsinit.c: Likewise.
6463         * stdlib/mblen.c: Likewise.
6464         * stdio-common/printf-parse.h: Likewise.
6466 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
6468         * sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
6469         kernel does not allow relative seeks on descriptors associated
6470         with directories.  Go back to get the position in the directory
6471         every time we enter the function.  Return -1 and set errno if one
6472         entry could be read from the kernel but does not fit into the
6473         buffer passed in by the user.
6475         * locale/programs/charmap.c (charmap_new_char): Add parameter step.
6476         Support ..(2).. ellipsis.
6477         (parse_charmap): Recognize ..(2).. etc and pass step down.
6478         Correctly generate names for UCS4 characters.
6480         * locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
6481         (ctype_finish): We know the wide character value for <SP>,
6482         don't search.
6483         (charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
6484         (charclass_ucs4_ellipsis): Likewise.
6485         (read_translit_ignore_entry): Store ellipsis step.
6486         (ctype_read): Recognize ..(2).. etc and pass step down.
6488         * locale/programs/linereader.c (lr_token): When seeing comment
6489         character ignore only rest of line in sources but stop at escaped
6490         newline.
6491         Recognize ..(2).. and ....(2).....
6493         * locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
6494         and tok_ellipsis4_2.
6496 2000-04-06  Andreas Jaeger  <aj@suse.de>
6498         * sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
6499         removed, remove it here also.
6500         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
6501         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
6502         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
6503         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
6505 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
6507         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
6508         include bits/sigcontext.h.
6509         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
6511 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
6513         * locale/programs/ld-collate.c (collate_read): Handle ellipsis in
6514         collation symbol definition.  Value in quivalence definition must
6515         be defined, don't check that it is not.
6517         * locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
6518         values as character names.
6520         * locale/programs/ld-ctype.c (get_character): Handle missing
6521         repertoire map correctly.
6523 2000-04-05  Cristian Gafton  <gafton@redhat.com>
6525         * ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
6526         because it is used in generic code.
6527         * wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
6528         * wcsmbs/wcwidth.h: Declare __ctype32_b.
6529         * intl/gettext.c: Include <locale.h>.
6530         * intl/ngettext.c: Likewise.
6532 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6534         * resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
6535         socklen_t type for size.
6536         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
6537         init function interface.
6538         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6539         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
6540         sys/ucontext.h.
6541         (__jmp_buf): Declare the whole type structure here, don't use
6542         ucontext.
6544 2000-04-05  Ulrich Drepper  <drepper@redhat.com>
6546         * iconv/skeleton.c (put16u): Fix typo.
6547         Reported by Bruno Haible <haible@ilog.fr>.
6549         * sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
6550         * sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
6551         * sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
6552         * sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
6553         * sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
6554         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
6556         * sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
6557         * Makefile (distribute): Add abi-versions.awk and
6558         firstversions.awk.
6559         Patches by Torsten Duwe <duwe@caldera.de>.
6561 2000-04-05  Andreas Schwab  <schwab@suse.de>
6563         * nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.
6565 2000-04-05  Andreas Schwab  <schwab@suse.de>
6567         * sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
6568         entry point, used on Hurd.
6570 2000-04-04  Andreas Jaeger  <aj@suse.de>
6572         * intl/Makefile: Only run the gettext test with shared libraries.
6574 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
6576         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
6577         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
6579 2000-04-05  Roland McGrath  <roland@baalperazim.frob.com>
6581         * Makeconfig: Undo last change.
6582         * configure.in: If --disable-shared was given, don't set VERSIONING,
6583         don't define DO_VERSIONING, and don't give scare warning for no
6584         versioning.
6585         * configure: Regenerated.
6587 2000-04-04  Roland McGrath  <roland@baalperazim.frob.com>
6589         * Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
6591 2000-04-04  Andreas Jaeger  <aj@suse.de>
6593         * sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.
6595 2000-04-04  Ulrich Drepper  <drepper@redhat.com>
6597         * elf/dl-runtime.c (fixup): Correct handling of symbols marked
6598         STV_HIDDEN and STV_INTERNAL during lookup.
6599         (profile_fixup): Likewise.
6600         * elf/dl-reloc.c (RESOLVE): Likewise.
6602         * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
6603         unaligned so that it compiles for system which need unaligned
6604         access handling.
6606 2000-04-04  Andreas Schwab  <schwab@suse.de>
6608         * elf/cache.c (print_entry): Only look at the type field when
6609         printing the type.
6611 2000-04-04  Andreas Schwab  <schwab@suse.de>
6613         * iconvdata/big5.c (BODY): Fix typo.
6615 2000-04-04  Andreas Schwab  <schwab@suse.de>
6617         * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
6618         function interface.  Remove unused _dl_start_user entry point.
6620 2000-04-03  Andreas Jaeger  <aj@suse.de>
6622         * include/arpa/inet.h (__inet_aton): Add protoype.
6624 2000-04-01  Andreas Jaeger  <aj@suse.de>
6626         * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.
6628         * sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
6629         * sysdeps/mach/mips/thread_state.h: Likewise.
6631         * sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
6632         * sysdeps/generic/fegetenv.c: Likewise.
6633         * sysdeps/generic/fesetenv.c: Likewise.
6634         * sysdeps/generic/feupdateenv.c: Likewise.
6635         * sysdeps/generic/fraiseexcpt.c: Likewise.
6636         * sysdeps/generic/fsetexcptflg.c: Likewise.
6637         * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
6638         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
6639         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
6640         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
6642 2000-04-02  H.J. Lu  <hjl@gnu.org>
6644         * elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.
6646 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
6648         * elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
6649         (add_name_to_object): Add cast in malloc call.
6650         (fillin_rpath): Optimize loop to initialize ->status a bit.
6652         * sysdeps/i386/dl-machine.h: Undo last change.
6653         * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
6654         Restore %edx register after call here.
6656         * sysdeps/arm/atomicity.h: New file.
6657         Contributed by Jesper Skov <jskov@redhat.com>.
6659 2000-04-03  Roland McGrath  <roland@baalperazim.frob.com>
6661         * Makeconfig (preprocess-versions): Undo last change.
6662         Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
6664         * sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
6665         here, before we might move the stack.
6666         (posixland_init): Set __libc_argc, __libc_argc, and __environ here.
6667         (init1): And not here.
6669         * sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
6670         change, to restore argc value in call-clobbered register after
6671         RTLD_START_SPECIAL_INIT, which will contain a call.
6673         * elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
6674         allocating and initializing L->l_initfini.
6676         * resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
6678 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
6680         * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
6681         RUNPATH, RPATH, and LD_LIBRARY_PATH.
6682         (open_path): Change type of fourth parameter.  Make pointer to array
6683         of pointers.  Create variable dirs with original type.
6684         Track whether any directory for the object exists and if not,
6685         change *DIRSP to (void*) -1 to signal there is no such search path.
6686         (_dl_map_object): Change all calls of open_path.
6687         Rewrite decompose_rpath calls.
6689 2000-03-31  Andreas Schwab  <schwab@suse.de>
6691         * string/strfry.c: Declare STATE as array of char instead of int
6692         and do not initialize it (done by initstate_r).  Pass correct
6693         size.
6695 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
6697         * sysdeps/generic/ldsodefs.h: Fix typo in comment.
6699         * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
6700         instruction out of the code.
6702 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
6704         * elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
6705         element at this position.
6707         * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
6708         * elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
6709         l_reldeps elements.
6710         * elf/dl-lookup.c (add_dependency): New function.
6711         (_dl_lookup_symbol): Use it whenever symbol was found in a global,
6712         dynamically loaded object.
6713         (_dl_lookup_symbol_skip): Likewise.
6714         (_dl_lookup_versioned_symbol): Likewise.
6715         (_dl_lookup_versioned_symbol_skip): Likewise.
6716         * elf/dl-open.c: Don't define _dl_load_lock here...
6717         * elf/rtld.c: ...but here...
6718         * elf/dl-support.c: ...and here.
6719         * elf/dl-close.c (_dl_close): Close also dependent objects introduce
6720         through relocation.
6721         * elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
6722         relocations.
6723         * dlfcn/Makefile (glrefmain.out): Test is not expected to fail
6724         anymore.
6725         * dlfcn/glrefmain.c: Add one more debug message.
6727         * Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
6728         command line.
6729         * Makerules (sysd-versions): Use ( ) instead of { }.
6731         * elf/dl-load.c: Use __builtin_expect to signal that compiler should
6732         optimize for the non-debugging case.
6733         * elf/dl-lookup.c: Likewise.
6734         * sysdeps/generic/libc-start.c: Likewise.
6736 2000-04-02  Roland McGrath  <roland@baalperazim.frob.com>
6738         * sysdeps/mach/hurd/i386/init-first.c: Replace PIC #ifdefs with SHARED.
6739         (init1): Don't initialize __environ here, since init already does it.
6740         (first_init): New function, broken out of _init.
6741         (_hurd_stack_setup): Use it.
6742         [SHARED] (_dl_init_first): New function, renamed from old _init.
6743         (init1) [SHARED]: Don't call posixland_init here.
6744         (posixland_init): Take ENVP arg, so signature is usual for initializer.
6745         [SHARED] (_init): Define as alias for posixland_init.
6746         [! SHARED] (__libc_first_init): Define as alias for posixland_init.
6747         * sysdeps/i386/dl-machine.h (RTLD_START): Insert the macro
6748         RTLD_START_SPECIAL_INIT before calling initializers.
6749         (RTLD_START_SPECIAL_INIT): Define to empty if undefined.
6750         * sysdeps/mach/hurd/i386/dl-machine.h: New file.
6751         * sysdeps/mach/hurd/dl-sysdep.c (_dl_init_first): New weak function.
6752         * elf/Versions ({libc,ld.so}: GLIBC_2.2): Add _dl_init_first.
6754         * stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
6755         since we define the function with the name `tmpfile'.
6757         * mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
6758         * hurd/Versions: Likewise.
6760 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
6762         * elf/dl-runtime.c (fixup): Fix typo in comment.
6764         * resolv/netdb.h (getnameinfo): All length parameters are of type
6765         socklen_t.
6766         * inet/getnameinfo.c: Likewise.
6768 2000-04-01  Ulrich Drepper  <drepper@redhat.com>
6770         * posix/unistd.h (socklen_t): Define if it has not yet happened.
6771         (gethostname): Change type of second parameter to socklen_t.
6772         * include/unistd.h (__gethostname): Change type of second
6773         parameter to socklen_t.
6774         * sysdeps/generic/gethostname.c (__gethostname): Likewise.
6775         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
6776         * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise.
6777         * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname):
6778         Likewise.
6779         * sysdeps/unix/sysv/linux/gethostname.c: Removed.
6780         * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t.
6781         Allow definition elsewhere.
6782         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
6783         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6784         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
6785         * sysdeps/generic/bits/types.h: Define __socklen_t.
6786         * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
6787         * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
6788         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
6789         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
6790         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
6791         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
6792         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
6794         * inet/arpa/inet.h (inet_addr): Change return type to in_addr_t.
6795         (inet_lnaof): Likewise.
6796         (inet_netof): Likewise.
6797         (inet_network): Likewise.
6798         (inet_aton): Likewise.
6799         (inet_makeaddr): Change parameter types to in_addr_t.
6800         (inet_neta): Likewise.
6801         (inet_ntop): Change type of last parameter to socklen_t.
6802         (inet_aton): Only make available if __USE_MISC.
6803         (inet_neta): Likewise.
6804         (inet_net_ntop): Likewise.
6805         (inet_net_pton): Likewise.
6806         (inet_nsap_ntoa): Likewise.
6808         * inet/in.h: Define in_port_t type.
6809         Define in_addr_t type.
6810         (struct in_addr): Use in_addr_t in definition.
6811         (IN_CLASSA): Use cast to in_addr_t.
6812         (IN_CLASSB): Likewise.
6813         (IN_CLASSC): Likewise.
6814         (IN_CLASSD): Likewise.
6815         (IN_EXPERIMENTAL): Likewise.
6816         (IN_BADCLASS): Likewise.
6817         (INADDR_ANY): Likewise.
6818         (INADDR_BROADCAST): Likewise.
6819         (INADDR_NONE): Likewise.
6820         (INADDR_LOOPBACK): Likewise.
6821         (INADDR_UNSPEC_GROUP): Likewise.
6822         (INADDR_ALLHOSTS_GROUP): Likewise.
6823         (INADDR_ALLRTRS_GROUP): Likewise.
6824         (INADDR_MAX_LOCAL_GROUP): Likewise.
6825         (struct sockaddr_in): Use in_port_t for sin_port element.
6826         (struct sockaddr_in6): Use in_port_t for sin6_port element.
6827         Use uint8_t instead of u_int8_t.
6829         * resolv/inet_addr.c (inet_addr): Change return type to in_addr_t.
6830         Call __inet_aton instead of inet_aton.
6831         (__inet_aton): Renamed from inet_aton.  Add weak alias under old name.
6833         * resolv/netdb.h (gethostbyname2): Define only is __USE_MISC.
6834         (innetgr): Likewise.
6835         (struct addrinfo): Use socklen_t for ai_addrlen element.
6837         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MTU_DISCOVER, IPV6_MTU,
6838         IPV6_RECVERR): New defines.
6840         * include/netdb.h: Change type of first parameter of __getnetbyaddr_r.
6841         * inet/getnetbyad.c: Likewise.
6842         * inet/getnetbyad_r.c: Likewise.
6843         * nis/nss_nis/nis-network.c: Likewise.
6844         * nis/nssplus_nis/nisplus-network.c: Likewise.
6845         * nss/nss_files/files-network.c: Likewise.
6846         * resolv/netdb.h: Define uint32_t if not already happened.
6847         Include bits/netdb.h.  Remove definition of struct netent.
6848         Change type of first parameter of getnetbyaddr_r and getnetbyaddr.
6849         * sysdeps/generic/stdint.h: Allow definition of uint32_t elsewhere.
6850         * sysdeps/generic/bits/netdb.h: New file.
6851         * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: New file.
6853         * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
6854         (tests): Add glrefmain.
6855         Add rules to build modules and run tests.  Ignore result of glrefmain
6856         for now since it fails.
6857         * dlfcn/glrefmain.c: New file.
6858         * dlfcn/glreflib1.c: New file.
6859         * dlfcn/glreflib2.c: New file.
6861         * test-skeleton.c: Include <string.h> for strsignal prototype.
6863         * locale/programs/ld-collate.c (check_duplicate): Allow repertoire
6864         to be missing.
6866         * sysdeps/unix/sysv/linux/init-first.c (init): Add code from
6867         former init-first.h.  Initialize __libc_multiple_libcs.
6869 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
6871         * iconv/skeleton.c: Define access macros with u suffix.  Adjust
6872         #if expression for use of unaligned function to the one used in
6873         the definition of these functions.
6874         * iconv/loop.c: Undefined `unaligned' before recursive inclusion.
6875         * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
6876         (internal_ucs4le_loop_unaligned): New function.
6878         * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c.
6879         (tests): Add order.
6880         (module-names): Add dep1, dep2, dep3, and dep4.
6881         Add dependencies for dep* modules and order.
6882         Define rule for order.out which checks the result.
6883         * elf/dep1.c: New file.
6884         * elf/dep2.c: New file.
6885         * elf/dep3.c: New file.
6886         * elf/dep4.c: New file.
6887         * elf/order.c: New file.
6889         * elf/dl-init.c: Fix typo in comment.
6891 2000-03-31  Andreas Jaeger  <aj@suse.de>
6893         * sysdeps/mips/dl-machine.h (RTLD_START): Rewritten to match new
6894         init function interface.
6895         * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise.
6897 2000-03-31  Andreas Jaeger  <aj@suse.de>
6899         * sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
6900         * sysdeps/mips/fpu/fegetenv.c: Likewise.
6901         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
6902         * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
6903         * sysdeps/mips/fpu/fesetenv.c: Likewise.
6905         * sysdeps/generic/ldsodefs.h: DT_INIT_ARRAY is not relocated
6906         anymore, update comment.
6908         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
6910         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove
6911         SHLIB_COMPAT - the struct is always needed.
6913 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
6915         * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
6916         * elf/dl-support.c: Define _dl_starting_up.
6918 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
6920         * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
6921         * sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
6923         * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
6925         * elf/Makefile (dl-routines): Remove preinit.
6926         * elf/Versions: Remove _dl_preinit.
6927         * elf/dl-preinit.c: Removed.  Move content into...
6928         * elf/dl-init.c: ...here.
6929         * sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
6931         * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
6932         elements.
6934 2000-03-29  Geoff Clare  <gwc@unisoft.com>
6936         * stdlib/strfmon.c: Corrected problems with the code that
6937         sets default values for [np]_sep_by_space and
6938         [np]_sign_posn; also the new positive/negative alignment
6939         code from the previous patch was not quite right for
6940         [np]_sign_posn = 0.
6942         * localedata/tst-fmon.data: Changes corresponding to the
6943         two sets of fixes made to stdlib/strfmon.c.
6945 2000-03-29  Jes Sorensen  <jes@pcatls01.cern.ch>
6947         * malloc/malloc.c: Declare bit flags UL so that they will not
6948         default to int size when being inverted.
6950 2000-03-29  Andreas Jaeger  <aj@suse.de>
6952         * sysdeps/unix/sysv/linux/arm/errlist.c: Use shlib-compat macros.
6953         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
6955 2000-03-29  Andreas Jaeger  <aj@suse.de>,
6956             Ralf Baechle <ralf@uni-koblenz.de>
6958         * Makeconfig: Introduce new variable SHARED to mark code used in
6959         the shared library.
6960         * elf/dl-close.c: Use it instead of PIC.
6961         * elf/dl-load.c: Likewise.
6962         * elf/dl-open.c: Likewise.
6963         * hurd/geteuids.c: Likewise.
6964         * include/libc-symbols.h: Likewise.
6965         * include/shlib-compat.h: Likewise.
6966         * libio/freopen.c: Likewise.
6967         * linuxthreads/cancel.c: Likewise.
6968         * linuxthreads/pthread.c: Likewise.
6969         * linuxthreads/wrapsyscall.c: Likewise.
6970         * nss/nsswitch.c: Likewise.
6971         * stdio-common/vfprintf.c: Likewise.
6972         * sysdeps/arm/init-first.c: Likewise.
6973         * sysdeps/i386/init-first.c: Likewise
6974         * sysdeps/generic/init-first.c: Likewise.
6975         * sysdeps/generic/libc-start.c: Likewise.
6976         * sysdeps/mips/init-first.c: Likewise.
6977         * sysdeps/powerpc/elf/libc-start.c: Likewise.
6978         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
6979         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
6980         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
6981         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
6983         * sysdeps/mips/machine-gmon.h (asm): Use __PIC__ as check.
6985 2000-03-29  Andreas Jaeger  <aj@suse.de>
6987         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
6988         Use D_PTR to access relocated entries in l_info.
6989         (elf_machine_rela): Likewise.
6991         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
6992         Likewise.
6993         (elf_machine_rela): Likewise.
6995         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
6996         Likewise.
6997         (__elf_machine_fixup_plt): Likewise.
6998         (__process_machine_rela): Likewise.
7000         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
7001         (elf_machine_rela): Likewise.
7003         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Likewise.
7004         (elf_machine_rel): Likewise.
7006         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
7007         (elf_machine_fixup_plt): Likewise.
7008         (elf_machine_rela): Likewise.
7010 2000-03-29  Andreas Jaeger  <aj@suse.de>
7012         * sysdeps/unix/sysv/linux/msgctl.c: Use shlib-compat macros.
7013         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
7014         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
7015         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
7016         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
7017         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
7018         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
7019         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
7020         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7021         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
7022         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
7023         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
7024         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
7025         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
7026         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7028         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Use shlib-compat
7029         macros, remove K&R prototypes.
7031 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
7033         * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
7034         Reported by Andrew Wiseman <a.wiseman@bandc.dircon.co.uk>
7035         (PR libc/1677).
7037 2000-03-30  Andreas Jaeger  <aj@suse.de>
7039         * misc/sys/cdefs.h: Remove K&R support.
7041 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
7043         * iconv/skeleton.c: Avoid compiling unaligned versions in some
7044         more cases.
7045         * iconv/loop.c: Likewise.
7047 2000-03-29  Bruno Haible  <haible@clisp.cons.org>
7049         * iconv/loop.c (put16): Remove __const. Fix access index.
7050         (put32): Remove __const. Use uint32_t instead of uint16_t.
7051         * iconv/skeleton.c: Likewise.
7053 2000-03-30  Roland McGrath  <roland@baalperazim.frob.com>
7055         * mach/Versions (libc: GLIBC_2.0)
7056         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Conditionalize
7057         __vm_allocate on this.
7058         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]: Conditionalize
7059         mutex- and spinlock-related symbols on this.
7060         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
7061         New version set.  Lock-related symbols go here instead in this case.
7062         * sysdeps/mach/hurd/Versions (libc: GLIBC_2.0): Remove
7063         _cthread_exit_routine, _cthread_init_routine, cthread_keycreate,
7064         cthread_getspecific, cthread_setspecific, __libc_getspecific.
7065         * hurd/Versions
7066         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: GLIBC_2.0):
7067         Put them here instead.
7068         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
7069         New version set.  Those cthreads symbols go here instead in this case.
7070         * Versions.def (libc) [USE_IN_LIBIO]: Add HURD_CTHREADS_0.3 version.
7072 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
7074         * elf/dl-init.c (_dl_init): We don't need to call constructors
7075         recursively.  Fold _dl_init_rec in _dl_init and optimize a bit more.
7077         Implement dynamic determination of constructor/destructor order in
7078         the dynamic linker.
7079         * elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
7080         (GLIBC_2.2): Add _dl_init.
7081         * elf/dl-close.c: Also call all destructors in FINI_ARRAY.
7082         r_duplist is not anymore allocated separately.  l_initfini is and
7083         therefore free it if necessary.
7084         * elf/dl-deps.c: If a searchlist has to be allocated, put all in one
7085         malloc block.  Otherwise allocate l_initfini list only.
7086         Put dependencies for the object in l_initfini list.
7087         Sort dependencies for the object to be loaded topologically.
7088         * elf/dl-fini.c: Before running the destructors sort the topologically.
7089         * elf/dl-init.c (_dl_init): Renamed from _dl_init_next.  Rewrite to
7090         call constructors instead of iterating over the pointers.  Get list of
7091         objects for which to run constructors from l_initfini element. Accept
7092         argc, argv, and env as parameters and pass them to the constructors.
7093         * elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
7094         with size of dynamic section.
7095         * elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
7096         _dl_init_next and calling constructors ourself.
7097         * elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
7098         Take argc, argv, and env as parameters and pass them to the
7099         constructors.  Rewrite to call all constructors and not iterate over
7100         the pointers.
7101         * elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry.  Don't
7102         precompute l_initcount and l_preinitcount.
7103         * elf/link.h (struct link_map): Add l_ldnum member.
7104         Make l_phdr_allocated part of the bitfield.  Remove l_runcount,
7105         l_initcount, and l_preinitcount.  Add l_initfini.
7106         * sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
7107         one for _dl_init.
7108         * sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
7109         function interface.
7110         * sysdeps/unix/sysv/linux/init-first.h: Removed.
7111         * sysdeps/unix/sysv/linux/Dist: Delete file here as well.
7112         * sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
7113         SYSDEP_CALL_INIT.  Make _init a strong alias of init.  The calling
7114         conventions now match.
7116         * sysdeps/generic/libc-start.c: Calling __libc_init_first has no
7117         effect for shared objects.  Don't emit message and call only for
7118         static library.
7120 2000-03-29  Ulrich Drepper  <drepper@redhat.com>
7122         * iconvdata/testdata/CSA_Z243.4-1985-1..UCS-2BE: Renamed from
7123         CSA_Z243.4-1985-1..UCS2.
7124         * iconvdata/testdata/ISO-8859-10..UCS-2BE: Renamed from
7125         ISO-8859-10..UCS2.
7127 2000-03-29  Andreas Jaeger  <aj@suse.de>
7129         * include/unistd.h: Remove duplicate entry for __rmdir.
7130         Remove declaration of __mkdir since __mkdir is declared in
7131         sys/stat.h.
7133         * manual/creature.texi (Feature Test Macros): Fix typo, reported
7134         by Michael Deutschmann <michael@talamasca.ocis.net>.
7136         * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros.
7137         * sysdeps/mips/fpu/fegetenv.c: Likewise.
7138         * sysdeps/mips/fpu/fesetenv.c: Likewise.
7139         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
7140         * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
7142 2000-03-28  Andreas Jaeger  <aj@suse.de>
7144         * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
7145         declaration, the prototype is defined via bits/mathcalls.h.
7146         (__sincosf): Likewise.
7147         (__sincosl): Likewise.
7148         (ldexp): Likewise.
7149         (ldexpf): Likewise.
7150         (ldexpl): Likewise.
7151         (__finite): Likewise.
7152         (__inline_mathcodeNP): New macro without prototype
7153         declarations.
7154         (__inline_mathcodeNP2): Likewise.
7155         (__inline_mathcodeNP3): Likewise.
7156         (__inline_mathcodeNP_): Likewise.
7157         (__inline_mathcodeNP2_): Likewise.
7158         (__inline_mathcodeNP3_): Likewise.
7159         (__inline_mathopNP): Likewise.
7160         (__inline_mathop_declNP): Likewise.
7161         (__inline_mathop_declNP_): Likewise.
7162         (__inline_mathcode_): Use __inline_mathcodeNP_.
7163         (__inline_mathcode2_): Use __inline_mathcodeNP2_.
7164         (__inline_mathcode3_): Use __inline_mathcodeNP3_.
7165         (__inline_mathop_decl_): Use __inline_mathop_declNP__.
7166         (__expm1l): Don't define prototype, the prototype is defined via
7167         bits/mathcalls.h.
7168         (exp): Likewise.
7169         (__expl): Likewise.
7170         (tan): Likewise.
7171         (atan2): Likewise.
7172         (__atan2l): Likewise.
7173         (fmod): Likewise.
7174         (pow): Likewise.
7175         (fabsf): Likewise.
7176         (fabsl): Likewise.
7177         (__fabsl): Likewise.
7178         (asin): Likewise.
7179         (acos): Likewise.
7180         (sinh): Likewise.
7181         (cosh): Likewise.
7182         (tanh): Likewise.
7183         (floor): Likewise.
7184         (ceil): Likewise.
7185         (expm1): Likewise.
7186         (log1p): Likewise.
7187         (asinh): Likewise.
7188         (acosh): Likewise.
7189         (atanh): Likewise.
7190         (hypot): Likewise.
7191         (logb): Likewise.
7192         (fma): Likewise.
7193         (drem): Likewise.
7194         (sqrt): Likewise.
7195         (__sqrtl): Likewise.
7196         (sin): Likewise.
7197         (cos): Likewise.
7198         (atan): Likewise.
7199         (log): Likewise.
7200         (log10): Likewise.
7201         (asinh): Likewise.
7202         (log2): Likewise.
7203         (rint): Likewise.
7205 2000-03-28  Ulrich Drepper  <drepper@redhat.com>
7207         * Makerules: If make variable md5 is defined to yes after
7208         generating dependencies generate MD5 sum for the object.
7210         * iconv/gconv_builtin.h: Fix length in transformation definition
7211         for UNICODEBIG.
7213         * iconvdata/TESTS: Use UCS-2BE instead of UCS2.
7215         * iconv/loop.c: Define get16, get32, put16, and put32 macros to
7216         allow as well reading from/writing to unaligned addresses on machines
7217         which don't support this in hardware.  Use FCTNAME macro to define
7218         function name.  Include the file a second time for platforms which
7219         need special unaligned handling.
7220         * iconv/skeleton.c: Define get16u, get32u, put16u, and put32u macros
7221         to access potentially unaligned addresses.  These macros are intended
7222         to be used only outside the loops.
7223         (unaligned): New definition.  In case the machine can handle unaligned
7224         access define as zero.  Otherwise as a variable which is initialized
7225         as nonzero in case the buffer passed in at runtime is unaligned with
7226         respect to the character set encoding involved.
7227         Call aligned or unaligned looop functions according to unaligned
7228         variable.
7229         * iconvdata/8bit-gap.c: Use get16, get32, put16, and put32 instead
7230         of direct casting pointer to potentially handle unaligned memory
7231         accesses.
7232         * iconvdata/8bit-generic.c: Likewise.
7233         * iconvdata/ansi_x3.110.c: Likewise.
7234         * iconvdata/big5.c: Likewise.
7235         * iconvdata/euc-cn.c: Likewise.
7236         * iconvdata/euc-jp.c: Likewise.
7237         * iconvdata/euc-kr.c: Likewise.
7238         * iconvdata/euc-tw.c: Likewise.
7239         * iconvdata/gbk.c: Likewise.
7240         * iconvdata/iso-2022-cn.c: Likewise.
7241         * iconvdata/iso-2022-jp.c: Likewise.
7242         * iconvdata/iso-2022-kr.c: Likewise.
7243         * iconvdata/iso646.c: Likewise.
7244         * iconvdata/iso_6937-2.c: Likewise.
7245         * iconvdata/iso_6937.c: Likewise.
7246         * iconvdata/johab.c: Likewise.
7247         * iconvdata/sjis.c: Likewise.
7248         * iconvdata/t.61.c: Likewise.
7249         * iconvdata/uhc.c: Likewise.
7250         * iconvdata/unicode.c: Likewise.
7251         * iconvdata/utf-16.c: Likewise.
7253         * locale/programs/simple-hash.c: Little optimizations.  Remove K&R
7254         prototypes.
7256         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_check_all.
7257         * malloc/mcheck.c (mcheck_check_all): Renamed from check_all and made
7258         public.
7259         * malloc/mcheck.h (mcheck_check_all): Declare.
7261         * stdio-common/Makefile (tests): Add tst-obprintf.
7263 2000-03-28  Roland McGrath  <roland@baalperazim.frob.com>
7265         * sysdeps/generic/bits/sigthread.h: Clean up conditionals.
7266         Declare pthread_sigmask.
7268         * csu/version.c: Add 2000 to copyright years.
7269         Remove Emacs local variables section.
7271 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
7273         * iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
7274         __gconv_transform_internal_ucs2little): Remove declarations.
7275         * iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
7276         __gconv_transform_internal_ucs2): Never need to bswap_16.
7277         (__gconv_transform_ucs2reverse_internal,
7278         __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
7280 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
7282         * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
7283         obsoleting version not being defined at all, in which case the
7284         result is always true.
7286         * Makeconfig (preprocess-versions): New canned sequence for running
7287         cpp on shlib-versions and the like.
7288         (soversions.i): Use it.
7289         * Makerules (Versions.all, sysd-versions): Use it to preprocess the
7290         Versions.def and Versions files.
7292 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
7294         * stdio-common/tst-obprintf.c (main): Add another check to see
7295         obstack_printf handling all possible beginnings of the block
7296         inside an obstack chunk.
7298         * locale/programs/localedef.c: Use __malloc_initialize_hook to
7299         install mcheck handler.
7301         * libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
7302         handling problem.
7304 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
7306         * stdio-common/tmpfile.c: Use <shlib-compat.h> macros.
7308         * include/shlib-compat.h: Conditionalize <abi-versions.h> include
7309         on [HAVE_ELF && DO_VERSIONING].
7311 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
7313         * stdio-common/tst-obprintf.c: New file.
7315 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
7317         * libio/genops.c (_IO_default_xsputn): Little optimization.  Call
7318         _IO_OVERFLOW directly instead through __overflow.
7320         * locale/programs/localedef.c (construct_output_path): If path
7321         contains a / compute the end of the directory name correctly.
7323         * include/features.h: Undef and document __USE_XOPEN2K.
7325         * malloc/mcheck.c: Implement pedantic checking of all allocated blocks
7326         whenever a function is called.  Initiated by calling mcheck_pedantic
7327         instead of mcheck.
7328         * malloc/mcheck.h: Declare mcheck_pedantic.
7329         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
7330         * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
7331         for now.
7333 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
7335         * dlfcn/dlopen.c: Use <shlib-compat.h> macros.
7336         * dlfcn/dlopenold.c: Likewise.
7337         * nss/getXXbyYY_r.c: Likewise.
7338         * nss/getXXent_r.c: Likewise.
7339         * hurd/hurdinit.c: Likewise.
7340         * hurd/compat-20.c: Likewise.
7341         * libio/oldiofopen.c: Likewise.
7342         * libio/oldiofclose.c: Likewise.
7343         * libio/oldiofdopen.c: Likewise.
7344         * libio/oldfileops.c: Likewise.
7345         * libio/oldstdfiles.c: Likewise.
7346         * libio/oldiofsetpos.c: Likewise.
7347         * libio/oldiofgetpos.c: Likewise.
7348         * libio/oldiofgetpos64.c: Likewise.
7349         * libio/oldiofsetpos64.c: Likewise.
7350         * libio/oldiopopen.c: Likewise.
7351         * libio/oldpclose.c: Likewise.
7352         * libio/oldtmpfile.c: Likewise.
7353         * libio/freopen.c (freopen): Likewise.
7354         * libio/iofclose.c (_IO_new_fclose): Likewise.
7356         * sysdeps/mach/sys/reboot.h: Include <features.h>.
7357         (reboot): Declare it.
7359         * libio/Makefile (headers): Add bits/stdio-lock.h here.
7361         * sysdeps/mach/hurd/bits/stdio-lock.h: New file.
7363         * include/shlib-compat.h: Include <abi-versions.h> unconditionally.
7365         * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC ||
7366         __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98].
7367         We need this for the sbrk decl, which can be included without Unix98.
7369 2000-03-20  Richard Henderson  <rth@cygnus.com>
7371         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
7372         argument to yperr2nss is an int, not size_t.
7373         * posix/regex.c (print_partial_compiled_pattern): Cast all
7374         ptrdiff_t to long for printing.
7375         (print_compiled_pattern): Use Z for printing size_t.
7376         * posix/testfnm.c (tests): Avoid trigraphs.
7377         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
7378         Use a C comment, not an assembly comment.
7380         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
7381         of __ASSUME_32BITUIDS.
7383 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
7385         * libio/iofopncook.c: Remove K&R prototypes.
7387 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
7389         * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
7390         an initial value of 1024 instead of RLIM_INFINITY.
7392         * Versions.def (libmachuser, libhurduser): Remove these sections,
7393         since these libraries do not presently use symbol versions.
7395         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
7396         is RLIM_INFINITY, return -1 instead.
7398 2000-03-24  Andreas Jaeger  <aj@suse.de>
7400         * Makefile (postclean): Added soversions.i.
7402 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
7404         * sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
7405         _FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
7406         and _FPU_IEEE.  Change _FPU_RESERVED.
7408 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
7410         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.
7412 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
7414         * sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
7415         (gaih_inet): Remove unused duplicate variable.
7417         * inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
7418         Don't use __libc_sa_len, which only exists for Linux.  Just handle
7419         AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
7420         only flavors supported by this function anyway.
7422 2000-03-24  Geoff Clare  <gwc@unisoft.com>
7424         * stdlib/strfmon.c: Corrected problems with missing signs and
7425         missing or extra spaces; allow for sign strings longer than
7426         one character; add padding to ensure positive and negative
7427         formats are aligned when a left precision is used.
7429 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
7431         * stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
7432         Patch by John Mizel <John.Mizel@msdw.com>.
7434 2000-03-25  Ulrich Drepper  <drepper@redhat.com>
7436         * manual/install.texi: Remove references to crypt add-on.
7438 2000-03-25  Roland McGrath  <roland@baalperazim.frob.com>
7440         * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
7441         section while taking the _hurd_rlimit_lock.
7442         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
7444 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
7446         * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
7447         using $(LN_S).
7449         * sysdeps/mach/hurd/if_index.c: New file.
7451         * sysdeps/unix/sysv/linux/net/if.h: Moved to ...
7452         * sysdeps/gnu/net/if.h: here.
7453         (_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
7454         * sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
7455         * sysdeps/generic/net/if.h: New file.  Declares just the standard
7456         functions and `struct if_nameindex' type.
7457         * socket/Makefile (headers): Add net/if.h here.
7458         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
7459         * sysdeps/mach/hurd/Dist: Remove it here.
7460         * sysdeps/unix/sysv/linux/Dist: And here.
7461         * sysdeps/generic/if_index.c: Include <net/if.h>.
7463 2000-03-24  Andreas Jaeger  <aj@suse.de>
7465         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
7466         access relocated entries in l_info.
7467         (elf_machine_got_rel): Likewise.
7468         (elf_machine_runtime_setup): Likewise.
7469         * sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
7470         (elf_machine_runtime_setup): Likewise.
7471         (__dl_runtime_resolve): Likewise.
7473 2000-03-23  Ulrich Drepper  <drepper@redhat.com>
7475         * resolv/netdb.h (SCOPE_DELIMITER): New definitions.
7476         * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
7477         according to RFC 2553.
7478         * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
7479         * inet/getnameinfo.c: Likewise.
7480         Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
7482 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
7484         * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
7485         Remove no-op pointer increment.
7487 2000-03-23  Andreas Jaeger  <aj@suse.de>
7489         * stdio-common/tst-cookie.c (cookieseek): Change prototype to
7490         follow change for libio.h from 2000-03-10.
7492 2000-03-23  Andreas Jaeger  <aj@suse.de>
7494         * elf/dl-addr.c: Adjust include paths for ldsodefs location
7495         change.
7496         * elf/dl-debug.c: Likewise.
7497         * elf/dl-deps.c: Likewise.
7498         * elf/dl-error.c: Likewise.
7499         * elf/dl-fini.c: Likewise.
7500         * elf/dl-init.c: Likewise.
7501         * elf/dl-load.c: Likewise.
7502         * elf/dl-lookup.c: Likewise.
7503         * elf/dl-minimal.c: Likewise.
7504         * elf/dl-object.c: Likewise.
7505         * elf/dl-open.c: Likewise.
7506         * elf/dl-preinit.c: Likewise.
7507         * elf/dl-profile.c: Likewise.
7508         * elf/dl-profstub.c: Likewise.
7509         * elf/dl-reloc.c: Likewise.
7510         * elf/dl-runtime.c: Likewise.
7511         * elf/dl-support.c: Likewise.
7512         * elf/dl-symbol.c: Likewise.
7513         * elf/dl-version.c: Likewise.
7514         * elf/rtld.c: Likewise.
7515         * elf/sprof.c: Likewise.
7516         * sysdeps/generic/dl-cache.c: Likewise.
7517         * sysdeps/generic/dl-origin.c: Likewise.
7518         * sysdeps/generic/dl-sysdep.c: Likewise.
7519         * sysdeps/generic/elf/backtracesyms.c: Likewise.
7520         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
7521         * sysdeps/generic/libc-start.c: Likewise.
7522         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7523         * sysdeps/powerpc/dl-machine.c: Likewise.
7524         * sysdeps/powerpc/elf/libc-start.c: Likewise.
7525         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7526         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7527         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7529         * elf/ldsodefs.h: Move file to ...
7530         * sysdeps/generic/ldsodefs.h: ... here.
7532         * sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
7534         * sysdeps/mips/elf/ldsodefs.h: New file.
7536         * elf/dl-version.c (match_symbol): Use D_PTR to access relocated
7537         entries in l_info.
7538         (_dl_check_map_versions): Likewise.
7539         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
7540         * elf/dl-load.c (_dl_init_paths): Likewise.
7541         (_dl_map_object): Likewise.
7542         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
7543         (elf_get_dynamic_info): Likewise.
7544         * elf/do-lookup.h (FCT): Likewise.
7545         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
7546         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
7547         * elf/dl-addr.c (_dl_addr): Likewise.
7548         * elf/dl-runtime.c (profile_fixup): Likewise.
7549         (fixup): Likewise.
7550         * elf/dl-init.c (_dl_init_next): Likewise.
7551         * sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
7552         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
7553         (DISTINGUISH_LIB_VERSIONS): Likewise.
7554         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
7555         (elf_machine_rel): Likewise.
7557         * elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
7558         for writable dynamic section.
7560 2000-03-22  Ulrich Drepper  <drepper@redhat.com>
7562         * inet/getnameinfo.c (getnameinfo): Check that addrlen value is
7563         large enough.  Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
7565 2000-03-22  Andreas Jaeger  <aj@suse.de>
7567         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
7568         from latest Linux kernel.
7570 2000-03-21  Andreas Jaeger  <aj@suse.de>
7572         * Versions.def: Add version 2.1.4.
7574 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
7576         * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
7577         * libio/oldiofopen.c: Likewise.
7578         * libio/oldiofclose.c: Likewise.
7579         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
7581 2000-03-22  Roland McGrath  <roland@baalperazim.frob.com>
7583         * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
7584         indicating the first version set to obsolete the conditionalized code.
7585         (compat_symbol): New macro.
7586         * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
7587         rhs be the ABI_* macro for the subsuming version.  Assign increasing
7588         integer values to the ABI_* macros for supported versions.
7589         * sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
7590         compat_symbol macro.
7592 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
7594         * nscd/connections.c (nscd_run): Pretty print.
7595         * elf/dl-runtime.c: Include stdlib.h for alloca prototype.
7597         * manual/charset.texi: Fix typos.  Rephrase.
7598         * manual/process.texi: Likewise.
7599         * manual/signal.texi: Likewise.
7600         Patches by Mike Coleman <mkc@kc.net>.
7602         * libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
7603         versions.
7604         * libio/iofdopen.c: Likewise.
7605         * libio/iofgetpos.c: Likewise.
7606         * libio/iofgetpos64.c: Likewise.
7607         * libio/iofopen.c: Likewise.
7608         * libio/iofsetpos.c: Likewise.
7609         * libio/iofsetpos64.c: Likewise.
7610         * libio/iopopen.c: Likewise.
7611         * libio/oldiofopen.c: Likewise.
7612         * libio/pclose.c: Likewise.
7613         * sysdeps/gnu/siglist.c: Likewise.
7614         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
7616         * include/shlib-compat.h (versioned_symbol): Give preprocessor the
7617         chance to expand VERSION_##lib##_##version.
7619         * libio/fileops.c: Use new macros from shlib-compat.h to define
7620         versions.
7621         * libio/iofclose.c: Likewise.
7622         * libio/oldiofclose.c: Likewise.
7623         Patch by Roland McGrath <roland@frob.com>.
7625 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
7627         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
7628         Lay out struct sigcontext according to what really gets passed on
7629         the stack.
7630         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
7631         (elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
7632         (prgregset_t, prfpregset_t): Define to elf_* types.
7633         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
7634         Define to correct value.
7635         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
7636         sigcontext.
7637         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
7639 2000-03-21  Roland McGrath  <roland@baalperazim.frob.com>
7641         * scripts/firstversions.awk: Allow multiple version sets in the
7642         "earliest version" specification, meaning that version sets in the
7643         gaps between listed versions should be folded into the earliest later
7644         version that is explicitly listed.
7645         * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
7646         we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
7648 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
7650         * iconv/gconv_builtin.c: Include <endian.h>.
7651         * iconv/gconv_builtin.h: Add UCS-BE aliases.
7652         Add UCS-4LE transformation.  Define UNICODEBIG and UNICODELITTLE
7653         according to current platform.
7654         * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
7655         __gconv_transform_internal_ucs2reverse, and
7656         __gconv_transform_internal_ucs4le.
7657         * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
7658         __gconv_transform_ucs2reverse_internal and
7659         __gconv_transform_internal_ucs2reverse.
7660         * iconvdata/Makefile (modules): Add UNICODE.
7661         (distribute): Add unicode.c.
7662         * iconvdata/gconv-modules: Add definitions for UNICODE module.
7663         * iconvdata/unicode.c: New file.
7665         * iconvdata/utf-16.c: Rewrite code to emit BOM.  Correct code to
7666         determine byte order of input and convert accordingly.
7668         * iconvdata/utf-16.c (gconv_init): Fix typo.
7670 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
7672         * iconvdata/gconv-modules: Fix typo.
7674         * sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one
7675         more messages.
7677         * sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
7679 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
7681         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.
7683 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
7685         * misc/Makefile (routines): Add mincore.
7687 2000-03-20  Andreas Jaeger  <aj@suse.de>
7689         * sysdeps/generic/mincore.c: New stub file.
7691         * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
7692         from latest Linux kernel.
7694 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
7696         * grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
7697         _SC_GETPW_R_SIZE_MAX.
7699 2000-03-20  Richard Henderson  <rth@cygnus.com>
7701         * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
7702         in GLIBC_2.1.4.
7704 2000-03-20  Richard Henderson  <rth@cygnus.com>
7706         * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
7707         of arithmetic instructions.
7709         * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
7710         with the fpcr.  Protect from INV exception.
7711         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7712         * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
7713         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7715         * sysdeps/alpha/fpu/s_copysign.c: New.
7716         * sysdeps/alpha/fpu/s_copysignf.c: New.
7717         * sysdeps/alpha/fpu/s_fabs.c: New.
7718         * sysdeps/alpha/fpu/s_fabsf.c: New.
7719         * sysdeps/alpha/fpu/s_rint.c: New.
7720         * sysdeps/alpha/fpu/s_rintf.c: New.
7722         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
7724         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
7725         Kill sethae.
7726         * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
7727         * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
7728         Use physical addresses not KSEG addresses.
7729         (io_system): Add PYXIS.
7730         (io): Remove hae.reg, sys, hae_shift.
7731         (stb_mb, stw_mb, stl_mb, __sethae): New.
7732         (inline_outb, inline_outw, inline_outl): Don't set hae.
7733         (inline_inb, inline_inw, inline_inl): Likewise.
7734         (dense_sethae): New null function.
7735         (struct cpuinfo_data): New.
7736         (process_cpuinfo): Use local and stack variables, not static.
7737         Move readlink check here from init_iosys.
7738         (init_iosys): Use __pciconfig_iobase first.  Know SX and LX as PYXIS.
7739         (_iopl): Simplify.
7740         (_hae_shift): Calculate it here.
7741         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
7742         add pciconfig_iobase.
7744 2000-03-20  Roland McGrath  <roland@baalperazim.frob.com>
7746         * locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
7747         * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
7749         * scripts/versions.awk: Fixed version renaming code to distinguish
7750         libraries properly.
7752 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
7754         * include/stdlib.h: Add prototype for __cxa_atexit.
7756         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
7757         _SLOWDOWN flags.  Patch by Jim Blandy <jimb@cygnus.com>.
7759 2000-03-17  Cristian Gafton  <gafton@redhat.com>
7761         * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
7762         existing rtld-installed-name.
7763         ($(rtld-installed-name)): Request libc-$(version) be installed too.
7764         replace existing rtld-installed-name using $(symbolic-link-prog).
7766 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
7768         * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
7769         (insert_value, handle_ellipsis, collate_read): Replace %zu in format
7770         strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
7771         but not the former.
7773 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
7775         * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
7776         glob64.  Since there is no glob64 in the LFS proposal applications
7777         can assume that glob handles LFS situations.  glob64 is only needed
7778         if alternative filesystem functions are used.
7780 2000-03-19  Geoff Clare  <gwc@unisoft.com>
7782         * sysdeps/generic/glob.c: Correct gl_pathc value returned
7783         when GLOB_DOOFFS is set; correct handling of patterns
7784         containing escaped wildcards (and no unescaped ones);
7785         GLOB_ERR flag was being ignored in some situations.
7787         * posix/globtest.c, posix/globtest.sh: Updated to include
7788         tests for the problems fixed by the above changes to glob.c.
7790         * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
7792 2000-03-19  Roland McGrath  <roland@baalperazim.frob.com>
7794         * Makeconfig (soversion.i): Use only first match for each lib.
7796         * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
7798         * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
7799         rather than $(sysd-dirs-done) to protect these rules.
7801         * Makerules (version-renames.def): Target removed.
7802         (Versions.all): Depend on soversions.i directly and parse it.
7804         * Makeconfig (soversions.i): New target, input-reading parts of
7805         soversions.mk generation moved here; result is a canonicalized
7806         list "LIB VERSION [SET]" for this configuration.
7807         (soversions.mk): Use that as input.  Don't emit map-firstversions.
7808         * Makerules (version-renames.def): New target, generated from
7809         soversions.i with contents that was in $(map-firstversions).
7810         (Versions.all): Don't depend on soversions.mk, depend on
7811         version-renames.def instead; just cat it into the input.
7813         * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
7814         for $(map-firstversions), which better handles it being empty.
7816         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
7817         supported version for libc 0.2.90.libio to GLIBC_2.2.
7819         * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
7820         and use it to emit new variable `map-firstversions'.
7821         * scripts/firstversions.awk: New file.
7822         * Makerules (Versions.all): Use scripts/firstversions.awk and
7823         the $(map-firstversions) value to generate a modified versions list
7824         that includes renames in "A = B" syntax for each version set earlier
7825         than the "earliest symbol version" named in shlib-versions.
7826         * scripts/versions.awk: Recognize "A = B" lines in the input to mean
7827         rename version set A to B in the output to the intermediate file.
7828         * scripts/abi-versions.awk: New file.
7829         * Makerules (abi-versions.h): New target, generated by that script.
7830         [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
7831         * include/shlib-compat.h: New file, uses that generated header.
7833 2000-03-18  Roland McGrath  <roland@baalperazim.frob.com>
7835         * Makeconfig (soversions.mk): Convert % -> # in shlib-versions
7836         after stripping # comments, and then run it through cpp.
7837         This allows things like "%ifdef FOO" based on config.h settings.
7838         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
7840         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
7841         and other errors that indicate a pseudo-receive happened, grok through
7842         the message buffer for port rights that need references fixed up.
7844 2000-03-16  Andreas Jaeger  <aj@suse.de>
7846         * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
7848         * sysdeps/unix/sysv/linux/madvise.c: Remove.
7850         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
7851         from latest Linux kernel.
7852         * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
7854         * misc/sys/mman.h: Add prototype for mincore.
7856 2000-03-17  Ulrich Drepper  <drepper@redhat.com>
7858         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
7859         entry for GLIBC_2.0 version of setrlimit.
7860         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7862 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
7864         * nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
7865         * nis/nss_compat/compat-initgroups.c: Likewise.
7866         * nis/nss_nis/nis-initgroups.c: Likewise.
7867         * nis/nss_nis/nis-netgrp.c: Likewise.
7868         * nis/nss_nis/nis-proto.c: Likewise.
7869         * nis/nss_nis/nis-rpc.c: Likewise.
7870         * nis/nss_nis/nis-service.c: Likewise.
7871         * nis/ypclnt.c: Likewise.
7873 2000-03-16  Andreas Jaeger  <aj@suse.de>
7875         * manual/Makefile: MAKEINFO is set to `:' from configure if it
7876         doesn't exist, correct checks.  Fixes PR libc/1649.
7878 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
7880         * nscd/hstcache.c: Restore correct UID.
7881         * nscd/pwdcache.c: Likewise.
7882         Patch from Gabor Gombas <gombasg@inf.elte.hu>.
7884 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
7886         * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
7887         macros for register names, in line with 2000-03-14 linux change.
7889         * sysdeps/mach/sched_yield.c: New file.
7891 2000-03-13  Roland McGrath  <roland@baalperazim.frob.com>
7893         * sysdeps/generic/lockfile.c: Include <stdio.h>
7894         (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
7895         case <libio.h> defined them.
7896         (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
7897         from __internal_*.
7898         (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
7899         ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
7901         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
7902         for more pleasing parse error.
7904 2000-03-16  Ulrich Drepper  <drepper@redhat.com>
7906         * locale/lc-time.c (_nl_init_era_entries): Correct allocation of
7907         memory for eras.
7908         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7910         * elf/Makefile: Add rules to compile and run constload1 test.
7911         * elf/constload1.c: New file.
7912         * elf/constload2.c: New file.
7913         * elf/constload3.c: New file.
7915 2000-03-15  Ulrich Drepper  <drepper@redhat.com>
7917         * sysdeps/posix/open64.c: Make __open64 weak alias.
7918         * sysdeps/posix/pread64.c: Make __pread64 weak alias.
7919         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7920         * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
7921         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7922         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
7923         * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
7924         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7925         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
7926         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7927         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
7929 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
7931         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
7932         Nautilus.  Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
7934 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
7936         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
7937         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
7939 2000-03-08  Andreas Jaeger  <aj@suse.de>
7941         * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
7943 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
7945         * timezone/africa: Update from tzdata2000d.
7946         * timezone/asia: Likewise.
7947         * timezone/australasia: Likewise.
7948         * timezone/europe: Likewise.
7949         * timezone/northamerica: Likewise.
7950         * timezone/southamerica: Likewise.
7952         * po/fr.po: Update from translation team.
7953         * po/de.po: Likewise.
7955         * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
7956         last parameter.  Move code to add map to global scope from here...
7957         * elf/dl-open.c (dl_open_worker): ...here.
7958         * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
7959         * elf/rtld.c: Adjust call to _dl_map_object_deps.
7961         * locale/programs/ld-collate.c (collate_read): Fix warning.
7963         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
7964         values and macros for register names.
7966         * libio/iofopncook.c (_IO_cookie_seek): Return error only if value
7967         returned by seek cookie function is -1.
7969 2000-03-14  Andreas Jaeger  <aj@suse.de>
7971         * locale/localeconv.c (localeconv): Fix typo.
7972         Reported by Andre Charbonneau <andrec@corel.com>.
7974 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
7976         * iconv/skeleton.c: Increment __invocation_counter in inner loop
7977         since modules depend on it counting the number of times the conversion
7978         function got called.
7980         * iconv/gconv_open.c: Optimize loop to setup step data structure.
7982         * iconv/gconv.h: Pretty print.
7984 2000-03-04  Ulrich Drepper  <drepper@redhat.com>
7986         * posix/wordexp-test.c: Correct one of the tests added in the last
7987         change.  Really get the root passwd entry to check again ~root.
7989 2000-03-10  Andreas Jaeger  <aj@suse.de>
7991         * manual/filesys.texi (Working Directory): Fix last patch.
7992         Patch by Martin Buchholz  <martin@xemacs.org>.
7994 2000-03-10  Andreas Jaeger  <aj@suse.de>
7996         * manual/creature.texi (Feature Test Macros): Fix language.
7998 2000-03-10  Roland McGrath  <roland@baalperazim.frob.com>
8000         * mach/devstream.c (devstream_write, devstream_read): New functions.
8001         (input, output): Functions removed.
8002         (mach_open_devstream): Use devstream_{read,write} as cookie functions,
8003         using only the vanilla fopencookie interface.
8005         * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
8006         as macro for __io_functions.
8007         (funcsio): Use cookie_io_functions_t type name.
8008         (fopenport): Renamed from __fopenport.  Rewrite to call fopencookie.
8010         * libio/iofopncook.c (_IO_cookie_init): New function, broken out of
8011         fopencookie.
8012         (fopencookie): Use it.
8013         * libio/libio.h: Declare _IO_cookie_init.
8014         * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
8015         _IO_cookie_init.
8017         * libio/libio.h (__io_seek_fn): Fix second argument type
8018         to be a pointer, in line with the manual and the old stdio.
8019         * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
8021         * sysdeps/generic/bits/stdio-lock.h: New file.
8022         This is a stub with #error, but that's better than no file at all.
8024 2000-03-09  Martin Buchholz  <martin@xemacs.org>
8026         * sysdeps/unix/sysv/linux/alpha/syscall.S: Doc Fixes.
8027         * manual/message.texi (Using gettextized software): Doc Fixes.
8028         * manual/message.texi (Message Translation): Doc Fixes.
8029         * manual/filesys.texi (File Size): Doc Fixes.
8030         * manual/charset.texi (glibc iconv Implementation): Doc Fixes.
8031         * locale/programs/ld-collate.c (collate_output): Doc Fixes.
8032         * iconv/gconv_db.c (find_derivation): Doc Fixes.
8033         * manual/install.texi: Doc Fixes.
8034         * manual/search.texi (Hash Search Function): Doc Fixes.
8035         * manual/stdio.texi (Output Conversion Syntax): Doc Fixes.
8036         * FAQ.in: Doc Fixes.
8037         * config.h.in: Doc Fixes.
8038         * sysdeps/generic/dl-sysdep.c: Doc Fixes.
8039         Doc Fixes.  `allows to' is not correct English.
8041         * elf/rtld.c: Doc fixes.
8042         * manual/creature.texi (Feature Test Macros): Doc fixes.
8043         * manual/memory.texi (Hooks for Malloc): Doc Fixes.
8045         * manual/filesys.texi (Working Directory): Check for ERANGE to
8046         avoid infloop.
8048 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
8050         * string/argz-stringify.c (__argz_stringify): Fix loop termination
8051         conditions so as not to clobber the final '\0' when there is only one
8052         element in the vector.
8054 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
8056         * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
8057         broken by 2000-02-27 change.
8059         * sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
8061 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
8063         * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
8064         argument type, for 2000-02-22 change in signal/signal.h declaration.
8066 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
8068         * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
8069         to getdirentries64 (no __), since the Linux implementation
8070         has no __ name, and there is no declaration for the __ name.
8072         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
8074         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
8075         sed regexp so as not to break directory names including /../ within.
8077         * sysdeps/unix/bsd/bits/waitflags.h: File removed.
8078         The sysdeps/generic file is right for BSD.  This file was in fact the
8079         Hurd file, but the only difference was the WNOREAP flag that was never
8080         actually implemented or used anywhere.
8082         * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
8083         since AC_PATH_PROG already does it for us.
8084         (PERL): Rewrite check added in 2000-02-29 change for syntactic
8085         correctness and sh portability.  I replaced the broken check
8086         with a more sensible implementation of the apparently intended
8087         semantics, which might still be questionable.  Using expr causes
8088         a non-numeric value for `perl -V:apiversion` to be accepted,
8089         refusing to use only a perl that reports a number less than 5;
8090         on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
8091         * configure: Regenerated.
8093 2000-03-08  Andreas Jaeger  <aj@suse.de>
8095         * manual/crypt.texi: Fix paths.
8097 2000-03-07  Andreas Jaeger  <aj@suse.de>
8099         * resolv/netdb.h: The descriptions of rresvport and rresvport_af
8100         were swapped.
8101         Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
8102         libc/1636.
8104 2000-03-06  Andreas Jaeger  <aj@suse.de>
8106         * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
8107         in __sgn1l, otherwise g++ fails to parse this.
8108         Reported by Sean Chen <sean.chen@turbolinux.com>.
8110 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
8112         * configure.in: Compute sizeof-long-double.
8113         * configure: Regenerated.
8114         * config.make.in: Make sizeof-long-double available to sub-makes.
8116 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
8118         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
8119         call.
8121 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
8123         * Makeconfig (rpath-dirs): Add crypt.
8124         (all-subdirs): Remove md5crypt.
8125         * crypt/sysdeps/unix/crypt.c: Move to crypt/.
8126         * crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
8127         * sysdeps/generic/crypt-entry.c: Delete.
8128         * crypt/sysdeps/unix/crypt.h: Move to crypt/.
8129         * sysdeps/generic/crypt.h: Delete.
8130         * crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
8131         * crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
8132         * crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
8133         * sysdeps/generic/des_impl.c: Delete.
8134         * crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
8135         * crypt/sysdeps: Delete.
8136         * crypt/crypt_util.c: Don't use `patchlevel.h'.
8137         * md5-crypt/Versions: Move to crypt/.
8138         * md5-crypt/md5-crypt.c: Move to crypt/.
8139         * md5-crypt/md5.c: Move to crypt/.
8140         * md5-crypt/md5c-test.c: Move to crypt/.
8141         * md5-crypt/md5test.c: Move to crypt/.
8142         * md5-crypt: Delete.
8143         * crypt/Makefile: Adjust for new structure.
8145 2000-03-03  Paul Eggert  <eggert@twinsun.com>
8147         * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
8148         define to 1 if not defined.
8150 2000-03-03  Andreas Jaeger  <aj@suse.de>
8152         * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
8154 2000-03-03  Andreas Jaeger  <aj@suse.de>
8156         * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
8157         cases.
8158         (xdr_int64_t): Correctly handle lower half.
8159         Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
8161 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
8163         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
8164         call.
8166 2000-03-02  Andreas Jaeger  <aj@suse.de>
8168         * sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
8169         2.3.43.
8171 2000-03-02  Andreas Jaeger  <aj@suse.de>
8173         * resolv/Makefile (headers): Add arpa/nameser_compat.h.
8175 2000-03-01  Andreas Jaeger  <aj@suse.de>
8177         * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
8178         (tests): Added tst-getdate.
8180         * time/tst-getdate.c: New file.
8182         * time/datemsk: New file, needed for tst-getdate.
8184 2000-02-29  Cristian Gafton  <gafton@redhat.com>
8186         * configure.in (CCVERSION): Require at least veersion 5 of perl API.
8188 2000-02-17  H.J. Lu  <hjl@gnu.org>
8190         * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
8192         * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
8193         available.
8194         (svcudp_recv): Set up message with the new "xp_pad" field for
8195         IP_PKTINFO.
8196         (svcudp_reply): Support IP_PKTINFO if available.
8198 2000-03-01  Andreas Jaeger  <aj@suse.de>
8200         * time/getdate.c (check_mday): Fix check for february.
8201         Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
8202         <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
8204 2000-03-02  Andreas Jaeger  <aj@suse.de>
8206         * posix/unistd.h: __THROW has to precede __attribute__, otherwise
8207         g++ fails to parse this.
8208         Reported by Sean Chen <sean.chen@turbolinux.com>.
8210 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
8212         * io/creat.c: Moved to...
8213         * sysdeps/generic/creat.c: ...here.
8214         * io/creat64.c: Moved to...
8215         * sysdeps/generic/creat64.c: ...here.
8216         * io/lockf.c: Moved to...
8217         * sysdeps/generic/lockf.c: ...here.
8219         * crypt/crypt.texi: Moved to...
8220         * manual/crypt.texi: ...here.
8221         * crypt/examples/genpass.c: Moved to...
8222         * manual/examples/genpass.c: ...here.
8223         * crypt/examples/mygenpass.c: Moved to...
8224         * manual/examples/mygenpass.c: ...here.
8225         * crypt/examples/testpass.c: Moved to...
8226         * manual/examples/testpass.c: ...here.
8228         * manual/Makefile (chapters): Add crypt.
8229         * manual/conf.texi: Add usual header for not-last chapter.
8230         * manual/crypt.texi: Add special header for last chapter.
8232 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
8234         * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
8235         * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
8236         complain if there is no crypt add-on.
8237         * crypt/configure: Removed.
8239         * crypt/crypt.texi: Update documentation of US export restrictions
8240         to match the 14 Jan 2000 regulations.
8242 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
8244         * crypt: New subdirectory, merged in from the crypt add-on.
8246 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
8248         * include/unistd.h: Add __rmdir and __mkdir prototypes.
8251 See ChangeLog.10 for earlier changes.