Update.
[platform/upstream/glibc.git] / ChangeLog
1 2000-09-16  Jakub Jelinek  <jakub@redhat.com>
2
3         * sysdeps/ia64/Implies: Reorder ieee754 implies so that ldbl-* comes
4         first.
5         * sysdeps/m68k/Implies: Likewise.
6         * sysdeps/sparc/sparc64/Implies: Likewise.
7
8 2000-09-16  Jakub Jelinek  <jakub@redhat.com>
9
10         * elf/readlib.c (process_file): Don't error for stale .so links either.
11
12 2000-09-16  Ulrich Drepper  <drepper@redhat.com>
13
14         * elf/dl-load.c (_dl_map_object_from_fd): Add one more
15         __builtin_expect.
16
17         * include/bits/xopen_lim.h (LONG_BIT): Use LONG_MAX, not INT_MAX.
18         Patch by Thorsten Kukuk <kukuk@suse.de>.
19
20         * dlfcn/Makefile (distribute): Add defaultmod1.c and defaultmod2.c.
21         (test): Add default.
22         (modules-names): Add defaultmod1 and defaultmod2.
23         Add rules to build test objects.
24
25 2000-09-15  Ulrich Drepper  <drepper@redhat.com>
26
27         * wctype/wctype.h: Always include <bits/types.h>.
28         Reported by Jim Meyering <meyering@ascend.com>.
29
30         * elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
31         * elf/dl-support.c: Likewise.
32
33         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Correct position of
34         st_blocks member in stat and stat64 structs.
35         Patch by Bill Nottingham <notting@redhat.com>.
36
37         * iconvdata/tst-tables.sh: Add warning that GB18030 test might
38         take longer.
39
40         * math/complex.h: Don't define _Complex macro for gcc 3.  Add
41         __extension__ to _Complex_I definition since gcc warns if -pedantic.
42         * math/bits/cmathcalls.h (conj): Add __extension__ since we use ~.
43         Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
44
45         * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
46         necessary.  Move includes of POSIX and Unix limits files to the end.
47         * stdlib/Makefile (tests): Add tst-limits.
48         * stdlib/tst-limits.h: New file.
49
50 2000-09-15  Andreas Jaeger  <aj@suse.de>
51
52         * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Handle FE_NOMASK_ENV.
53
54         * sysdeps/mips/bits/fenv.h (FE_NOMASK_ENV): Define.
55
56 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
57
58         * sysdeps/unix/alpha/sysdep.h (inline_syscall_clobbers): Add memory
59         clobber.
60         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
61         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Likewise.
62
63 2000-09-15  Ulrich Drepper  <drepper@redhat.com>
64
65         * elf/Makefile (distribute): Add nextmod1.c and nextmod2.c.
66         (tests): Add next.
67         (modules-names): Add nextmod1 and nextmod2.
68         Add rules to build and run next.
69         * elf/next.c: New file.
70         * elf/nextmod1.c: New file.
71         * elf/nextmod2.c: New file.
72
73 2000-09-14  Jakub Jelinek  <jakub@redhat.com>
74
75         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Fix a typo.
76
77 2000-09-15  Andreas Jaeger  <aj@suse.de>
78
79         * sysdeps/mips/fpu/fenv_libc.h: New file.
80         * sysdeps/mips/fpu/feenablxcpt.c: Use fenv_libc.h
81         * sysdeps/mips/fpu/fegetexcept.c: Likewise.
82         * sysdeps/mips/fpu/fedisblxcpt.c: Likewise.
83
84         * sysdeps/mips/fpu/feenablxcpt.c: New file.
85         * sysdeps/mips/fpu/fegetexcept.c: New file.
86         * sysdeps/mips/fpu/fedisblxcpt.c: New file.
87
88 2000-09-14  Ulrich Drepper  <drepper@redhat.com>
89
90         * intl/Makefile: Avoid unnecessary test reruns.
91
92         * stdio-common/tst-printf.sh: Also allow output from 64-bit machines.
93
94         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Change
95         to not use sysctl().  Too many architectures have problems with it.
96
97 2000-09-14  Andreas Jaeger  <aj@suse.de>
98
99         * scripts/config.sub: New version from subversions.gnu.org.
100
101         * time/clocktest.c (main): Change format, CLOCKS_PER_SEC is now
102         long.
103
104 2000-09-14  Jakub Jelinek  <jakub@redhat.com>
105
106         * posix/regex.c (compile_range): Cast collseq index to unsigned char
107         to avoid accessing data before collseq.
108
109         * sysdeps/sparc/fpu/bits/mathinline.h (__unordered_v9cmp): Avoid
110         pasting strings together.
111
112 2000-09-14  Greg McGary  <greg@mcgary.org>
113
114         * sysdeps/generic/bp-checks.h: Remove bogus reference to GNU MP in
115         copyright notice.
116         * sysdeps/generic/bp-semctl.h: Likewise.
117         * sysdeps/generic/bp-start.h: Likewise.
118         * sysdeps/generic/bp-sym.h: Likewise.
119         * sysdeps/generic/bp-thunks.h: Likewise.  Include <stdio.h> to get
120         rename prototype.
121
122 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
123
124         * io/test-lfs.c (do_test): Allow stat64() to return EOVERFLOW and
125         don't fail.
126
127         * elf/elf.h: Add missing official relocations.
128
129         * libio/stdio.h: Define __FILE if __need___FILE is defined.
130         * stdio/stdio.h: Likewise.
131         * wcsmbs/wchar.h: Get definition of __FILE. Use __FILE instead of FILE.
132         * include/stdio.h: Handle __need___FILE like __need_FILE.
133         * include/wchar.h: Use __FILE instead of FILE.
134         * libio/fwprintf.c: Include <stdio.h> for FILE definition.
135         * libio/fwscanf.c: Likewise.
136         * libio/getwc.c: Likewise.
137
138         * sysdeps/generic/stdint.h (WINT_MAX): Define to 4294967295u.
139         * sysdeps/generic/bits/wchar.h (WCHAR_MIN): Define to -2147483647 - 1.
140         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Likewise.
141
142         * assert/assert.h: Update comment header about ISO C section.
143         * math/complex.h: Likewise.
144         * ctype/ctype.h: Likewise.
145         * include/errno.h: Likewise.
146         * include/limits.h: Likewise.
147         * locale/locale.h: Likewise.
148         * math/math.h: Likewise.
149         * setjmp/setjmp.h: Likewise.
150         * signal/signal.h: Likewise.
151         * stdio/stdio.h: Likewise.
152         * libio/stdio.h: Likewise.
153         * stdlib/stdlib.h: Likewise.
154         * string/string.h: Likewise.
155         * time/time.h: Likewise.
156         * wcsmbs/wchar.h: Likewise.
157         * wctype/wctype.h: Likewise.
158         Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
159
160 2000-09-13  Andreas Jaeger  <aj@suse.de>
161
162         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Fix test
163         for no more entries.
164         * sysdeps/unix/sysv/aix/bits/socket.h (__cmsg_nxthdr): Likewise.
165         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Likewise.
166         Reported by Eric S. Johnson <esj@cs.fiu.edu>, closes PR libc/1887.
167
168 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
169
170         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Make a long int
171         constant since this is what clock_t is.
172         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
173         * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
174         * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
175         * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise.
176
177         * time/time.h: Don't defined clockid_t and timer_t unless POSIX
178         definitions are requested.
179
180 2000-09-13  Andreas Jaeger  <aj@suse.de>
181
182         * shlib-versions: libBrokenLocale needs minimal version for ia64,
183         sparc64 and sh to synch with libc.
184
185 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
186
187         * iconvdata/Makefile (modules): Add ISO-2022-CN-EXT.
188         (distribute): Add iso-2022-cn-ext.c.
189         Add definitions to compile the new module.
190         * iconvdata/gconv-modules: Add entries for ISO-2022-CN-EXT.
191         * iconvdata/iso-2022-cn-ext.c: New file.
192         * iconvdata/iso-ir-165.h (isoir165_to_ucs4): Renamed from
193         ucs4_from_isoir165.  Increment input pointer if successful.
194
195         * csu/Makefile: Work around a gcc bug when creating csu-dummies.
196
197         * sysdeps/unix/sysv/linux/getdents.c: Pretty print.
198
199 2000-09-01  Jes Sorensen  <jes@linuxcare.com>
200
201         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add
202         __syscall_getdents64 wrapper.
203
204         * sysdeps/unix/sysv/linux/ia64/net/route.h: New file.
205
206 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
207
208         * iconvdata/gb18030.c: Many many changes.  Make consistent with
209         charmap and with itself.
210         * iconvdata/tst-tables.sh: Test GB18030.
211
212 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
213
214         * iconv/skeleton.c: Fix last patch, add missing parameter to
215         unaligned function call.
216
217 2000-09-10  Bruno Haible  <haible@clisp.cons.org>
218
219         * locale/programs/ld-collate.c (collate_read): Fix typo in handling
220         of decimal ellipsis.
221
222 2000-09-11  Bruno Haible <haible@clisp.cons.org>
223
224         * locale/programs/ld-collate.c (collate_read): Always initialize
225         error_section.next.
226
227 2000-09-10  Bruno Haible  <haible@clisp.cons.org>
228
229         * locale/programs/ld-collate.c (collate_finish): Upper bound for
230         ruleidx is 128, not 256.
231
232 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
233
234         * locale/programs/ld-collate.c (collate_read): Correct check for
235         already inserted entries.
236
237 2000-09-10  Bruno Haible <haible@clisp.cons.org>
238
239         * iconv/skeleton.c (FUNCTION_NAME): Handle unaligned access in
240         second try as well.
241
242 2000-09-10  Bruno Haible <haible@clisp.cons.org>
243
244         * iconv/skeleton.c (FUNCTION_NAME): Optimize an `if' if
245         MAX_NEEDED_FROM > 1 && MAX_NEEDED_TO > 1.
246
247 2000-09-10  Bruno Haible <haible@clisp.cons.org>
248
249         * iconv/skeleton.c (gconv_init): Replace all uses of RESET_STATE with
250         SAVE_RESET_STATE.
251
252 2000-09-10  Bruno Haible  <haible@clisp.cons.org>
253
254         * iconvdata/utf-7.c: New file.
255         * iconvdata/gconv-modules (UTF-7): New module entries.
256         * iconvdata/Makefile (modules): Add UTF-7.
257         (distribute): Add utf-7.c.
258         * iconvdata/testdata/UTF-7: New file.
259         * iconvdata/testdata/UTF-7..UTF8: New file.
260         * iconvdata/TESTS (UTF-7): New entry.
261         * iconvdata/run-iconv-test.sh: Fix confusing output.
262
263 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
264
265         * sysdeps/posix/tempname.c (__gen_tempname): Use __lxstat and __xstat.
266
267 2000-09-10  David S. Miller  <davem@redhat.com>
268
269         * sysdeps/sparc/sparc32/__longjmp.S (__longjmp): Correct %fp
270         frame pointer offset for non-fast path.
271
272 2000-09-10  Ulrich Drepper  <drepper@redhat.com>
273
274         * locale/programs/3level.h (*_init): Initialize level1, level2,
275         and level3 as well.
276         (*_add): Remove a few unnecessary conditionals.
277
278 2000-09-05  Wolfram Gloger  <wg@malloc.de>
279
280         * malloc/thread-m.h [_LIBC]: Even if not linking with libpthread,
281         ensure usability of mutex as an `in use' flag.
282
283 2000-09-10  Ulrich Drepper  <drepper@redhat.com>
284
285         * shlib-versions: Simplify libm entries.  Correct a few Hurd entries.
286
287         * sysdeps/generic/initfini.c: Rewrite slightly to get rid of the
288         ugly GMON_WEAK_START hack.
289         Patch by Philip Blundell <philb@gnu.org>.
290
291         * sysdeps/i386/i486/bits/string.h: Pretty printing.
292
293 2000-09-09  Ulrich Drepper  <drepper@redhat.com>
294
295         * sysdeps/powerpc/dl-machine.c: Add volatile to PPC_DCBST, PPC_SYNC,
296         and PPC_ICBI asm for broken compilers.
297         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
298
299 2000-09-09  Andreas Jaeger  <aj@suse.de>
300
301         * manual/message.texi (Advanced gettext functions): Fix typo.
302
303         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <string.h> for
304         strncpy prototype.
305
306 2000-09-09  Ulrich Drepper  <drepper@redhat.com>
307
308         * sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler
309         warnings.
310         * sysdeps/ia64/memccpy.S: Likewise.
311         Patches by Jim Wilson <wilson@redhat.com>.
312
313         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Use uname
314         before trying to read /proc.
315         Patch by Matt Wilson <msw@redhat.com>.
316         * include/sys/utsname.h: Declare __uname.
317         * sysdeps/generic/uname.c: Make uname a weak alias of __uname.
318         * sysdeps/mach/hurd/uname.c: Likewise.
319         * sysdeps/unix/syscalls.list: Likewise.
320
321         * iconv/gconv_dl.c (do_release_shlib): Rewrite condition for
322         unloading a bit.
323
324 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
325
326         * posix/getopt.c (_getopt_internal): When long_only is set always
327         recognize conflicts just like before.
328
329 2000-09-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
330
331         * sysdeps/ia64/Makefile (sysdep-rtld-routines): New variable.
332
333 2000-09-08  Greg McGary  <greg@mcgary.org>
334
335         * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature.
336         * sysdeps/unix/make-syscalls.sh: New signature keyletter `V'.
337         * sysdeps/generic/bp-checks.h (CHECK_N_PAGES): New macro.
338
339 2000-09-08  Andreas Jaeger  <aj@suse.de>
340
341         * sysdeps/unix/sysv/linux/arm/lockf64.c: New file.
342
343         * sysdeps/unix/sysv/linux/arm/fcntl.c: New file.
344
345         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h
346         (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8.
347         (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
348
349 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
350
351         * iconvdata/tst-tables.sh: Enable EUC-KR test.
352
353         * elf/dl-load.c (lose): Decrement _nl_loaded.
354         (_dl_map_object_from_fd): Don't try to dlopen executables.
355
356         * iconvdata/tst-tables.sh: Actually return with an error if
357         something goes wrong.
358         * iconvdata/tst-table.sh: Return with an error if any of the cmp fails.
359         * iconvdata/big5hkscs.c (BODY of FROM_LOOP): Reject 0xff as input.
360
361         * iconvdata/tst-tables.sh: Add BIG5HKSCS.
362
363         * iconvdata/tst-table-to.c (main): Correct cast in iconv call.
364         * iconvdata/tst-table-from.c: Include <string.h>.
365         (try): Correct cast in iconv call.
366
367         * elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines)
368         too.
369         * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable.
370         (sysdep_routines): Remove dl-start.
371         Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
372
373         * assert/__assert.c: Undefine NDEBUG before include <assert.h>.
374
375         * sysdeps/unix/sysv/linux/msgsnd.c (msgsnd): Add cast to avoid warning.
376         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
377
378 2000-09-06  Andreas Schwab  <schwab@suse.de>
379
380         * sysdeps/unix/sysv/linux/ia64/bits/time.h: New file.
381
382 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
383
384         * sysdeps/unix/sysv/linux/gethostid.c: Find hostid file in /etc.
385
386         * scripts/config.sub: Strip out -unknown for Linux targets.
387         Patch by Scott Bambrough <scottb@netwinder.org>.
388
389         * posix/tst-dir.c (main): Correct one bug (missing NULL test) and
390         add one more test.
391
392 2000-09-07  Andreas Jaeger  <aj@suse.de>
393
394         * sysdeps/unix/sysv/linux/mips/lockf64.c: New file.
395
396         * sysdeps/unix/sysv/linux/i386/fcntl.c: Add prototypes for the
397         syscalls.
398
399         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_fcntl.
400
401         * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to dl_lookup.
402         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
403
404         * sysdeps/unix/sysv/linux/mips/fcntl.c: New file.
405
406         * stdlib/tst-bsearch.c (main): Add more test cases.
407
408         * locale/programs/ld-collate.c (handle_ellipsis): Fix typo.
409         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
410         Reported by GOTO Masanori <gotom@debian.or.jp>.
411
412 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
413
414         * posix/Makefile (tests): Add tst-dir.
415         (tst-dir-ARGS): New variable.
416         * posix/tst-dir.c: New file.
417
418 2000-09-07  Andreas Jaeger  <aj@suse.de>
419
420         * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_getdents64): New.
421         (SYS_fcntl64): New.
422
423         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add getdents64.
424
425 2000-09-06  Ulrich Drepper  <drepper@redhat.com>
426
427         * sysdeps/unix/opendir.c: If O_DIRECTORY_WORKS is defined don't
428         use the hack with tryopen_o_directory to determine at runtime
429         whether it works.
430         * sysdeps/unix/sysv/linux/opendir.c: New file.
431         * sysdeps/unix/sysv/linux/kernel-features.h: Define
432         __ASSUME_O_DIRECTORY if kernel knows O_DIRECTORY.
433
434         * catgets/Depend: New file.  Add intl.
435         * catgets/Makefile (tests): Add tst-catgets.
436         (generated): Remove de.msg.
437         (generated-dirs): Add de.
438         Add dependency if tst-catgets output on de/libc.cat.
439         * catgets/tst-catgets.c: New file.
440
441         * po/ja.po: New file.
442         * po/el.po: Update from translation team.
443
444         * wcsmbs/Depend: New file.
445         * wcsmbs/Makefile (tests): Add tst-btowc.
446         (tst-btowc-ENV): Define.
447         * wcsmbs/tst-btowc.c: New file.
448
449         * sysdeps/unix/sysv/linux/_G_config.h: Moved to...
450         * sysdeps/gnu/_G_config.h: ...here to be shared with Hurd.
451
452         * sysdeps/posix/signal.c: Add sig to act.sa_mask for completeness.
453
454         * stdlib/Makefile (tests): Add tst-bsearch.
455         * stdlib/tst-bsearch.c: New file.
456
457         * posix/getopt.c (_getopt_internal): Don't recognize an option
458         name as ambiguous if it's a prefix for more than one name but the
459         other struct option values are identical.
460
461         * posix/tstgetopt.c: Add test for improved ambiguity recognition.
462         Don't depend on visual inspection of the output file to recognize
463         errors.
464         * posix/Makefile (tstgetopt-ARGS): Add a few more parameters.
465
466 2000-09-06  Andreas Jaeger  <aj@suse.de>
467
468         * sysdeps/alpha/soft-fp/Dist: New file.
469         * sysdeps/i386/soft-fp/Dist: New file.
470         * sysdeps/mips/mips64/soft-fp/Dist: New file.
471         * sysdeps/mips/soft-fp/Dist: New file.
472         * sysdeps/powerpc/soft-fp/Dist: New file.
473         * sysdeps/sparc/sparc32/soft-fp/Dist: New file.
474         * sysdeps/sparc/sparc64/soft-fp/Dist: New file.
475
476         * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]:
477         Use sysdep_routines instead of routines to fix make dist failure.
478         * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented
479         out code).
480         * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise.
481
482         * sysdeps/mips/Makefile [$(subdir) = misc]:  Use
483         sysdep_headers instead of headers for make dist.
484
485         * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]:
486         Likewise.
487
488 2000-09-06  Andreas Schwab  <schwab@suse.de>
489
490         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: New file.
491
492 2000-09-06  Andreas Jaeger  <aj@suse.de>
493
494         * soft-fp/Makefile (distribute): Remove ChangeLog.
495
496         * sysdeps/sparc/sparc32/Makefile [$(subdir) = gnulib]:  Use
497         sysdep_routines instead of routines for make dist.
498
499 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
500
501         * libio/libio.h (_IO_fwide_maybe_incompatible): For glibc 2.0
502         compatibility check for old stream and call _IO_wide in doubt.
503         (_IO_fwide): Use _IO_fwide_maybe_incompatible macro.
504         * libio/iofwide.c (_IO_fwide): If compatibility with glibc 2.0 is
505         needed tst for such an old structure and don't do anything.
506         * libio/freopen.c: Remove declaration of _IO_stdin_used.
507
508 2000-09-06  Andreas Jaeger  <aj@suse.de>
509
510         * sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify
511         sysdep-dl-routines and sysdep_routines instead of rtld-routines
512         and dl-routines.
513
514         * soft-fp/ChangeLog: Merged with this file.
515
516 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
517
518         * soft-fp/Makefile (distribute): Add op-8.h and testit.c.
519
520         * soft-fp/Makefile (distribute): Add the math functions, too.
521
522         * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure.
523
524 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
525
526         * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
527         as a statement.
528
529         * soft-fp/sysdeps/powerpc/Makefile (routines): New file.
530         * soft-fp/sysdeps/powerpc/q_*: New files.
531
532 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
533
534         * stdio-common/vfprintf.c (process_string_arg): Handle precision
535         in wide char case correctly.  Don't allocate too long temporary
536         strings with alloca.
537
538         * stdio-common/Makefile (tests): Add tst-swprintf.
539         (tst-swprintf-ENV): New variable.
540         * stdio-common/tst-swprintf.c: New file.
541
542 2000-09-05  Andreas Jaeger  <aj@suse.de>
543
544         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use st_pad5.
545         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Fix assignments.
546         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
547
548 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
549
550         * configure.in: Strip out "unknown" from configuration names.
551
552 2000-09-05  Andreas Jaeger  <aj@suse.de>
553
554         * sysdeps/powerpc/Subdirs: New file, adds soft-fp.
555
556         * sysdeps/sparc/sparc64/Implies: Add soft-fp.
557         * sysdeps/sparc/sparc32/Implies: Likewise.
558         * sysdeps/powerpc/Implies: Likewise.
559
560         * libio/oldiofsetpos64.c: Check for compatibility with glibc 2.1.
561         * libio/oldiofgetpos64.c: Likewise.
562
563         * soft-fp/Makefile (distribute): Remove configure.
564
565         * sysdeps/sparc/sparc64/soft-fp/Versions: Use version glibc 2.2.
566
567         * soft-fp/configure: Remove.
568
569         * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
570         * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
571
572         * soft-fp/sysdeps/sparc/sparc32/Makefile: Move from here...
573         * sysdeps/sparc/sparc32/soft-fp/Makefile: ... to here.
574
575         * soft-fp/sysdeps/powerpc/Makefile: Move from here...
576         * sysdeps/powerpc/soft-fp/Makefile: ... to here.
577
578         * soft-fp/sysdeps/sparc/sparc64/Makefile: Move from here...
579         * sysdeps/sparc/sparc64/soft-fp/Makefile: ... to here.
580
581         * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
582         * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
583
584         * soft-fp/sysdeps/powerpc/q_add.c: Move from here...
585         * sysdeps/powerpc/soft-fp/q_add.c: ... to here.
586
587         * soft-fp/sysdeps/powerpc/q_cmp.c: Move from here...
588         * sysdeps/powerpc/soft-fp/q_cmp.c: ... to here.
589
590         * soft-fp/sysdeps/powerpc/q_cmpe.c: Move from here...
591         * sysdeps/powerpc/soft-fp/q_cmpe.c: ... to here.
592
593         * soft-fp/sysdeps/powerpc/q_div.c: Move from here...
594         * sysdeps/powerpc/soft-fp/q_div.c: ... to here.
595
596         * soft-fp/sysdeps/powerpc/q_dtoq.c: Move from here...
597         * sysdeps/powerpc/soft-fp/q_dtoq.c: ... to here.
598
599         * soft-fp/sysdeps/powerpc/q_feq.c: Move from here...
600         * sysdeps/powerpc/soft-fp/q_feq.c: ... to here.
601
602         * soft-fp/sysdeps/powerpc/q_fge.c: Move from here...
603         * sysdeps/powerpc/soft-fp/q_fge.c: ... to here.
604
605         * soft-fp/sysdeps/powerpc/q_fgt.c: Move from here...
606         * sysdeps/powerpc/soft-fp/q_fgt.c: ... to here.
607
608         * soft-fp/sysdeps/powerpc/q_fle.c: Move from here...
609         * sysdeps/powerpc/soft-fp/q_fle.c: ... to here.
610
611         * soft-fp/sysdeps/powerpc/q_flt.c: Move from here...
612         * sysdeps/powerpc/soft-fp/q_flt.c: ... to here.
613
614         * soft-fp/sysdeps/powerpc/q_fne.c: Move from here...
615         * sysdeps/powerpc/soft-fp/q_fne.c: ... to here.
616
617         * soft-fp/sysdeps/powerpc/q_itoq.c: Move from here...
618         * sysdeps/powerpc/soft-fp/q_itoq.c: ... to here.
619
620         * soft-fp/sysdeps/powerpc/q_lltoq.c: Move from here...
621         * sysdeps/powerpc/soft-fp/q_lltoq.c: ... to here.
622
623         * soft-fp/sysdeps/powerpc/q_mul.c: Move from here...
624         * sysdeps/powerpc/soft-fp/q_mul.c: ... to here.
625
626         * soft-fp/sysdeps/powerpc/q_neg.c: Move from here...
627         * sysdeps/powerpc/soft-fp/q_neg.c: ... to here.
628
629         * soft-fp/sysdeps/powerpc/q_qtod.c: Move from here...
630         * sysdeps/powerpc/soft-fp/q_qtod.c: ... to here.
631
632         * soft-fp/sysdeps/powerpc/q_qtoi.c: Move from here...
633         * sysdeps/powerpc/soft-fp/q_qtoi.c: ... to here.
634
635         * soft-fp/sysdeps/powerpc/q_qtoll.c: Move from here...
636         * sysdeps/powerpc/soft-fp/q_qtoll.c: ... to here.
637
638         * soft-fp/sysdeps/powerpc/q_qtos.c: Move from here...
639         * sysdeps/powerpc/soft-fp/q_qtos.c: ... to here.
640
641         * soft-fp/sysdeps/powerpc/q_qtou.c: Move from here...
642         * sysdeps/powerpc/soft-fp/q_qtou.c: ... to here.
643
644         * soft-fp/sysdeps/powerpc/q_qtoull.c: Move from here...
645         * sysdeps/powerpc/soft-fp/q_qtoull.c: ... to here.
646
647         * soft-fp/sysdeps/powerpc/q_sqrt.c: Move from here...
648         * sysdeps/powerpc/soft-fp/q_sqrt.c: ... to here.
649
650         * soft-fp/sysdeps/powerpc/q_stoq.c: Move from here...
651         * sysdeps/powerpc/soft-fp/q_stoq.c: ... to here.
652
653         * soft-fp/sysdeps/powerpc/q_sub.c: Move from here...
654         * sysdeps/powerpc/soft-fp/q_sub.c: ... to here.
655
656         * soft-fp/sysdeps/powerpc/q_ulltoq.c: Move from here...
657         * sysdeps/powerpc/soft-fp/q_ulltoq.c: ... to here.
658
659         * soft-fp/sysdeps/powerpc/q_util.c: Move from here...
660         * sysdeps/powerpc/soft-fp/q_util.c: ... to here.
661
662         * soft-fp/sysdeps/powerpc/q_utoq.c: Move from here...
663         * sysdeps/powerpc/soft-fp/q_utoq.c: ... to here.
664
665         * soft-fp/sysdeps/sparc/sparc32/q_add.c: Move from here...
666         * sysdeps/sparc/sparc32/soft-fp/q_add.c: ... to here.
667
668         * soft-fp/sysdeps/sparc/sparc32/q_cmp.c: Move from here...
669         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: ... to here.
670
671         * soft-fp/sysdeps/sparc/sparc32/q_cmpe.c: Move from here...
672         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: ... to here.
673
674         * soft-fp/sysdeps/sparc/sparc32/q_div.c: Move from here...
675         * sysdeps/sparc/sparc32/soft-fp/q_div.c: ... to here.
676
677         * soft-fp/sysdeps/sparc/sparc32/q_dtoq.c: Move from here...
678         * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: ... to here.
679
680         * soft-fp/sysdeps/sparc/sparc32/q_feq.c: Move from here...
681         * sysdeps/sparc/sparc32/soft-fp/q_feq.c: ... to here.
682
683         * soft-fp/sysdeps/sparc/sparc32/q_fge.c: Move from here...
684         * sysdeps/sparc/sparc32/soft-fp/q_fge.c: ... to here.
685
686         * soft-fp/sysdeps/sparc/sparc32/q_fgt.c: Move from here...
687         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: ... to here.
688
689         * soft-fp/sysdeps/sparc/sparc32/q_fle.c: Move from here...
690         * sysdeps/sparc/sparc32/soft-fp/q_fle.c: ... to here.
691
692         * soft-fp/sysdeps/sparc/sparc32/q_flt.c: Move from here...
693         * sysdeps/sparc/sparc32/soft-fp/q_flt.c: ... to here.
694
695         * soft-fp/sysdeps/sparc/sparc32/q_fne.c: Move from here...
696         * sysdeps/sparc/sparc32/soft-fp/q_fne.c: ... to here.
697
698         * soft-fp/sysdeps/sparc/sparc32/q_itoq.c: Move from here...
699         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: ... to here.
700
701         * soft-fp/sysdeps/sparc/sparc32/q_mul.c: Move from here...
702         * sysdeps/sparc/sparc32/soft-fp/q_mul.c: ... to here.
703
704         * soft-fp/sysdeps/sparc/sparc32/q_neg.c: Move from here...
705         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: ... to here.
706
707         * soft-fp/sysdeps/sparc/sparc32/q_qtod.c: Move from here...
708         * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: ... to here.
709
710         * soft-fp/sysdeps/sparc/sparc32/q_qtoi.c: Move from here...
711         * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: ... to here.
712
713         * soft-fp/sysdeps/sparc/sparc32/q_qtos.c: Move from here...
714         * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: ... to here.
715
716         * soft-fp/sysdeps/sparc/sparc32/q_qtoui.c: Move from here...
717         * sysdeps/sparc/sparc32/soft-fp/q_qtoui.c: ... to here.
718
719         * soft-fp/sysdeps/sparc/sparc32/q_qtoux.c: Move from here...
720         * sysdeps/sparc/sparc32/soft-fp/q_qtoux.c: ... to here.
721
722         * soft-fp/sysdeps/sparc/sparc32/q_qtox.c: Move from here...
723         * sysdeps/sparc/sparc32/soft-fp/q_qtox.c: ... to here.
724
725         * soft-fp/sysdeps/sparc/sparc32/q_sqrt.c: Move from here...
726         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: ... to here.
727
728         * soft-fp/sysdeps/sparc/sparc32/q_stoq.c: Move from here...
729         * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: ... to here.
730
731         * soft-fp/sysdeps/sparc/sparc32/q_sub.c: Move from here...
732         * sysdeps/sparc/sparc32/soft-fp/q_sub.c: ... to here.
733
734         * soft-fp/sysdeps/sparc/sparc32/q_uitoq.c: Move from here...
735         * sysdeps/sparc/sparc32/soft-fp/q_uitoq.c: ... to here.
736
737         * soft-fp/sysdeps/sparc/sparc32/q_util.c: Move from here...
738         * sysdeps/sparc/sparc32/soft-fp/q_util.c: ... to here.
739
740         * soft-fp/sysdeps/sparc/sparc32/q_uxtoq.c: Move from here...
741         * sysdeps/sparc/sparc32/soft-fp/q_uxtoq.c: ... to here.
742
743         * soft-fp/sysdeps/sparc/sparc32/q_xtoq.c: Move from here...
744         * sysdeps/sparc/sparc32/soft-fp/q_xtoq.c: ... to here.
745
746         * soft-fp/sysdeps/sparc/sparc64/qp_add.c: Move from here...
747         * sysdeps/sparc/sparc64/soft-fp/qp_add.c: ... to here.
748
749         * soft-fp/sysdeps/sparc/sparc64/qp_cmp.c: Move from here...
750         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: ... to here.
751
752         * soft-fp/sysdeps/sparc/sparc64/qp_cmpe.c: Move from here...
753         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: ... to here.
754
755         * soft-fp/sysdeps/sparc/sparc64/qp_div.c: Move from here...
756         * sysdeps/sparc/sparc64/soft-fp/qp_div.c: ... to here.
757
758         * soft-fp/sysdeps/sparc/sparc64/qp_dtoq.c: Move from here...
759         * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: ... to here.
760
761         * soft-fp/sysdeps/sparc/sparc64/qp_feq.c: Move from here...
762         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: ... to here.
763
764         * soft-fp/sysdeps/sparc/sparc64/qp_fge.c: Move from here...
765         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: ... to here.
766
767         * soft-fp/sysdeps/sparc/sparc64/qp_fgt.c: Move from here...
768         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: ... to here.
769
770         * soft-fp/sysdeps/sparc/sparc64/qp_fle.c: Move from here...
771         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: ... to here.
772
773         * soft-fp/sysdeps/sparc/sparc64/qp_flt.c: Move from here...
774         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: ... to here.
775
776         * soft-fp/sysdeps/sparc/sparc64/qp_fne.c: Move from here...
777         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: ... to here.
778
779         * soft-fp/sysdeps/sparc/sparc64/qp_itoq.c: Move from here...
780         * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: ... to here.
781
782         * soft-fp/sysdeps/sparc/sparc64/qp_mul.c: Move from here...
783         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: ... to here.
784
785         * soft-fp/sysdeps/sparc/sparc64/qp_qtod.c: Move from here...
786         * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: ... to here.
787
788         * soft-fp/sysdeps/sparc/sparc64/qp_qtoi.c: Move from here...
789         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: ... to here.
790
791         * soft-fp/sysdeps/sparc/sparc64/qp_qtos.c: Move from here...
792         * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: ... to here.
793
794         * soft-fp/sysdeps/sparc/sparc64/qp_qtoui.c: Move from here...
795         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: ... to here.
796
797         * soft-fp/sysdeps/sparc/sparc64/qp_qtoux.c: Move from here...
798         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: ... to here.
799
800         * soft-fp/sysdeps/sparc/sparc64/qp_qtox.c: Move from here...
801         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: ... to here.
802
803         * soft-fp/sysdeps/sparc/sparc64/qp_sqrt.c: Move from here...
804         * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: ... to here.
805
806         * soft-fp/sysdeps/sparc/sparc64/qp_stoq.c: Move from here...
807         * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: ... to here.
808
809         * soft-fp/sysdeps/sparc/sparc64/qp_sub.c: Move from here...
810         * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: ... to here.
811
812         * soft-fp/sysdeps/sparc/sparc64/qp_uitoq.c: Move from here...
813         * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: ... to here.
814
815         * soft-fp/sysdeps/sparc/sparc64/qp_util.c: Move from here...
816         * sysdeps/sparc/sparc64/soft-fp/qp_util.c: ... to here.
817
818         * soft-fp/sysdeps/sparc/sparc64/qp_uxtoq.c: Move from here...
819         * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: ... to here.
820
821         * soft-fp/sysdeps/sparc/sparc64/qp_xtoq.c: Move from here...
822         * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: ... to here.
823
824         * soft-fp/sysdeps/sparc/sparc64/s_frexpl.c: Move from here...
825         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: ... to here.
826
827         * soft-fp/sysdeps/sparc/sparc64/s_ilogbl.c: Move from here...
828         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: ... to here.
829
830         * soft-fp/sysdeps/sparc/sparc64/s_scalblnl.c: Move from here...
831         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: ... to here.
832
833         * soft-fp/sysdeps/sparc/sparc64/s_scalbnl.c: Move from here...
834         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: ... to here.
835
836         * soft-fp/sysdeps/alpha/sfp-machine.h: Move from here...
837         * sysdeps/alpha/soft-fp/sfp-machine.h: ... to here.
838
839         * soft-fp/sysdeps/i386/sfp-machine.h: Move from here...
840         * sysdeps/i386/soft-fp/sfp-machine.h: ... to here.
841
842         * soft-fp/sysdeps/mips/mips64/sfp-machine.h: Move from here...
843         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: ... to here.
844
845         * soft-fp/sysdeps/mips/sfp-machine.h: Move from here...
846         * sysdeps/mips/soft-fp/sfp-machine.h: ... to here.
847
848         * soft-fp/sysdeps/powerpc/sfp-machine.h: Move from here...
849         * sysdeps/powerpc/soft-fp/sfp-machine.h: ... to here.
850
851         * soft-fp/sysdeps/sparc/sparc32/sfp-machine.h: Move from here...
852         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: ... to here.
853
854         * soft-fp/sysdeps/sparc/sparc64/sfp-machine.h: Move from here...
855         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: ... to here.
856
857         * soft-fp/sysdeps/powerpc/Versions: Move from here...
858         * sysdeps/powerpc/soft-fp/Versions: ... to here.
859
860         * soft-fp/sysdeps/sparc/sparc64/Versions: Move from here...
861         * sysdeps/sparc/sparc64/soft-fp/Versions: ... to here.
862
863         * libio/oldiofsetpos64.c: iofsetpos was introduced in glibc 2.1,
864         change symbol version.
865         * libio/oldiofgetpos64.c: Likewise.
866         Reported by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>.
867
868         * locale/programs/ld-ctype.c (charclass_charcode_ellipsis): Fix
869         typo.
870         Reported by dyky@kondara.org, closes PR libc/1886.
871
872         * stdlib/tst-strtod.c: Add testcases for denormal numbers from PR
873         libc/1880.
874
875 2000-09-04  Ulrich Drepper  <drepper@redhat.com>
876
877         * iconvdata/run-iconv-test.sh: Add code to immediately stop the
878         script when ^C is hit.
879
880         * locale/programs/localedef.c (construct_output_path): Correct
881         computation of endp after asprintf.
882         * locale/programs/locfile.c (write_locale_data): Don't add extra
883         slash in filename.
884
885 2000-09-05  Andreas Jaeger  <aj@suse.de>
886
887         * scripts/config.guess: New upstream version.
888         * scripts/config.sub: Likewise.
889         * manual/texinfo.tex: Likewise.
890
891 2000-09-04  Andreas Schwab  <schwab@suse.de>
892
893         * elf/Makefile (all-dl-routines): New variable.
894         (elide-routines.os): Use it instead of $(dl-routines).
895         (all-rtld-routines): New variable.
896         (extra-objs): Use it instead of $(rtld-routines).
897         ($(objpfx)dl-allobjs.os): Likewise.
898         * sysdeps/ia64/Makefile [$(subdir) = elf]: Modify
899         sysdep-dl-routines and sysdep_routines instead of rtld-routines
900         and dl-routines.
901
902 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
903
904         * iconv/gconv_trans.c (__gconv_translit_find): Update open_count.
905         Set fname to NULL if the module wasn't found.
906
907 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
908
909         * iconv/gconv_trans.c (__gconv_translit_find): Don't set need_so to
910         true if trans->name already ends in ".so".
911
912 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
913
914         * iconv/gconv_int.h (__gconv_release_shlib): Change return type to
915         void.
916         * iconv/gconv_dl.c (do_release_shlib): Don't decrement the counter
917         below -TRIES_BEFORE_UNLOAD-1, to avoid wraparound.
918         (__gconv_release_shlib): Change return type to void.
919         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Don't set
920         step->__counter here.
921         * iconv/gconv_db.c (free_derivation): Don't call a step's destructor
922         if the reference is zero.
923         (release_step): New function.
924         (gen_steps): Always initialize the __counter to 1. Use release_step.
925         Don't call the destructor on the step whose initializer failed.
926         (increment_counter): Use release_step. Don't normally run destructors
927         here.
928         (__gconv_close_transform): Use release_step.
929
930 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
931
932         * iconv/gconv_simple.c (encoding_mask, encoding_byte): Remove.
933         (__gconv_transform_internal_utf8) [BODY]: Use simple shifts instead.
934
935 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
936
937         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Initialize ch2 correctly.
938         If the first byte is 0x8E, don't ask for 4 bytes until it has been
939         verified that the second byte is valid. Leave it to cns11643_to_ucs4
940         to check for incomplete input.
941         * iconvdata/cns11643.h (cns11643_to_ucs4): The plane number is
942         ch - 0x20 - offset, not ch - 0x21 - offset. Upper bound for
943         __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
944         (ucs4_to_cns11643): Fix mapping for ranges 0x3105..0x3129 and
945         0x9f9d..0x9fa5.
946         * iconvdata/cns11643l1.h (cns11643l1_to_ucs4): Upper bound for
947         __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
948         (ucs4_to_cns11643l1): Fix mapping for range 0x3105..0x3129.
949         * iconvdata/cns11643l1.c (__cns11643l1_from_ucs4_tab6): Extend
950         upto index 0x0052.
951
952 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
953
954         * iconv/gconv_db.c (find_derivation): Always use the least-cost
955         solution.
956
957 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
958
959         * iconvdata/big5.c (BODY for FROM_LOOP): Bytes 0x81..0xA0, 0xFA..0xFF
960         are invalid.
961
962 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
963
964         * iconvdata/jis0208.c (__jis0208_to_ucs): Map EUC-JP 0xA1C0 to U+005C.
965         * iconvdata/jis0212.c (__jisx0212_to_ucs): Map EUC-JP 0x8FA2B7 to
966         U+007E.
967
968 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
969
970         * iconvdata/sjis.c (cjk_block1): Map 0x815F to U+005C.
971
972 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
973
974         * iconvdata/iso_6937-2.c (to_ucs4): Map 0xB4 to U+00D7.
975
976 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
977
978         * iconvdata/tst-tables.sh: New file.
979         * iconvdata/tst-table.sh: New file.
980         * iconvdata/tst-table-from.c: New file.
981         * iconvdata/tst-table-to.c: New file.
982         * iconvdata/tst-table-charmap.sh: New file.
983         * iconvdata/Makefile (test-srcs): Set to tst-table-from tst-table-to.
984         (distribute): Add tst-tables.sh, tst-table.sh, tst-table-charmap.sh,
985         tst-table-from.c, tst-table-to.c, EUC-JP.irreversible,
986         ISIRI-3342.irreversible, SJIS.irreversible.
987         (tests): Add dependency on tst-tables.out.
988         (tst-tables.out, tst-tables-clean): New rules.
989         (do-tests-clean, common-mostlyclean): Require tst-tables-clean.
990         * iconvdata/ISIRI-3342.irreversible: New file.
991         * iconvdata/EUC-JP.irreversible: New file.
992         * iconvdata/SJIS.irreversible: New file.
993
994 2000-09-04  Ulrich Drepper  <drepper@redhat.com>
995
996         * manual/locale.texi (General Numeric): Update description of
997         representation of the grouping information in the locale data.
998         Patch by Gaute B. Strokkenes <gs234@cam.ac.uk>.
999
1000 2000-09-04  Andreas Jaeger  <aj@suse.de>
1001
1002         * locale/programs/ld-monetary.c (monetary_read): Fix typo.
1003         * iconv/iconv_prog.c (options): Fix typo.
1004         Reported by dyky@kondara.org, closes PR libc/1885.
1005
1006 2000-09-04  Andreas Jaeger  <aj@suse.de>
1007
1008         * sysdeps/generic/fegetenv.c: It's __fegetenv.
1009         Reported by Rob Levin <lilo@transvirtual.com>.
1010
1011 2000-09-03  Ulrich Drepper  <drepper@redhat.com>
1012
1013         * time/sys/time.h (gettimeofday): Move restrict for tz parameter
1014         to the typedefs of __timezone_ptr_t.
1015         Reported by MATSUMURA Hiromitsu <coji2@mb.infoweb.ne.jp>.
1016
1017 2000-09-02  Jakub Jelinek  <jakub@redhat.com>
1018
1019         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in
1020         the loop.
1021
1022 2000-09-01  H.J. Lu  <hjl@gnu.org>
1023
1024         * Makeconfig (built-program-cmd): Don't use the dynamic linker
1025         to run a binary if it is in $(tests-static).
1026
1027         * Rules (binaries-static): Add $(tests-static).
1028
1029 2000-09-02  Andreas Jaeger  <aj@suse.de>
1030
1031         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Fixes for fcntl64.
1032
1033         * libio/fmemopen.c (fmemopen_close): Revert one part of last
1034         patch.
1035
1036 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
1037
1038         * iconvdata/big5hkscs.c: Regenerated from charmap.
1039         * iconvdata/testdata/BIG5HKSCS: Regenerated.
1040         * iconvdata/testdata/BIG5HKSCS..UTF8: Regenerated.
1041
1042         * libio/fmemopen.c (fmemopen_seek): Add default case in switch
1043         statement.  General cleanup.
1044
1045 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
1046
1047         * wctype/wcfuncs.c (iswblank): New function.
1048         * wctype/wcfuncs_l.c (__iswblank_l): New function.
1049         * wctype/wcextra.c: Remove file.
1050         * wctype/wcextra_l.c: Remove file.
1051         * wctype/Makefile (distribute): Remove wcextra and wcextra_l.
1052
1053 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
1054
1055         * locale/programs/ld-collate.c (collate_output): Remove redundant
1056         assert call.
1057         * string/strcoll.c: Likewise.
1058         * string/strxfrm.c: Include assert.h.  Add assert calls like in
1059         string/strcoll.c.
1060
1061 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
1062
1063         * locale/categories.def (_NL_COLLATE_HASH_SIZE,
1064         _NL_COLLATE_HASH_LAYERS, _NL_COLLATE_NAMES, _NL_CTYPE_NAMES,
1065         _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Remove definitions.
1066         * locale/langinfo.h (_NL_COLLATE_HASH_SIZE, _NL_COLLATE_HASH_LAYERS,
1067         _NL_COLLATE_NAMES): Rename to _NL_COLLATE_GAP1/2/3 respectively.
1068         (_NL_CTYPE_NAMES): Rename to _NL_CTYPE_GAP3.
1069         (_NL_CTYPE_GAP3): Rename to _NL_CTYPE_GAP4.
1070         (_NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Rename to
1071         _NL_CTYPE_GAP5/6 respectively.
1072
1073         * locale/C-ctype.c (_nl_C_LC_CTYPE): Update.
1074         * ctype/ctype-info.c (__ctype_names, __ctype_width): Remove variables.
1075         * locale/lc-ctype.c (_nl_postload_ctype): Assume new locale format.
1076         Don't initialize __ctype_names and __ctype_width.
1077         * wctype/cname-lookup.h: Remove file.
1078         * wctype/Makefile (distribute): Remove cname-lookup.h.
1079         * wctype/wchar-lookup.h: Include stdint.h.
1080         * wctype/wctype.c (__wctype): Assume new locale format.
1081         * wctype/wctype_l.c (__wctype_l): Likewise.
1082         * wctype/iswctype.c: Don't include cname-lookup.h.
1083         (__iswctype): Assume new locale format.
1084         * wctype/iswctype_l.c: Don't include cname-lookup.h.
1085         (__iswctype_l): Assume new locale format.
1086         * wctype/wctrans.c: Don't include ctype.h.
1087         (wctrans): Assume new locale format.
1088         * wctype/wctrans_l.c (__wctrans_l): Likewise.
1089         * wctype/towctrans.c: Don't include cname-lookup.h.
1090         (__towctrans): Assume new locale format.
1091         * wctype/towctrans_l.c: Don't include cname-lookup.h.
1092         (__towctrans_l): Assume new locale format.
1093         * wctype/wcfuncs.c: Don't include ctype.h and cname-lookup.h. Include
1094         localeinfo.h instead.
1095         (__NO_WCTYPE): Remove unused macro.
1096         (__ctype32_b, __ctype32_toupper, __ctype32_tolower): Remove
1097         declarations.
1098         (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower, iswgraph, iswprint,
1099         iswpunct, iswspace, iswupper, iswxdigit): Assume new locale format.
1100         (towlower, towupper): Likewise.
1101         * wctype/wcfuncs_l.c: Don't include cname-lookup.h. Include
1102         localeinfo.h instead.
1103         (__NO_WCTYPE): Remove unused macro.
1104         (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
1105         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
1106         __iswxdigit_l): Assume new locale format.
1107         (__towlower_l, __towupper_l): Likewise.
1108         * wcsmbs/wcwidth.h: Don't include cname-lookup.h.
1109         (__ctype32_b): Remove declaration.
1110         (internal_wcwidth): Assume new locale format.
1111         * locale/programs/ld-ctype.c (struct locale_ctype_t): Remove fields
1112         plane_size, plane_cnt, names, width. Rename map to map_b, rename map32
1113         to map32_b, rename width_3level to width.
1114         (ctype_output): Always create new locale format. Don't emit
1115         _NL_CTYPE_NAMES, _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS any more.
1116         (allocate_arrays): Always create new locale format.
1117
1118         * locale/C-collate.c (_nl_C_LC_COLLATE): Update.
1119         * locale/weightwc.h (findidx): Assume new locale format.
1120         * string/strcoll.c (wcscoll): Remove local variables size, layers,
1121         names.
1122         * string/strxfrm.c (wcsxfrm): Likewise.
1123         * posix/fnmatch_loop.c (internal_fnwmatch): Likewise. Change type of
1124         local variable collseq to 'const char *'.
1125         (SUFFIX): Don't use, don't undefine.
1126         * posix/fnmatch.c: Remove SUFFIX definition.
1127         * locale/programs/ld-collate.c (struct locale_collate_t): Remove
1128         fields plane_size, plane_cnt, wcheads, wcseqorder. Rename
1129         wcheads_3level to wcheads, rename wcseqorder_3level to wcseqorder.
1130         (collate_finish): Always create new locale format. Remove local
1131         variables min_total, act_size.
1132         (collate_output): Always create new locale format. Remove local
1133         variables table_size, names, tablewc. Rename tablewc_3level to
1134         tablewc.
1135
1136 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
1137
1138         * locale/programs/ld-collate.c (obstack_int32_grow,
1139         obstack_int32_grow_fast): New inline functions.
1140         (output_weightwc, collate_output): Use them where possible.
1141
1142 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
1143
1144         * libio/libio.h (_IO_flockfile, _IO_funlockfile): Fix typo in last
1145         patch (_mode -> _flags).
1146
1147         * libio/Makefile (headers): Add stdio_ext.h.
1148         (routines): Add __fbufsize, __freading, __fwriting, __freadable,
1149         __fwritable, __flbf, __fpurge, __fpending, and __fsetlocking.
1150         * libio/Versions [libc] (GLIBC_2.2): Add __fbufsize, __freading,
1151         __fwriting, __freadable, __fwritable, __flbf, __fpurge, __fpending,
1152         __fsetlocking, and _flushlbf.
1153         * libio/__fbufsize.c: New file.
1154         * libio/__flbf.c: New file.
1155         * libio/__fpending.c: New file.
1156         * libio/__fpurge.c: New file.
1157         * libio/__freadable.c: New file.
1158         * libio/__freading.c: New file.
1159         * libio/__fsetlocking.c: New file.
1160         * libio/__fwritable.c: New file.
1161         * libio/__fwriting.c: New file.
1162         * libio/stdio_ext.h: New file.
1163         * libio/genops.c (_IO_flush_all_linebuffered): Add alias _flushlbf.
1164         * libio/libio.h (_IO_USER_LOCK): Define.
1165         [_IO_MTSAFE_IO] (_IO_flockfile, _IO_funlockfile): Add macros which
1166         test _IO_USER_LOCK flag first.
1167
1168         * iconv/gconv_open.c (__gconv_open): Set res to __GCONV_NOMEM is
1169         malloc fails.
1170
1171 2000-09-01  Andreas Jaeger  <aj@suse.de>
1172
1173         * sysdeps/unix/sysv/linux/bits/fcntl.h: Always fail.
1174
1175         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: New file.
1176
1177 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
1178
1179         * math/Makefile (tests): Add tst-defintions.
1180         * math/tst-definitions.c: New file.
1181
1182         * stdlib/Makefile (headers): Add bits/wchar.h.
1183         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: New file.
1184         * sysdeps/generic/bits/wchar.h: New file.
1185         * sysdeps/generic/stdint.h: Include <bits/wchar.h>.  Use values in this
1186         file to define WCHAR_MIN and WCHAR_MAX.
1187         Change UINT*8_MAX and UIN*16_MAX value to type int.
1188         * wcsmbs/wchar.h: Include <bits/wchar.h>.  Use values in this
1189         file to define WCHAR_MIN and WCHAR_MAX.
1190         * sysdeps/alpha/fpu/bits/mathdef.h: Make FP_ILOGB0 and FP_ILOGBNAN
1191         int values.
1192         * sysdeps/arm/fpu/bits/mathdef.h: Likewise.
1193         * sysdeps/generic/bits/mathdef.h: Likewise.
1194         * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
1195         * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
1196         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
1197         * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
1198         * locale/locale.h (struct lconv): Add __ prefix to the new members
1199         if not C99.
1200         * sysdeps/generic/inttypes.h: Remove unnecessary imaxabs and
1201         imaxdiv optimizations.
1202         * sysdeps/wordsize-32/lldiv.c: Add hack to make alias work.
1203         * sysdeps/wordsize-64/ldiv.c: Likewise.
1204         * sysdeps/alpha/fpu/bits/fenv.h: Change type of FE_*_ENV macros to
1205         const fenv_t*.
1206         * sysdeps/generic/bits/fenv.h: Likewise.
1207         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
1208         * sysdeps/ia64/bits/fenv.h: Likewise.
1209         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
1210         * sysdeps/mips/bits/fenv.h: Likewise.
1211         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
1212         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
1213         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
1214
1215         * inet/rcmd.c: Use *stat64 instead of *stat internally.
1216         * inet/ruserpass.c: Likewise.
1217         * catgets/open_catalog.c: Likewise.
1218         * intl/loadmsgcat.c: Likewise.
1219         * io/getdirname.c: Likewise.
1220         * locale/loadlocale.c: Likewise.
1221         * misc/getusershell.c: Likewise.
1222         * stdlib/canonicalize.c: Likewise.
1223         * sysdeps/posix/euidaccess.c: Likewise.
1224         * sysdeps/posix/isfdtype.c: Likewise.
1225         * sysdeps/posix/posix_fallocate.c: Likewise.
1226         * sysdeps/posix/tempname.c: Likewise.
1227         * sysdeps/unix/grantpt.c: Likewise.
1228         * sysdeps/unix/opendir.c: Likewise.
1229         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
1230         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
1231         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
1232         * sysdeps/unix/sysv/linux/statvfs.c: Likewise.
1233         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1234         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1235         * sysvipc/ftok.c: Likewise.
1236         * time/getdate.c: Likewise.
1237
1238         * time/getdate.c: Add extra access test.
1239
1240 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
1241
1242         * version.h (VERSION): Bump to 2.1.93.
1243
1244         * sysdeps/unix/sysv/linux/powerpc/Dist: Add fe_nomask.c.
1245         * sysdeps/unix/sysv/linux/i386/Dist: Add olddirent.h.
1246
1247         * intl/Makefile (tests): Depend in mtrace-tst-gettext.
1248         Make this a new rule depending on tst-gettext.out and run mtrace.
1249         * intl/tst-gettext.c: Call mtrace.
1250         * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext.
1251
1252         * elf/dl-reloc.c: Add a few more __builtin_expect.
1253
1254         * configure.in: Remove --with-gettext option.
1255
1256         * intl/dcigettext.c (free_mem): Correct freeing of
1257         _nl_domain_bindings list.
1258
1259         * sysdeps/generic/setenv.c (free_mem): New function.  Free all
1260         allocated memory.
1261
1262         * intl/locale.alias: Add aliases for bokmal and nynorsk.
1263
1264         * locale/iso-639.def: Fix 639-1 code for Bokmal.
1265
1266         * stdio-common/itoa-digits.c: Move upper digits to...
1267         * stdio-common/itoa-udigits.c: ...here.  New file.
1268         * stdio-common/Makefile (routines): Add itoa-udigits.
1269
1270         * sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to
1271         relocate ld.so don't add supprt for relocations which should not
1272         appear in ld.so.
1273
1274         * malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling
1275         __secure_getenv.  Instead test __libc_enable_secure once.
1276
1277         * io/pwd.c (main): Provide a good example, use *_unlocked function.
1278
1279 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
1280
1281         * iconv/gconv_conf.c (insert_module): Take extra parameter to decide
1282         whether the new record should be freed if it's a duplicate.
1283         (add_module): Adjust insert_module call.
1284         (__gconv_read_conf): Likewise.
1285         * iconvdata/Makefile (generated): Add tst-loading.mtrace and
1286         mtrace-tst-loading.
1287         (tests): Make $(objpfx)mtrace-tst-loading a dependency.  Add rule.
1288
1289         * sysdeps/generic/ldsodefs.h: Add declaration for _dl_all_dirs and
1290         _dl_all_init_dirs.
1291         * include/link.h (struct r_search_path_struct): New.
1292         (struct link_map): Use it for l_rpath_dirs and l_runpath_dirs.
1293         * elf/Versions [ld] (GLIBC_2.2): Add _dl_all_dirs and
1294         _dl_all_init_dirs.
1295         * elf/dl-close.c (_dl_close): Free l_rpath_dirs and l_runpath_dirs.
1296         * elf/dl-libc.c (free_mem): Free _dl_all_dirs list except elements
1297         added at startup time.
1298         * elf/dl-load.c: Fix memory handling.  r_search_path_struct
1299         contains element to remember fact that we can free memory.
1300         (all_dirs): Renamed to _dl_all_dirs.  Made global.
1301         (_dl_init_all_dirs): New variable.
1302         (fillin_rpath): Save one malloc call.
1303         (decompose_rpath): Change interface.  New first parameter points to
1304         r_search_path_struct.
1305         (_dl_init_paths): Adjust for changes.  Mark all memory as not
1306         deletable.  Set _dl_init_all_paths value.
1307         (open_path): Remove may_free_dirs parameter.  r_search_path_elem ***
1308         parameter replaced with r_search_path_struct *.  Information about
1309         freeing now contained in r_search_path_struct.
1310         (_dl_map_object): Adjust for above changes.
1311
1312         * elf/dl-open.c (dl_open_worker): Change format of debug info a bit.
1313
1314         * elf/dl-load.c (fillin_rpath): Only check for trusted directories
1315         when adding new entries.
1316
1317         * elf/dl-load.c (fillin_rpath): Make local copy of where string
1318         since the object being loaded can be unloaded.
1319
1320         * iconvdata/Makefile (tests): Add tst-loading.
1321         * iconvdata/tst-loading.c: New file.
1322
1323 2000-08-29  Bruno Haible  <haible@clisp.cons.org>
1324
1325         * stdio-common/vfscanf.c (_IO_vfscanf): Back out last ungetc change.
1326         When comparing a char with an int, always cast the char to
1327         'unsigned char'. New macro ungetc_not_eof, to avoid warnings when
1328         compiling with -funsigned-char. Use UCHAR_MAX+1 instead of UCHAR_MAX.
1329
1330 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
1331
1332         * time/strftime.c (my_strftime): Add compatibility code for use
1333         outside glibc.  Patch by Jim Meyering <meyering@ascend.com>.
1334
1335         * sysdeps/posix/getaddrinfo.c (gaih_local): uname does not everywhere
1336         return 0 for success but always < 0 on failure.
1337
1338         * nss/getXXbyYY_r.c: Define result to *result before including
1339         digits_dots.c.
1340
1341 2000-08-30  Andreas Jaeger  <aj@suse.de>
1342
1343         * math/gen-libm-test.pl (parse_ulps): Remove extra \.
1344
1345 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
1346
1347         * iconvdata/big5hkscs.c: Rewritten.  Regenerate data from the
1348         official file.
1349         * iconvdata/TESTS: Add BIG5HKSCS entry.
1350         * iconvdata/testdata/BIG5HKSCS: New file.
1351         * iconvdata/testdata/BIG5HKSCS..UTF8: New file.
1352
1353         * iconvdata/big5.c (BODY for FROM_LOOP): Remove condition which is
1354         always true.
1355
1356         * libio/iogetline.c: Set mode before the loop in case n==0.
1357         * libio/iogetwline.c: Likewise.
1358
1359 2000-08-29  H.J. Lu  <hjl@gnu.org>
1360
1361         * libio/fileops.c (new_do_write): Check fp->_mode <= 0 instead
1362         of fp->_mode < 0.
1363         (_IO_new_file_overflow): Likewise.
1364         * libio/genops.c (_IO_flush_all): Likewise.
1365         * libio/ioftell.c (_IO_ftell): Likewise.
1366
1367 2000-08-29  Akira Higuchi  <a@kondara.org>
1368
1369         * iconv/gconv_db.c (increment_counter): Reset __init_fct, __fct,
1370         and __end_fct fields of struct __gconv_step.
1371         * iconv/Makefile (tests): Add iconv-bug2.
1372         * iconv/iconv-bug2.c: New file.
1373
1374         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Pass 'inend - inptr'
1375         instead of 'inptr - inend' to ksc5601_to_ucs4.
1376
1377         * iconvdata/sjis.c (BODY for FROM_LOOP): Allow 0x7f character.
1378
1379         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): If an incomplete
1380         character or shift sequence is found at the end of the input
1381         string, return__GCONV_INCOMPLETE_INPUT instead of
1382         __GCONV_EMPTY_INPUT.
1383         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
1384         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
1385
1386         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Return
1387         __GCONV_ILLEGAL_INPUT for 8bit characters.
1388
1389 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
1390
1391         * signal/signal.h (sigpause): Move __THROW before __asm__.
1392
1393         * inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
1394         names don't match don't return.
1395         Patch by Olaf Kirch <okir@flash.lst.de>.
1396
1397 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
1398
1399         * time/strftime.c (my_strftime): Handle # flag for %b as well.
1400
1401 2000-08-27  H.J. Lu  <hjl@gnu.org>
1402
1403         * posix/Makefile (otherlibs): Add for building with static-nss
1404         for "make check".
1405
1406 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
1407
1408         * libio/stdio.h: Add fmemopen prototype.
1409
1410 2000-08-25  Andreas Jaeger  <aj@suse.de>
1411
1412         * libio/Makefile (routines): Add fmemopen.
1413         (tests): Add test-fmemopen.
1414         * libio/Versions: Add fmemopen with version GLIBC_2.2.
1415         * libio/test-fmemopen.c: New file.
1416         * libio/fmemopen.c: New file.
1417         Patches by Hanno Mueller <kontakt@hanno.de>.
1418
1419 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
1420
1421         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
1422         inclusion.  Patch by Jes Sorensen <jes@linuxcare.com>.
1423
1424         * locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828
1425         to avoid crashing statically linked applications.
1426
1427 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1428
1429         * string/strxfrm.c (strxfrm, wcsxfrm): Include <sys/param.h>.
1430         If nrules == 0 and srclen < n, copy only srclen + 1 characters.
1431
1432         * sysdeps/generic/getdomain.c (getdomainname): Include <sys/param.h>.
1433         If the result is fits in the buffer, copy only as many bytes as needed.
1434
1435         * sysdeps/generic/_strerror.c (__strerror_r): Don't zero-fill the
1436         buffer after copying numbuf into it.
1437         * sysdeps/mach/_strerror.c (__strerror_r): Likewise.
1438
1439 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1440
1441         * posix/confstr.c (confstr): When string_len > len, NUL-terminate
1442         the result.  When string_len < len, don't clear the rest of the buffer.
1443
1444 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1445
1446         Support for new LC_COLLATE format.
1447         * locale/coll-lookup.h: New file.
1448         * locale/weightwc.h (findidx): When size == 0, call
1449         collidx_table_lookup.
1450         * wcsmbs/wcscoll.c: Include coll-lookup.h.
1451         * wcsmbs/wcsxfrm.c: Likewise.
1452         * posix/fnmatch.c: Likewise.
1453         * posix/fnmatch_loop.c (internal_fnwmatch): When size == 0, call
1454         collseq_table_lookup.
1455         * locale/programs/3level.h: New file.
1456         * locale/programs/ld-ctype.c: (wcwidth_table, wctrans_table): Define
1457         by including "3level.h".
1458         * locale/programs/ld-collate.c (wchead_table, collidx_table,
1459         collseq_table): New types, defined by including "3level.h".
1460         (locale_collate_t): New wcheads_3level, wcseqorder_3level fields.
1461         (encoding_mask, encoding_byte): Remove.
1462         (utf8_encode): Use simple shifts instead.
1463         (collate_finish): When !oldstyle_tables, set plane_size and plane_cnt
1464         to 0, and initialize and fill wcheads_3level and wcseqorder_3level.
1465         (collate_output): New local variable tablewc_3level. When
1466         !oldstyle_tables, set table_size to 0 and names to NULL and fill
1467         tablewc_3level instead of tablewc. Change format of TABLEWC and
1468         COLLSEQWC entries written to the file.
1469         * locale/C-collate.c (collseqwc): Change format.
1470         (_nl_C_LC_COLLATE): Set HASH_SIZE and HASH_LAYERS to 0, change format
1471         of COLLSEQWC.
1472         * locale/Makefile (distribute): Add coll-lookup.h, programs/3level.h.
1473
1474 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1475
1476         * locale/programs/ld-ctype.c (MAX_CHARNAMES_IDX): New macro.
1477         (locale_ctype_t): New charnames_idx field.
1478         (ctype_startup): Initialize charnames_idx field.
1479         (find_idx): Speed up dramatically by using charnames_idx inverse table.
1480
1481 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1482
1483         * locale/C-ctype.c: Switch to new locale format.
1484         (_nl_C_LC_CTYPE_names): Remove array.
1485         (STRUCT_CTYPE_CLASS): New macro.
1486         (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
1487         graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
1488         New three-level tables.
1489         (_nl_C_LC_CTYPE_width): Change from array to three-level table.
1490         (_nl_C_LC_CTYPE): Fix nstrings value. Set HASH_SIZE and HASH_LAYERS
1491         to 0. Change WIDTH format. Set CLASS_OFFSET and MAP_OFFSET. Add
1492         12 class tables and 2 map tables at the end.
1493         * ctype/ctype-info.c (_nl_C_LC_CTYPE_names): Remove declaration.
1494         (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
1495         graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
1496         New declarations.
1497         (b): Remove trailing semicolon.
1498         (__ctype_names, __ctype_width): Don't initialize.
1499         (__ctype32_wctype, __ctype32_wctrans, __ctype32_width): Initialize.
1500
1501 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
1502
1503         * elf/dl-load.c (open_path): Add a argument telling whether *dirsp
1504         is guaranteed to be allocated with the same malloc() and may be
1505         passed to free().
1506         (_dl_map_object): Update open_path calls. If rtld_search_dirs has
1507         been set to empty by an earlier open_path call, don't pass it again.
1508
1509 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
1510
1511         * include/libintl.h: Include <locale.h> since libintl.h doesn't if
1512         we are not optimizing.
1513
1514         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double
1515         inclusion.
1516
1517         * stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
1518         really match EOF.
1519         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1520
1521 2000-08-28  Andreas Jaeger  <aj@suse.de>
1522
1523         * sysdeps/i386/fpu/libm-test-ulps: Tweaks for AMD Athlon.
1524
1525 2000-08-28  Mark Kettenis  <kettenis@gnu.org>
1526
1527         * sysdeps/mach/hurd/getpeername.c (__getpeername): Renamed from
1528         getpeername.  Use ISO C style function definition.
1529         (getpeername): Provide weak alias.
1530         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Renamed from
1531         setrlimit.  Use ISO C style function definition.
1532         (setrlimit): Provide weak alias.
1533
1534 2000-08-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1535
1536         * shlib-versions: Add a rule for S/390 to the libm version list.
1537         * sysdeps/s390/Versions: New file.
1538         * sysdeps/unix/sysv/linux/s390/Dist: Add oldgetrlimit64.c.
1539         * sysdeps/unix/sysv/linux/s390/Makefile: Add oldgetrlimit64.
1540         * sysdeps/unix/sysv/linux/s390/Versions: New file.
1541         * sysdeps/unix/sysv/linux/s390/alphasort64.c: New file.
1542         * sysdeps/unix/sysv/linux/s390/chown.c: New file.
1543         * sysdeps/unix/sysv/linux/s390/fxstat.c: New file.
1544         * sysdeps/unix/sysv/linux/s390/getdents64.c: New file.
1545         * sysdeps/unix/sysv/linux/s390/getrlimit.c: New file.
1546         * sysdeps/unix/sysv/linux/s390/getrlimit64.c: New file.
1547         * sysdeps/unix/sysv/linux/s390/lxstat.c: New file.
1548         * sysdeps/unix/sysv/linux/s390/oldgetrlimit64.c: New file.
1549         * sysdeps/unix/sysv/linux/s390/readdir64.c: New file.
1550         * sysdeps/unix/sysv/linux/s390/readdir64_r.c: New file.
1551         * sysdeps/unix/sysv/linux/s390/scandir64.c: New file.
1552         * sysdeps/unix/sysv/linux/s390/setrlimit.c: New file.
1553         * sysdeps/unix/sysv/linux/s390/syscalls.list: New file.
1554         * sysdeps/unix/sysv/linux/s390/versionsort64.c: New file.
1555         * sysdeps/unix/sysv/linux/s390/xstat.c: New file.
1556
1557 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
1558
1559         * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
1560         (CFLAGS-initfini.s): Add -DWEAK_GMON_START.
1561
1562         * elf/Versions [ld] (GLIBC_2.2): Export _dl_debug_files.
1563         * elf/dl-close.c (_dl_close): Print debug message if object is not
1564         unloaded.
1565         * elf/dl-open.c (dl_open_worked): Print message about opencount before
1566         returning to caller.
1567
1568         * po/zh.po: Renamed to...
1569         * po/zh_TW.po: ...this.
1570
1571 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
1572
1573         * sysdeps/powerpc/fpu/feenablxcpt.c: Correct bogus checkin.
1574
1575         * sysdeps/powerpc/fpu/fedisblxcpt.c: New file.
1576         * sysdeps/powerpc/fpu/feenablxcpt.c: New file.
1577         * sysdeps/powerpc/fpu/fegetexcept.c: New file.
1578         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: New file.
1579
1580 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
1581
1582         * locale/programs/ld-collate.c (insert_weights): Also update
1583         backpointer of next element.
1584         (collate_read): Allow definition of new collation symbols in stage 2.
1585         Symbol after reorder-after can be UCS4 value.
1586         Allow reordering of collation symbols and elements.
1587         Do not only move reorder entry in new position.  Instead call
1588         insert_weight to do this and read the weights.
1589
1590         * locale/findlocale.c (free_mem): Add cast to avoid warning.
1591
1592         * intl/dcigettext.c (DCIGETTEXT): Remove _nl_find_language in code
1593         to determine invalid locale name.
1594         * locale/findlocale.c (_nl_find_locale): Likewise.
1595
1596         * posix/annexc.c: Correct test for unavailable feature.
1597
1598         * sysdeps/unix/sysv/linux/i386/sys/io.h (outw): Fix __INLINE ->
1599         __inline.
1600
1601 2000-08-26  Ulrich Drepper  <drepper@redhat.com>
1602
1603         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getdents64
1604         syscall.
1605
1606         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir)==resource]
1607         (sysdep_routines): Add oldgetrlimit64.
1608
1609         * elf/Makefile (distribute): Add unloadmod.c, reldepmod1.c,
1610         reldepmod2.c, reldepmod3.c, and reldepmod4.c.
1611         (tests): Add unload, reldep, reldep2, and reldep3.
1612         (modules-names): Add unloadmod, reldepmod1, reldepmod2, reldepmod3,
1613         and reldepmod4.
1614         Add rules to build and run unload, reldep, reldep2, and reldep3.
1615         * elf/dl-lookup.c (_dl_lookup_symbol): Add new parameter explicit.
1616         Don't create relocation dependency if it is nonzero.
1617         (_dl_lookup_symbol_skip): Remove relocation dependency stuff.  This
1618         can never happen here.
1619         (_dl_lookup_versioned_symbol): Add new parameter explicit.
1620         Don't create relocation dependency if it is nonzero.
1621         (_dl_lookup_versioned_symbol_skip): Remove relocation dependency
1622         stuff.  This can never happen here.
1623         * sysdeps/generic/ldsodefs.h: Change prototypes.
1624         * elf/dl-reloc.c (RESOLVE_MAP): Pass 0 in explicit parameter to
1625         _dl_lookup_up and _dl_lookup_versioned_symbol.
1626         (RESOLV): Likewise.
1627         * elf/dl-runtime.c (fixup): Likewise.
1628         (profile_fixup): Likewise.
1629         * elf/dl-libc.c (do_dlsym): Pass 1 in explicit parameter to
1630         _dl_lookup_symbol.
1631         * elf/dl-symbol.c (_dl_symbol_value): Likewise.
1632         * elf/rtld.c (dl_main): Likewise.
1633         * elf/dl-sym.c (_dl_sym): Pass 1 in explicit parameter to
1634         _dl_lookup_symbol if handle is not RTLD_DEFAULT.  Always compute
1635         and pass down the caller map.
1636         (_dl_vsym): Likewise.
1637         * elf/reldep.c: New file.
1638         * elf/reldep2.c: New file.
1639         * elf/reldep3.c: New file.
1640         * elf/reldepmod1.c: New file.
1641         * elf/reldepmod2.c: New file.
1642         * elf/reldepmod3.c: New file.
1643         * elf/reldepmod4.c: New file.
1644         * elf/unload.c: New file.
1645         * elf/unloadmod.c: New file.
1646
1647         * elf/do-lookup.h: Remove unused undef_name parameter.
1648         * elf/dl-lookup.c: Adjust callers.
1649
1650 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1651
1652         * iconv/gconv_trans.c (__gconv_transliterate): Pass NULL instead of
1653         irreversible in recursive call of conversion function to signal that
1654         no error handling is wanted.
1655         * iconv/loop.c (ignore_errors_p): irreversible must be != NULL, too.
1656         (STANDARD_ERR_HANDLER): Don't do anything if irreversible == NULL.
1657         * iconv/skeleton.c (lirreversiblep): New variable.  Set to NULL is
1658         recursive error handling call, otherwise to &lirreversible.  Use it
1659         for calls to conversion functions.
1660         * iconv/gconv_simple.c (ucs4_internal_loop): Don't handle errors when
1661         transliterating.
1662         (ucs4_internal_loop_unaligned): Likewise.
1663         (ucs4le_internal_loop): Likewise.
1664         (ucs4le_internal_loop_unaligned): Likewise.
1665
1666 2000-08-25  Greg McGary  <greg@mcgary.org>
1667
1668         * sysdeps/i386/memchr.S: Check high bound against chars
1669         actually scanned.
1670         * sysdeps/i386/memcmp.S: Likewise.
1671         * sysdeps/i386/stpncpy.S: Adjust high-bound check to
1672         account for pointers that lie one beyond end-of-buffer.
1673
1674 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1675
1676         * elf/Makefile (LDFLAGS-nodelete): Add -rdynamic.
1677         * elf/nodelete.c (fini_ran): New global variable.
1678         (do_test): Before every dlclose call clear fini_ran and test
1679         afterwards that it is not set by the destructors.
1680         * elf/nodelmod1.c: Add destructor which sets fini_ran.
1681         * elf/nodelmod2.c: Likewise.
1682         * elf/nodelmod4.c: Likewise.
1683
1684 2000-08-21  Jes Sorensen  <jes@linuxcare.com>
1685
1686         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getrlimit and
1687         getrlimit to the list.
1688
1689 2000-08-18  Jes Sorensen  <jes@linuxcare.com>
1690
1691         * sysdeps/ia64/Implies: gcc now has support for the Intel 80 bit
1692         long double format so use ldbl-96 instead of ldbl-128.
1693
1694 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1695
1696         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL
1697         even if bits 10 a 11 are non-zero.
1698         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64): Likewise.
1699
1700         * Makeconfig: Ensures the soversions.mk part of Makefile gets
1701         included before building gnu/lib-names.h
1702         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1703
1704         * elf/dl-close.c (_dl_close): Don't run destructors of objects
1705         marked DF_1_NODELETE.
1706
1707         * sysdeps/posix/system.c (__libc_system): We cannot use vfork here
1708         since we call sigaction in the child.
1709
1710 2000-08-25  Andreas Jaeger  <aj@suse.de>
1711
1712         * iconvdata/Makefile ($(objpfx)bug-iconv1.out): Depend on
1713         gconv-modules.
1714
1715 2000-08-25  Andreas Jaeger  <aj@suse.de>
1716
1717         * manual/arith.texi (Control Functions): Clarify possible
1718         arguments.  Closes PR libc/1856.
1719
1720 2000-08-24  H.J. Lu  <hjl@gnu.org>
1721
1722         * stdio-common/Makefile (tests): Don't do it for cross compiling.
1723         * malloc/Makefile (tests): Likewise.
1724
1725 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1726
1727         * iconvdata/unicode.c (gconv_init): Correct test for direction.
1728
1729 2000-08-24  Andreas Jaeger  <aj@suse.de>
1730
1731         * malloc/Makefile (extra-objs): Fix last patch, build memusagestat
1732         only if LIBGD is available.
1733
1734 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1735
1736         * resolv/res_send.c (res_ourserver_p): Cleanup the type mess to avoid
1737         problems with now restrict parameter types.
1738         (convaddr4to6): Likewise.
1739
1740 2000-08-24  Denis Joseph Barrow  <djbarrow@de.ibm.com>
1741
1742         * sysdeps/s390/fpu/fedisblxcpt.c: New file.
1743         * sysdeps/s390/fpu/feenablxcpt.c: New file.
1744         * sysdeps/s390/fpu/fegetexcept.c: New file.
1745         * sysdeps/s390/fpu/fenv_libc.h: Some reordering, new definition
1746         FPC_VALID_MASK.
1747
1748 2000-08-24  Andreas Jaeger  <aj@suse.de>
1749
1750         * malloc/Makefile (extra-objs): Add memusagestat.o.
1751         (generated): Added memusage and memusagestat for make clean.
1752
1753         * libio/tst_putwc.c (do_test): Delete temporary file.
1754         Move inclusion of test-skeleton to front to have prototype for
1755         add_temp_file.
1756
1757         * posix/Makefile (generated): Add wordexp-tst.out.
1758
1759 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1760
1761         * resolv/res_hconf.c (free_mem): Remove not needed if.
1762
1763         * time/tzset.c (free_mem): New function.
1764         * string/strsignal.c (free_mem): New function.
1765         * inet/inet_ntoa.c (free_mem): New function.
1766         * sunrpc/clnt_perr.c (free_mem): New function.
1767
1768 2000-08-24  Andreas Jaeger  <aj@suse.de>
1769
1770         * sysdeps/unix/syscalls.list: Use __setrlimit as strong name.
1771         * sysdeps/unix/sysv/syscalls.list: Likewise.
1772
1773         * posix/unistd.h: Move internal prototypes from here ...
1774         * include/unistd.h: ... to here.
1775
1776         * sysvipc/sys/shm.h: Add const attribute to __getpagesize.
1777
1778 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
1779
1780         * grp/initgroups.c (initgroups): Deallocate groups array.
1781         Reported by jani.raiha@sonera.com [PR libc/1868].
1782
1783         * sysdeps/s390/Dist: Add fpu/fenv_libc.h.
1784         * sysdeps/alpha/Dist: Likewise.
1785
1786 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
1787
1788         * crypt/md5-crypt.c (free_mem): Fix typo (constructor ->
1789         destructor).  Reported by Solar Designer <solar@false.com>.
1790
1791         * iconv/gconv_conf.c (add_module): Remove some unneeded code to
1792         avoid adding double slashes.
1793
1794 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
1795
1796         * dirent/dirent.h (alphasort, versionsort): Move __attribute_pure__
1797         out of the __REDIRECT macro.
1798
1799 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
1800
1801         * stdio-common/vfscanf.c: Add %F format support.
1802
1803         * locale/programs/ld-ctype.c (ctype_output): Make sure
1804         _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN and
1805         _NL_CTYPE_TRANSLIT_IGNORE_LEN are aligned.
1806         (ctype_read): Enable returning of wide character strings for reading
1807         transliteration information.
1808
1809 2000-08-23  Andreas Jaeger  <aj@suse.de>
1810
1811         * sysdeps/unix/sysv/linux/i386/sys/io.h (_EXTERN_INLINE): Remove.
1812         Use static __inline instead of _EXTERN_INLINE.
1813
1814         * misc/sys/select.h: Move prototypes of __select from here ...
1815         * include/sys/select.h: ... to here.
1816
1817         * socket/sys/socket.h: Move prototypes of __send and __connect
1818         from here....
1819         * include/sys/socket.h: ... to here.
1820
1821         * locale/programs/ld-ctype.c (ctype_read): Fix parameter for
1822         lr_error.
1823
1824 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
1825
1826         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use
1827         __setrlimit as strong name. Takes only 2 arguments.
1828
1829         * sysdeps/unix/sysv/linux/sh/syscalls.list: __syscall_setrlimit
1830         takes only 2 arguments.
1831
1832 2000-08-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1833
1834         * sysdeps/s390/__longjmp.c: Add __ to JB_GPR*.
1835
1836         * sysdeps/s390/bits/setjmp.h: Add __ to JB_GPR* defines.
1837
1838 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
1839
1840         * locale/programs/ld-ctype.c (ctype_read): Allow more than one
1841         default_missing character being specified, pick the first
1842         representable.
1843
1844 2000-08-23  Andreas Jaeger  <aj@suse.de>
1845
1846         * include/wchar.h: Add some pure attributes.
1847
1848         * time/time.h: Add const attribute for dysize.
1849
1850         * include/stdlib.h: Add malloc attribute to __posix memalign.
1851
1852         * stdlib/stdlib.h: Add some pure and malloc attributes.
1853         * wcsmbs/wchar.h: Likewise.
1854
1855         * dirent/dirent.h: Add some pure attributes.
1856         * include/dirent.h: Likewise.
1857
1858 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
1859
1860         * inet/netinet/in.h (struct in6_addr): Don't enforce 64bit alignment
1861         on 64bit arches.
1862
1863 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
1864
1865         * iconvdata/iso-2022-jp.c: In conversion to ISO-2022-JP, add two
1866         missing buffer size checks.
1867
1868 2000-08-23  Andreas Jaeger  <aj@suse.de>
1869
1870         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Use __setrlimit as
1871         strong name.
1872         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1873
1874         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include "kernel-features.h",
1875         otherwise __LINUX_KERNEL_VERSION might not be defined.
1876         (MIN): Define if not already defined.
1877
1878 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
1879
1880         * stdio-common/vfprintf.c: Handle %F format.
1881         * stdio-common/printf-parse.h (parse_one_spec): Likewise.
1882         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
1883
1884         * stdio-common/tstdiomisc.c: Add test for %F printf format.
1885
1886         * po/zh.po: New file.
1887
1888         * iconvdata/sjis.c: In conversion from UCS4, correct test for
1889         enough room in target buffer.
1890         Patch by KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp> [PR libc/1865].
1891         * iconvdata/bug-iconv1.c: New file.
1892         * iconvdata/Makefile (tests): Add bug-iconv1.
1893
1894         * locale/iso-4217.def: Update entry for Nicaragua.
1895
1896 2000-08-22  Mark Kettenis  <kettenis@gnu.org>
1897
1898         * hurd/hurdsig.c: Rearrange headers a bit.
1899         (_hurdsig_init): Block until _hurd_msgport_thread is initialized
1900         when cthreads is being used.
1901
1902 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
1903
1904         * elf/Makefile (distribute): Add dl-osinfo.h.
1905         * sysdeps/generic/dl-osinfo.h: New file.
1906         * sysdeps/unix/sysv/linux/dl-osinfo.h: New file.
1907         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Use DL_SYSDEP_OSCHECK
1908         if defined.
1909         * sysdeps/unix/sysv/linux/init-first.c: Perform kernel version test
1910         only for !SHARED case.  Get the code from dl-osinfo.h.
1911
1912         * stdlib/random_r.c: Cleanups.
1913         * stdlib/tst-random.c: New file.
1914         * stdlib/Makefile (tests): Add tst-random.
1915         Patches by Michael Fischer <fischer-michael@cs.yale.edu>.
1916
1917 2000-08-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1918
1919         * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.
1920         * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.
1921         * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.
1922         * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
1923
1924 2000-08-22  Jakub Jelinek  <jakub@redhat.com>
1925
1926         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sysctl): Remove.
1927         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sysctl): Remove.
1928         (__syscall__sysctl): Add.
1929
1930 2000-08-21  Andreas Jaeger  <aj@suse.de>
1931
1932         * stdlib/tst-strtol.c: Add test for 0xFFFFFFFFFFFF00FF (from PR
1933         libc/1864).
1934         * stdlib/tst-strtoll.c: Likewise.
1935
1936 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
1937
1938         * stdlib/random_r.c (__setstate_r): Also compute end_ptr
1939         correctly.
1940         (__initstate_r): Set errno on error.
1941         (__random_r): Likewise.
1942         (__setstate_r): Correct offset when computing
1943         new rptr and fptr.  Test for arg_state being NULL.
1944         Reported by Michael Fischer <fischer@cs.yale.edu>.
1945
1946         * posix/regex.h: Add macro definitions to allow compiling outside
1947         glibc.
1948
1949         * sysdeps/i370/Implies: Removed.
1950         * sysdeps/mvs/Implies: Removed.
1951
1952         * catgets/catgets.c (catopen): Filter out env_var values with / if
1953         necessary.
1954
1955         * locale/findlocale.c (_nl_find_locale): Move test for unusable
1956         locale name after all getenvs.
1957
1958         * configure.in: Allow sed versions like 3.02.8.
1959         Patch by Rodrigo Barbosa <rodrigob@conectiva.com.br>.
1960
1961 2000-08-21  Marko Myllynen  <myllynen@lut.fi>
1962
1963         * inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
1964
1965 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
1966
1967         * sysdeps/posix/getaddrinfo.c (gethosts): Handle TRY_AGAIN error
1968         of gethostbyname2_r call.
1969
1970         * intl/locale.alias: Add aliases for Korean.
1971
1972 2000-08-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1973
1974         * sysdeps/s390/__longjmp.c: Remove unused variable result.
1975         * sysdeps/s390/fpu/bits/fenv.h: Move FPC_* definitions to fenv_libc.h.
1976         * sysdeps/s390/fpu/fclrexcpt.c: Include fenv_libc.h instead of fenv.h.
1977         * sysdeps/s390/fpu/fegetenv.c: New file.
1978         * sysdeps/s390/fpu/fegetround.c: Include fenv_libc.h instead of fenv.h.
1979         * sysdeps/s390/fpu/feholdexcpt.c: New file.
1980         * sysdeps/s390/fpu/fenv_libc.h: New file.
1981         * sysdeps/s390/fpu/fesetenv.c: New file.
1982         * sysdeps/s390/fpu/fesetround.c: Include fenv_libc.h instead of fenv.h.
1983         * sysdeps/s390/fpu/feupdateenv.c: New file.
1984         * sysdeps/s390/fpu/fgetexcptflg.c: Reformatted.
1985         * sysdeps/s390/fpu/fpu_control.h: Corrected header.
1986         * sysdeps/s390/fpu/fraiseexcpt.c: New file.
1987         * sysdeps/s390/fpu/fsetexcptflg.c: New file.
1988         * sysdeps/s390/fpu/ftestexcept.c: New file.
1989         * sysdeps/s390/fpu/libm-test-ulps: New file.
1990         * sysdeps/s390/gmp-mparam.h: Add end of comment.
1991         * sysdeps/s390/initfini.c: New file.
1992         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1993         * sysdeps/unix/sysv/linux/s390/Makefile: Remove sys/reg.h.
1994         * sysdeps/unix/sysv/linux/s390/bits/stat.h: New file.
1995         * sysdeps/unix/sysv/linux/s390/lchown.c: New file.
1996         * sysdeps/unix/sysv/linux/s390/sys/elf.h: Move elf definitions to
1997         sys/procfs.h as proposed by Mark Kettenis.
1998         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: New file.
1999
2000 2000-08-21  Andreas Jaeger  <aj@suse.de>
2001
2002         * include/poll.h: Include include/sys/poll.h to get __poll
2003         declaration.
2004
2005         * io/sys/poll.h: Move __poll declaration from here...
2006         * include/sys/poll.h: ...to here.
2007
2008         * include/sys/socket.h (__getpeername): Add declaration.
2009
2010         * include/wchar.h (__vswprintf): Add declaration.
2011
2012         * include/stdio.h (__flockfile): Add declaration.
2013         (__funlockfile): Likewise.
2014
2015 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
2016
2017         * misc/sys/cdefs.h: Define __restrict_arr.
2018         * include/sys/time.h: Add restrict where required by AGd4.
2019         * inet/arpa/inet.h: Likewise.
2020         * io/sys/stat.h: Likewise.
2021         * io/sys/statvfs.h: Likewise.
2022         * misc/search.h: Likewise.
2023         * misc/sys/select.h: Likewise.
2024         * posix/glob.h: Likewise.
2025         * posix/regex.h: Likewise.
2026         * posix/spawn.h: Likewise.
2027         * posix/unistd.h: Likewise.
2028         * rt/aio.h: Likewise.
2029         * signal/signal.h: Likewise.
2030         * socket/sys/socket.h: Likewise.
2031         * stdlib/ucontext.h: Likewise.
2032         * streams/stropts.h: Likewise.
2033         * string/string.h: Likewise.
2034         * time/time.h: Likewise.
2035         * time/sys/time.h: Likewise.
2036
2037         * posix/spawn.h: Add declarations for posix_spawnattr_getscheparam
2038         and posix_spawnattr_setscheparam.
2039
2040         * libio/stdio.h: Make cuserid prototype again available for all
2041         XPG versions.
2042
2043         * argp/argp-help.c: Unify use of function aliases to make more compact
2044         PLT.
2045         * include/libintl.h: Likewise.
2046         * inet/rcmd.c: Likewise.
2047         * intl/dcigettext.c: Likewise.
2048         * libio/iofputws.c: Likewise.
2049         * libio/iofputws_u.c: Likewise.
2050         * libio/iogetwline.c: Likewise.
2051         * libio/swprintf.c: Likewise.
2052         * malloc/malloc.c: Likewise.
2053         * nss/digits_dots.c: Likewise.
2054         * posix/fnmatch.c: Likewise.
2055         * posix/spawn_faction_addclose.c: Likewise.
2056         * posix/spawn_faction_adddup2.c: Likewise.
2057         * posix/spawn_faction_addopen.c: Likewise.
2058         * posix/spawni.c: Likewise.
2059         * posix/wordexp.c: Likewise.
2060         * posix/spawni.c: Likewise.
2061         * resolv/res_hconf.c: Likewise.
2062         * resolv/res_init.c: Likewise.
2063         * shadow/lckpwdf.c: Likewise.
2064         * signal/sighold.c: Likewise.
2065         * signal/sigrelse.c: Likewise.
2066         * stdio-common/printf-parse.h: Likewise.
2067         * stdio-common/printf-prs.c: Likewise.
2068         * stdio-common/printf_fp.c: Likewise.
2069         * stdio-common/vfprintf.c: Likewise.
2070         * stdio-common/vfscanf.c: Likewise.
2071         * stdlib/rpmatch.c: Likewise.
2072         * sunrpc/create_xid.c: Likewise.
2073         * sunrpc/key_call.c: Likewise.
2074         * sysdeps/generic/setrlimit64.c: Likewise.
2075         * sysdeps/generic/utmp_file.c: Likewise.
2076         * sysdeps/generic/vlimit.c: Likewise.
2077         * sysdeps/posix/posix_fallocate.c: Likewise.
2078         * sysdeps/posix/posix_fallocate64.c: Likewise.
2079         * sysdeps/posix/sigpause.c: Likewise.
2080         * sysdeps/posix/sigset.c: Likewise.
2081         * sysdeps/unix/grantpt.c: Likewise.
2082         * sysdeps/unix/bsd/ualarm.c: Likewise.
2083         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
2084         * sysdeps/unix/sysv/linux/getloadavg.c: Likewise.
2085         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2086         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
2087         * time/strftime.c: Likewise.
2088         * wcsmbs/wcscoll.c: Likewise.
2089         * wcsmbs/wcsxfrm.c: Likewise.
2090
2091         * time/tst-getdate.c (main): Make error messages more human readable.
2092
2093         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Allow gcc to generate
2094         postinc/predec instruction.
2095         (_FPU_SETCW): Likewise.
2096         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2097
2098 2000-08-20  Andreas Jaeger  <aj@suse.de>
2099
2100         * time/tst-getdate.c (main): Increase error in case of wrong
2101         conversion.
2102         Fix typo in test case.
2103
2104 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
2105
2106         * ctype/ctype.h (isblank): Make available if ISO C99.
2107         * wctype/wctype.h (iswblank): Make available if ISO C99.
2108         * math/math.h (signgam): Don't make available if ISO C99.
2109         * math/tgmath.h (tgamma): Renamed from gamma.
2110         Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
2111
2112         * intl/loadmsgcat.c (_nl_unload_domain): Also free conv_tab element.
2113         Pretty printing.
2114         * intl/plural.y (new_exp): Take number of optional parameters in
2115         second parameter.  Test for correct number of parameters and free
2116         correctly in case of failure.  Adjust all callers.
2117         (yylex): Allow ';' as terminator character.
2118
2119 2000-08-19  Ulrich Drepper  <drepper@redhat.com>
2120
2121         * locale/lc-time.c (free_mem): New function.  Free alt_digits and
2122         walt_digits.
2123
2124         * locale/findlocale.c (free_mem): Also free here->filename.
2125
2126         * locale/loadlocale.c (_nl_unload_locale): Also free locale->name.
2127
2128         * math/test-fenv.c (feenv_tests): Clear all exceptions before
2129         first test.
2130         (feexcp_nomask_test): Correct printf args.
2131         (feexcp_mask_test): Likewise.
2132
2133 2000-08-19  Andreas Jaeger  <aj@suse.de>
2134
2135         * inet/tst-gethnm.c: Include string.h to provide prototype for
2136         strcmp.
2137
2138         * malloc/mtrace.pl (usage): Inform about --help.
2139
2140 2000-08-19  Wolfram Gloger  <wg@malloc.de>
2141
2142         * malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
2143         size HEAP_MAX_SIZE.
2144
2145 2000-08-19  Andreas Jaeger  <aj@suse.de>
2146
2147         * shlib-versions: Remove libnss_db, libdb and libdb1.
2148
2149 2000-08-19  Jakub Jelinek  <jakub@redhat.com>
2150
2151         * sysdeps/unix/sysv/linux/alpha/readdir.c: Move...
2152         * sysdeps/unix/sysv/linux/ia64/readdir.c: ...here and
2153         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: ...here.
2154         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Move...
2155         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: ...here and
2156         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: ...here.
2157         * sysdeps/unix/sysv/linux/alpha/readdir64.c: Remove.
2158         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: Remove.
2159         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Remove.
2160         * sysdeps/unix/sysv/linux/alpha/getdents.c: Only use for non-LFS
2161         getdents.
2162         * sysdeps/unix/sysv/linux/readdir64.c: Remove versioning.
2163         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
2164
2165 2000-08-18  Jakub Jelinek  <jakub@redhat.com>
2166
2167         * include/glob.h (__glob64): Add prototype.
2168         * sysdeps/generic/glob.c: If GLOB_ONLY_P is defined, only
2169         define glob and glob_in_dir.
2170         * sysdeps/unix/sysv/linux/i386/Versions: Add glob64@@GLIBC_2.2.
2171         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2172         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2173         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2174         * sysdeps/unix/sysv/linux/i386/glob64.c: New file.
2175         * sysdeps/unix/sysv/linux/arm/glob64.c: New file.
2176         * sysdeps/unix/sysv/linux/powerpc/glob64.c: New file.
2177         * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: New file.
2178
2179 2000-08-18  Jakub Jelinek  <jakub@redhat.com>
2180
2181         * malloc/Makefile (memusage): libmemusage.so is installed in slibdir.
2182
2183 2000-08-17  Andreas Jaeger  <aj@suse.de>
2184
2185         * math/test-fenv.c (fe_single_test): New function.
2186         (fe_env_tests): Use fe_single_test.
2187         (feenable_test): New tests for feenable/fedisable and
2188         fegetexcpetions.
2189         (feexcp_mask_test): New function.
2190         (feexcp_nomask_test): New function.
2191
2192 2000-08-19  Richard Henderson  <rth@cygnus.com>
2193
2194         * sysdeps/alpha/fpu/fenv_libc.h: New file.
2195         * sysdeps/alpha/fpu/fclrexcpt.c: Use it.
2196         * sysdeps/alpha/fpu/fegetenv.c: Likewise.
2197         * sysdeps/alpha/fpu/fesetround.c: Likewise.
2198         * sysdeps/alpha/fpu/fegetround.c: Likewise.
2199         * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
2200         * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
2201         * sysdeps/alpha/fpu/ftestexcept.c: Likewise.
2202         * sysdeps/alpha/fpu/fedisblxcpt.c: Likewise.  Use the smaller mask.
2203         * sysdeps/alpha/fpu/feenablxcpt.c: Likewise.
2204         * sysdeps/alpha/fpu/fegetexcept.c: Likewise.
2205         * sysdeps/alpha/fpu/feholdexcpt.c: Retain the SWCR_MAP bits.
2206         * sysdeps/alpha/fpu/fesetenv.c: Likewise.
2207         * sysdeps/alpha/fpu/feupdateenv.c: Likewise.
2208         * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
2209         * sysdeps/alpha/fpu/bits/fenv.h (FE_DENORMAL): New.
2210         (FE_MAP_DMZ, FE_MAP_UMZ, FE_NONIEEE_ENV): New.
2211
2212 2000-08-19  Andreas Jaeger  <aj@suse.de>
2213
2214         * elf/constload1.c: Include <stdio.h> for puts prototype.
2215
2216 2000-08-19  Ulrich Drepper  <drepper@redhat.com>
2217
2218         * elf/Versions [ld] (GLIBC_2.2): Export _dl_check_map_versions.
2219         * elf/dl-deps.c (_dl_map_object_deps): If object was dependency of
2220         a dynamically loaded object remove old l_initfini list.
2221         * elf/dl-libc.c (free_mem): Used as __libc_subfreeres callback to
2222         remove some dynamically allocated memory blocks in the dynamic
2223         loading data structures.
2224         * elf/dl-load.c (add_name_to_object): Initialize dont_free to 0.
2225         * elf/dl-open.c (dl_open_workder): Don't call _dl_check_all_versions.
2226         Instead call _dl_check_map_versions only for the dependencies.
2227         * elf/rtld.c: Avoid unneccessary initializations.  Mark l_libname
2228         information of initial objects as not free-able.
2229         * sysdeps/generic/ldsodefs.h (struct libname_list): Add dont_free
2230         element.
2231
2232         * elf/filter.c: Call mtrace.
2233         * elf/restest1.c: Likewise.  Close the objects.
2234         * elf/loadtest.c: Call mtrace.  Check result of dlclose.  Print more
2235         debug information.
2236
2237         * elf/constload1.c: Add comment explaining not freed memory.
2238
2239 2000-08-18  Andreas Jaeger  <aj@suse.de>
2240
2241         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Add pads to show
2242         alignment for structs stat and stat64.
2243         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
2244
2245 2000-08-17  Ulrich Drepper  <drepper@redhat.com>
2246
2247         * sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino
2248         handling.  Patch by Richard Henderson <rth@twiddle.net>.
2249
2250         * nss/Versions: Remove libnss_db information.
2251
2252 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
2253
2254         * sysdeps/sparc/fpu/fedisblxcpt.c: New file.
2255         * sysdeps/sparc/fpu/feenablxcpt.c: New file.
2256         * sysdeps/sparc/fpu/fegetexcept.c: New file.
2257         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: New file.
2258
2259         * sysdeps/sparc/sparc64/dl-machine.h: Subtract 4 .rela.plt entries
2260         to match Solaris.
2261
2262 2000-08-17  Ulrich Drepper  <drepper@redhat.com>
2263
2264         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Use type-correct code.
2265         (_FPU_SETCW): Likewise.
2266         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2267
2268         * stdio-common/printf_fp.c: Fix chars_needed computation.
2269         Patch by Greg McGary <greg@mcgary.org>.
2270
2271 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
2272
2273         * elf/dl-load.c (_dl_map_object): Don't crash if both loader and
2274         _dl_loaded are NULL.
2275
2276 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
2277
2278         * manual/arith.texi (feholdexcept): Returns 0 on success.
2279
2280 2000-08-17  Andreas Jaeger  <aj@suse.de>
2281
2282         * sysdeps/gnu/net/if.h (struct ifreq): Add ifru_newname.
2283         (ifr_newname): New.
2284         Reported by Andi Kleen <ak@suse.de>.
2285
2286 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
2287
2288         * sysdeps/alpha/fpu/fedisblxcpt.c: New file.
2289         * sysdeps/alpha/fpu/feenablxcpt.c: New file.
2290         * sysdeps/alpha/fpu/fegetexcept.c: New file.
2291
2292 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
2293
2294         * sysdeps/unix/sysv/linux/xstatconv.c (xstat32_conv): Test sizes
2295         of buf->st_ino and kbuf->st_ino, not __st_ino.
2296         If _HAVE_STAT64___ST_INO is not defined, don't use __st_ino at all.
2297         * sysdeps/unix/sysv/linux/getdents64.c: Change path in #include
2298         directive so that only linux/getdents.c is used, not some
2299         architecture specific one.
2300
2301 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
2302
2303         * sysdeps/i386/fpu/fegetexcept.c (fegetexcept): Return currently
2304         enabled, not disabled exceptions.
2305         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2306         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.
2307
2308 2000-08-17  Greg McGary  <greg@mcgary.org>
2309
2310         * Makeconfig (link-extra-libs-bounded): Strip `-bp' suffix
2311         from test program name when constructing suffix for $(LDLIBS-*).
2312         (bounded-thread-library): New variable.
2313         * crypt/Makefile
2314         [build-shared, build-static] (libcrypt-dep): Remove variable.
2315         ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
2316         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
2317         * linuxthreads/Makefile (libpthread, librt): Remove variables.
2318         (librt-tests): Add variable.  (tests): Use it.
2319         [build-shared, build-static]
2320         ($(addprefix $(objpfx),$(tests)),
2321         $(addprefix $(objpfx),$(librt-tests))):
2322         Consolidate individual dependencies.
2323         [build-bounded]
2324         ($(tests:%=$(objpfx)%-bp), $(librt-tests:%=$(objpfx)%-bp)):
2325         Add dependencies.
2326         * math/Makefile (LDLIBS-*): Remove variables (they are redundant).
2327         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
2328         * misc/Makefile
2329         [build-bounded] ($(objpfx)tst-tsearch-bp): Add dependencies.
2330         * rt/Makefile
2331         [build-shared, build-static]
2332         ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
2333         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
2334
2335 2000-08-17  Greg McGary  <greg@mcgary.org>
2336
2337         * sysdeps/generic/bp-checks.h: s/\(CHECK\w+\)opt/\1_NULL_OK/
2338         * sysdeps/unix/make-syscalls.sh: Likewise.
2339         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
2340         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2341         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2342         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
2343         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
2344
2345 2000-08-17  Greg McGary  <greg@mcgary.org>
2346
2347         * sysdeps/i386/fpu/s_frexp.S: Check bounds.
2348         Wrap extern symbols in BP_SYM ().
2349         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
2350         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
2351         * sysdeps/i386/fpu/s_remquo.S: Likewise.
2352         * sysdeps/i386/fpu/s_remquof.S: Likewise.
2353         * sysdeps/i386/fpu/s_remquol.S: Likewise.
2354         * sysdeps/i386/fpu/s_sincos.S: Likewise.
2355         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
2356         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
2357         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2358         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2359
2360 2000-08-16  Andreas Schwab  <schwab@suse.de>
2361
2362         * sysdeps/m68k/fpu/fegetexcept.c: New file.
2363         * sysdeps/m68k/fpu/fedisblxcpt.c: New file.
2364         * sysdeps/m68k/fpu/feenablxcpt.c: New file.
2365
2366 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
2367
2368         * sysdeps/generic/ldsodefs.h: Declare _nl_nloaded.
2369         * elf/Versions [ld] (GLIBC_2.2): Add _nl_nloaded.
2370         * elf/dl-support.c: Define _nl_nloaded.
2371         * elf/rtld.c: Likewise.  Increment _nl_nloaded for rtld itself.
2372         * elf/dl-object.c (_dl_new_object): Increment _nl_nloaded after adding
2373         object to global list.
2374         * elf/dl-close.c (_dl_close): Decrement _nl_nloaded after removing
2375         from _dl_loaded list.
2376         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
2377         * elf/dl-fini.c (_dl_fini): Use _nl_nloaded instead of computing the
2378         number here.
2379
2380         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Mask, not
2381         unmask, exceptions.
2382         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Unmask, not mask,
2383         exceptions.
2384         Reported by Harvey J. Stein <hjstein@bfr.co.il>.
2385
2386 2000-08-16  Andreas Jaeger  <aj@suse.de>
2387
2388         * elf/elf.h (EM_X8664): Add official x86-64 specific value.
2389
2390 2000-08-15  Marko Myllynen  <myllynen@lut.fi>
2391
2392         * inet/netinet/icmp6.h: Added Mobile IPv6 definitions.
2393
2394 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
2395
2396         * sysdeps/unix/sysv/linux/powerpc/Dist: Add oldgetrlimit64.c.
2397         * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)=resource]
2398         (sysdep_routines): Add oldgetrlimit64.
2399         * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: New file.
2400         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2401
2402         * include/link.h: Undo last patches.  Hurd now has stat64.
2403         * elf/Makefile: Likewise.
2404         * elf/dl-load.c: Likewise.
2405         * elf/dl-misc.c: Likewise.
2406         * elf/dl-profile.c: Likewise.
2407         * sysdeps/generic/sysd-link.h: Removed.
2408         * sysdeps/unix/sysv/linux/sysd-link.h: Removed.
2409
2410         * rt/aio_notify.c (notify_func_wrapper): Wrapper function to call
2411         thread event callback function.
2412         (__aio_notify_only): Use function above.
2413         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
2414
2415 2000-08-16  Mark Kettenis  <kettenis@gnu.org>
2416
2417         * sysdeps/mach/hurd/lseek64.c: New file.
2418
2419 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
2420
2421         * sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t):
2422         Remove typedefs.
2423         * sysdeps/mach/hurd/bits/time.h (__clockid_t, __timer_t): Remove
2424         typedefs.
2425         * sysdeps/generic/bits/time.h (__clockid_t, __timer_t): Remove
2426         typedefs.
2427         * sysdeps/generic/bits/types.h (__clockid_t, __timer_t): New typedefs.
2428
2429 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
2430
2431         * sysdeps/mach/hurd/xstatconv.c: New file.
2432         * sysdeps/mach/hurd/fxstat64.c: New file.
2433         * sysdeps/mach/hurd/lxstat64.c: New file.
2434         * sysdeps/mach/hurd/xstat64.c: New file.
2435         * sysdeps/mach/hurd/Dist: Add xstatconv.c.
2436
2437 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
2438
2439         * sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs):
2440         Initialize, needed for change in common symbol handling in newer
2441         binutils.  Mirrors 2000-01-03 change made by Andreas Schwab.
2442
2443 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
2444
2445         * elf/constload1.c: Call mtrace.  Check return value of dlclose call.
2446         * elf/constload2.c: Add destructor to unload constload3.
2447
2448         * include/link.h: Include sysd-link.h.
2449         * sysdeps/generic/sysd-link.h: New file.
2450         * sysdeps/unix/sysv/linux/sysd-link.h: New file.
2451         * elf/Makefile (distribute): Add sysd-link.h.
2452         * elf/dl-load.c: Use definitions from sysd-link.h instead of stat
2453         types and functions directly.
2454         * elf/dl-misc.c: Likewise.
2455         * elf/dl-profile.c: Likewise.
2456
2457         * elf/loadfail.c (main): Close all successfully loaded objects.
2458
2459         * elf/multiload.c: Add mtrace call.  Call dlclose for all handles and
2460         free wd.
2461         * elf/dl-deps.c (_dl_map_object_deps): Don't allocate needed list if
2462         there is already one.
2463
2464         * elf/dl-close.c: Pretty print.
2465
2466 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
2467
2468         * sysdeps/posix/ttyname.c: Make name variable from getttyname function
2469         global (with file scope).  Add __libc_subfreeres function to free the
2470         string.
2471         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.  Also for buf variable
2472         in ttyname function.
2473
2474         * sysdeps/generic/strtok.c: Remove initializer for olds variable.
2475
2476         * crypt/md5-crypt.c: Let destructor deallocate static buffer.
2477
2478         * iconvdata/sjis.c (from_ucs4_lat1): Handle U005C and U007E by
2479         mapping them to /x5c and /x7e respectively.
2480
2481         * locale/programs/ld-ctype.c: Add support for more definitions after
2482         copy statement.
2483
2484 2000-08-14  Jakub Jelinek  <jakub@redhat.com>
2485
2486         * dirent/Versions (getdirentries64): Export at GLIBC_2.2.
2487         * sysdeps/unix/sysv/linux/kernel-features.h
2488         (__ASSUME_GETDENTS64_SYSCALL): Define.
2489         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Use getdents64
2490         syscall if available to get d_type fields.
2491         * sysdeps/unix/sysv/linux/alpha/getdents.c (DIRENT_TYPE): Define.
2492         * sysdeps/unix/sysv/linux/arm/Versions (__xstat64, __fxstat64,
2493         __lxstat64): Export at GLIBC_2.2.
2494         (alphasort64, readdir64, readdir64_r, scandir64, versionsort64):
2495         Likewise.
2496         * sysdeps/unix/sysv/linux/i386/Versions (getdirentries64): Remove.
2497         * sysdeps/unix/sysv/linux/i386/getdents64.c (kernel_dirent64): Define.
2498         * sysdeps/unix/sysv/linux/powerpc/Versions (alphasort64,
2499         getdirentries64, versionsort64): Remove.
2500         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (alphasort64,
2501         getdirentries64, versionsort64): Remove.
2502
2503 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
2504
2505         * posix/Makefile: Remove rules to generate glob package.
2506
2507         * posix/Makefile (tests): Add tst-regexloc.
2508         (tst-regexloc-ENV): Add LOCPATH.
2509         * posix/tst-regexloc.c: New file.
2510
2511 2000-08-12  Andreas Jaeger  <aj@suse.de>
2512
2513         * include/features.h (__STDC_ISO_10646__): Define.
2514         Reported by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
2515
2516 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
2517
2518         * include/features.h (__USE_ISOC99): Define for _XOPEN_SOURCE >= 600.
2519
2520         * locale/langinfo.h: Define YESSTR and NOSTR also for XPG4 (but not
2521         for revision 6 and up).
2522
2523         * posix/sys/types.h: Define __need_timer_t and __need_clockid_t before
2524         including <time.h>.
2525         * time/time.h: Allow __need_timer_t and __need_clockid_t to be defined
2526         to get definitions of just these types.
2527
2528         * signal/signal.h: Define thread signal handling functions also for
2529         POSIX95.
2530
2531         * sysdeps/unix/sysv/linux/bits/types.h: Define thread types also for
2532         POSIX95.
2533         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2534         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Likewise.
2535         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2536         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
2537
2538         * sysvipc/sys/shm.h: Define pid_t for XPG.
2539
2540         * posix/unistd.h: Remove setkey, rename, and cuserid prototypes as
2541         they are not anymore required here.
2542
2543         * wcsmbs/wchar.h: Make the various wide char string and stream
2544         functions available for the respective XPG versions.
2545
2546         * nss/Makefile: Remove rules to build and distribute nss_db.
2547
2548         * sysdeps/generic/alphasort64.c: Remove unnecessary versioning.
2549         * sysdeps/generic/scandir64.c: Likewise.
2550         * sysdeps/generic/versionsort64.c: Likewise.
2551
2552 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
2553             Benjamin Koznik  <bkoz@redhat.com>
2554
2555         * libio/fileops.c: Merge with libstdc++-v3.
2556         * libio/genops.c: Likewise.
2557         * libio/iofclose.c: Likewise.
2558         * libio/iofopen.c: Likewise.
2559         * libio/iofwide.c: Likewise.
2560         * libio/libio.h: Likewise.
2561         * libio/libioP.h: Likewise.
2562         * libio/stdfiles.c: Likewise.
2563         * libio/stdio.c: Likewise.
2564         * libio/wfileops.c: Likewise.
2565         * libio/wgenops.c: Likewise.
2566
2567         * libio/Versions: Export functions needed by libstdc++-v3 in GLIBC_2.2.
2568
2569 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
2570
2571         * locale/programs/localedef.c: Implement --prefix option to allow
2572         writing in standard places of alternative install directories.
2573
2574         * posix/regex.c (compile_range): Implement collation sequence
2575         handling for glibc.  Use simple character ordering otherwise and
2576         not strcoll.
2577
2578 2000-08-12  Mark Kettenis  <kettenis@gnu.org>
2579
2580         * sysdeps/generic/scandir64.c: Include <dirent.h>.
2581
2582 2000-08-12  Andreas Jaeger  <aj@suse.de>
2583
2584         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Handle
2585         __USE_FILE_OFFSET64 correctly for locking.
2586         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2587
2588 2000-08-12  Jakub Jelinek  <jakub@redhat.com>
2589
2590         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
2591         Define for 2.4.1 on sparc as well.
2592         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fill in correct values
2593         for F_GETLK64, F_SETLK64, and F_SETLKW64.
2594         * sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c: New file.
2595         * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: New file.
2596
2597 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
2598
2599         * io/fts.c (fts_stat): Recognize DT_WHT only if S_IFWHT is also
2600         defined.
2601
2602 2000-08-12  Andreas Jaeger  <aj@suse.de>
2603
2604         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64,
2605         F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
2606
2607         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
2608         mips2 for assembler.
2609
2610         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Try fcntl
2611         if fnctl64 is not available for F_*LK*64.
2612
2613         * sysdeps/unix/sysv/linux/i386/lockf64.c: New file.
2614
2615 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
2616
2617         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
2618         Define for 2.4.1 on x86.
2619         * sysdeps/unix/sysv/linux/i386/fcntl.c: New file.
2620         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Fill in correct values
2621         for F_GETLK64, F_SETLK64, and F_SETLKW64.
2622
2623         * dirent/dirent.h: Define DT_WHT.
2624
2625         * sysdeps/unix/sysv/linux/arm/alphasort64.c: New file.
2626         * sysdeps/unix/sysv/linux/arm/getdents64.c: New file.
2627         * sysdeps/unix/sysv/linux/arm/readdir64.c: New file.
2628         * sysdeps/unix/sysv/linux/arm/readdir64_r.c: New file.
2629         * sysdeps/unix/sysv/linux/arm/scandir64.c: New file.
2630         * sysdeps/unix/sysv/linux/arm/versionsort64.c: New file.
2631
2632 2000-08-11  Ulrich Drepper  <drepper@redhat.com>
2633
2634         * nss/digits_dots.c: Don't pass NULL in h_aliases for successful
2635         lookup, pass pointer to array with NULL pointer [PR libc/1858].
2636         * inet/Makefile (tests): Add tst-gethnm.
2637         * inet/tst-gethnm.c: New file.
2638
2639         * rt/aio_cancel.c: If canceling a specific request which is running
2640         *really* do nothing.
2641         * rt/aio_misc.h: Add `done' to states of a request.
2642         * rt/aio_misc.c: Add several tests for the correct state.
2643         Simplify request table memory handling.
2644
2645 2000-08-10  Jakub Jelinek  <jakub@redhat.com>
2646
2647         * dirent/scandir.c: Use it for scandir64 and old_scandir64 as well.
2648         * dirent/scandir64.c: Move...
2649         * sysdeps/generic/scandir64.c: ...here.
2650         * dirent/alphasort64.c: Move...
2651         * sysdeps/generic/alphasort64.c: ...here.
2652         * dirent/versionsort64.c: Move...
2653         * sysdeps/generic/versionsort64.c: ...here.
2654         * sysdeps/unix/sysv/linux/i386/dirent/Versions (alphasort64,
2655         getdirentries64, readdir64, readdir64_r, scandir64, versionsort64):
2656         Export symbols at GLIBC_2.2.
2657         * sysdeps/unix/sysv/linux/powerpc/dirent/Versions: Likewise.
2658         * sysdeps/unix/sysv/linux/sparc/sparc32/dirent/Versions: Likewise.
2659         * include/dirent.h (__readdir64_r, __scandir64, __alphasort64,
2660         __versionsort64): Add prototypes.
2661         * io/Versions (__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
2662         * sysdeps/unix/sysv/linux/alpha/kernel_stat.h (__xstat_conv): Remove
2663         unused prototype.
2664         * sysdeps/unix/sysv/linux/alpha/readdir.c: Export at both GLIBC_2.1
2665         and GLIBC_2.2.
2666         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Likewise.
2667         * sysdeps/unix/sysv/linux/alpha/getdents.c: New.
2668         * sysdeps/unix/sysv/linux/alpha/getdents64.c: New.
2669         * sysdeps/unix/sysv/linux/bits/types.h (__ino64_t): Change to
2670         __u_quad_t.
2671         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat, struct stat64):
2672         Adjust for kernel-2.4.0-test6 layout.
2673         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat64): Export at both
2674         GLIBC_2.1 and GLIBC_2.2.
2675         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat64): Likewise.
2676         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat64): Likewise.
2677         * sysdeps/unix/sysv/linux/i386/getdents64.c: New.
2678         * sysdeps/unix/sysv/linux/i386/olddirent.h: New.
2679         * sysdeps/unix/sysv/linux/i386/readdir64.c: New.
2680         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: New.
2681         * sysdeps/unix/sysv/linux/i386/scandir64.c: New.
2682         * sysdeps/unix/sysv/linux/i386/alphasort64.c: New.
2683         * sysdeps/unix/sysv/linux/i386/versionsort64.c: New.
2684         * sysdeps/unix/sysv/linux/ia64/getdents.c: New.
2685         * sysdeps/unix/sysv/linux/ia64/getdents64.c: New.
2686         * sysdeps/unix/sysv/linux/ia64/readdir.c: Include alpha/readdir.c.
2687         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: Include alpha/readdir_r.c.
2688         * sysdeps/unix/sysv/linux/mips/bits/types.h (__ino64_t): Change to
2689         __u_quad_t.
2690         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: New.
2691         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h (_HAVE_STAT*): Define.
2692         * sysdeps/unix/sysv/linux/powerpc/scandir64.c: New.
2693         * sysdeps/unix/sysv/linux/powerpc/getdents64.c: New.
2694         * sysdeps/unix/sysv/linux/powerpc/readdir64.c: New.
2695         * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: New.
2696         * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ino64_t): Change to
2697         __u_quad_t.
2698         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: New.
2699         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h (_HAVE_STAT*):
2700         Define.
2701         * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: New.
2702         * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: New.
2703         * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: New.
2704         * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: New.
2705         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h (_HAVE_STAT*):
2706         Define.
2707         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: Include
2708         alpha/readdir.c.
2709         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: Include
2710         alpha/readdir_r.c
2711         * sysdeps/unix/sysv/linux/sparc/sparc64/getdents.c: New.
2712         * sysdeps/unix/sysv/linux/sparc/sparc64/getdents64.c: New.
2713         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): If
2714         _HAVE_STAT64___ST_INO and __st_ino != (uint32_t)st_ino, set
2715         st_ino from __st_ino.
2716         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2717         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2718         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv, xstat64_conv,
2719         xstat32_conv): Use _HAVE_STAT* macros.  If _HAVE_STAT64___ST_INO,
2720         set __st_ino in addition to st_ino.
2721         * sysdeps/unix/sysv/linux/kernel_stat.h (_HAVE_STAT*): Define.
2722         * sysdeps/unix/sysv/linux/getdents.c: Use it for __getdents64 and
2723         __old_getdents64 as well.
2724         * sysdeps/unix/sysv/linux/getdirentries.c: Use it for
2725         getdirentries64 and old_getdirentries64 as well.
2726         * sysdeps/unix/sysv/linux/getdirentries64.c (GETDIRENTRIES,
2727         __GETDENTS): Define.
2728         (GETDENTS64): Remove.
2729         * sysdeps/unix/sysv/linux/getdents64.c (__GETDENTS, DIRENT_TYPE):
2730         Define.
2731         (GETDENTS64): Remove.
2732         * sysdeps/unix/sysv/linux/readdir64.c: Use sysdeps/unix/readdir.c.
2733         * sysdeps/unix/sysv/linux/readdir64_r.c: Use sysdeps/unix/readdir_r.c.
2734         * sysdeps/unix/readdir.c: Use it for readdir64 and __old_readdir64
2735         as well.
2736         * sysdeps/unix/readdir_r.c: Use it for readdir64_r and
2737         __old_readdir64_r as well.
2738         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2739         __ASSUME_ST_INO_64_bit for kernel 2.4.1 and up.
2740
2741 2000-08-08  Jes Sorensen  <jes@linuxcare.com>
2742
2743         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add SI_KERNEL define.
2744         Add missing ILL_BADIADDR to enum and make ILL_BREAK match the
2745         define of the kernel.
2746         Add missing __SEG_PSTKOVF definition.
2747         Adjust the padding of struct siginfo and struct sigevent to
2748         match the fact that sigval_t is 64 bit.
2749
2750 2000-08-10  Ulrich Drepper  <drepper@redhat.com>
2751
2752         * timezone/zic.c: Update from tzcode2000f.
2753         * timezone/australasia: Update from tzdata2000f.
2754         * timezone/europe: Likewise.
2755         * timezone/southamerica: Likewise.
2756         * timezone/yearistype: Likewise.
2757
2758 2000-08-10  Andreas Jaeger  <aj@suse.de>
2759
2760         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Synch struct stat64 and
2761         stat with current MIPS kernel.
2762
2763 2000-08-01  Mark Kettenis  <kettenis@gnu.org>
2764
2765         * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_greg_t, ELF_NGREG,
2766         elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved to
2767         sysdeps/unix/sysv/linux/i386/sys/procfs.h.
2768         Remove the junk that's only relevant in the Linux kernel itself.
2769         Add a warning saying that this file is now obsolete, and include
2770         <sys/procfs.h>.
2771         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (elf_greg_t,
2772         ELF_NGREG, elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved
2773         here from sysdeps/unix/sysv/linux/i386/sys/elf.h.  Don't include
2774         <signal.h>, <sys/ucontext.h> and <sys/elf.h>.  Remove parts of
2775         `struct elf_prstatus' that are #ifdef'ed out.  Improve comments
2776         and add the notice that the file is primarily there for GDB.
2777         * sysdeps/unix/sysv/linux/i386/sys/user.h: Fix comment.
2778
2779 2000-08-09  Jakub Jelinek  <jakub@redhat.com>
2780
2781         * time/tzfile.c (__tzfile_compute): __tzstring zones
2782         from zone_names.
2783
2784 2000-08-09  Jakub Jelinek  <jakub@redhat.com>
2785
2786         * resolv/resolv.h (__res_state): Surround prototype with
2787         __BEGIN_DECLS/__END_DECLS.
2788         * sysdeps/unix/sysv/linux/m68k/chown.c: Include kernel-features.h.
2789
2790 2000-08-04  Jes Sorensen  <jes@linuxcare.com>
2791
2792         * sysdeps/unix/sysv/linux/ia64/bits/resource.h (__rlimit_resource):
2793         Make independant of asm/resource.h from the Linux kernel.
2794
2795 2000-08-06  Bruno Haible  <haible@clisp.cons.org>
2796
2797         * iconv/gconv_conf.c (__gconv_read_conf): Don't call realpath.
2798
2799 2000-08-06  Bruno Haible  <haible@clisp.cons.org>
2800
2801         * intl/Makefile (CPPFLAGS): Remove $(i18ndir) from LOCALE_ALIAS_PATH.
2802         * locale/Makefile (locale-CPPFLAGS): Likewise.
2803
2804 2000-08-09  Ulrich Drepper  <drepper@redhat.com>
2805
2806         * sysdeps/i386/fpu/libm-test-ulps: Increase several error values
2807         for AMD processors.
2808
2809 2000-08-03  Jakub Jelinek  <jakub@redhat.com>
2810
2811         * misc/Versions (mincore): Export at GLIBC_2.2.
2812
2813 2000-08-03  Bruno Haible  <haible@clisp.cons.org>
2814
2815         * intl/libintl.h (gettext, dgettext, dcgettext): Add back __THROW.
2816
2817 2000-08-02  Mark Kettenis  <kettenis@gnu.org>
2818
2819         * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from
2820         socketpair.  Made socketpair a weak alias.
2821         * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using
2822         __socketpair.  Use S_IFIFO protocol to make pipes POSIX
2823         conforming, but fall back on the old protocol if the socket server
2824         doesn't support it.
2825         * include/sys/socket.h: Add prototype for __socketpair.
2826
2827 2000-08-09  Andreas Schwab  <schwab@suse.de>
2828
2829         * stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the
2830         long long modifier is seen.
2831
2832         * elf/nodelete.c (do_test): Remove reference to undefined member
2833         sa_restorer.
2834         * rt/tst-aio4.c (do_test): Likewise.
2835
2836         * configure.in: Add `-lm' when checking for libgd.
2837         * malloc/Makefile ($(objpfx)memusagestat): Add `-lm' during
2838         linking.
2839
2840 2000-08-09  Andreas Jaeger  <aj@suse.de>
2841
2842         * configure.in: Change required make versions.
2843
2844         * manual/install.texi (Tools for Compilation): Document required
2845         make version.
2846         (Supported Configurations): Update list of supported
2847         configurations.
2848
2849 2000-08-08  Ulrich Drepper  <drepper@redhat.com>
2850
2851         * locale/linereader.c (get_string): Don't print an error is a string
2852         contains an unknown character.
2853
2854 2000-08-06  Ulrich Drepper  <drepper@redhat.com>
2855
2856         * locale/programs/ld-collate.c (struct symbol_t): Add name element.
2857         (new_symbol): Take new parameters with name of the symbol.
2858         Adjust callers.
2859         (handle_ellipsis): Don't only allow character symbols.
2860         (collate_read): Allow string of collating elements contain invalid
2861         characters; ignore entry in this case.
2862         Handle ellipsis of collating symbols before first order_start.
2863         Allow ellipsis in state 0.
2864
2865 2000-08-04  Ulrich Drepper  <drepper@redhat.com>
2866
2867         * locale/programs/ld-collate.c (handle_ellipsis): Fix typo in
2868         error message.
2869         Reported by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
2870
2871 2000-08-04  Greg McGary  <greg@mcgary.org>
2872
2873         * posix/regex.c (SET_HIGH_BOUND): New macro.
2874         (MOVE_BUFFER_POINTER): Use it.
2875         (ELSE_EXTEND_BUFFER_HIGH_BOUND): New macro.
2876         (EXTEND_BUFFER): Use it.
2877
2878 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
2879
2880         * libio/iofwide.c (_IO_fwide): Initialize fp->_codecvt as well.
2881         * libio/fileops.c (_IO_new_file_fopen): Use _codecvt not from
2882         _wide_data but from _IO_FILE directly.
2883         * libio/iofclose.c: Likewise.
2884         * libio/wfileops.c: Likewise.
2885
2886         * libio/genops.c (_IO_default_showmanyc): Change return type to size_t.
2887         * libio/libioP.h: Change prototypes.
2888
2889 2000-08-03  Greg McGary  <greg@mcgary.org>
2890
2891         * sysdeps/i386/setjmp.S (__sigsetjmp): Pop our
2892         frame pointer early so that we save caller's frame pointer.
2893         * sysdeps/i386/elf/setjmp.S: Likewise.
2894
2895         * sysdeps/unix/sysv/syscalls.list (time, utime): Correct signatures.
2896         * io/test-utime.c: Test passing NULL as utimbuf* arg.
2897
2898         * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): Remove macro.
2899         (MOVE_BUFFER_POINTER): Handle high_bound properly.
2900         (EXTEND_BUFFER): Don't call EXTEND_BUFFER_HIGH_BOUND.
2901
2902 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
2903
2904         * iconvdata/big5.c: Updated.
2905         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
2906
2907 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
2908
2909         * Makeconfig (all-subdirs): Add conform.
2910         * conform/Makefile: Include ../Rules.
2911
2912         * Makefile (README): Add rules to generate here as well.
2913
2914 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
2915
2916         * version.h (VERSION): Bump to 2.1.92.
2917
2918         * sysdeps/ia64/Dist: Add _mcount.S.
2919
2920         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone.S.
2921
2922         * sysdeps/unix/sysv/linux/mips/Dist: Add _test_and_set.c.
2923
2924         * elf/Makefile (distribute): Add missing modules.
2925
2926         * sysdeps/unix/sysv/linux/s390/Dist: Remove nonexisting files.
2927
2928         * posix/regex.c (compile_range): Translate range start and end
2929         characters to avoid empty range in case of REG_ICASE [PR libc/1842].
2930
2931         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Don't include
2932         asm/resource.h.
2933
2934         * sysdeps/unix/sysv/linux/arm/Makefile: Undo last change.
2935
2936 2000-08-02  Andreas Jaeger  <aj@suse.de>
2937
2938         * elf/elf.h (EM_S390): Added.
2939         (R_390_*): New relocs for S390.
2940
2941         * sysdeps/unix/sysv/linux/s390/Dist: New file.
2942         * sysdeps/unix/sysv/linux/s390/sysdep.h: New file.
2943         * sysdeps/unix/sysv/linux/s390/sysdep.S: New file.
2944         * sysdeps/unix/sysv/linux/s390/syscall.S: New file.
2945         * sysdeps/unix/sysv/linux/s390/sys/user.h: New file.
2946         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
2947         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: New file.
2948         * sysdeps/unix/sysv/linux/s390/sys/elf.h: New file.
2949         * sysdeps/unix/sysv/linux/s390/socket.S: New file.
2950         * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: New file.
2951         * sysdeps/unix/sysv/linux/s390/shmctl.c: New file.
2952         * sysdeps/unix/sysv/linux/s390/setreuid.c: New file.
2953         * sysdeps/unix/sysv/linux/s390/setresuid.c: New file.
2954         * sysdeps/unix/sysv/linux/s390/setresgid.c: New file.
2955         * sysdeps/unix/sysv/linux/s390/setregid.c: New file.
2956         * sysdeps/unix/sysv/linux/s390/setgroups.c: New file.
2957         * sysdeps/unix/sysv/linux/s390/setgid.c: New file.
2958         * sysdeps/unix/sysv/linux/s390/setfsuid.c: New file.
2959         * sysdeps/unix/sysv/linux/s390/setfsgid.c: New file.
2960         * sysdeps/unix/sysv/linux/s390/seteuid.c: New file.
2961         * sysdeps/unix/sysv/linux/s390/setegid.c: New file.
2962         * sysdeps/unix/sysv/linux/s390/semctl.c: New file.
2963         * sysdeps/unix/sysv/linux/s390/register-dump.h: New file.
2964         * sysdeps/unix/sysv/linux/s390/putpmsg.c: New file.
2965         * sysdeps/unix/sysv/linux/s390/putmsg.c: New file.
2966         * sysdeps/unix/sysv/linux/s390/profil-counter.h: New file.
2967         * sysdeps/unix/sysv/linux/s390/msgctl.c: New file.
2968         * sysdeps/unix/sysv/linux/s390/mmap.S: New file.
2969         * sysdeps/unix/sysv/linux/s390/getuid.c: New file.
2970         * sysdeps/unix/sysv/linux/s390/getresuid.c: New file.
2971         * sysdeps/unix/sysv/linux/s390/getresgid.c: New file.
2972         * sysdeps/unix/sysv/linux/s390/getpmsg.c: New file.
2973         * sysdeps/unix/sysv/linux/s390/getmsg.c: New file.
2974         * sysdeps/unix/sysv/linux/s390/getgroups.c: New file.
2975         * sysdeps/unix/sysv/linux/s390/getegid.c: New file.
2976         * sysdeps/unix/sysv/linux/s390/geteuid.c: New file.
2977         * sysdeps/unix/sysv/linux/s390/fchown.c: New file.
2978         * sysdeps/unix/sysv/linux/s390/clone.S: New file.
2979         * sysdeps/unix/sysv/linux/s390/brk.c: New file.
2980         * sysdeps/unix/sysv/linux/s390/bits/time.h: New file.
2981         * sysdeps/unix/sysv/linux/s390/bits/resource.h: New file.
2982         * sysdeps/unix/sysv/linux/s390/bits/mman.h: New file.
2983         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: New file.
2984         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
2985         * sysdeps/s390/sysdep.h: New file.
2986         * sysdeps/s390/sys/ucontext.h: New file.
2987         * sysdeps/s390/sub_n.S: New file.
2988         * sysdeps/s390/strncpy.S: New file.
2989         * sysdeps/s390/strcpy.S: New file.
2990         * sysdeps/s390/stackinfo.h: New file.
2991         * sysdeps/s390/setjmp.S: New file.
2992         * sysdeps/s390/s390-mcount.S: New file.
2993         * sysdeps/s390/mul_1.S: New file.
2994         * sysdeps/s390/memusage.h: New file.
2995         * sysdeps/s390/memset.S: New file.
2996         * sysdeps/s390/memcpy.S: New file.
2997         * sysdeps/s390/memchr.S: New file.
2998         * sysdeps/s390/machine-gmon.h: New file.
2999         * sysdeps/s390/ldbl2mpn.c: New file.
3000         * sysdeps/s390/gmp-mparam.h: New file.
3001         * sysdeps/s390/fpu/fpu_control.h: New file.
3002         * sysdeps/s390/fpu/fesetround.c: New file.
3003         * sysdeps/s390/fpu/fegetround.c: New file.
3004         * sysdeps/s390/fpu/fclrexcpt.c: New file.
3005         * sysdeps/s390/fpu/bits/fenv.h: New file.
3006         * sysdeps/s390/ffs.c: New file.
3007         * sysdeps/s390/elf/start.S: New file.
3008         * sysdeps/s390/elf/setjmp.S: New file.
3009         * sysdeps/s390/elf/bsd-setjmp.S: New file.
3010         * sysdeps/s390/elf/bsd-_setjmp.S: New file.
3011         * sysdeps/s390/dl-machine.h: New file.
3012         * sysdeps/s390/bzero.S: New file.
3013         * sysdeps/s390/bsd-setjmp.S: New file.
3014         * sysdeps/s390/bsd-_setjmp.S: New file.
3015         * sysdeps/s390/bits/string.h: New file.
3016         * sysdeps/s390/bits/setjmp.h: New file.
3017         * sysdeps/s390/bits/huge_val.h: New file.
3018         * sysdeps/s390/bits/endian.h: New file.
3019         * sysdeps/s390/bits/byteswap.h: New file.
3020         * sysdeps/s390/bcopy.S: New file.
3021         * sysdeps/s390/backtrace.c: New file.
3022         * sysdeps/s390/atomicity.h: New file.
3023         * sysdeps/s390/asm-syntax.h: New file.
3024         * sysdeps/s390/addmul_1.S: New file.
3025         * sysdeps/s390/add_n.S: New file.
3026         * sysdeps/s390/abort-instr.h: New file.
3027         * sysdeps/s390/__longjmp.c: New file.
3028         * sysdeps/s390/Makefile: New file.
3029         * sysdeps/s390/Implies: New file.
3030         * sysdeps/s390/Dist: New file.
3031         Patches by Martin Schwidefsky <schwidefsky@de.ibm.com>.
3032
3033 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
3034
3035         Remove incompatible IPv6 extension of RPC.
3036         * sunrpc/Makefile: Undo changes.
3037         * sunrpc/rpc_main.c: Likewise.
3038         * sunrpc/rpc/clnt.h: Likewise.
3039         * sunrpc/rpc/svc.h: Likewise.
3040         * sunrpc/bindrsvprt6.c: Removed.
3041         * sunrpc/clnt_tcp6.c: Removed.
3042         * sunrpc/clnt_udp6.c: Removed.
3043         * sunrpc/svc_tcp6.c: Removed.
3044         * sunrpc/svc_udp6.c: Removed.
3045
3046         * intl/libintl.h: Don't use __attribute_format_arg__ for gettext,
3047         dgettext, and dcgettetxt.
3048
3049         * intl/locale.alias: Update japanese aliases.
3050
3051         * sysdeps/ia64/bits/byteswap.h: New file.
3052         Patch by Dan Pop <Dan.Pop@cern.ch>.
3053
3054         * misc/sys/cdefs.h: Define __attribute_format_arg__.
3055         * intl/libintl.h: Use it here instead of using __attribute__ directly.
3056
3057 2000-07-13  H.J. Lu  <hjl@gnu.org>
3058
3059         * posix/regex.c (re_max_failures): Set to 4000.
3060
3061 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
3062
3063         * gnulib/Makefile (tests): Add tst-gcc.
3064         * gnulib/tst-gcc.c: New file.
3065
3066         * assert/Makefile (routines): Add __assert.
3067         * assert/Versions: Export __assert for glibc 2.2.
3068         * assert/__assert.c: New file.
3069         * assert/assert.h: Declare __assert.
3070
3071 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
3072
3073         * locale/localeinfo.h (_ISCTYPE): New macro.
3074         * posix/fnmatch_loop.c (internal_fnmatch): Use it, support new
3075         LC_CTYPE locale format.
3076         * locale/programs/ld-ctype.c (locale_ctype_t): New field class_b.
3077         (ctype_output): Output class_b[nr] right before class_3level[nr].
3078         (allocate_arrays): Fill class_b, similarly to class_3level.
3079
3080 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
3081             Joseph S. Myers  <jsm28@cam.ac.uk>
3082
3083         * math/tgmath.h: Make standard compliant.  Don't ask how.
3084
3085 2000-07-04  H.J. Lu  <hjl@gnu.org>
3086
3087         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name)):
3088         Use $(do-install-program) instead of "$(INSTALL_PROGRAM) $< $@.new".
3089         ($(inst_slibdir)/$(rtld-installed-name)): Use $(make-shlib-link) only.
3090
3091 2000-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3092
3093         * include/features.h (_XOPEN_SOURCE): Update the explanation.
3094         (__USE_LARGEFILE): Add an explanation.
3095         (_POSIX_C_SOURCE): Define to 2 only if _XOPEN_SOURCE < 500.
3096         (__USE_XOPEN2K): Define whenever _XOPEN_SOURCE >= 600.
3097
3098 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
3099
3100         * libio/Makefile: Enable exception handling for genops, wgenops,
3101         fileops, and wfileops.
3102
3103 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
3104
3105         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take into
3106         acount that elf/rtld's main program might remove some varibales
3107         from the environment if we're trying to be secure.  Move the Hurd
3108         startup data if necessary, or, if we there is no startup data,
3109         make sure the magical convention that ARGV[0] is stored just after
3110         the environment list.
3111
3112 2000-08-01  Philip Blundell  <philb@gnu.org>
3113
3114         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource]
3115         (sysdep_routines): Add oldgetrlimit, oldsetrlimit.
3116         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit,
3117         oldsetrlimit for GLIBC_2.0.
3118
3119 2000-08-01  Andreas Jaeger  <aj@suse.de>
3120
3121         * nss/nss_files/files-ethers.c: Use case-insensitive lookup.
3122         (LINE_PARSER): Allow any number of spaces between ip address and
3123         number.  Fixes PR libc/1833, reported by rp010gf@voruta.vu.lt.
3124
3125         * conform/data/netdb.h-data: Remove getipnodebyaddr and friends.
3126
3127         * include/netdb.h: Remove getipnodebyaddr and friends, leave
3128         constants in.
3129
3130         * nis/Versions: Remove _nss_nis_getipnodebyname_r and
3131         _nss_nisplus_getipnodebyname_r.
3132
3133         * nis/nss_nis/nis-hosts.c (_nss_nis_getipnodebyname_r): #if 0 for
3134         now, getipnodebyname is deprecated.
3135         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r):
3136         Likewise.
3137
3138         * inet/Makefile (routines): Don't build getipnodebyaddr and
3139         friends.
3140
3141         * intl/Makefile (distribute): Add tst-translit.sh and translit.po.
3142
3143         * hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.
3144
3145         * elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.
3146
3147         * wctype/Makefile (distribute): Add wchar-lookup.h.
3148
3149         * sysdeps/generic/Dist: Add bp-checks.h and bp-semctl.h.
3150
3151         * iconvdata/Makefile (distribute): Add isiri-3342.h.
3152
3153 2000-08-01  Andreas Schwab  <schwab@suse.de>
3154
3155         * Make-dist (dist): Resolve `..' in file names.
3156
3157 2000-08-01  Andreas Jaeger  <aj@suse.de>
3158
3159         * stdio-common/Makefile (distribute): Remove removed files, add
3160         new files.
3161
3162         * Makefile (distribute): Remove include/db_185.h and db.h.
3163
3164         * include/db_185.h: Remove, it's not needed anymore.
3165         * include/db.h: Likewise.
3166
3167 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
3168
3169         * inet/Makefile (tests): Remove tst-ipnode.
3170         * include/netdb.h: Add stuff removed from resolv/netdb.h here for
3171         now.
3172
3173 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
3174
3175         * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and
3176         endp statements have already been added.
3177
3178 2000-04-18  David Mosberger  <davidm@hpl.hp.com>
3179
3180         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include
3181         <sysdeps/ia64/sysdep.h>.
3182
3183         * sysdeps/ia64/_mcount.S: New file.
3184
3185         * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to
3186         __gmon_start__.  Fix up extraneous whitespace.
3187
3188 2000-01-12  H.J. Lu  <hjl@gnu.org>
3189
3190         * sysdeps/ia64/elf/initfini.c: New file.
3191
3192 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
3193
3194         * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW
3195         dependency between branch and ar.pfs write.
3196
3197 2000-07-31  H.J. Lu  <hjl@gnu.org>
3198
3199         * sysdeps/generic/printf_fphex.c (__printf_fphex): Correctly
3200         handle the wchar_t array.
3201
3202 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
3203
3204         * iconvdata/gb18030.c: Don't map to and from positions in ISO
3205         10646 which are not yet assigned.
3206         Patch by wang shouhua <shouhuawang@redflag-linux.com>.
3207
3208 2000-07-31  Andreas Jaeger  <aj@suse.de>
3209
3210         * inet/Versions: Remove getipnodebyaddr and friends from
3211         GLIBC_2.2.
3212
3213         * resolv/netdb.h: Remove getipnodebyaddr and friends.
3214
3215 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3216
3217         * iconvdata/sjis.c (BODY for FROM_LOOP): Treat the case
3218         ch >= 0x81 && ch2 < 0x40 as invalid.
3219
3220 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3221
3222         * iconvdata/uhc.c (BODY for FROM_LOOP): Reject ch2 == 0xff as invalid.
3223         (BODY for TO_LOOP): Accept 0x7f. Increment outptr as needed.
3224
3225 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3226
3227         * iconvdata/johab.c (BODY for TO_LOOP): After calling
3228         ucs4_to_ksc5601_sym, fix the conversion to JOHAB.
3229
3230 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3231
3232         * iconvdata/t.61.c (to_ucs4): Change values of 0xa4, 0a6, 0xa8, 0xb4,
3233         0xb8.
3234         (from_ucs4): Change values of U+00A4, U+00BB, U+00ED.
3235
3236 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3237
3238         * iconvdata/macintosh.c (HAS_HOLES): Set to 1.
3239
3240 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3241
3242         * iconvdata/iso_6937.c (to_ucs4): Change values of 0x24 and 0xb4.
3243         (from_ucs4): Change values of U+00A4 and U+00ED.
3244         (BODY of TO_LOOP): Remove mapping from U+02DC to 0x0020.
3245
3246 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3247
3248         * iconvdata/ansi_x3.110.c (from_ucs4): Change entry for 0xed.
3249         (BODY for TO_LOOP): Map U+2122, U+2126, not U+2022, U+2026.
3250
3251 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3252
3253         * iconvdata/Makefile (gen-8bit-gap-modules): Remove isiri-3342.
3254         * iconvdata/isiri-3342.h: New file.
3255         * iconvdata/isiri-3342.c (HAS_HOLES): Avoid gaps >= 0xe0, but don't
3256         treat 0x80 as a gap.
3257
3258 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3259
3260         * string/strxfrm.c (encoding_mask, encoding_byte): Remove.
3261         (utf8_encode): Use simple shifts instead.  Fix return value.
3262
3263 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
3264
3265         * timezone/private.h: Update from tzcode2000e.
3266         * timezone/asia: Update from tzdata2000e.
3267         * timezone/australasia: Likewise.
3268         * timezone/europe: Likewise.
3269         * timezone/northamerica: Likewise.
3270         * timezone/zone-tab: Likewise.
3271
3272 2000-07-30  Ralf Baechle  <ralf@gnu.org>
3273
3274         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h:  New file.  On MIPS
3275         the order of struct sigaltstack members is different.
3276
3277 2000-07-26  Philip Blundell  <philb@gnu.org>
3278
3279         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: New file.
3280
3281 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
3282
3283         * locale/langinfo.h: Add entries for extra tables in CTYPE data.
3284         * locale/programs/ld-ctype.c: Adjust for this.
3285
3286         * locale/programs/ld-collate.c: Add more alignment checks.
3287         * locale/string/strcoll.c: Likewise.
3288
3289 2000-07-30  Mark Kettenis  <kettenis@gnu.org>
3290
3291         * stdio-common/vfprintf.c: Move inclusion of _i18n_number.h
3292         outside USE_IN_LIBIO block.
3293
3294 2000-07-26  Philip Blundell  <philb@gnu.org>
3295
3296         * sysdeps/arm/dl-machine.h (fix_bad_pc24): New function.
3297         (elf_machine_rel): Use it for out-of-range PC24 relocs.
3298
3299 2000-07-28  Philip Blundell  <philb@gnu.org>
3300
3301         * math/test-fpucw.c: Ignore reserved bits in control word.
3302
3303 2000-07-28  Philip Blundell  <philb@gnu.org>
3304
3305         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET): New macro.
3306         (ret): Redefine to PSEUDO_RET.
3307         (PSEUDO): Remove jump to syscall_error.
3308
3309 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
3310
3311         * resolv/README: Add some information about using the resolver in
3312         multi-threaded code and with C++.  Spelling fixes.
3313
3314 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
3315
3316         * resolv/resolv.h (struct __sockaddr_in): Remove.
3317         (struct __res_state) [!_LIBC]: Remove reference to __sockaddr_in.
3318
3319 2000-07-29  Greg McGary  <greg@mcgary.org>
3320
3321         * Rules (test-bp-inputs, make-test-out): New variables.
3322         ($(objpfx)%-bp.out): New rule.
3323         ($(objpfx)%.out): Rewrite in terms of new variables.
3324
3325         * libio/iovswscanf.c (vswscanf): Pass _IO_FILE_plus pointer to
3326         internal function that uses vtable.
3327         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
3328         * libio/vswprintf.c (_IO_vswprintf): Likewise.
3329
3330         * malloc/malloc.c (mem2chunk): Define in terms of chunk_at_offset.
3331         (malloc_extend_top): Convert brk to chunk using chunk_at_offset.
3332         (chunk_align): Likewise.
3333
3334         * time/asctime.c (ab_day_name, ab_month_name): Rewrite expression
3335         in a way that conforms to decl, and avoids spurious bounds violation.
3336
3337         * sysdeps/arm/frame.h (struct layout): Make pointers __unbounded.
3338         * sysdeps/generic/frame.h: Likewise.
3339         * sysdeps/generic/backtrace.c (ADVANCE_STACK_FRAME): Wrap bounds
3340         around return value.
3341         (__backtrace): Qualify frame-pointer chain and return address
3342         pointers as __unbounded.  Wrap bounds around variable `current'.
3343         * sysdeps/generic/segfault.c (ADVANCE_STACK_FRAME): Wrap bounds
3344         around return value.
3345         (catch_segfault): Qualify frame-pointer chain and return address
3346         pointers as __unbounded.  Wrap bounds around variable `current'.
3347         * sysdeps/i386/backtrace.c (struct layout): Make pointers __unbounded.
3348         (ADVANCE_STACK_FRAME): Wrap bounds around return value.
3349         * sysdeps/powerpc/backtrace.c (struct layout): Make pointers
3350         __unbounded.
3351         (__backtrace): Qualify frame-pointer chain and return address
3352         pointers as __unbounded.  Wrap bounds around variable `current'.
3353
3354         * sysdeps/i386/addmul_1.S: s2_limb is scalar so remove bounds check.
3355         * sysdeps/i386/mul_1.S: Likewise.
3356         * sysdeps/i386/submul_1.S: Likewise.
3357         * sysdeps/i386/i586/addmul_1.S: Likewise.
3358         * sysdeps/i386/i586/mul_1.S: Add bounds checks.
3359         * sysdeps/i386/i586/submul_1.S: Likewise.
3360
3361 2000-07-27  Andreas Jaeger  <aj@suse.de>
3362
3363         * libio/Depend: New file, libio needs localedata for tests.
3364         * posix/Depend: Likewise.
3365
3366 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
3367
3368         * stdio-common/_i18n_itoa.c: Removed.
3369         * stdio-common/_i18n_itoa.h: Removed.
3370         * stdio-common/_i18n_itowa.c: Removed.
3371         * stdio-common/_i18n_itowa.h: Removed.
3372         * stdio-common/_i18n_number.h: New file.
3373         * stdio-common/Depend: New file.
3374         * stdio-common/printf-parse.h: Handle I modifier correctly.  Optimize.
3375         * stdio-common/vfprintf.c: Rewrite buffer handling for integer
3376         printing.  Change printing of numbers with locale specific digits to
3377         use new code in _i18n_number.h.
3378         * stdio-common/Makefile (routines): Remove _i18n_itoa and
3379         _i18n_itowa.
3380
3381         * stdio-common/bug13.c: Improve messages.
3382
3383         * locale/programs/ld-ctype.c (ctype_read): Improve error message.
3384         (set_class_defaults): Always search also for Uxxxx names.
3385         Detect insufficient number of outdigits.
3386
3387         * locale/Makefile (C-translit.h): Use mv not $(move-if-changed).
3388
3389 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
3390
3391         * locale/C-ctype.c (_nl_C_LC_CTYPE): Swap the two names in
3392         _NL_CTYPE_MAP_NAMES.
3393         * locale/localeinfo.h (__TOW_toupper, __TOW_tolower): New enum values.
3394         * wctype/wcfuncs.c (towlower, towupper): Use them.
3395         * wctype/wcfuncs_l.c (__towlower_l, __towupper_l): Likewise.
3396         * wctype/wctrans.c (wctrans): Likewise.
3397         * wctype/wctrans_l.c (__wctrans_l): Likewise.
3398
3399 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
3400
3401         * posix/fnmatch.c (is_char_class): Fix logic.  Avoid buffer overrun.
3402         Use the optimized version of this function outside glibc as well.
3403
3404 2000-07-27  Jakub Jelinek  <jakub@redhat.com>
3405
3406         * locale/indigits.h (indigit_value): Correct.
3407         * locale/indigitswc.h (indigitwc_value): Correct.
3408         * stdio-common/vfscanf.c (__vfscanf): Fix I18N number
3409         conversion, add GROUP checking for it, fix GROUP number
3410         conversion with strlen(thousands) > 1.
3411         Honour width correctly in the presence of floating
3412         decimal points and thousands separators.
3413         * stdio-common/tst-sscanf.c: New test.
3414         * stdio-common/Makefile: Add it to tests.
3415         * sysdeps/generic/strtol.c (strtol): Fix conversion if there are
3416         thousands separators and group argument is non-zero.
3417
3418 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
3419
3420         * locale/Versions: Enumerate __*_l functions individually. __wctrans_l
3421         starts at GLIBC_2.2.
3422
3423 2000-07-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3424
3425         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h.
3426         * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add
3427         _test_and_set.
3428         (headers): Add sys/tas.h.
3429         * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for
3430         GLIBC_2.2 from libc.
3431         * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file.
3432         * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for
3433         _test_and_set.
3434
3435 2000-07-28  Andreas Jaeger  <aj@suse.de>
3436
3437         * sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4.
3438
3439         * dlfcn/Makefile ($(objpfx)tst-dladdr): New.
3440         ($(objpfx)tst-dladdr.out): new.
3441         (tests): Add tst-dladdr.
3442         ($(objpfx)glrefmain): Use libdl.
3443
3444         * dlfcn/tst-dladdr.c: New file.  Based on a test by Volkmar Sieh
3445         <vs@caldera.de>.
3446
3447 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
3448
3449         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and
3450         ftruncate(64) calls.
3451
3452 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
3453
3454         * intl/tst-translit.c: Include string.h to get prototype for
3455         strcmp().
3456
3457 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
3458
3459         * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
3460         name and add weak alias for __fork.
3461
3462         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change llseek, pread
3463         & pwrite to use __libc_<name> as strong names instead of
3464         __syscall_<name>.
3465
3466         * include/sched.h: Add clone2 prototype.
3467
3468 2000-07-26  Jes Sorensen  <jes@linuxcare.com>
3469
3470         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Don't declare the
3471         procedure name twice.
3472
3473 2000-07-27  Philip Blundell  <philb@gnu.org>
3474
3475         * malloc/malloc.c (HAVE_MREMAP): Undo change of 1997-12-04.
3476
3477 2000-07-27  Andreas Jaeger  <aj@suse.de>
3478
3479         * sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
3480         MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
3481         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
3482         Reported by Andi Kleen <ak@suse.de>.
3483
3484         * rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
3485         (do_wait): Test requests with aio_return64.
3486         (do_test): Change callers of do_wait.
3487
3488 2000-07-26  Andreas Jaeger  <aj@suse.de>
3489
3490         * rt/tst-aio.c: Add tests for aio_fsync and aio_cancel.
3491         (do_wait): Test requests with aio_return.
3492         (do_test): Change callers of do_wait.
3493
3494 2000-07-27  Ulrich Drepper  <drepper@redhat.com>
3495
3496         * rt/aio_misc.c (__aio_remove_request): New function.  Handle removing
3497         from request list.  Don't do the list handling here, call
3498         __aio_remove_request.
3499         * rt/aio_misc.h: Add prototype for __aio_remove_request.
3500         * rt/aio_cancel.c: Don't assume __aio_find_req_fd succeeds since the
3501         request might already be processed.  Don't do the list handling
3502         here, call __aio_remove_request.
3503
3504         * rt/aio_misc.c: Don't depend on aio_reqprio field for LIO_SYNC and
3505         LIO_DSYNC.
3506
3507         * rt/aio_misc.c: Add comment explaining why writer memory barriers
3508         are missing.
3509
3510 2000-07-27  Greg McGary  <greg@mcgary.org>
3511
3512         * sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*.
3513         * sysdeps/generic/bp-semctl.h (check_semctl): Fix syntax error
3514         in union init.  Pass zero for ignored semnum arg to semctl.
3515         * sysdeps/unix/sysv/linux/shmat.c (shmat): Fix typo.
3516
3517 2000-07-26  Greg McGary  <greg@mcgary.org>
3518
3519         * sysdeps/gnu/bits/msq.h: Qualify kernel's
3520         data structure pointers as __unbounded.
3521         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
3522         * sysdeps/generic/bp-semctl.h: New file.
3523         * sysdeps/unix/sysv/linux/msgctl.c: Qualify kernel's data structure
3524         pointers as __unbounded.  Check bounds of syscall args.
3525         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
3526         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
3527         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
3528         * sysdeps/unix/sysv/linux/semop.c: Likewise.
3529         * sysdeps/unix/sysv/linux/shmat.c: Likewise.
3530         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
3531         * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
3532         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
3533         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
3534         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
3535         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
3536         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
3537         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
3538         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Likewise.
3539         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
3540         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
3541
3542 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
3543
3544         * libio/iofwide.c: Enable transliteration for conversion from wchar_t
3545         by default.
3546         * locale/C-ctype.c: Likewise.
3547         * wcsmbs/wcsmbsload.c: Likewise.
3548
3549 2000-07-26  Greg McGary  <greg@mcgary.org>
3550
3551         * Makeconfig (+link-bounded, link-libc-bounded,
3552         link-extra-libs-bounded): New variables.
3553         (built-program-cmd): Omit $(run-program-prefix) for static BP tests.
3554         * Makerules (do-tests-clean, common-mostlyclean): Remove BP test files.
3555         * Rules (tests-bp.out): New variable.
3556         (tests): Conditionally add BP tests.
3557         (binaries-bounded): Add variable and associated rule.
3558         * csu/Makefile [build-bounded] (extra-objs, install-lib):
3559         Move conditional stuff after place where condition is defined.
3560
3561         * malloc/malloc.c (bp-checks.h): Add #include.
3562         (mem2chunk, chunk_at_offset, bin_at): Wrap BOUNDED_1 around expression.
3563         (_bin_at): Add unbounded version of bin_at.
3564         (IAV, chunk_alloc): Use unbounded _bin_at.
3565         (mALLOc, rEALLOc, chunk_realloc, mEMALIGn, cALLOc,
3566         chunk2mem_check, realloc_check, malloc_starter, malloc_atfork):
3567         Wrap BOUNDED_N around return value.
3568         (chunk_realloc): Adjust oldsize once.
3569
3570         * sysdeps/generic/bp-checks.h (__memchr): Remove incorrect decl.
3571         (__ubp_memchr): Add correct decl.
3572         (_CHECK_STRING): Use __ubp_memchr.
3573         * sysdeps/alpha/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
3574         New alias for unbounded-pointer __memchr.
3575         * sysdeps/i386/memchr.S: Likewise.
3576         * sysdeps/ia64/memchr.S: Likewise.
3577         * sysdeps/m68k/memchr.S: Likewise.
3578         * sysdeps/sparc/sparc32/memchr.S: Likewise.
3579         * sysdeps/sparc/sparc64/memchr.S: Likewise.
3580         * sysdeps/vax/memchr.s: Likewise.
3581
3582         * sysdeps/i386/strtok.S: Fix bounds checks to pass tests.
3583         (SAVE_PTR): New macro.  (save_ptr): Expand size as BP.
3584         (strtok): Don't bother to write into SAVE_PTR when returning NULL.
3585         * sysdeps/i386/i686/strtok.S: Likewise.
3586         * sysdeps/i386/bp-asm.h (RETURN_BOUNDED_POINTER,
3587         RETURN_NULL_BOUNDED_POINTER): Use %ecx as the scratch register.
3588
3589         * sysdeps/i386/bits/string.h [!__BOUNDED_POINTERS__]: Disable inlines.
3590         * sysdeps/i386/i486/bits/string.h [!__BOUNDED_POINTERS__]: Likewise.
3591
3592         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Copy
3593         bounds of copy_result to mount_proc.
3594
3595 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
3596
3597         * wctype/wctype.h (__wctrans_l): New declaration.
3598         * wctype/wctrans_l.c: New file.
3599         * wctype/Makefile (routines): Add wctrans_l.
3600
3601 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
3602
3603         * posix/fnmatch_loop.c: Fixes for use outside glibc.
3604         Patch by MacGyver <macgyver@tos.net>.
3605
3606 2000-07-26  Andreas Jaeger  <aj@suse.de>
3607
3608         * rt/tst-aio4.c: New file, slightly modified version of tst-aio2.
3609         * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
3610         * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5.
3611
3612         * rt/tst-aio.c (test_file): Fix typo.
3613         * rt/tst-aio64.c (test_file): Likewise.
3614
3615         * rt/tst-aio3.c: New file, slightly modified version of tst-aio2.
3616         * rt/Makefile: Add rules to build and run tst-aio3.
3617
3618         * sysdeps/unix/sysv/linux/netinet/ip.h: Removed ip_options since
3619         it's not needed and confuses only.
3620
3621 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
3622
3623         * resolv/res_init.c: Add support for nameserver communication with
3624         IPv6.
3625         * resolv/res_send.c: Likewise.
3626         * resolv/resolv.h (struct __res_state): Store IPv6 address, not IPv4
3627         in nsaddrs field.
3628         Patch by <venaas@nvg.ntnu.no>.
3629
3630 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
3631
3632         * locale/programs/ld-ctype.c (wctype_table_get): New function.
3633         (wcwidth_table_get): New function.
3634         (wcwidth_table_add): Call it.
3635         (wctrans_table_get): New function.
3636         (wctrans_table_add): Call it.
3637
3638 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3639
3640         * rt/lio_listio.c (lio_listio): Always disable individual
3641         notification.
3642         * rt/Makefile: Add rules to build and run tst-aio2.
3643         * rt/tst-aio2.c: New file.
3644
3645         * rt/lio_listio.c (lio_listio): Handle case of SIG == NULL correctly.
3646         Reported by Kevin Beard <beardk@gatwick.Geco-Prakla.slb.com>.
3647
3648 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
3649
3650         * nss/nss_files/files-netgrp.c (strip_whitespace): New function.
3651         (_nss_netgroup_parseline): Use strip_whitespace to strip off any
3652         leading and trailing spaces from host, user and domain name.
3653
3654 2000-07-25  Jes Sorensen  <jes@linuxcare.com>
3655
3656         * csu/defs.awk: Add support for need_endp.
3657
3658 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
3659
3660         * resolv/resolv.h: Remove __P from res_send_qhook and
3661         res_send_rhook typedefs.
3662
3663 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
3664
3665         * intl/tst-translit.c (main): Unset OUTPUT_CHARSET.
3666
3667 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3668
3669         * iconv/gconv_builtin.h: Add WCHAR_T alias.
3670
3671 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
3672
3673         * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the
3674         calling thread, set the cancellation flag and return success
3675         instead of EINTR.
3676
3677 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3678
3679         * libio/Makefile: Add rules build, run, and distribute tst-widetext.c.
3680         * libio/tst-widetext.c: New file.
3681         * libio/tst-widetext.input: New file.
3682
3683         * libio/iogetwline.c (_IO_getwline_info): Pretty print.
3684
3685         * libio/wfileops.c (_IO_wfile_underflow): Handle not entirely
3686         empty external buffer correctly.
3687
3688 2000-07-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3689
3690         * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Stringify using
3691         __STRING(entry) and not #entry.
3692         (_RTLD_EPILOGUE): Likewise.
3693         * sysdeps/mips/mips64/dl-machine.h: Likewise.
3694
3695 2000-07-25  Andreas Jaeger  <aj@suse.de>
3696
3697         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
3698         according to changes in test program, run also with static only
3699         builds.
3700         ($(objpfx)tst-printf.out): Likewise.
3701
3702         * stdio-common/tst-unbputc.sh: Likewise.
3703         * stdio-common/tst-printf.sh: Likewise.
3704
3705 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3706
3707         * libio/wfileops.c (_IO_wdo_write): Correct return value.
3708
3709         * libio/wfileops.c (_IO_wdo_write): Allow partial conversions in the
3710         loop.
3711
3712         * libio/fileops.c: Pretty print.
3713
3714 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
3715
3716         * wctype/wchar-lookup.h: New file.
3717         * wctype/iswctype.c: Include "wchar-lookup.h".
3718         (__iswctype): Support alternate locale format with 3-level tables.
3719         * wctype/iswctype_l.c (__iswctype_l): Likewise.
3720         * wctype/towctrans.c (__towctrans): Likewise.
3721         * wctype/towctrans_l.c (__towctrans_l): Likewise.
3722         * wctype/wcfuncs.c: Include "wchar-lookup.h".
3723         (__ctype32_wctype, __ctype32_wctrans): Declare external.
3724         (__iswalnum, __iswalpha, __iswcntrl, __iswdigit, __iswlower,
3725         __iswgraph, __iswprint, __iswpunct, __iswspace, __iswupper,
3726         __iswxdigit, towlower, towupper): Support alternate locale format
3727         with 3-level tables.
3728         * wctype/wcextra.c (iswblank): Likewise.
3729         * wctype/wcfuncs_l.c: Include "wchar-lookup.h".
3730         (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3731         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3732         __iswxdigit_l, __towlower_l, __towupper_l): Support alternate locale
3733         format with 3-level tables.
3734         * wctype/wcextra_l.c (__iswblank_l): Likewise.
3735         * wctype/wctype.c (__wctype): Likewise.  In the alternate locale
3736         format, return a 3-level table pointer.
3737         * wctype/wctype_l.c (__wctype_l): Likewise.
3738         * wctype/wctrans.c (wctrans): Likewise.
3739         * wctype/wctype.h (__ISwupper, __ISwlower, __ISwalpha, __ISwdigit,
3740         __ISwxdigit, __ISwspace, __ISwprint, __ISwgraph, __ISwblank,
3741         __ISwcntrl, __ISwpunct, __ISwalnum): New enum values.
3742         (iswctype): Remove macro definition.
3743         * wcsmbs/wcwidth.h: Include "wchar-lookup.h".
3744         (internal_wcwidth): Support alternate locale format with 3-level
3745         tables.
3746         * locale/langinfo.h (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
3747         New nl_items.
3748         * locale/categories.def (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
3749         Define them as being type "word".
3750         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializers for them.
3751         * ctype/ctype-info.c (__ctype32_wctype, __ctype32_wctrans,
3752         __ctype32_width): New exported variables.
3753         * locale/lc-ctype.c (_nl_postload_ctype): Initialize them in the
3754         alternate locale format. Don't initialize __ctype_names and
3755         __ctype_width in the alternate locale format.
3756         * locale/programs/localedef.h (oldstyle_tables): New declaration.
3757         * locale/programs/localedef.c (oldstyle_tables): New variable.
3758         (OPT_OLDSTYLE): New macro.
3759         (options): Add --old-style option.
3760         (parse_opt): Handle --old-style option.
3761         * locale/programs/ld-ctype.c (locale_ctype_t): Add class_offset,
3762         map_offset, class_3level, map_3level, width_3level members.
3763         (ctype_output): Support for alternate locale format: Computation of
3764         nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
3765         _NL_CTYPE_CLASS32 only 256 characters. _NL_CTYPE_NAMES empty.
3766         New fields _NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET. Field
3767         _NL_CTYPE_WIDTH now contains the three-level table. Extra elems
3768         now contain both class and map tables.
3769         (struct wctype_table): New type.
3770         (wctype_table_init, wctype_table_add, wctype_table_finalize): New
3771         functions.
3772         (struct wcwidth_table): New type.
3773         (wcwidth_table_init, wcwidth_table_add, wcwidth_table_finalize): New
3774         functions.
3775         (struct wctrans_table): New type.
3776         (wctrans_table_init, wctrans_table_add, wctrans_table_finalize): New
3777         functions.
3778         (allocate_arrays): Support for alternate locale format: Set
3779         plane_size and plane_cnt to 0. Restrict ctype->ctype32_b to the first
3780         256 characters. Compute ctype->class_3level. Restrict ctype->map32[idx]
3781         to the first 256 characters. Compute ctype->map_3level. Set
3782         ctype->class_offset and ctype->map_offset. Compute ctype->width_3level
3783         instead of ctype->width.
3784
3785 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
3786
3787         * libio/iogetwline.c (_IO_getwline_info): Use wide character
3788         string functions.
3789
3790 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
3791
3792         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Measure size
3793         in wide characters, not bytes.
3794         * libio/tst_putwc.c (do_test): Add test for writing lots of data
3795         into file.
3796
3797 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
3798
3799         * locale/nl_langinfo.c (nl_langinfo): Accept items belonging to the
3800         new categories LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE,
3801         LC_MEASUREMENT, LC_IDENTIFICATION.
3802
3803         * locale/xlocale.h (struct __locale_struct): Increase size of
3804         __locales array.
3805         * locale/duplocale.c (__duplocale): Copy newly added categories as
3806         well.
3807         * locale/freelocale.c (__freelocale): Free newly added categories.
3808         * locale/newlocale.c (__newlocale): Fix typo in sanity check.
3809         If a base is given, use it, don't simply return it.
3810
3811 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
3812
3813         * crypt/md5-crypt.c (__md5_crypt_r): Avoid gcc warnings: Use pointer
3814         variables, copied_key and copied_salt, instead of boolean variables.
3815
3816 2000-07-24  Andreas Jaeger  <aj@suse.de>
3817
3818         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Really fix
3819         check for offset.
3820
3821         * grp/initgroups.c (initgroups_dyn_function): Renamed from
3822         initgroups_function, adopted prototype for change from 2000-07-23.
3823         (initgroups): Follow type change.
3824
3825         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix offset
3826         & PAGE_MASK case, reformat.
3827
3828         * string/Makefile ($(objpfx)tst-svc.out): Fix rule to read input
3829         from stdin and setup environment.
3830
3831 2000-07-24  Andreas Schwab  <schwab@suse.de>
3832
3833         * sysdeps/unix/sysv/linux/m68k/mmap.S: Remove mmap64 alias.
3834
3835 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
3836
3837         * string/endian.h: Explain the _*_ENDIAN constant values a bit
3838         more.  Patch by scarlet@mit.edu [PR libc/1799].
3839
3840         * io/ftwtest-sh: Add -f parameter to chmod if -R is also given.
3841         [PR libc/1792].
3842
3843         * argp/argp-parse.c (parser_finalize): Reverse order in which
3844         parsers are run for ARGP_KEY_END.  [PR libc/1755].
3845
3846         * grp/initgroups.c (initgroups): Don't limit the possible number
3847         of groups to NGROUPS_MAX.  Allow dynamic resizing.  Loop around
3848         the setgroups call while the call fails and descrease the number
3849         of groups each round.
3850         The name of the initgroups function in the NSS modules changed.
3851         (compat_call): Adapt for dynamic resizing.
3852         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
3853         Implement dynamic resizing.
3854         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
3855         Likewise.
3856         * nis/nss_nis/compat-initgroups.c (_nss_nis_initgroups_dyn): Likewise.
3857         * hesiod/Versions: Change exported interface name.
3858         * nis/Versions: Change exported interface name.
3859
3860 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
3861
3862         * locale/iso-639.def: Some errors corrected.
3863         Patch by Keld Simonsen.
3864
3865         * include/limits.h: Update non-gcc portion.
3866         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
3867
3868 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
3869
3870         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the
3871         program's data space, reallocate only the space that was just
3872         deallocated to release its backing space.
3873
3874 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
3875
3876         * stdio-common/vfprintf.c (process_string_arg): For wide character
3877         version, handle precision also correctly.
3878
3879         * nss/nss_files/files-hosts.c: Correct problem with three or more
3880         entries with the same name.
3881
3882         * nss/nss_files/files-hosts.c: Implement multi handling.
3883         * resolv/Versions: Export _res_hconf for GLIBC_2.2 from libc.
3884
3885 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
3886
3887         * nss/nss_files/files-parse.c: Don't pollute namespace by using
3888         strcasecmp.
3889
3890         * grp/Makefile: Change Makefiles and tests to run only when necessary.
3891         * malloc/Makefile: Likewise.
3892         * malloc/tst-mtrace.sh: Likewise.
3893         * posix/Makefile: Likewise.
3894         * posix/globtest.sh: Likewise.
3895         * posix/wordexp-tst.sh: Likewise.
3896         * string/Makefile: Likewise.
3897
3898 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
3899
3900         * locale/findlocale.c (locale_file_list): Use __LC_LAST as array
3901         size instead of LC_ALL to take into account the new locale
3902         categories.
3903
3904 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
3905
3906         * iconv/gconv_trans.c: Correct a few bugs in the search loop.  Remove
3907         remainders of hash table.
3908         * locale/categories.def: Remove remainders of transliteration
3909         hash table.
3910         * locale/langinfo.h: Likewise.
3911         * locale/programs/ld-ctype.c: Likewise.  Fix code to write out
3912         transliteration tables.
3913
3914         * locale/gen-translit.pl: New file.
3915         * locale/C-translit.h.in: New file.
3916         * locale/C-ctype.c: Include C-translit.h.  Initialize transliteration
3917         data pointers with data from this file.
3918         * locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
3919         and gen-translit.pl.
3920         Add rule to generate C-translit.h.
3921         * intl/tst-translit.c (main): Update for now performed
3922         transliteration.
3923
3924         * stdio-common/vfscanf.c: Handle input -- with format %f correctly
3925         (it's no input error).
3926         * stdio-common/tstscanf.c: Add test case for format %f with input --.
3927         * stdio-common/scanf12.c: Correct expected result for first scanf.
3928
3929         * stdio-common/vfprintf.c (process_string_arg): Correct handling
3930         of multibyte character strings in %s format with precision.
3931
3932 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
3933
3934         * locale/programs/ld-collate.c (collate_read): Allow collating
3935         symbols and elements be named in reorder-after instructions.
3936         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
3937
3938         * locale/programs/ld-collate.c (handle_ellipsis): Test for
3939         duplication with generated name, not the name of the first
3940         character.
3941         Patch by Yong Li <yong.li@asu.edu>.
3942
3943         * sysdeps/powerpc/strchr.S: Correct bugs introduced in BP-ification.
3944         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3945
3946 2000-07-21  Wolfram Gloger  <wg@malloc.de>
3947
3948         * malloc/malloc.c (chunk_alloc): Try mmap_chunk() for smaller
3949         allocations only if a non-main arena cannot be extended.
3950
3951 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
3952
3953         * elf/dl-load.c (_dl_map_object): Take loader==NULL into account
3954         in DF_1_NODEFLIB handling.
3955
3956 2000-07-21  Andreas Jaeger  <aj@suse.de>
3957
3958         * elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its
3959         own rule.
3960
3961         * libio/fwide.c: Include <wchar.h> for prototype.
3962
3963 2000-07-21  Greg McGary  <greg@mcgary.org>
3964
3965         * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
3966         set_inuse_bit_at_offset, clear_inuse_bit_at_offset, set_foot):
3967         Define in terms of chunk_at_offset.
3968         (inuse, set_inuse, clear_inuse): Define in terms of next_chunk.
3969         (next_bin, prev_bin): offset by size of real array elements.
3970         (chunk_align): Make `m' a scalar, since that's how it's used.
3971
3972 2000-07-21  Greg McGary  <greg@mcgary.org>
3973
3974         * sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from
3975         UNCHECK_BOUNDS.
3976         * sysdeps/powerpc/bits/setjmp.h (JB_SIZE): New constant.
3977         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
3978         Wrap bounds around argv & envp and each of their string members.
3979         * sysdeps/powerpc/elf/start.S: Designate BP symbols.
3980         * sysdeps/unix/sysv/linux/powerpc/brk.S: Wrap entry-point
3981         symbol in BP_SYM ().  Discard bounds of address arg.
3982         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3983         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64):
3984         Discard bounds on address arg, add bounds to return value.
3985
3986 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
3987
3988         * elf/Makefile (tests): Add filter.  Add rules to generate filter.
3989         * elf/filter.c: New file.
3990         * elf/filtmod1.c: New file.
3991         * elf/filtmod2.c: New file.
3992
3993         * elf/rtld.c: Define _dl_bind_not variable.
3994         (process_envvars): Recognize LD_BIND_NOT and set _dl_bind_not.
3995         * elf/dl-support.c: Likewise.
3996         * sysdeps/generic/ldsodefs.h: Declare _dl_bind_not.
3997         * elf/dl-runtime.c (fixup): Don't remember looked up value if
3998         _dl_bind_not.
3999         (profile_fixup): Likewise.
4000
4001         * libio/Makefile (routines): Add fwide.
4002         * libio/iofwide.c (_IO_fwide): Remove locking.  This is done in
4003         fwide now.  Internal calls to _IO_fwide must do locking themselves
4004         or don't need locking.
4005         * libio/fwide.c: New file.
4006
4007         * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
4008
4009         * elf/Makefile: Add no modules for nodelete test.
4010         * elf/nodelmod3.c: New file.
4011         * elf/nodelmod4.c: New file.
4012         * elf/nodelete.c: Also test case where dependency of dlopen() object
4013         is marked nodelete.
4014
4015         * elf/Makefile (tests): Add nodlopen.  Add rules to generate nodlopen.
4016         * elf/nodlopen.c: New file.
4017         * elf/nodlopenmod.c: New file.
4018         * include/dlfcn.h: Define __RTLD_DLOPEN.
4019         * elf/dl-load.c (_dl_map_object_from_fd): If DF_1_NOOPEN is set
4020         and this is a dlopen() call, do not load the binary.
4021         * dlfcn/dlopen.c: Add __RTLD_DLOPEN to mode passed down to _dl_open.
4022         * dlfcn/dlopenold.c: Likewise.
4023         * configure.in: Add test for -z nodelete option.
4024         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
4025
4026 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
4027
4028         Make Hesiod NSS module thread-safe.
4029
4030         * hesiod/README.hesiod: Update.
4031
4032         * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_getservbyport_r,
4033         _nss_hesiod_setprotoent, _nss_hesiod_endprotoent,
4034         _nss_hesiod_getprotobyname_r, and _nss_hesiod_getprotobynumber_r.
4035         * hesiod/Makefile (libnss_hesiod-routines): Add hesiod-init and
4036         hesiod-proto.
4037         * hesiod/nss_hesiod/hesiod-init.c: New file.
4038         * hesiod/nss_hesiod/hesiod-pwd.c: Rewritten for thread-safeness.
4039         * hesiod/nss_hesiod/hesiod-grp.c: Likewise.
4040         * hesiod/nss_hesiod/nss_hesiod.h: New file.
4041         * hesiod/nss_hesiod/hesiod-service.c
4042         (_nss_hesiod_getservbyport_r): New function.  Provide support for
4043         looking up services by port number.
4044         * hesiod/nss_hesiod/hesiod-proto.c: New file.
4045
4046         * hesiod/hesiod.c: Update from BIND 8.2.3-T5B.
4047         * hesiod/hesiod.h: Likewise.
4048         * hesiod/hesiod_p.h: Likewise.
4049
4050 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
4051
4052         Fix problems with `struct __res_state' getting too big.
4053         * resolv/resolv.h (struct __sockaddr_in): New definition.
4054         (struct __res_state): Use __sockaddr_in instead of sockaddr_in in
4055         the private parts of the structure to save some space.
4056         * resolv/res_send.c (res_nsend): Cast &EXT(statp).nsaddrs[ns] to
4057         (struct sockaddr_in *) in call to sock_eq.
4058         Use memcpy to copy statp->nsaddr_list[ns] to &EXT(statp).nsaddrs[ns].
4059
4060 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
4061
4062         * elf/elf.h: Add various DF_1_*, DTF_1_*, and DF_P1_* entries.
4063         * elf/dl-close.c (_dl_close): Don't close an object if it is marked
4064         with nodelete.
4065         * elf/dl-open.c (dl_open_worker): Pass RTLD_NOLOAD as new parameter
4066         to _dl_map_object.  Return immediately if no object loaded.
4067         Set DF_1_NODELETE bit in l_flags_1 if RTLD_NODELETE was passed.
4068         * elf/dynamic-link.h (elf_get_dynamic_info): Copy DT_FLAGS_1 entry
4069         if it exists into l_flags_1 word.
4070         * elf/dl-load.c (_dl_map_object_from_fd): Take no parameter and use
4071         it to determine whether loading is wanted or not.
4072         (_dl_map_object): Likewise.
4073         Call _dl_map_object_from_fd with new parameter.
4074         * sysdeps/generic/ldsodefs.h: Update prototype.
4075         * elf/dl-deps.c: Add new parameter to _dl_map_object calls.
4076         * elf/rtld.c: Likewise.
4077         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
4078         * elf/Makefile (tests): Add noload.  Add rules to generate noload.
4079         * elf/noload.c: New file.
4080         * include/link.h (struct link_map): Add l_feature_1 and l_flags_1.
4081         * sysdeps/generic/bits/dlfcn.h: Define RTLD_NOLOAD and RTLD_NODELETE.
4082         * sysdeps/mips/bits/dlfcn.h: Likewise.
4083         * elf/Makefile (tests): Add $(tests-nodelete-$(have-z-nodelete)).
4084         (tests-nodelete-yes): Define.
4085         (modules-names): Add $(modules-nodelete-$(have-z-nodelete)).
4086         Add rules to build nodelete and modules.
4087         * elf/nodelete.c: New file.
4088         * elf/nodelmod1.c: New file.
4089         * elf/nodelmod2.c: New file.
4090         * configure.in: Add test for -z nodelete option.
4091         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
4092
4093         * libio/Makefile (tests): Add tst_wprintf2.
4094         (tst_wprintf2-ARGS): Define.
4095         * libio/tst_wprintf2.c: New file.
4096         Based on a test case by Yoshito Kawada <KAWADA@jp.ibm.com>.
4097
4098         * libio/wfiledoalloc.c: Only allocate external buffer if this
4099         hasn't happened yet.
4100
4101         * libio/wfileops.c (_IO_wdo_write): Overflow only if there is really
4102         something in the buffer.  gconv call can write up to end of the
4103         buffer, not only _IO_write_end.
4104         (_IO_wfile_overflow): Allocate also external buffer.
4105
4106 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
4107
4108         * stdio-common/vfprintf.c (process_string_arg): Handle multibyte
4109         strings with precision in vfwprintf correctly.
4110         * stdio-common/vfprintf.c: Fix completely broken handling of
4111         unbuffered wide character streams.
4112         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
4113
4114         * resolv/Makefile (distribute): Add README.
4115
4116         * resolv/README: New file.  By Mark Kettenis <kettenis@gnu.org>.
4117
4118 2000-07-18  Mark Kettenis  <kettenis@gnu.org>
4119
4120         Update resolver code to BIND 8.2.3-T5B.
4121
4122         * resolv/Versions [GLIBC_2.2] (libc): Add __res_init and
4123         __res_nclose.
4124         [GLIBC_2.2] (libresolv): Add __dn_expand, __ns_samename,
4125         __res_mkquery, __res_nsend, __res_query, __res_querydomain and
4126         __res_search.
4127         * resolv/Banner: BIND-8.2.3-T5B.
4128
4129         * resolv/base64.c: Update from BIND 8.2.3-T5B.
4130         * resolv/herror.c: Likewise.
4131         * resolv/inet_addr.c: Likewise.
4132         * resolv/inet_net_ntop.c: Likewise.
4133         * resolv/inet_net_pton.c: Likewise.
4134         * resolv/inet_neta.c: Likewise.
4135         * resolv/inet_ntop.c: Likewise.
4136         * resolv/nsap_addr.c: Likewise.
4137         * resolv/inet_pton.c: Likewise.  Reject a few more more invalid
4138         IPv6 addresses (ISC bug #520).
4139
4140         * resolv/ns_name.c: Avoid emitting RCS ID in object file.
4141         * resolv/ns_parse.c: Likewise.
4142         * resolv/ns_netint.c: Likewise.
4143         * resolv/ns_samedomain.c: Likewise.
4144         * resolv/ns_ttl.c: Likewise.
4145         * resolv/ns_print.c: Update from BIND 8.2.3-T5B.  Avoid emitting
4146         RCS ID in object file.
4147
4148         * resolv/res_debug.c: Update from BIND 8.2.3-T5B.
4149         * resolv/res_mkquery.c: Likewise.
4150         * resolv/res_query.c: Likewise.
4151         * resolv/res_init.c: Likewise.
4152         (res_setoptions): Mark internal.
4153         * resolv/res_send.c: Likewise.
4154         [_LIBC]: Fully reinstate the code that avoids the FD_SETSIZE limit
4155         by using poll instead.
4156         * resolv/res_comp.c: Likewise.
4157         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make dn_expand a
4158         weak alias for __dn_expand.
4159         * resolv/res_data.c: Likewise.
4160         (res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set
4161         in _res.options.  Avoids a potential security risk by avoiding a
4162         close (0).
4163         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make
4164         res_mkquery, res_query, res_querydomain adn res_search weak
4165         aliases for __res_mkquery, __res_query, __res_querydomain and
4166         __res_search.
4167         * resolv/res_libc.c: (_res): Don't initialize.  Fix res_close
4168         instead to avoid close(0).
4169         (res_init): Always use the static resolver context.
4170         [SHLIB_COMPAT (libc, GLIBC_2.0, GLIBC_2_2)]: Make res_init a weak
4171         alias for __res_init.
4172
4173         * resolv/resolv.h: Update from BIND 8.2.3-T5B.  Move definition of
4174         RES_SET_H_ERRNO and accompanying comment to...
4175         * include/resolv.h: ... here.
4176
4177         * resolv/arpa/namser.h: Update from BIND 8.2.3-T5B.
4178         * resolv/arpa/nameser_compat.h: Likewise.
4179
4180 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
4181
4182         * nss/makedb.c (main): Compare result of load_db with
4183         NSS_STATUS_SUCCESS and not 0.
4184         Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
4185
4186         * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
4187
4188 2000-07-18  Greg McGary  <greg@mcgary.org>
4189
4190         * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro.
4191         (EXTEND_BUFFER): Use it.
4192
4193 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
4194
4195         * include/libc-symbols.h: Define RETURN_ADDRESS macro.
4196         * dlfcn/dlopen.c: Use RETURN_ADDRESS instead of
4197         __builtin_return_address.
4198         * dlfcn/dlopenold.c: Likewise.
4199         * dlfcn/dlsym.c: Likewise.
4200         * dlfcn/dlvsym.c: Likewise.
4201         * elf/dl-profstub.c: Likewise.
4202         * malloc/malloc.c: Likewise.
4203         * sysdeps/generic/machine-gmon.h: Likewise.
4204         Based on a patch by schwidefsky@de.ibm.com.
4205
4206 2000-07-18  Andreas Jaeger  <aj@suse.de>
4207
4208         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Pass 0 instead of
4209         NULL to elf_machine_fixup_plt t argument to silence GCC.
4210
4211         * include/string.h: Add prototype for __memchr.
4212
4213         * sysdeps/alpha/memchr.S: Fix copy & error in weak_alias.
4214
4215         * sysdeps/generic/memchr.c: Fix copy & paste error: Use memchr
4216         instead of memrchr.
4217
4218 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
4219
4220         * intl/Makefile: Make sure tst-translit is run after tst-gettext.
4221
4222         * locale/C-ctype.c: Add initializers for gap elements.
4223         * locale/programs/ld-ctype.c (ctype_output): Write out index entries
4224         for gap elements.
4225
4226 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
4227
4228         * nscd/nscd.c (print_version): Update copyright year.
4229
4230 2000-07-17  Greg McGary  <greg@mcgary.org>
4231
4232         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
4233         keyletters F, I, S, W.  Remove unused keyletter V.  Surround
4234         signature argnames with angle-brackets for use as word delimiters,
4235         and to induce syntax errors for any args not handled.  Split
4236         multi-echo echoes and comment each stage.
4237         * sysdeps/unix/common/syscalls.list: Refine & correct signatures.
4238         * sysdeps/unix/inet/syscalls.list: Likewise.
4239         * sysdeps/unix/mman/syscalls.list: Likewise.
4240         * sysdeps/unix/syscalls.list: Likewise.
4241         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4242         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4243         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4244         * sysdeps/unix/sysv/syscalls.list: Likewise.
4245         * sysdeps/unix/sysv/linux/powerpc/syscalls.list
4246
4247         * sysdeps/generic/strcpy.c (strcpy): Stifle unused-value warnings.
4248         * sysdeps/unix/sysv/linux/execve.c (__execve): Add const
4249         qualifiers.  Don't check NULL-terminator of argv & envp.
4250         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Use
4251         unbounded pointer type in word-size assertion.
4252         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add missing
4253         cases to stifle warnings.
4254
4255         * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to
4256         _IO_file_attach.
4257         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
4258
4259         * include/libc-symbols.h (symbol_set_declare): Revert 2000-06-26 mods.
4260         * include/set-hooks.h (RUN_HOOK): Revert 2000-06-26 mods.  Qualify
4261         ptr as __unbouned.
4262
4263         * Makerules (o-objects): Supplement with $(o-objects$o).
4264         * string/Makefile (o-objects.ob): Add variable to pull
4265         unbounded versions of memcpy, memset and memchr into libc_b.
4266
4267         * sysdeps/generic/bp-checks.h: Use unbounded __memchr
4268         rather than non-existent __ubp_memchr.
4269         (CHECK_STRINGopt, CHECK_FCNTL, BOUNDED_N, BOUNDED_1): New macros.
4270         (_CHECK_STRING, _CHECK_N): New macros.
4271         (CHECK_STRING, CHECK_N, CHECK_Nopt): Rewrite in terms of _CHECK_*.
4272         (CHECK_IOCTL): Move inside `#if !__ASSEMBLER__'.
4273         * sysdeps/alpha/memchr.S: Change strong name to "__memchr".
4274         Add weak alias "memchr".
4275         * sysdeps/generic/memchr.c: Likewise.
4276         * sysdeps/i386/memchr.S: Likewise.
4277         * sysdeps/ia64/memchr.S: Likewise.
4278         * sysdeps/m68k/memchr.S: Likewise.
4279         * sysdeps/sparc/sparc32/memchr.S: Likewise.
4280         * sysdeps/sparc/sparc64/memchr.S: Likewise.
4281         * sysdeps/vax/memchr.s: Likewise.
4282
4283         * iconv/gconv_trans.c: Add #include <stdlib.h> to get malloc decl.
4284
4285         * elf/dl-runtime.c (fixup): Trampoline passes unbounded pointer.
4286         (profile_fixup): Don't define for __BOUNDED_POINTERS__.
4287         * sysdeps/i386/dl-machine.h: Don't use regparm attribute for
4288         __BOUNDED_POINTERS__.
4289         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Use non-regparm version
4290         for __BOUNDED_POINTERS__.
4291
4292 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
4293
4294         * iconv/gconv_open.c (__gconv_open): Initialize the __data
4295         field of struct __gconv_trans_data differently.  Don't pass NULL to
4296         trans_init_fct.  Simplify list append operation.
4297
4298 2000-07-14  Bruno Haible  <haible@clisp.cons.org>
4299
4300         * intl/dcigettext.c (dcigettext): Call plural_eval on all platforms,
4301         not only those having tsearch.
4302
4303 2000-07-17  Ulrich Drepper  <drepper@redhat.com>
4304
4305         * locale/langinfo.h: Add placeholder values in enum for removed
4306         LC_CTYPE entries.
4307
4308 2000-07-17  Jakub Jelinek  <jakub@redhat.com>
4309
4310         * elf/dl-addr.c (_dl_addr): Keep searching in the _dl_loaded
4311         chain if the PHDR check fails.
4312
4313 2000-07-17  Mark Kettenis  <kettenis@gnu.org>
4314
4315         * nss/getent.c (print_hosts): Make sure we always print a space
4316         between numeric addresses and hostnames.
4317
4318 2000-07-17  Wolfram Gloger  <wg@malloc.de>
4319
4320         * malloc/malloc.c (chunk_alloc): Use mmap_chunk() only if allowed,
4321         i.e. if n_mmaps_max>0.
4322
4323 2000-07-16  Mark Kettenis  <kettenis@gnu.org>
4324
4325         * resolv/netdb.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Adjust
4326         values to remove possible clash with other AI_* constants.
4327         (AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST): Define as
4328         hexadecimal constants to stress the fact they're in fact
4329         bit flags.
4330
4331 2000-07-15  Mark Kettenis  <kettenis@gnu.org>
4332
4333         * nss/getXXent_r.c [NEED__RES]: Include <resolv.h>.
4334         (SETFUNC_NAME, ENDFUNC_NAME, REENTRANT_GETNAME): Use res_ninit
4335         instead of res_init.
4336
4337 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
4338
4339         * crypt/md5-crypt.c (__md5_crypt_r): Add casts for first
4340         parameters of memset calls to avoid warnings.
4341
4342 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
4343
4344         * stdlib/Makefile: Rewrite rules to avoid running isomac unless
4345         necessary.
4346
4347         * sysdeps/unix/sysv/linux/getcwd.c: Correct last patch.
4348         Patch by Greg McGary <greg@mcgary.org>.
4349
4350         * io/Makefile (tests): Add tst-getcwd.
4351         * io/tst-getcwd.c: New file.
4352
4353         * io/Makefile: Rewrite rules to avoid running ftwtest unless necessary.
4354
4355 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
4356
4357         * iconv/gconv_open (__gconv_open): Initialize whole __gconv_trans_data
4358         structure.
4359
4360 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
4361
4362         * sysdeps/posix/sysconf.c: Undef __sysconf before weak_alias.
4363         * sysdeps/unix/bsd/getpt.c: Undef __getpt before weak_alias.
4364
4365 2000-07-12  H.J. Lu  <hjl@gnu.org>
4366
4367         * sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to
4368         GLIBC_2.2.
4369         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S.
4370         * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc]
4371         (sysdep-routines): Add clone2.
4372         * sysdeps/unix/sysv/linux/ia64/clone2.S: New.
4373
4374 2000-07-13  Jes Sorensen  <jes@linuxcare.com>
4375
4376         * sysdeps/unix/sysv/linux/ia64/clone.S: New file.
4377         * sysdeps/unix/sysv/linux/ia64/fork.c: New file.
4378
4379 2000-06-05  David Mosberger  <davidm@hpl.hp.com>
4380
4381         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: New file
4382         based on sysdeps/unix/sysv/linux/bits/siginfo.h.
4383         Change type of si_band from "int" to "long".
4384         (si_imm) [USE_GNU]: Define
4385         (si_isr) [USE_GNU]: Ditto.
4386         (ILL_BREAK) [USE_GNU]: Ditto.
4387         (FPE_DECOVF) [USE_GNU]: Ditto.
4388         (FPE_DECDIV) [USE_GNU]: Ditto.
4389         (FPE_DECERR) [USE_GNU]: Ditto.
4390         (FPE_INVASC) [USE_GNU]: Ditto.
4391         (FPE_INVDEC) [USE_GNU]: Ditto.
4392         (TRAP_BRANCH) [USE_GNU]: Ditto.
4393         (TRAP_HWBKPT) [USE_GNU]: Ditto.
4394
4395 2000-07-06  Jes Sorensen  <jes@linuxcare.com>
4396
4397         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
4398         bits/sigcontext as struct mcontext does not depend on it.
4399
4400         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: New file.
4401
4402 2000-07-04  Jes Sorensen  <jes@linuxcare.com>
4403
4404         * sysdeps/unix/sysv/linux/ia64/shmctl.c: Removed.
4405
4406 2000-07-04  David Mosberger-Tang  <davidm@hpl.hp.com>
4407
4408         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: New file.
4409
4410 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
4411
4412         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: New file.
4413
4414 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
4415
4416         * intl/Makefile (test-srcs): Add tst-translit.
4417         (tests): Likewise.
4418         Add rules to build and run tst-translit.
4419         * intl/tst-translit.c: New file.
4420         * intl/tst-translit.sh: New file.
4421         * intl/translit.po: New file.
4422
4423 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
4424
4425         * iconv/loop.c (STANDARD_ERR_HANDLER): If one of the
4426         transliteration function did its job, continue, don't stop.
4427
4428         * iconvdata/iso646.c: Little optimizations in body for conversion
4429         from UCS4.
4430
4431 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
4432
4433         * dlfcn/dlerror.c (free_key_mem): Add cast to silence compiler warning.
4434
4435 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
4436
4437         * configure.in: Check for pwd binary.
4438         * config.make.in: Add PWD_P to be subsituted.
4439         * Makerules: Use $(PWD_P) instead of /bin/pwd.
4440
4441 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
4442
4443         * iconvdata/Makefile (modules): Add GB18030.
4444         (distribute): Add gb18030.c.
4445         * iconvdata/gconv-modules: Add entries for GB18030 module.
4446         * iconvdata/gb18030.c: New file.
4447         Contributed by Wang ShouHua <shouhuawang@redflag-linux.com>
4448         and Wu Jian.
4449
4450 2000-07-13  Andreas Jaeger  <aj@suse.de>
4451
4452         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last
4453         patch.
4454
4455         * grp/fgetgrent.c (free_mem): Remove if - free (0) is valid.
4456         * inet/getnetgrent.c (free_mem): Likewise.
4457         * misc/mntent.c (free_mem): Likewise.
4458         * nss/getXXbyYY.c (free_mem): Likewise.
4459         * nss/getXXent.c (free_mem): Likewise.
4460         * pwd/fgetpwent.c (free_mem): Likewise.
4461         * shadow/fgetspent.c (free_mem): Likewise.
4462
4463 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
4464
4465         * sunrpc/xdr.c (xdr_u_long): Handle reading of unsigned long on
4466         64-bit architecture correctly [PR libc/1794].
4467
4468 2000-07-13  Ulrich Drepper  <drepper@redhat.com>
4469
4470         * elf/Versions (ld): Export _dl_out_of_memory for GLIBC_2.2.
4471         * dlfcn/dlerror.c (dlerror): Don't free the error string if it is the
4472         report that we are out of memory.
4473         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
4474         * elf/dl-libc.c (dlerror_run): Likewise.
4475         * elf/dl-open.c (_dl_open): Likewise.
4476         * elf/rtld.c (dl_main): Likewise.
4477         * elf/dl-error.c: Define _dl_out_of_memory.
4478         (_dl_signal_error): Return _dl_out_of_memory if we cannot duplicate
4479         the error string.
4480         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory.
4481         [PR libc/1813].
4482
4483         * dlfcn/dlerror.c (free_key_mem): Also free error string.
4484
4485         * iconv/loop.c: Fix comment.
4486
4487         * malloc/mtrace.c (tr_freehook): Return immediately if ptr is NULL.
4488
4489 2000-07-13  Andreas Jaeger  <aj@suse.de>
4490
4491         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
4492         getcwd (NULL, size) with size > 0.
4493         Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>.
4494
4495 2000-07-13  Andreas Jaeger  <aj@suse.de>
4496
4497         * posix/Makefile: Remove build rules for libposix.
4498
4499 2000-07-13  Andreas Schwab  <schwab@suse.de>
4500
4501         * sysdeps/generic/glob.c (glob): Fix memory leak.
4502         [SHELL]: Remove reference to undefined variable `files'.
4503         Fixes PR libc/1782.
4504
4505 2000-07-13  Andreas Jaeger  <aj@suse.de>
4506
4507         * sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling
4508         functions.
4509
4510         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Only free
4511         memory if it was allocated.
4512
4513 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
4514
4515         * iconv/gconv_db.c (gen_steps): Always initialize __data field of
4516         step.
4517
4518         * iconv/gconv_open.c (__gconv_open): Reapply
4519         2000-07-12 Bruno Haible <haible@clisp.cons.org>
4520
4521                 * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
4522
4523         * iconv/gconv_open.c: Undo last two changes for now.  They break
4524         everything.
4525
4526 2000-07-12  Andreas Jaeger  <aj@suse.de>
4527
4528         * elf/Makefile (SYSCONF-FLAGS): Added to pass sysconfdir to
4529         compiler.
4530         (CFLAGS-cache.c): Added, uses SYSCONF-FLAGS.
4531         (CFLAGS-dl-cache.c): Likewise.
4532         (CFLAGS-ldconfig.c): Added, passes directory locations.
4533
4534         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): Use SYSCONFDIR to
4535         locate cache.
4536         * elf/ldconfig.c (LD_SO_CONF): Likewise.
4537         (main): Use configured LIBDIR and SLIBDIR.
4538
4539 2000-07-11  Jakub Jelinek  <jakub@redhat.com>
4540
4541         * math/bits/cmathcalls.h (cimag): Add __THROW.
4542         (creal, conj): Likewise.
4543         * wctype/wctype.h (_ISwbit): Avoid warnings about shifting left
4544         by negative value.
4545
4546 2000-07-12  H.J. Lu  <hjl@gnu.org>
4547
4548         * resolv/Versions (libresolv): Add __res_hostalias to GLIBC_2.2
4549         for _nss_dns_gethostbyname2_r in resolv/nss_dns/dns-host.c.
4550
4551 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
4552
4553         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Shut gcc up although
4554         it is wrong.
4555
4556 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
4557
4558         * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
4559
4560 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
4561
4562         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
4563         __modname.
4564
4565 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
4566
4567         * iconv/gconv_open.c (__gconv_open): Initialize
4568         result->__steps[cnt].__data.
4569
4570 2000-07-12  Mark Kettenis  <kettenis@gnu.org>
4571
4572         * nss/getent.c (services_keys): Pass port number in network byte
4573         order in call to getservbyport.
4574
4575 2000-07-11  Andreas Jaeger  <aj@suse.de>
4576
4577         * stdlib/Makefile (test-canon-ARGS): Fix for building in the
4578         source dir.
4579         * intl/Makefile (do-gettext-test): Likewise.
4580         * dirent/Makefile (opendir-tst1-ARGS): Likewise.
4581
4582 2000-07-11  Andreas Schwab  <schwab@suse.de>
4583
4584         * Makeconfig (run-program-prefix): New rule.
4585         (built-program-cmd): Use run-program-prefix.
4586
4587 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
4588
4589         * locale/langinfo.h: Make CRNCYSTR, RADIXCHAR, THOUSANDS_SEP, YESEXPR,
4590         and NOEXPR unconditionally available.
4591
4592 2000-07-12  Greg McGary  <greg@mcgary.org>
4593
4594         * sysdeps/generic/open64.c: Wrap extern symbols in BP_SYM ().
4595         * sysdeps/posix/open64.c: Likewise.
4596         * sysdeps/generic/fegetenv.c: Likewise.
4597         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
4598         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
4599         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
4600         * sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
4601         * sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
4602         * sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
4603
4604 2000-07-11  Greg McGary  <greg@mcgary.org>
4605
4606         * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias):
4607         Add extra level of macro expansion.
4608         [!__ASSEMBLER__ && HAVE_WEAK_SYMBOLS] (weak_alias): nLikewise.
4609         * sysdeps/generic/bp-thunks.h: Ensure `struct timeval' definition
4610         is available at the time `select' prototype is declared.
4611         * sysdeps/unix/make-syscalls.sh: Remove unused variables.
4612         Collect non-versioned weak aliases.  Consider only non-versioned
4613         aliases for the user-visible systemcall name.  Do checks inline with
4614         call to primitive system call.
4615         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add void cast to
4616         stand-alone bounds checks to suppress unused value warnings.
4617         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
4618
4619 2000-07-10  Mark Kettenis  <kettenis@gnu.org>
4620
4621         * sysdeps/mach/hurd/check_fds.c: New file.  Implements
4622         file descriptor checking in SUID programs for the Hurd.
4623
4624         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Use
4625         res_hostalias instead of __hostalias for thread-safety.
4626
4627 2000-07-09  Mark Kettenis  <kettenis@gnu.org>
4628
4629         * elf/rtld.c (dl_main): Move call to __libc_check_standard_fds...
4630         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): ... to here.
4631
4632 2000-07-10  Ulrich Drepper  <drepper@redhat.com>
4633
4634         * include/features.h: Include ISO C99 features if the compiler used
4635         is an ISO C99 compiler.
4636         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
4637
4638 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
4639
4640         * iconv/gconv_conf.c: Include <bits/libc-lock.h>.
4641
4642 2000-07-10  Andreas Jaeger  <aj@suse.de>
4643
4644         * sysdeps/unix/sysv/linux/i386/sigaction.c: Make alias weak since
4645         it's overridden by libpthreads.
4646         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4647         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4648         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4649         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4650         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4651
4652         * malloc/Makefile: Run tst-mtrace only with shared libs.
4653
4654         * stdio-common/Makefile: Run unbputc and tst-printf tests only
4655         with shared libs.
4656
4657 2000-07-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4658
4659         * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Verify
4660         that gpreg really points to the GOT section of the calling object.
4661         Scan all PT_LOAD segments of objects for stub_pc, instead of only
4662         checking a start address of first one.
4663         Fix typos.
4664         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_link_map):
4665         Likewise.
4666
4667         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Fix a typo.
4668
4669 2000-07-10  Andreas Jaeger  <aj@suse.de>
4670
4671         * sysdeps/unix/sysv/linux/sigaction.c: Fix typo
4672         (string_alias->strong_alias).
4673
4674 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
4675
4676         * hurd/hurd/fd.h: Include <cthreads.h> instead of <lock-intern.h>.
4677
4678 2000-07-07  Greg McGary  <greg@mcgary.org>
4679
4680         * sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
4681         have no names without leading underscores.
4682
4683 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
4684
4685         * iconvdata/sjis.c (from_ucs4_lat1): Fix mappng of U005C and
4686         U007E.
4687
4688         * stdio-common/Makefile (tests): Remove tst-printf here...
4689         (tests-srcs): ...and add it here.
4690         (distribute): Add tst-unbputc.sh and tst-printf.sh.
4691         Add rules to run tst-printf.sh.
4692         * stdio-common/tst-printf.c: Move code around so that there is really
4693         no further output where it's stated.
4694         * stdio-common/tst-printf.sh: New file.
4695
4696 2000-07-07  Mark Kettenis  <kettenis@gnu.org>
4697
4698         * hurd/vpprintf.c [USE_IN_LIBIO]: Include <libioP.h>.
4699         (do_write): Renamed from pwrite.
4700         (vpprintf) [USE_IN_LIBIO]: Adjust for renaming and reshufling of
4701         `struct _IO_cookie_file'.
4702
4703 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
4704
4705         * malloc/mtrace.pl: Exit with exit code 1 if any leak was
4706         detected.
4707         * malloc/tst-mtrace.sh: Run mtrace script.
4708
4709 2000-07-07  Greg McGary  <greg@mcgary.org>
4710
4711         * posix/regex.c (EXTEND_BUFFER): Compute increment once.
4712         Move all three components of a bounded pointer.
4713
4714 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
4715
4716         * locale/programs/locale.c (write_locales): Don't simply add all
4717         directories found in the subdir, test whether at least the
4718         LC_CTYPE file is in there.
4719
4720 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
4721
4722         * iconvdata/euc-jp.c: Map characters in C1 area to itself.
4723         * iconvdata/euc-kr.c: Likewise.
4724
4725         * stdio-common/vfprintf.c (process_string_arg): Check result of
4726         wcrtomb call and bail out if it failed.
4727
4728         * malloc/Makefile (test-srcs): Add tst-mtrace.
4729         (distribute): Add tst-mtrace.sh.
4730         Add rule to run tst-mtrace.sh.
4731         * malloc/tst-mtrace.c: New file.
4732         * malloc/tst-mtrace.sh: New file.
4733
4734         * include/signal.h: Declare __libc_sigaction.
4735         * sysdeps/unix/sysv/linux/Versions: Export __libc_sigaction.
4736         * sysdeps/unix/sysv/linux/sigaction.c: Add __libc_sigaction alias.
4737         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4738         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4739         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4740         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4741         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4742
4743         * configure.in: Fix CFLAGS-memprofstat.c definition after
4744         2000-06-19 change.
4745         Patch by Bradford W. Johnson <bradford@math.umn.edu>.
4746
4747 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
4748
4749         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Pass 0
4750         instead of NULL to elf_machine_fixup_plt t argument.
4751         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
4752         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c (__mmap64): Add
4753         cast.
4754
4755 2000-07-06  Andreas Jaeger  <aj@suse.de>
4756
4757         * crypt/Makefile (LDLIBS-cert): Removed.
4758         (LDLIBS-md5c-test): Removed.
4759         ($(objpfx)cert): Renamed from cert.out to fix dependencies.
4760         ($(objpfx)md5c-test): Likewise for md5c-test.out.
4761
4762 2000-07-06  Andreas Jaeger  <aj@suse.de>
4763
4764         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): The type
4765         of the proc system is "proc".
4766
4767         * sysdeps/generic/libc-start.c (__libc_start_main): Initialize
4768         thread library for static programs.
4769
4770 2000-07-06  Greg McGary  <greg@mcgary.org>
4771
4772         * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt):
4773         New macros.
4774         * sysdeps/generic/strcpy.c: Add bounds checks.
4775         * sysdeps/unix/fxstat.c: Likewise.
4776         * sysdeps/unix/xstat.c: Likewise.
4777         * sysdeps/unix/common/lxstat.c: Likewise.
4778         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
4779         * sysdeps/unix/sysv/linux/execve.c: Likewise.
4780         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
4781         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
4782         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4783         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
4784         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4785         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
4786         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
4787         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4788         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4789         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4790         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
4791         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4792         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4793         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4794         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
4795         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
4796         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
4797         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
4798         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
4799         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
4800         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4801         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
4802         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
4803         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
4804         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4805         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
4806         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
4807         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
4808         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4809         * sysdeps/unix/sysv/linux/i386/brk.c: Likewise.
4810         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
4811         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
4812         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
4813         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
4814         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
4815         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
4816         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
4817         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
4818         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
4819         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4820         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4821         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
4822         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
4823         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
4824         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4825         * sysdeps/unix/sysv/linux/ia64/sigpending.c: Likewise.
4826         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
4827         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: Likewise.
4828         * sysdeps/unix/sysv/linux/ia64/xstat.c: Likewise.
4829         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
4830         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4831         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4832         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4833         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
4834         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
4835         * sysdeps/unix/sysv/linux/mips/ustat.c: Likewise.
4836         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
4837         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: Likewise.
4838         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4839         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
4840         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
4841         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Likewise.
4842
4843         * string/endian.h (__LONG_LONG_PAIR): New macro.
4844         * sysdeps/unix/sysv/linux/ftruncate64.c: Use it.
4845         * sysdeps/unix/sysv/linux/pread.c: Likewise.
4846         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
4847         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4848         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
4849         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
4850         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
4851         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4852         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
4853         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4854         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
4855         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
4856
4857         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
4858
4859 2000-07-06  Andreas Jaeger  <aj@suse.de>
4860
4861         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
4862         Initialize result.
4863
4864         * math/test-fpucw.c: Include <stdio.h> for printf.
4865
4866 2000-07-05  Greg McGary  <greg@mcgary.org>
4867
4868         * sysdeps/generic/bp-checks.h: New file.
4869         * sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
4870         with list of #include files.
4871         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
4872         keyletters a, b, B, f, n, N, P, v, V.  Fixup some indentation.
4873         Don't generate BP thunk if `V' appears in signature.
4874         Generate thunks with complete bounds checks.
4875         * sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
4876         * sysdeps/unix/inet/syscalls.list: Likewise.
4877         * sysdeps/unix/mman/syscalls.list: Likewise.
4878         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4879         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4880         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4881         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
4882
4883 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
4884
4885         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Cache
4886         result.  Search first in /etc/mtab (proc/mounts would be stupid).
4887         If mount not in the file fall back on /proc.
4888
4889         * crypt/md5-crypt.c (__md5_crypt_r): Clear arrays the key and salt
4890         string got copied in.
4891         Patch by Solar Designer <solar@false.com>.
4892
4893 2000-07-05  Andreas Jaeger  <aj@suse.de>
4894
4895         * manual/install.texi (Installation): Update information about
4896         add-ons.
4897         (Configuring and compiling): Update for glibc 2.2.
4898
4899 2000-07-04  Andreas Jaeger  <aj@suse.de>
4900
4901         * sysdeps/i386/fpu_control.h (_FPU_DEFAULT): Correct value.
4902         (_FPU_IEEE): Likewise.
4903
4904         * math/Makefile (tests): Add test-fpucw.
4905
4906         * math/test-fpucw.c (main): New file.
4907
4908 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
4909
4910         * locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning.
4911
4912         * locale/programs/ld-collate.c (collate_output): Also write out the
4913         collation sequence values and the wide character string for the
4914         collation symbol table.
4915
4916         * posix/fnmatch.c: Include "../locale/elem-hash.h".
4917         * posix/fnmatch_loop.c: Implement collating symbol handling.
4918         * posix/tst-fnmatch.input: Add more tests, especially for collating
4919         symbol handling.
4920
4921         * posix/regex.c: Fix comment.
4922
4923 2000-07-05  Andreas Jaeger  <aj@suse.de>
4924
4925         * sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
4926         (_FPU_GETCW): Remove extra colon.
4927         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
4928
4929         * posix/fnmatch_loop.c (FCT): Only declare len if
4930         !WIDE_CHAR_VERSION to silence GCC.
4931
4932         * sysdeps/generic/rawmemchr.c: Include <stdlib.h> for abort
4933         prototype.
4934         * sysdeps/generic/strchrnul.c: Likewise.
4935         * sysdeps/generic/strlen.c: Likewise.
4936         * sysdeps/generic/strchr.c: Likewise.
4937         * sysdeps/generic/memchr.c: Likewise.
4938
4939 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
4940
4941         * posix/fnmatch_loop.c: Implement equivalence class handling.
4942         * posix/tst-fnmatch.input: Add tests for equivalence class
4943         handling.
4944
4945         * posix/fnmatch_loop.c: Improve performance for single-byte
4946         character sets by not using btowc.
4947
4948         * posix/tst-fnmatch.input: Add tests for locale dependent
4949         behaviour.
4950         * posix/tst-fnmatch.c (main): Also set LC_CTYPE category.
4951
4952         * posix/tst-fnmatch.input: Add more test cases.
4953
4954         * crypt/md5-crypt.c (__md5_crypt_r): If buffers for key and salt
4955         are not aligned to alignof(md5_uint32) do it before calling
4956         __md5_process_bytes.
4957         * crypt/md5.c: Make sure buffers are aligned.
4958         * crypt/md5.h: Likewise.
4959         Reported by Solar Designer <solar@false.com>.
4960
4961         * crypt/Makefile: Add dependencies for test programs.
4962
4963         * Rules: Define LC_ALL=C in environments of all programs we run.
4964
4965         * intl/tst-gettext.sh (LC_ALL): Define to C and export.
4966
4967 2000-07-03  H.J. Lu  <hjl@gnu.org>
4968
4969         * locale/programs/ld-ctype.c (ctype_output): The size of iov
4970         is 2 + elem + offset, not 2 + elem + offset + 2.
4971
4972 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
4973
4974         * posix/fnmatch_loop.c: Fix two problems uncovered by the new test
4975         suite.
4976         * posix/Makefile (tests): Add tst-fnmatch.
4977         (tst-fnmatch-ENV): Define.
4978         * posix/tst-fnmatch.c: New file.
4979         * posix/tst-fnmatch.sh: New file.
4980
4981 2000-07-04  NIIBE Yutaka  <gniibe@chroot.org>
4982
4983         * locale/programs/charmap.c (charmap_read): Prepend
4984         the condition filename == NULL.
4985
4986 2000-07-03  Greg McGary  <greg@mcgary.org>
4987
4988         * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
4989
4990         * csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
4991         ($(objpfx)b$(start-installed-name)): Add non-elf rule.
4992
4993         * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
4994         * libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
4995         (FILEBUF_LITERAL): Add cast for CHAIN init.
4996         * libio/genops.c (_IO_un_link, _IO_link_in, _IO_iter_begin): Add casts.
4997         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
4998         Revert type of `fp' to _IO_FILE*.
4999         (_IO_iter_file): Remove cast.
5000         (_IO_iter_next): Elide intermediate member reference.
5001
5002         * sysdeps/powerpc/strchr.S:  Check bounds.
5003         Wrap extern symbols in BP_SYM ().
5004
5005 2000-07-03  Andreas Jaeger  <aj@suse.de>
5006
5007         * dlfcn/Makefile (generated): New.
5008
5009 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
5010
5011         * libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
5012         (__uflow): Likewise.
5013         (__underflow): Likewise.
5014         * libio/wgenops.c (__wunderflow): Likewise.
5015         * stdio-common/tst-unbputc.c: New file.
5016         * stdio-common/tst-unbputc.sh: New file.
5017         * stdio-common/Makefile: Add rules to build and run tst-unbputc.
5018
5019         * po/en_GB.po: New file.
5020         Contributed by Robert Brady <rwb197@ecs.soton.ac.uk>.
5021
5022 2000-07-01  Andreas Jaeger  <aj@suse.de>
5023
5024         * intl/Makefile (generated-dirs): New.
5025
5026         * elf/Makefile (generated): trusted-dirs.h is always generated,
5027         move out of build-shared condition.
5028         (generated): Merge the two entries for build-shared.
5029
5030 2000-07-01  Ulrich Drepper  <drepper@redhat.com>
5031
5032         * debug/Makefile (distribute): Add xtrace.sh.
5033
5034 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
5035
5036         * version.h (VERSION): Bump to 2.1.91.
5037
5038         * configure.in: Update warning comment.  glibc should not be
5039         broken anymore.
5040
5041         * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content.  Add
5042         ioperm.c, sys/procfs.h, and sys/io.h.
5043
5044         * sysdeps/powerpc/Dist: Add bp-asm.h.
5045
5046         * assert/Depend: Add localedata.
5047         * assert/Makefile (test-assert-ENV): New.  Define LANGUAGE=C.
5048         (test-assert-perr-ENV): New.  Define LANGUAGE=C.
5049
5050         * sysdeps/alpha/dl-machine.h (elf_machine_rela) [r_type ==
5051         R_ALPHA_REFQUAD]: Use memcpy to load and store value from
5052         relocation address to prevent unaligned trap.
5053         Suggested by Richard Henderson <rth@cygnus.com>.
5054
5055 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
5056
5057         * io/sys/stat.h (stat64, lstat64, fstat64): Don't define inlines
5058         if redirecting and either redirection is done using defines or
5059         not optimizing.
5060
5061 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
5062
5063         * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
5064         generated expressions.
5065         Patch by Darren McClelland <dmcclell@zetec.com>.
5066
5067         * timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
5068         since zic uses setlocale and gettext but we cannot make it use the
5069         new locale data since zic calls a shell which might not use the
5070         new libc.
5071
5072         * stdlib/strfmon.c: Move somewhat closer to the standard wrt to
5073         handling the internation currency symbol.  POSIX says that the
5074         fourth character is used to separate the currency symbol from the
5075         value.  Therefore it does not have to be printed.  But we cannot
5076         remove the space if the currency symbol is printed before the
5077         number since this is what many locales expect.
5078
5079         * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN
5080         whether this information is available.
5081
5082         * intl/dcigettext.c (_nl_find_msg): Correct reallocation of
5083         buffers in case the translation is too large.  Remember allocated
5084         memory blocks in a list.
5085         (free_mem): Free memory for translations.
5086
5087         * intl/tst-gettext.c: Use correct locale.  Improve error messages.
5088
5089         * locale/programs/ld-ctype.c (ctype_output): If no default_missing
5090         information is available set the string length to zero.
5091
5092         * sysdeps/i386/i686/strcmp.S: Little optimization in non-BP case.
5093
5094 2000-06-30  Greg McGary  <greg@mcgary.org>
5095
5096         * sysdeps/powerpc/bp-asm.h: New file.
5097         * sysdeps/powerpc/__longjmp.S:  Check bounds.
5098         Wrap extern symbols in BP_SYM ().
5099         * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
5100         * sysdeps/powerpc/bsd-setjmp.S: Likewise.
5101         * sysdeps/powerpc/setjmp.S: Likewise.
5102         * sysdeps/powerpc/add_n.S: Likewise.
5103         * sysdeps/powerpc/addmul_1.S: Likewise.
5104         * sysdeps/powerpc/lshift.S: Likewise.
5105         * sysdeps/powerpc/rshift.S: Likewise.
5106         * sysdeps/powerpc/mul_1.S: Likewise.
5107         * sysdeps/powerpc/sub_n.S: Likewise.
5108         * sysdeps/powerpc/submul_1.S: Likewise.
5109         * sysdeps/powerpc/strlen.S: Likewise.
5110         * sysdeps/powerpc/memset.S: Likewise.
5111         * sysdeps/powerpc/stpcpy.S: Likewise.
5112         * sysdeps/powerpc/strcmp.S: Likewise.
5113         * sysdeps/powerpc/strcpy.S: Likewise.
5114         * sysdeps/powerpc/elf/bzero.S: Likewise.
5115
5116         * sysdeps/powerpc/stpcpy.S: Define & use symbolic register names.
5117         Line up operands column with tabs.
5118
5119 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
5120
5121         * elf/Makefile (LDFLAGS-origtest): Actually add it.
5122
5123         * sysdeps/ia64/htonl.S: New file.
5124         * sysdeps/ia64/htons.S: New file.
5125         * sysdeps/ia64/memcpy.S: Replace with version which does not use
5126         floating point registers.
5127         Patches by Dan Pop <Dan.Pop@cern.ch>.
5128
5129 2000-06-30  Andreas Jaeger  <aj@suse.de>
5130
5131         * posix/Makefile (tests): tst-exec and tst-spawn only work with
5132         shared libraries.
5133
5134         * io/Makefile (CFLAGS-test-lfs.c): New.
5135         (tests): Add test-lfs.
5136
5137         * io/test-lfs.c: New file.
5138
5139 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
5140
5141         * sysdeps/i386/bits/string.h (strcmp): Use 8bit register in 8bit
5142         instruction.
5143
5144 2000-06-29  David Mosberger-Tang  <davidm@hpl.hp.com>
5145
5146         * sysdeps/unix/sysv/linux/ia64/ioperm.c: New file.
5147
5148 2000-06-29  Jes Sorensen  <jes@linuxcare.com>
5149
5150         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __fstatfs64
5151         alias to the fstatfs call.
5152
5153         * sysdeps/unix/sysv/linux/ia64/getrlimit64.c: New file.
5154         * sysdeps/unix/sysv/linux/ia64/setrlimit64.c: New file.
5155
5156         * sysdeps/unix/sysv/linux/ia64/ftruncate64.c: New file.
5157         * sysdeps/unix/sysv/linux/ia64/truncate64.c: New file.
5158
5159         * sysdeps/unix/sysv/linux/ia64/readdir.c: New file.
5160         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: New file.
5161         * sysdeps/unix/sysv/linux/ia64/readdir64.c: New file.
5162         * sysdeps/unix/sysv/linux/ia64/readdir64_r.c: New file.
5163
5164         * sysdeps/unix/sysv/linux/ia64/glob.c: New file.
5165         * sysdeps/unix/sysv/linux/ia64/glob64.c: New file.
5166
5167         * sysdeps/unix/sysv/linux/ia64/fstatfs64.c: New file.
5168         * sysdeps/unix/sysv/linux/ia64/statfs64.c: New file.
5169
5170         * sysdeps/unix/sysv/linux/ia64/pread64.c: New file.
5171         * sysdeps/unix/sysv/linux/ia64/pwrite64.c: New file.
5172
5173         * sysdeps/unix/sysv/linux/ia64/shmctl.c: New file.
5174
5175 2000-06-29  Andreas Jaeger  <aj@suse.de>
5176
5177         * sunrpc/rpc_svcout.c (write_msg_out): Always use format string
5178         with syslog.
5179         (print_err_message): Likewise.
5180         Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
5181
5182 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
5183
5184         * locale/loadlocale.c (_nl_load_locale): Make sure all locale data
5185         used as words is properly aligned.
5186
5187         * locale/programs/ld-ctype.c (ctype_output): Don't generate unaligned
5188         data files.
5189
5190 2000-06-29  Greg McGary  <greg@mcgary.org>
5191
5192         * sysdeps/generic/libc-start.c (__libc_stack_end): Chop __unbounded.
5193         * sysdeps/unix/make-syscalls.sh: Handle signatures of
5194         length 7..9, just in case...
5195         * misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP.
5196
5197         * sysdeps/i386/bp-asm.h (PCOFF): New constant.
5198         (POP_ERRNO_LOCATION_RETURN): Fold insns.
5199         * sysdeps/i386/bits/setjmp.h (JB_SIZE): New constant.
5200         (PUSH_SIGNAL_MASK): New macro.
5201         * sysdeps/i386/__longjmp.S (__longjmp): Wrap symbol in BP_SYM ().
5202         LEAVE is unnecessary.  Check bounds of jmp_buf.
5203         * sysdeps/i386/elf/setjmp.S: Call PUSH_SIGNAL_MASK.  Wrap symbols
5204         in BP_SYM ().  Check bounds of jmp_buf.  Don't call LEAVE until
5205         immediately before tail-call.
5206         * sysdeps/i386/setjmp.S: Likewise.
5207         * sysdeps/i386/bsd-_setjmp.S: Likewise.
5208         * sysdeps/i386/bsd-setjmp.S: Likewise.
5209
5210 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
5211
5212         * sysdeps/sparc/fpu/fclrexcpt.c: Use SHLIB_COMPAT, compat_symbol and
5213         versioned_symbol.
5214         * sysdeps/sparc/fpu/fesetenv.c: Likewise.
5215         * sysdeps/sparc/fpu/feupdateenv.c: Likewise.
5216         * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
5217         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
5218         * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
5219         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
5220         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: New file.
5221         * shlib-versions: Make sparc64 GLIBC_2.2+ only.
5222
5223 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
5224
5225         * stdio-common/printf_fp.c (__printf_fp): Don't clobber pointer which
5226         we later need to calling free().
5227         Patch by Matt Wilson <msw@redhat.com>.
5228
5229         * stdio-common/tst-printf.c: Add test for above problem.
5230
5231 2000-06-27  David Mosberger-Tang  <davidm@hpl.hp.com>
5232
5233         * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: New file.
5234         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: New file.
5235
5236 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
5237
5238         * sysdeps/ieee754/dbl-64/s_exp2.c: Add include stdlib.h to get
5239         prototype for abs().
5240         * sysdeps/ieee754/flt-32/s_exp2f.c: ditto.
5241
5242 2000-06-23  Andreas Jaeger  <aj@suse.de>
5243
5244         * config.h.in: Don't use regparm with bounded pointers.
5245
5246 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
5247
5248         * stdlib/grouping.h: Correctly handle multibyte thousands
5249         separator and decimal point.
5250         * stdlib/stdtod.c: Likewise.
5251         * sysdeps/generic/strtol.c: Likewise.
5252
5253         * locale/categories.def: Add entries for wide character decimal point
5254         and thousands separator in numeric and monetary category.
5255
5256 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
5257
5258         * stdio-common/printf_fp.c (__printf_fp): Remove unnecessary
5259         second definition and initialization of decimal.
5260
5261 2000-06-28  Greg McGary  <greg@mcgary.org>
5262
5263         * libio/libio.h (struct _IO_cookie_file): Move struct type defintion
5264         out.
5265         (_IO_FILE): Declare chain as (struct _IO_FILE_plus *).
5266         * libio/libioP.h (struct _IO_cookie_file): Move struct type defintion
5267         in.
5268         (_IO_JUMPS): Don't cast THIS--expect arg to be a
5269         (struct _IO_FILE_plus *).
5270         (_IO_JUMPS_FUNC): Express in terms of _IO_JUMPS, and add cast to
5271         THIS, since _IO_JUMPS no longer does it implicitly.
5272         (_IO_file_init, _IO_old_file_init, _IO_new_file_init): Declare
5273         arg type as (struct _IO_FILE_plus *).
5274         (_IO_str_init_static, _IO_str_init_readonly): Declare 1st
5275         arg as (_IO_strfile *).
5276         * libio/strops.c (_IO_str_init_static, _IO_str_init_readonly):
5277         Declare 1st arg as (_IO_strfile *).
5278         * libio/fileops.c (_IO_new_file_init): Declare
5279         arg type as (struct _IO_FILE_plus *).
5280         * libio/oldfileops.c (_IO_old_file_init): Likewise.
5281         * libio/genops.c (_IO_link_in, _IO_un_link): Likewise.
5282         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
5283         Declare iteration pointer as (struct _IO_FILE_plus *).
5284         (_IO_iter_next, _IO_iter_file): _IO_ITER is now
5285                 (struct _IO_FILE_plus *).
5286         * libio/stdfiles.c (_IO_list_all): Declare as (struct _IO_FILE_plus *).
5287         * libio/oldstdfiles.c (_IO_list_all): Likewise.
5288         (_IO_check_libio): Set user-visible handles to
5289         (struct _IO_FILE_plus *).
5290         * libio/stdio.c (stdin, stdout, stderr): Set user-visible handles
5291         to (struct _IO_FILE_plus *).
5292
5293         * libio/iofdopen.c (_IO_new_fdopen): Pass FILE handle pointer
5294         whose high bound includes vtable to all functions that will use
5295         vtable.  For streambufs, pass pointer whose bounds include struct
5296         _IO_strfile.
5297         * libio/wgenops.c (_IO_wdefault_finish): Likewise.
5298         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
5299         * libio/iofopen.c (_IO_new_fopen): Likewise.
5300         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
5301         * libio/iofopen64.c (_IO_fopen64): Likewise.
5302         * libio/iopopen.c (_IO_new_popen): Likewise.
5303         * libio/oldiopopen.c (_IO_old_popen): Likewise.
5304         * libio/memstream.c (open_memstream): Likewise.
5305         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
5306         * libio/iovsprintf.c (_IO_vsprintf): Likewise.
5307         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
5308         * libio/iofopncook.c (_IO_cookie_init): Likewise.
5309         * libio/obprintf.c (_IO_obstack_vprintf): Likewise.
5310         * libio/vasprintf.c (_IO_vasprintf): Likewise.
5311         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
5312         * libio/stdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
5313         * libio/oldstdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
5314         * stdlib/strfmon.c (__strfmon_l): Likewise.
5315         * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
5316         (vfprintf): Qualify computed-goto targets as unbounded.
5317
5318 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
5319
5320         * stdio-common/vfscanf.c: Finally handle multibyte decimal point and
5321         thousands separator correctly.
5322
5323         * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF.
5324         * stdio-common/vfwscanf.c: Likewise.
5325
5326 2000-06-27  Jes Sorensen  <jes@linuxcare.com>
5327
5328         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change argument
5329         count into signatures for most calls.
5330
5331 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
5332
5333         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: Removed.  We can use
5334         the generic parser now.
5335
5336 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
5337
5338         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted.  Hash
5339         table entries are 32 bit on the ia64 (as specified by the ABI),
5340         not 64 bit as on the Alpha.
5341
5342         * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark
5343         change of objects to use 32 bit hash table indices (see above).
5344
5345 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
5346
5347         * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get
5348         prototype for abs().
5349
5350 2000-06-28  Wolfram Gloger  <wg@malloc.de>
5351
5352         * malloc/malloc.c (chunk_alloc): If extension of the linear heap
5353         fails, try mmap_chunk() as a last resort even though n_mmaps_max
5354         may have been reached.
5355
5356 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
5357
5358         * locale/programs/ld-collate.c (insert_weights): Handle <Uxxxx>
5359         symbols in multi-character weights correctly.
5360
5361         * wcsmbs/mbrtowc.c: Set flush to 1 for conversion function calls
5362         depending on whether the input string is empty or not.
5363
5364         * wcsmbs/mbrtowc.c: Calling function without input means clearing the
5365         given state and not avoiding this by modifying a local object.
5366         * wcsmbs/wcrtomb.c: Likewise.
5367
5368         * iconv/skeleton.c: If no EMIT_SHIFT_TO_INIT is defined clear state
5369         object since some incomplete characters might be in there.
5370
5371         * iconvdata/euc-jp.c: In conversion to UCS4, handling invalid
5372         sequences with first byte 0x8e correctly.
5373
5374         * iconvdata/jis0208.h: Remove redundant test.
5375
5376 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
5377
5378         * sysdeps/generic/initfini.c (SECTION): Remove trailing semicolon.
5379         Add it where it is needed now.
5380
5381         * locale/programs/ld-ctype.c (ctype_finish): Take all characters from
5382         the input charset into account when generating the hash table.
5383         (allocate_arrays): Correct setting default width.  Not all empty slots
5384         in the table are filled, only those not covert explicitly by the
5385         locale description and in the charset.
5386
5387         * wctype/towctrans.c (__towctrans): Be graceful and accept error
5388         return values from the wctrans function.
5389
5390         * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for
5391         wide character version.
5392         For %C handling, test correct pointer variable for NULL.
5393
5394         * wcsmbs/wctob.c: Handle WEOF special.
5395
5396         * wcsmbs/wcwidth.h: 0xff in width array means invalid character.
5397
5398         * wctype/wctype.h: Protect gcc-isms with __extension__.  Avoid
5399         always-true test to avoid warning.
5400
5401 2000-06-27  Greg McGary  <greg@mcgary.org>
5402
5403         * elf/dl-open.c (_dl_sysdep_start): Wrap weak_extern decl in BP_SYM ().
5404         * include/libc-symbols.h (weak_extern): Add extra level of expansion.
5405         (symbol_version, default_symbol_version): Factor redundant
5406         definitions out of conditional.
5407
5408 2000-06-27  Jakub Jelinek  <jakub@redhat.com>
5409
5410         * libio/obprintf.c (_IO_obstack_vprintf): Call obstack_make_room,
5411         not obstack_blank.
5412
5413 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
5414
5415         * include/libc-symbols.h (symbol_version): Add extra level of
5416         macro expansion.
5417         (default_symbol_version): Likewise.
5418
5419 2000-06-26  Greg McGary  <greg@mcgary.org>
5420
5421         * sysdeps/unix/i386/sysdep.S (syscall_error): Push & pop space
5422         for BP return value & push implicit struct-return pointer to
5423         __errno_location.
5424         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5425         (SYSCALL_ERROR_HANDLER): Likewise.
5426         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
5427         (SYSCALL_ERROR_HANDLER): Likewise.
5428
5429         * Makeconfig: Add missing comment.
5430         * csu/Makefile (extra-objs, omit-deps, install-lib): Add
5431         BP-flavored startup object.
5432         ($(objpfx)b$(start-installed-name)): New rule.
5433         * include/libc-symbols.h (symbol_set_declare): Change type
5434         of `__start_##set' and `__stop_##set' to pointer-to-function.
5435         (symbol_set_declare): Change type of `set' to array of
5436         pointer-to-function.
5437         * include/set-hooks.h (RUN_HOOK): Change type of `ptr' to
5438         pointer-to-function.
5439
5440         * string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
5441
5442         * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures.
5443         Remove clock_* and timer_* entries.
5444         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace
5445         arg-count with signatures.
5446
5447         * sysdeps/i386/add_n.S: Wrap entry-point symbol in BP_SYM ().
5448         Check bounds of arguments.
5449         * sysdeps/i386/addmul_1.S: Likewise.
5450         * sysdeps/i386/lshift.S: Likewise.
5451         * sysdeps/i386/mul_1.S: Likewise.
5452         * sysdeps/i386/rshift.S: Likewise.
5453         * sysdeps/i386/sub_n.S: Likewise.
5454         * sysdeps/i386/submul_1.S: Likewise.
5455         * sysdeps/i386/i586/add_n.S: Likewise.
5456         * sysdeps/i386/i586/addmul_1.S: Likewise.
5457         * sysdeps/i386/i586/lshift.S: Likewise.
5458         * sysdeps/i386/i586/rshift.S: Likewise.
5459         * sysdeps/i386/i586/sub_n.S: Likewise.
5460         * sysdeps/i386/i686/add_n.S: Likewise.
5461
5462         * sysdeps/i386/memchr.S: Likewise.
5463         * sysdeps/i386/memcmp.S: Likewise.
5464         * sysdeps/i386/rawmemchr.S: Likewise.
5465         * sysdeps/i386/i586/bzero.S: Likewise.
5466         * sysdeps/i386/i586/memcpy.S: Likewise.
5467         * sysdeps/i386/i586/mempcpy.S: Likewise.
5468         * sysdeps/i386/i586/memset.S: Likewise.
5469         * sysdeps/i386/i686/bzero.S: Likewise.
5470         * sysdeps/i386/i686/memcpy.S: Likewise.
5471         * sysdeps/i386/i686/mempcpy.S: Likewise.
5472         * sysdeps/i386/i686/memset.S: Likewise.
5473
5474         * sysdeps/i386/stpcpy.S: Likewise.
5475         * sysdeps/i386/stpncpy.S: Likewise.
5476         * sysdeps/i386/strchr.S: Likewise.
5477         * sysdeps/i386/strchrnul.S: Likewise.
5478         * sysdeps/i386/strcspn.S: Likewise.
5479         * sysdeps/i386/strpbrk.S: Likewise.
5480         * sysdeps/i386/strrchr.S: Likewise.
5481         * sysdeps/i386/strspn.S: Likewise.
5482         * sysdeps/i386/strtok.S: Likewise.
5483         * sysdeps/i386/strtok_r.S: Likewise.
5484         * sysdeps/i386/i486/strcat.S: Likewise.
5485         * sysdeps/i386/i486/strlen.S: Likewise.
5486         * sysdeps/i386/i586/strchr.S: Likewise.
5487         * sysdeps/i386/i586/strcpy.S: Likewise.
5488         * sysdeps/i386/i586/strlen.S: Likewise.
5489         * sysdeps/i386/i686/strcmp.S: Likewise.
5490         * sysdeps/i386/i686/strtok.S: Likewise.
5491         * sysdeps/i386/i686/strtok_r.S: Likewise.
5492
5493         * sysdeps/i386/fpu/fegetenv.c: Wrap symbol names with BP_SYM ().
5494         * sysdeps/i386/fpu/fesetenv.c: Likewise.
5495         * sysdeps/i386/fpu/feupdateenv.c: Likewise.
5496         * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
5497         * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
5498
5499         * sysdeps/i386/addmul_1.S: Exchange roles of %ebp and %ebx.
5500         * sysdeps/i386/mul_1.S: Likewise.
5501         * sysdeps/i386/submul_1.S: Likewise.
5502         * sysdeps/i386/i586/add_n.S: Likewise.
5503         * sysdeps/i386/i586/addmul_1.S: Likewise.
5504         * sysdeps/i386/i586/lshift.S: Likewise.
5505         * sysdeps/i386/i586/mul_1.S: Likewise.
5506         * sysdeps/i386/i586/rshift.S: Likewise.
5507         * sysdeps/i386/i586/sub_n.S: Likewise.
5508         * sysdeps/i386/i586/submul_1.S: Likewise.
5509
5510 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
5511
5512         * rt/Makefile (librt-routines): Add clock_nanosleep.
5513         * rt/Versions [GLIBC_2.2] (librt): Add clock_nanosleep.
5514         * sysdeps/generic/clock_nanosleep.c: New file.
5515         * sysdeps/unix/clock_nanosleep.c: New file.
5516         * sysdeps/unix/i386/i586/clock_nanosleep.c: New file.
5517         * time/time.h: Declare clock_nanosleep.
5518
5519 2000-06-26  Greg McGary  <greg@mcgary.org>
5520
5521         * sysdeps/i386/asm-syntax.h (R, MEM, MEM_DISP, MEM_INDEX,
5522         INSN1, INSN2, TEXT, GLOBL): Remove macros.
5523         (ALIGN): Cleanup surrounding conditionals.
5524
5525         * sysdeps/i386/addmul_1.S: Replace asm-syntax macros with gas syntax.
5526         Call ENTER/LEAVE macros.
5527         * sysdeps/i386/mul_1.S: Replace asm-syntax macros with gas syntax.
5528         * sysdeps/i386/submul_1.S: Likewise.
5529
5530         * sysdeps/i386/i586/addmul_1.S: Replace asm-syntax macros with gas
5531         syntax.  Define & use symbolic argument stack offsets.  Call
5532         ENTER/LEAVE macros.
5533         * sysdeps/i386/i586/mul_1.S: Likewise.
5534         * sysdeps/i386/i586/submul_1.S: Likewise.
5535
5536 2000-06-25  Greg McGary  <greg@mcgary.org>
5537
5538         * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy,
5539         not as bcopy.
5540
5541 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
5542
5543         * iconvdata/gen-8bit-gap-1.sh: Update for new charmap format.
5544         * iconvdata/gen-8bit-gap.sh: Likewise.
5545         * iconvdata/gen-8bit.sh: Likewise.
5546
5547         * iconv/gconv_open.c (__gconv_open): Move comment to correct position.
5548
5549         * locale/programs/ld-collate.c (collate_read): Don't actually read
5550         the copy locale if we are ignoring the content.
5551
5552         * locale/programs/ld-address.c (INT_STR_ELEM): Correct test for
5553         unknown character.
5554
5555         * locale/programs/ld-collate.c: Correct handling of different
5556         collation sections.
5557         * locale/programs/localedef.c (add_to_readlist): Take locale pointer
5558         as extra parameter from which to copy category information.
5559         Change all callers.
5560         (load_locale): Likewise.
5561         * locale/programs/localedef.h: Update prototypes of add_to_readlist
5562         and load_locale.
5563         * locale/programs/ld-ctype.c: Update call to add_to_readlist.
5564         * locale/programs/locfile.h: Likewise.
5565         * locale/programs/locfile-kw.gperf: Add entry for script.
5566         * locale/programs/locfile-token.h: Add tok_script.
5567
5568         * locale/programs/locale.c: Update copyright year.
5569         * locale/programs/localedef.c: Likewise.
5570
5571 2000-06-23  Thorsten Kukuk  <kukuk@suse.de>
5572
5573         * sunrpc/xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from
5574         Jens Moeller <jens.moeller@waii.com>.
5575
5576 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
5577
5578         * locale/programs/ld-name.c (name_finish): Add missing format
5579         specifier to test for name_fmt.
5580
5581         * locale/programs/ld-address.c (iso639): Correct length of string
5582         elements.
5583         (iso3166): Likewise.
5584
5585         * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.
5586
5587         * sysdeps/unix/sysv/linux/i386/sys/user.h (struct user_fpxregs_struct):
5588         Define.
5589
5590         * elf/elf.h (NT_PRFPXREG): Define.
5591
5592 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
5593
5594         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Define
5595         PTRACE_GETFPXREGS and PTRACE_SETFPXREGS.
5596
5597 2000-06-23  Andreas Schwab  <schwab@suse.de>
5598
5599         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Replace arg-count
5600         with signatures.
5601
5602 2000-06-23  Andreas Jaeger  <aj@suse.de>
5603
5604         * iconv/gconv_int.h (norm_add_slashes): Protect suffix expansion.
5605
5606         * io/test-stat.c: Add copyright header, mention Maciej.
5607
5608         * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
5609         SYS_mincore, SYS_madvise): Added.
5610
5611         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
5612         execve.
5613
5614 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
5615
5616         * libio/Makefile (tests): Add tst-getwc and tst_putwc.
5617         (CFLAGS-tst_putwc.c): New definition.
5618         * libio/tst_getwc.c: New file.
5619         * libio/tst_getwc.input: New file.
5620         * libio/tst_putwc.c: New file.
5621
5622         * include/string.h: Add prototype for __strdup.
5623
5624 2000-06-22  Greg McGary  <greg@mcgary.org>
5625
5626         * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
5627         * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname):
5628         Fix signatures.
5629
5630 2000-06-23  Jes Sorensen  <jes@linuxcare.com>
5631
5632         * sysdeps/ia64/memcpy.S: Disable branch predict instruction.
5633
5634 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
5635
5636         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: New file.
5637
5638 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
5639
5640         * shlib-versions: Bump so versions to 6.1 for libc and libm on the
5641         ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
5642
5643 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
5644
5645         * io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
5646         * sysdeps/generic/bits/stat.h: Define __S_TYPEISMQ, __S_TYPEISSEM,
5647         and __S_TYPEISSHM.
5648         * sysdeps/mach/hurd/bits/stat.h: Likewise.
5649         * sysdeps/unix/bsd/bits/stat.h: Likewise.
5650         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
5651         * sysdeps/unix/sysv/bits/stat.h: Likewise.
5652         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
5653         * sysdeps/unix/sysv/hpux/bits/stat.h: Likewise.
5654         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
5655         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
5656         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
5657         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
5658         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
5659         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
5660         * sysdeps/unix/sysv/aix/bits/stat.h: Likewise.
5661         * manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and
5662         S_TYPEISSHM.
5663
5664 2000-06-22  Andreas Jaeger  <aj@suse.de>
5665
5666         * sysdeps/unix/sysv/linux/mips/syscalls.list: Replace arg-count
5667         with signatures.
5668
5669         * elf/dl-reloc.c (_dl_relocate_object): Fix typos.
5670
5671         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix sysctl entry.
5672
5673 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
5674
5675         * iconv/gconv_trans.c: Move initialization of winbuf and winbufend
5676         ahead.
5677
5678 2000-06-21  Greg McGary  <greg@mcgary.org>
5679
5680         * Makerules (elide-routines.*, elide-bp-thunks):
5681         Define unconditionally.
5682
5683 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
5684
5685         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
5686
5687 2000-06-21  Andreas Jaeger  <aj@suse.de>
5688
5689         * io/Makefile (tests): Add test-stat.
5690         (CFLAGS-test-stat.c): New.
5691
5692         * io/test-stat.c: New file from Maciej W. Rozycki
5693         <macro@ds2.pg.gda.pl>.
5694
5695 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
5696
5697         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Reorder elements
5698         in __rlimit_resource to make them match the kernel order.
5699         rlim_t is always 64 bit, use __rlim64_t to declare it
5700         unconditionally.
5701
5702 2000-05-04  Jes Sorensen  <jes@linuxcare.com>
5703
5704         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Undef
5705         RLIM_INFINITY before defining it to avoid clash with kernel header
5706
5707 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
5708
5709         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: New file.
5710
5711 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
5712
5713         * sysdeps/unix/sysv/linux/ia64/Versions: New file.
5714
5715 2000-06-21  Andreas Jaeger  <aj@suse.de>
5716
5717         * stdio-common/temptest.c: Include <stdlib.h>.
5718         * stdio-common/tst-fileno.c: Likewise.
5719         * stdio-common/scanf4.c: Likewise.
5720         * stdio-common/scanf5.c: Likewise.
5721         * time/clocktest.c: Likewise.
5722         * posix/test-vfork.c: Likewise.
5723         * posix/globtest.c: Likewise.
5724         * io/test-utime.c: Likewise.
5725         * wctype/test_wcfuncs.c: Likewise.
5726         * crypt/cert.c: Likewise.
5727
5728         * stdio-common/tst-printfsz.c: Include <string.h>.
5729         * libio/tst_swscanf.c: Likewise.
5730         * libio/tst_wscanf.c: Likewise.
5731         * posix/runtests.c: Likewise.
5732         * posix/tst-getaddrinfo.c: Likewise.
5733         * posix/wordexp-test.c: Likewise.
5734         * misc/tst-efgcvt.c: Likewise.
5735
5736         * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>.
5737         * nss/test-netdb.c: Likewise.
5738
5739         * sysdeps/unix/sysv/linux/configure.in: Add check for minimal
5740         supported kernel for MIPS.
5741
5742         * elf/vismod2.c: Include <stdlib.h> for abort prototype.
5743         * rt/aio_suspend.c: Likewise.
5744
5745 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
5746
5747         * math/libm-test.inc: Include <string.h>.
5748
5749 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5750
5751         * sysdeps/unix/sysv/linux/ia64/syscalls.list: New file.
5752
5753 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5754
5755         * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: New file.
5756         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: New file.
5757
5758 2000-06-20  David Mosberger-Tang  <davidm@hpl.hp.com>
5759
5760         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: New file.
5761
5762 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5763
5764         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Fix typo.
5765
5766 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
5767
5768         * locale/programs/ld-collate.c (insert_value): Now take string and
5769         length instead of struct token* parameter.  Adjust use of token.
5770         (handle_ellipsis): Likewise.
5771         (collate_read): Allow <Uxxxx> names and transform them into names
5772         to be passed to insert_value and handle_ellipsis.
5773
5774         * locale/programs/ld-ctype.c (uninames): New array with names of
5775         digits in <Uxxxxxxxx> format.
5776         (ctype_finish): Correct search for space character value.  Likewise
5777         for default outdigits values.
5778
5779 2000-06-20  Greg McGary  <greg@mcgary.org>
5780
5781         * Makerules (objects): Add BP thunks.
5782
5783 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
5784
5785         * locale/programs/charmap.c (parse_charmap): Handle UCS names also
5786         in width definitions.
5787
5788 2000-06-20  Andreas Jaeger  <aj@suse.de>
5789
5790         * sysdeps/mips/fpu/libm-test-ulps: New file.
5791
5792         * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Flush fpu pipeline
5793         first.
5794
5795         * sysdeps/mips/fpu/feholdexcpt.c: New file.
5796
5797         * sysdeps/mips/fpu/fraiseexcpt.c: New file.
5798
5799 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
5800
5801         * iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for
5802         change in gconv_builtin.h.
5803
5804         * malloc/Makefile: Change all references to memprof into memusage.
5805         * malloc/memprof.c: Rename to...
5806         * malloc/memusage.c: ...this.  New file.
5807         * malloc/memprof.sh: Rename to...
5808         * malloc/memusage.sh: ...this.  New file.
5809         * malloc/memprofstat.c: Rename to...
5810         * malloc/memusagestat.c: ...this.  New file.
5811         * sysdeps/alpha/memprof.h: Rename to..
5812         * sysdeps/alpha/memusage.h: ...this.  New file.
5813         * sysdeps/arm/memprof.h: Rename to..
5814         * sysdeps/arm/memusage.h: ...this.  New file.
5815         * sysdeps/generic/memprof.h: Rename to..
5816         * sysdeps/generic/memusage.h: ...this.  New file.
5817         * sysdeps/i386/memprof.h: Rename to..
5818         * sysdeps/i386/memusage.h: ...this.  New file.
5819         * sysdeps/ia64/memprof.h: Rename to..
5820         * sysdeps/ia64/memusage.h: ...this.  New file.
5821         * sysdeps/m68k/memprof.h: Rename to..
5822         * sysdeps/m68k/memusage.h: ...this.  New file.
5823         * sysdeps/mips/memprof.h: Rename to..
5824         * sysdeps/mips/memusage.h: ...this.  New file.
5825         * sysdeps/powerpc/memprof.h: Rename to..
5826         * sysdeps/powerpc/memusage.h: ...this.  New file.
5827         * sysdeps/sparc/memprof.h: Rename to..
5828         * sysdeps/sparc/memusage.h: ...this.  New file.
5829         * sysdeps/sh/memprof.h: Rename to..
5830         * sysdeps/sh/memusage.h: ...this.  New file.
5831
5832         * elf/sprof.c (print_version): Update year.
5833
5834         * elf/sprof.c (load_shobj): Don't always add load address to dynamic
5835         table entry values.  Use D_PTR.
5836         * elf/dl-reloc.c (_dl_relocate_object): Don't start profiling weird
5837         binaries without PLT.  Patches by James Mathiesen <james@curl.com>.
5838
5839 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
5840
5841         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
5842         * sysdeps/unix/sysv/linux/ia64/sys/io.h: New file.
5843         * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: New file.
5844         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: New file.
5845
5846 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
5847
5848         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: New file.
5849
5850 2000-06-16  Jes Sorensen  <jes@linuxcare.com>
5851
5852         * sysdeps/unix/sysv/linux/ia64/xstat.c: New file.
5853         * sysdeps/unix/sysv/linux/ia64/fxstat.c: New file.
5854         * sysdeps/unix/sysv/linux/ia64/lxstat.c: New file.
5855
5856         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: Deleted.
5857
5858         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Update after latest
5859         kernel change.
5860
5861         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Make __ino_t,
5862         __nlink_t and __blkcnt_t 64 bit to accomodate new kernel stat data
5863         structure.
5864         Change __fsblkcnt_t and __fsfilcnt_t to 64 bit to match kernel
5865         implementation.
5866
5867 2000-06-15  Jes Sorensen  <jes@linuxcare.com>
5868
5869         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Deleted.
5870
5871 2000-06-08  Jes Sorensen  <jes@linuxcare.com>
5872
5873         * sysdeps/unix/sysv/linux/ia64/mmap64.c: New file.
5874
5875 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
5876
5877         * iconv/gconv_int.h (strict gconv_module): Remove all members
5878         associated with regular expressions.  Use a simple string as the
5879         from name.
5880         * iconv/gconv_db.c: Remove code handling regular expressions.
5881         * iconv/gconv_conf.c: Likewise.
5882         * iconv/iconv_prog.c: Likewise.
5883         * iconv/gconv_builtin.h: Adjust for change in gconv_conf.c.
5884
5885         * iconv/gconv.h (__gconv_trans_fct): Add new parameter.
5886         General namespace cleanup.
5887         (struct __gconv_trans_data): Add next field.
5888         (struct __gconv_step_data): Make __trans a pointer.
5889         * iconv/gconv_conf.c: Split out code to find gconv directories from
5890         __gconv_read_conf in new functions.
5891         * iconv/gconv_int.h: Define new data structure and declare new
5892         functions for handling of gconv directory list.
5893         * iconv/gconv_open.c: Allow more than one error handling step being
5894         used.  Call function to load error handling module if it is none
5895         of the builtin transformations.
5896         * iconv/gconv_close.c: Add code to free transliteration data.
5897         * iconv/gconv_trans.c: Add functions to load and unload modules
5898         implementing transliteration etc.
5899         * iconv/skeleton.c: Call all context functions now that more than
5900         one module is allowed.
5901         * iconv/loop.c (STANDARD_ERR_HANDLING): New macro.
5902         * iconv/gconv_simple.c: Use STANDARD_ERR_HANDLING macro for places
5903         where the full error handling using transliteration is needed.
5904         * iconvdata/8bit-gap.c: Likewise.
5905         * iconvdata/8bit-generic.c: Likewise.
5906         * iconvdata/ansi_x3.110.c: Likewise.
5907         * iconvdata/big5.c: Likewise.
5908         * iconvdata/big5hkscs.c: Likewise.
5909         * iconvdata/euc-cn.c: Likewise.
5910         * iconvdata/euc-jp.c: Likewise.
5911         * iconvdata/euc-kr.c: Likewise.
5912         * iconvdata/euc-tw.c: Likewise.
5913         * iconvdata/gbgbk.c: Likewise.
5914         * iconvdata/gbk.c: Likewise.
5915         * iconvdata/iso-2022-cn.c: Likewise.
5916         * iconvdata/iso-2022-jp.c: Likewise.
5917         * iconvdata/iso-2022-kr.c: Likewise.
5918         * iconvdata/iso646.c: Likewise.
5919         * iconvdata/iso8859-1.c: Likewise.
5920         * iconvdata/iso_6937-2.c: Likewise.
5921         * iconvdata/iso_6937.c: Likewise.
5922         * iconvdata/johab.c: Likewise.
5923         * iconvdata/sjis.c: Likewise.
5924         * iconvdata/t.61.c: Likewise.
5925         * iconvdata/uhc.c: Likewise.
5926         * iconvdata/unicode.c: Likewise.
5927         * iconvdata/utf-16.c: Likewise.
5928         * libio/iofwide.c: Reset __trans member of __gconv_trans_data
5929         structure correctly after last change.
5930         * wcsmbs/btowc.c: Likewise.
5931         * wcsmbs/mbrtowc.c: Likewise.
5932         * wcsmbs/mbsnrtowcs.c: Likewise.
5933         * wcsmbs/mbsrtowcs.c: Likewise.
5934         * wcsmbs/wcrtomb.c: Likewise.
5935         * wcsmbs/wcsnrtombs.c: Likewise.
5936         * wcsmbs/wcsrtombs.c: Likewise.
5937         * wcsmbs/wctob.c: Likewise.
5938
5939         * localedata/Makefile: Set -Wno-format for some files since gcc does
5940         not know all the format specifiers.
5941
5942 2000-06-18  Ulrich Drepper  <drepper@redhat.com>
5943
5944         * locale/loadlocale.c (_nl_unload_locale): Remove a bit of
5945         unneeded code.
5946         * locale/lc-time.c (_nl_init_era_entries): Likewise.
5947
5948 2000-06-18  Andreas Jaeger  <aj@suse.de>
5949
5950         * sysdeps/mips/dl-machine.h: Always use $25 as jump register.
5951         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
5952
5953 2000-06-17  Ulrich Drepper  <drepper@redhat.com>
5954
5955         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Define and use
5956         LINUX_LINK_MAX.
5957         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
5958
5959         * locale/programs/ld-ctype.c (ctype_output): Really write out
5960         mboutdigits information.
5961         * localedata/tst-trans.c: Add code to test printf's I flag with locale.
5962         * localedata/tst-trans.sh: Set GCONV_PATH for compilation environment.
5963         * localedata/tests/trans.def: Add outdigit information.
5964
5965         * localedata/tst-mbswcs3.c: Remove comment.
5966
5967         * stdio-common/vfprintf.c (vfprintf): Fix handling of I flag.
5968         * stdio-common/tiformat.c (sprint_ints): Add tests for I flag.
5969         * libio/tst_wprintf.c (main): Add test for I flag.
5970
5971         * iconv/gconv_trans.c: Implement handling if translit_ignore.
5972         * locale/langinfo.h: Add entries for translit_ignore information.
5973         * locale/categories.def: Add entries for new LC_CTYPE elements.
5974         * locale/C-ctype.c: Add initializers for new fields.  Use NULL
5975         pointer instead of "" where possible.
5976         * locale/programs/ld-ctype.c: Write out translit_ignore information.
5977         * intl/Depend: Add localedata.
5978         * intl/tst-gettext.c: Call setlocale for LC_CTYPE.
5979         * intl/tst-gettext.sh: Set LOCPATH to localedata build dir.
5980
5981 2000-06-16  Ulrich Drepper  <drepper@redhat.com>
5982
5983         * locale/langinfo.h: Add entries for default_missing information.
5984         * locale/C-ctype.c: Add initializers for new fields.
5985         * iconv/gconv_trans.c: If nothing matched, try to use default_missing
5986         information.
5987         * locale/categories.h: Add entries for all LC_CTYPE values.
5988         * locale/programs/ld-ctype.c (ctype_output): Write out default_missing
5989         information.
5990
5991         * localedata/tst-trans.c: Write out an error message if class is
5992         not found.
5993
5994         * iconv/gconv_int.h (norm_add_slashes): Optionally add given suffix.
5995         * iconv/gconv_open.c: Remove error handling specification from `from'
5996         character set name.
5997         * intl/loadmsgcat.c (_nl_load_domain): Call norm_add_slashes with
5998         new parameter to always enable transliteration.
5999         * locale/localeinfo.h (LIMAGIC): Bump number because of incompatible
6000         change.
6001         (struct locale_data): Add new members use_translit and options.
6002         * locale/findlocale.c (_nl_find_locale): Set use_translit flag is
6003         character set name contained modifier TRANSLIT.
6004         * locale/loadlocale.c (_nl_load_locale): Initialize new use_translit
6005         and options fields.
6006         (_nl_unload_locale): Free options string if necessary.
6007         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Enable translation if
6008         the locale names suggested this.
6009         * locale/C-address.c: Add two new initialilzers to adjust data
6010         structure for new format.
6011         * locale/C-collate.c: Likewise.
6012         * locale/C-ctype.c: Likewise.
6013         * locale/C-identification.c: Likewise.
6014         * locale/C-measurement.c: Likewise.
6015         * locale/C-messages.c: Likewise.
6016         * locale/C-monetary.c: Likewise.
6017         * locale/C-name.c: Likewise.
6018         * locale/C-numeric.c: Likewise.
6019         * locale/C-paper.c: Likewise.
6020         * locale/C-telephone.c: Likewise.
6021         * locale/C-time.c: Likewise.
6022
6023         * locale/setlocale.c: Add some more __builtin_expect.
6024
6025 2000-06-15  Ulrich Drepper  <drepper@redhat.com>
6026
6027         * iconv/gconv.h (__gconv_fct): Change type of fifth parameter to
6028         unsigned char **.
6029         (__gconv_init_fct): Remove two parameters.
6030         * iconv/gconv_int.h (__gconv_transliterate): Renamed from
6031         gconv_transliterate.  Remove two parameters.
6032         Change prototypes of builtin functions according to __gconv_fct change.
6033         * iconv/skeleton.c: Change type of fifth parameter.  make sure it is
6034         != NULL only during error handling.  Stop in this case after the
6035         conversion.
6036         * iconv/gconv_trans.c: Replace with real implementation for
6037         __gconv_transliterate.
6038         * iconv/gconv_open.c: Adjust for renaming of __gconv_transliterate.
6039         * iconv/gconv.c: Change calls to downstream functions once again.
6040         Use NULL for the fifth parameter instead of pointer to output buffer.
6041         * libio/iofwide.c: Likewise.
6042         * wcsmbs/btowc.c: Likewise.
6043         * wcsmbs/mbrtowc.c: Likewise.
6044         * wcsmbs/mbsnrtowcs.c: Likewise.
6045         * wcsmbs/mbsrtowcs.c: Likewise.
6046         * wcsmbs/wcrtomb.c: Likewise.
6047         * wcsmbs/wcsnrtombs.c: Likewise.
6048         * wcsmbs/wcsrtombs.c: Likewise.
6049         * wcsmbs/wctob.c: Likewise.
6050         * iconv/gconv_simple.c: Remove two parameters from error handling
6051         function call.
6052         * iconvdata/8bit-gap.c: Likewise.
6053         * iconvdata/8bit-generic.c: Likewise.
6054         * iconvdata/ansi_x3.110.c: Likewise.
6055         * iconvdata/big5.c: Likewise.
6056         * iconvdata/big5hkscs.c: Likewise.
6057         * iconvdata/euc-cn.c: Likewise.
6058         * iconvdata/euc-jp.c: Likewise.
6059         * iconvdata/euc-kr.c: Likewise.
6060         * iconvdata/euc-tw.c: Likewise.
6061         * iconvdata/gbgbk.c: Likewise.
6062         * iconvdata/gbk.c: Likewise.
6063         * iconvdata/iso-2022-cn.c: Likewise.
6064         * iconvdata/iso-2022-jp.c: Likewise.
6065         * iconvdata/iso-2022-kr.c: Likewise.
6066         * iconvdata/iso646.c: Likewise.
6067         * iconvdata/iso8859-1.c: Likewise.
6068         * iconvdata/iso_6937-2.c: Likewise.
6069         * iconvdata/iso_6937.c: Likewise.
6070         * iconvdata/johab.c: Likewise.
6071         * iconvdata/sjis.c: Likewise.
6072         * iconvdata/t.61.c: Likewise.
6073         * iconvdata/uhc.c: Likewise.
6074         * iconvdata/unicode.c: Likewise.
6075         * iconvdata/utf-16.c: Likewise.
6076
6077 2000-06-15  Greg McGary  <greg@mcgary.org>
6078
6079         * sysdeps/unix/make-syscalls.sh: Strip leading whitespace from lhs
6080         of callnum assignment.  Tolerate callnum expressions containing
6081         parens.
6082
6083 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
6084
6085         * login/Makefile (utmpd): Remove rule to build utmpd.
6086
6087         * csu/Versions: Move libgcc frame handling functions from here...
6088         * sysdeps/unix/sysv/linux/alpha/Versions: ...to here...
6089         * sysdeps/unix/sysv/linux/arm/Versions: ...to here...
6090         * sysdeps/unix/sysv/linux/i386/Versions: ...to here...
6091         * sysdeps/unix/sysv/linux/m68k/Versions: ...to here...
6092         * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
6093         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
6094         New file.
6095         * sysdeps/mach/hurd/i386/Versions: ...and here.  New file.
6096
6097         * locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
6098
6099         * misc/syslog.c (vsyslog): Initialize msgoff in all cases.
6100
6101 2000-06-14  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
6102
6103         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
6104         compatibility.
6105         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
6106         * sysdeps/sh/sh4/fpu/fesetenv.c: Likewise.
6107         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: Likewise.
6108         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: Likewise.
6109
6110 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
6111
6112         * include/libc-symbols.h (link_warning): If HAVE_SECTION_QUOTES is
6113         defined, terminate quotes and read them after the comment char.
6114         * configure.in (HAVE_SECTION_QUOTES): Test whether
6115         __attribute__((section ("x"))) puts quotes around x or not.
6116         * config.h.in (HAVE_SECTION_QUOTES): Add.
6117         * configure: Rebuilt.
6118
6119 2000-06-14  Andreas Jaeger  <aj@suse.de>
6120
6121         * sysdeps/unix/sysv/linux/configure.in: Set libc_cv_sysconfdir
6122         depending on the configure option --sysconfdir.
6123         Closes PR libc/1762.
6124         Patch by Andreas Schwab <schwab@suse.de>.
6125
6126         * sysdeps/mips/dl-machine.h: Pass finalizer correctly to user
6127         entry point.
6128         Reported by Jim Pick <jim@jimpick.com>.
6129
6130 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
6131
6132         * misc/syslog.c (vsyslog): Allow open_memstream to fail without
6133         crashing the application.  Emit some simple error message.
6134         Reported by mju@panasas.com [PR libc/1769].
6135
6136 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
6137
6138         * malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
6139
6140         * crypt/Makefile (distribute): Add md5.h.
6141
6142         * Makefile (distribute): Add include/shlib-compat.h.
6143
6144         * Make-dist: Search for tests also in sysdeps hierachy.
6145
6146         * crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
6147         ufc.c, speeds.c, README.ufc-crypt, and Banner.
6148
6149         * sysdeps/sparc/Subdirs: New file.
6150
6151         * locale/Makefile (distribute): Add weightwc.h and
6152         programs/localedef.h.
6153
6154         * time/Makefile (distribute): Add datemsk.
6155
6156         * sysdeps/ia64/Dist: Add softpipe.h.
6157
6158         * sysdeps/unix/sysv/aix/Dist: New file.
6159
6160         * posix/setpgrp.c: Moved to...
6161         * sysdeps/generic/setpgrp.c: ...here.  New file.
6162         * io/mknod.c: Moved to...
6163         * sysdeps/generic/mknod.c: ...here.  New file.
6164
6165         * sysdeps/unix/sysv/linux/ia64/Dist: New file.
6166
6167         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/procfs.h.
6168
6169         * sysdeps/unix/sysv/linux/arm/Dist: Add oldgetrlimit64.c.
6170
6171         * sysdeps/powerpc/Dist: Add fprrest.S, fprsave.S, gprsave1.S,
6172         gprsave0.S, gprrest1.S, and gprrest0.S.
6173
6174         * sysdeps/generic/Dist: Add bp-thunks.h, bp-sym.h, and bp-start.h.
6175
6176         * posix/Makefile (routines): Add spawnattr_getsigmask,
6177         spawnattr_getschedpolicy, spawnattr_getschedparam,
6178         spawnattr_setsigmask, spawnattr_setschedpolicy, and
6179         spawnattr_setschedparam.
6180         * posix/Versions: Add posix_spawnattr_getschedpolicy,
6181         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam, and
6182         posix_spawnattr_setschedparam.
6183
6184         * posix/spawnattr_setschedparam.c: Fix typo.
6185
6186         * posix/spawnattr_setsigmask.c (posix_spawnattr_setsigmask):
6187         Correct typo.
6188
6189         * login/programs/utmpd.c: Removed.
6190         * login/programs/utmpd.h: Removed.
6191         * login/programs/utmpd-private.h: Removed.
6192
6193         * Makefile (distribute): Add include/db_185.h and include/db.h.
6194
6195         * iconvdata/Makefile (distribute): Add iso-ir-165.c and
6196         iso-ir-165.h.
6197
6198         * elf/Makefile (distribute): Add missing files.
6199
6200         * dlfcn/Makefile: Add back rules to include eval in libdl.so.
6201         * elf/eval.c: Moved to...
6202         * dlfcn/eval.c: ...here.  New file.
6203
6204         * Makefile (distribute): Also distribute ChangeLog.1?.
6205
6206         * Make-dist (+tsrcs): Remove .args handling here as well.
6207
6208         * rt/Makefile (tests): Add tst-timer.
6209         * sysdeps/generic/tst-timer.c: New file.
6210
6211         * Makerules (sources): Don't add BP sources here.
6212
6213         * login/Makefile (distribute): Remove xtmp.h.
6214
6215         * iconv/iconv_prog.c (main): Fix appending slashes if omit_invalid
6216         is true.  Reported by Bruno Haible <haible@ilog.fr>.
6217
6218 2000-06-13  Andreas Jaeger  <aj@suse.de>
6219
6220         * sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
6221         Patch by Ralf Baechle <ralf@gnu.org>.
6222
6223 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
6224
6225         * sysdeps/unix/sysv/linux/syscalls.list: Add parameter information
6226         for mincore syscall.
6227
6228         * misc/sys/cdefs.h: Define __bounded and __unbounded if
6229         __BOUNDED_POINTERS__ is not defined.
6230
6231 2000-06-07  Greg McGary  <greg@mcgary.org>
6232
6233         * sysdeps/generic/bp-sym.h: New file.
6234         * sysdeps/generic/bp-start.h: New file.
6235         * sysdeps/i386/elf/start.S: Designate BP symbols.
6236         * sysdeps/generic/libc-start.c: Wrap bounds around
6237         argv & envp and each of their string members.
6238
6239 2000-06-07  Greg McGary  <greg@mcgary.org>
6240
6241         * sysdeps/unix/make-syscalls.sh: Add comments to
6242         output that aid debugging & comprehension.
6243         Map simple syscall signatures to number of args.
6244         Generate BP syscall thunk definitions.
6245         * sysdeps/generic/bp-thunks.h: New file.
6246         * sysdeps/unix/syscalls.list: Replace arg-count with
6247         simple return+arg signature.
6248         * sysdeps/unix/common/syscalls.list: Likewise.
6249         * sysdeps/unix/inet/syscalls.list: Likewise.
6250         * sysdeps/unix/mman/syscalls.list: Likewise.
6251         * sysdeps/unix/sysv/syscalls.list: Likewise.
6252         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
6253         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
6254
6255 2000-06-07  Greg McGary  <greg@mcgary.org>
6256
6257         * Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers
6258         for all files *.[cS].
6259         (CFLAGS-.ob): Don't optimize sibling calls.
6260         (bppfx): New variable.
6261         * Makerules (elide-bp-thunks): New variable.
6262         (elide-routines.*): Elide BP-* files for all but *.ob.
6263         (sources): Include bp-thunks.
6264
6265 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
6266
6267         * iconv/gconv_simple.c: Remove unnecessary prototype.
6268
6269         * iconv/gconv_trans.c: Pretty print.
6270
6271         * elf/elf.h (R_SH_NUM): Got accidently dropped.
6272
6273         * sysdeps/unix/sysv/linux/configure.in: Improve handling of
6274         minimal kernel versions.  Add information about IA-64 kernel.
6275
6276         * sysdeps/unix/sysv/linux/configure.in: Allow architecture
6277         specific minimal supported kernel versions to be specified.
6278
6279         * libio/iofwide.c (_IO_fwide): Initialize transliteration part of
6280         step data structure.
6281         * wcsmbs/btowc.c: Likewise.
6282         * wcsmbs/mbrtowc.c: Likewise.
6283         * wcsmbs/mbsnrtowcs.c: Likewise.
6284         * wcsmbs/mbsrtowcs.c: Likewise.
6285         * wcsmbs/wcrtomb.c: Likewise.
6286         * wcsmbs/wcsnrtombs.c: Likewise.
6287         * wcsmbs/wcsrtombs.c: Likewise.
6288         * wcsmbs/wctob.c: Likewise.
6289
6290         * sysdeps/unix/sysv/linux/sh/Dist: There is no ioperm file.
6291         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: Removed.
6292
6293         * shlib-versions: Earliest backward compatible version for SH is 2.2.
6294
6295         * misc/sys/cdefs.h: Remove one more __P.
6296
6297         * sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C.
6298         Reported by HJ Lu.
6299
6300         * sysdeps/sh/sh3/bits/setjmp.h: Removed.
6301         * sysdeps/sh/sh4/bits/setjmp.h: Moved to...
6302         * sysdeps/sh/bits/setjmp.h: ...here.  New file.
6303
6304 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
6305             Yutaka Niibe  <gniibe@chroot.org>
6306
6307         * configure.in: Add machine sh3, sh4.
6308         * elf/elf.h: Add SH specific declarations of relocations.
6309         * shlib-versions: Add sh*-*-linux* cases.
6310
6311 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
6312
6313         * sysdeps/sh/sh3/bsd-_setjmp.S: Move to...
6314         * sysdeps/sh/bsd-_setjmp.S: ...here.  New file.
6315         * sysdeps/sh/sh4/bsd-_setjmp.S: Removed.
6316         * sysdeps/sh/sh3/bsd-setjmp.S: Move to...
6317         * sysdeps/sh/bsd-setjmp.S: ...here.  New file.
6318         * sysdeps/sh/sh4/bsd-setjmp.S: Removed.
6319
6320         * sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro
6321         instead of KERNEL_MATH_EMULATION.
6322         * sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not
6323         KERNEL_MATH_EMULATION.
6324
6325         * sysdeps/sh/Dist: Removed.  There is no ieee754.h file.
6326         * sysdeps/sh/sh3/dl-machine.h: Moved to...
6327         * sysdeps/sh/dl-machine.h: ...here.  New file.
6328         * sysdeps/sh/sh4/dl-machine.h: Simply define KERNEL_MATH_EMULATION
6329         and include generic SH version.
6330         * sysdeps/sh/sh3/bits/endian.h: Move to...
6331         * sysdeps/sh/bits/endian.h: ...here.  New file.
6332         * sysdeps/sh/sh4/bits/endian.h: Removed.
6333         * sysdeps/sh/sh3/bits/huge_val.h: Move to...
6334         * sysdeps/sh/bits/huge_val.h: ...here.  New file.
6335         * sysdeps/sh/sh4/bits/huge_val.h: Removed.
6336
6337         * include/libc-symbols.h (link_warning): Work around a change in
6338         GAS which warns about changing section attributes.
6339         Proposed by Nick Clifton <nickc@redhat.com>.
6340
6341 2000-06-12  H.J. Lu  <hjl@gnu.org>
6342
6343         * sysdeps/i386/fpu/bits/mathinline.h (__sgn1l): Add __extension__.
6344
6345 2000-06-11  H.J. Lu  <hjl@gnu.org>
6346
6347         * sysdeps/i386/fpu/Versions: New file.
6348
6349 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
6350
6351         * iconv/gconv.h (__gconv_trans_context_fct): Remove two
6352         parameters.
6353         * iconv/skeleton.c (FUNCTION_NAME): Call __trans_context_fct if it
6354         exists.
6355
6356 2000-06-12  Jes Sorensen  <jes@linuxcare.com>
6357
6358         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
6359         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: New file.
6360         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: New file.
6361
6362         * sysdeps/unix/sysv/linux/ia64/fxstat64.c: New file.
6363         * sysdeps/unix/sysv/linux/ia64/lxstat64.c: New file.
6364         * sysdeps/unix/sysv/linux/ia64/xstat64.c: New file.
6365
6366 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
6367             Yutaka Niibe  <gniibe@chroot.org>
6368
6369         * sysdeps/sh/Dist: New file.
6370         * sysdeps/sh/Implies: New file.
6371         * sysdeps/sh/elf/initfini.c: New file.
6372         * sysdeps/sh/gmp-mparam.h: New file.
6373         * sysdeps/sh/init-first.c: New file.
6374         * sysdeps/sh/machine-gmon.h: New file.
6375         * sysdeps/sh/memcpy.S: New file.
6376         * sysdeps/sh/memprof.h: New file.
6377         * sysdeps/sh/memset.S: New file.
6378         * sysdeps/sh/sh3/__longjmp.S: New file.
6379         * sysdeps/sh/sh3/bits/endian.h: New file.
6380         * sysdeps/sh/sh3/bits/huge_val.h: New file.
6381         * sysdeps/sh/sh3/bits/setjmp.h: New file.
6382         * sysdeps/sh/sh3/bsd-_setjmp.S: New file.
6383         * sysdeps/sh/sh3/bsd-setjmp.S: New file.
6384         * sysdeps/sh/sh3/dl-machine.h: New file.
6385         * sysdeps/sh/sh3/setjmp.S: New file.
6386         * sysdeps/sh/sh4/__longjmp.S: New file.
6387         * sysdeps/sh/sh4/bits/endian.h: New file.
6388         * sysdeps/sh/sh4/bits/huge_val.h: New file.
6389         * sysdeps/sh/sh4/bits/setjmp.h: New file.
6390         * sysdeps/sh/sh4/bsd-_setjmp.S: New file.
6391         * sysdeps/sh/sh4/bsd-setjmp.S: New file.
6392         * sysdeps/sh/sh4/dl-machine.h: New file.
6393         * sysdeps/sh/sh4/fpu/bits/fenv.h: New file.
6394         * sysdeps/sh/sh4/fpu/bits/huge_val.h: New file.
6395         * sysdeps/sh/sh4/fpu/bits/mathdef.h: New file.
6396         * sysdeps/sh/sh4/fpu/fclrexcpt.c: New file.
6397         * sysdeps/sh/sh4/fpu/fegetenv.c: New file.
6398         * sysdeps/sh/sh4/fpu/fegetround.c: New file.
6399         * sysdeps/sh/sh4/fpu/feholdexcpt.c: New file.
6400         * sysdeps/sh/sh4/fpu/fesetenv.c: New file.
6401         * sysdeps/sh/sh4/fpu/fesetround.c: New file.
6402         * sysdeps/sh/sh4/fpu/fpu_control.h: New file.
6403         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: New file.
6404         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: New file.
6405         * sysdeps/sh/sh4/fpu/ftestexcept.c: New file.
6406         * sysdeps/sh/sh4/fpu/libm-test-ulps: New file.
6407         * sysdeps/sh/sh4/setjmp.S: New file.
6408         * sysdeps/sh/elf/start.S: New file.
6409         * sysdeps/sh/sys/ucontext.h: New file.
6410         * sysdeps/sh/strlen.S: New file.
6411         * sysdeps/sh/sysdep.h: New file.
6412         * sysdeps/unix/sh/sysdep.S: New file.
6413         * sysdeps/unix/sh/sysdep.h: New file.
6414         * sysdeps/unix/sysv/linux/sh/Dist: New file.
6415         * sysdeps/unix/sysv/linux/sh/Makefile: New file.
6416         * sysdeps/unix/sysv/linux/sh/Versions: New file.
6417         * sysdeps/unix/sysv/linux/sh/bits/mman.h: New file.
6418         * sysdeps/unix/sysv/linux/sh/bits/resource.h: New file.
6419         * sysdeps/unix/sysv/linux/sh/brk.c: New file.
6420         * sysdeps/unix/sysv/linux/sh/chown.c: New file.
6421         * sysdeps/unix/sysv/linux/sh/clone.S: New file.
6422         * sysdeps/unix/sysv/linux/sh/fchown.c: New file.
6423         * sysdeps/unix/sysv/linux/sh/fxstat.c: New file.
6424         * sysdeps/unix/sysv/linux/sh/getegid.c: New file.
6425         * sysdeps/unix/sysv/linux/sh/geteuid.c: New file.
6426         * sysdeps/unix/sysv/linux/sh/getgroups.c: New file.
6427         * sysdeps/unix/sysv/linux/sh/getresgid.c: New file.
6428         * sysdeps/unix/sysv/linux/sh/getresuid.c: New file.
6429         * sysdeps/unix/sysv/linux/sh/getrlimit.c: New file.
6430         * sysdeps/unix/sysv/linux/sh/getrlimit64.c: New file.
6431         * sysdeps/unix/sysv/linux/sh/getuid.c: New file.
6432         * sysdeps/unix/sysv/linux/sh/lchown.c: New file.
6433         * sysdeps/unix/sysv/linux/sh/lxstat.c: New file.
6434         * sysdeps/unix/sysv/linux/sh/msgctl.c: New file.
6435         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: New file.
6436         * sysdeps/unix/sysv/linux/sh/pipe.S: New file.
6437         * sysdeps/unix/sysv/linux/sh/profil-counter.h: New file.
6438         * sysdeps/unix/sysv/linux/sh/semctl.c: New file.
6439         * sysdeps/unix/sysv/linux/sh/setegid.c: New file.
6440         * sysdeps/unix/sysv/linux/sh/seteuid.c: New file.
6441         * sysdeps/unix/sysv/linux/sh/setfsgid.c: New file.
6442         * sysdeps/unix/sysv/linux/sh/setfsuid.c: New file.
6443         * sysdeps/unix/sysv/linux/sh/setgid.c: New file.
6444         * sysdeps/unix/sysv/linux/sh/setgroups.c: New file.
6445         * sysdeps/unix/sysv/linux/sh/setregid.c: New file.
6446         * sysdeps/unix/sysv/linux/sh/setresgid.c: New file.
6447         * sysdeps/unix/sysv/linux/sh/setresuid.c: New file.
6448         * sysdeps/unix/sysv/linux/sh/setreuid.c: New file.
6449         * sysdeps/unix/sysv/linux/sh/setrlimit.c: New file.
6450         * sysdeps/unix/sysv/linux/sh/setuid.c: New file.
6451         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: New file.
6452         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: New file.
6453         * sysdeps/unix/sysv/linux/sh/shmctl.c: New file.
6454         * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: New file.
6455         * sysdeps/unix/sysv/linux/sh/socket.S: New file.
6456         * sysdeps/unix/sysv/linux/sh/sys/io.h: New file.
6457         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
6458         * sysdeps/unix/sysv/linux/sh/sys/user.h: New file.
6459         * sysdeps/unix/sysv/linux/sh/syscalls.list: New file.
6460         * sysdeps/unix/sysv/linux/sh/sysdep.S: New file.
6461         * sysdeps/unix/sysv/linux/sh/sysdep.h: New file.
6462         * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
6463         * sysdeps/unix/sysv/linux/sh/xstat.c: New file.
6464
6465 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
6466
6467         * Rules (%.out): Define GCONV_PATH in the environment.
6468         * assert/Depend: New file.
6469         * iconvdata/Depend: New file.
6470         * intl/Depend: New file.
6471         * timezone/Makefile (build-testdata): Add GCONV_PATH to environment.
6472         * intl/tst-gettext.sh: Likewise.
6473         * iconv/Makefile (routines): Add gconv_trans.
6474         * iconv/gconv_trans.c: New file.
6475         * iconv/gconv.h (struct __gconv_trans_data): New type.
6476         (__gconv_fct): New parameter with starting position in output buffer.
6477         (__gconv_trans_fct, __gconv_trans_context_fct, __gconv_trans_query_fct,
6478         __gconv_trans_init_fct, __gconv_trans_end_fct): New types.
6479         (struct __gconv_step): Add new member __trans.
6480         * iconv/gconv_int.h: Pretty print prototypes.
6481         (gconv_transliterate): New prototype.
6482         (__BUILTIN_TRANS): Update for new conversion function interface.
6483         * iconv/gconv.c (__gconv): Pass new parameter to conversion function.
6484         * iconv/gconv_open.c (__gconv_open): Recognize error handling suffix
6485         in names, find appropriate function, and install in the conversion
6486         steps it can be used.
6487         * iconv/skeleton.c: Add additional parameter for beginning of output
6488         buffer.  Change calls of downstream functions.
6489         * iconv/loop.c: Change loop function interface completely.  Pass in
6490         step and step_data structure.  Remove optimization for BODY with
6491         NEED_LENGTH_TEST == 0.
6492         * iconv/gconv_simple.c: Update interfaces of functions.  Insert
6493         appropriate error handling code to use transliteration steps.  Remove
6494         optimization for BODY with NEED_LENGTH_TEST == 0.
6495         * iconvdata/8bit-gap.c: Likewise.
6496         * iconvdata/8bit-generic.c: Likewise.
6497         * iconvdata/ansi_x3.110.c: Likewise.
6498         * iconvdata/big5.c: Likewise.
6499         * iconvdata/big5hkscs.c: Likewise.
6500         * iconvdata/euc-cn.c: Likewise.
6501         * iconvdata/euc-jp.c: Likewise.
6502         * iconvdata/euc-kr.c: Likewise.
6503         * iconvdata/euc-tw.c: Likewise.
6504         * iconvdata/gbgbk.c: Likewise.
6505         * iconvdata/gbk.c: Likewise.
6506         * iconvdata/iso-2022-cn.c: Likewise.
6507         * iconvdata/iso-2022-jp.c: Likewise.
6508         * iconvdata/iso-2022-kr.c: Likewise.
6509         * iconvdata/iso646.c: Likewise.
6510         * iconvdata/iso8859-1.c: Likewise.
6511         * iconvdata/iso_6937-2.c: Likewise.
6512         * iconvdata/iso_6937.c: Likewise.
6513         * iconvdata/johab.c: Likewise.
6514         * iconvdata/sjis.c: Likewise.
6515         * iconvdata/t.61.c: Likewise.
6516         * iconvdata/uhc.c: Likewise.
6517         * iconvdata/unicode.c: Likewise.
6518         * iconvdata/utf-16.c: Likewise.
6519         * libio/iofwide.c: Adjust to new interface of gconv functions.  Use
6520         DL_CALL_FCT.
6521         * wcsmbs/btowc.c: Likewise.
6522         * wcsmbs/mbrtowc.c: Likewise.
6523         * wcsmbs/mbsnrtowcs.c: Likewise.
6524         * wcsmbs/mbsrtowcs.c: Likewise.
6525         * wcsmbs/wcrtomb.c: Likewise.
6526         * wcsmbs/wcsnrtombs.c: Likewise.
6527         * wcsmbs/wcsrtombs.c: Likewise.
6528         * wcsmbs/wctob.c: Likewise.
6529
6530 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
6531
6532         * sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the
6533         other header files.  Mention about 128-byte cache line sizes.
6534         (__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt.
6535         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update
6536         for current calling sequence.
6537         * sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.
6538
6539         * sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
6540         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
6541
6542         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
6543         and setrlimit syscalls for backwards compatibility.
6544
6545 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
6546
6547         * iconv/skeleton.c:  Rename converted written to correcter name
6548         irreversible.
6549         * iconv/gconv.c: Rename converted variable to correcter name
6550         irreversible.
6551         * iconv/gconv_int.h: Likewise.
6552         * iconv/gconv_simple.c: Likewise.
6553         * iconv/iconv.c: Likewise.
6554         * iconv/loop.c: Likewise.
6555         * iconvdata/8bit-gap.c: Likewise.
6556         * iconvdata/8bit-generic.c: Likewise.
6557         * iconvdata/ansi_x3.110.c: Likewise.
6558         * iconvdata/big5.c: Likewise.
6559         * iconvdata/big5hkscs.c: Likewise.
6560         * iconvdata/euc-cn.c: Likewise.
6561         * iconvdata/euc-jp.c: Likewise.
6562         * iconvdata/euc-kr.c: Likewise.
6563         * iconvdata/gbgbk.c: Likewise.
6564         * iconvdata/gbk.c: Likewise.
6565         * iconvdata/iso-2022-cn.c: Likewise.
6566         * iconvdata/iso-2022-jp.c: Likewise.
6567         * iconvdata/iso-2022-kr.c: Likewise.
6568         * iconvdata/iso646.c: Likewise.
6569         * iconvdata/iso8859-1.c: Likewise.
6570         * iconvdata/iso_6937-2.c: Likewise.
6571         * iconvdata/iso_6937.c: Likewise.
6572         * iconvdata/johab.c: Likewise.
6573         * iconvdata/sjis.c: Likewise.
6574         * iconvdata/t.61.c: Likewise.
6575         * iconvdata/uhc.c: Likewise.
6576         * iconvdata/unicode.c: Likewise.
6577         * iconvdata/utf-16.c: Likewise.
6578
6579         * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark
6580         __cmsg_data field with __extension__.
6581
6582 2000-06-10  David Mosberger  <davidm@hpl.hp.com>
6583
6584         * sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.
6585
6586 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
6587
6588         * iconv/gconv_simple.c: Fix various small bugs in several
6589         functions.
6590
6591         * iconv/loop.c: Fix comment.
6592
6593 2000-06-10  Jakub Jelinek  <jakub@redhat.com>
6594
6595         * elf/link.h: Remove libc internal declarations.
6596         * include/link.h: Move them here.
6597
6598 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
6599
6600         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: New file.
6601         Patch by Dan Pop <Dan.Pop@cern.ch>.
6602
6603         Rewrite error message handling.
6604         * elf/dl-deps.c (_dl_map_object_deps): Pass new parameter to
6605         _dl_catch_error.
6606         * elf/dl-error (struct catch): Add objname member.
6607         (_dl_signal_error): Take new parameter with object name.  When
6608         passing message on simply store object name and duplicate error
6609         message.
6610         (_dl_catch_error): Take new parameter.  Store object name in the
6611         place pointed to.
6612         * include/dlfcn.h: Adjust _dl_catch_error prototype.
6613         * sysdeps/generic/ldsodefs.h: Adjust _dl_signal_error prototype.
6614         * dlfcn/dlerror.c (struct dl_action_result): Add objname member.
6615         (dlerror): Add objname to asprintf() parameters.
6616         (_dl_error_run): Pass new parameter to _dl_catch_error.
6617         * elf/dl-libc.c (dlerror_run): Pass new parameter to _dl_catch_error.
6618         * elf/dl-open.c (_dl_open): Likewise.
6619         * elf/rtld.c (dl_main): Likewise.
6620         * elf/dl-close.c: Mark error messages with N_().
6621         * elf/dl-deps.c: Likewise.
6622         * elf/dl-error.c: Likewise.
6623         * elf/dl-load.c: Likewise.
6624         * elf/dl-open.c: Likewise.
6625         * elf/dl-reloc.c: Likewise.
6626         * elf/dl-support.c: Likewise.
6627         * elf/dl-sym.c: Likewise.
6628         * elf/dl-version.c: Likewise.
6629         * elf/dl-lookup.c: Add comments about problems with error message
6630         translations.
6631         * elf/dl-reloc.c: Likewise.
6632         * elf/dl-version.c: Likewise.
6633
6634 2000-06-09  H.J. Lu  <hjl@gnu.org>
6635
6636         * dlfcn/dlerror.c (_dlerror_run): Set result->errstring to NULL
6637         after freeing it.
6638
6639         * dlfcn/Makefile (distribute): Add failtestmod.c.
6640         (tests): Add failtest.
6641         Add rules to build and run failtest.
6642         * dlfcn/failtest.c: New file.
6643         * dlfcn/failtestmod.c: New file.
6644
6645 2000-06-09  David Mosberger-Tang  <davidm@hpl.hp.com>
6646
6647         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: new file
6648         * sysdeps/unix/sysv/linux/ia64/bsd-_setjmp.S: new file
6649         * sysdeps/unix/sysv/linux/ia64/bsd-setjmp.S: new file
6650         * sysdeps/unix/sysv/linux/ia64/setjmp.S: new file
6651         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: new file
6652
6653 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
6654
6655         * sysdeps/unix/sysv/linux/ia64/brk.S: New file.
6656         * sysdeps/unix/sysv/linux/ia64/pipe.S: New file.
6657
6658 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
6659             Ulrich Drepper  <drepper@redhat.com>
6660
6661         * sysdeps/unix/sysv/linux/ia64/sigaction.c: New file.
6662         * sysdeps/unix/sysv/linux/ia64/sigpending.c: New file.
6663         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: New file.
6664         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: New file.
6665         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: New file.
6666         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: New file.
6667
6668 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
6669
6670         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Try harder
6671         to find correct mount point despite wrong information from the
6672         kernel.
6673
6674 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
6675
6676         * elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain
6677         the address of a symbol so function pointers are handled properly.
6678
6679 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
6680
6681         * sysdeps/i386/Dist: Add bp-asm.h.
6682
6683         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
6684         defaultdir variable instead of "/var/shm" everywhere.
6685         (defaultdir): Change to /dev/shm/.
6686
6687 2000-06-08  Greg McGary  <greg@mcgary.org>
6688
6689         * sysdeps/i386/bp-asm.h: New file.
6690         * sysdeps/i386/__longjmp.S: Define & use symbolic argument stack
6691         offsets.  Add ENTER/LEAVE macros for optionally maintaining
6692         frame-pointer chain when debugging.
6693         * sysdeps/i386/add_n.S: Likewise.
6694         * sysdeps/i386/addmul_1.S: Likewise.
6695         * sysdeps/i386/lshift.S: Likewise.
6696         * sysdeps/i386/memchr.S: Likewise.
6697         * sysdeps/i386/memcmp.S: Likewise.
6698         * sysdeps/i386/mul_1.S: Likewise.
6699         * sysdeps/i386/rawmemchr.S: Likewise.
6700         * sysdeps/i386/rshift.S: Likewise.
6701         * sysdeps/i386/stpcpy.S: Likewise.
6702         * sysdeps/i386/stpncpy.S: Likewise.
6703         * sysdeps/i386/strchr.S: Likewise.
6704         * sysdeps/i386/strchrnul.S: Likewise.
6705         * sysdeps/i386/strcspn.S: Likewise.
6706         * sysdeps/i386/strpbrk.S: Likewise.
6707         * sysdeps/i386/strrchr.S: Likewise.
6708         * sysdeps/i386/strspn.S: Likewise.
6709         * sysdeps/i386/strtok.S: Likewise.
6710         * sysdeps/i386/sub_n.S: Likewise.
6711         * sysdeps/i386/submul_1.S: Likewise.
6712         * sysdeps/i386/elf/setjmp.S: Likewise.
6713         * sysdeps/i386/i486/strcat.S: Likewise.
6714         * sysdeps/i386/i486/strlen.S: Likewise.
6715         * sysdeps/i386/i586/add_n.S: Likewise.
6716         * sysdeps/i386/i586/lshift.S: Likewise.
6717         * sysdeps/i386/i586/memcpy.S: Likewise.
6718         * sysdeps/i386/i586/memset.S: Likewise.
6719         * sysdeps/i386/i586/rshift.S: Likewise.
6720         * sysdeps/i386/i586/strchr.S: Likewise.
6721         * sysdeps/i386/i586/strcpy.S: Likewise.
6722         * sysdeps/i386/i586/strlen.S: Likewise.
6723         * sysdeps/i386/i586/sub_n.S: Likewise.
6724         * sysdeps/i386/i686/add_n.S: Likewise.
6725         * sysdeps/i386/i686/memcpy.S: Likewise.
6726         * sysdeps/i386/i686/mempcpy.S: Likewise.
6727         * sysdeps/i386/i686/memset.S: Likewise.
6728         * sysdeps/i386/i686/strcmp.S: Likewise.
6729
6730 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
6731
6732         * sysdeps/unix/sysv/linux/getdtsz.c: New file.
6733
6734         * sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as
6735         256 and don't use OPEN_MAX.
6736
6737         * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and
6738         use it instead of LINK_MAX.
6739         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
6740
6741 2000-06-08  Andreas Jaeger  <aj@suse.de>
6742
6743         * libio/genops.c (_IO_list_lock): Only compile body if we're
6744         thread safe.
6745         (_IO_list_unlock): Likewise.
6746         (_IO_list_resetlock): Likewise.
6747
6748 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
6749
6750         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine OPEN_MAX
6751         unless user defined it.
6752
6753         * sysdeps/unix/sysv/linux/bits/local_lim.h: Also undefine LINK_MAX
6754         if not defined by the user.
6755
6756         * libio/iofwrite_u.c (fwrite_unlocked): Remove obsolete comment.
6757         * libio/iofwrite.c (_IO_fwrite): Likewise.
6758
6759         * time/time.h: Add missing __THROW for clock_getcpuclockid
6760         prototype.
6761
6762         * elf/Makefile (distribute): Add dl-dtprocnum.h.
6763         * include/elf.h: Include also <dl-dtprocnum.h>.
6764         * elf/dl-deps.c: Likewise.
6765         * elf/dl-lookup.c: Likewise.
6766         * elf/dl-runtime.c: Likewise.
6767         * elf/dl-version.c: Likewise.
6768         * elf/do-rel.h: Likewise.
6769         * elf/dynamic-link.h: Likewise.
6770         * elf/link.h: Likewise.
6771         * elf/rtld.c: Likewise.
6772         * sysdeps/generic/dl-dtprocnum.h: New file.
6773         * sysdeps/ia64/dl-dtprocnum.h: New file.
6774         * sysdeps/mips/dl-dtprocnum.h: New file.
6775         * sysdeps/sparc/dl-dtprocnum.h: New file.
6776
6777         * sysdeps/i386/dl-machine.h: Add more __builtin_expect.
6778
6779         * elf/do-lookup.h: Add some __builtin_expect.
6780
6781         * dlfcn/dlfcn.h: Pretty print dladdr declaraction.
6782
6783         * elf/rtld.c (process_envvars): Recognize LD_DYNAMIC_WEAK.
6784         (_dl_dynamic_weak): New variable.
6785         * elf/dl-support.c: Likewise.
6786         * sysdeps/generic/ldsodefs.h: Declare _dl_dynamic_weak.
6787         * elf/do-lookup.h: If we find a weak definition treat it like a
6788         normal symbol unless _dl_dynamic_weak is nonzero.  In the latter
6789         case treat it like before.
6790
6791         * elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
6792         is in main program.
6793         * elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
6794
6795         * elf/dl-addr.c (_dl_addr): Do exact testing of address range
6796         using l_map_start and l_map_end.
6797
6798         * elf/dl-version.c: Add __builtin_expect in many places.
6799
6800         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
6801         Update.
6802
6803 2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>
6804
6805         Lock for stdio stream list becomes global, for use in LinuxThreads.
6806
6807         * libio/genops.c (_IO_iter_begin, _IO_iter_end,
6808         _IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
6809         _IO_list_resetlock): New interface for iterating global list of
6810         streams without accessing the _IO_list_all global variable,
6811         and for manipulating the lock which protects this list.
6812         * libio/libioP.h: Likewise.
6813         * libio/Version: Add entries for the new functions.
6814
6815         * libio/libioP.h (_IO_ITER): New typedef, just an alias for
6816         pointer to _IO_FILE.
6817
6818 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
6819
6820         * locale/programs/ld-ctype.c (set_class_defaults): Several uses of
6821         BIT() must actually be BITw().
6822
6823         * locale/programs/ld-ctype.c: Handle SP and space consistently.
6824
6825         * locale/programs/charmap.c: Allow string arguments for
6826         code_set_name and repertoiremap.
6827
6828 2000-06-07  Andreas Jaeger  <aj@suse.de>
6829
6830         * elf/Makefile: Build ldconfig only when building shared libraries.
6831
6832 2000-06-07  Jakub Jelinek  <jakub@redhat.com>
6833
6834         * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
6835         __USE_ISOC99.
6836         (fdimf, __fdim, fdim): Likewise.
6837
6838 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
6839
6840         * locale/findlocale.c: Add __builtin_expect in many places.
6841         * locale/loadlocale.c: Likewise.
6842
6843 2000-06-06  Greg McGary  <greg@mcgary.org>
6844
6845         * sysdeps/mips/elf/start.S: Trim redundant code.
6846
6847         * sysdeps/powerpc/memset.S: Define & use symbolic register names.
6848         Use C comments throughout.  Line up operands column with tabs.
6849         * sysdeps/powerpc/strchr.S: Likewise.
6850         * sysdeps/powerpc/strcmp.S: Likewise.
6851         * sysdeps/powerpc/strcpy.S: Likewise.
6852         * sysdeps/powerpc/strlen.S: Likewise.
6853
6854         * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]:
6855         Get low part of &__curbrk with @l.
6856
6857 2000-06-06  Ulrich Drepper  <drepper@redhat.com>
6858
6859         * iconvdata/utf-16.c: Add __builtin_expect in many places.
6860         * iconvdata/unicode.c: Likewise.
6861         * iconvdata/uhc.c: Likewise.
6862         * iconvdata/t.61.c: Likewise.
6863         * iconvdata/sjis.c: Likewise.
6864         * iconvdata/johab.c: Likewise.
6865         * iconvdata/iso_6937.c: Likewise.
6866         * iconvdata/iso_6937-2.c: Likewise.
6867         * iconvdata/iso8859-1.c: Likewise.
6868         * iconvdata/iso646.c: Likewise.
6869         * iconvdata/iso-2022-kr.c: Likewise.
6870         * iconvdata/iso-2022-jp.c: Likewise.
6871         * iconvdata/iso-2022-cn.c: Likewise.
6872         * iconvdata/gbgbk.c: Likewise.
6873         * iconvdata/gbk.c: Likewise.
6874         * iconvdata/euc-kr.c: Likewise.
6875         * iconvdata/euc-jp.c: Likewise.
6876         * iconvdata/euc-cn.c: Likewise.
6877
6878 2000-06-05  Ulrich Drepper  <drepper@redhat.com>
6879
6880         * iconvdata/big5hkscs.c: Add __builtin_expect in many places.
6881         * iconvdata/big5.c: Likewise.
6882         * iconvdata/ansi_x3.110.c: Likewise.
6883         * iconvdata/8bit-generic.c: Likewise.
6884         * iconvdata/8bit-gap.c: Likewise.
6885         * iconv/loop.c: Likewise.
6886         * iconv/gconv_db.c: Likewise.
6887         * iconv/gconv_dl.c: Likewise.
6888         * iconv/gconv_simple.c: Likewise.
6889         * iconv/skeleton.c: Likewise.
6890
6891         * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define.
6892         (struct __gconv_step_data): Rename __is_last to __flags.
6893         * iconv/gconv_close.c: Change all uses of __is_last.
6894         * iconv/skeleton.c: Likewise.
6895         * iconvdata/iso-2022-cn.c: Likewise.
6896         * iconvdata/iso-2022-jp.c: Likewise.
6897         * iconvdata/iso-2022-kr.c: Likewise.
6898         * iconv/gconv_open.c: Likewise.  Avoid unneeded initializations.
6899         Recognize IGNORE error handling, set flag, and remove from name.
6900         * iconv/loop.c (ignore_errors_p): Define.
6901         Add flags parameter to both functions.
6902         * iconv/skeleton.c: Pass flags to all conversion functions.
6903         * iconv/gconv_simple.c: Add flags parameter to all functions.
6904         Don't return error for invald error if ignore flag is set.
6905         (ucs4_internal_loop_single): Add missing pointer increment.
6906         (internal_ucs4le_loop_single): Likewise.
6907         * iconv/iconv_prog.c: Implement handling of -c parameter.
6908         * iconvdata/8bit-gap.c: Don't return error for invald error if
6909         ignore flag is set.
6910         * iconvdata/8bit-generic.c: Likewise.
6911         * iconvdata/ansi_x3.110.c: Likewise.
6912         * iconvdata/big5.c: Likewise.
6913         * iconvdata/big5hkscs.c: Likewise.
6914         * iconvdata/euc-cn.c: Likewise.
6915         * iconvdata/euc-jp.c: Likewise.
6916         * iconvdata/euc-kr.c: Likewise.
6917         * iconvdata/gbgbk.c: Likewise.
6918         * iconvdata/gbk.c: Likewise.
6919         * iconvdata/iso-2022-cn.c: Likewise.
6920         * iconvdata/iso-2022-jp.c: Likewise.
6921         * iconvdata/iso-2022-kr.c: Likewise.
6922         * iconvdata/iso646.c: Likewise.
6923         * iconvdata/iso8859-1.c: Likewise.
6924         * iconvdata/iso_6937-2.c: Likewise.
6925         * iconvdata/iso_6937.c: Likewise.
6926         * iconvdata/johab.c: Likewise.
6927         * iconvdata/sjis.c: Likewise.
6928         * iconvdata/t.61.c: Likewise.
6929         * iconvdata/uhc.c: Likewise.
6930         * iconvdata/unicode.c: Likewise.
6931         * iconvdata/utf-16.c: Likewise.
6932         * libio/fileops.c: Likewise.
6933         * libio/iofwide.c: Likewise.
6934         * wcsmbs/btowc.c: Likewise.
6935         * wcsmbs/mbrtowc.c: Likewise.
6936         * wcsmbs/mbsnrtowcs.c: Likewise.
6937         * wcsmbs/mbsrtowcs.c: Likewise.
6938         * wcsmbs/wcrtomb.c: Likewise.
6939         * wcsmbs/wcsnrtombs.c: Likewise.
6940         * wcsmbs/wcsrtombs.c: Likewise.
6941         * wcsmbs/wctob.c: Likewise.
6942
6943         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Undo *s change in all cases of
6944         an error.
6945
6946 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
6947
6948         * iconv/gconv_dl.c (do_release_shlib): Don't reset reference
6949         counter for the object we are releasing, just decrement it.
6950         Patch by Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>.
6951
6952 2000-06-04  Jakub Jelinek  <jakub@redhat.com>
6953
6954         * sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh
6955         if -ffast-math.
6956
6957 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
6958
6959         * iconvdata/big5hkscs.c: New file.
6960         Modified from big5.c by Roger So <rogerso@sis.dhs.org>.
6961
6962         * iconvdata/gconv-modules: Add entry for new module.
6963         * iconvdata/Makefile (modules): Add BIG5HKSCS.
6964         (distribute): Add big5hkscs.c.
6965
6966 2000-06-01  Jakub Jelinek  <jakub@redhat.com>
6967
6968         * libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all
6969         inlines to match prototypes in mathcalls.h.
6970         * libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6971         * libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
6972         * libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6973         * libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6974
6975 2000-06-03  Ulrich Drepper  <drepper@redhat.com>
6976
6977         * elf/elf.h (SHT_SUNW_move): Define.
6978
6979         * elf/elf.h: Add more Solaris compatiblity definitions.
6980
6981 2000-06-03  Andreas Jaeger  <aj@suse.de>
6982
6983         * sysdeps/powerpc/dl-start.S: Close open comment.
6984
6985 2000-06-03  Jakub Jelinek  <jakub@redhat.com>
6986
6987         * inet/Versions: Fix typo in rresvport_af export.
6988
6989 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
6990
6991         * math/tgmath.h: Pretty print.
6992
6993 2000-06-02  Andreas Jaeger  <aj@suse.de>
6994
6995         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo.
6996         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6997
6998 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
6999
7000         * elf/rtld.c (process_envvars): Test for = after variable name.
7001
7002 2000-06-01  Ulrich Drepper  <drepper@redhat.com>
7003
7004         * sysdeps/generic/initfini.c (_init): One less relocation.  Don't
7005         have extra call to __gmon_start__, use the pointer we already have.
7006
7007         * elf/elf.h (ELF64_R_INFO): Cast sym value to Elf64_Xword before
7008         shifting.
7009
7010         * sysdeps/i386/elf/setjmp.S: Work around change is recent
7011         binutils.  gas now emits a jump through the PLT instead of a
7012         relative jump if the jump target is an exported symbol.
7013
7014 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
7015
7016         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Define AIX_CBAUD.
7017
7018 2000-05-31  Andreas Jaeger  <aj@suse.de>
7019
7020         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for
7021         gregset_t.
7022
7023         * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache.
7024         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7025
7026         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of
7027         syscall.
7028         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
7029
7030 2000-05-30  Ulrich Drepper  <drepper@redhat.com>
7031
7032         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
7033
7034         * locale/Versions [libc] (GLIBC_2.2): Add localeconv.
7035         * locale/localeconv.c: Make function versioned (with same definition).
7036
7037         * elf/Makefile (modules-names): Strip before using it.
7038
7039 2000-05-30  Andreas Jaeger  <aj@suse.de>
7040
7041         * sysdeps/unix/sysv/linux/mips/truncate64.c: New file.
7042         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: New file.
7043         * sysdeps/unix/sysv/linux/mips/pread64.c: Readded file.
7044         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Readded file.
7045         * sysdeps/unix/sysv/linux/mips/pread.c: Readded file.
7046         * sysdeps/unix/sysv/linux/mips/pwrite.c: Readded file.
7047
7048 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
7049
7050         * Makefile: Add GNU make magic.
7051
7052         * inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
7053         Removed.
7054         * inet/rcmd.c: Remove __P.  Remove unused variables.
7055         (iruserfopen): Make first parameter const.
7056         (ruserok_sa): Return result of ruserok2_sa.
7057         (__checkhost_sa): Correctly iterate through results of getaddrinfo.
7058         * inet/rexec.c: Remove unused variables.  Other small cleanups.
7059         * inet/ruserpass.c: Remove __P.  Remove unused variables.
7060         (ruserpass): Check results of memory allocation.
7061         * include/netdb.h: Add prototype for ruserpass.
7062
7063 2000-05-29  Andreas Jaeger  <aj@suse.de>
7064
7065         * elf/readlib.c (interpreters): Use LD_SO since this is supported
7066         for all platforms.
7067
7068 2000-05-29  Jakub Jelinek  <jakub@redhat.com>
7069
7070         * inet/rcmd.c (rresvport_af): Use correct port number.
7071
7072 2000-05-26  Andreas Schwab  <schwab@suse.de>
7073
7074         * Makeconfig ($(common-objpfx)soversions.mk): Prepend `$lib=' to
7075         entries in all-sonames.
7076         ($(common-objpfx)gnu/lib-names.h): Use it for the CPP symbol,
7077         preserving the old name if different for compatibility.
7078
7079 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
7080
7081         * posix/Makefile (tests): Add tst-spawn.
7082         (tst-spawn-ARGS): New variable.
7083         * posix/tst-spawn.c: New file.
7084
7085         * posix/spawn_faction_addclose.c: Correctly account for new entry.
7086         * posix/spawn_faction_adddup2.c: Likewise.
7087         * posix/spawn_faction_addopen.c: Likewise.
7088         * posix/spawni.c: Correctly test for success of dup2 calls.
7089
7090         * posix/tst-preadwrite.c: Check success of malloc call.
7091
7092 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
7093
7094         * posix/Makefile (tests): Add tst-exec.
7095         (tst-exec-ARGS): New variable.
7096         * posix/tst-exec.c: New file.
7097
7098         * sysdeps/arm/atomicity.h (compare_and_swap): Return result.
7099
7100 2000-05-04  Andreas Jaeger  <aj@suse.de>
7101
7102         * string/string.h: Remove __strdup prototype, it's not needed in
7103         this file anymore.
7104
7105 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
7106
7107         * posix/Makefile (tests): Add tst-fork.
7108         * posix/tst-fork.c: New file.
7109
7110         * resolv/inet_pton.c: Loose __P.
7111
7112 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
7113
7114         * libio/libioP.h (_IO_CHECK_WIDE): Define.
7115         * libio/iosetbuffer.c (_IO_setbuffer): Use it.
7116         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
7117         * libio/fileops.c (_IO_new_file_fopen): Return NULL if
7118         _IO_CHECK_WIDE fails.
7119
7120 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
7121
7122         * po/da.po: New file.
7123
7124         * manual/arith.texi (Rounding Functions): Fix documentation of trunc.
7125         Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>.
7126
7127         * manual/charset.texi (Extended Char Intro): Fix typo (and -> as).
7128         (Other iconv Implementations): Fix typo.
7129         Patch by Martin Pool <mbp@wistful.humbug.org.au>.
7130
7131 2000-05-27  Andreas Jaeger  <aj@suse.de>
7132
7133         * sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the
7134         normal version now.
7135         * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
7136         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
7137         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7138         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7139         * sysdeps/unix/sysv/linux/arm/pread.c: Likewise.
7140         * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
7141
7142         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Check
7143         endianness to decide how to pass arguments.
7144         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
7145
7146         * elf/vismain.c: Use test-skeleton interface.
7147         (TEST_FUNCTION): New macro.
7148         (do_test): Renamed from main.
7149
7150 2000-05-27  Ulrich Drepper  <drepper@redhat.com>
7151
7152         * sysdeps/posix/getaddrinfo.c (gaih_inet): If req->ai_family ==
7153         AF_UNSPEC don't allow the IPv6 lookup to return mapped IPv4 addresses.
7154
7155         * nss/nss_files/files-hosts.c (LINE_PARSER): Simplify.  Correct
7156         handling of AI_V4MAPPED flag.
7157
7158         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If lookup
7159         of IPv6 address failed and RES_USE_INET6 bit in _res.options is set,
7160         perform lookup for T_A type and tell getanswer_r to convert the
7161         result with new argument.
7162         (_nss_dns_gethostbyaddr_r): Pass zero as new argument to getanswer_r.
7163         Don't convert addresses from IPv4 to IPv6 here.
7164         (getanswer_r): Take new parameter indicating if mapping from IPv4 to
7165         IPv6 is wanted.  Allow qtype and type from reply to disagree if
7166         IPv4 mapping has to be done.  Perform mappings if required by the
7167         caller and not if RES_USE_INET6 bit in _res.options is set.
7168         Add several __builtin_expect.
7169
7170 2000-05-26  Ulrich Drepper  <drepper@redhat.com>
7171
7172         * catgets/open_catalog.c (__open_catalog): Add a few __builtin_expect.
7173
7174         * elf/dl-load.c (_dl_map_object): Don't ignore RPATHs if loader ==
7175         NULL.
7176
7177         * posix/tst-preadwrite.c: Allow parallel execution of
7178         tst-preadwrite and tst-preadwrite64.
7179
7180         * posix/Makefile (tests): Add tst-truncate and tst-truncate64.
7181         * posix/tst-truncate.c: New file.
7182         * posix/tst-truncate64.c: New file.
7183
7184         * sysdeps/unix/sysv/linux/pread64.c: The little/big endian code
7185         was switched.
7186
7187         * posix/Makefile (tests): Add tst-preadwrite64.
7188         * posix/tst-preadwrite.c: Alloc file being used also for testing
7189         pread64 and pwrite64.
7190         * posix/tst-preadwrite64.c: New file.
7191
7192 2000-05-26  Andreas Jaeger  <aj@suse.de>
7193
7194         * sysdeps/unix/sysv/linux/ftruncate64.c (ftruncate64): Make order
7195         of arguments dependend on endianness.
7196         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
7197
7198         * sysdeps/unix/sysv/linux/i386/pread64.c: Removed, we can use the
7199         normal version now.
7200         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
7201         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
7202         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7203         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7204
7205         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Check
7206         endianness to check how to pass argument.
7207         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
7208
7209         * elf/ldconfig.h: Update parameter list for process_elf_file.
7210
7211         * sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file):
7212         Add parameter file_length and pass it ot process_elf*file.
7213
7214         * sysdeps/generic/readelflib.c (check_ptr): New.
7215         (process_elf_file): Use check_ptr to check all accesses to the
7216         mmapped file. Add parameter file_length.
7217
7218         * elf/readlib.c (known_libs): Use <gnu/lib-names.h> to specify
7219         library names.
7220
7221         * sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.
7222         Closes PR libc/1573, reported by Bradley White
7223         <bww@laurelnetworks.com>.
7224
7225 2000-05-25  Ulrich Drepper  <drepper@redhat.com>
7226
7227         * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
7228         __FAST_MATH__ is defined.
7229
7230 2000-05-22  Andreas Jaeger  <aj@suse.de>
7231
7232         * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
7233         CFLAGS-test-idouble.c, CFLAGS-test-ildoubl.c.
7234
7235         * manual/math.texi (FP Function Optimizations): Document gcc
7236         -ffast-math behaviour with mathinlines.
7237
7238         * sysdeps/i386/fpu/bits/mathinline.h: Only use save inline
7239         functions unless -ffast-math is given to gcc.
7240
7241 2000-05-23  Jakub Jelinek  <jakub@redhat.com>
7242
7243         * sysdeps/i386/fpu/bits/mathinline.h (__sincos, __sincosf,
7244         __sincosl): Guard with __USE_GNU.
7245
7246 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
7247
7248         * csu/Makefile (routines): Add check_fds.
7249         * elf/rtld.c (dl_main): Call __libc_check_standard_fds for SUID
7250         binaries.  Add various __builtin_expect.
7251         * sysdeps/generic/libc-start.c: Move check_fds and helper functions...
7252         * sysdeps/generic/check_fds.c: ...here.  New file.
7253
7254         * malloc/malloc.c (ptmalloc_init): Only enable debugging for SUID
7255         binaries if file /etc/suid-debug is available.
7256
7257         * locale/programs/ld-collate.c (struct element_t): Add mbseqorder
7258         and wcseqorder members.
7259         (struct locale_collate_t): Likewise.
7260         (collate_finish): Assign collation sequence value to each character.
7261         Create tables for output.
7262         (collate_output): Write out tables with collation sequence information.
7263         * locale/C-collate.c: Provide C locale data for collation sequence
7264         table.
7265         * locale/langinfo.h: Add _NL_COLLATE_COLLSEQMB and
7266         _NL_COLLATE_COLLSEQWC.
7267         * locale/categories.def: Add entries for _NL_COLLATE_COLLSEQMB and
7268         _NL_COLLATE_COLLSEQWC.
7269         * posix/fnmatch.c: Define SUFFIX and WIDE_CHAR_VERSION before
7270         include fnmatch_loop.c.
7271         * posix/fnmatch_loop.c: Don't use strcoll while determining whether
7272         character is matched by range expression.  Use collation sequence
7273         table.  Outside glibc fall back on simple character value comparison.
7274
7275 2000-05-24  Andreas Jaeger  <aj@suse.de>
7276
7277         * sysdeps/mips/elf/start.S (ENTRY_POINT): Align stack for double
7278         words.
7279
7280         * intl/Makefile: Run gettext-test only if msgfmt is available.
7281
7282         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_LDT_WORKS):
7283         Define it for newer kernels.
7284
7285 2000-05-23  Ulrich Drepper  <drepper@redhat.com>
7286
7287         * elf/dl-sym.c: Minor cleanups.
7288
7289         * configure.in: Add test for .protected.
7290         * config.make.in: Add have-protected variable.
7291         * elf/Makefile (tests): Add $(tests-vis-$(have-protected)).
7292         (tests-vis-yes): Add vismain.
7293         (modules-names): Add $(modules-vis-$(have-protected)).
7294         (modules-vis-yes): Add vismod1, vismod2, and vismod3.
7295         Add rules to generate and run vismain.
7296         * elf/vismain.c: New file.
7297         * elf/vismod1.c: New file.
7298         * elf/vismod2.c: New file.
7299         * elf/vismod3.c: New file.
7300
7301 2000-05-23  Andreas Jaeger  <aj@suse.de>
7302
7303         * stdio-common/tfformat.c (sprint_doubles): Add testcase for %a.
7304
7305         * manual/search.texi (Array Sort Function): Document that qsort is
7306         not necessarily in-place.
7307
7308         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
7309         Closes PR libc/1731.
7310
7311         * csu/munch-tmpl.c (__libc_init): Remove K&R support.
7312         * dirent/scandir64.c: Likewise.
7313         * pwd/getpw.c: Likewise.
7314         * stdlib/bsearch.c (bsearch): Likewise.
7315         * stdlib/tst-strtoll.c: Likewise.
7316         * localedata/collate-test.c: Likewise.
7317         * localedata/xfrm-test.c: Likewise.
7318         * posix/bsd-getpgrp.c: Likewise.
7319         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
7320         * sysdeps/generic/bits/siginfo.h: Likewise.
7321         * sysdeps/generic/bits/sockaddr.h: Likewise.
7322         * sysdeps/generic/sys/swap.h: Likewise.
7323         * sysdeps/generic/sys/sysinfo.h: Likewise.
7324         * sysdeps/generic/vfork.c: Likewise.
7325         * sysdeps/m68k/fpu/switch/68881-sw.h: Likewise.
7326         * sysdeps/mach/hurd/fdopen.c: Likewise.
7327         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
7328         * sysdeps/unix/sysv/linux/poll.c: Likewise.
7329         * sysdeps/unix/sysv/linux/readv.c: Likewise.
7330         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7331         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
7332         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
7333         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
7334
7335         * misc/tst-dirname.c: Remove K&R support, use ANSI C prototypes.
7336         * shadow/lckpwdf.c: Likewise.
7337         * stdlib/tst-strtol.c: Likewise.
7338         * sysdeps/generic/tcsetattr.c: Likewise.
7339         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
7340         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
7341
7342 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
7343
7344         * elf/dl-load.c (_dl_init_paths): If env_path_list has 0 elements,
7345         free it and set to (void *) -1.
7346
7347 2000-05-22  Jakub Jelinek <jakub@redhat.com>
7348
7349         * stdio-common/vfscanf.c (__vfscanf): Remove bogus check if '-' is
7350         not the second character in the range.
7351         * stdio-common/tstscanf.c (main): Add testcase for the above.
7352         Reported by jik@kamens.brookline.ma.us.
7353
7354 2000-05-21  H.J. Lu  <hjl@gnu.org>
7355
7356         * elf/do-lookup.h (do_lookup_versioned): Replace reloc_type parameter
7357         with noexec and noplt parameter.
7358         (do_lookup): Likewise.
7359
7360         * elf/dl-lookup.c (_dl_lookup_symbol): Change for new parameters of
7361         do_lookup.  Support STV_PROTECTED.
7362         (_dl_lookup_symbol_skip): Likewise.
7363         (_dl_lookup_versioned_symbol): Likewise.
7364         (_dl_lookup_versioned_symbol_skip): Likewise.
7365
7366         * elf/dl-reloc.c (RESOLVE): Check STB_LOCAL instead of ST_VISIBILITY.
7367
7368         * elf/dl-runtime.c (profile_fixup): Fix a typo in comment.
7369
7370 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
7371
7372         * sysdeps/arm/bits/huge_val.h: Prereq gcc 2.96+, not 2.95.
7373         * sysdeps/i386/bits/huge_val.h: Likewise.
7374         * sysdeps/ieee754/bits/huge_val.h: Likewise.
7375         * sysdeps/m68k/bits/huge_val.h: Likewise.
7376         * sysdeps/sparc/sparc32/bits/huge_val.h: Likewise.
7377         * sysdeps/sparc/sparc64/bits/huge_val.h: Likewise.
7378
7379 2000-05-22  Andreas Jaeger  <aj@suse.de>
7380
7381         * iconv/tst-iconv1.c (main): Remove const from inbuf to follow
7382         change in iconv.h.
7383
7384 2000-05-19  Andreas Jaeger  <aj@suse.de>
7385
7386         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
7387         (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which
7388         breaks compilation without linuxthreads.
7389
7390 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
7391
7392         * sysdeps/ia64/memccpy.S: New file.
7393         * sysdeps/ia64/memchr.S: New file.
7394         * sysdeps/ia64/memcmp.S: New file.
7395         * sysdeps/ia64/memcpy.S: New file.
7396         * sysdeps/ia64/memmove.S: New file.
7397         * sysdeps/ia64/memset.S: New file.
7398         * sysdeps/ia64/strcat.S: New file.
7399         * sysdeps/ia64/strchr.S: New file.
7400         * sysdeps/ia64/strcmp.S: New file.
7401         * sysdeps/ia64/strcpy.S: New file.
7402         * sysdeps/ia64/strlen.S: New file.
7403         * sysdeps/ia64/strncmp.S: New file.
7404         * sysdeps/ia64/strncpy.S: New file.
7405         * sysdeps/ia64/softpipe.h: New file.
7406         Patches by Dan Pop <Dan.Pop@cern.ch>.
7407
7408         * manual/memory.texi: Document memory handling functions (mlock,
7409         munlock, mlockall, munlockall, brk, and sbrk)
7410         * manual/time.texi: Document timespec and friends.
7411         * manual/conf.texi: Fix references.
7412         * manual/ctype.texi: Likewise.
7413         * manual/errno.texi: Likewise.
7414         * manual/intro.texi: Likewise.
7415         * manual/locale.texi: Likewise.
7416         * manual/sysinfo.texi: Likewise.
7417         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
7418
7419 2000-05-09  Jes Sorensen  <jes@linuxcare.com>
7420
7421         * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to...
7422         * sysdeps/ia64/dl-lookupcfg.h: ...here.
7423
7424 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
7425
7426         * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
7427         dxfer_direction.
7428
7429 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
7430
7431         * locale/locale.h (struct lconv): Add new elements from ISO C99.
7432         * locale/localeconv.c: Initialize new elements from ISO C99.
7433         * locale/langinfo.h: Remove _NL_MONETARY prefix from descriptors for
7434         new standard elements.
7435         * locale/categories.def: Adjust accordingly.
7436
7437         * iconv/iconv.h (iconv): Remove const from inbuf parameter.
7438         * iconv/iconv.c: Likewise.
7439         * conform/data/iconv.h-data: Likewise.
7440         * iconv/iconv_prog.c (process_block): Remove const from second
7441         parameter.
7442         (main): Remove const from addr definition.
7443         * manual/charset.texi (Generic Conversion Interface): Remove from
7444         inbuf parameter of iconv.
7445
7446         * intl/dcigettext.c: Fix typo in comment.
7447
7448 2000-05-20 2000  H.J. Lu  <hjl@gnu.org>
7449
7450         * resolv/res_libc.c (_res): Initialize _sock to -1.
7451
7452 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
7453
7454         * libio/iofopncook.c (_IO_fopencookie): Renamed from fopencookie.
7455         (fopencookie@@GLIBC_2.2): New.
7456         (_IO_old_cookie_seek, _IO_old_fopencookie, _IO_old_cookie_jumps): New.
7457         (fopencookie@GLIBC_2.0): New.
7458         * libio/Versions: Add fopencookie to GLIBC_2.2.
7459
7460 2000-05-18  Andreas Jaeger  <aj@suse.de>
7461
7462         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
7463         Closes PR libc/1731.
7464
7465         * manual/arith.texi (Parsing of Integers): Fix typo.
7466         Closes PR libc/1744, reported by blp@gnu.org.
7467
7468 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
7469
7470         * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add
7471         __extension__ to hexadecimal floating constant notation.
7472         * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
7473         Likewise.
7474         * sysdeps/ieee754/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Likewise.
7475         * sysdeps/m68k/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
7476         Likewise.
7477         * sysdeps/sparc/sparc64/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
7478         HUGE_VALL): Likewise.
7479         * sysdeps/sparc/sparc32/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
7480         HUGE_VALL): Likewise.
7481         (HUGE_VALL): Set to HUGE_VAL on sparc32.
7482
7483 2000-05-17  Andreas Jaeger  <aj@suse.de>
7484
7485         * string/envz.h: Add pure attributes if possible.
7486
7487         * string/argz.h: argz_count is a pure function.
7488
7489         * string/strings.h: Add pure and const attributes if possible.
7490
7491         * sysdeps/generic/memmem.c (memmem): Check arguments to avoid
7492         possibly searching through the whole memory.
7493         Closes PR libc/1730, reported by Greg Hudson <ghudson@mit.edu>.
7494
7495 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
7496
7497         * sysdeps/generic/dl-cache.h (_DL_CACHE_DEFAULT_ID): Only define if
7498         not yet defined.
7499         (_dl_cache_check_flags): Likewise.
7500         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: include_next
7501         dl-cache.h.
7502
7503 2000-05-17  Andreas Jaeger  <aj@suse.de>
7504
7505         * manual/creature.texi (Feature Test Macros): Remove paragraph
7506         since the description is wrong.
7507         Closes PR libc/1691, reported by Geoff Clare <gwc@unisoft.com>.
7508
7509         * scripts/config.sub: New version.
7510         * scripts/config.guess: Likewise.
7511         * manual/texinfo.tex: Likewise.
7512
7513         * time/test_time.args: Removed.
7514         * time/Makefile (test_time-ARGS): Added contents here instead.
7515
7516         * posix/tstgetopt.args: Removed.
7517         * posix/Makefile (tstgetopt-ARGS): Added contents here instead.
7518
7519         * Rules: Allow arguments for test files to be specified in
7520         Makefile with testname-ARGS; remove rules with .args in it.
7521
7522         * dirent/Makefile (opendir-tst1-ARGS): Use this for opendir-tst1,
7523         remove old bogus rule for opendir-tst1.args.
7524
7525         * stdlib/test-canon.c: Rewrite to use test-skeleton.c.
7526
7527         * stdlib/Makefile (test-canon-ARGS): New, supply argument to chdir
7528         into objdir.  This allows a readonly sourcetree.
7529         Reported by lrgallardo@yahoo.com, closes PR libc/1421.
7530
7531 2000-05-16  Andreas Jaeger  <aj@suse.de>,
7532             David Huggins-Daines <dhd@linuxcare.com>
7533
7534         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set
7535         cache_data in case of only new cache format correctly.
7536
7537         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Align struct
7538         cache_file_new.
7539
7540         * sysdeps/generic/dl-cache.h (ALIGN_CACHE): New macro to align
7541         struct cache_file_new.
7542
7543         * elf/cache.c (save_cache): Fix str_offset if only new cache is
7544         present.
7545
7546         * elf/cache.c (save_cache): Align struct new_file_cache.
7547         (print_cache): Likewise.
7548
7549 2000-05-13  Jakub Jelinek  <jakub@redhat.com>
7550
7551         * elf/soinit.c (__libc_global_ctors): Move
7552         __pthread_initialize_minimal call out of HAVE_DWARF2_* defines.
7553         * resolv/resolv.h (__res_state): Added __attribute__((const)).
7554         (_res): If __RES_PTHREAD_INTERNAL is defined, declare it as
7555         variable, don't define it to __res_state call.
7556
7557 2000-05-13  Andreas Jaeger  <aj@suse.de>
7558
7559         * sysdeps/unix/sysv/linux/bits/socket.h (PF_PPPOX): New, from
7560         Linux 2.3.99pre7.
7561         (AF_PPPOX): Likewise.
7562         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_PPPOX): Likewise.
7563         (AF_PPPOX): Likewise.
7564
7565 2000-05-12  Andreas Jaeger  <aj@suse.de>
7566
7567         * inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices.
7568         Reported by tmoestl@gmx.net, closes PR libc/1732.
7569
7570 2000-05-11  Jan Hubicka  <jh@suse.cz>
7571
7572         * misc/sys/cdefs.h: Add support for pure attribute.
7573
7574         * include/string.h: Add __attribute_pure__ to various functions.
7575         * string/string.h: Likewise.
7576
7577 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
7578
7579         * elf/dl-reloc.c (_dl_reloc_bad_type): Sync messages with plt
7580         argument.
7581         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
7582         R_SPARC_UA64.
7583         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: New file.
7584
7585 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
7586
7587         * elf/dl-reloc.c (_dl_reloc_bad_type): Write type into the message
7588         at proper place.  Compute the high nibble correctly.
7589
7590 2000-05-09  Jakub Jelinek  <jakub@redhat.com>
7591
7592         * elf/ldconfig.c: Include elf.h.
7593
7594         * elf/dl-sym.c (_dl_sym): Test ref not result for non-zero.
7595         (_dl_vsym): Likewise.
7596         Reported by Owen Taylor <otaylor@redhat.com>.
7597
7598         * elf/dl-deps.c (_dl_map_object_deps): Zero terminate L->l_initfini
7599         always.
7600
7601 2000-05-08  Andreas Jaeger  <aj@suse.de>
7602
7603         * include/libintl.h: Add prototype for __bind_textdomain_codeset.
7604
7605         * intl/bindtextdom.c (set_binding_values): Add prototype.
7606
7607 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
7608
7609         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Fix arguments in
7610         call to elf_machine_fixup_plt.
7611         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
7612         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
7613
7614 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
7615
7616         * elf/dl-fini.c (_dl_fini): Bump l_opencount of all objects so that
7617         they are not dlclose'd from underneath us.
7618
7619 2000-05-08  Andreas Schwab  <schwab@suse.de>
7620
7621         * posix/execle.c: Fix size parameter of memcpy.
7622
7623 2000-05-08  Andreas Schwab  <schwab@suse.de>
7624
7625         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: New file.  Use
7626         getpagesize syscall if available.
7627
7628 2000-05-08  Andreas Jaeger  <aj@suse.de>
7629
7630         * sysdeps/generic/lockf64.c (lockf64): Return -1 for overflow and
7631         set errno.
7632
7633 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
7634
7635         * elf/dl-lookup.c (add_dependency): Reallocate l_reldeps in
7636         sizeof(struct link_map *) chunks, not in bytes.
7637
7638 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
7639
7640         * locale/Makefile (locale-CPPFLAGS): Renamed from CPPFLAGS.  It's
7641         only needed for locale.
7642         * catgets/Makefile (catgets-CPPFLAGS): Renamed from CPPFLAGS.
7643         It's only needed for catgets.
7644         Patches by Greg McGary <gkm@eng.ascend.com>.
7645
7646 2000-05-07  Mark Kettenis  <kettenis@gnu.org>
7647
7648         * nss/nss_db/db-open.c: Cleanup and add comments.  Pretty print.
7649         Remove duplicate <errno.h> include.  Remove inclusion of
7650         <libintl.h> and "nsswitch.h".
7651         (set_cloexec_flag): New function, broken out of dbopen.
7652         (dbopen): Changed return type to `enum
7653         nss_status'.  Mostly rewritten to make sure that we do not report
7654         NSS_STATUS_SUCCESS if something went wrong.  Remove unnecessary casts.
7655         (internal_setent): Change return type to nss_status.
7656         Document, and make sure that the function
7657         behaves accordingly.  Make dynamically loading the database
7658         library really thread-safe and return NSS_STATUS_UNAVAIL if it
7659         failed.
7660         (db_cursor): Return ENOMEM is memory allocation failed.  Remove
7661         unecessary casts.
7662         * nss/nss_db/dummy-db.h: Add copyright notice.  Improve
7663         documentation.
7664         (struct dbc24, struct dbc27): Use DBT type in parameter lists for
7665         c_get function member.
7666         * nss/nss_db/nss_db.h: Add and tweak some comments.
7667         (DBT): Move typedef before NSS_DBC typedef.
7668         (NSS_DBC, NSS_DB): Use DBT in function member parameter lists.
7669
7670 2000-05-07  H.J. Lu  <hjl@gnu.org>
7671
7672         * csu/initfini.c: Moved to ....
7673         * sysdeps/generic/initfini.c: ...here.
7674
7675         * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs).
7676
7677 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
7678
7679         * manual/resource.texi: Document POSIX scheduling functions.
7680         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
7681
7682         * inet/rcmd.c (rcmd_af): errno is not set if read returns without
7683         reading anything.  Reported by Andries.Brouwer@cwi.nl.
7684
7685         * sysdeps/generic/memccpy.c (__memccpy): Don't use reg_char type
7686         for x since promotion in comparison might leads to unexpected
7687         results.  Reported by Dan Pop <Dan.Pop@cern.ch>.
7688
7689         * iconv/Makefile (tests): Add tst-iconv1.
7690         * iconv/tst-iconv1.c: New file.
7691         * iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
7692         empty input buffer over full output buffer.
7693         (ucs4_internal_loop): Likewise.
7694         (ucs4_internal_loop_unaligned): Likewise.
7695         (internal_ucs4le_loop): Likewise.
7696         (internal_ucs4le_loop_unaligned): Likewise.
7697         (ucs4le_internal_loop): Likewise.
7698         (ucs4le_internal_loop_unaligned): Likewise.
7699         Reported by yaoz@nih.gov.
7700
7701 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
7702
7703         * iconv/gconv_open.c (__gconv_open): If __gconv_find_transform
7704         returned != __GCONV_OK, there is nothing to clean up.
7705
7706 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
7707
7708         * intl/tst-gettext.c (main): Disable possibly existing LC_CTYPE and
7709         OUTPUT_CHARSET environment variables.
7710
7711 2000-05-06  Andreas Jaeger  <aj@suse.de>
7712
7713         * sysdeps/generic/dl-cache.h (struct file_entry_new): New.
7714         (struct cache_file_new): New.
7715         (struct file_entry): New (moved from cache.c).
7716         (struct cache_file): New (moved from cache.c).
7717
7718         * sysdeps/generic/dl-cache.c (SEARCH_CACHE): New macro, broken out
7719         from _dl_load_cache_lookup.
7720         (_dl_load_cache_lookup): Move search to SEARCH_CACHE macro, handle
7721         the different cache formats.
7722         New variable cache_new for new format.
7723
7724         * elf/ldconfig.h: Change according to changes in cache.c and
7725         ldconfig.c; remove cache_libcmp; add opt_format.
7726
7727         * elf/ldconfig.c: Include "dl-cache.h" and "dl-procinfo.h"; remove
7728         stuff that's defined in those headers.
7729         Add hwcap to struct lib_entry.
7730         (opt_format): New variable to select cache format.
7731         (options): Add format parameter.
7732         (is_hwcap): New function.
7733         (path_hwcap): New function.
7734         (parse_opt): Handle new format parameter.
7735         (search_dir): Handle hwcap, search also subdirectories with hwcap.
7736
7737         * elf/cache.c (_GNU_SOURCE): Removed.  Not needed anymore since
7738         ldconfig is part of glibc.
7739         Include dl-cache.h and remove stuff that's defined there.
7740         (struct cache_entry): Add new member hwcap.
7741         (print_entry): Print hwcap, cleanup a bit.
7742         (print_cache): Print new and old formats.
7743         (compare): Use _dl_cache_libcmp from dl-cache.h; handle hwcap.
7744         (save_cache): Save new and old formats.
7745         (add_to_cache): Handle hwcap.
7746
7747         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Moved from here...
7748         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): ...to here.
7749         * sysdeps/generic/dl-cache.c (LD_SO_CACHE): Moved from here...
7750         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): ...to here.
7751         * sysdeps/generic/dl-cache.c (CACHEMAGIC): Moved from here...
7752         * sysdeps/generic/dl-cache.h (CACHEMAGIC): ...to here.
7753
7754 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
7755
7756         * intl/dcigettext.c (alignof): New macro.
7757         (_nl_find_msg): Use it instead of __alignof__. Pass correct output
7758         buffer length to __gconv/iconv. If malloc (freemem_size) fails, set
7759         freemem_size to 0.
7760
7761 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
7762
7763         * intl/dcigettext.c (dcigettext): Fix interpretation of tsearch
7764         return value.
7765
7766 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
7767
7768         * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
7769         (mempcpy): Correct typo is parameter list.
7770
7771 2000-05-06  Andreas Jaeger  <aj@suse.de>
7772
7773         * sysdeps/i386/fpu/bits/mathinline.h: Disable some inline
7774         functions unless -ffast-math is given to gcc.
7775
7776 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
7777
7778         * po/ko.po: Update from translation team.
7779
7780 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
7781
7782         * sysdeps/unix/sysv/aix/linux/errnoconv.c: Moved to...
7783         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: ...here.
7784         * sysdeps/unix/sysv/aix/linux/statconv.c: Moved to...
7785         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: ...here.
7786         * sysdeps/unix/sysv/aix/linux/direntconv.c: Moved to...
7787         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: ...here.
7788
7789         * sysdeps/unix/sysv/aix/linux/linux-errno.h: Removed.
7790         * sysdeps/unix/sysv/aix/linux/linux-stat.h: Removed
7791         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: Removed.
7792
7793         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: New file.
7794         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: New file.
7795         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: New file.
7796         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: New file.
7797
7798         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: New file.
7799         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: New file.
7800
7801 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
7802
7803         * sysdeps/unix/sysv/linux/ia64/sysdep.h: New file.
7804         * sysdeps/unix/sysv/linux/ia64/syscall.S: New file.
7805
7806         * sysdeps/unix/sysv/linux/ia64/bits/types.h: New file.
7807         * sysdeps/unix/sysv/linux/ia64/bits/endian.h: New file.
7808
7809         * sysdeps/ia64/Implies: New file.
7810         * sysdeps/ia64/Versions: New file.  Declare _dl_symbol_address.
7811         * sysdeps/ia64/Makefile: New file.
7812         * sysdeps/ia64/gmp-mparam.h: New file,
7813
7814         * sysdeps/ia64/elf/start.S: New file.
7815
7816         * sysdeps/ia64/bits/fenv.h: New file.
7817
7818 2000-05-05  David Mosberger-Tang  <davidm@hpl.hp.com>
7819
7820         * sysdeps/unix/sysv/linux/ia64/sysdep.S: New file.
7821
7822 2000-04-26  Jes Sorensen  <Jes.Sorensen@cern.ch>
7823
7824         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: New file.  The
7825         ia64 has 64 bit .hash entries just as the Alpha.
7826
7827 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
7828
7829         * sysdeps/ia64/memprof.h: New file.  Provide GETSP() macro.
7830
7831 2000-04-17  Jes Sorensen  <Jes.Sorensen@cern.ch>
7832
7833         * sysdeps/ia64/fpu/fclrexcpt.c: New file.
7834         * sysdeps/ia64/fpu/fedisblxcpt.c: New file.
7835         * sysdeps/ia64/fpu/feenablxcpt.c: New file.
7836         * sysdeps/ia64/fpu/fegetenv.c: New file.
7837         * sysdeps/ia64/fpu/fegetexcept.c: New file.
7838         * sysdeps/ia64/fpu/fegetround.c: New file.
7839         * sysdeps/ia64/fpu/feholdexcpt.c: New file.
7840         * sysdeps/ia64/fpu/fesetenv.c: New file.
7841         * sysdeps/ia64/fpu/fesetround.c: New file.
7842         * sysdeps/ia64/fpu/feupdateenv.c: New file.
7843         * sysdeps/ia64/fpu/fgetexcptflg.c: New file.
7844         * sysdeps/ia64/fpu/fraiseexcpt.c: New file.
7845         * sysdeps/ia64/fpu/fsetexcptflg.c: New file.
7846         * sysdeps/ia64/fpu/ftestexcept.c: New file.
7847
7848 2000-05-05  Andreas Jaeger  <aj@suse.de>
7849
7850         * misc/tst-tsearch.c (main): Correct type for initstate argument.
7851
7852         * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
7853         (_dl_string_hwcap): New, does nothing.
7854
7855         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): New.
7856         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
7857         (_dl_string_hwcap): New function, converts from string to hwcap
7858         encoding.
7859         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
7860         (_DL_HWCAP_COUNT): New.
7861         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
7862         (_dl_string_hwcap): New function, converts from string to hwcap
7863         encoding.
7864         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h
7865         (_DL_HWCAP_COUNT): New.
7866         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
7867         (_dl_string_hwcap): New function, converts from string to hwcap
7868         encoding.
7869
7870 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
7871
7872         * elf/Makefile (distribute): Add dl-lookupcfg.h.
7873         * sysdeps/ia64/Dist: New file.
7874
7875         * elf/dl-load.c (_dl_map_object_from_fd): Little of computation of
7876         parameter to mprotect and for variable assignments.
7877
7878 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
7879
7880         * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Check the
7881         validity of map before dereferencing it.
7882
7883         * elf/dl-reloc.c (RESOLVE_MAP): Define.
7884
7885 2000-05-02  Jes Sorensen  <jes@linuxcare.com>
7886
7887         * elf/dl-runtime.c (fixup): Add the value returned in the symbol
7888         lookup to the arguments to elf_machine_fixup_plt().
7889
7890         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add Link_map
7891         of the symbol being resolved to input argument list and make the
7892         function return the pointer to the reloc.
7893
7894         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): Change
7895         return valuie to lookup_t and return the value.
7896         * sysdeps/arm/dl-machine.h (elf_machine_fixup_plt): Likewise.
7897         * sysdeps/generic/dl-machine.h (elf_machine_fixup_plt): Likewise.
7898         * sysdeps/i386/dl-machine.h (elf_machine_fixup_plt): Likewise.
7899         * sysdeps/m68k/dl-machine.h (elf_machine_fixup_plt): Likewise.
7900         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_fixup_plt): Likewise.
7901         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Likewise.
7902
7903         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Likewise.
7904         Make it an inline function returning value after calling
7905         __elf_machine_fixup_plt().
7906
7907         * elf/dl-sym.c (_dl_vsym): Use DL_SYMBOL_ADDRESS() to obtain the
7908         symbol address.
7909
7910         * elf/dl-symbol.c (_dl_symbol_value): Use LOOKUP_VALUE_ADDRESS to
7911         obtain the symbol address.
7912
7913         * sysdeps/generic/ldsodefs.h: Add generic DL_SYMBOL_ADDRESS() macro
7914         depending on the definition of ELF_FUNCTION_PTR_IS_SPECIAL.
7915
7916         * sysdeps/ia64/dl-machine.h: Add DL_SYMBOL_ADDRESS() macro calling
7917         _dl_symbol_address() - this way DL_SYMBOL_ADDRESS() turns into an
7918         inline on non ia64.
7919
7920 2000-04-28  Jes Sorensen  <jes@linuxcare.com>
7921
7922         * elf/dl-runtime.c (fixup): Use the portable macros to get the
7923         symbol address of an object.
7924
7925         * elf/dl-runtime.c (fixup-profile): Use the portable macros to get
7926         the symbol address of an object.
7927
7928         * elf/dl-libc.c (struct do_dlsym_args): Change loadbase to a lookup_t.
7929         * elf/dl-lookup.c (_dl_lookup_symbol): Likewise.
7930         (_dl_lookup_symbol_skip): Likewise.
7931         (_dl_lookup_versioned_symbol): Likewise.
7932         (_dl_lookup_versioned_symbol_skip): Likewise.
7933
7934 2000-04-27  Jes Sorensen  <jes@linuxcare.com>
7935
7936         * elf/rtld.c (_dl_start): Get the function pointer return address
7937         via _dl_start_address for architectures that need a function
7938         pointer descriptor rather than just a pointer (ia64).
7939
7940         * sysdeps/generic/dl-lookupcfg.h: New file.
7941         * sysdeps/ia64/dl-lookupcfg.h: New file.
7942         * sysdeps/ia64/dl-machine.h: New file.
7943         * sysdeps/ia64/dl-symaddr.c: New file.
7944         * sysdeps/ia64/dl-fptr.c: New file.
7945
7946         * elf/elf.h: Add IA-64 specific definitions.
7947
7948 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
7949
7950         * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
7951         end of enum.
7952
7953 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
7954
7955         * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
7956         happy.
7957
7958 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
7959
7960         * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
7961         symbol.  Call _dl_init rather than the old way.
7962
7963 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
7964
7965         * elf/dl-open.c (dl_open_worker): Use l_map_start and l_map_end to
7966         test for pointer in range of DSO address space.
7967
7968 2000-05-04  Andreas Jaeger  <aj@suse.de>
7969
7970         * nscd/pwdcache.c (addpwbyname): Initialize oldeuid to silence GCC.
7971
7972 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
7973
7974         * locale/findlocale.c (_nl_find_locale): Add new parameter to
7975         calls of _nl_make_l10nflist.
7976
7977         * libio/stdio.h: Make fseeko and ftello prototypes available is
7978         __USE_LARGEFILE.  Patch by Paul Eggert <eggert@twinsun.com>.
7979
7980         * sysdeps/generic/dl-environ.c (unsetenv): Follow change to the
7981         real unsetenv implementation from 1999-07-29 [PR libc/1714].
7982
7983 2000-05-03  Bruno Haible  <haible@clisp.cons.org>
7984
7985         * intl/dcigettext.c (dcigettext): Do the defaulting of 'domainname'
7986         before calling tfind.
7987
7988 2000-03-05  Jakub Jelinek  <jakub@redhat.com>
7989
7990         * resolv/resolv.h (res_querydomain): Remove redefinition to
7991         __res_querydomain (reported by Owen Taylor <otaylor@redhat.com>).
7992
7993 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
7994
7995         * po/gl.po: Update from translation team.
7996
7997         * manual/intro.texi (Program Basics): Change section title.
7998         * manual/process.texi: Fix reference.
7999         (Executing a File): Add reference exec in other section.
8000         * manual/signal.texi: Fix reference.
8001         * manual/startup.texi: Document syscall function.
8002         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
8003
8004 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
8005
8006         * intl/libintl.h (bind_textdomain_codeset): New declaration.
8007         * intl/bindtextdom.c (set_binding_values): New function.
8008         (bindtextdomain): Call it.
8009         (bind_textdomain_codeset): New function.
8010         * intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain.
8011         (free_mem): Free each binding's codeset.
8012         * intl/gettextP.h (struct binding): Add codeset field.
8013         (_nl_find_domain): Add domainbinding argument.
8014         * intl/finddomain.c (_nl_find_domain): Add domainbinding argument.
8015         Pass it to _nl_make_l10nflist.
8016         * intl/loadinfo.h (struct loaded_l10nfile): Add domainbinding field.
8017         (_nl_make_l10nflist): Add domainbinding argument.
8018         * intl/l10nflist.c (_nl_make_l10nflist): Add domainbinding argument.
8019         * intl/loadmsgcat.c (_nl_load_domain): Look at the domainbinding's
8020         codeset when determining outcharset. If !_LIBC && HAVE_ICONV, call
8021         locale_charset().
8022         * manual/message.texi: New node "Charset conversion in gettext".
8023
8024 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
8025
8026         * catgets/open_catalog.c (__open_catalog): Use __builtin_expect where
8027         appropriate.  Handle possible __read error.
8028
8029 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
8030
8031         * intl/gettextP.h (__builtin_expect): Define as empty if not a
8032         compiler builtin.
8033         * intl/loadinfo.h (__builtin_expect): Likewise.
8034         * intl/dcigettext.c (dcigettext, _nl_find_msg): Use
8035         __builtin_expect where appropriate.
8036         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
8037         * intl/localealias.c (extend_alias_table): Return an error indicator.
8038         (read_alias_file): Bail out if extend_alias_table fails.
8039
8040 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
8041
8042         * intl/loadmsgcat.c: Define _GNU_SOURCE as early as possible.
8043         * intl/localealias.c: Likewise.
8044
8045 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
8046
8047         * intl/loadmsgcat.c (_nl_load_domain): Initialize domain->conv_tab.
8048         Initialize domain->plural and domain->nplurals even if there is no
8049         nullentry.
8050
8051 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
8052
8053         * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
8054         value is == __GCONV_OK or == __GCONV_EMPTY_INPUT, not != __GCONV_OK.
8055         In case of failure, goto converted.
8056
8057 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
8058
8059         * wcsmbs/wcsmbsload.c (norm_add_slashes): Move away.
8060         * iconv/gconv_int.h (norm_add_slashes): Move to here.
8061         * intl/loadmsgcat.c (_nl_load_domain): Normalize strings passed to
8062         __gconv_open.
8063
8064 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
8065
8066         * intl/dcigettext.c (transcmp): Compare the domains as well.
8067         (dcigettext): Call strlen (msgid1) after testing msgid1 against NULL,
8068         not before.
8069         * intl/loadmsgcat.c (_nl_load_domain): Deal with EINTR. Include
8070         <errno.h>.
8071
8072 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
8073
8074         * string/bits/string2.h: Declare __strdup and __strndup if necessary.
8075         Reported by Bruno Haible.
8076
8077 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
8078
8079         * manual/arith.texi: Remove @w from @itemize.
8080
8081 2000-05-02  Andreas Jaeger  <aj@suse.de>
8082
8083         * conform/data/tar.h-data: Add some checks for specific values.
8084
8085         * conform/data/stdlib.h-data: Add checks for value of EXIT_SUCCESS
8086         and RAND_MAX.
8087
8088         * conform/data/stdio.h-data: Add checks for value of TMP_MAX and
8089         FOPEN_MAX.
8090
8091         * conform/data/netinet/in.h-data: Add exact checks for the values
8092         fo INET_ADDRSTRLEN and INET6_ADDRSTRLEN.
8093
8094         * conform/data/float.h-data: Add some minimal values.
8095
8096         * conform/conformtest.pl: Test for macros with string constants,
8097         check for minimum and maximum values.
8098         Add limits.h to headers.
8099
8100         * conform/data/cpio.h-data: Test for value of MAGIC.
8101
8102         * conform/data/limits.h-data: New file.
8103
8104 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
8105
8106         * math/Makefile (headers): Add bits/fenvinline.h.
8107
8108 2000-05-01  Ulrich Drepper  <drepper@redhat.com>
8109
8110         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: New file.
8111         * sysdeps/unix/sysv/aix/linux/direntconv.c: New file.
8112
8113         * posix/Versions: Change posix_spawnattr_getdefault and
8114         posix_spawnattr_setdefault to posix_spawnattr_getsigdefault
8115         and posix_spawnattr_setsigdefault respectively.
8116         * posix/spawn.h: Likewise.
8117         * posix/spawnattr_getdefault.h: Likewise.
8118         * posix/spawnattr_setdefault.h: Likewise.
8119         * conform/data/spawn.h-data: Likewise.
8120
8121 2000-05-01  Andreas Jaeger  <aj@suse.de>
8122
8123         * nscd/nscd.c: Include <grp.h> for setgroups prototype.
8124
8125 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
8126
8127         * manual/sysinfo.texi: Document getdomainname, setdomainname
8128         and sysctl.
8129         * manual/string.texi: Fix typo.
8130         * manual/terminal.texi: Document gtty and stty.
8131         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8132
8133 2000-04-30  Andreas Jaeger  <aj@suse.de>
8134
8135         * posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in
8136         accordance with Austin Draft.
8137
8138 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
8139
8140         * catgets/gencat.c (read_input_file): Use isblank and not isspace
8141         to recognize second character in comment line.
8142
8143         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Set errno to
8144         ENOBUFS if we are out of memory.
8145
8146         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Make
8147         available if __USE_XOPEN2K.
8148         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
8149         * sysdeps/unix/common/bits/fcntl.h: Likewise.
8150         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8151         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
8152         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
8153         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8154         * sysdeps/unix/sysv/aix/bits/fcntl.h: Likewise.
8155         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
8156
8157 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
8158
8159         * iconv/iconv_prog.c (main): Handle input file name "-" correctly.
8160         Recognize option -s, -c, and -l.
8161
8162 2000-04-20  Thorsten Kukuk  <kukuk@suse.de>
8163
8164         * nscd/nscd.c: Start new session for nscd, drop privilegs
8165         to configured user if requested and no -S parameter are used.
8166         * nscd/nscd.conf: Add new option "server-user".
8167         * nscd/nscd_conf.c: Add support for new "server-user" option.
8168         * nscd/nscd.h: Add declaration for server_user variable.
8169         Based on patch by Chris Wing <wingc@engin.umich.edu>
8170
8171 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
8172
8173         * sysdeps/unix/sysv/linux/i386/sigaction.c: Add comment explaining
8174         that changing the __restore and __restore_rt signal return code
8175         will break GDB.
8176
8177 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
8178
8179         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Do not include
8180         <sys/user.h>.
8181
8182 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
8183
8184         * conform/data/ucontext.h-data: Allow ss_* instead of SS_*.
8185
8186 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
8187
8188         * conform/conformtest.pl (@headers): Add sys/utsname.h, sys/un.h,
8189         sys/socket.h, spawn.h, netinet/tcp.h, netinet/in.h, net/if.h, and
8190         arpa/inet.h.
8191         * conform/data/fcntl.h-data: Add F_GETOWN, F_SETOWN,
8192         SEEK_SET, SEEK_CUR, SEEK_END, S_IFMT, S_IFBLK, S_IFCHR, S_IFIFO,
8193         S_IFREG, S_IFDIR, S_IFLNK, S_IFSOCK, S_IRWXU, S_IRUSR S_IWUSR,
8194         S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
8195         S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
8196         POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_WILLNEED,
8197         POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE, posix_fadvise,
8198         posix_fallocate, and posix_madvise.
8199         * conform/data/netdb.h-data: New file.
8200         * conform/data/pthread.h-data: Add pthread_barrier_t,
8201         pthread_barrierattr_t, pthread_barrier_destroy,
8202         pthread_barrier_init, pthread_barrier_wait,
8203         pthread_barrierattr_destroy, pthread_barrierattr_getpshared,
8204         pthread_barrierattr_init, pthread_barrierattr_setpshared,
8205         pthread_condattr_getclock, pthread_condattr_setclock,
8206         pthread_getcpuclockid, pthread_mutex_timedlock,
8207         pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock,
8208         pthread_sigmask, pthread_spin_destroy, pthread_spin_init,
8209         pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock.
8210         * conform/data/sched.h-data: Add sched_ss_low_priority,
8211         sched_ss_repl_period, sched_ss_init_budget, sched_ss_max_repl, and
8212         SCHED_SPORADIC.
8213         * conform/data/semaphore.h-data: Add sem_timedwait.
8214         * conform/data/signal.h-data: Add SIGIO.
8215         * conform/data/spawn.h-data: New file.
8216         * conform/data/stdlib.h-data: Add posix_memalign, setenv, and unsetenv.
8217         * conform/data/time.h-data: Add CLOCK_PROCESS_CPUTIME_ID,
8218         CLOCK_THREAD_CPUTIME_ID, clock_getcpuclockid, and clock_nanosleep.
8219         Fix typo in gmtime_r definition.
8220         * conform/data/unistd.h-data: Add _POSIX_ADVISORY_INFO,
8221         _POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
8222         _POSIX_READER_WRITER_LOCKS, _POSIX_SHELL, _POSIX_SPAWN,
8223         _POSIX_SPIN_LOCKS, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME,
8224         _POSIX_TYPED_MEMORY_OBJECTS, _POSIX_THREAD_SPORADIC_SERVER,
8225         _XOPEN_STREAMS, _POSIX_TIMEOUTS, _POSIX2_PBS,
8226         _POSIX2_PBS_ACCOUNTING, _POSIX2_PBS_CHECKPOINT,
8227         _POSIX2_PBS_LOCATE, _POSIX2_PBS_MESSAGE, _POSIX2_PBS_TRACK,
8228         _SC_2_PBS, _SC_2_PBS_ACCOUNTING, _SC_2_PBS_CHECKPOINT,
8229         _SC_2_PBS_LOCATE, _SC_2_PBS_MESSAGE, _SC_2_PBS_TRACK,
8230         _SC_BARRIERS, _SC_BASE, _SC_CLOCK_SELECTION, _SC_DEVICE_IO,
8231         _SC_DEVICE_SPECIFIC, _SC_DEVICE_SPECIFIC_R, _SC_FD_MGMT, _SC_FIFO,
8232         _SC_FILE_ATTRIBUTES, _SC_FILE_LOCKING, _SC_FILE_SYSTEM,
8233         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK,
8234         _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK, _SC_MULTIPLE_PROCESS,
8235         _SC_NETWORKING, _SC_PIPE, _SC_READER_WRITER_LOCKS, _SC_REGEXP,
8236         _SC_SHELL, _SC_SIGNALS, _SC_SINGLE_PROCESS, _SC_SPIN_LOCKS,
8237         _SC_TYPED_MEMORY_OBJECTS, _SC_USER_GROUPS, _SC_USER_GROUPS_R,
8238         _SC_STREAMS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
8239         _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, setegid, seteuid.  Fix
8240         typo in off_t definition.
8241         * conform/data/net/if.h-data: New file.
8242         * conform/data/netinet/in.h-data: New file.
8243         * conform/data/netinet/tcp.h-data: New file.
8244         * conform/data/sys/mman.h-data: Add POSIX_MADV_NORMAL,
8245         POSIX_MADV_SEQUENTIAL, POSIX_MADV_RANDOM, POSIX_MADV_WILLNEED,
8246         POSIX_MADV_DONTNEED, POSIX_TYPED_MEM_ALLOCATE,
8247         POSIX_TYPED_MEM_ALLOCATE_CONTIG, POSIX_TYPED_MEM_MAP_ALLOCATABLE,
8248         posix_typedmem_info, posix_mem_offset, posix_typed_mem_get_info,
8249         and posix_typed_mem_open.
8250         * conform/data/sys/socket.h-data: New file.
8251         * conform/data/sys/stat.h-data: Add S_TYPEISTMO and isfdtype.
8252         * conform/data/sys/types.h-data: Add pthread_barrier_t,
8253         pthread_barrierattr_t, and pthread_spinlock_t.
8254         * conform/data/sys/un.h-data: New file.
8255         * conform/data/sys/utsname.h-data: New file.
8256
8257         * include/netdb.h (__gethostbyaddr_r): Fix types of first and second
8258         parameter.
8259         * inet/gethstbyad.c (gethostbyname): Likewise.
8260         * inet/gethstbyad_t.c (gethostbyname_r): Likewise.
8261         * inet/getipnodebyad.c (getipnodebyad): Likewise.
8262         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
8263         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
8264         Likewise.
8265         * nscd/gethstbyad_r.c (gethostbyaddr_r): Likewise.
8266         * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
8267         * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Likewise.
8268         * nss/nss_files/files-hosts.c (_nss_files_gethostbyaddr_r): Likewise.
8269         * resolv/gethnamaddr.c (gethostbyname): Likewise.
8270         * resolv/netdb.h (struct hostent): Fix type of h_length member.
8271         (gethostbyaddr, getipnodebyaddr, gethostbyaddr_r): Fix types of first
8272         and second parameter.
8273
8274         * wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s
8275         == NULL.
8276
8277 2000-04-29  Andreas Jaeger  <aj@suse.de>
8278
8279         * conform/data/arpa/inet.h-data: New file.
8280
8281 2000-04-28  Geoff Clare <gwc@unisoft.com>
8282
8283         * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the
8284         path passed to ftw() or nftw() is an empty string.
8285         Closes PR libc/1710.
8286
8287 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
8288
8289         * localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
8290         (do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
8291         * localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
8292         * localedata/tst-mbswcs4.c: New file.
8293         * localedata/tst-mbswcs5.c: New file.
8294
8295         * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
8296         == NULL.  Little optimization.
8297
8298         * elf/dl-init.c (_dl_init): Correct typo (DT_PREINIT_ARRAY not
8299         DT_PREINIT_ARRAYSZ).
8300         Reported by Jes Sorensen <Jes.Sorensen@cern.ch>.
8301
8302         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups): Handle
8303         overflows in conversion from ASCII.
8304
8305 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
8306
8307         * Makeconfig (full_config_sysdirs): Renamed from full-config-sysdirs.
8308         * Makerules (full_config_sysdirs): Likewise.
8309         * MakeTAGS (full_config_sysdirs): Likewise.
8310
8311 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
8312
8313         * .cvsignore: Remove linuxthreads.
8314         * po/.cvsignore: Remove *.pot.
8315         * posix/glob/.cvsignore: Removed.
8316         * sysdeps/unix/bsd/osf/.cvsignore: Removed.
8317
8318 2000-04-25  Andreas Jaeger  <aj@suse.de>
8319
8320         * conform/Makefile (distribute): Also distribute contents of
8321         subdirectories.
8322
8323         * Makerules (no_deps): Remove abi-versions.h.
8324
8325         * nis/nis_print_group_entry.c: Include alloca.h for alloca prototype.
8326
8327 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
8328
8329         * sysdeps/sparc/sparc64/elf/Dist: Remove.
8330         * sysdeps/sparc/sparc64/elf/crtbegin.S: Remove.
8331         * sysdeps/sparc/sparc64/elf/crtbeginS.S: Remove.
8332         * sysdeps/sparc/sparc64/elf/crtend.S: Remove.
8333         * sysdeps/sparc/sparc64/elf/crtendS.S: Remove.
8334         * sysdeps/sparc/sparc64/elf/Makefile: Don't build crtbegin/crtend
8335         objects.
8336
8337 2000-04-25  Thorsten Kukuk  <kukuk@suse.de>
8338
8339         * nscd/grpcache.c: Fix gr_name pointer [PR/1702].
8340
8341 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
8342
8343         * intl/dcigettext.c: Define _GNU_SOURCE as early as possible.
8344         * intl/l10nflist.c: Likewise.
8345
8346 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
8347
8348         * intl/bindtextdom.c [!_LIBC]: Define __libc_rwlock_define,
8349         __libc_rwlock_wrlock, __libc_rwlock_unlock as empty.
8350         * intl/textdomain.c [!_LIBC]: Likewise.
8351         * intl/dcigettext.c [!_LIBC]: Define __libc_rwlock_define_initialized,
8352         __libc_rwlock_rdlock, __libc_rwlock_unlock as empty.
8353         * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC, !HAVE_ICONV]: Avoid
8354         syntax error.
8355
8356 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
8357
8358         * intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
8359         character set conversion also in the case the translation was found
8360         after a hash collision or through binary search.  Store the maximum
8361         index together with the converted message.  Use iconv() when available.
8362         In case of out of memory during conversion, return the unconverted
8363         translated string, not NULL.
8364
8365 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
8366
8367         * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
8368         to avoid name clashes with the ia32 linker.
8369
8370 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
8371
8372         * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
8373         handling.
8374
8375 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
8376
8377         * manual/string.texi: Document strcasestr, strchrnul, strtoimax,
8378         strtoumax, strfry, and memfrob.
8379         * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
8380         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8381
8382         * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
8383         if this function is available.
8384
8385         * sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for
8386         all values.
8387
8388 2000-04-27  Jakub Jelinek  <jakub@redhat.com>
8389
8390         * nss/getXXbyYY_r.c: Fix a typo in __old_getxxbyyy_r versioning.
8391
8392 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
8393
8394         * localedata/Makefile (test-srcs); Add tst-mbswcs3.
8395         Add rule to build tst-mbswcs3 before running tst-mbswcs.sh.
8396         * localedata/tst-mbswcs.sh: Run tst-mbswcs3.
8397         * localedata/tst-mbswcs3.c: New file.
8398
8399 2000-04-26  Ulrich Drepper  <drepper@redhat.com>
8400
8401         * wcsmbs/mbsnrtowcs.c: Correctly compute number of converted
8402         characters.  Don't handle incomplete characters as errors.
8403         * wcsmbs/mbsrtowcs.c: Don't handle incomplete characters as errors.
8404         * localedata/Makefile (test-srcs): Add tst-mbswcs2.
8405         Add rule to build tst-mbswcs2 before running tst-mbswcs.sh.
8406         * localedata/tst-mbswcs.sh: Run tst-mbswcs2.
8407         * localedata/tst-mbswcs2.c: New file.
8408
8409         * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct
8410         stored character in state in UNPACK_BYTES macro.
8411         * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work.  Correct
8412         test for available characters, handle result of BODY code correctly.
8413         * localedata/Makefile (test-srcs): Add tst-mbswcs1.
8414         (distribute): Add tst-mbswcs.sh.
8415         Add rule to run tst-mbswcs.sh.
8416         * localedata/tst-mbswcs.sh: New file.
8417         * localedata/tst-mbswcs1.c: New file.
8418
8419 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
8420
8421         * nis/nis_callback.c (__nis_create_callback): Do failed memory
8422         allocation fixups centrally, fix __builtin_expect call, return NULL
8423         on failure, not NIS_NOMEMORY.
8424
8425 2000-04-27  Bruno Haible  <haible@clisp.cons.org>
8426
8427         * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.
8428
8429         * intl/loadinfo.h (internal_function): Define if not already defined.
8430
8431 2000-04-27  Andreas Jaeger  <aj@suse.de>
8432
8433         * intl/libintl.h: Fix typo, reported by Bruno Haible
8434         <haible@clisp.cons.org>.
8435
8436 2000-04-25  Ulrich Drepper  <drepper@redhat.com>
8437
8438         * elf/dl-profile.c (_dl_mcount): Try to be thread-safe while not
8439         setting the state to GMON_PROF_BUSY.
8440
8441 2000-04-24  Ulrich Drepper  <drepper@redhat.com>
8442
8443         * elf/dl-profile.c (_dl_start_profile): define all variables which
8444         do not have to be global as local variables.
8445
8446         * nis/nis_callback.c (__nis_create_callback): Partially undo last
8447         patch.  Keep needed tests for failed memory allocation.
8448
8449         * elf/dl-reloc.c (_dl_relocate_object): Add one more
8450         __builtin_expect saying that we don't normally expect to profile.
8451
8452         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add
8453         __builtin_expect where desirable.
8454
8455 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
8456
8457         * manual/Makefile (chapters): Add syslog.
8458         * manual/syslog.texi: New file.
8459         * manual/math.texi: Fix references.
8460         * manual/terminal.texi: Likewise.
8461         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8462
8463 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
8464
8465         * posix/sys/wait.h: Define __WAIT_STATUS and the like either if
8466         stdlib.h was not included or __USE_XOPEN not defined.
8467
8468 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
8469
8470         * nss/Makefile (libnss_db-dbs): Remove stray backslash.
8471         Patch by Zack Weinberg <zack@wolery.cumb.org>.
8472
8473 2000-04-22  Ulrich Drepper  <drepper@redhat.com>
8474
8475         * manual/examples/subopt.c (mount_opts): Add missing terminating
8476         entry.
8477         Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
8478
8479         * assert/assert-perr.c: Include <stdlib.h> for abort prototype.
8480         * libio/ftello.c: Likewise.
8481         * libio/ftello64.c: Likewise.
8482         * libio/ioftell.c: Likewise.
8483         * sysdeps/generic/memrchr.c: Likewise.
8484         * sysdeps/posix/libc_fatal.c: Likewise.
8485         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8486         * misc/fstab.c: Include <string.h> for strcmp prototype.
8487         * sysdeps/generic/ldsodefs.h: Likewise.
8488         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8489         Patch by Kurt Roeckx <Q@ping.be>.
8490
8491         * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
8492         Remove db-open.  Change all uses.
8493         (libnss_db-routines): Define as $(libnss_db-dbs) db-open.
8494
8495 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
8496
8497         * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
8498         * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
8499         * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
8500         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
8501         with .set noat/at to shut up warnings.
8502         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
8503         * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
8504         compilation if __NR_pciconfig_iobase is not defined.
8505         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
8506         Add alias.
8507
8508 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
8509
8510         * manual/sysinfo.texi: Fix typo.
8511         * manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
8512         Replace "high precision time" with "high accuracy clock".
8513         Fix language.
8514         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
8515
8516         * nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
8517         * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
8518         instead of malloc.
8519         * nis/nis_subr.c: Use __builtin_expect.
8520         * nis/ypclnt.c: Likewise.
8521         * nis/nis_getservlist.c: Likewise.
8522         * nis/nis_creategroup.c: Likewise.
8523
8524         * nis/nis_callback.c (__nis_create_callback): Check result of
8525         memory allocation.  Fix memory leaks.  Use __builtin_expect.
8526         (__nis_destroy_callback): Fix memory leaks.
8527
8528 2000-04-21  Andreas Jaeger  <aj@suse.de>
8529
8530         * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
8531         * sysdeps/mips/mips64/add_n.S: Likewise.
8532         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
8533         * sysdeps/mips/mips64/lshift.S: Likewise.
8534         * sysdeps/mips/mips64/mul_1.S: Likewise.
8535         * sysdeps/mips/mips64/rshift.S: Likewise.
8536         * sysdeps/mips/mips64/setjmp.S: Likewise.
8537         * sysdeps/mips/mips64/sub_n.S: Likewise.
8538         * sysdeps/mips/mips64/submul_1.S: Likewise
8539         * sysdeps/unix/mips/sysdep.S: Likewise.
8540
8541         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
8542         and update comment.  The strtab from _dl_relocate_object can be
8543         used.
8544
8545 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
8546
8547         * iconv/iconv.c (iconv): Add __builtin_expect where useful.
8548         * iconv/iconv_close.c (iconv_close): Likewise.
8549         * iconv/iconv_open.c (iconv_open): Likewise.
8550
8551         * grp/putgrent.c (putgrent): Unlock steam if fprintf failed.  Add
8552         __builtin_expect where useful.
8553
8554         * grp/initgroups.c (initgroups): Test for result of memory
8555         allocation and punt if it fails.
8556
8557         * dirent/scandir.c (scandir): Add __builtin_expect where useful.
8558         * grp/fgetgrent.c (fgetfrent): Likewise.
8559         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8560
8561 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
8562
8563         * libio/vasprintf.c: Include string.h to get memcpy prototype.
8564
8565 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
8566
8567         * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
8568         don't search for NUL byte to decrement counter.
8569         Reported by Ulrich.Brink@sap.com.
8570
8571         * iconv/gconv_simple.c: Define separate functions to convert from
8572         UCS4/UCS4-LE to the internal encoding.
8573         * iconv/gconv_builtin.h: Use separate functions to convert from
8574         UCS4/UCS4-LE to the internal encoding.
8575         * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
8576         __gconv_transform_ucs4le_internal.
8577
8578         * iconv/gconv_simple.c (internal_utf8_loop): Correct check for
8579         output buffer overflow.  Reported by Ulrich.Brink@sap.com.
8580
8581         * iconv/skeleton.c: Add some more __builtin_expect.
8582         * iconv/loop.c: Likewise.
8583
8584 2000-03-08  H.J. Lu  <hjl@gnu.org>
8585
8586         * posix/regex.c (regex_compile): Correctly handle "\{" when
8587         the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
8588
8589 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
8590
8591         * manual/stdio.texi: Give advise about handling error when using
8592         stream functions.
8593         Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
8594
8595 2000-04-19  Jakub Jelinek  <jakub@redhat.com>
8596
8597         * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
8598         field to nelems * sizeof (uint32_t).
8599         * locale/programs/ld-address.c (address_output): Align word fields
8600         properly.
8601         * locale/programs/ld-monetary.c (monetary_output): Likewise.
8602         Don't restart idx pointers to idx end at the duo_int_curr_symbol
8603         field.
8604         Avoid giving arbitrary garbage in the crncystr field.
8605         Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
8606         uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
8607         fields.
8608         * locale/programs/ld-numeric.c (numeric_output): Likewise.
8609         Don't restart idx pointers to idx end at the decimal_point_wc field.
8610         * locale/programs/ld-time.c (time_output): week_1stday should be
8611         word, not byte.  Align it properly.
8612
8613 2000-04-19  H.J. Lu  <hjl@gnu.org>
8614
8615         * csu/gmon-start.c (_start): Declared as "extern void".
8616         (etext): Likewise.
8617
8618 2000-04-18  Andreas Jaeger  <aj@suse.de>
8619
8620         * manual/install.texi (Running make install): Don't mention utmpd
8621         anymore.
8622
8623 2000-04-18  Andreas Jaeger  <aj@suse.de>
8624
8625         * linuxthreads/Versions: Use ld instead of ld.so.
8626
8627         * elf/Makefile (ld-map): Use ld.map.
8628
8629         * Versions.def: Use ld instead of ld.so.
8630         * elf/Versions: Likewise.
8631         * sysdeps/mach/hurd/Versions: Likewise.
8632
8633 2000-04-20  Andreas Jaeger  <aj@suse.de>
8634
8635         * elf/rtld.c (print_statistics): Move ifndef further up.
8636         (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings.
8637         (dl_main): Likewise.
8638
8639 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
8640
8641         * gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
8642         * gmon/Versions: Move moncontrol to GLIBC_2.2.
8643
8644         * po/cs.po: Update from translation team.
8645
8646         * sysdeps/generic/updwtmp.c: Remove daemon support.
8647
8648         * login/Makefile (routines): Remove utmp_daemon.
8649
8650         * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
8651         * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
8652         * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
8653         * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
8654
8655         * elf/rtld.c: Display statitics option also if hp timing is not
8656         available.
8657
8658         * login/programs/connection.c: Removed.
8659         * login/programs/database.c Removed.
8660         * login/programs/error.c: Removed.
8661         * login/programs/request.c: Removed.
8662         * login/programs/xtmp.c: Removed.
8663         * login/programs/xtmp.h: Removed.
8664         * login/Makefile: Remove rules for utmpd.
8665         * login/README.utmpd: Removed.
8666         * login/utmp_daemon.c: Removed.
8667         * login/getutent_r.c: Remove references to daemon functions.
8668         * login/utmp-private.h (__libc_utmp_daemon_functions): Remove
8669         declaration.
8670
8671 2000-04-18  Andreas Jaeger  <aj@suse.de>
8672
8673         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
8674         2.2 for libnsl, libresolv, librt, libnss_*.
8675
8676         * elf/rtld.c (process_dl_debug): Remove obsolete comment.
8677
8678         * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
8679
8680 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
8681
8682         * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
8683         * sysdeps/unix/sysv/aix/getegid.c: Likewise.
8684         * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
8685         * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
8686         * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
8687         * sysdeps/unix/sysv/aix/setreuid.c: Define ID_EFFECTIVE and ID_REAL.
8688         * sysdeps/unix/sysv/aix/setregid.c: Likewise.
8689         * sysdeps/unix/sysv/aix/setuid.c: Define ID_REAL.
8690         * sysdeps/unix/sysv/aix/setgid.c: Likewise.
8691         * sysdeps/unix/sysv/aix/seteuid.c: Define ID_EFFECTIVE.
8692         * sysdeps/unix/sysv/aix/setegid.c: Likewise.
8693         * sysdeps/unix/sysv/aix/sbrk.c: Update parameter type.
8694         * sysdeps/unix/sysv/aix/nanosleep.c (struct timestruc_t): Define
8695         it here.
8696         * sysdeps/unix/sysv/aix/msync.c: New file.
8697         * sysdeps/unix/sysv/aix/msgsnd.c: New file.
8698         * sysdeps/unix/sysv/aix/net/if.h: New file.
8699         * sysdeps/unix/sysv/aix/pipe.c: New file.
8700         * sysdeps/unix/sysv/aix/poll.c: New file.
8701         * sysdeps/unix/sysv/aix/rename.c: New file.
8702         * sysdeps/unix/sysv/aix/rmdir.c: New file.
8703         * sysdeps/unix/sysv/aix/select.c: New file.
8704         * sysdeps/unix/sysv/aix/semctl.c: New file.
8705         * sysdeps/unix/sysv/aix/semget.c: New file.
8706         * sysdeps/unix/sysv/aix/semop.c: New file.
8707         * sysdeps/unix/sysv/aix/sendto.c: New file.
8708         * sysdeps/unix/sysv/aix/setgroups.c: New file.
8709         * sysdeps/unix/sysv/aix/setpgid.c: New file.
8710         * sysdeps/unix/sysv/aix/setpgrp.c: New file.
8711         * sysdeps/unix/sysv/aix/setpriority.c: New file.
8712         * sysdeps/unix/sysv/aix/setrlimit.c: New file.
8713         * sysdeps/unix/sysv/aix/setrlimit64.c: New file.
8714         * sysdeps/unix/sysv/aix/setsid.c: New file.
8715         * sysdeps/unix/sysv/aix/setsockopt.c: New file.
8716         * sysdeps/unix/sysv/aix/shmat.c: New file.
8717         * sysdeps/unix/sysv/aix/shmctl.c: New file.
8718         * sysdeps/unix/sysv/aix/shmdt.c: New file.
8719         * sysdeps/unix/sysv/aix/shmget.c: New file.
8720         * sysdeps/unix/sysv/aix/sigaltstack.c: New file.
8721         * sysdeps/unix/sysv/aix/sigstack.c: New file.
8722         * sysdeps/unix/sysv/aix/socket.c: New file.
8723         * sysdeps/unix/sysv/aix/socketpair.c: New file.
8724         * sysdeps/unix/sysv/aix/speed.c: New file.
8725         * sysdeps/unix/sysv/aix/symlink.c: New file.
8726         * sysdeps/unix/sysv/aix/sync.c: New file.
8727         * sysdeps/unix/sysv/aix/tcgetattr.c: New file.
8728         * sysdeps/unix/sysv/aix/tcsetattr.c: New file.
8729         * sysdeps/unix/sysv/aix/times.c: New file.
8730         * sysdeps/unix/sysv/aix/ulimit.c: New file.
8731         * sysdeps/unix/sysv/aix/umask.c: New file.
8732         * sysdeps/unix/sysv/aix/unlink.c: New file.
8733         * sysdeps/unix/sysv/aix/ustat.c: New file.
8734         * sysdeps/unix/sysv/aix/utimes.c: New file.
8735
8736 2000-04-18  Andreas Jaeger  <aj@suse.de>
8737
8738         * manual/startup.texi (Environment Access): Fix putenv prototype
8739         according to recent changes.
8740         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
8741         PR libc/1692.
8742
8743         * elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
8744         needed.
8745
8746 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
8747
8748         * posix/Makefile (tests): Add tst-getaddrinfo.
8749         * posix/tst-getaddrinfo.c: New file.
8750
8751 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8752
8753         * manual/sysinfo.texi: Document that umount2 is not widely available.
8754
8755         * sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to
8756         signal timing is not really implemented.
8757
8758 2000-04-17  Andreas Jaeger  <aj@suse.de>
8759
8760         * elf/rtld.c (process_dl_debug): Mention statistics in help message.
8761
8762 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
8763
8764         * Makefile (install): Use slibdir and libdir instead of inst_slibdir
8765         and inst_libdir.
8766
8767 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8768
8769         * manual/intro.texi: Change reference from System Information to
8770         System Management.
8771         * manual/users.texi: Likewise.
8772         * manual/conf.texi: Likewise.
8773         * manual/sysinfo.texi: Document mount, umount, and umount2.
8774         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8775
8776 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
8777
8778         * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
8779         Create wnumstr as well as numstr to support wide character output
8780         correctly.
8781
8782 2000-04-15  Jakub Jelinek  <jakub@redhat.com>
8783
8784         * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS
8785         modification and move it...
8786         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here.
8787         Add -melf64_sparc switch to $(LD) on sparc64-linux.
8788         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc
8789         switch to $(LD) on sparc-linux.
8790
8791 2000-04-17  Thorsten Kukuk  <kukuk@suse.de>
8792
8793         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
8794         and setresuid from sysdep_routines.
8795
8796 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8797
8798         * manual/Makefile (chapters): Add resource.
8799
8800         * manual/time.texi: Move section on resources to...
8801         * manual/resource.texi: ...here.  New file.  Document ulimit, vlimit,
8802         and vtimes.
8803         * manual/setjmp.texi: Adjust back reference.
8804         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8805
8806         * sysdeps/unix/sysv/aix/lxstat64.c: Uncomment STX_LINK and STX_64
8807         definition.
8808         * sysdeps/unix/sysv/aix/lxstat.c: Uncomment STX_LINK definition.
8809         * sysdeps/unix/sysv/aix/kill.c: Add copyright.
8810         * sysdeps/unix/sysv/aix/getuid.c: Define ID_REAL.
8811         * sysdeps/unix/sysv/aix/getgid.c: Define ID_REAL.
8812         * sysdeps/unix/sysv/aix/execve.c: Add copyright.
8813         * sysdeps/unix/sysv/aix/euidaccess.c: Add copyright.
8814         * sysdeps/unix/sysv/aix/close.c: Add copyright.
8815         * sysdeps/unix/sysv/aix/brk.c: Add copyright.
8816         * sysdeps/unix/sysv/aix/bits/errno.h: Add EAFNOSUPPORT.
8817         * sysdeps/unix/sysv/aix/access.c: Add copyright.
8818         * sysdeps/unix/sysv/aix/Makefile: Add some temporary definitions.
8819         * sysdeps/unix/sysv/aix/Implies: New file.
8820         * sysdeps/unix/sysv/aix/Versions: New file.
8821         * sysdeps/unix/sysv/aix/bind.c: New file.
8822         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: New file.
8823         * sysdeps/unix/sysv/aix/bits/ioctls.h: New file.
8824         * sysdeps/unix/sysv/aix/bits/poll.h: New file.
8825         * sysdeps/unix/sysv/aix/bits/termios.h: New file.
8826         * sysdeps/unix/sysv/aix/chdir.c: New file.
8827         * sysdeps/unix/sysv/aix/chmod.c: New file.
8828         * sysdeps/unix/sysv/aix/chroot.c: New file.
8829         * sysdeps/unix/sysv/aix/creat.c: New file.
8830         * sysdeps/unix/sysv/aix/dl-close.c: New file.
8831         * sysdeps/unix/sysv/aix/dl-open.c: New file.
8832         * sysdeps/unix/sysv/aix/dl-sym.c: New file.
8833         * sysdeps/unix/sysv/aix/fchdir.c: New file.
8834         * sysdeps/unix/sysv/aix/fchmod.c: New file.
8835         * sysdeps/unix/sysv/aix/getgroups.c: New file.
8836         * sysdeps/unix/sysv/aix/gethostname.c: New file.
8837         * sysdeps/unix/sysv/aix/getpriority.c: New file.
8838         * sysdeps/unix/sysv/aix/getrlimit.c: New file.
8839         * sysdeps/unix/sysv/aix/getrlimit64.c: New file.
8840         * sysdeps/unix/sysv/aix/getrusage.c: New file.
8841         * sysdeps/unix/sysv/aix/link.c: New file.
8842         * sysdeps/unix/sysv/aix/madvise.c: New file.
8843         * sysdeps/unix/sysv/aix/mkdir.c: New file.
8844         * sysdeps/unix/sysv/aix/mknod.c: New file.
8845         * sysdeps/unix/sysv/aix/mprotect.c: New file.
8846         * sysdeps/unix/sysv/aix/msgctl.c: New file.
8847         * sysdeps/unix/sysv/aix/msgget.c: New file.
8848         * sysdeps/unix/sysv/aix/msgrcv.c: New file.
8849
8850 2000-04-17  Andreas Jaeger  <aj@suse.de>
8851
8852         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
8853         as suggested by Ulrich Drepper.
8854         (__dl_runtime_resolve): Remove unused variable, initialize sym
8855         directly.
8856         (RTLD_START): Document OFFSET_GP_GOT.
8857         (OFFSET_GP_GOT): New magic value.
8858         (elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
8859         (elf_machine_got_rel): Only declare strtab if needed.
8860         (elf_machine_relplt): Removed, it's not needed.
8861         (_dl_runtime_resolve): Fix \n for a comment, safe gp and not pc.
8862
8863         * sysdeps/mips/add_n.S: Add newline at EOF.
8864         * sysdeps/mips/rshift.S: Likewise.
8865         * sysdeps/mips/mul_1.S: Likewise.
8866         * sysdeps/mips/lshift.S: Likewise.
8867         * sysdeps/mips/addmul_1.S: Likewise.
8868
8869 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
8870
8871         * sysdeps/powerpc/fpu/s_isnan.c: Pretty printing.
8872
8873         * elf/dl-reloc.c (_dl_relocate_object): Add more __builtin_expect.
8874         * elf/dl-lookup.c: Likewise.
8875         * elf/dl-init.c (_dl_init): Likewise.
8876         * elf/dl-fini.c (_dl_fini): Likewise.
8877         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
8878         * elf/dl-close.c (_dl_close): Likewise.
8879         * elf/rtld.c (_dl_start_final): Likewise.
8880
8881         * elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
8882
8883 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
8884
8885         * csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and
8886         only fall back on using Linux.
8887
8888         * elf/dl-version.c (_dl_check_map_versions): New argument trace_mode.
8889         Before testing versions check that we actually loaded the object
8890         and whether we are in trace mode.  If not loaded during tracing don't
8891         test versions in this object.
8892         (_dl_check_all_versions): Take new parameter and pass to
8893         _dl_check_map_versions.
8894         * sysdeps/generic/ldsodefs.h: Update prototypes for
8895         _dl_check_all_versions and _dl_check_map_versions.
8896         * elf/rtld.c (struct version_check_args): Add dotrace.
8897         (version_check_doit): Pass args->dotrace to _dl_check_all_versions.
8898         (dl_main): Pass info about trace mode to version_check_doit.
8899         * elf/dl-open.c (dl_open_worker): Pass zero as new argument to
8900         _dl_check_all_versions.
8901
8902         * manual/users.texi (XPG Functions): Document utmpxname, getutmp,
8903         and getutmpx.
8904         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8905
8906         * manual/argp.texi: Document index parameter of argp_parse.
8907         Fix typo.
8908         Reported by Andrew Schulman <SCHULMAN.ANDREW@epamail.epa.gov>.
8909
8910 2000-04-14  Andreas Jaeger  <aj@suse.de>
8911
8912         * sysdeps/unix/sysv/linux/shm_open.c: Include linux_fsinfo for
8913         SHMFS_SUPER_MAGIC.  Remove definition of SHMFS_SUPER_MAGIC.
8914
8915         * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Added.
8916
8917 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
8918
8919         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
8920         compat_symbol call for old adjtime.
8921
8922         * sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
8923         function interface.  Patch by Richard Henderson <rth@cygnus.com>.
8924
8925         * posix/Makefile (headers): Add spawn.h.
8926         (distribute): Add spawn_int.h.
8927         (routines): Add spawn_faction_init, spawn_faction_destroy,
8928         spawn_faction_addclose, spawn_faction_addopen, spawn_faction_adddup2,
8929         spawnattr_init, spawnattr_destroy, spawnattr_getdefault,
8930         spawnattr_setdefault, spawnattr_getflags, spawnattr_setflags,
8931         spawnattr_getpgroup, spawnattr_setpgroup, spawn, spawnp, and spawni.
8932         * posix/Versions [libc] (GLIBC_2.2): Add posix_spawn_file_actions_init,
8933         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addclose,
8934         posix_spawn_file_actions_addopen, posix_spawn_file_actions_adddup2,
8935         posix_spawnattr_init, posix_spawnattr_destroy,
8936         posix_spawnattr_getdefault, posix_spawnattr_setdefault,
8937         posix_spawnattr_getflags, posix_spawnattr_setflags,
8938         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup, posix_spawn,
8939         and posix_spawnp.
8940         * posix/spawn.c: New file.
8941         * posix/spawn.h: New file.
8942         * posix/spawn_faction_addclose.c: New file.
8943         * posix/spawn_faction_adddup2.c: New file.
8944         * posix/spawn_faction_addopen.c: New file.
8945         * posix/spawn_faction_destroy.c: New file.
8946         * posix/spawn_faction_init.c: New file.
8947         * posix/spawn_int.h: New file.
8948         * posix/spawnattr_destroy.c: New file.
8949         * posix/spawnattr_getdefault.c: New file.
8950         * posix/spawnattr_getflags.c: New file.
8951         * posix/spawnattr_getpgroup.c: New file.
8952         * posix/spawnattr_getschedparam.c: New file.
8953         * posix/spawnattr_getschedpolicy.c: New file.
8954         * posix/spawnattr_getsigmask.c: New file.
8955         * posix/spawnattr_init.c: New file.
8956         * posix/spawnattr_setdefault.c: New file.
8957         * posix/spawnattr_setflags.c: New file.
8958         * posix/spawnattr_setpgroup.c: New file.
8959         * posix/spawnattr_setschedparam.c: New file.
8960         * posix/spawnattr_setschedpolicy.c: New file.
8961         * posix/spawnattr_setsigmask.c: New file.
8962         * posix/spawni.c: New file.
8963         * posix/spawnp.c: New file.
8964
8965         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_SPAWN.
8966         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
8967
8968 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
8969
8970         * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
8971         * malloc/malloc.c: Implement posix_memalign for glibc.
8972         * include/stdlib.h: Add prototype for __posix_memalign.
8973         * stdlib/stdlib.h: Add prototype for posix_memalign.
8974
8975 2000-04-14  Andreas Jaeger  <aj@suse.de>
8976
8977         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
8978         symidx correctly.
8979         (elf_machine_got_rel): Cast sym correctly.
8980
8981         * sysdeps/mips/add_n.S: Use __PIC__, add end directive.
8982         * sysdeps/mips/addmul_1.S: Likewise.
8983         * sysdeps/mips/lshift.S: Likewise.
8984         * sysdeps/mips/mul_1.S: Likewise.
8985         * sysdeps/mips/rshift.S: Likewise.
8986         * sysdeps/mips/sub_n.S: Likewise.
8987         * sysdeps/mips/submul_1.S: Likewise.
8988
8989         * stdlib/stdlib.h: Fix typo in comment.
8990
8991         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
8992         2.2 for libdl, ld and libm.
8993
8994         * sysdeps/generic/madvise.c: Fix typos.
8995
8996         * sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
8997
8998         * sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
8999
9000         * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
9001         warnings.
9002
9003 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
9004
9005         * include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
9006         * sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
9007         Make old name weak alias.
9008         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9009         * sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
9010         Make old name weak alias.
9011         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9012
9013         * io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
9014         posix_fallocate, and posix_fallocate64.
9015         * io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
9016         posix_fallocate, and posix_fallocate64.
9017         * io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
9018         posix_fallocate, and posix_fallocate64.
9019         * sysdeps/generic/fadvise.c: New file.
9020         * sysdeps/generic/fadvise64.c: New file.
9021         * sysdeps/generic/fallocate.c: New file.
9022         * sysdeps/generic/fallocate64.c: New file.
9023         * sysdeps/posix/fallocate.c: New file.
9024         * sysdeps/posix/fallocate64.c: New file.
9025         * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
9026         POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
9027         POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
9028         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
9029         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9030         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
9031         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9032         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
9033         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9034
9035         * sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
9036         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
9037
9038 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
9039
9040         * misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
9041         * misc/sys/mman.h (posix_madvise): Add prototype.
9042         * sysdeps/generic/madvise.c (madvise): Renamed to __madvise.  Make
9043         old name and posix_madvise weak aliases.
9044         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
9045         * sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
9046         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
9047         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
9048         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
9049         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
9050         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
9051
9052 2000-04-13  Andreas Jaeger  <aj@suse.de>
9053
9054         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
9055         versioning.
9056         (elf_machine_got_rel): Only add runtime display if needed.
9057         (elf_machine_got_rel): Handle symbol versioning.
9058
9059 2000-04-13  Andreas Jaeger  <aj@suse.de>
9060
9061         * sysdeps/unix/sysv/linux/mips/clone.S: Fix function.
9062
9063         * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
9064         default.
9065
9066         * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
9067         with some applications.
9068         Patches by Ralf Baechle <ralf@uni-koblenz.de>.
9069
9070         * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
9071         * sysdeps/mips/bsd-_setjmp.S: Likewise.
9072         * sysdeps/mips/setjmp.S: Likewise.
9073
9074         * sysdeps/unix/sysv/linux/mips/pipe.S: New file.
9075
9076 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
9077
9078         * posix/globtest.sh: Work around inconsistency with expanding ~/
9079         in shell (PR libc/1690).  Reported by patsmith@pobox.com.
9080
9081 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
9082
9083         * posix/getconf.c: Add support for many more POSIX options.
9084         * sysdeps/posix/sysconf.c: Likewise.
9085         * sysdeps/generic/bits/confname.h: Add many more POSIX options.
9086         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
9087         _POSIX_SHELL.
9088         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
9089         * sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
9090         CLOCK_PROCESS_CPUTIME_ID.  Add define CLOCK_MONOTONIC and
9091         CLOCK_THREAD_CPUTIME_ID.
9092         * sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
9093         CLOCK_PROCESS_CPUTIME_ID.
9094         * sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
9095         __CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID.  Handle
9096         CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
9097         * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
9098
9099         * malloc/Makefile (tests): Add tst-calloc.
9100         * malloc/tst-calloc.c: New file.
9101
9102         * sysdeps/arm/libm-test-ulps: New file.
9103
9104         * malloc/malloc.c: Undo all of today's changes.
9105
9106         * locale/programs/locale.c (show_info): Don't try to look into
9107         data for LC_ALL (there is none).
9108
9109         * malloc/malloc.c (cALLOc): Clear only what the user asked for and
9110         avoid writing over boundary.
9111         Patch by Greg McGary <gkm@eng.ascend.com>.
9112
9113         * sysdeps/arm/memprof.h: New file.
9114
9115 2000-04-12  Andreas Jaeger  <aj@suse.de>
9116
9117         * sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.
9118
9119         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
9120         for memmem declaration.
9121
9122 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
9123
9124         * sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
9125         to -1.
9126         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
9127
9128         * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
9129         mode is invalid.
9130         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
9131         Patch by Bart Veer <bartv@redhat.com>.
9132
9133         * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
9134         function interface.
9135
9136 2000-04-11  Andreas Jaeger  <aj@suse.de>
9137
9138         * sysdeps/mips/dl-machine.h: Update some comments.
9139         (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
9140
9141 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
9142
9143         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
9144         _POSIX_SHARED_MEMORY_OBJECTS.
9145
9146         * rt/Makefile (tests): Add tst-shm.
9147         Add rules to generate tst-shm.
9148         * rt/tst-shm.c: New file.
9149
9150         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
9151         for descriptor.
9152
9153         * misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
9154         * rt/Makefile (librt-routines): Add shm_open and shm_unlink.
9155         * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
9156         * sysdeps/generic/shm_open.c: New file.
9157         * sysdeps/generic/shm_unlink.c: New file.
9158         * sysdeps/unix/sysv/linux/shm_open.c: New file.
9159         * sysdeps/unix/sysv/linux/shm_unlink.c: New file.
9160         * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
9161          __endmntent, __getmntent_r, __setmntent, and __statfs.
9162
9163         * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
9164         fragmentation by allocating new memory at the end instead of
9165         reallocating.
9166
9167         * posix/globtest.sh: Fix last change.
9168
9169 2000-04-10  Philip Blundell  <philb@gnu.org>
9170
9171         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
9172         IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
9173         IPV6_DROP_MEMBERSHIP.
9174         * sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
9175         Likewise.
9176
9177 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
9178
9179         * elf/readlib (process_file): Close streams in case of an error.
9180
9181 2000-04-09  Andreas Jaeger  <aj@suse.de>
9182
9183         * elf/readlib.c (process_file): Check if file is big enough to
9184         contain aout and ELF headers.
9185         Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.
9186
9187 2000-04-10  Jes Sorensen  <Jes.Sorensen@cern.ch>
9188
9189         * elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().
9190
9191 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
9192
9193         * test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
9194         stream unbuffered.
9195         * rt/Makefile (tests): Add tst-clock.
9196         Add rules to build tst-clock.
9197         * rt/tst-clock.c: New file.
9198         * sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
9199         about initialization of nsec.
9200         * sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
9201         about initialization of freq.  Set retval to zero if successful.
9202         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.
9203
9204 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
9205
9206         * Versions.def (librt): Add GLIBC_2.2.
9207         * rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
9208         clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
9209         timer_getoverr, timer_gettime, and timer_settime.
9210         * rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
9211         clock_settime, timer_create, timer_delete, timer_getoverrun,
9212         timer_gettime, and timer_settime.
9213         * sysdeps/generic/clock_getcpuclockid.c: New file.
9214         * sysdeps/generic/get_clockfreq.c: New file.
9215         * sysdeps/unix/i386/clock_getcpuclockid.c: New file.
9216         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
9217         * sysdeps/mach/hurd/i386/bits/time.h: New file.
9218         * sysdeps/unix/i386/i586/clock_getres.c: New file.
9219         * sysdeps/unix/i386/i586/clock_gettime.c: New file.
9220         * sysdeps/unix/i386/i686/Implies: New file.
9221         * sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
9222         * time/Makefile (routines): Move clock_getres, clock_gettime,
9223         clock_settime, timer_create, timer_delete, timer_getoverr,
9224         timer_gettime, and timer_settime to rt/Makefile.
9225         * time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
9226         clock_settime, timer_create, timer_delete, timer_getoverrun,
9227         timer_gettime, and timer_settime.
9228         * time/time.h: Define pid_t.  Add prototype for clock_getcpuclockid.
9229
9230         * sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility.  Use __const__
9231         and not const as attribute name.
9232
9233 2000-04-10  Thorsten Kukuk  <kukuk@suse.de>
9234
9235         * elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.
9236
9237 2000-04-10  Andreas Schwab  <schwab@suse.de>
9238
9239         * posix/globtest.sh: Skip tests that depend on unreadable
9240         directories if run as root.
9241
9242 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
9243
9244         * sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
9245         for correct range.  From code by Kaz Kylheku <kaz@ashi.footprints.net>.
9246
9247 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
9248
9249         * sysdeps/unix/clock_gettime.c: New file.
9250         * sysdeps/unix/clock_settime.c: New file.
9251         * sysdeps/posix/clock_getres.c: New file.
9252
9253         * conform/data/ftw.h-data: Add allow-header sys/stat.h.
9254
9255         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
9256         lseek call be passing in a buffer which never allow a successful
9257         first getdents syscall if not at leas the initial entry can be
9258         stored in the user buffer.
9259
9260         * localedata/Makefile: Add rules to clean up directories created by
9261         new strfmon tests.
9262
9263 2000-04-09  Geoff Clare  <gwc@unisoft.com>
9264
9265         * localedata/tst-fmon.data: Added new tests for strfmon()
9266         using test locales with all combinations of cs_precedes,
9267         sign_posn and sep_by_space.
9268         * localedata/tst-fmon.sh: Updated to support the new tests.
9269         * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
9270         the localedef source for the new strfmon() test locale.
9271         * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
9272         * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
9273         * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
9274         * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
9275         * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
9276         * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
9277         * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
9278         * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
9279         * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
9280         * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
9281         * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
9282         * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
9283         * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
9284         * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.
9285
9286         * stdlib/strfmon.c: Correct problems with missing or extra
9287         spaces for unusual combinations of sign_posn and sep_by_space.
9288         Improved left-precision alignment code.
9289
9290 2000-04-07  Andreas Jaeger  <aj@suse.de>
9291
9292         * posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
9293
9294 2000-04-10  Andreas Jaeger  <aj@suse.de>
9295
9296         * intl/Makefile: Don't run do-gettext-test when cross-compiling.
9297
9298 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
9299
9300         Implement handling of restartable conversion functions according to
9301         ISO C.
9302         * iconv/gconv.h (__gconv_fct): Add additional parameter.
9303         * iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
9304         * iconv/gconv.c: Pass additional parameter to conversion function.
9305         * iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
9306         (internal_ucs4le_loop_single): New function.
9307         (__gconv_transform_ascii_internal): Define ONE_DIRECTION.
9308         (__gconv_transform_internal_ascii): Likewise.
9309         (__gconv_transform_internal_utf8): Likewise.
9310         (__gconv_transform_utf8_internal): Likewise.
9311         (__gconv_transform_ucs2_internal): Likewise.
9312         (__gconv_transform_internal_ucs2): Likewise.
9313         (__gconv_transform_ucs2reverse_internal): Likewise.
9314         (__gconv_transform_internal_ucs2reverse): Likewise.
9315         (internal_ucs4le_loop_unaligned): Before return
9316         __GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
9317         a valid character.  Otherwise return __GCONV_ILLEGAL_INPUT.
9318         (__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
9319         * iconv/loop.c: Fit in definition of function to convert one character
9320         for processing of left-over bytes from the state object.
9321         * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
9322         inend to match names in loop functions.
9323         (RESET_INPUT_BUFFER): Change apprpriately.
9324         (gconv): If needed, call function to process bytes from the state
9325         object.  Similar at the end: store left over bytes if input is
9326         incomplete.
9327         Take extra argument and add new argument to all calls of the
9328         conversion function.
9329         * iconvdata/iso-2022-cn.c: Adjust numeric values used to store
9330         information in the state object to not conflict with length count.
9331         * iconvdata/iso-2022-jp.c: Likewise.
9332         * iconvdata/iso-2022-kr.c: Likewise.
9333         * iconvdata/unicode.c: Adjust for change change in parameters of
9334         skeleton function.
9335         * iconvdata/utf-16.c: Likewise.
9336         * libio/iofwide.c: Add new parameter to all calls of conversion
9337         function.
9338         * wcsmbs/btowc.c: Likewise.
9339         * wcsmbs/mbrtowc.c: Likewise.
9340         * wcsmbs/mbsnrtowcs.c: Likewise.
9341         * wcsmbs/mbsrtowcs.c: Likewise.
9342         * wcsmbs/wcrtomb.c: Likewise.
9343         * wcsmbs/wcsnrtombs.c: Likewise.
9344         * wcsmbs/wcsrtombs.c: Likewise.
9345         * wcsmbs/wctob.c: Likewise.
9346
9347         * iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
9348         MAX_NEEDED_INPUT.
9349
9350 2000-04-07  Andreas Jaeger  <aj@suse.de>
9351
9352         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
9353         newer kernels.
9354
9355 2000-04-07  Ulrich Drepper  <drepper@redhat.com>
9356
9357         * wcsmbs/wchar.h (__mbstate_t): Rename elements.  Make __value
9358         element a union to allow byte access.
9359         * iconvdata/iso-2022-cn.c: Adjust for change of element name in
9360         mbstate_t.
9361         * iconvdata/iso-2022-jp.c: Likewise.
9362         * iconvdata/iso-2022-kr.c: Likewise.
9363         * wcsmbs/mbsinit.c: Likewise.
9364         * stdlib/mblen.c: Likewise.
9365         * stdio-common/printf-parse.h: Likewise.
9366
9367 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
9368
9369         * sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
9370         kernel does not allow relative seeks on descriptors associated
9371         with directories.  Go back to get the position in the directory
9372         every time we enter the function.  Return -1 and set errno if one
9373         entry could be read from the kernel but does not fit into the
9374         buffer passed in by the user.
9375
9376         * locale/programs/charmap.c (charmap_new_char): Add parameter step.
9377         Support ..(2).. ellipsis.
9378         (parse_charmap): Recognize ..(2).. etc and pass step down.
9379         Correctly generate names for UCS4 characters.
9380
9381         * locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
9382         (ctype_finish): We know the wide character value for <SP>,
9383         don't search.
9384         (charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
9385         (charclass_ucs4_ellipsis): Likewise.
9386         (read_translit_ignore_entry): Store ellipsis step.
9387         (ctype_read): Recognize ..(2).. etc and pass step down.
9388
9389         * locale/programs/linereader.c (lr_token): When seeing comment
9390         character ignore only rest of line in sources but stop at escaped
9391         newline.
9392         Recognize ..(2).. and ....(2).....
9393
9394         * locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
9395         and tok_ellipsis4_2.
9396
9397 2000-04-06  Andreas Jaeger  <aj@suse.de>
9398
9399         * sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
9400         removed, remove it here also.
9401         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9402         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
9403         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
9404         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
9405
9406 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
9407
9408         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
9409         include bits/sigcontext.h.
9410         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
9411
9412 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
9413
9414         * locale/programs/ld-collate.c (collate_read): Handle ellipsis in
9415         collation symbol definition.  Value in quivalence definition must
9416         be defined, don't check that it is not.
9417
9418         * locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
9419         values as character names.
9420
9421         * locale/programs/ld-ctype.c (get_character): Handle missing
9422         repertoire map correctly.
9423
9424 2000-04-05  Cristian Gafton  <gafton@redhat.com>
9425
9426         * ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
9427         because it is used in generic code.
9428         * wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
9429         * wcsmbs/wcwidth.h: Declare __ctype32_b.
9430         * intl/gettext.c: Include <locale.h>.
9431         * intl/ngettext.c: Likewise.
9432
9433 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9434
9435         * resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
9436         socklen_t type for size.
9437         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
9438         init function interface.
9439         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
9440         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
9441         sys/ucontext.h.
9442         (__jmp_buf): Declare the whole type structure here, don't use
9443         ucontext.
9444
9445 2000-04-05  Ulrich Drepper  <drepper@redhat.com>
9446
9447         * iconv/skeleton.c (put16u): Fix typo.
9448         Reported by Bruno Haible <haible@ilog.fr>.
9449
9450         * sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
9451         * sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
9452         * sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
9453         * sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
9454         * sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
9455         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
9456
9457         * sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
9458         * Makefile (distribute): Add abi-versions.awk and
9459         firstversions.awk.
9460         Patches by Torsten Duwe <duwe@caldera.de>.
9461
9462 2000-04-05  Andreas Schwab  <schwab@suse.de>
9463
9464         * nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.
9465
9466 2000-04-05  Andreas Schwab  <schwab@suse.de>
9467
9468         * sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
9469         entry point, used on Hurd.
9470
9471 2000-04-04  Andreas Jaeger  <aj@suse.de>
9472
9473         * intl/Makefile: Only run the gettext test with shared libraries.
9474
9475 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
9476
9477         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
9478         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
9479
9480 2000-04-05  Roland McGrath  <roland@baalperazim.frob.com>
9481
9482         * Makeconfig: Undo last change.
9483         * configure.in: If --disable-shared was given, don't set VERSIONING,
9484         don't define DO_VERSIONING, and don't give scare warning for no
9485         versioning.
9486         * configure: Regenerated.
9487
9488 2000-04-04  Roland McGrath  <roland@baalperazim.frob.com>
9489
9490         * Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
9491
9492 2000-04-04  Andreas Jaeger  <aj@suse.de>
9493
9494         * sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.
9495
9496 2000-04-04  Ulrich Drepper  <drepper@redhat.com>
9497
9498         * elf/dl-runtime.c (fixup): Correct handling of symbols marked
9499         STV_HIDDEN and STV_INTERNAL during lookup.
9500         (profile_fixup): Likewise.
9501         * elf/dl-reloc.c (RESOLVE): Likewise.
9502
9503         * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
9504         unaligned so that it compiles for system which need unaligned
9505         access handling.
9506
9507 2000-04-04  Andreas Schwab  <schwab@suse.de>
9508
9509         * elf/cache.c (print_entry): Only look at the type field when
9510         printing the type.
9511
9512 2000-04-04  Andreas Schwab  <schwab@suse.de>
9513
9514         * iconvdata/big5.c (BODY): Fix typo.
9515
9516 2000-04-04  Andreas Schwab  <schwab@suse.de>
9517
9518         * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
9519         function interface.  Remove unused _dl_start_user entry point.
9520
9521 2000-04-03  Andreas Jaeger  <aj@suse.de>
9522
9523         * include/arpa/inet.h (__inet_aton): Add protoype.
9524
9525 2000-04-01  Andreas Jaeger  <aj@suse.de>
9526
9527         * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.
9528
9529         * sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
9530         * sysdeps/mach/mips/thread_state.h: Likewise.
9531
9532         * sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
9533         * sysdeps/generic/fegetenv.c: Likewise.
9534         * sysdeps/generic/fesetenv.c: Likewise.
9535         * sysdeps/generic/feupdateenv.c: Likewise.
9536         * sysdeps/generic/fraiseexcpt.c: Likewise.
9537         * sysdeps/generic/fsetexcptflg.c: Likewise.
9538         * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
9539         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
9540         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
9541         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
9542
9543 2000-04-02  H.J. Lu  <hjl@gnu.org>
9544
9545         * elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.
9546
9547 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
9548
9549         * elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
9550         (add_name_to_object): Add cast in malloc call.
9551         (fillin_rpath): Optimize loop to initialize ->status a bit.
9552
9553         * sysdeps/i386/dl-machine.h: Undo last change.
9554         * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
9555         Restore %edx register after call here.
9556
9557         * sysdeps/arm/atomicity.h: New file.
9558         Contributed by Jesper Skov <jskov@redhat.com>.
9559
9560 2000-04-03  Roland McGrath  <roland@baalperazim.frob.com>
9561
9562         * Makeconfig (preprocess-versions): Undo last change.
9563         Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
9564
9565         * sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
9566         here, before we might move the stack.
9567         (posixland_init): Set __libc_argc, __libc_argc, and __environ here.
9568         (init1): And not here.
9569
9570         * sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
9571         change, to restore argc value in call-clobbered register after
9572         RTLD_START_SPECIAL_INIT, which will contain a call.
9573
9574         * elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
9575         allocating and initializing L->l_initfini.
9576
9577         * resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
9578
9579 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
9580
9581         * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
9582         RUNPATH, RPATH, and LD_LIBRARY_PATH.
9583         (open_path): Change type of fourth parameter.  Make pointer to array
9584         of pointers.  Create variable dirs with original type.
9585         Track whether any directory for the object exists and if not,
9586         change *DIRSP to (void*) -1 to signal there is no such search path.
9587         (_dl_map_object): Change all calls of open_path.
9588         Rewrite decompose_rpath calls.
9589
9590 2000-03-31  Andreas Schwab  <schwab@suse.de>
9591
9592         * string/strfry.c: Declare STATE as array of char instead of int
9593         and do not initialize it (done by initstate_r).  Pass correct
9594         size.
9595
9596 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
9597
9598         * sysdeps/generic/ldsodefs.h: Fix typo in comment.
9599
9600         * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
9601         instruction out of the code.
9602
9603 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
9604
9605         * elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
9606         element at this position.
9607
9608         * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
9609         * elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
9610         l_reldeps elements.
9611         * elf/dl-lookup.c (add_dependency): New function.
9612         (_dl_lookup_symbol): Use it whenever symbol was found in a global,
9613         dynamically loaded object.
9614         (_dl_lookup_symbol_skip): Likewise.
9615         (_dl_lookup_versioned_symbol): Likewise.
9616         (_dl_lookup_versioned_symbol_skip): Likewise.
9617         * elf/dl-open.c: Don't define _dl_load_lock here...
9618         * elf/rtld.c: ...but here...
9619         * elf/dl-support.c: ...and here.
9620         * elf/dl-close.c (_dl_close): Close also dependent objects introduce
9621         through relocation.
9622         * elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
9623         relocations.
9624         * dlfcn/Makefile (glrefmain.out): Test is not expected to fail
9625         anymore.
9626         * dlfcn/glrefmain.c: Add one more debug message.
9627
9628         * Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
9629         command line.
9630         * Makerules (sysd-versions): Use ( ) instead of { }.
9631
9632         * elf/dl-load.c: Use __builtin_expect to signal that compiler should
9633         optimize for the non-debugging case.
9634         * elf/dl-lookup.c: Likewise.
9635         * sysdeps/generic/libc-start.c: Likewise.
9636
9637 2000-04-02  Roland McGrath  <roland@baalperazim.frob.com>
9638
9639         * sysdeps/mach/hurd/i386/init-first.c: Replace PIC #ifdefs with SHARED.
9640         (init1): Don't initialize __environ here, since init already does it.
9641         (first_init): New function, broken out of _init.
9642         (_hurd_stack_setup): Use it.
9643         [SHARED] (_dl_init_first): New function, renamed from old _init.
9644         (init1) [SHARED]: Don't call posixland_init here.
9645         (posixland_init): Take ENVP arg, so signature is usual for initializer.
9646         [SHARED] (_init): Define as alias for posixland_init.
9647         [! SHARED] (__libc_first_init): Define as alias for posixland_init.
9648         * sysdeps/i386/dl-machine.h (RTLD_START): Insert the macro
9649         RTLD_START_SPECIAL_INIT before calling initializers.
9650         (RTLD_START_SPECIAL_INIT): Define to empty if undefined.
9651         * sysdeps/mach/hurd/i386/dl-machine.h: New file.
9652         * sysdeps/mach/hurd/dl-sysdep.c (_dl_init_first): New weak function.
9653         * elf/Versions ({libc,ld.so}: GLIBC_2.2): Add _dl_init_first.
9654
9655         * stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
9656         since we define the function with the name `tmpfile'.
9657
9658         * mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
9659         * hurd/Versions: Likewise.
9660
9661 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
9662
9663         * elf/dl-runtime.c (fixup): Fix typo in comment.
9664
9665         * resolv/netdb.h (getnameinfo): All length parameters are of type
9666         socklen_t.
9667         * inet/getnameinfo.c: Likewise.
9668
9669 2000-04-01  Ulrich Drepper  <drepper@redhat.com>
9670
9671         * posix/unistd.h (socklen_t): Define if it has not yet happened.
9672         (gethostname): Change type of second parameter to socklen_t.
9673         * include/unistd.h (__gethostname): Change type of second
9674         parameter to socklen_t.
9675         * sysdeps/generic/gethostname.c (__gethostname): Likewise.
9676         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
9677         * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise.
9678         * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname):
9679         Likewise.
9680         * sysdeps/unix/sysv/linux/gethostname.c: Removed.
9681         * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t.
9682         Allow definition elsewhere.
9683         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
9684         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9685         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
9686         * sysdeps/generic/bits/types.h: Define __socklen_t.
9687         * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
9688         * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
9689         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9690         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9691         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
9692         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
9693         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
9694
9695         * inet/arpa/inet.h (inet_addr): Change return type to in_addr_t.
9696         (inet_lnaof): Likewise.
9697         (inet_netof): Likewise.
9698         (inet_network): Likewise.
9699         (inet_aton): Likewise.
9700         (inet_makeaddr): Change parameter types to in_addr_t.
9701         (inet_neta): Likewise.
9702         (inet_ntop): Change type of last parameter to socklen_t.
9703         (inet_aton): Only make available if __USE_MISC.
9704         (inet_neta): Likewise.
9705         (inet_net_ntop): Likewise.
9706         (inet_net_pton): Likewise.
9707         (inet_nsap_ntoa): Likewise.
9708
9709         * inet/in.h: Define in_port_t type.
9710         Define in_addr_t type.
9711         (struct in_addr): Use in_addr_t in definition.
9712         (IN_CLASSA): Use cast to in_addr_t.
9713         (IN_CLASSB): Likewise.
9714         (IN_CLASSC): Likewise.
9715         (IN_CLASSD): Likewise.
9716         (IN_EXPERIMENTAL): Likewise.
9717         (IN_BADCLASS): Likewise.
9718         (INADDR_ANY): Likewise.
9719         (INADDR_BROADCAST): Likewise.
9720         (INADDR_NONE): Likewise.
9721         (INADDR_LOOPBACK): Likewise.
9722         (INADDR_UNSPEC_GROUP): Likewise.
9723         (INADDR_ALLHOSTS_GROUP): Likewise.
9724         (INADDR_ALLRTRS_GROUP): Likewise.
9725         (INADDR_MAX_LOCAL_GROUP): Likewise.
9726         (struct sockaddr_in): Use in_port_t for sin_port element.
9727         (struct sockaddr_in6): Use in_port_t for sin6_port element.
9728         Use uint8_t instead of u_int8_t.
9729
9730         * resolv/inet_addr.c (inet_addr): Change return type to in_addr_t.
9731         Call __inet_aton instead of inet_aton.
9732         (__inet_aton): Renamed from inet_aton.  Add weak alias under old name.
9733
9734         * resolv/netdb.h (gethostbyname2): Define only is __USE_MISC.
9735         (innetgr): Likewise.
9736         (struct addrinfo): Use socklen_t for ai_addrlen element.
9737
9738         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MTU_DISCOVER, IPV6_MTU,
9739         IPV6_RECVERR): New defines.
9740
9741         * include/netdb.h: Change type of first parameter of __getnetbyaddr_r.
9742         * inet/getnetbyad.c: Likewise.
9743         * inet/getnetbyad_r.c: Likewise.
9744         * nis/nss_nis/nis-network.c: Likewise.
9745         * nis/nssplus_nis/nisplus-network.c: Likewise.
9746         * nss/nss_files/files-network.c: Likewise.
9747         * resolv/netdb.h: Define uint32_t if not already happened.
9748         Include bits/netdb.h.  Remove definition of struct netent.
9749         Change type of first parameter of getnetbyaddr_r and getnetbyaddr.
9750         * sysdeps/generic/stdint.h: Allow definition of uint32_t elsewhere.
9751         * sysdeps/generic/bits/netdb.h: New file.
9752         * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: New file.
9753
9754         * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
9755         (tests): Add glrefmain.
9756         Add rules to build modules and run tests.  Ignore result of glrefmain
9757         for now since it fails.
9758         * dlfcn/glrefmain.c: New file.
9759         * dlfcn/glreflib1.c: New file.
9760         * dlfcn/glreflib2.c: New file.
9761
9762         * test-skeleton.c: Include <string.h> for strsignal prototype.
9763
9764         * locale/programs/ld-collate.c (check_duplicate): Allow repertoire
9765         to be missing.
9766
9767         * sysdeps/unix/sysv/linux/init-first.c (init): Add code from
9768         former init-first.h.  Initialize __libc_multiple_libcs.
9769
9770 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
9771
9772         * iconv/skeleton.c: Define access macros with u suffix.  Adjust
9773         #if expression for use of unaligned function to the one used in
9774         the definition of these functions.
9775         * iconv/loop.c: Undefined `unaligned' before recursive inclusion.
9776         * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
9777         (internal_ucs4le_loop_unaligned): New function.
9778
9779         * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c.
9780         (tests): Add order.
9781         (module-names): Add dep1, dep2, dep3, and dep4.
9782         Add dependencies for dep* modules and order.
9783         Define rule for order.out which checks the result.
9784         * elf/dep1.c: New file.
9785         * elf/dep2.c: New file.
9786         * elf/dep3.c: New file.
9787         * elf/dep4.c: New file.
9788         * elf/order.c: New file.
9789
9790         * elf/dl-init.c: Fix typo in comment.
9791
9792 2000-03-31  Andreas Jaeger  <aj@suse.de>
9793
9794         * sysdeps/mips/dl-machine.h (RTLD_START): Rewritten to match new
9795         init function interface.
9796         * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise.
9797
9798 2000-03-31  Andreas Jaeger  <aj@suse.de>
9799
9800         * sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
9801         * sysdeps/mips/fpu/fegetenv.c: Likewise.
9802         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
9803         * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
9804         * sysdeps/mips/fpu/fesetenv.c: Likewise.
9805
9806         * sysdeps/generic/ldsodefs.h: DT_INIT_ARRAY is not relocated
9807         anymore, update comment.
9808
9809         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
9810
9811         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove
9812         SHLIB_COMPAT - the struct is always needed.
9813
9814 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
9815
9816         * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
9817         * elf/dl-support.c: Define _dl_starting_up.
9818
9819 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9820
9821         * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
9822         * sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
9823
9824         * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
9825
9826         * elf/Makefile (dl-routines): Remove preinit.
9827         * elf/Versions: Remove _dl_preinit.
9828         * elf/dl-preinit.c: Removed.  Move content into...
9829         * elf/dl-init.c: ...here.
9830         * sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
9831
9832         * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
9833         elements.
9834
9835 2000-03-29  Geoff Clare  <gwc@unisoft.com>
9836
9837         * stdlib/strfmon.c: Corrected problems with the code that
9838         sets default values for [np]_sep_by_space and
9839         [np]_sign_posn; also the new positive/negative alignment
9840         code from the previous patch was not quite right for
9841         [np]_sign_posn = 0.
9842
9843         * localedata/tst-fmon.data: Changes corresponding to the
9844         two sets of fixes made to stdlib/strfmon.c.
9845
9846 2000-03-29  Jes Sorensen  <jes@pcatls01.cern.ch>
9847
9848         * malloc/malloc.c: Declare bit flags UL so that they will not
9849         default to int size when being inverted.
9850
9851 2000-03-29  Andreas Jaeger  <aj@suse.de>
9852
9853         * sysdeps/unix/sysv/linux/arm/errlist.c: Use shlib-compat macros.
9854         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
9855
9856 2000-03-29  Andreas Jaeger  <aj@suse.de>,
9857             Ralf Baechle <ralf@uni-koblenz.de>
9858
9859         * Makeconfig: Introduce new variable SHARED to mark code used in
9860         the shared library.
9861         * elf/dl-close.c: Use it instead of PIC.
9862         * elf/dl-load.c: Likewise.
9863         * elf/dl-open.c: Likewise.
9864         * hurd/geteuids.c: Likewise.
9865         * include/libc-symbols.h: Likewise.
9866         * include/shlib-compat.h: Likewise.
9867         * libio/freopen.c: Likewise.
9868         * linuxthreads/cancel.c: Likewise.
9869         * linuxthreads/pthread.c: Likewise.
9870         * linuxthreads/wrapsyscall.c: Likewise.
9871         * nss/nsswitch.c: Likewise.
9872         * stdio-common/vfprintf.c: Likewise.
9873         * sysdeps/arm/init-first.c: Likewise.
9874         * sysdeps/i386/init-first.c: Likewise
9875         * sysdeps/generic/init-first.c: Likewise.
9876         * sysdeps/generic/libc-start.c: Likewise.
9877         * sysdeps/mips/init-first.c: Likewise.
9878         * sysdeps/powerpc/elf/libc-start.c: Likewise.
9879         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9880         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
9881         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
9882         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
9883
9884         * sysdeps/mips/machine-gmon.h (asm): Use __PIC__ as check.
9885
9886 2000-03-29  Andreas Jaeger  <aj@suse.de>
9887
9888         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
9889         Use D_PTR to access relocated entries in l_info.
9890         (elf_machine_rela): Likewise.
9891
9892         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
9893         Likewise.
9894         (elf_machine_rela): Likewise.
9895
9896         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
9897         Likewise.
9898         (__elf_machine_fixup_plt): Likewise.
9899         (__process_machine_rela): Likewise.
9900
9901         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
9902         (elf_machine_rela): Likewise.
9903
9904         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Likewise.
9905         (elf_machine_rel): Likewise.
9906
9907         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
9908         (elf_machine_fixup_plt): Likewise.
9909         (elf_machine_rela): Likewise.
9910
9911 2000-03-29  Andreas Jaeger  <aj@suse.de>
9912
9913         * sysdeps/unix/sysv/linux/msgctl.c: Use shlib-compat macros.
9914         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
9915         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
9916         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
9917         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
9918         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
9919         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
9920         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
9921         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
9922         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
9923         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
9924         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
9925         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
9926         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
9927         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9928
9929         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Use shlib-compat
9930         macros, remove K&R prototypes.
9931
9932 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9933
9934         * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
9935         Reported by Andrew Wiseman <a.wiseman@bandc.dircon.co.uk>
9936         (PR libc/1677).
9937
9938 2000-03-30  Andreas Jaeger  <aj@suse.de>
9939
9940         * misc/sys/cdefs.h: Remove K&R support.
9941
9942 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9943
9944         * iconv/skeleton.c: Avoid compiling unaligned versions in some
9945         more cases.
9946         * iconv/loop.c: Likewise.
9947
9948 2000-03-29  Bruno Haible  <haible@clisp.cons.org>
9949
9950         * iconv/loop.c (put16): Remove __const. Fix access index.
9951         (put32): Remove __const. Use uint32_t instead of uint16_t.
9952         * iconv/skeleton.c: Likewise.
9953
9954 2000-03-30  Roland McGrath  <roland@baalperazim.frob.com>
9955
9956         * mach/Versions (libc: GLIBC_2.0)
9957         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Conditionalize
9958         __vm_allocate on this.
9959         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]: Conditionalize
9960         mutex- and spinlock-related symbols on this.
9961         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
9962         New version set.  Lock-related symbols go here instead in this case.
9963         * sysdeps/mach/hurd/Versions (libc: GLIBC_2.0): Remove
9964         _cthread_exit_routine, _cthread_init_routine, cthread_keycreate,
9965         cthread_getspecific, cthread_setspecific, __libc_getspecific.
9966         * hurd/Versions
9967         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: GLIBC_2.0):
9968         Put them here instead.
9969         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
9970         New version set.  Those cthreads symbols go here instead in this case.
9971         * Versions.def (libc) [USE_IN_LIBIO]: Add HURD_CTHREADS_0.3 version.
9972
9973 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
9974
9975         * elf/dl-init.c (_dl_init): We don't need to call constructors
9976         recursively.  Fold _dl_init_rec in _dl_init and optimize a bit more.
9977
9978         Implement dynamic determination of constructor/destructor order in
9979         the dynamic linker.
9980         * elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
9981         (GLIBC_2.2): Add _dl_init.
9982         * elf/dl-close.c: Also call all destructors in FINI_ARRAY.
9983         r_duplist is not anymore allocated separately.  l_initfini is and
9984         therefore free it if necessary.
9985         * elf/dl-deps.c: If a searchlist has to be allocated, put all in one
9986         malloc block.  Otherwise allocate l_initfini list only.
9987         Put dependencies for the object in l_initfini list.
9988         Sort dependencies for the object to be loaded topologically.
9989         * elf/dl-fini.c: Before running the destructors sort the topologically.
9990         * elf/dl-init.c (_dl_init): Renamed from _dl_init_next.  Rewrite to
9991         call constructors instead of iterating over the pointers.  Get list of
9992         objects for which to run constructors from l_initfini element. Accept
9993         argc, argv, and env as parameters and pass them to the constructors.
9994         * elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
9995         with size of dynamic section.
9996         * elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
9997         _dl_init_next and calling constructors ourself.
9998         * elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
9999         Take argc, argv, and env as parameters and pass them to the
10000         constructors.  Rewrite to call all constructors and not iterate over
10001         the pointers.
10002         * elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry.  Don't
10003         precompute l_initcount and l_preinitcount.
10004         * elf/link.h (struct link_map): Add l_ldnum member.
10005         Make l_phdr_allocated part of the bitfield.  Remove l_runcount,
10006         l_initcount, and l_preinitcount.  Add l_initfini.
10007         * sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
10008         one for _dl_init.
10009         * sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
10010         function interface.
10011         * sysdeps/unix/sysv/linux/init-first.h: Removed.
10012         * sysdeps/unix/sysv/linux/Dist: Delete file here as well.
10013         * sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
10014         SYSDEP_CALL_INIT.  Make _init a strong alias of init.  The calling
10015         conventions now match.
10016
10017         * sysdeps/generic/libc-start.c: Calling __libc_init_first has no
10018         effect for shared objects.  Don't emit message and call only for
10019         static library.
10020
10021 2000-03-29  Ulrich Drepper  <drepper@redhat.com>
10022
10023         * iconvdata/testdata/CSA_Z243.4-1985-1..UCS-2BE: Renamed from
10024         CSA_Z243.4-1985-1..UCS2.
10025         * iconvdata/testdata/ISO-8859-10..UCS-2BE: Renamed from
10026         ISO-8859-10..UCS2.
10027
10028 2000-03-29  Andreas Jaeger  <aj@suse.de>
10029
10030         * include/unistd.h: Remove duplicate entry for __rmdir.
10031         Remove declaration of __mkdir since __mkdir is declared in
10032         sys/stat.h.
10033
10034         * manual/creature.texi (Feature Test Macros): Fix typo, reported
10035         by Michael Deutschmann <michael@talamasca.ocis.net>.
10036
10037         * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros.
10038         * sysdeps/mips/fpu/fegetenv.c: Likewise.
10039         * sysdeps/mips/fpu/fesetenv.c: Likewise.
10040         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
10041         * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
10042
10043 2000-03-28  Andreas Jaeger  <aj@suse.de>
10044
10045         * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
10046         declaration, the prototype is defined via bits/mathcalls.h.
10047         (__sincosf): Likewise.
10048         (__sincosl): Likewise.
10049         (ldexp): Likewise.
10050         (ldexpf): Likewise.
10051         (ldexpl): Likewise.
10052         (__finite): Likewise.
10053         (__inline_mathcodeNP): New macro without prototype
10054         declarations.
10055         (__inline_mathcodeNP2): Likewise.
10056         (__inline_mathcodeNP3): Likewise.
10057         (__inline_mathcodeNP_): Likewise.
10058         (__inline_mathcodeNP2_): Likewise.
10059         (__inline_mathcodeNP3_): Likewise.
10060         (__inline_mathopNP): Likewise.
10061         (__inline_mathop_declNP): Likewise.
10062         (__inline_mathop_declNP_): Likewise.
10063         (__inline_mathcode_): Use __inline_mathcodeNP_.
10064         (__inline_mathcode2_): Use __inline_mathcodeNP2_.
10065         (__inline_mathcode3_): Use __inline_mathcodeNP3_.
10066         (__inline_mathop_decl_): Use __inline_mathop_declNP__.
10067         (__expm1l): Don't define prototype, the prototype is defined via
10068         bits/mathcalls.h.
10069         (exp): Likewise.
10070         (__expl): Likewise.
10071         (tan): Likewise.
10072         (atan2): Likewise.
10073         (__atan2l): Likewise.
10074         (fmod): Likewise.
10075         (pow): Likewise.
10076         (fabsf): Likewise.
10077         (fabsl): Likewise.
10078         (__fabsl): Likewise.
10079         (asin): Likewise.
10080         (acos): Likewise.
10081         (sinh): Likewise.
10082         (cosh): Likewise.
10083         (tanh): Likewise.
10084         (floor): Likewise.
10085         (ceil): Likewise.
10086         (expm1): Likewise.
10087         (log1p): Likewise.
10088         (asinh): Likewise.
10089         (acosh): Likewise.
10090         (atanh): Likewise.
10091         (hypot): Likewise.
10092         (logb): Likewise.
10093         (fma): Likewise.
10094         (drem): Likewise.
10095         (sqrt): Likewise.
10096         (__sqrtl): Likewise.
10097         (sin): Likewise.
10098         (cos): Likewise.
10099         (atan): Likewise.
10100         (log): Likewise.
10101         (log10): Likewise.
10102         (asinh): Likewise.
10103         (log2): Likewise.
10104         (rint): Likewise.
10105
10106 2000-03-28  Ulrich Drepper  <drepper@redhat.com>
10107
10108         * Makerules: If make variable md5 is defined to yes after
10109         generating dependencies generate MD5 sum for the object.
10110
10111         * iconv/gconv_builtin.h: Fix length in transformation definition
10112         for UNICODEBIG.
10113
10114         * iconvdata/TESTS: Use UCS-2BE instead of UCS2.
10115
10116         * iconv/loop.c: Define get16, get32, put16, and put32 macros to
10117         allow as well reading from/writing to unaligned addresses on machines
10118         which don't support this in hardware.  Use FCTNAME macro to define
10119         function name.  Include the file a second time for platforms which
10120         need special unaligned handling.
10121         * iconv/skeleton.c: Define get16u, get32u, put16u, and put32u macros
10122         to access potentially unaligned addresses.  These macros are intended
10123         to be used only outside the loops.
10124         (unaligned): New definition.  In case the machine can handle unaligned
10125         access define as zero.  Otherwise as a variable which is initialized
10126         as nonzero in case the buffer passed in at runtime is unaligned with
10127         respect to the character set encoding involved.
10128         Call aligned or unaligned looop functions according to unaligned
10129         variable.
10130         * iconvdata/8bit-gap.c: Use get16, get32, put16, and put32 instead
10131         of direct casting pointer to potentially handle unaligned memory
10132         accesses.
10133         * iconvdata/8bit-generic.c: Likewise.
10134         * iconvdata/ansi_x3.110.c: Likewise.
10135         * iconvdata/big5.c: Likewise.
10136         * iconvdata/euc-cn.c: Likewise.
10137         * iconvdata/euc-jp.c: Likewise.
10138         * iconvdata/euc-kr.c: Likewise.
10139         * iconvdata/euc-tw.c: Likewise.
10140         * iconvdata/gbk.c: Likewise.
10141         * iconvdata/iso-2022-cn.c: Likewise.
10142         * iconvdata/iso-2022-jp.c: Likewise.
10143         * iconvdata/iso-2022-kr.c: Likewise.
10144         * iconvdata/iso646.c: Likewise.
10145         * iconvdata/iso_6937-2.c: Likewise.
10146         * iconvdata/iso_6937.c: Likewise.
10147         * iconvdata/johab.c: Likewise.
10148         * iconvdata/sjis.c: Likewise.
10149         * iconvdata/t.61.c: Likewise.
10150         * iconvdata/uhc.c: Likewise.
10151         * iconvdata/unicode.c: Likewise.
10152         * iconvdata/utf-16.c: Likewise.
10153
10154         * locale/programs/simple-hash.c: Little optimizations.  Remove K&R
10155         prototypes.
10156
10157         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_check_all.
10158         * malloc/mcheck.c (mcheck_check_all): Renamed from check_all and made
10159         public.
10160         * malloc/mcheck.h (mcheck_check_all): Declare.
10161
10162         * stdio-common/Makefile (tests): Add tst-obprintf.
10163
10164 2000-03-28  Roland McGrath  <roland@baalperazim.frob.com>
10165
10166         * sysdeps/generic/bits/sigthread.h: Clean up conditionals.
10167         Declare pthread_sigmask.
10168
10169         * csu/version.c: Add 2000 to copyright years.
10170         Remove Emacs local variables section.
10171
10172 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
10173
10174         * iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
10175         __gconv_transform_internal_ucs2little): Remove declarations.
10176         * iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
10177         __gconv_transform_internal_ucs2): Never need to bswap_16.
10178         (__gconv_transform_ucs2reverse_internal,
10179         __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
10180
10181 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
10182
10183         * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
10184         obsoleting version not being defined at all, in which case the
10185         result is always true.
10186
10187         * Makeconfig (preprocess-versions): New canned sequence for running
10188         cpp on shlib-versions and the like.
10189         (soversions.i): Use it.
10190         * Makerules (Versions.all, sysd-versions): Use it to preprocess the
10191         Versions.def and Versions files.
10192
10193 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
10194
10195         * stdio-common/tst-obprintf.c (main): Add another check to see
10196         obstack_printf handling all possible beginnings of the block
10197         inside an obstack chunk.
10198
10199         * locale/programs/localedef.c: Use __malloc_initialize_hook to
10200         install mcheck handler.
10201
10202         * libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
10203         handling problem.
10204
10205 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
10206
10207         * stdio-common/tmpfile.c: Use <shlib-compat.h> macros.
10208
10209         * include/shlib-compat.h: Conditionalize <abi-versions.h> include
10210         on [HAVE_ELF && DO_VERSIONING].
10211
10212 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
10213
10214         * stdio-common/tst-obprintf.c: New file.
10215
10216 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
10217
10218         * libio/genops.c (_IO_default_xsputn): Little optimization.  Call
10219         _IO_OVERFLOW directly instead through __overflow.
10220
10221         * locale/programs/localedef.c (construct_output_path): If path
10222         contains a / compute the end of the directory name correctly.
10223
10224         * include/features.h: Undef and document __USE_XOPEN2K.
10225
10226         * malloc/mcheck.c: Implement pedantic checking of all allocated blocks
10227         whenever a function is called.  Initiated by calling mcheck_pedantic
10228         instead of mcheck.
10229         * malloc/mcheck.h: Declare mcheck_pedantic.
10230         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
10231         * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
10232         for now.
10233
10234 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
10235
10236         * dlfcn/dlopen.c: Use <shlib-compat.h> macros.
10237         * dlfcn/dlopenold.c: Likewise.
10238         * nss/getXXbyYY_r.c: Likewise.
10239         * nss/getXXent_r.c: Likewise.
10240         * hurd/hurdinit.c: Likewise.
10241         * hurd/compat-20.c: Likewise.
10242         * libio/oldiofopen.c: Likewise.
10243         * libio/oldiofclose.c: Likewise.
10244         * libio/oldiofdopen.c: Likewise.
10245         * libio/oldfileops.c: Likewise.
10246         * libio/oldstdfiles.c: Likewise.
10247         * libio/oldiofsetpos.c: Likewise.
10248         * libio/oldiofgetpos.c: Likewise.
10249         * libio/oldiofgetpos64.c: Likewise.
10250         * libio/oldiofsetpos64.c: Likewise.
10251         * libio/oldiopopen.c: Likewise.
10252         * libio/oldpclose.c: Likewise.
10253         * libio/oldtmpfile.c: Likewise.
10254         * libio/freopen.c (freopen): Likewise.
10255         * libio/iofclose.c (_IO_new_fclose): Likewise.
10256
10257         * sysdeps/mach/sys/reboot.h: Include <features.h>.
10258         (reboot): Declare it.
10259
10260         * libio/Makefile (headers): Add bits/stdio-lock.h here.
10261
10262         * sysdeps/mach/hurd/bits/stdio-lock.h: New file.
10263
10264         * include/shlib-compat.h: Include <abi-versions.h> unconditionally.
10265
10266         * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC ||
10267         __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98].
10268         We need this for the sbrk decl, which can be included without Unix98.
10269
10270 2000-03-20  Richard Henderson  <rth@cygnus.com>
10271
10272         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
10273         argument to yperr2nss is an int, not size_t.
10274         * posix/regex.c (print_partial_compiled_pattern): Cast all
10275         ptrdiff_t to long for printing.
10276         (print_compiled_pattern): Use Z for printing size_t.
10277         * posix/testfnm.c (tests): Avoid trigraphs.
10278         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
10279         Use a C comment, not an assembly comment.
10280
10281         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
10282         of __ASSUME_32BITUIDS.
10283
10284 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
10285
10286         * libio/iofopncook.c: Remove K&R prototypes.
10287
10288 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
10289
10290         * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
10291         an initial value of 1024 instead of RLIM_INFINITY.
10292
10293         * Versions.def (libmachuser, libhurduser): Remove these sections,
10294         since these libraries do not presently use symbol versions.
10295
10296         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
10297         is RLIM_INFINITY, return -1 instead.
10298
10299 2000-03-24  Andreas Jaeger  <aj@suse.de>
10300
10301         * Makefile (postclean): Added soversions.i.
10302
10303 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
10304
10305         * sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
10306         _FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
10307         and _FPU_IEEE.  Change _FPU_RESERVED.
10308
10309 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
10310
10311         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.
10312
10313 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
10314
10315         * sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
10316         (gaih_inet): Remove unused duplicate variable.
10317
10318         * inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
10319         Don't use __libc_sa_len, which only exists for Linux.  Just handle
10320         AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
10321         only flavors supported by this function anyway.
10322
10323 2000-03-24  Geoff Clare  <gwc@unisoft.com>
10324
10325         * stdlib/strfmon.c: Corrected problems with missing signs and
10326         missing or extra spaces; allow for sign strings longer than
10327         one character; add padding to ensure positive and negative
10328         formats are aligned when a left precision is used.
10329
10330 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
10331
10332         * stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
10333         Patch by John Mizel <John.Mizel@msdw.com>.
10334
10335 2000-03-25  Ulrich Drepper  <drepper@redhat.com>
10336
10337         * manual/install.texi: Remove references to crypt add-on.
10338
10339 2000-03-25  Roland McGrath  <roland@baalperazim.frob.com>
10340
10341         * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
10342         section while taking the _hurd_rlimit_lock.
10343         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
10344
10345 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
10346
10347         * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
10348         using $(LN_S).
10349
10350         * sysdeps/mach/hurd/if_index.c: New file.
10351
10352         * sysdeps/unix/sysv/linux/net/if.h: Moved to ...
10353         * sysdeps/gnu/net/if.h: here.
10354         (_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
10355         * sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
10356         * sysdeps/generic/net/if.h: New file.  Declares just the standard
10357         functions and `struct if_nameindex' type.
10358         * socket/Makefile (headers): Add net/if.h here.
10359         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
10360         * sysdeps/mach/hurd/Dist: Remove it here.
10361         * sysdeps/unix/sysv/linux/Dist: And here.
10362         * sysdeps/generic/if_index.c: Include <net/if.h>.
10363
10364 2000-03-24  Andreas Jaeger  <aj@suse.de>
10365
10366         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
10367         access relocated entries in l_info.
10368         (elf_machine_got_rel): Likewise.
10369         (elf_machine_runtime_setup): Likewise.
10370         * sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
10371         (elf_machine_runtime_setup): Likewise.
10372         (__dl_runtime_resolve): Likewise.
10373
10374 2000-03-23  Ulrich Drepper  <drepper@redhat.com>
10375
10376         * resolv/netdb.h (SCOPE_DELIMITER): New definitions.
10377         * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
10378         according to RFC 2553.
10379         * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
10380         * inet/getnameinfo.c: Likewise.
10381         Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
10382
10383 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
10384
10385         * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
10386         Remove no-op pointer increment.
10387
10388 2000-03-23  Andreas Jaeger  <aj@suse.de>
10389
10390         * stdio-common/tst-cookie.c (cookieseek): Change prototype to
10391         follow change for libio.h from 2000-03-10.
10392
10393 2000-03-23  Andreas Jaeger  <aj@suse.de>
10394
10395         * elf/dl-addr.c: Adjust include paths for ldsodefs location
10396         change.
10397         * elf/dl-debug.c: Likewise.
10398         * elf/dl-deps.c: Likewise.
10399         * elf/dl-error.c: Likewise.
10400         * elf/dl-fini.c: Likewise.
10401         * elf/dl-init.c: Likewise.
10402         * elf/dl-load.c: Likewise.
10403         * elf/dl-lookup.c: Likewise.
10404         * elf/dl-minimal.c: Likewise.
10405         * elf/dl-object.c: Likewise.
10406         * elf/dl-open.c: Likewise.
10407         * elf/dl-preinit.c: Likewise.
10408         * elf/dl-profile.c: Likewise.
10409         * elf/dl-profstub.c: Likewise.
10410         * elf/dl-reloc.c: Likewise.
10411         * elf/dl-runtime.c: Likewise.
10412         * elf/dl-support.c: Likewise.
10413         * elf/dl-symbol.c: Likewise.
10414         * elf/dl-version.c: Likewise.
10415         * elf/rtld.c: Likewise.
10416         * elf/sprof.c: Likewise.
10417         * sysdeps/generic/dl-cache.c: Likewise.
10418         * sysdeps/generic/dl-origin.c: Likewise.
10419         * sysdeps/generic/dl-sysdep.c: Likewise.
10420         * sysdeps/generic/elf/backtracesyms.c: Likewise.
10421         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
10422         * sysdeps/generic/libc-start.c: Likewise.
10423         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10424         * sysdeps/powerpc/dl-machine.c: Likewise.
10425         * sysdeps/powerpc/elf/libc-start.c: Likewise.
10426         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10427         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10428         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
10429
10430         * elf/ldsodefs.h: Move file to ...
10431         * sysdeps/generic/ldsodefs.h: ... here.
10432
10433         * sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
10434
10435         * sysdeps/mips/elf/ldsodefs.h: New file.
10436
10437         * elf/dl-version.c (match_symbol): Use D_PTR to access relocated
10438         entries in l_info.
10439         (_dl_check_map_versions): Likewise.
10440         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10441         * elf/dl-load.c (_dl_init_paths): Likewise.
10442         (_dl_map_object): Likewise.
10443         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
10444         (elf_get_dynamic_info): Likewise.
10445         * elf/do-lookup.h (FCT): Likewise.
10446         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
10447         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
10448         * elf/dl-addr.c (_dl_addr): Likewise.
10449         * elf/dl-runtime.c (profile_fixup): Likewise.
10450         (fixup): Likewise.
10451         * elf/dl-init.c (_dl_init_next): Likewise.
10452         * sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
10453         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
10454         (DISTINGUISH_LIB_VERSIONS): Likewise.
10455         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
10456         (elf_machine_rel): Likewise.
10457
10458         * elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
10459         for writable dynamic section.
10460
10461 2000-03-22  Ulrich Drepper  <drepper@redhat.com>
10462
10463         * inet/getnameinfo.c (getnameinfo): Check that addrlen value is
10464         large enough.  Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
10465
10466 2000-03-22  Andreas Jaeger  <aj@suse.de>
10467
10468         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
10469         from latest Linux kernel.
10470
10471 2000-03-21  Andreas Jaeger  <aj@suse.de>
10472
10473         * Versions.def: Add version 2.1.4.
10474
10475 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
10476
10477         * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
10478         * libio/oldiofopen.c: Likewise.
10479         * libio/oldiofclose.c: Likewise.
10480         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
10481
10482 2000-03-22  Roland McGrath  <roland@baalperazim.frob.com>
10483
10484         * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
10485         indicating the first version set to obsolete the conditionalized code.
10486         (compat_symbol): New macro.
10487         * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
10488         rhs be the ABI_* macro for the subsuming version.  Assign increasing
10489         integer values to the ABI_* macros for supported versions.
10490         * sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
10491         compat_symbol macro.
10492
10493 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
10494
10495         * nscd/connections.c (nscd_run): Pretty print.
10496         * elf/dl-runtime.c: Include stdlib.h for alloca prototype.
10497
10498         * manual/charset.texi: Fix typos.  Rephrase.
10499         * manual/process.texi: Likewise.
10500         * manual/signal.texi: Likewise.
10501         Patches by Mike Coleman <mkc@kc.net>.
10502
10503         * libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
10504         versions.
10505         * libio/iofdopen.c: Likewise.
10506         * libio/iofgetpos.c: Likewise.
10507         * libio/iofgetpos64.c: Likewise.
10508         * libio/iofopen.c: Likewise.
10509         * libio/iofsetpos.c: Likewise.
10510         * libio/iofsetpos64.c: Likewise.
10511         * libio/iopopen.c: Likewise.
10512         * libio/oldiofopen.c: Likewise.
10513         * libio/pclose.c: Likewise.
10514         * sysdeps/gnu/siglist.c: Likewise.
10515         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
10516
10517         * include/shlib-compat.h (versioned_symbol): Give preprocessor the
10518         chance to expand VERSION_##lib##_##version.
10519
10520         * libio/fileops.c: Use new macros from shlib-compat.h to define
10521         versions.
10522         * libio/iofclose.c: Likewise.
10523         * libio/oldiofclose.c: Likewise.
10524         Patch by Roland McGrath <roland@frob.com>.
10525
10526 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
10527
10528         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
10529         Lay out struct sigcontext according to what really gets passed on
10530         the stack.
10531         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
10532         (elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
10533         (prgregset_t, prfpregset_t): Define to elf_* types.
10534         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
10535         Define to correct value.
10536         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
10537         sigcontext.
10538         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
10539
10540 2000-03-21  Roland McGrath  <roland@baalperazim.frob.com>
10541
10542         * scripts/firstversions.awk: Allow multiple version sets in the
10543         "earliest version" specification, meaning that version sets in the
10544         gaps between listed versions should be folded into the earliest later
10545         version that is explicitly listed.
10546         * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
10547         we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
10548
10549 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
10550
10551         * iconv/gconv_builtin.c: Include <endian.h>.
10552         * iconv/gconv_builtin.h: Add UCS-BE aliases.
10553         Add UCS-4LE transformation.  Define UNICODEBIG and UNICODELITTLE
10554         according to current platform.
10555         * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
10556         __gconv_transform_internal_ucs2reverse, and
10557         __gconv_transform_internal_ucs4le.
10558         * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
10559         __gconv_transform_ucs2reverse_internal and
10560         __gconv_transform_internal_ucs2reverse.
10561         * iconvdata/Makefile (modules): Add UNICODE.
10562         (distribute): Add unicode.c.
10563         * iconvdata/gconv-modules: Add definitions for UNICODE module.
10564         * iconvdata/unicode.c: New file.
10565
10566         * iconvdata/utf-16.c: Rewrite code to emit BOM.  Correct code to
10567         determine byte order of input and convert accordingly.
10568
10569         * iconvdata/utf-16.c (gconv_init): Fix typo.
10570
10571 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
10572
10573         * iconvdata/gconv-modules: Fix typo.
10574
10575         * sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one
10576         more messages.
10577
10578         * sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
10579
10580 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
10581
10582         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.
10583
10584 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
10585
10586         * misc/Makefile (routines): Add mincore.
10587
10588 2000-03-20  Andreas Jaeger  <aj@suse.de>
10589
10590         * sysdeps/generic/mincore.c: New stub file.
10591
10592         * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
10593         from latest Linux kernel.
10594
10595 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
10596
10597         * grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
10598         _SC_GETPW_R_SIZE_MAX.
10599
10600 2000-03-20  Richard Henderson  <rth@cygnus.com>
10601
10602         * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
10603         in GLIBC_2.1.4.
10604
10605 2000-03-20  Richard Henderson  <rth@cygnus.com>
10606
10607         * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
10608         of arithmetic instructions.
10609
10610         * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
10611         with the fpcr.  Protect from INV exception.
10612         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10613         * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
10614         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10615
10616         * sysdeps/alpha/fpu/s_copysign.c: New.
10617         * sysdeps/alpha/fpu/s_copysignf.c: New.
10618         * sysdeps/alpha/fpu/s_fabs.c: New.
10619         * sysdeps/alpha/fpu/s_fabsf.c: New.
10620         * sysdeps/alpha/fpu/s_rint.c: New.
10621         * sysdeps/alpha/fpu/s_rintf.c: New.
10622
10623         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
10624
10625         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
10626         Kill sethae.
10627         * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
10628         * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
10629         Use physical addresses not KSEG addresses.
10630         (io_system): Add PYXIS.
10631         (io): Remove hae.reg, sys, hae_shift.
10632         (stb_mb, stw_mb, stl_mb, __sethae): New.
10633         (inline_outb, inline_outw, inline_outl): Don't set hae.
10634         (inline_inb, inline_inw, inline_inl): Likewise.
10635         (dense_sethae): New null function.
10636         (struct cpuinfo_data): New.
10637         (process_cpuinfo): Use local and stack variables, not static.
10638         Move readlink check here from init_iosys.
10639         (init_iosys): Use __pciconfig_iobase first.  Know SX and LX as PYXIS.
10640         (_iopl): Simplify.
10641         (_hae_shift): Calculate it here.
10642         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
10643         add pciconfig_iobase.
10644
10645 2000-03-20  Roland McGrath  <roland@baalperazim.frob.com>
10646
10647         * locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
10648         * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
10649
10650         * scripts/versions.awk: Fixed version renaming code to distinguish
10651         libraries properly.
10652
10653 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
10654
10655         * include/stdlib.h: Add prototype for __cxa_atexit.
10656
10657         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
10658         _SLOWDOWN flags.  Patch by Jim Blandy <jimb@cygnus.com>.
10659
10660 2000-03-17  Cristian Gafton  <gafton@redhat.com>
10661
10662         * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
10663         existing rtld-installed-name.
10664         ($(rtld-installed-name)): Request libc-$(version) be installed too.
10665         replace existing rtld-installed-name using $(symbolic-link-prog).
10666
10667 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
10668
10669         * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
10670         (insert_value, handle_ellipsis, collate_read): Replace %zu in format
10671         strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
10672         but not the former.
10673
10674 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
10675
10676         * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
10677         glob64.  Since there is no glob64 in the LFS proposal applications
10678         can assume that glob handles LFS situations.  glob64 is only needed
10679         if alternative filesystem functions are used.
10680
10681 2000-03-19  Geoff Clare  <gwc@unisoft.com>
10682
10683         * sysdeps/generic/glob.c: Correct gl_pathc value returned
10684         when GLOB_DOOFFS is set; correct handling of patterns
10685         containing escaped wildcards (and no unescaped ones);
10686         GLOB_ERR flag was being ignored in some situations.
10687
10688         * posix/globtest.c, posix/globtest.sh: Updated to include
10689         tests for the problems fixed by the above changes to glob.c.
10690
10691         * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
10692
10693 2000-03-19  Roland McGrath  <roland@baalperazim.frob.com>
10694
10695         * Makeconfig (soversion.i): Use only first match for each lib.
10696
10697         * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
10698
10699         * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
10700         rather than $(sysd-dirs-done) to protect these rules.
10701
10702         * Makerules (version-renames.def): Target removed.
10703         (Versions.all): Depend on soversions.i directly and parse it.
10704
10705         * Makeconfig (soversions.i): New target, input-reading parts of
10706         soversions.mk generation moved here; result is a canonicalized
10707         list "LIB VERSION [SET]" for this configuration.
10708         (soversions.mk): Use that as input.  Don't emit map-firstversions.
10709         * Makerules (version-renames.def): New target, generated from
10710         soversions.i with contents that was in $(map-firstversions).
10711         (Versions.all): Don't depend on soversions.mk, depend on
10712         version-renames.def instead; just cat it into the input.
10713
10714         * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
10715         for $(map-firstversions), which better handles it being empty.
10716
10717         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
10718         supported version for libc 0.2.90.libio to GLIBC_2.2.
10719
10720         * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
10721         and use it to emit new variable `map-firstversions'.
10722         * scripts/firstversions.awk: New file.
10723         * Makerules (Versions.all): Use scripts/firstversions.awk and
10724         the $(map-firstversions) value to generate a modified versions list
10725         that includes renames in "A = B" syntax for each version set earlier
10726         than the "earliest symbol version" named in shlib-versions.
10727         * scripts/versions.awk: Recognize "A = B" lines in the input to mean
10728         rename version set A to B in the output to the intermediate file.
10729         * scripts/abi-versions.awk: New file.
10730         * Makerules (abi-versions.h): New target, generated by that script.
10731         [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
10732         * include/shlib-compat.h: New file, uses that generated header.
10733
10734 2000-03-18  Roland McGrath  <roland@baalperazim.frob.com>
10735
10736         * Makeconfig (soversions.mk): Convert % -> # in shlib-versions
10737         after stripping # comments, and then run it through cpp.
10738         This allows things like "%ifdef FOO" based on config.h settings.
10739         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
10740
10741         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
10742         and other errors that indicate a pseudo-receive happened, grok through
10743         the message buffer for port rights that need references fixed up.
10744
10745 2000-03-16  Andreas Jaeger  <aj@suse.de>
10746
10747         * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
10748
10749         * sysdeps/unix/sysv/linux/madvise.c: Remove.
10750
10751         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
10752         from latest Linux kernel.
10753         * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
10754
10755         * misc/sys/mman.h: Add prototype for mincore.
10756
10757 2000-03-17  Ulrich Drepper  <drepper@redhat.com>
10758
10759         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
10760         entry for GLIBC_2.0 version of setrlimit.
10761         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
10762
10763 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
10764
10765         * nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
10766         * nis/nss_compat/compat-initgroups.c: Likewise.
10767         * nis/nss_nis/nis-initgroups.c: Likewise.
10768         * nis/nss_nis/nis-netgrp.c: Likewise.
10769         * nis/nss_nis/nis-proto.c: Likewise.
10770         * nis/nss_nis/nis-rpc.c: Likewise.
10771         * nis/nss_nis/nis-service.c: Likewise.
10772         * nis/ypclnt.c: Likewise.
10773
10774 2000-03-16  Andreas Jaeger  <aj@suse.de>
10775
10776         * manual/Makefile: MAKEINFO is set to `:' from configure if it
10777         doesn't exist, correct checks.  Fixes PR libc/1649.
10778
10779 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
10780
10781         * nscd/hstcache.c: Restore correct UID.
10782         * nscd/pwdcache.c: Likewise.
10783         Patch from Gabor Gombas <gombasg@inf.elte.hu>.
10784
10785 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
10786
10787         * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
10788         macros for register names, in line with 2000-03-14 linux change.
10789
10790         * sysdeps/mach/sched_yield.c: New file.
10791
10792 2000-03-13  Roland McGrath  <roland@baalperazim.frob.com>
10793
10794         * sysdeps/generic/lockfile.c: Include <stdio.h>
10795         (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
10796         case <libio.h> defined them.
10797         (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
10798         from __internal_*.
10799         (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
10800         ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
10801
10802         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
10803         for more pleasing parse error.
10804
10805 2000-03-16  Ulrich Drepper  <drepper@redhat.com>
10806
10807         * locale/lc-time.c (_nl_init_era_entries): Correct allocation of
10808         memory for eras.
10809         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
10810
10811         * elf/Makefile: Add rules to compile and run constload1 test.
10812         * elf/constload1.c: New file.
10813         * elf/constload2.c: New file.
10814         * elf/constload3.c: New file.
10815
10816 2000-03-15  Ulrich Drepper  <drepper@redhat.com>
10817
10818         * sysdeps/posix/open64.c: Make __open64 weak alias.
10819         * sysdeps/posix/pread64.c: Make __pread64 weak alias.
10820         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10821         * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
10822         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10823         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
10824         * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
10825         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10826         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
10827         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10828         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
10829
10830 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
10831
10832         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
10833         Nautilus.  Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
10834
10835 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
10836
10837         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
10838         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
10839
10840 2000-03-08  Andreas Jaeger  <aj@suse.de>
10841
10842         * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
10843
10844 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
10845
10846         * timezone/africa: Update from tzdata2000d.
10847         * timezone/asia: Likewise.
10848         * timezone/australasia: Likewise.
10849         * timezone/europe: Likewise.
10850         * timezone/northamerica: Likewise.
10851         * timezone/southamerica: Likewise.
10852
10853         * po/fr.po: Update from translation team.
10854         * po/de.po: Likewise.
10855
10856         * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
10857         last parameter.  Move code to add map to global scope from here...
10858         * elf/dl-open.c (dl_open_worker): ...here.
10859         * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
10860         * elf/rtld.c: Adjust call to _dl_map_object_deps.
10861
10862         * locale/programs/ld-collate.c (collate_read): Fix warning.
10863
10864         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
10865         values and macros for register names.
10866
10867         * libio/iofopncook.c (_IO_cookie_seek): Return error only if value
10868         returned by seek cookie function is -1.
10869
10870 2000-03-14  Andreas Jaeger  <aj@suse.de>
10871
10872         * locale/localeconv.c (localeconv): Fix typo.
10873         Reported by Andre Charbonneau <andrec@corel.com>.
10874
10875 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
10876
10877         * iconv/skeleton.c: Increment __invocation_counter in inner loop
10878         since modules depend on it counting the number of times the conversion
10879         function got called.
10880
10881         * iconv/gconv_open.c: Optimize loop to setup step data structure.
10882
10883         * iconv/gconv.h: Pretty print.
10884
10885 2000-03-04  Ulrich Drepper  <drepper@redhat.com>
10886
10887         * posix/wordexp-test.c: Correct one of the tests added in the last
10888         change.  Really get the root passwd entry to check again ~root.
10889
10890 2000-03-10  Andreas Jaeger  <aj@suse.de>
10891
10892         * manual/filesys.texi (Working Directory): Fix last patch.
10893         Patch by Martin Buchholz  <martin@xemacs.org>.
10894
10895 2000-03-10  Andreas Jaeger  <aj@suse.de>
10896
10897         * manual/creature.texi (Feature Test Macros): Fix language.
10898
10899 2000-03-10  Roland McGrath  <roland@baalperazim.frob.com>
10900
10901         * mach/devstream.c (devstream_write, devstream_read): New functions.
10902         (input, output): Functions removed.
10903         (mach_open_devstream): Use devstream_{read,write} as cookie functions,
10904         using only the vanilla fopencookie interface.
10905
10906         * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
10907         as macro for __io_functions.
10908         (funcsio): Use cookie_io_functions_t type name.
10909         (fopenport): Renamed from __fopenport.  Rewrite to call fopencookie.
10910
10911         * libio/iofopncook.c (_IO_cookie_init): New function, broken out of
10912         fopencookie.
10913         (fopencookie): Use it.
10914         * libio/libio.h: Declare _IO_cookie_init.
10915         * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
10916         _IO_cookie_init.
10917
10918         * libio/libio.h (__io_seek_fn): Fix second argument type
10919         to be a pointer, in line with the manual and the old stdio.
10920         * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
10921
10922         * sysdeps/generic/bits/stdio-lock.h: New file.
10923         This is a stub with #error, but that's better than no file at all.
10924
10925 2000-03-09  Martin Buchholz  <martin@xemacs.org>
10926
10927         * sysdeps/unix/sysv/linux/alpha/syscall.S: Doc Fixes.
10928         * manual/message.texi (Using gettextized software): Doc Fixes.
10929         * manual/message.texi (Message Translation): Doc Fixes.
10930         * manual/filesys.texi (File Size): Doc Fixes.
10931         * manual/charset.texi (glibc iconv Implementation): Doc Fixes.
10932         * locale/programs/ld-collate.c (collate_output): Doc Fixes.
10933         * iconv/gconv_db.c (find_derivation): Doc Fixes.
10934         * manual/install.texi: Doc Fixes.
10935         * manual/search.texi (Hash Search Function): Doc Fixes.
10936         * manual/stdio.texi (Output Conversion Syntax): Doc Fixes.
10937         * FAQ.in: Doc Fixes.
10938         * config.h.in: Doc Fixes.
10939         * sysdeps/generic/dl-sysdep.c: Doc Fixes.
10940         Doc Fixes.  `allows to' is not correct English.
10941
10942         * elf/rtld.c: Doc fixes.
10943         * manual/creature.texi (Feature Test Macros): Doc fixes.
10944         * manual/memory.texi (Hooks for Malloc): Doc Fixes.
10945
10946         * manual/filesys.texi (Working Directory): Check for ERANGE to
10947         avoid infloop.
10948
10949 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
10950
10951         * string/argz-stringify.c (__argz_stringify): Fix loop termination
10952         conditions so as not to clobber the final '\0' when there is only one
10953         element in the vector.
10954
10955 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
10956
10957         * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
10958         broken by 2000-02-27 change.
10959
10960         * sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
10961
10962 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
10963
10964         * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
10965         argument type, for 2000-02-22 change in signal/signal.h declaration.
10966
10967 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
10968
10969         * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
10970         to getdirentries64 (no __), since the Linux implementation
10971         has no __ name, and there is no declaration for the __ name.
10972
10973         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
10974
10975         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
10976         sed regexp so as not to break directory names including /../ within.
10977
10978         * sysdeps/unix/bsd/bits/waitflags.h: File removed.
10979         The sysdeps/generic file is right for BSD.  This file was in fact the
10980         Hurd file, but the only difference was the WNOREAP flag that was never
10981         actually implemented or used anywhere.
10982
10983         * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
10984         since AC_PATH_PROG already does it for us.
10985         (PERL): Rewrite check added in 2000-02-29 change for syntactic
10986         correctness and sh portability.  I replaced the broken check
10987         with a more sensible implementation of the apparently intended
10988         semantics, which might still be questionable.  Using expr causes
10989         a non-numeric value for `perl -V:apiversion` to be accepted,
10990         refusing to use only a perl that reports a number less than 5;
10991         on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
10992         * configure: Regenerated.
10993
10994 2000-03-08  Andreas Jaeger  <aj@suse.de>
10995
10996         * manual/crypt.texi: Fix paths.
10997
10998 2000-03-07  Andreas Jaeger  <aj@suse.de>
10999
11000         * resolv/netdb.h: The descriptions of rresvport and rresvport_af
11001         were swapped.
11002         Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
11003         libc/1636.
11004
11005 2000-03-06  Andreas Jaeger  <aj@suse.de>
11006
11007         * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
11008         in __sgn1l, otherwise g++ fails to parse this.
11009         Reported by Sean Chen <sean.chen@turbolinux.com>.
11010
11011 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
11012
11013         * configure.in: Compute sizeof-long-double.
11014         * configure: Regenerated.
11015         * config.make.in: Make sizeof-long-double available to sub-makes.
11016
11017 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
11018
11019         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
11020         call.
11021
11022 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
11023
11024         * Makeconfig (rpath-dirs): Add crypt.
11025         (all-subdirs): Remove md5crypt.
11026         * crypt/sysdeps/unix/crypt.c: Move to crypt/.
11027         * crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
11028         * sysdeps/generic/crypt-entry.c: Delete.
11029         * crypt/sysdeps/unix/crypt.h: Move to crypt/.
11030         * sysdeps/generic/crypt.h: Delete.
11031         * crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
11032         * crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
11033         * crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
11034         * sysdeps/generic/des_impl.c: Delete.
11035         * crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
11036         * crypt/sysdeps: Delete.
11037         * crypt/crypt_util.c: Don't use `patchlevel.h'.
11038         * md5-crypt/Versions: Move to crypt/.
11039         * md5-crypt/md5-crypt.c: Move to crypt/.
11040         * md5-crypt/md5.c: Move to crypt/.
11041         * md5-crypt/md5c-test.c: Move to crypt/.
11042         * md5-crypt/md5test.c: Move to crypt/.
11043         * md5-crypt: Delete.
11044         * crypt/Makefile: Adjust for new structure.
11045
11046 2000-03-03  Paul Eggert  <eggert@twinsun.com>
11047
11048         * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
11049         define to 1 if not defined.
11050
11051 2000-03-03  Andreas Jaeger  <aj@suse.de>
11052
11053         * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
11054
11055 2000-03-03  Andreas Jaeger  <aj@suse.de>
11056
11057         * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
11058         cases.
11059         (xdr_int64_t): Correctly handle lower half.
11060         Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
11061
11062 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
11063
11064         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
11065         call.
11066
11067 2000-03-02  Andreas Jaeger  <aj@suse.de>
11068
11069         * sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
11070         2.3.43.
11071
11072 2000-03-02  Andreas Jaeger  <aj@suse.de>
11073
11074         * resolv/Makefile (headers): Add arpa/nameser_compat.h.
11075
11076 2000-03-01  Andreas Jaeger  <aj@suse.de>
11077
11078         * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
11079         (tests): Added tst-getdate.
11080
11081         * time/tst-getdate.c: New file.
11082
11083         * time/datemsk: New file, needed for tst-getdate.
11084
11085 2000-02-29  Cristian Gafton  <gafton@redhat.com>
11086
11087         * configure.in (CCVERSION): Require at least veersion 5 of perl API.
11088
11089 2000-02-17  H.J. Lu  <hjl@gnu.org>
11090
11091         * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
11092
11093         * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
11094         available.
11095         (svcudp_recv): Set up message with the new "xp_pad" field for
11096         IP_PKTINFO.
11097         (svcudp_reply): Support IP_PKTINFO if available.
11098
11099 2000-03-01  Andreas Jaeger  <aj@suse.de>
11100
11101         * time/getdate.c (check_mday): Fix check for february.
11102         Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
11103         <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
11104
11105 2000-03-02  Andreas Jaeger  <aj@suse.de>
11106
11107         * posix/unistd.h: __THROW has to precede __attribute__, otherwise
11108         g++ fails to parse this.
11109         Reported by Sean Chen <sean.chen@turbolinux.com>.
11110
11111 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
11112
11113         * io/creat.c: Moved to...
11114         * sysdeps/generic/creat.c: ...here.
11115         * io/creat64.c: Moved to...
11116         * sysdeps/generic/creat64.c: ...here.
11117         * io/lockf.c: Moved to...
11118         * sysdeps/generic/lockf.c: ...here.
11119
11120         * crypt/crypt.texi: Moved to...
11121         * manual/crypt.texi: ...here.
11122         * crypt/examples/genpass.c: Moved to...
11123         * manual/examples/genpass.c: ...here.
11124         * crypt/examples/mygenpass.c: Moved to...
11125         * manual/examples/mygenpass.c: ...here.
11126         * crypt/examples/testpass.c: Moved to...
11127         * manual/examples/testpass.c: ...here.
11128
11129         * manual/Makefile (chapters): Add crypt.
11130         * manual/conf.texi: Add usual header for not-last chapter.
11131         * manual/crypt.texi: Add special header for last chapter.
11132
11133 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
11134
11135         * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
11136         * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
11137         complain if there is no crypt add-on.
11138         * crypt/configure: Removed.
11139
11140         * crypt/crypt.texi: Update documentation of US export restrictions
11141         to match the 14 Jan 2000 regulations.
11142
11143 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
11144
11145         * crypt: New subdirectory, merged in from the crypt add-on.
11146
11147 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
11148
11149         * include/unistd.h: Add __rmdir and __mkdir prototypes.
11150
11151
11152 See ChangeLog.10 for earlier changes.