]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Update.
[thirdparty/glibc.git] / ChangeLog
1 2000-10-08 Ulrich Drepper <drepper@redhat.com>
2
3 * version.h (VERSION): Bump to 2.1.95.
4
5 * configure.in: Remove warning message.
6
7 2000-10-07 Ulrich Drepper <drepper@redhat.com>
8
9 * elf/elf.h: Add a few section-related symbols.
10
11 * include/features.h (__STDC_ISO_10646__): Set to correct date.
12 Patch by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
13
14 2000-10-06 Jes Sorensen <jes@linuxcare.com>
15
16 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Implement
17 overflow generation by adding DBL_MAX to DBL_MAX instead of
18 setting the bits manually in the fpsr and generating the exception
19 with kill() if necessary.
20 (feraiseexcept): Implement underflow by dividing DBL_MIN by
21 DBL_MIN - similar to the overflow change described above.
22
23 2000-08-27 H.J. Lu <hjl@gnu.org>
24
25 * sysdeps/unix/sysv/linux/ia64/clone.S: Make it a dummy as clone
26 is not supported under Linux/ia64, use clone2.
27
28 2000-10-06 Jakub Jelinek <jakub@redhat.com>
29
30 * malloc/malloc.h (__THROW): Define to nothing if not gcc.
31 * misc/sys/cdefs.h (__THROW): Likewise.
32
33 2000-10-05 Jakub Jelinek <jakub@redhat.com>
34
35 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: New file.
36
37 2000-10-02 Jakub Jelinek <jakub@redhat.com>
38
39 * sunrpc/svc_udp.c (svcudp_recv): Set msg_controllen to all
40 remaining xp_pad space.
41
42 2000-10-05 Jakub Jelinek <jakub@redhat.com>
43
44 * elf/dl-close.c (_dl_close): Check imap's l_flags_1 for
45 DF_1_NODELETE, not list[i]'s.
46
47 2000-10-04 Ulrich Drepper <drepper@redhat.com>
48
49 * iconvdata/euc-kr.c (euckr_from_ucs4): Handle U20a9.
50 (BODY from direction): Map \x5c to U20a9.
51 * iconvdata/testdata/EUC-KR..UTF8: Adjust to this change.
52 * iconvdata/EUC-KR.irreversible: New file.
53 * iconvdata/Makefile (distribute): Add EUC-KR.irreversible.
54
55 * argp/argp-parse.c (argp_default_argp): Set libc as message domain.
56 (argp_version_argp): Likewise.
57
58 2000-10-04 Jakub Jelinek <jakub@redhat.com>
59
60 * stdio-common/vfscanf.c (_IO_vfscanf): For [ conversion do
61 input_error() if EOF is seen before processing.
62 * stdio-common/tstscanf.c (main): Add testcase.
63
64 2000-10-04 Ulrich Drepper <drepper@redhat.com>
65
66 * argp/argp-help.c: Make sure we get the correct gettext and
67 dgettext definitions.
68 * argp/argp-parse.c: Likewise.
69
70 2000-10-03 Ulrich Drepper <drepper@redhat.com>
71
72 * locale/programs/linereader.c (get_string): Also clear wide
73 string info if illegal_string.
74
75 2000-10-03 Andreas Schwab <schwab@suse.de>
76
77 * sysdeps/unix/sysv/linux/m68k/bits/stat.h: New file.
78
79 2000-10-02 Jakub Jelinek <jakub@redhat.com>
80
81 * elf/nextmod1.c (failing_rtld_next_use): Ensure it is not tail call
82 optimized.
83
84 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: New file.
85
86 2000-10-02 Ralf Baechle <ralf@gnu.org>
87
88 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the
89 end of inline assembler code.
90
91 2000-10-02 Ulrich Drepper <drepper@redhat.com>
92
93 * include/features.h [__USE_FILE_OFFSET && !__REDIRECT]: Define
94 __USE_LARGEFILE64 and __USE_LARGEFILE to 1 and not nothing.
95
96 2000-10-02 Andreas Jaeger <aj@suse.de>
97
98 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Synch with Linux
99 2.4.0-test9-pre8.
100
101 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Add RLIMIT_LOCKS.
102
103 2000-10-01 Ralf Baechle <ralf@gnu.org>
104
105 * sysdeps/mips/dl-machine.h (RTLD_START): Fix computation of envp
106 argument passed to _dl_init.
107
108 2000-09-30 Bruno Haible <haible@clisp.cons.org>
109
110 * locale/programs/charmap-dir.h: New file.
111 * locale/programs/charmap-dir.c: New file.
112 * locale/programs/linereader.h (lr_create): New declaration.
113 * locale/programs/linereader.c (lr_create): New function, split out
114 from lr_open.
115 (lr_open): Tailcall lr_create.
116 * locale/programs/locale.c: Include "charmap-dir.h". Don't include
117 <unistd.h>.
118 (xstrdup): New declaration.
119 (more_help): Use xstrdup instead of strdup.
120 (write_locales): Likewise. When encountering a symbolic link, call
121 stat.
122 (write_charmaps): Simplify using the charmap-dir.h functions.
123 Use xstrdup instead of strdup.
124 * locale/programs/charmap.c: Include "charmap-dir.h". Don't include
125 <dirent.h> and <unistd.h>.
126 (cmlr_open): New function.
127 (charmap_read): Use cmlr_open instead of lr_open. Simplify using the
128 charmap-dir.h functions.
129 * locale/Makefile (distribute): Add charmap-dir.h.
130 (lib-modules): Add charmap-dir.
131 (CFLAGS-charmap-dir.c): Set to -Wno-write-strings, because posix_spawn
132 wants a 'char **', not a 'const char **'.
133 * include/spawn.h: New file.
134
135 2000-09-30 Bruno Haible <haible@clisp.cons.org>
136
137 * posix/spawn_faction_init.c: Include "spawn_int.h".
138 (__posix_spawn_file_actions_realloc): Fix second realloc argument.
139
140 2000-09-30 Bruno Haible <haible@clisp.cons.org>
141
142 * locale/programs/config.h (DEFAULT_CHARMAP): Set to ANSI_X3.4-1968.
143
144 2000-09-30 Bruno Haible <haible@clisp.cons.org>
145
146 * wcsmbs/wcwidth.h (__ctype32_wctype): Remove declaration.
147 (internal_wcwidth): Remove the tests for L'\0' and iswprint.
148 * locale/programs/ld-ctype.c (find_idx): If max == NULL, return
149 a pointer to the table entry, without extending the table.
150 (allocate_arrays): Set a width only for characters with 'print'
151 property. Set the width of L'\0' to 0.
152 * locale/C-ctype.c (_nl_C_LC_CTYPE_width): Use default entry 0xff
153 for unprintable characters. Set entry of NUL to 0.
154
155 2000-09-30 Bruno Haible <haible@clisp.cons.org>
156
157 * locale/programs/charmap.c (charmap_read): Avoid redundant tests.
158 Don't forget to call closedir when the filename was found as a
159 code_set_name.
160
161 2000-09-30 Bruno Haible <haible@clisp.cons.org>
162
163 * iconv/gconv.h (__gconv_trans_context_fct): Change first argument's
164 type to 'void *'.
165
166 2000-09-30 Bruno Haible <haible@clisp.cons.org>
167
168 * locale/programs/ld-ctype.c (wctype_table_init): Initialize level1,
169 level2, and level3 as well.
170 (wctype_table_add): Remove a few unnecessary conditionals.
171
172 2000-09-30 Ralf Baechle <ralf@gnu.org>
173
174 * wcsmbs/Versions [libc] (GLIBC_2.0): Add __mbrtowc.
175
176 2000-09-30 H.J. Lu <hjl@gnu.org>
177
178 * sysdeps/ieee754/ldbl-96/s_ceill.c (__ceill): Handle overflow.
179 * sysdeps/ieee754/ldbl-96/s_floorl.c (__floorl): Likewise.
180
181 2000-09-29 H.J. Lu <hjl@gnu.org>
182
183 * math/libm-test.inc (init_max_error): Clear all exceptions
184 before starting test.
185 (acosh_test): Test for existence of function.
186 (asinh_test): Likewise.
187 (atan2_test): Likewise.
188 (cabs_test): Likewise.
189 (cacos_test): Likewise.
190 (cacosh_test): Likewise.
191 (casin_test): Likewise.
192 (casinh_test): Likewise.
193 (catan_test): Likewise.
194 (catanh_test): Likewise.
195 (ccos_test): Likewise.
196 (ccosh_test): Likewise.
197 (cexp_test): Likewise.
198 (clog_test): Likewise.
199 (clog10_test): Likewise.
200 (cosh_test): Likewise.
201 (cpow_test): Likewise.
202 (csin_test): Likewise.
203 (csinh_test): Likewise.
204 (csqrt_test): Likewise.
205 (ctan_test): Likewise.
206 (ctanh_test): Likewise.
207 (fmod_test): Likewise.
208 (hypot_test): Likewise.
209 (remainder_test): Likewise.
210 (remquo_test): Likewise.
211 (sincos_test): Likewise.
212 (sinh_test): Likewise.
213 (tanh_test): Likewise.
214
215 2000-09-29 H.J. Lu <hjl@gnu.org>
216
217 * sysdeps/ia64/ieee754.h: New file.
218
219 * sysdeps/ia64/fpu/math_ldbl.h: New file.
220
221 2000-09-30 Jakub Jelinek <jakub@redhat.com>
222
223 * elf/ldconfig.h (FLAG_X8664_LIB64): Define.
224 * sysdeps/unix/sysv/linux/i386/readelflib.c: New file.
225
226 2000-09-30 Ulrich Drepper <drepper@redhat.com>
227
228 * manual/charset.texi: Correct notations, reference to C90 amd 1,
229 and some other details.
230 * manual/ctype.texi: Likewise.
231 Patches by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
232
233 2000-09-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
234
235 * sysdeps/ieee754/flt-32/s_frexpf.c: Make it aliasing safe.
236
237 2000-09-29 Ulrich Drepper <drepper@redhat.com>
238
239 * elf/cache.c (save_cache): Initialize __unused field in new cache
240 as well to get reproducable results.
241
242 2000-09-29 H.J. Lu <hjl@gnu.org>
243
244 * sysdeps/ia64/fpu/libm-test-ulps: Updated for long double.
245
246 2000-09-29 H.J. Lu <hjl@gnu.org>
247
248 * sysdeps/ia64/bits/huge_val.h: New file.
249
250 2000-09-29 Ulrich Drepper <drepper@redhat.com>
251
252 * elf/chroot_canon.c: Don't report a failure if the last path
253 component is not available.
254 * elf/ldconfig.c (parse_conf): Use canonicalized name when reporting
255 error.
256
257 * elf/cache.c (print_cache): Use stat64 instead of stat.
258 * elf/ldconfig.c (chroot_stat): Likewise.
259 (create_links): Likewise.
260 (manual_link): Likewise.
261 (search_dir): Likewise.
262 * elf/readlib.c (process_file): Likewise.
263
264 * Makefile (install): Set LC_ALL and LANGUAGE to C before running
265 ldconfig.
266
267 2000-09-29 Jakub Jelinek <jakub@redhat.com>
268
269 * elf/chroot_canon.c: New file.
270 * elf/Makefile: Build and distribute it.
271 * elf/ldconfig.h (process_file): Add real_file_name argument.
272 (chroot_canon): Add prototype.
273 * elf/ldconfig.c (cache_file): Remove const.
274 (chroot_stat): New.
275 (create_links): Add real_path argument.
276 If opt_chroot, maintain both real and given filenames.
277 (manual_link): Likewise.
278 (search_dir): Likewise.
279 (parse_conf): If opt_chroot, use chroot_canon to find the real
280 config file.
281 (main): For -r, try to use chroot, if it fails, leave opt_chroot set
282 and use chroot_canon where appropriate to do the same as if chroot
283 succeeded.
284 * elf/readlib.c (process_file): Add real_file_name argument, pass it
285 to fopen.
286
287 2000-09-29 Ulrich Drepper <drepper@redhat.com>
288
289 * math/complex.h (_Complex): We can be more specific when _Complex
290 is defined by the compiler.
291
292 2000-09-29 H.J. Lu <hjl@gnu.org>
293
294 * sysdeps/unix/sysv/linux/ia64/dl-cache.h: New.
295
296 * elf/cache.c (print_entry): Replace 64bit with IA-64 in message
297 for x86/IA-64 binary.
298
299 2000-09-29 Andreas Schwab <schwab@suse.de>
300
301 * sysdeps/unix/sysv/linux/ia64/readelflib.c: New file.
302
303 * elf/cache.c (print_entry): Check for FLAG_IA64_LIB64.
304
305 2000-09-29 Mark Kettenis <kettenis@gnu.org>
306
307 * sysdeps/mach/hurd/dl-sysdep.c (__access): New function. Dummy
308 implementation for use by the dynamic linker.
309
310 2000-09-29 Andreas Jaeger <aj@suse.de>
311
312 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Protect DN_* by
313 __USE_GNU.
314 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
315 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Likewise.
316 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
317 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
318 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
319 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
320
321 2000-09-29 Andreas Jaeger <aj@suse.de>
322
323 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Synch with Linux
324 2.4.0-test9-pre7.
325 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
326 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Likewise.
327 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
328 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
329 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
330 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
331
332 2000-09-29 David Mosberger <davidm@hpl.hp.com>
333
334 * sysdeps/unix/sysv/linux/ia64/sysdep.S (__ia64_syscall): Cleanup.
335
336 * sysdeps/unix/sysv/linux/ia64/sysdep.h (CALL_MCOUNT): Implement.
337
338 2000-06-10 David Mosberger <davidm@hpl.hp.com>
339
340 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Fix it so it actually
341 works: call to __sigjmp_save must be done unconditionally to
342 ensure jmp_buf is initialized properly.
343
344 2000-09-27 Andreas Jaeger <aj@suse.de>
345
346 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Synch with Linux
347 2.4.0-test9-pre7.
348
349 2000-09-29 Jakub Jelinek <jakub@redhat.com>
350
351 * nscd/nscd-client.h (NSCD_VERSION): Bump to 3.
352 Use nscd_ssize_t where appropriate.
353 * nscd/nscd_gethst_r.c (nscd_gethst_r): Use nscd_ssize_t instead of
354 ssize_t where appropriate.
355 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
356 * nscd/hstcache.c (cache_addhst): Likewise.
357 * nscd/grpcache.c (cache_addgr): Likewise.
358 * sysdeps/generic/nscd-types.h: New file.
359 * sysdeps/alpha/nscd-types.h: New file.
360
361 2000-09-29 Ulrich Drepper <drepper@redhat.com>
362
363 * inet/getnameinfo.c (nrl_domainname): Use symbolic constant
364 INADDR_LOOPBACK instead of numeric value.
365
366 2000-09-28 H.J. Lu <hjl@gnu.org>
367
368 * sysdeps/ia64/dl-machine.h (RTLD_START): Adjust _dl_argv by
369 _dl_skip_args.
370 (ELF_MACHINE_FIXED_STACK): Removed.
371
372 2000-09-29 Andreas Jaeger <aj@suse.de>
373
374 * sysdeps/unix/sysv/linux/s390/lockf64.c: New file.
375
376 * sysdeps/unix/sysv/linux/s390/fcntl.c: New file.
377
378 * sysdeps/unix/sysv/linux/powerpc/lockf64.c: New file.
379
380 * sysdeps/unix/sysv/linux/powerpc/fcntl.c: New file.
381
382 2000-09-28 Ulrich Drepper <drepper@redhat.com>
383
384 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle unaligned
385 relocation also for R_ALPHA_RELATIVE.
386 Reported by Ivan Kokshaysky <ink@jurassic.park.msu.ru>.
387
388 2000-09-18 Bruno Haible <haible@clisp.cons.org>
389
390 * intl/dcigettext.c: Outside libc, use local variable names that don't
391 clash with those in libc.
392 * intl/bindtextdom.c: Likewise.
393 * intl/textdomain.c: Likewise.
394
395 2000-09-28 Ulrich Drepper <drepper@redhat.com>
396
397 * elf/ldconfig.c (parse_conf): Print full name of config dir
398 including chroot() path.
399 (main): Remove trailing / from opt_chroot string.
400
401 * include/features.h: Correct description of what happens if no
402 *_SOURCE macro is defined.
403
404 * sysdeps/posix/getaddrinfo.c (gaih_inet): Handle req->ai_socktype
405 correctly. Reported by Felix von Leitner <leitner@convergence.de>.
406
407 2000-09-19 H.J. Lu <hjl@gnu.org>
408
409 * malloc/malloc.h (__memalign_hook): Fix the parameter order.
410 * malloc/malloc.c (__memalign_hook): Likewise.
411 (memalign_hook_ini): Likewise.
412
413 2000-09-28 Ulrich Drepper <drepper@redhat.com>
414
415 * stdio-common/tmpnam.c (tmpnam): Optimize a bit.
416
417 * sysdeps/posix/getaddrinfo.c (gaih_local): Don't use tmpnam, use
418 underlying functions directly.
419
420 * sysdeps/unix/sysv/linux/bits/resource.h: Add RLIMIT_LOCKS.
421 * sysdeps/unix/sysv/linux/arm/bits/resource.h: Likewise.
422 * sysdeps/unix/sysv/linux/i386/bits/resource.h: Likewise.
423 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
424 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: Likewise.
425 * sysdeps/unix/sysv/linux/sh/bits/resource.h: Likewise.
426 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
427
428 2000-09-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
429
430 * sysdeps/unix/sysv/linux/kernel-features.h: Add __ASSUME_IPC64, only
431 define it for powerpc for kernel >= 2.4.0.
432 * sysdeps/unix/sysv/linux/msgctl.c: Test for __ASSUME_IPC64, not
433 __ASSUME_32BITUIDS.
434 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
435 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
436 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Sync with kernel.
437 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: New file.
438 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: New file.
439 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: New file.
440
441 2000-09-28 Martin Schwidefsksy <schwidefsky@de.ibm.com>
442
443 * sysdeps/s390/atomicity.h: Fix compare_and_swap.
444
445 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h
446 (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8.
447
448 2000-09-28 Denis Joseph Barrow <djbarrow@de.ibm.com>
449
450 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Use definitions from
451 ucontext.h.
452 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Fix ucontext structure.
453
454 2000-09-27 Andreas Schwab <schwab@suse.de>
455
456 * math/Makefile (distribute): Explicitly add the long double test
457 sources, to get them included even if long double is not supported.
458
459 2000-09-27 Jes Sorensen <jes@linuxcare.com>
460
461 * elf/soinit.c (struct object): Move definition to gccframe.h and
462 include it. Problem identified by HJ Lu.
463
464 * sysdeps/ia64/gccframe.h: New file. ia64 specific version of
465 struct object to be searched for frame unwind info.
466 * sysdeps/generic/gccframe.h: New file. Generic version of
467 struct object to be searched for frame unwind info.
468
469 2000-09-28 Ulrich Drepper <drepper@redhat.com>
470
471 * manual/errno.texi: Correct error text for ENXIO.
472 Reported by Jörg Schilling <schilling@fokus.gmd.de>.
473
474 2000-09-27 Jes Sorensen <jes@linuxcare.com>
475
476 * sysdeps/ia64/fpu/fsetexcptflg.c (fesetexceptflag): Set the
477 exception status bits rather than the exception disable bits.
478 Don't include math.h.
479
480 * sysdeps/ia64/fpu/fgetexcptflg.c (fegetexceptflag): Report the
481 status of exceptions currently raised rather than which exceptions
482 are enabled.
483
484 * sysdeps/ia64/fpu/fclrexcpt.c (feclearexcept): Typecase to fenv_t
485 rather than unsigned long int.
486
487 * sysdeps/ia64/fpu/fedisblxcpt.c (fedisableexcept): Only disable
488 the exceptions actually requested by the caller and not just
489 disable all exceptions.
490
491 * sysdeps/ia64/fpu/feenablxcpt.c (feenableexcept): Exceptions on
492 the ia64 are enabled by clearing the respective bits in the fpsr,
493 not setting them.
494
495 * sysdeps/ia64/bits/fenv.h: typedef fexcept_t and fenv_t to
496 unsigned long int rather than unsigned long to be consistent with
497 the coding conventions.
498
499 2000-09-20 H.J. Lu <hjl@gnu.org>
500
501 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Use fenv_t instead of
502 unsigned long int.
503 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
504
505 2000-09-28 Ulrich Drepper <drepper@redhat.com>
506
507 * string/bits/string2.h: Unify #if usage.
508
509 2000-09-27 Jakub Jelinek <jakub@redhat.com>
510
511 * math/test-fenv.c (feexcp_mask_test): If enabling all exceptions
512 and disabling underflow or overflow, disable inexact as well.
513
514 2000-09-26 Andreas Jaeger <aj@suse.de>
515
516 * sysdeps/gnu/netinet/tcp.h: Add tcp_info defines and types.
517
518 * sysdeps/unix/sysv/linux/sys/mount.h (enum): New flag MS_BIND.
519
520 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETLKW64,
521 F_GETLK64, F_SETLK64): Update from Linux-2.4.0-test9-pre4.
522
523 * elf/ldconfig.c (search_dir): Allow unlimited path length.
524 (create_links): Likewise.
525
526 2000-09-27 Ulrich Drepper <drepper@redhat.com>
527
528 * posix/tst-dir.c: Test a few error cases of chdir.
529
530 2000-09-26 Ulrich Drepper <drepper@redhat.com>
531
532 * math/math_private.h: Don't add long double prototypes if
533 NO_LONG_DOUBLE is defined.
534
535 * sysdeps/unix/i386/i586/clock_nanosleep.c (CLOCK_P): Remove
536 CLOCK_MONOTONIC.
537 * sysdeps/unix/i386/i586/clock_gettime.c (EXTRA_CLOCK_CASES): Likewise.
538 * sysdeps/unix/i386/i586/clock_getres.c (EXTRA_CLOCK_CASES): Likewise.
539
540 * sysdeps/unix/sysv/linux/i386/bits/time.h: Remove CLOCK_MONOTONIC.
541
542 2000-09-26 Jakub Jelinek <jakub@redhat.com>
543
544 * sysdeps/sparc/sparc32/bits/endian.h: Remove.
545 * sysdeps/sparc/sparc32/ieee754.h: New.
546 * sysdeps/sparc/sparc64/bits/endian.h: Move...
547 * sysdeps/sparc/bits/endian.h: ...here.
548 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Optimize.
549 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Check
550 %o1, not %o0 to see if we're parent or child. Optimize.
551
552 2000-09-26 Jes Sorensen <jes@linuxcare.com>
553
554 * sysdeps/unix/sysv/linux/ia64/fork.S: New file (based on code
555 by Hans Boehm).
556 * sysdeps/unix/sysv/linux/ia64/vfork.S: New file (based on
557 code by Hans Boehm).
558 * sysdeps/unix/sysv/linux/ia64/fork.c: Deleted (obsoleted by fork.S).
559
560 2000-09-20 H.J. Lu <hjl@gnu.org>
561
562 * sysdeps/ia64/fpu/printf_fphex.c: New file.
563
564 * sysdeps/ia64/fpu/libm-test-ulps: New file.
565
566 2000-09-17 H.J. Lu <hjl@gnu.org>
567
568 * sysdeps/ia64/Makefile (long-double-fcts): New. Defined as yes.
569
570 * sysdeps/ia64/fpu/s_isinfl.c: New file. Include
571 sysdeps/i386/fpu/s_isinfl.c.
572
573 * sysdeps/ia64/fpu/s_isnanl.c: New file. Include
574 sysdeps/i386/fpu/s_isnanl.c.
575
576 * sysdeps/ia64/fpu/s_nextafterl.c: New file. Include
577 sysdeps/i386/fpu/s_nextafterl.c.
578
579 * sysdeps/ia64/fpu/bits/mathdef.h: New file. Copied from
580 sysdeps/i386/fpu/bits/mathdef.h.
581
582 2000-09-16 H.J. Lu <hjl@gnu.org>
583
584 * sysdeps/generic/ldsodefs.h (DL_UNMAP): New. Defined if
585 DL_UNMAP_IS_SPECIAL is not defined.
586
587 * sysdeps/ia64/dl-lookupcfg.h (DL_UNMAP_IS_SPECIAL): Defined.
588 (_dl_unmap): New prototype.
589 (DL_UNMAP): New. Defined as _dl_unmap.
590
591 * sysdeps/ia64/Versions [ld] (GLIBC_2.2): Add _dl_unmap.
592
593 * elf/dl-close.c (_dl_close): Replace __munmap with DL_UNMAP.
594
595 2000-09-16 H.J. Lu <hjl@gnu.org>
596
597 * sysdeps/generic/ldsodefs.h (DL_LOOKUP_ADDRESS): New. Defined
598 if ELF_FUNCTION_PTR_IS_SPECIAL is not defined.
599
600 * sysdeps/ia64/dl-lookupcfg.h (_dl_lookup_address): New
601 prototype.
602 (DL_LOOKUP_ADDRESS): New. Defined as _dl_lookup_address.
603
604 * sysdeps/ia64/dl-fptr.c (_dl_lookup_address): New. Lookup
605 the memory location of a function from a function descriptor.
606
607 * sysdeps/ia64/Versions [ld] (GLIBC_2.2): Add _dl_lookup_address.
608
609 * elf/dl-addr.c (_dl_addr): Use DL_LOOKUP_ADDRESS to get the
610 memory location.
611
612 2000-09-14 Jes Sorensen <jes@linuxcare.com>
613
614 * sysdeps/ia64/bits/byteswap.h (__bswap_16): Don't mark output
615 variable as input argument.
616 (__bswap_32): Likewise.
617
618 * sysdeps/ia64/dl-machine.h: Add missing stop bit in RTLD_START()
619 - found by Jim Wilson <wilson@cygnus.com>
620
621 2000-09-26 Ulrich Drepper <drepper@redhat.com>
622
623 * string/strxfrm.c: Only require alignment on __alignof__ (int32_t)
624 instead of 4.
625
626 2000-09-26 Andreas Schwab <schwab@suse.de>
627
628 * locale/programs/ld-collate.c (collate_output): Only require
629 alignment on __alignof__ (int32_t) instead of 4.
630 * locale/loadlocale.c (_nl_load_locale): Likewise.
631 * string/strcoll.c: Likewise.
632
633 2000-09-26 Jes Sorensen <jes@linuxcare.com>
634
635 * sysdeps/ieee754/ldbl-96/e_atan2l.c (__ieee754_atan2l): Add
636 parentheses around arithmetic used in | statement to kill compiler
637 warning.
638
639 * math/math_private.h: Add prototype for __finitel.
640 (__ilogbl): Likewise.
641 (__isinfl): Likewise.
642 (__isnanl): Likewise.
643 (__atanl): Likewise.
644 (__copysignl): Likewise.
645 (__expm1l): Likewise.
646 (__floorl): Likewise.
647 (__frexpl): Likewise.
648 (__ldexpl): Likewise.
649 (__log1pl): Likewise.
650 (__nanl): Likewise.
651 (__rintl): Likewise.
652 (__scalbnl): Likewise.
653 (__sqrtl): Likewise.
654 (fabsl): Likewise.
655 (__sincosl): Likewise.
656
657 2000-09-26 Andreas Schwab <schwab@suse.de>
658
659 * sysdeps/m68k/fpu/libm-test-ulps: New file
660
661 2000-09-26 Ulrich Drepper <drepper@redhat.com>
662
663 * locale/langinfo.h (__nl_langinfo_l): Add prototype.
664
665 2000-09-26 Andreas Jaeger <aj@suse.de>
666
667 * misc/mkstemp64.c: New file.
668 * misc/Makefile (routines): Add mkstemp64.
669 * stdlib/stdlib.h: Add prototype and redirection magic.
670 * misc/Versions: Add mkstemp64.
671
672 2000-09-26 Thorsten Kukuk <kukuk@suse.de>
673
674 * nscd/dbg_log.c (dbg_log): Add missing format string.
675
676 2000-09-26 Ulrich Drepper <drepper@redhat.com>
677
678 * catgets/catgets.c (catopen): Use getenv instead of __secure_getenv
679 since we filter out the variable once.
680 * iconv/gconv_conf.c (__gconv_get_path): Likewise.
681 * locale/newlocale.c (__newlocale): Likewise.
682 * locale/setlocale.c (setlocale): Likewise.
683 * malloc/malloc.c (ptmalloc_init): Likewise.
684 * resolv/res_hconf.c (_res_hconf_init): Likewise.
685 * resolv/res_init.c (__res_vinit): Likewise.
686 * time/tzfile.c (__tzfile_read): Likewise.
687 * sysdeps/generic/unsecvars.h: New file.
688 * elf/dl-support.c (non_dynamic_init): Use it here to remove variables.
689 * elf/rtld.c (process_envvars): Likewise.
690 * elf/Makefile (distribute): Add unsecvars.h.
691
692 * misc/daemon.c (daemon): Fail if !noclose and we cannot open the
693 real /dev/null device.
694
695 * sysdeps/generic/check_fds.c: Include device-nrs.h.
696 * sysdeps/generic/device-nrs.h: New file.
697 * sysdeps/unix/sysv/linux/device-nrs.h: New file.
698 * misc/Makefile (distribute): Add device-nrs.h.
699
700 * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Use O_TRUNC to
701 remove possible garbage at the end of the file.
702
703 2000-09-25 Ulrich Drepper <drepper@redhat.com>
704
705 * stdio-common/tmpnam_r.c: Warn about insecure tmpnam_r.
706 * stdio-common/tmpnam.c: Warn about insecure tmpnam.
707 * stdio-common/tempnam.c: Warn about insecure tempnam.
708 * misc/mktemp.c: Warn about insecure mktemp.
709
710 * sysdeps/generic/check_fds.c: Check that file opened is really
711 /dev/null.
712 * posix/wordexp.c (exec_comm_child): Likewise.
713
714 * elf/rtld.c (process_envvars): Open debug output file with O_NOFOLLOW.
715
716 * locale/Makefile (routines): Add nl_langinfo_l.
717 * locale/Versions [libc] (GLIBC_2.2): Add __nl_langinfo_l.
718 * locale/nl_langinfo_l.c: New file.
719 * locale/nl_langinfo.c: Allow use of file for __nl_langinfo_l
720 definition.
721
722 2000-09-23 Bruno Haible <haible@clisp.cons.org>
723
724 * iconvdata/gbk.c (USE_PRIVATE_AREA): Define to 0.
725 (__gbk_to_ucs): Conditionalize private area mappings.
726 (__gbk_from_ucs4_tab9): Likewise.
727 (BODY for TO_LOOP): Likewise.
728 * iconvdata/testdata/GBK: Don't use characters not yet in Unicode.
729 * iconvdata/testdata/GBK..UTF-8: Likewise.
730 * iconvdata/tst-tables.sh: Enable GBK test.
731
732 2000-09-23 Bruno Haible <haible@clisp.cons.org>
733
734 * iconvdata/gbk.c (__gbk_to_ucs): Swap U+2014 and U+2015.
735 (__gbk_from_ucs4_tab4): Swap entries for U+2014 and U+2015.
736 (BODY for FROM_LOOP): Reject input > 0xFEA0, avoids out-of-bounds
737 array access.
738 * iconvdata/gbgbk.c (BODY for FROM_LOOP): Map 0xA844 to 0xA1AA.
739 * iconvdata/testdata/GBK..UTF8: Swap U+2014 and U+2015.
740
741 2000-09-23 Bruno Haible <haible@clisp.cons.org>
742
743 * iconvdata/johab.c (final_to_ucs): Fix typos.
744 (jamo_from_ucs_table): Likewise.
745 (BODY for FROM_LOOP): Map 0x5c to U+20A9. Reject ranges
746 0xD9E6..0xD9FE and 0xDEF2..0xDEFE.
747 (BODY for TO_LOOP): Map U+20A9 to 0x5c. Don't produce values in
748 the range 0xD9E6..0xD9FE.
749 * iconvdata/tst-tables.sh: Enable JOHAB testing.
750
751 2000-09-25 Ulrich Drepper <drepper@redhat.com>
752
753 * iconv/gconv_conf.c (__gconv_get_path): Fix problem with relative
754 GCONV_PATH.
755
756 2000-09-24 Ulrich Drepper <drepper@redhat.com>
757
758 * libio/genops.c (_IO_doallocbuf): Don't use single byte buffer if
759 stream is in wide mode.
760
761 * stdio-common/vfprintf.c (buffered_vfprintf): Orient stream.
762
763 2000-09-21 Bruno Haible <haible@clisp.cons.org>
764
765 * iconvdata/iso-2022-cn-ext.c (EMIT_SHIFT_TO_INIT): Shift __count
766 by 3, not 2.
767 (INIT_PARAMS, UPDATE_PARAMS): Likewise.
768
769 2000-09-21 Bruno Haible <haible@clisp.cons.org>
770
771 * stdio-common/vfscanf.c (__vfscanf, _IO_vfscanf): Fix bugs in
772 reallocation logic for MALLOC (%as, %aS formats).
773
774 2000-09-24 Ulrich Drepper <drepper@redhat.com>
775
776 * stdio-common/vfprintf.c (process_arg): Handle %hhn.
777 Add missing case in va_arg handling for numbers.
778 * stdio-common/tst-printf.c (main): Add tests for %hhu and %hhn
779 handling.
780 * stdio/tst-printf.sh: Adjust expected results.
781 Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
782
783 2000-09-20 Bruno Haible <haible@clisp.cons.org>
784
785 * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Reject 0x80.
786 (BODY for TO_LOOP): Clear bit 7 when outputting ISO-8859-1 upper half
787 characters.
788 * iconvdata/gen-8bit-gap-1.sh: Recognize lowercase hexadecimal digits
789 as equivalent to uppercase hexadecimal digits.
790
791 2000-09-20 Bruno Haible <haible@clisp.cons.org>
792
793 * iconvdata/testdata/EUC-KR..UTF8: New file.
794 * iconvdata/testdata/EUC-TW: New file.
795 * iconvdata/testdata/EUC-TW..UTF8: New file.
796 * iconvdata/testdata/EUC-JP: New file.
797 * iconvdata/testdata/EUC-JP..UTF8: New file.
798 * iconvdata/testdata/ISO-2022-JP: New file.
799 * iconvdata/testdata/ISO-2022-JP..UTF8: New file.
800 * iconvdata/testdata/ISO-2022-JP-2: New file.
801 * iconvdata/testdata/ISO-2022-JP-2..UTF8: New file.
802 * iconvdata/testdata/ISO-2022-KR: Add a few more lines.
803 * iconvdata/testdata/ISO-2022-KR..UTF8: New file.
804 * iconvdata/testdata/ISO-2022-CN: New file.
805 * iconvdata/testdata/ISO-2022-CN..UTF8: New file.
806 * iconvdata/testdata/ISO-2022-CN-EXT: New file.
807 * iconvdata/testdata/ISO-2022-CN-EXT..UTF8: New file.
808 * iconvdata/TESTS: Enable tests for ISO-2022-JP, ISO-2022-JP-2,
809 ISO-2022-CN, ISO-2022-CN-EXT, EUC-JP, EUC-TW.
810
811 2000-09-24 Andreas Jaeger <aj@suse.de>
812
813 * elf/ldconfig.c (add_dir): Move logic to add entry to list to new
814 function add_single_dir.
815 (add_single_dir): New function.
816 (search_dir): Use add_single_dir instead of recursing.
817
818 * sysdeps/generic/dl-cache.h: Include stdint.h.
819 (struct file_entry_new): Use fixed sizes for interoperability
820 between 32bit and 64bit systems, add __unused to make alignment
821 explicit.
822 (CACHE_VERSION): Increment.
823 (struct cache_file_new): Use fixed sizes, add one more unused
824 entry to make alignment explicit.
825
826 2000-09-24 Ulrich Drepper <drepper@redhat.com>
827
828 * elf/ldconfig.c (search_dir): Make more use of d_type information.
829
830 2000-09-23 Ulrich Drepper <drepper@redhat.com>
831
832 * stdio-common/printf-parse.h (parse_one_spec): Clear
833 spec->info.i18n. Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
834
835 2000-09-18 Mark Kettenis <kettenis@gnu.org>
836
837 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO):
838 #undef since we don't have msync.
839
840 * sysdeps/mach/hurd/bits/time.h: (CLOCKS_PER_SEC): Make a long int
841 constant since that is what clock_t is.
842 * sysdeps/mach/hurd/i386/bits/time.h: Likewise.
843
844 2000-09-11 Mark Kettenis <kettenis@gnu.org>
845
846 * sysdeps/mach/getloadavg.c (getloadavg): Divide instead of
847 multiply by LOAD_SCALE.
848
849 2000-09-22 Jakub Jelinek <jakub@redhat.com>
850
851 * crypt/crypt.h (crypt, setkey, encrypt): Add __THROW.
852 (crypt_r, setkey_r, encrypt_r): Likewise.
853
854 2000-09-22 Andreas Jaeger <aj@suse.de>
855
856 * locale/programs/repertoire.c (repertoiremap_hash): Don't specify
857 array size.
858
859 * sysdeps/alpha/fpu/libm-test-ulps: New file.
860 From Christian Iseli <chris@ludwig-alpha.unil.ch>.
861
862 2000-09-21 Andreas Jaeger <aj@suse.de>
863
864 * math/libm-test.inc (atan_test): Test for existence of function.
865 (expm1_test): Likewise.
866 (acos_test): Likewise.
867 (asin_test): Likewise.
868 (exp_test): Likewise.
869 (log10_test): Likewise.
870 (log_test): Likewise.
871 (pow_test): Likewise.
872 (sqrt_test): Likewise.
873 (cos_test): Likewise.
874 (sin_test): Likewise.
875 (tan_test): Likewise.
876 (log1p_test): Likewise.
877 (log2_test): Likewise.
878
879 * sysdeps/i386/fpu/libm-test-ulps: Tweak some values for K6.
880
881 * libio/oldiofsetpos64.c: Fix alias names.
882
883 2000-09-21 Martin Buchholz <martin@xemacs.org>
884
885 * manual/terminal.texi (Allocation): Sample code correction.
886
887 2000-09-20 Andreas Jaeger <aj@suse.de>
888
889 * iconvdata/Makefile (generated): Add tst-tables.out.
890
891 * intl/Makefile (generated): Add test output.
892
893 2000-09-19 Andreas Jaeger <aj@suse.de>
894
895 * sunrpc/clnt_simp.c (callrpc): Fix write beyond end of buffer.
896 Reported by Jens-Uwe Mager <jum@helios.de>.
897
898 2000-09-18 Ulrich Drepper <drepper@redhat.com>
899
900 * version.h (VERSION): Bump to 2.1.94.
901
902 * sysdeps/mips/Dist: Add fpu/fenv_libc.h.
903 * sysdeps/sparc/sparc32/soft-fp/Dist: Add q_add.c.
904 * sysdeps/sparc/sparc64/soft-fp/Dist: Add qp_add.c.
905 * sysdeps/unix/sysv/linux/ia64/Dist: Add net/route.h.
906
907 * malloc/mtrace.c (mtrace): Mark stream as close on exec.
908
909 2000-09-17 Bruno Haible <haible@clisp.cons.org>
910
911 * iconvdata/utf-16.c (BODY for TO_LOOP): Reject UCS-4 input in the
912 range 0xD800..0xDFFF.
913 * iconvdata/unicode.c (BODY for TO_LOOP): Likewise.
914 (BODY for FROM_LOOP): Likewise.
915 * iconv/gconv_simple.c (ucs2_internal_loop): Likewise.
916 (internal_ucs2_loop): Likewise.
917 (ucs2reverse_internal_loop): Likewise.
918 (internal_ucs2reverse_loop): Likewise.
919
920 2000-09-17 Bruno Haible <haible@clisp.cons.org>
921
922 * iconvdata/utf-16.c (gconv_init): Add missing slashes to encoding
923 names.
924
925 2000-09-17 Bruno Haible <haible@clisp.cons.org>
926
927 * iconvdata/tst-table-from.c (main): Fix test for error on stdout.
928 * iconvdata/tst-table-to.c (main): Likewise.
929
930 2000-09-17 Bruno Haible <haible@clisp.cons.org>
931
932 * iconvdata/iso-ir-165.c (__isoir165_from_tab): Renamed from
933 __isoir165_tab.
934 * iconvdata/cns11643.h (__cns11643l1_to_ucs4_tab): New declaration.
935 * iconvdata/iso-2022-cn-ext.c: Include "cns11643.h".
936 (GB7590_set, GB13132_set, CNS11643_3_set, CNS11643_4_set,
937 CNS11643_5_set, CNS11643_6_set, CNS11643_7_set): Change enum values.
938 (BODY for FROM_LOOP): Fix buffer overrun. Treat CNS11643 plane 3.
939 Return __GCONV_INCOMPLETE_INPUT instead of __GCONV_EMPTY_INPUT.
940 (BODY for TO_LOOP): Fix usage of `set' vs. `used'. Fix typo that
941 caused GB2312 to be used instead of ISO-IR-165. Treat CNS11643
942 plane 3. Fix shift sequences. Output announcement for SS2 and SS3
943 encodings when needed. When outputting an announcement, don't clear
944 most other announcements.
945
946 2000-09-17 Bruno Haible <haible@clisp.cons.org>
947
948 * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Fix buffer overrun.
949 (BODY for TO_LOOP): Fix usage of `set' vs. `used'.
950
951 2000-09-14 Bruno Haible <haible@clisp.cons.org>
952
953 * intl/Versions: Add bind_textdomain_codeset.
954
955 2000-09-16 Ralf Baechle <ralf@gnu.org>
956
957 * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Reformat. Declare
958 as function.
959 (_RTLD_EPILOGUE): Reformat. Declare size of entry function.
960 (ELF_MACHINE_BEFORE_RTLD_RELOC): Relocate the dynamic linker itself so
961 it will even work when not loaded to the standard address.
962 (RTLD_START): Reformat. Call _dl_start in a way that is safe even
963 before the dynamic linker itself is relocated.
964
965 2000-09-18 Andreas Jaeger <aj@suse.de>
966
967 * sysdeps/unix/sysv/linux/kernel-features.h: Always define
968 __ASSUME_32BITUIDS for MIPS.
969 * sysdeps/unix/sysv/linux/mips/ipc_priv.h: New file.
970 * sysdeps/unix/sysv/linux/mips/Dist: Add ipc_priv.h.
971
972 2000-09-17 H.J. Lu <hjl@gnu.org>
973
974 * catgets/Makefile ($(objpfx)de/libc.cat): Use
975 $(make-target-directory) instead of mkdir.
976
977 2000-09-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
978
979 * sysdeps/unix/sysv/linux/kernel-features.h: Always define
980 __ASSUME_32BITUIDS for __powerpc__.
981 * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: New file.
982 * sysdeps/unix/sysv/linux/powerpc/Dist: Add ipc_priv.h.
983
984 2000-09-17 Ulrich Drepper <drepper@redhat.com>
985
986 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Fix last
987 patch.
988 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
989
990 2000-09-16 Jakub Jelinek <jakub@redhat.com>
991
992 * sysdeps/ia64/Implies: Reorder ieee754 implies so that ldbl-* comes
993 first.
994 * sysdeps/m68k/Implies: Likewise.
995 * sysdeps/sparc/sparc64/Implies: Likewise.
996
997 2000-09-16 Jakub Jelinek <jakub@redhat.com>
998
999 * elf/readlib.c (process_file): Don't error for stale .so links either.
1000
1001 2000-09-16 Ulrich Drepper <drepper@redhat.com>
1002
1003 * elf/dl-load.c (_dl_map_object_from_fd): Add one more
1004 __builtin_expect.
1005
1006 * include/bits/xopen_lim.h (LONG_BIT): Use LONG_MAX, not INT_MAX.
1007 Patch by Thorsten Kukuk <kukuk@suse.de>.
1008
1009 * dlfcn/Makefile (distribute): Add defaultmod1.c and defaultmod2.c.
1010 (test): Add default.
1011 (modules-names): Add defaultmod1 and defaultmod2.
1012 Add rules to build test objects.
1013
1014 2000-09-15 Ulrich Drepper <drepper@redhat.com>
1015
1016 * wctype/wctype.h: Always include <bits/types.h>.
1017 Reported by Jim Meyering <meyering@ascend.com>.
1018
1019 * elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
1020 * elf/dl-support.c: Likewise.
1021
1022 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Correct position of
1023 st_blocks member in stat and stat64 structs.
1024 Patch by Bill Nottingham <notting@redhat.com>.
1025
1026 * iconvdata/tst-tables.sh: Add warning that GB18030 test might
1027 take longer.
1028
1029 * math/complex.h: Don't define _Complex macro for gcc 3. Add
1030 __extension__ to _Complex_I definition since gcc warns if -pedantic.
1031 * math/bits/cmathcalls.h (conj): Add __extension__ since we use ~.
1032 Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
1033
1034 * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
1035 necessary. Move includes of POSIX and Unix limits files to the end.
1036 * stdlib/Makefile (tests): Add tst-limits.
1037 * stdlib/tst-limits.h: New file.
1038
1039 2000-09-15 Andreas Jaeger <aj@suse.de>
1040
1041 * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Handle FE_NOMASK_ENV.
1042
1043 * sysdeps/mips/bits/fenv.h (FE_NOMASK_ENV): Define.
1044
1045 2000-09-15 Jakub Jelinek <jakub@redhat.com>
1046
1047 * sysdeps/unix/alpha/sysdep.h (inline_syscall_clobbers): Add memory
1048 clobber.
1049 * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
1050 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Likewise.
1051
1052 2000-09-15 Ulrich Drepper <drepper@redhat.com>
1053
1054 * elf/Makefile (distribute): Add nextmod1.c and nextmod2.c.
1055 (tests): Add next.
1056 (modules-names): Add nextmod1 and nextmod2.
1057 Add rules to build and run next.
1058 * elf/next.c: New file.
1059 * elf/nextmod1.c: New file.
1060 * elf/nextmod2.c: New file.
1061
1062 2000-09-14 Jakub Jelinek <jakub@redhat.com>
1063
1064 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Fix a typo.
1065
1066 2000-09-15 Andreas Jaeger <aj@suse.de>
1067
1068 * sysdeps/mips/fpu/fenv_libc.h: New file.
1069 * sysdeps/mips/fpu/feenablxcpt.c: Use fenv_libc.h
1070 * sysdeps/mips/fpu/fegetexcept.c: Likewise.
1071 * sysdeps/mips/fpu/fedisblxcpt.c: Likewise.
1072
1073 * sysdeps/mips/fpu/feenablxcpt.c: New file.
1074 * sysdeps/mips/fpu/fegetexcept.c: New file.
1075 * sysdeps/mips/fpu/fedisblxcpt.c: New file.
1076
1077 2000-09-14 Ulrich Drepper <drepper@redhat.com>
1078
1079 * intl/Makefile: Avoid unnecessary test reruns.
1080
1081 * stdio-common/tst-printf.sh: Also allow output from 64-bit machines.
1082
1083 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Change
1084 to not use sysctl(). Too many architectures have problems with it.
1085
1086 2000-09-14 Andreas Jaeger <aj@suse.de>
1087
1088 * scripts/config.sub: New version from subversions.gnu.org.
1089
1090 * time/clocktest.c (main): Change format, CLOCKS_PER_SEC is now
1091 long.
1092
1093 2000-09-14 Jakub Jelinek <jakub@redhat.com>
1094
1095 * posix/regex.c (compile_range): Cast collseq index to unsigned char
1096 to avoid accessing data before collseq.
1097
1098 * sysdeps/sparc/fpu/bits/mathinline.h (__unordered_v9cmp): Avoid
1099 pasting strings together.
1100
1101 2000-09-14 Greg McGary <greg@mcgary.org>
1102
1103 * sysdeps/generic/bp-checks.h: Remove bogus reference to GNU MP in
1104 copyright notice.
1105 * sysdeps/generic/bp-semctl.h: Likewise.
1106 * sysdeps/generic/bp-start.h: Likewise.
1107 * sysdeps/generic/bp-sym.h: Likewise.
1108 * sysdeps/generic/bp-thunks.h: Likewise. Include <stdio.h> to get
1109 rename prototype.
1110
1111 2000-09-13 Ulrich Drepper <drepper@redhat.com>
1112
1113 * io/test-lfs.c (do_test): Allow stat64() to return EOVERFLOW and
1114 don't fail.
1115
1116 * elf/elf.h: Add missing official relocations.
1117
1118 * libio/stdio.h: Define __FILE if __need___FILE is defined.
1119 * stdio/stdio.h: Likewise.
1120 * wcsmbs/wchar.h: Get definition of __FILE. Use __FILE instead of FILE.
1121 * include/stdio.h: Handle __need___FILE like __need_FILE.
1122 * include/wchar.h: Use __FILE instead of FILE.
1123 * libio/fwprintf.c: Include <stdio.h> for FILE definition.
1124 * libio/fwscanf.c: Likewise.
1125 * libio/getwc.c: Likewise.
1126
1127 * sysdeps/generic/stdint.h (WINT_MAX): Define to 4294967295u.
1128 * sysdeps/generic/bits/wchar.h (WCHAR_MIN): Define to -2147483647 - 1.
1129 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Likewise.
1130
1131 * assert/assert.h: Update comment header about ISO C section.
1132 * math/complex.h: Likewise.
1133 * ctype/ctype.h: Likewise.
1134 * include/errno.h: Likewise.
1135 * include/limits.h: Likewise.
1136 * locale/locale.h: Likewise.
1137 * math/math.h: Likewise.
1138 * setjmp/setjmp.h: Likewise.
1139 * signal/signal.h: Likewise.
1140 * stdio/stdio.h: Likewise.
1141 * libio/stdio.h: Likewise.
1142 * stdlib/stdlib.h: Likewise.
1143 * string/string.h: Likewise.
1144 * time/time.h: Likewise.
1145 * wcsmbs/wchar.h: Likewise.
1146 * wctype/wctype.h: Likewise.
1147 Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
1148
1149 2000-09-13 Andreas Jaeger <aj@suse.de>
1150
1151 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Fix test
1152 for no more entries.
1153 * sysdeps/unix/sysv/aix/bits/socket.h (__cmsg_nxthdr): Likewise.
1154 * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Likewise.
1155 Reported by Eric S. Johnson <esj@cs.fiu.edu>, closes PR libc/1887.
1156
1157 2000-09-13 Ulrich Drepper <drepper@redhat.com>
1158
1159 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Make a long int
1160 constant since this is what clock_t is.
1161 * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
1162 * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
1163 * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
1164 * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise.
1165
1166 * time/time.h: Don't defined clockid_t and timer_t unless POSIX
1167 definitions are requested.
1168
1169 2000-09-13 Andreas Jaeger <aj@suse.de>
1170
1171 * shlib-versions: libBrokenLocale needs minimal version for ia64,
1172 sparc64 and sh to synch with libc.
1173
1174 2000-09-13 Ulrich Drepper <drepper@redhat.com>
1175
1176 * iconvdata/Makefile (modules): Add ISO-2022-CN-EXT.
1177 (distribute): Add iso-2022-cn-ext.c.
1178 Add definitions to compile the new module.
1179 * iconvdata/gconv-modules: Add entries for ISO-2022-CN-EXT.
1180 * iconvdata/iso-2022-cn-ext.c: New file.
1181 * iconvdata/iso-ir-165.h (isoir165_to_ucs4): Renamed from
1182 ucs4_from_isoir165. Increment input pointer if successful.
1183
1184 * csu/Makefile: Work around a gcc bug when creating csu-dummies.
1185
1186 * sysdeps/unix/sysv/linux/getdents.c: Pretty print.
1187
1188 2000-09-01 Jes Sorensen <jes@linuxcare.com>
1189
1190 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add
1191 __syscall_getdents64 wrapper.
1192
1193 * sysdeps/unix/sysv/linux/ia64/net/route.h: New file.
1194
1195 2000-09-12 Ulrich Drepper <drepper@redhat.com>
1196
1197 * iconvdata/gb18030.c: Many many changes. Make consistent with
1198 charmap and with itself.
1199 * iconvdata/tst-tables.sh: Test GB18030.
1200
1201 2000-09-11 Ulrich Drepper <drepper@redhat.com>
1202
1203 * iconv/skeleton.c: Fix last patch, add missing parameter to
1204 unaligned function call.
1205
1206 2000-09-10 Bruno Haible <haible@clisp.cons.org>
1207
1208 * locale/programs/ld-collate.c (collate_read): Fix typo in handling
1209 of decimal ellipsis.
1210
1211 2000-09-11 Bruno Haible <haible@clisp.cons.org>
1212
1213 * locale/programs/ld-collate.c (collate_read): Always initialize
1214 error_section.next.
1215
1216 2000-09-10 Bruno Haible <haible@clisp.cons.org>
1217
1218 * locale/programs/ld-collate.c (collate_finish): Upper bound for
1219 ruleidx is 128, not 256.
1220
1221 2000-09-11 Ulrich Drepper <drepper@redhat.com>
1222
1223 * locale/programs/ld-collate.c (collate_read): Correct check for
1224 already inserted entries.
1225
1226 2000-09-10 Bruno Haible <haible@clisp.cons.org>
1227
1228 * iconv/skeleton.c (FUNCTION_NAME): Handle unaligned access in
1229 second try as well.
1230
1231 2000-09-10 Bruno Haible <haible@clisp.cons.org>
1232
1233 * iconv/skeleton.c (FUNCTION_NAME): Optimize an `if' if
1234 MAX_NEEDED_FROM > 1 && MAX_NEEDED_TO > 1.
1235
1236 2000-09-10 Bruno Haible <haible@clisp.cons.org>
1237
1238 * iconv/skeleton.c (gconv_init): Replace all uses of RESET_STATE with
1239 SAVE_RESET_STATE.
1240
1241 2000-09-10 Bruno Haible <haible@clisp.cons.org>
1242
1243 * iconvdata/utf-7.c: New file.
1244 * iconvdata/gconv-modules (UTF-7): New module entries.
1245 * iconvdata/Makefile (modules): Add UTF-7.
1246 (distribute): Add utf-7.c.
1247 * iconvdata/testdata/UTF-7: New file.
1248 * iconvdata/testdata/UTF-7..UTF8: New file.
1249 * iconvdata/TESTS (UTF-7): New entry.
1250 * iconvdata/run-iconv-test.sh: Fix confusing output.
1251
1252 2000-09-11 Ulrich Drepper <drepper@redhat.com>
1253
1254 * sysdeps/posix/tempname.c (__gen_tempname): Use __lxstat and __xstat.
1255
1256 2000-09-10 David S. Miller <davem@redhat.com>
1257
1258 * sysdeps/sparc/sparc32/__longjmp.S (__longjmp): Correct %fp
1259 frame pointer offset for non-fast path.
1260
1261 2000-09-10 Ulrich Drepper <drepper@redhat.com>
1262
1263 * locale/programs/3level.h (*_init): Initialize level1, level2,
1264 and level3 as well.
1265 (*_add): Remove a few unnecessary conditionals.
1266
1267 2000-09-05 Wolfram Gloger <wg@malloc.de>
1268
1269 * malloc/thread-m.h [_LIBC]: Even if not linking with libpthread,
1270 ensure usability of mutex as an `in use' flag.
1271
1272 2000-09-10 Ulrich Drepper <drepper@redhat.com>
1273
1274 * shlib-versions: Simplify libm entries. Correct a few Hurd entries.
1275
1276 * sysdeps/generic/initfini.c: Rewrite slightly to get rid of the
1277 ugly GMON_WEAK_START hack.
1278 Patch by Philip Blundell <philb@gnu.org>.
1279
1280 * sysdeps/i386/i486/bits/string.h: Pretty printing.
1281
1282 2000-09-09 Ulrich Drepper <drepper@redhat.com>
1283
1284 * sysdeps/powerpc/dl-machine.c: Add volatile to PPC_DCBST, PPC_SYNC,
1285 and PPC_ICBI asm for broken compilers.
1286 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1287
1288 2000-09-09 Andreas Jaeger <aj@suse.de>
1289
1290 * manual/message.texi (Advanced gettext functions): Fix typo.
1291
1292 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <string.h> for
1293 strncpy prototype.
1294
1295 2000-09-09 Ulrich Drepper <drepper@redhat.com>
1296
1297 * sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler
1298 warnings.
1299 * sysdeps/ia64/memccpy.S: Likewise.
1300 Patches by Jim Wilson <wilson@redhat.com>.
1301
1302 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Use uname
1303 before trying to read /proc.
1304 Patch by Matt Wilson <msw@redhat.com>.
1305 * include/sys/utsname.h: Declare __uname.
1306 * sysdeps/generic/uname.c: Make uname a weak alias of __uname.
1307 * sysdeps/mach/hurd/uname.c: Likewise.
1308 * sysdeps/unix/syscalls.list: Likewise.
1309
1310 * iconv/gconv_dl.c (do_release_shlib): Rewrite condition for
1311 unloading a bit.
1312
1313 2000-09-08 Ulrich Drepper <drepper@redhat.com>
1314
1315 * posix/getopt.c (_getopt_internal): When long_only is set always
1316 recognize conflicts just like before.
1317
1318 2000-09-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1319
1320 * sysdeps/ia64/Makefile (sysdep-rtld-routines): New variable.
1321
1322 2000-09-08 Greg McGary <greg@mcgary.org>
1323
1324 * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature.
1325 * sysdeps/unix/make-syscalls.sh: New signature keyletter `V'.
1326 * sysdeps/generic/bp-checks.h (CHECK_N_PAGES): New macro.
1327
1328 2000-09-08 Andreas Jaeger <aj@suse.de>
1329
1330 * sysdeps/unix/sysv/linux/arm/lockf64.c: New file.
1331
1332 * sysdeps/unix/sysv/linux/arm/fcntl.c: New file.
1333
1334 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h
1335 (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8.
1336 (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
1337
1338 2000-09-07 Ulrich Drepper <drepper@redhat.com>
1339
1340 * iconvdata/tst-tables.sh: Enable EUC-KR test.
1341
1342 * elf/dl-load.c (lose): Decrement _nl_loaded.
1343 (_dl_map_object_from_fd): Don't try to dlopen executables.
1344
1345 * iconvdata/tst-tables.sh: Actually return with an error if
1346 something goes wrong.
1347 * iconvdata/tst-table.sh: Return with an error if any of the cmp fails.
1348 * iconvdata/big5hkscs.c (BODY of FROM_LOOP): Reject 0xff as input.
1349
1350 * iconvdata/tst-tables.sh: Add BIG5HKSCS.
1351
1352 * iconvdata/tst-table-to.c (main): Correct cast in iconv call.
1353 * iconvdata/tst-table-from.c: Include <string.h>.
1354 (try): Correct cast in iconv call.
1355
1356 * elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines)
1357 too.
1358 * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable.
1359 (sysdep_routines): Remove dl-start.
1360 Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1361
1362 * assert/__assert.c: Undefine NDEBUG before include <assert.h>.
1363
1364 * sysdeps/unix/sysv/linux/msgsnd.c (msgsnd): Add cast to avoid warning.
1365 * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
1366
1367 2000-09-06 Andreas Schwab <schwab@suse.de>
1368
1369 * sysdeps/unix/sysv/linux/ia64/bits/time.h: New file.
1370
1371 2000-09-07 Ulrich Drepper <drepper@redhat.com>
1372
1373 * sysdeps/unix/sysv/linux/gethostid.c: Find hostid file in /etc.
1374
1375 * scripts/config.sub: Strip out -unknown for Linux targets.
1376 Patch by Scott Bambrough <scottb@netwinder.org>.
1377
1378 * posix/tst-dir.c (main): Correct one bug (missing NULL test) and
1379 add one more test.
1380
1381 2000-09-07 Andreas Jaeger <aj@suse.de>
1382
1383 * sysdeps/unix/sysv/linux/mips/lockf64.c: New file.
1384
1385 * sysdeps/unix/sysv/linux/i386/fcntl.c: Add prototypes for the
1386 syscalls.
1387
1388 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_fcntl.
1389
1390 * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to dl_lookup.
1391 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
1392
1393 * sysdeps/unix/sysv/linux/mips/fcntl.c: New file.
1394
1395 * stdlib/tst-bsearch.c (main): Add more test cases.
1396
1397 * locale/programs/ld-collate.c (handle_ellipsis): Fix typo.
1398 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
1399 Reported by GOTO Masanori <gotom@debian.or.jp>.
1400
1401 2000-09-07 Ulrich Drepper <drepper@redhat.com>
1402
1403 * posix/Makefile (tests): Add tst-dir.
1404 (tst-dir-ARGS): New variable.
1405 * posix/tst-dir.c: New file.
1406
1407 2000-09-07 Andreas Jaeger <aj@suse.de>
1408
1409 * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_getdents64): New.
1410 (SYS_fcntl64): New.
1411
1412 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add getdents64.
1413
1414 2000-09-06 Ulrich Drepper <drepper@redhat.com>
1415
1416 * sysdeps/unix/opendir.c: If O_DIRECTORY_WORKS is defined don't
1417 use the hack with tryopen_o_directory to determine at runtime
1418 whether it works.
1419 * sysdeps/unix/sysv/linux/opendir.c: New file.
1420 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1421 __ASSUME_O_DIRECTORY if kernel knows O_DIRECTORY.
1422
1423 * catgets/Depend: New file. Add intl.
1424 * catgets/Makefile (tests): Add tst-catgets.
1425 (generated): Remove de.msg.
1426 (generated-dirs): Add de.
1427 Add dependency if tst-catgets output on de/libc.cat.
1428 * catgets/tst-catgets.c: New file.
1429
1430 * po/ja.po: New file.
1431 * po/el.po: Update from translation team.
1432
1433 * wcsmbs/Depend: New file.
1434 * wcsmbs/Makefile (tests): Add tst-btowc.
1435 (tst-btowc-ENV): Define.
1436 * wcsmbs/tst-btowc.c: New file.
1437
1438 * sysdeps/unix/sysv/linux/_G_config.h: Moved to...
1439 * sysdeps/gnu/_G_config.h: ...here to be shared with Hurd.
1440
1441 * sysdeps/posix/signal.c: Add sig to act.sa_mask for completeness.
1442
1443 * stdlib/Makefile (tests): Add tst-bsearch.
1444 * stdlib/tst-bsearch.c: New file.
1445
1446 * posix/getopt.c (_getopt_internal): Don't recognize an option
1447 name as ambiguous if it's a prefix for more than one name but the
1448 other struct option values are identical.
1449
1450 * posix/tstgetopt.c: Add test for improved ambiguity recognition.
1451 Don't depend on visual inspection of the output file to recognize
1452 errors.
1453 * posix/Makefile (tstgetopt-ARGS): Add a few more parameters.
1454
1455 2000-09-06 Andreas Jaeger <aj@suse.de>
1456
1457 * sysdeps/alpha/soft-fp/Dist: New file.
1458 * sysdeps/i386/soft-fp/Dist: New file.
1459 * sysdeps/mips/mips64/soft-fp/Dist: New file.
1460 * sysdeps/mips/soft-fp/Dist: New file.
1461 * sysdeps/powerpc/soft-fp/Dist: New file.
1462 * sysdeps/sparc/sparc32/soft-fp/Dist: New file.
1463 * sysdeps/sparc/sparc64/soft-fp/Dist: New file.
1464
1465 * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]:
1466 Use sysdep_routines instead of routines to fix make dist failure.
1467 * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented
1468 out code).
1469 * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise.
1470
1471 * sysdeps/mips/Makefile [$(subdir) = misc]: Use
1472 sysdep_headers instead of headers for make dist.
1473
1474 * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]:
1475 Likewise.
1476
1477 2000-09-06 Andreas Schwab <schwab@suse.de>
1478
1479 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: New file.
1480
1481 2000-09-06 Andreas Jaeger <aj@suse.de>
1482
1483 * soft-fp/Makefile (distribute): Remove ChangeLog.
1484
1485 * sysdeps/sparc/sparc32/Makefile [$(subdir) = gnulib]: Use
1486 sysdep_routines instead of routines for make dist.
1487
1488 2000-09-05 Ulrich Drepper <drepper@redhat.com>
1489
1490 * libio/libio.h (_IO_fwide_maybe_incompatible): For glibc 2.0
1491 compatibility check for old stream and call _IO_wide in doubt.
1492 (_IO_fwide): Use _IO_fwide_maybe_incompatible macro.
1493 * libio/iofwide.c (_IO_fwide): If compatibility with glibc 2.0 is
1494 needed tst for such an old structure and don't do anything.
1495 * libio/freopen.c: Remove declaration of _IO_stdin_used.
1496
1497 2000-09-06 Andreas Jaeger <aj@suse.de>
1498
1499 * sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify
1500 sysdep-dl-routines and sysdep_routines instead of rtld-routines
1501 and dl-routines.
1502
1503 * soft-fp/ChangeLog: Merged with this file.
1504
1505 2000-06-13 Ulrich Drepper <drepper@redhat.com>
1506
1507 * soft-fp/Makefile (distribute): Add op-8.h and testit.c.
1508
1509 * soft-fp/Makefile (distribute): Add the math functions, too.
1510
1511 * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure.
1512
1513 2000-03-03 Geoff Keating <geoffk@cygnus.com>
1514
1515 * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
1516 as a statement.
1517
1518 * soft-fp/sysdeps/powerpc/Makefile (routines): New file.
1519 * soft-fp/sysdeps/powerpc/q_*: New files.
1520
1521 2000-09-05 Ulrich Drepper <drepper@redhat.com>
1522
1523 * stdio-common/vfprintf.c (process_string_arg): Handle precision
1524 in wide char case correctly. Don't allocate too long temporary
1525 strings with alloca.
1526
1527 * stdio-common/Makefile (tests): Add tst-swprintf.
1528 (tst-swprintf-ENV): New variable.
1529 * stdio-common/tst-swprintf.c: New file.
1530
1531 2000-09-05 Andreas Jaeger <aj@suse.de>
1532
1533 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use st_pad5.
1534 * sysdeps/unix/sysv/linux/mips/xstatconv.c: Fix assignments.
1535 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1536
1537 2000-09-05 Ulrich Drepper <drepper@redhat.com>
1538
1539 * configure.in: Strip out "unknown" from configuration names.
1540
1541 2000-09-05 Andreas Jaeger <aj@suse.de>
1542
1543 * sysdeps/powerpc/Subdirs: New file, adds soft-fp.
1544
1545 * sysdeps/sparc/sparc64/Implies: Add soft-fp.
1546 * sysdeps/sparc/sparc32/Implies: Likewise.
1547 * sysdeps/powerpc/Implies: Likewise.
1548
1549 * libio/oldiofsetpos64.c: Check for compatibility with glibc 2.1.
1550 * libio/oldiofgetpos64.c: Likewise.
1551
1552 * soft-fp/Makefile (distribute): Remove configure.
1553
1554 * sysdeps/sparc/sparc64/soft-fp/Versions: Use version glibc 2.2.
1555
1556 * soft-fp/configure: Remove.
1557
1558 * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
1559 * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
1560
1561 * soft-fp/sysdeps/sparc/sparc32/Makefile: Move from here...
1562 * sysdeps/sparc/sparc32/soft-fp/Makefile: ... to here.
1563
1564 * soft-fp/sysdeps/powerpc/Makefile: Move from here...
1565 * sysdeps/powerpc/soft-fp/Makefile: ... to here.
1566
1567 * soft-fp/sysdeps/sparc/sparc64/Makefile: Move from here...
1568 * sysdeps/sparc/sparc64/soft-fp/Makefile: ... to here.
1569
1570 * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
1571 * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
1572
1573 * soft-fp/sysdeps/powerpc/q_add.c: Move from here...
1574 * sysdeps/powerpc/soft-fp/q_add.c: ... to here.
1575
1576 * soft-fp/sysdeps/powerpc/q_cmp.c: Move from here...
1577 * sysdeps/powerpc/soft-fp/q_cmp.c: ... to here.
1578
1579 * soft-fp/sysdeps/powerpc/q_cmpe.c: Move from here...
1580 * sysdeps/powerpc/soft-fp/q_cmpe.c: ... to here.
1581
1582 * soft-fp/sysdeps/powerpc/q_div.c: Move from here...
1583 * sysdeps/powerpc/soft-fp/q_div.c: ... to here.
1584
1585 * soft-fp/sysdeps/powerpc/q_dtoq.c: Move from here...
1586 * sysdeps/powerpc/soft-fp/q_dtoq.c: ... to here.
1587
1588 * soft-fp/sysdeps/powerpc/q_feq.c: Move from here...
1589 * sysdeps/powerpc/soft-fp/q_feq.c: ... to here.
1590
1591 * soft-fp/sysdeps/powerpc/q_fge.c: Move from here...
1592 * sysdeps/powerpc/soft-fp/q_fge.c: ... to here.
1593
1594 * soft-fp/sysdeps/powerpc/q_fgt.c: Move from here...
1595 * sysdeps/powerpc/soft-fp/q_fgt.c: ... to here.
1596
1597 * soft-fp/sysdeps/powerpc/q_fle.c: Move from here...
1598 * sysdeps/powerpc/soft-fp/q_fle.c: ... to here.
1599
1600 * soft-fp/sysdeps/powerpc/q_flt.c: Move from here...
1601 * sysdeps/powerpc/soft-fp/q_flt.c: ... to here.
1602
1603 * soft-fp/sysdeps/powerpc/q_fne.c: Move from here...
1604 * sysdeps/powerpc/soft-fp/q_fne.c: ... to here.
1605
1606 * soft-fp/sysdeps/powerpc/q_itoq.c: Move from here...
1607 * sysdeps/powerpc/soft-fp/q_itoq.c: ... to here.
1608
1609 * soft-fp/sysdeps/powerpc/q_lltoq.c: Move from here...
1610 * sysdeps/powerpc/soft-fp/q_lltoq.c: ... to here.
1611
1612 * soft-fp/sysdeps/powerpc/q_mul.c: Move from here...
1613 * sysdeps/powerpc/soft-fp/q_mul.c: ... to here.
1614
1615 * soft-fp/sysdeps/powerpc/q_neg.c: Move from here...
1616 * sysdeps/powerpc/soft-fp/q_neg.c: ... to here.
1617
1618 * soft-fp/sysdeps/powerpc/q_qtod.c: Move from here...
1619 * sysdeps/powerpc/soft-fp/q_qtod.c: ... to here.
1620
1621 * soft-fp/sysdeps/powerpc/q_qtoi.c: Move from here...
1622 * sysdeps/powerpc/soft-fp/q_qtoi.c: ... to here.
1623
1624 * soft-fp/sysdeps/powerpc/q_qtoll.c: Move from here...
1625 * sysdeps/powerpc/soft-fp/q_qtoll.c: ... to here.
1626
1627 * soft-fp/sysdeps/powerpc/q_qtos.c: Move from here...
1628 * sysdeps/powerpc/soft-fp/q_qtos.c: ... to here.
1629
1630 * soft-fp/sysdeps/powerpc/q_qtou.c: Move from here...
1631 * sysdeps/powerpc/soft-fp/q_qtou.c: ... to here.
1632
1633 * soft-fp/sysdeps/powerpc/q_qtoull.c: Move from here...
1634 * sysdeps/powerpc/soft-fp/q_qtoull.c: ... to here.
1635
1636 * soft-fp/sysdeps/powerpc/q_sqrt.c: Move from here...
1637 * sysdeps/powerpc/soft-fp/q_sqrt.c: ... to here.
1638
1639 * soft-fp/sysdeps/powerpc/q_stoq.c: Move from here...
1640 * sysdeps/powerpc/soft-fp/q_stoq.c: ... to here.
1641
1642 * soft-fp/sysdeps/powerpc/q_sub.c: Move from here...
1643 * sysdeps/powerpc/soft-fp/q_sub.c: ... to here.
1644
1645 * soft-fp/sysdeps/powerpc/q_ulltoq.c: Move from here...
1646 * sysdeps/powerpc/soft-fp/q_ulltoq.c: ... to here.
1647
1648 * soft-fp/sysdeps/powerpc/q_util.c: Move from here...
1649 * sysdeps/powerpc/soft-fp/q_util.c: ... to here.
1650
1651 * soft-fp/sysdeps/powerpc/q_utoq.c: Move from here...
1652 * sysdeps/powerpc/soft-fp/q_utoq.c: ... to here.
1653
1654 * soft-fp/sysdeps/sparc/sparc32/q_add.c: Move from here...
1655 * sysdeps/sparc/sparc32/soft-fp/q_add.c: ... to here.
1656
1657 * soft-fp/sysdeps/sparc/sparc32/q_cmp.c: Move from here...
1658 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: ... to here.
1659
1660 * soft-fp/sysdeps/sparc/sparc32/q_cmpe.c: Move from here...
1661 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: ... to here.
1662
1663 * soft-fp/sysdeps/sparc/sparc32/q_div.c: Move from here...
1664 * sysdeps/sparc/sparc32/soft-fp/q_div.c: ... to here.
1665
1666 * soft-fp/sysdeps/sparc/sparc32/q_dtoq.c: Move from here...
1667 * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: ... to here.
1668
1669 * soft-fp/sysdeps/sparc/sparc32/q_feq.c: Move from here...
1670 * sysdeps/sparc/sparc32/soft-fp/q_feq.c: ... to here.
1671
1672 * soft-fp/sysdeps/sparc/sparc32/q_fge.c: Move from here...
1673 * sysdeps/sparc/sparc32/soft-fp/q_fge.c: ... to here.
1674
1675 * soft-fp/sysdeps/sparc/sparc32/q_fgt.c: Move from here...
1676 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: ... to here.
1677
1678 * soft-fp/sysdeps/sparc/sparc32/q_fle.c: Move from here...
1679 * sysdeps/sparc/sparc32/soft-fp/q_fle.c: ... to here.
1680
1681 * soft-fp/sysdeps/sparc/sparc32/q_flt.c: Move from here...
1682 * sysdeps/sparc/sparc32/soft-fp/q_flt.c: ... to here.
1683
1684 * soft-fp/sysdeps/sparc/sparc32/q_fne.c: Move from here...
1685 * sysdeps/sparc/sparc32/soft-fp/q_fne.c: ... to here.
1686
1687 * soft-fp/sysdeps/sparc/sparc32/q_itoq.c: Move from here...
1688 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: ... to here.
1689
1690 * soft-fp/sysdeps/sparc/sparc32/q_mul.c: Move from here...
1691 * sysdeps/sparc/sparc32/soft-fp/q_mul.c: ... to here.
1692
1693 * soft-fp/sysdeps/sparc/sparc32/q_neg.c: Move from here...
1694 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: ... to here.
1695
1696 * soft-fp/sysdeps/sparc/sparc32/q_qtod.c: Move from here...
1697 * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: ... to here.
1698
1699 * soft-fp/sysdeps/sparc/sparc32/q_qtoi.c: Move from here...
1700 * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: ... to here.
1701
1702 * soft-fp/sysdeps/sparc/sparc32/q_qtos.c: Move from here...
1703 * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: ... to here.
1704
1705 * soft-fp/sysdeps/sparc/sparc32/q_qtoui.c: Move from here...
1706 * sysdeps/sparc/sparc32/soft-fp/q_qtoui.c: ... to here.
1707
1708 * soft-fp/sysdeps/sparc/sparc32/q_qtoux.c: Move from here...
1709 * sysdeps/sparc/sparc32/soft-fp/q_qtoux.c: ... to here.
1710
1711 * soft-fp/sysdeps/sparc/sparc32/q_qtox.c: Move from here...
1712 * sysdeps/sparc/sparc32/soft-fp/q_qtox.c: ... to here.
1713
1714 * soft-fp/sysdeps/sparc/sparc32/q_sqrt.c: Move from here...
1715 * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: ... to here.
1716
1717 * soft-fp/sysdeps/sparc/sparc32/q_stoq.c: Move from here...
1718 * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: ... to here.
1719
1720 * soft-fp/sysdeps/sparc/sparc32/q_sub.c: Move from here...
1721 * sysdeps/sparc/sparc32/soft-fp/q_sub.c: ... to here.
1722
1723 * soft-fp/sysdeps/sparc/sparc32/q_uitoq.c: Move from here...
1724 * sysdeps/sparc/sparc32/soft-fp/q_uitoq.c: ... to here.
1725
1726 * soft-fp/sysdeps/sparc/sparc32/q_util.c: Move from here...
1727 * sysdeps/sparc/sparc32/soft-fp/q_util.c: ... to here.
1728
1729 * soft-fp/sysdeps/sparc/sparc32/q_uxtoq.c: Move from here...
1730 * sysdeps/sparc/sparc32/soft-fp/q_uxtoq.c: ... to here.
1731
1732 * soft-fp/sysdeps/sparc/sparc32/q_xtoq.c: Move from here...
1733 * sysdeps/sparc/sparc32/soft-fp/q_xtoq.c: ... to here.
1734
1735 * soft-fp/sysdeps/sparc/sparc64/qp_add.c: Move from here...
1736 * sysdeps/sparc/sparc64/soft-fp/qp_add.c: ... to here.
1737
1738 * soft-fp/sysdeps/sparc/sparc64/qp_cmp.c: Move from here...
1739 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: ... to here.
1740
1741 * soft-fp/sysdeps/sparc/sparc64/qp_cmpe.c: Move from here...
1742 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: ... to here.
1743
1744 * soft-fp/sysdeps/sparc/sparc64/qp_div.c: Move from here...
1745 * sysdeps/sparc/sparc64/soft-fp/qp_div.c: ... to here.
1746
1747 * soft-fp/sysdeps/sparc/sparc64/qp_dtoq.c: Move from here...
1748 * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: ... to here.
1749
1750 * soft-fp/sysdeps/sparc/sparc64/qp_feq.c: Move from here...
1751 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: ... to here.
1752
1753 * soft-fp/sysdeps/sparc/sparc64/qp_fge.c: Move from here...
1754 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: ... to here.
1755
1756 * soft-fp/sysdeps/sparc/sparc64/qp_fgt.c: Move from here...
1757 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: ... to here.
1758
1759 * soft-fp/sysdeps/sparc/sparc64/qp_fle.c: Move from here...
1760 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: ... to here.
1761
1762 * soft-fp/sysdeps/sparc/sparc64/qp_flt.c: Move from here...
1763 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: ... to here.
1764
1765 * soft-fp/sysdeps/sparc/sparc64/qp_fne.c: Move from here...
1766 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: ... to here.
1767
1768 * soft-fp/sysdeps/sparc/sparc64/qp_itoq.c: Move from here...
1769 * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: ... to here.
1770
1771 * soft-fp/sysdeps/sparc/sparc64/qp_mul.c: Move from here...
1772 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: ... to here.
1773
1774 * soft-fp/sysdeps/sparc/sparc64/qp_qtod.c: Move from here...
1775 * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: ... to here.
1776
1777 * soft-fp/sysdeps/sparc/sparc64/qp_qtoi.c: Move from here...
1778 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: ... to here.
1779
1780 * soft-fp/sysdeps/sparc/sparc64/qp_qtos.c: Move from here...
1781 * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: ... to here.
1782
1783 * soft-fp/sysdeps/sparc/sparc64/qp_qtoui.c: Move from here...
1784 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: ... to here.
1785
1786 * soft-fp/sysdeps/sparc/sparc64/qp_qtoux.c: Move from here...
1787 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: ... to here.
1788
1789 * soft-fp/sysdeps/sparc/sparc64/qp_qtox.c: Move from here...
1790 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: ... to here.
1791
1792 * soft-fp/sysdeps/sparc/sparc64/qp_sqrt.c: Move from here...
1793 * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: ... to here.
1794
1795 * soft-fp/sysdeps/sparc/sparc64/qp_stoq.c: Move from here...
1796 * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: ... to here.
1797
1798 * soft-fp/sysdeps/sparc/sparc64/qp_sub.c: Move from here...
1799 * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: ... to here.
1800
1801 * soft-fp/sysdeps/sparc/sparc64/qp_uitoq.c: Move from here...
1802 * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: ... to here.
1803
1804 * soft-fp/sysdeps/sparc/sparc64/qp_util.c: Move from here...
1805 * sysdeps/sparc/sparc64/soft-fp/qp_util.c: ... to here.
1806
1807 * soft-fp/sysdeps/sparc/sparc64/qp_uxtoq.c: Move from here...
1808 * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: ... to here.
1809
1810 * soft-fp/sysdeps/sparc/sparc64/qp_xtoq.c: Move from here...
1811 * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: ... to here.
1812
1813 * soft-fp/sysdeps/sparc/sparc64/s_frexpl.c: Move from here...
1814 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: ... to here.
1815
1816 * soft-fp/sysdeps/sparc/sparc64/s_ilogbl.c: Move from here...
1817 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: ... to here.
1818
1819 * soft-fp/sysdeps/sparc/sparc64/s_scalblnl.c: Move from here...
1820 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: ... to here.
1821
1822 * soft-fp/sysdeps/sparc/sparc64/s_scalbnl.c: Move from here...
1823 * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: ... to here.
1824
1825 * soft-fp/sysdeps/alpha/sfp-machine.h: Move from here...
1826 * sysdeps/alpha/soft-fp/sfp-machine.h: ... to here.
1827
1828 * soft-fp/sysdeps/i386/sfp-machine.h: Move from here...
1829 * sysdeps/i386/soft-fp/sfp-machine.h: ... to here.
1830
1831 * soft-fp/sysdeps/mips/mips64/sfp-machine.h: Move from here...
1832 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: ... to here.
1833
1834 * soft-fp/sysdeps/mips/sfp-machine.h: Move from here...
1835 * sysdeps/mips/soft-fp/sfp-machine.h: ... to here.
1836
1837 * soft-fp/sysdeps/powerpc/sfp-machine.h: Move from here...
1838 * sysdeps/powerpc/soft-fp/sfp-machine.h: ... to here.
1839
1840 * soft-fp/sysdeps/sparc/sparc32/sfp-machine.h: Move from here...
1841 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: ... to here.
1842
1843 * soft-fp/sysdeps/sparc/sparc64/sfp-machine.h: Move from here...
1844 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: ... to here.
1845
1846 * soft-fp/sysdeps/powerpc/Versions: Move from here...
1847 * sysdeps/powerpc/soft-fp/Versions: ... to here.
1848
1849 * soft-fp/sysdeps/sparc/sparc64/Versions: Move from here...
1850 * sysdeps/sparc/sparc64/soft-fp/Versions: ... to here.
1851
1852 * libio/oldiofsetpos64.c: iofsetpos was introduced in glibc 2.1,
1853 change symbol version.
1854 * libio/oldiofgetpos64.c: Likewise.
1855 Reported by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>.
1856
1857 * locale/programs/ld-ctype.c (charclass_charcode_ellipsis): Fix
1858 typo.
1859 Reported by dyky@kondara.org, closes PR libc/1886.
1860
1861 * stdlib/tst-strtod.c: Add testcases for denormal numbers from PR
1862 libc/1880.
1863
1864 2000-09-04 Ulrich Drepper <drepper@redhat.com>
1865
1866 * iconvdata/run-iconv-test.sh: Add code to immediately stop the
1867 script when ^C is hit.
1868
1869 * locale/programs/localedef.c (construct_output_path): Correct
1870 computation of endp after asprintf.
1871 * locale/programs/locfile.c (write_locale_data): Don't add extra
1872 slash in filename.
1873
1874 2000-09-05 Andreas Jaeger <aj@suse.de>
1875
1876 * scripts/config.guess: New upstream version.
1877 * scripts/config.sub: Likewise.
1878 * manual/texinfo.tex: Likewise.
1879
1880 2000-09-04 Andreas Schwab <schwab@suse.de>
1881
1882 * elf/Makefile (all-dl-routines): New variable.
1883 (elide-routines.os): Use it instead of $(dl-routines).
1884 (all-rtld-routines): New variable.
1885 (extra-objs): Use it instead of $(rtld-routines).
1886 ($(objpfx)dl-allobjs.os): Likewise.
1887 * sysdeps/ia64/Makefile [$(subdir) = elf]: Modify
1888 sysdep-dl-routines and sysdep_routines instead of rtld-routines
1889 and dl-routines.
1890
1891 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1892
1893 * iconv/gconv_trans.c (__gconv_translit_find): Update open_count.
1894 Set fname to NULL if the module wasn't found.
1895
1896 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1897
1898 * iconv/gconv_trans.c (__gconv_translit_find): Don't set need_so to
1899 true if trans->name already ends in ".so".
1900
1901 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1902
1903 * iconv/gconv_int.h (__gconv_release_shlib): Change return type to
1904 void.
1905 * iconv/gconv_dl.c (do_release_shlib): Don't decrement the counter
1906 below -TRIES_BEFORE_UNLOAD-1, to avoid wraparound.
1907 (__gconv_release_shlib): Change return type to void.
1908 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Don't set
1909 step->__counter here.
1910 * iconv/gconv_db.c (free_derivation): Don't call a step's destructor
1911 if the reference is zero.
1912 (release_step): New function.
1913 (gen_steps): Always initialize the __counter to 1. Use release_step.
1914 Don't call the destructor on the step whose initializer failed.
1915 (increment_counter): Use release_step. Don't normally run destructors
1916 here.
1917 (__gconv_close_transform): Use release_step.
1918
1919 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1920
1921 * iconv/gconv_simple.c (encoding_mask, encoding_byte): Remove.
1922 (__gconv_transform_internal_utf8) [BODY]: Use simple shifts instead.
1923
1924 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1925
1926 * iconvdata/euc-tw.c (BODY for FROM_LOOP): Initialize ch2 correctly.
1927 If the first byte is 0x8E, don't ask for 4 bytes until it has been
1928 verified that the second byte is valid. Leave it to cns11643_to_ucs4
1929 to check for incomplete input.
1930 * iconvdata/cns11643.h (cns11643_to_ucs4): The plane number is
1931 ch - 0x20 - offset, not ch - 0x21 - offset. Upper bound for
1932 __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
1933 (ucs4_to_cns11643): Fix mapping for ranges 0x3105..0x3129 and
1934 0x9f9d..0x9fa5.
1935 * iconvdata/cns11643l1.h (cns11643l1_to_ucs4): Upper bound for
1936 __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
1937 (ucs4_to_cns11643l1): Fix mapping for range 0x3105..0x3129.
1938 * iconvdata/cns11643l1.c (__cns11643l1_from_ucs4_tab6): Extend
1939 upto index 0x0052.
1940
1941 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1942
1943 * iconv/gconv_db.c (find_derivation): Always use the least-cost
1944 solution.
1945
1946 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1947
1948 * iconvdata/big5.c (BODY for FROM_LOOP): Bytes 0x81..0xA0, 0xFA..0xFF
1949 are invalid.
1950
1951 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1952
1953 * iconvdata/jis0208.c (__jis0208_to_ucs): Map EUC-JP 0xA1C0 to U+005C.
1954 * iconvdata/jis0212.c (__jisx0212_to_ucs): Map EUC-JP 0x8FA2B7 to
1955 U+007E.
1956
1957 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1958
1959 * iconvdata/sjis.c (cjk_block1): Map 0x815F to U+005C.
1960
1961 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1962
1963 * iconvdata/iso_6937-2.c (to_ucs4): Map 0xB4 to U+00D7.
1964
1965 2000-09-03 Bruno Haible <haible@clisp.cons.org>
1966
1967 * iconvdata/tst-tables.sh: New file.
1968 * iconvdata/tst-table.sh: New file.
1969 * iconvdata/tst-table-from.c: New file.
1970 * iconvdata/tst-table-to.c: New file.
1971 * iconvdata/tst-table-charmap.sh: New file.
1972 * iconvdata/Makefile (test-srcs): Set to tst-table-from tst-table-to.
1973 (distribute): Add tst-tables.sh, tst-table.sh, tst-table-charmap.sh,
1974 tst-table-from.c, tst-table-to.c, EUC-JP.irreversible,
1975 ISIRI-3342.irreversible, SJIS.irreversible.
1976 (tests): Add dependency on tst-tables.out.
1977 (tst-tables.out, tst-tables-clean): New rules.
1978 (do-tests-clean, common-mostlyclean): Require tst-tables-clean.
1979 * iconvdata/ISIRI-3342.irreversible: New file.
1980 * iconvdata/EUC-JP.irreversible: New file.
1981 * iconvdata/SJIS.irreversible: New file.
1982
1983 2000-09-04 Ulrich Drepper <drepper@redhat.com>
1984
1985 * manual/locale.texi (General Numeric): Update description of
1986 representation of the grouping information in the locale data.
1987 Patch by Gaute B. Strokkenes <gs234@cam.ac.uk>.
1988
1989 2000-09-04 Andreas Jaeger <aj@suse.de>
1990
1991 * locale/programs/ld-monetary.c (monetary_read): Fix typo.
1992 * iconv/iconv_prog.c (options): Fix typo.
1993 Reported by dyky@kondara.org, closes PR libc/1885.
1994
1995 2000-09-04 Andreas Jaeger <aj@suse.de>
1996
1997 * sysdeps/generic/fegetenv.c: It's __fegetenv.
1998 Reported by Rob Levin <lilo@transvirtual.com>.
1999
2000 2000-09-03 Ulrich Drepper <drepper@redhat.com>
2001
2002 * time/sys/time.h (gettimeofday): Move restrict for tz parameter
2003 to the typedefs of __timezone_ptr_t.
2004 Reported by MATSUMURA Hiromitsu <coji2@mb.infoweb.ne.jp>.
2005
2006 2000-09-02 Jakub Jelinek <jakub@redhat.com>
2007
2008 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in
2009 the loop.
2010
2011 2000-09-01 H.J. Lu <hjl@gnu.org>
2012
2013 * Makeconfig (built-program-cmd): Don't use the dynamic linker
2014 to run a binary if it is in $(tests-static).
2015
2016 * Rules (binaries-static): Add $(tests-static).
2017
2018 2000-09-02 Andreas Jaeger <aj@suse.de>
2019
2020 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Fixes for fcntl64.
2021
2022 * libio/fmemopen.c (fmemopen_close): Revert one part of last
2023 patch.
2024
2025 2000-09-01 Ulrich Drepper <drepper@redhat.com>
2026
2027 * iconvdata/big5hkscs.c: Regenerated from charmap.
2028 * iconvdata/testdata/BIG5HKSCS: Regenerated.
2029 * iconvdata/testdata/BIG5HKSCS..UTF8: Regenerated.
2030
2031 * libio/fmemopen.c (fmemopen_seek): Add default case in switch
2032 statement. General cleanup.
2033
2034 2000-08-31 Bruno Haible <haible@clisp.cons.org>
2035
2036 * wctype/wcfuncs.c (iswblank): New function.
2037 * wctype/wcfuncs_l.c (__iswblank_l): New function.
2038 * wctype/wcextra.c: Remove file.
2039 * wctype/wcextra_l.c: Remove file.
2040 * wctype/Makefile (distribute): Remove wcextra and wcextra_l.
2041
2042 2000-08-31 Bruno Haible <haible@clisp.cons.org>
2043
2044 * locale/programs/ld-collate.c (collate_output): Remove redundant
2045 assert call.
2046 * string/strcoll.c: Likewise.
2047 * string/strxfrm.c: Include assert.h. Add assert calls like in
2048 string/strcoll.c.
2049
2050 2000-08-31 Bruno Haible <haible@clisp.cons.org>
2051
2052 * locale/categories.def (_NL_COLLATE_HASH_SIZE,
2053 _NL_COLLATE_HASH_LAYERS, _NL_COLLATE_NAMES, _NL_CTYPE_NAMES,
2054 _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Remove definitions.
2055 * locale/langinfo.h (_NL_COLLATE_HASH_SIZE, _NL_COLLATE_HASH_LAYERS,
2056 _NL_COLLATE_NAMES): Rename to _NL_COLLATE_GAP1/2/3 respectively.
2057 (_NL_CTYPE_NAMES): Rename to _NL_CTYPE_GAP3.
2058 (_NL_CTYPE_GAP3): Rename to _NL_CTYPE_GAP4.
2059 (_NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Rename to
2060 _NL_CTYPE_GAP5/6 respectively.
2061
2062 * locale/C-ctype.c (_nl_C_LC_CTYPE): Update.
2063 * ctype/ctype-info.c (__ctype_names, __ctype_width): Remove variables.
2064 * locale/lc-ctype.c (_nl_postload_ctype): Assume new locale format.
2065 Don't initialize __ctype_names and __ctype_width.
2066 * wctype/cname-lookup.h: Remove file.
2067 * wctype/Makefile (distribute): Remove cname-lookup.h.
2068 * wctype/wchar-lookup.h: Include stdint.h.
2069 * wctype/wctype.c (__wctype): Assume new locale format.
2070 * wctype/wctype_l.c (__wctype_l): Likewise.
2071 * wctype/iswctype.c: Don't include cname-lookup.h.
2072 (__iswctype): Assume new locale format.
2073 * wctype/iswctype_l.c: Don't include cname-lookup.h.
2074 (__iswctype_l): Assume new locale format.
2075 * wctype/wctrans.c: Don't include ctype.h.
2076 (wctrans): Assume new locale format.
2077 * wctype/wctrans_l.c (__wctrans_l): Likewise.
2078 * wctype/towctrans.c: Don't include cname-lookup.h.
2079 (__towctrans): Assume new locale format.
2080 * wctype/towctrans_l.c: Don't include cname-lookup.h.
2081 (__towctrans_l): Assume new locale format.
2082 * wctype/wcfuncs.c: Don't include ctype.h and cname-lookup.h. Include
2083 localeinfo.h instead.
2084 (__NO_WCTYPE): Remove unused macro.
2085 (__ctype32_b, __ctype32_toupper, __ctype32_tolower): Remove
2086 declarations.
2087 (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower, iswgraph, iswprint,
2088 iswpunct, iswspace, iswupper, iswxdigit): Assume new locale format.
2089 (towlower, towupper): Likewise.
2090 * wctype/wcfuncs_l.c: Don't include cname-lookup.h. Include
2091 localeinfo.h instead.
2092 (__NO_WCTYPE): Remove unused macro.
2093 (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2094 __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2095 __iswxdigit_l): Assume new locale format.
2096 (__towlower_l, __towupper_l): Likewise.
2097 * wcsmbs/wcwidth.h: Don't include cname-lookup.h.
2098 (__ctype32_b): Remove declaration.
2099 (internal_wcwidth): Assume new locale format.
2100 * locale/programs/ld-ctype.c (struct locale_ctype_t): Remove fields
2101 plane_size, plane_cnt, names, width. Rename map to map_b, rename map32
2102 to map32_b, rename width_3level to width.
2103 (ctype_output): Always create new locale format. Don't emit
2104 _NL_CTYPE_NAMES, _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS any more.
2105 (allocate_arrays): Always create new locale format.
2106
2107 * locale/C-collate.c (_nl_C_LC_COLLATE): Update.
2108 * locale/weightwc.h (findidx): Assume new locale format.
2109 * string/strcoll.c (wcscoll): Remove local variables size, layers,
2110 names.
2111 * string/strxfrm.c (wcsxfrm): Likewise.
2112 * posix/fnmatch_loop.c (internal_fnwmatch): Likewise. Change type of
2113 local variable collseq to 'const char *'.
2114 (SUFFIX): Don't use, don't undefine.
2115 * posix/fnmatch.c: Remove SUFFIX definition.
2116 * locale/programs/ld-collate.c (struct locale_collate_t): Remove
2117 fields plane_size, plane_cnt, wcheads, wcseqorder. Rename
2118 wcheads_3level to wcheads, rename wcseqorder_3level to wcseqorder.
2119 (collate_finish): Always create new locale format. Remove local
2120 variables min_total, act_size.
2121 (collate_output): Always create new locale format. Remove local
2122 variables table_size, names, tablewc. Rename tablewc_3level to
2123 tablewc.
2124
2125 2000-08-31 Bruno Haible <haible@clisp.cons.org>
2126
2127 * locale/programs/ld-collate.c (obstack_int32_grow,
2128 obstack_int32_grow_fast): New inline functions.
2129 (output_weightwc, collate_output): Use them where possible.
2130
2131 2000-09-01 Ulrich Drepper <drepper@redhat.com>
2132
2133 * libio/libio.h (_IO_flockfile, _IO_funlockfile): Fix typo in last
2134 patch (_mode -> _flags).
2135
2136 * libio/Makefile (headers): Add stdio_ext.h.
2137 (routines): Add __fbufsize, __freading, __fwriting, __freadable,
2138 __fwritable, __flbf, __fpurge, __fpending, and __fsetlocking.
2139 * libio/Versions [libc] (GLIBC_2.2): Add __fbufsize, __freading,
2140 __fwriting, __freadable, __fwritable, __flbf, __fpurge, __fpending,
2141 __fsetlocking, and _flushlbf.
2142 * libio/__fbufsize.c: New file.
2143 * libio/__flbf.c: New file.
2144 * libio/__fpending.c: New file.
2145 * libio/__fpurge.c: New file.
2146 * libio/__freadable.c: New file.
2147 * libio/__freading.c: New file.
2148 * libio/__fsetlocking.c: New file.
2149 * libio/__fwritable.c: New file.
2150 * libio/__fwriting.c: New file.
2151 * libio/stdio_ext.h: New file.
2152 * libio/genops.c (_IO_flush_all_linebuffered): Add alias _flushlbf.
2153 * libio/libio.h (_IO_USER_LOCK): Define.
2154 [_IO_MTSAFE_IO] (_IO_flockfile, _IO_funlockfile): Add macros which
2155 test _IO_USER_LOCK flag first.
2156
2157 * iconv/gconv_open.c (__gconv_open): Set res to __GCONV_NOMEM is
2158 malloc fails.
2159
2160 2000-09-01 Andreas Jaeger <aj@suse.de>
2161
2162 * sysdeps/unix/sysv/linux/bits/fcntl.h: Always fail.
2163
2164 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: New file.
2165
2166 2000-08-31 Ulrich Drepper <drepper@redhat.com>
2167
2168 * math/Makefile (tests): Add tst-defintions.
2169 * math/tst-definitions.c: New file.
2170
2171 * stdlib/Makefile (headers): Add bits/wchar.h.
2172 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: New file.
2173 * sysdeps/generic/bits/wchar.h: New file.
2174 * sysdeps/generic/stdint.h: Include <bits/wchar.h>. Use values in this
2175 file to define WCHAR_MIN and WCHAR_MAX.
2176 Change UINT*8_MAX and UIN*16_MAX value to type int.
2177 * wcsmbs/wchar.h: Include <bits/wchar.h>. Use values in this
2178 file to define WCHAR_MIN and WCHAR_MAX.
2179 * sysdeps/alpha/fpu/bits/mathdef.h: Make FP_ILOGB0 and FP_ILOGBNAN
2180 int values.
2181 * sysdeps/arm/fpu/bits/mathdef.h: Likewise.
2182 * sysdeps/generic/bits/mathdef.h: Likewise.
2183 * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
2184 * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
2185 * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
2186 * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
2187 * locale/locale.h (struct lconv): Add __ prefix to the new members
2188 if not C99.
2189 * sysdeps/generic/inttypes.h: Remove unnecessary imaxabs and
2190 imaxdiv optimizations.
2191 * sysdeps/wordsize-32/lldiv.c: Add hack to make alias work.
2192 * sysdeps/wordsize-64/ldiv.c: Likewise.
2193 * sysdeps/alpha/fpu/bits/fenv.h: Change type of FE_*_ENV macros to
2194 const fenv_t*.
2195 * sysdeps/generic/bits/fenv.h: Likewise.
2196 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
2197 * sysdeps/ia64/bits/fenv.h: Likewise.
2198 * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
2199 * sysdeps/mips/bits/fenv.h: Likewise.
2200 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
2201 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
2202 Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
2203
2204 * inet/rcmd.c: Use *stat64 instead of *stat internally.
2205 * inet/ruserpass.c: Likewise.
2206 * catgets/open_catalog.c: Likewise.
2207 * intl/loadmsgcat.c: Likewise.
2208 * io/getdirname.c: Likewise.
2209 * locale/loadlocale.c: Likewise.
2210 * misc/getusershell.c: Likewise.
2211 * stdlib/canonicalize.c: Likewise.
2212 * sysdeps/posix/euidaccess.c: Likewise.
2213 * sysdeps/posix/isfdtype.c: Likewise.
2214 * sysdeps/posix/posix_fallocate.c: Likewise.
2215 * sysdeps/posix/tempname.c: Likewise.
2216 * sysdeps/unix/grantpt.c: Likewise.
2217 * sysdeps/unix/opendir.c: Likewise.
2218 * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
2219 * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
2220 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
2221 * sysdeps/unix/sysv/linux/statvfs.c: Likewise.
2222 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2223 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2224 * sysvipc/ftok.c: Likewise.
2225 * time/getdate.c: Likewise.
2226
2227 * time/getdate.c: Add extra access test.
2228
2229 2000-08-31 Ulrich Drepper <drepper@redhat.com>
2230
2231 * version.h (VERSION): Bump to 2.1.93.
2232
2233 * sysdeps/unix/sysv/linux/powerpc/Dist: Add fe_nomask.c.
2234 * sysdeps/unix/sysv/linux/i386/Dist: Add olddirent.h.
2235
2236 * intl/Makefile (tests): Depend in mtrace-tst-gettext.
2237 Make this a new rule depending on tst-gettext.out and run mtrace.
2238 * intl/tst-gettext.c: Call mtrace.
2239 * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext.
2240
2241 * elf/dl-reloc.c: Add a few more __builtin_expect.
2242
2243 * configure.in: Remove --with-gettext option.
2244
2245 * intl/dcigettext.c (free_mem): Correct freeing of
2246 _nl_domain_bindings list.
2247
2248 * sysdeps/generic/setenv.c (free_mem): New function. Free all
2249 allocated memory.
2250
2251 * intl/locale.alias: Add aliases for bokmal and nynorsk.
2252
2253 * locale/iso-639.def: Fix 639-1 code for Bokmal.
2254
2255 * stdio-common/itoa-digits.c: Move upper digits to...
2256 * stdio-common/itoa-udigits.c: ...here. New file.
2257 * stdio-common/Makefile (routines): Add itoa-udigits.
2258
2259 * sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to
2260 relocate ld.so don't add supprt for relocations which should not
2261 appear in ld.so.
2262
2263 * malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling
2264 __secure_getenv. Instead test __libc_enable_secure once.
2265
2266 * io/pwd.c (main): Provide a good example, use *_unlocked function.
2267
2268 2000-08-30 Ulrich Drepper <drepper@redhat.com>
2269
2270 * iconv/gconv_conf.c (insert_module): Take extra parameter to decide
2271 whether the new record should be freed if it's a duplicate.
2272 (add_module): Adjust insert_module call.
2273 (__gconv_read_conf): Likewise.
2274 * iconvdata/Makefile (generated): Add tst-loading.mtrace and
2275 mtrace-tst-loading.
2276 (tests): Make $(objpfx)mtrace-tst-loading a dependency. Add rule.
2277
2278 * sysdeps/generic/ldsodefs.h: Add declaration for _dl_all_dirs and
2279 _dl_all_init_dirs.
2280 * include/link.h (struct r_search_path_struct): New.
2281 (struct link_map): Use it for l_rpath_dirs and l_runpath_dirs.
2282 * elf/Versions [ld] (GLIBC_2.2): Add _dl_all_dirs and
2283 _dl_all_init_dirs.
2284 * elf/dl-close.c (_dl_close): Free l_rpath_dirs and l_runpath_dirs.
2285 * elf/dl-libc.c (free_mem): Free _dl_all_dirs list except elements
2286 added at startup time.
2287 * elf/dl-load.c: Fix memory handling. r_search_path_struct
2288 contains element to remember fact that we can free memory.
2289 (all_dirs): Renamed to _dl_all_dirs. Made global.
2290 (_dl_init_all_dirs): New variable.
2291 (fillin_rpath): Save one malloc call.
2292 (decompose_rpath): Change interface. New first parameter points to
2293 r_search_path_struct.
2294 (_dl_init_paths): Adjust for changes. Mark all memory as not
2295 deletable. Set _dl_init_all_paths value.
2296 (open_path): Remove may_free_dirs parameter. r_search_path_elem ***
2297 parameter replaced with r_search_path_struct *. Information about
2298 freeing now contained in r_search_path_struct.
2299 (_dl_map_object): Adjust for above changes.
2300
2301 * elf/dl-open.c (dl_open_worker): Change format of debug info a bit.
2302
2303 * elf/dl-load.c (fillin_rpath): Only check for trusted directories
2304 when adding new entries.
2305
2306 * elf/dl-load.c (fillin_rpath): Make local copy of where string
2307 since the object being loaded can be unloaded.
2308
2309 * iconvdata/Makefile (tests): Add tst-loading.
2310 * iconvdata/tst-loading.c: New file.
2311
2312 2000-08-29 Bruno Haible <haible@clisp.cons.org>
2313
2314 * stdio-common/vfscanf.c (_IO_vfscanf): Back out last ungetc change.
2315 When comparing a char with an int, always cast the char to
2316 'unsigned char'. New macro ungetc_not_eof, to avoid warnings when
2317 compiling with -funsigned-char. Use UCHAR_MAX+1 instead of UCHAR_MAX.
2318
2319 2000-08-30 Ulrich Drepper <drepper@redhat.com>
2320
2321 * time/strftime.c (my_strftime): Add compatibility code for use
2322 outside glibc. Patch by Jim Meyering <meyering@ascend.com>.
2323
2324 * sysdeps/posix/getaddrinfo.c (gaih_local): uname does not everywhere
2325 return 0 for success but always < 0 on failure.
2326
2327 * nss/getXXbyYY_r.c: Define result to *result before including
2328 digits_dots.c.
2329
2330 2000-08-30 Andreas Jaeger <aj@suse.de>
2331
2332 * math/gen-libm-test.pl (parse_ulps): Remove extra \.
2333
2334 2000-08-29 Ulrich Drepper <drepper@redhat.com>
2335
2336 * iconvdata/big5hkscs.c: Rewritten. Regenerate data from the
2337 official file.
2338 * iconvdata/TESTS: Add BIG5HKSCS entry.
2339 * iconvdata/testdata/BIG5HKSCS: New file.
2340 * iconvdata/testdata/BIG5HKSCS..UTF8: New file.
2341
2342 * iconvdata/big5.c (BODY for FROM_LOOP): Remove condition which is
2343 always true.
2344
2345 * libio/iogetline.c: Set mode before the loop in case n==0.
2346 * libio/iogetwline.c: Likewise.
2347
2348 2000-08-29 H.J. Lu <hjl@gnu.org>
2349
2350 * libio/fileops.c (new_do_write): Check fp->_mode <= 0 instead
2351 of fp->_mode < 0.
2352 (_IO_new_file_overflow): Likewise.
2353 * libio/genops.c (_IO_flush_all): Likewise.
2354 * libio/ioftell.c (_IO_ftell): Likewise.
2355
2356 2000-08-29 Akira Higuchi <a@kondara.org>
2357
2358 * iconv/gconv_db.c (increment_counter): Reset __init_fct, __fct,
2359 and __end_fct fields of struct __gconv_step.
2360 * iconv/Makefile (tests): Add iconv-bug2.
2361 * iconv/iconv-bug2.c: New file.
2362
2363 * iconvdata/euc-kr.c (BODY for FROM_LOOP): Pass 'inend - inptr'
2364 instead of 'inptr - inend' to ksc5601_to_ucs4.
2365
2366 * iconvdata/sjis.c (BODY for FROM_LOOP): Allow 0x7f character.
2367
2368 * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): If an incomplete
2369 character or shift sequence is found at the end of the input
2370 string, return__GCONV_INCOMPLETE_INPUT instead of
2371 __GCONV_EMPTY_INPUT.
2372 * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
2373 * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
2374
2375 * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Return
2376 __GCONV_ILLEGAL_INPUT for 8bit characters.
2377
2378 2000-08-29 Ulrich Drepper <drepper@redhat.com>
2379
2380 * signal/signal.h (sigpause): Move __THROW before __asm__.
2381
2382 * inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
2383 names don't match don't return.
2384 Patch by Olaf Kirch <okir@flash.lst.de>.
2385
2386 2000-08-28 Ulrich Drepper <drepper@redhat.com>
2387
2388 * time/strftime.c (my_strftime): Handle # flag for %b as well.
2389
2390 2000-08-27 H.J. Lu <hjl@gnu.org>
2391
2392 * posix/Makefile (otherlibs): Add for building with static-nss
2393 for "make check".
2394
2395 2000-08-28 Ulrich Drepper <drepper@redhat.com>
2396
2397 * libio/stdio.h: Add fmemopen prototype.
2398
2399 2000-08-25 Andreas Jaeger <aj@suse.de>
2400
2401 * libio/Makefile (routines): Add fmemopen.
2402 (tests): Add test-fmemopen.
2403 * libio/Versions: Add fmemopen with version GLIBC_2.2.
2404 * libio/test-fmemopen.c: New file.
2405 * libio/fmemopen.c: New file.
2406 Patches by Hanno Mueller <kontakt@hanno.de>.
2407
2408 2000-08-28 Ulrich Drepper <drepper@redhat.com>
2409
2410 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
2411 inclusion. Patch by Jes Sorensen <jes@linuxcare.com>.
2412
2413 * locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828
2414 to avoid crashing statically linked applications.
2415
2416 2000-08-27 Bruno Haible <haible@clisp.cons.org>
2417
2418 * string/strxfrm.c (strxfrm, wcsxfrm): Include <sys/param.h>.
2419 If nrules == 0 and srclen < n, copy only srclen + 1 characters.
2420
2421 * sysdeps/generic/getdomain.c (getdomainname): Include <sys/param.h>.
2422 If the result is fits in the buffer, copy only as many bytes as needed.
2423
2424 * sysdeps/generic/_strerror.c (__strerror_r): Don't zero-fill the
2425 buffer after copying numbuf into it.
2426 * sysdeps/mach/_strerror.c (__strerror_r): Likewise.
2427
2428 2000-08-27 Bruno Haible <haible@clisp.cons.org>
2429
2430 * posix/confstr.c (confstr): When string_len > len, NUL-terminate
2431 the result. When string_len < len, don't clear the rest of the buffer.
2432
2433 2000-08-27 Bruno Haible <haible@clisp.cons.org>
2434
2435 Support for new LC_COLLATE format.
2436 * locale/coll-lookup.h: New file.
2437 * locale/weightwc.h (findidx): When size == 0, call
2438 collidx_table_lookup.
2439 * wcsmbs/wcscoll.c: Include coll-lookup.h.
2440 * wcsmbs/wcsxfrm.c: Likewise.
2441 * posix/fnmatch.c: Likewise.
2442 * posix/fnmatch_loop.c (internal_fnwmatch): When size == 0, call
2443 collseq_table_lookup.
2444 * locale/programs/3level.h: New file.
2445 * locale/programs/ld-ctype.c: (wcwidth_table, wctrans_table): Define
2446 by including "3level.h".
2447 * locale/programs/ld-collate.c (wchead_table, collidx_table,
2448 collseq_table): New types, defined by including "3level.h".
2449 (locale_collate_t): New wcheads_3level, wcseqorder_3level fields.
2450 (encoding_mask, encoding_byte): Remove.
2451 (utf8_encode): Use simple shifts instead.
2452 (collate_finish): When !oldstyle_tables, set plane_size and plane_cnt
2453 to 0, and initialize and fill wcheads_3level and wcseqorder_3level.
2454 (collate_output): New local variable tablewc_3level. When
2455 !oldstyle_tables, set table_size to 0 and names to NULL and fill
2456 tablewc_3level instead of tablewc. Change format of TABLEWC and
2457 COLLSEQWC entries written to the file.
2458 * locale/C-collate.c (collseqwc): Change format.
2459 (_nl_C_LC_COLLATE): Set HASH_SIZE and HASH_LAYERS to 0, change format
2460 of COLLSEQWC.
2461 * locale/Makefile (distribute): Add coll-lookup.h, programs/3level.h.
2462
2463 2000-08-27 Bruno Haible <haible@clisp.cons.org>
2464
2465 * locale/programs/ld-ctype.c (MAX_CHARNAMES_IDX): New macro.
2466 (locale_ctype_t): New charnames_idx field.
2467 (ctype_startup): Initialize charnames_idx field.
2468 (find_idx): Speed up dramatically by using charnames_idx inverse table.
2469
2470 2000-08-27 Bruno Haible <haible@clisp.cons.org>
2471
2472 * locale/C-ctype.c: Switch to new locale format.
2473 (_nl_C_LC_CTYPE_names): Remove array.
2474 (STRUCT_CTYPE_CLASS): New macro.
2475 (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
2476 graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
2477 New three-level tables.
2478 (_nl_C_LC_CTYPE_width): Change from array to three-level table.
2479 (_nl_C_LC_CTYPE): Fix nstrings value. Set HASH_SIZE and HASH_LAYERS
2480 to 0. Change WIDTH format. Set CLASS_OFFSET and MAP_OFFSET. Add
2481 12 class tables and 2 map tables at the end.
2482 * ctype/ctype-info.c (_nl_C_LC_CTYPE_names): Remove declaration.
2483 (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
2484 graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
2485 New declarations.
2486 (b): Remove trailing semicolon.
2487 (__ctype_names, __ctype_width): Don't initialize.
2488 (__ctype32_wctype, __ctype32_wctrans, __ctype32_width): Initialize.
2489
2490 2000-08-27 Bruno Haible <haible@clisp.cons.org>
2491
2492 * elf/dl-load.c (open_path): Add a argument telling whether *dirsp
2493 is guaranteed to be allocated with the same malloc() and may be
2494 passed to free().
2495 (_dl_map_object): Update open_path calls. If rtld_search_dirs has
2496 been set to empty by an earlier open_path call, don't pass it again.
2497
2498 2000-08-28 Ulrich Drepper <drepper@redhat.com>
2499
2500 * include/libintl.h: Include <locale.h> since libintl.h doesn't if
2501 we are not optimizing.
2502
2503 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double
2504 inclusion.
2505
2506 * stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
2507 really match EOF.
2508 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2509
2510 2000-08-28 Andreas Jaeger <aj@suse.de>
2511
2512 * sysdeps/i386/fpu/libm-test-ulps: Tweaks for AMD Athlon.
2513
2514 2000-08-28 Mark Kettenis <kettenis@gnu.org>
2515
2516 * sysdeps/mach/hurd/getpeername.c (__getpeername): Renamed from
2517 getpeername. Use ISO C style function definition.
2518 (getpeername): Provide weak alias.
2519 * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Renamed from
2520 setrlimit. Use ISO C style function definition.
2521 (setrlimit): Provide weak alias.
2522
2523 2000-08-28 Martin Schwidefsky <schwidefsky@de.ibm.com>
2524
2525 * shlib-versions: Add a rule for S/390 to the libm version list.
2526 * sysdeps/s390/Versions: New file.
2527 * sysdeps/unix/sysv/linux/s390/Dist: Add oldgetrlimit64.c.
2528 * sysdeps/unix/sysv/linux/s390/Makefile: Add oldgetrlimit64.
2529 * sysdeps/unix/sysv/linux/s390/Versions: New file.
2530 * sysdeps/unix/sysv/linux/s390/alphasort64.c: New file.
2531 * sysdeps/unix/sysv/linux/s390/chown.c: New file.
2532 * sysdeps/unix/sysv/linux/s390/fxstat.c: New file.
2533 * sysdeps/unix/sysv/linux/s390/getdents64.c: New file.
2534 * sysdeps/unix/sysv/linux/s390/getrlimit.c: New file.
2535 * sysdeps/unix/sysv/linux/s390/getrlimit64.c: New file.
2536 * sysdeps/unix/sysv/linux/s390/lxstat.c: New file.
2537 * sysdeps/unix/sysv/linux/s390/oldgetrlimit64.c: New file.
2538 * sysdeps/unix/sysv/linux/s390/readdir64.c: New file.
2539 * sysdeps/unix/sysv/linux/s390/readdir64_r.c: New file.
2540 * sysdeps/unix/sysv/linux/s390/scandir64.c: New file.
2541 * sysdeps/unix/sysv/linux/s390/setrlimit.c: New file.
2542 * sysdeps/unix/sysv/linux/s390/syscalls.list: New file.
2543 * sysdeps/unix/sysv/linux/s390/versionsort64.c: New file.
2544 * sysdeps/unix/sysv/linux/s390/xstat.c: New file.
2545
2546 2000-08-28 Ulrich Drepper <drepper@redhat.com>
2547
2548 * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
2549 (CFLAGS-initfini.s): Add -DWEAK_GMON_START.
2550
2551 * elf/Versions [ld] (GLIBC_2.2): Export _dl_debug_files.
2552 * elf/dl-close.c (_dl_close): Print debug message if object is not
2553 unloaded.
2554 * elf/dl-open.c (dl_open_worked): Print message about opencount before
2555 returning to caller.
2556
2557 * po/zh.po: Renamed to...
2558 * po/zh_TW.po: ...this.
2559
2560 2000-08-27 Geoff Keating <geoffk@cygnus.com>
2561
2562 * sysdeps/powerpc/fpu/feenablxcpt.c: Correct bogus checkin.
2563
2564 * sysdeps/powerpc/fpu/fedisblxcpt.c: New file.
2565 * sysdeps/powerpc/fpu/feenablxcpt.c: New file.
2566 * sysdeps/powerpc/fpu/fegetexcept.c: New file.
2567 * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: New file.
2568
2569 2000-08-27 Ulrich Drepper <drepper@redhat.com>
2570
2571 * locale/programs/ld-collate.c (insert_weights): Also update
2572 backpointer of next element.
2573 (collate_read): Allow definition of new collation symbols in stage 2.
2574 Symbol after reorder-after can be UCS4 value.
2575 Allow reordering of collation symbols and elements.
2576 Do not only move reorder entry in new position. Instead call
2577 insert_weight to do this and read the weights.
2578
2579 * locale/findlocale.c (free_mem): Add cast to avoid warning.
2580
2581 * intl/dcigettext.c (DCIGETTEXT): Remove _nl_find_language in code
2582 to determine invalid locale name.
2583 * locale/findlocale.c (_nl_find_locale): Likewise.
2584
2585 * posix/annexc.c: Correct test for unavailable feature.
2586
2587 * sysdeps/unix/sysv/linux/i386/sys/io.h (outw): Fix __INLINE ->
2588 __inline.
2589
2590 2000-08-26 Ulrich Drepper <drepper@redhat.com>
2591
2592 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getdents64
2593 syscall.
2594
2595 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir)==resource]
2596 (sysdep_routines): Add oldgetrlimit64.
2597
2598 * elf/Makefile (distribute): Add unloadmod.c, reldepmod1.c,
2599 reldepmod2.c, reldepmod3.c, and reldepmod4.c.
2600 (tests): Add unload, reldep, reldep2, and reldep3.
2601 (modules-names): Add unloadmod, reldepmod1, reldepmod2, reldepmod3,
2602 and reldepmod4.
2603 Add rules to build and run unload, reldep, reldep2, and reldep3.
2604 * elf/dl-lookup.c (_dl_lookup_symbol): Add new parameter explicit.
2605 Don't create relocation dependency if it is nonzero.
2606 (_dl_lookup_symbol_skip): Remove relocation dependency stuff. This
2607 can never happen here.
2608 (_dl_lookup_versioned_symbol): Add new parameter explicit.
2609 Don't create relocation dependency if it is nonzero.
2610 (_dl_lookup_versioned_symbol_skip): Remove relocation dependency
2611 stuff. This can never happen here.
2612 * sysdeps/generic/ldsodefs.h: Change prototypes.
2613 * elf/dl-reloc.c (RESOLVE_MAP): Pass 0 in explicit parameter to
2614 _dl_lookup_up and _dl_lookup_versioned_symbol.
2615 (RESOLV): Likewise.
2616 * elf/dl-runtime.c (fixup): Likewise.
2617 (profile_fixup): Likewise.
2618 * elf/dl-libc.c (do_dlsym): Pass 1 in explicit parameter to
2619 _dl_lookup_symbol.
2620 * elf/dl-symbol.c (_dl_symbol_value): Likewise.
2621 * elf/rtld.c (dl_main): Likewise.
2622 * elf/dl-sym.c (_dl_sym): Pass 1 in explicit parameter to
2623 _dl_lookup_symbol if handle is not RTLD_DEFAULT. Always compute
2624 and pass down the caller map.
2625 (_dl_vsym): Likewise.
2626 * elf/reldep.c: New file.
2627 * elf/reldep2.c: New file.
2628 * elf/reldep3.c: New file.
2629 * elf/reldepmod1.c: New file.
2630 * elf/reldepmod2.c: New file.
2631 * elf/reldepmod3.c: New file.
2632 * elf/reldepmod4.c: New file.
2633 * elf/unload.c: New file.
2634 * elf/unloadmod.c: New file.
2635
2636 * elf/do-lookup.h: Remove unused undef_name parameter.
2637 * elf/dl-lookup.c: Adjust callers.
2638
2639 2000-08-25 Ulrich Drepper <drepper@redhat.com>
2640
2641 * iconv/gconv_trans.c (__gconv_transliterate): Pass NULL instead of
2642 irreversible in recursive call of conversion function to signal that
2643 no error handling is wanted.
2644 * iconv/loop.c (ignore_errors_p): irreversible must be != NULL, too.
2645 (STANDARD_ERR_HANDLER): Don't do anything if irreversible == NULL.
2646 * iconv/skeleton.c (lirreversiblep): New variable. Set to NULL is
2647 recursive error handling call, otherwise to &lirreversible. Use it
2648 for calls to conversion functions.
2649 * iconv/gconv_simple.c (ucs4_internal_loop): Don't handle errors when
2650 transliterating.
2651 (ucs4_internal_loop_unaligned): Likewise.
2652 (ucs4le_internal_loop): Likewise.
2653 (ucs4le_internal_loop_unaligned): Likewise.
2654
2655 2000-08-25 Greg McGary <greg@mcgary.org>
2656
2657 * sysdeps/i386/memchr.S: Check high bound against chars
2658 actually scanned.
2659 * sysdeps/i386/memcmp.S: Likewise.
2660 * sysdeps/i386/stpncpy.S: Adjust high-bound check to
2661 account for pointers that lie one beyond end-of-buffer.
2662
2663 2000-08-25 Ulrich Drepper <drepper@redhat.com>
2664
2665 * elf/Makefile (LDFLAGS-nodelete): Add -rdynamic.
2666 * elf/nodelete.c (fini_ran): New global variable.
2667 (do_test): Before every dlclose call clear fini_ran and test
2668 afterwards that it is not set by the destructors.
2669 * elf/nodelmod1.c: Add destructor which sets fini_ran.
2670 * elf/nodelmod2.c: Likewise.
2671 * elf/nodelmod4.c: Likewise.
2672
2673 2000-08-21 Jes Sorensen <jes@linuxcare.com>
2674
2675 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getrlimit and
2676 getrlimit to the list.
2677
2678 2000-08-18 Jes Sorensen <jes@linuxcare.com>
2679
2680 * sysdeps/ia64/Implies: gcc now has support for the Intel 80 bit
2681 long double format so use ldbl-96 instead of ldbl-128.
2682
2683 2000-08-25 Ulrich Drepper <drepper@redhat.com>
2684
2685 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL
2686 even if bits 10 a 11 are non-zero.
2687 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64): Likewise.
2688
2689 * Makeconfig: Ensures the soversions.mk part of Makefile gets
2690 included before building gnu/lib-names.h
2691 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
2692
2693 * elf/dl-close.c (_dl_close): Don't run destructors of objects
2694 marked DF_1_NODELETE.
2695
2696 * sysdeps/posix/system.c (__libc_system): We cannot use vfork here
2697 since we call sigaction in the child.
2698
2699 2000-08-25 Andreas Jaeger <aj@suse.de>
2700
2701 * iconvdata/Makefile ($(objpfx)bug-iconv1.out): Depend on
2702 gconv-modules.
2703
2704 2000-08-25 Andreas Jaeger <aj@suse.de>
2705
2706 * manual/arith.texi (Control Functions): Clarify possible
2707 arguments. Closes PR libc/1856.
2708
2709 2000-08-24 H.J. Lu <hjl@gnu.org>
2710
2711 * stdio-common/Makefile (tests): Don't do it for cross compiling.
2712 * malloc/Makefile (tests): Likewise.
2713
2714 2000-08-24 Ulrich Drepper <drepper@redhat.com>
2715
2716 * iconvdata/unicode.c (gconv_init): Correct test for direction.
2717
2718 2000-08-24 Andreas Jaeger <aj@suse.de>
2719
2720 * malloc/Makefile (extra-objs): Fix last patch, build memusagestat
2721 only if LIBGD is available.
2722
2723 2000-08-24 Ulrich Drepper <drepper@redhat.com>
2724
2725 * resolv/res_send.c (res_ourserver_p): Cleanup the type mess to avoid
2726 problems with now restrict parameter types.
2727 (convaddr4to6): Likewise.
2728
2729 2000-08-24 Denis Joseph Barrow <djbarrow@de.ibm.com>
2730
2731 * sysdeps/s390/fpu/fedisblxcpt.c: New file.
2732 * sysdeps/s390/fpu/feenablxcpt.c: New file.
2733 * sysdeps/s390/fpu/fegetexcept.c: New file.
2734 * sysdeps/s390/fpu/fenv_libc.h: Some reordering, new definition
2735 FPC_VALID_MASK.
2736
2737 2000-08-24 Andreas Jaeger <aj@suse.de>
2738
2739 * malloc/Makefile (extra-objs): Add memusagestat.o.
2740 (generated): Added memusage and memusagestat for make clean.
2741
2742 * libio/tst_putwc.c (do_test): Delete temporary file.
2743 Move inclusion of test-skeleton to front to have prototype for
2744 add_temp_file.
2745
2746 * posix/Makefile (generated): Add wordexp-tst.out.
2747
2748 2000-08-24 Ulrich Drepper <drepper@redhat.com>
2749
2750 * resolv/res_hconf.c (free_mem): Remove not needed if.
2751
2752 * time/tzset.c (free_mem): New function.
2753 * string/strsignal.c (free_mem): New function.
2754 * inet/inet_ntoa.c (free_mem): New function.
2755 * sunrpc/clnt_perr.c (free_mem): New function.
2756
2757 2000-08-24 Andreas Jaeger <aj@suse.de>
2758
2759 * sysdeps/unix/syscalls.list: Use __setrlimit as strong name.
2760 * sysdeps/unix/sysv/syscalls.list: Likewise.
2761
2762 * posix/unistd.h: Move internal prototypes from here ...
2763 * include/unistd.h: ... to here.
2764
2765 * sysvipc/sys/shm.h: Add const attribute to __getpagesize.
2766
2767 2000-08-24 Ulrich Drepper <drepper@redhat.com>
2768
2769 * grp/initgroups.c (initgroups): Deallocate groups array.
2770 Reported by jani.raiha@sonera.com [PR libc/1868].
2771
2772 * sysdeps/s390/Dist: Add fpu/fenv_libc.h.
2773 * sysdeps/alpha/Dist: Likewise.
2774
2775 2000-08-23 Ulrich Drepper <drepper@redhat.com>
2776
2777 * crypt/md5-crypt.c (free_mem): Fix typo (constructor ->
2778 destructor). Reported by Solar Designer <solar@false.com>.
2779
2780 * iconv/gconv_conf.c (add_module): Remove some unneeded code to
2781 avoid adding double slashes.
2782
2783 2000-08-23 Jakub Jelinek <jakub@redhat.com>
2784
2785 * dirent/dirent.h (alphasort, versionsort): Move __attribute_pure__
2786 out of the __REDIRECT macro.
2787
2788 2000-08-23 Ulrich Drepper <drepper@redhat.com>
2789
2790 * stdio-common/vfscanf.c: Add %F format support.
2791
2792 * locale/programs/ld-ctype.c (ctype_output): Make sure
2793 _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN and
2794 _NL_CTYPE_TRANSLIT_IGNORE_LEN are aligned.
2795 (ctype_read): Enable returning of wide character strings for reading
2796 transliteration information.
2797
2798 2000-08-23 Andreas Jaeger <aj@suse.de>
2799
2800 * sysdeps/unix/sysv/linux/i386/sys/io.h (_EXTERN_INLINE): Remove.
2801 Use static __inline instead of _EXTERN_INLINE.
2802
2803 * misc/sys/select.h: Move prototypes of __select from here ...
2804 * include/sys/select.h: ... to here.
2805
2806 * socket/sys/socket.h: Move prototypes of __send and __connect
2807 from here....
2808 * include/sys/socket.h: ... to here.
2809
2810 * locale/programs/ld-ctype.c (ctype_read): Fix parameter for
2811 lr_error.
2812
2813 2000-08-23 Jakub Jelinek <jakub@redhat.com>
2814
2815 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use
2816 __setrlimit as strong name. Takes only 2 arguments.
2817
2818 * sysdeps/unix/sysv/linux/sh/syscalls.list: __syscall_setrlimit
2819 takes only 2 arguments.
2820
2821 2000-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
2822
2823 * sysdeps/s390/__longjmp.c: Add __ to JB_GPR*.
2824
2825 * sysdeps/s390/bits/setjmp.h: Add __ to JB_GPR* defines.
2826
2827 2000-08-23 Ulrich Drepper <drepper@redhat.com>
2828
2829 * locale/programs/ld-ctype.c (ctype_read): Allow more than one
2830 default_missing character being specified, pick the first
2831 representable.
2832
2833 2000-08-23 Andreas Jaeger <aj@suse.de>
2834
2835 * include/wchar.h: Add some pure attributes.
2836
2837 * time/time.h: Add const attribute for dysize.
2838
2839 * include/stdlib.h: Add malloc attribute to __posix memalign.
2840
2841 * stdlib/stdlib.h: Add some pure and malloc attributes.
2842 * wcsmbs/wchar.h: Likewise.
2843
2844 * dirent/dirent.h: Add some pure attributes.
2845 * include/dirent.h: Likewise.
2846
2847 2000-08-23 Jakub Jelinek <jakub@redhat.com>
2848
2849 * inet/netinet/in.h (struct in6_addr): Don't enforce 64bit alignment
2850 on 64bit arches.
2851
2852 2000-08-22 Ulrich Drepper <drepper@redhat.com>
2853
2854 * iconvdata/iso-2022-jp.c: In conversion to ISO-2022-JP, add two
2855 missing buffer size checks.
2856
2857 2000-08-23 Andreas Jaeger <aj@suse.de>
2858
2859 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Use __setrlimit as
2860 strong name.
2861 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2862
2863 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include "kernel-features.h",
2864 otherwise __LINUX_KERNEL_VERSION might not be defined.
2865 (MIN): Define if not already defined.
2866
2867 2000-08-22 Ulrich Drepper <drepper@redhat.com>
2868
2869 * stdio-common/vfprintf.c: Handle %F format.
2870 * stdio-common/printf-parse.h (parse_one_spec): Likewise.
2871 Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
2872
2873 * stdio-common/tstdiomisc.c: Add test for %F printf format.
2874
2875 * po/zh.po: New file.
2876
2877 * iconvdata/sjis.c: In conversion from UCS4, correct test for
2878 enough room in target buffer.
2879 Patch by KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp> [PR libc/1865].
2880 * iconvdata/bug-iconv1.c: New file.
2881 * iconvdata/Makefile (tests): Add bug-iconv1.
2882
2883 * locale/iso-4217.def: Update entry for Nicaragua.
2884
2885 2000-08-22 Mark Kettenis <kettenis@gnu.org>
2886
2887 * hurd/hurdsig.c: Rearrange headers a bit.
2888 (_hurdsig_init): Block until _hurd_msgport_thread is initialized
2889 when cthreads is being used.
2890
2891 2000-08-22 Ulrich Drepper <drepper@redhat.com>
2892
2893 * elf/Makefile (distribute): Add dl-osinfo.h.
2894 * sysdeps/generic/dl-osinfo.h: New file.
2895 * sysdeps/unix/sysv/linux/dl-osinfo.h: New file.
2896 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Use DL_SYSDEP_OSCHECK
2897 if defined.
2898 * sysdeps/unix/sysv/linux/init-first.c: Perform kernel version test
2899 only for !SHARED case. Get the code from dl-osinfo.h.
2900
2901 * stdlib/random_r.c: Cleanups.
2902 * stdlib/tst-random.c: New file.
2903 * stdlib/Makefile (tests): Add tst-random.
2904 Patches by Michael Fischer <fischer-michael@cs.yale.edu>.
2905
2906 2000-08-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
2907
2908 * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.
2909 * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.
2910 * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.
2911 * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
2912
2913 2000-08-22 Jakub Jelinek <jakub@redhat.com>
2914
2915 * sysdeps/unix/sysv/linux/alpha/syscalls.list (sysctl): Remove.
2916 * sysdeps/unix/sysv/linux/ia64/syscalls.list (sysctl): Remove.
2917 (__syscall__sysctl): Add.
2918
2919 2000-08-21 Andreas Jaeger <aj@suse.de>
2920
2921 * stdlib/tst-strtol.c: Add test for 0xFFFFFFFFFFFF00FF (from PR
2922 libc/1864).
2923 * stdlib/tst-strtoll.c: Likewise.
2924
2925 2000-08-21 Ulrich Drepper <drepper@redhat.com>
2926
2927 * stdlib/random_r.c (__setstate_r): Also compute end_ptr
2928 correctly.
2929 (__initstate_r): Set errno on error.
2930 (__random_r): Likewise.
2931 (__setstate_r): Correct offset when computing
2932 new rptr and fptr. Test for arg_state being NULL.
2933 Reported by Michael Fischer <fischer@cs.yale.edu>.
2934
2935 * posix/regex.h: Add macro definitions to allow compiling outside
2936 glibc.
2937
2938 * sysdeps/i370/Implies: Removed.
2939 * sysdeps/mvs/Implies: Removed.
2940
2941 * catgets/catgets.c (catopen): Filter out env_var values with / if
2942 necessary.
2943
2944 * locale/findlocale.c (_nl_find_locale): Move test for unusable
2945 locale name after all getenvs.
2946
2947 * configure.in: Allow sed versions like 3.02.8.
2948 Patch by Rodrigo Barbosa <rodrigob@conectiva.com.br>.
2949
2950 2000-08-21 Marko Myllynen <myllynen@lut.fi>
2951
2952 * inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
2953
2954 2000-08-21 Ulrich Drepper <drepper@redhat.com>
2955
2956 * sysdeps/posix/getaddrinfo.c (gethosts): Handle TRY_AGAIN error
2957 of gethostbyname2_r call.
2958
2959 * intl/locale.alias: Add aliases for Korean.
2960
2961 2000-08-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
2962
2963 * sysdeps/s390/__longjmp.c: Remove unused variable result.
2964 * sysdeps/s390/fpu/bits/fenv.h: Move FPC_* definitions to fenv_libc.h.
2965 * sysdeps/s390/fpu/fclrexcpt.c: Include fenv_libc.h instead of fenv.h.
2966 * sysdeps/s390/fpu/fegetenv.c: New file.
2967 * sysdeps/s390/fpu/fegetround.c: Include fenv_libc.h instead of fenv.h.
2968 * sysdeps/s390/fpu/feholdexcpt.c: New file.
2969 * sysdeps/s390/fpu/fenv_libc.h: New file.
2970 * sysdeps/s390/fpu/fesetenv.c: New file.
2971 * sysdeps/s390/fpu/fesetround.c: Include fenv_libc.h instead of fenv.h.
2972 * sysdeps/s390/fpu/feupdateenv.c: New file.
2973 * sysdeps/s390/fpu/fgetexcptflg.c: Reformatted.
2974 * sysdeps/s390/fpu/fpu_control.h: Corrected header.
2975 * sysdeps/s390/fpu/fraiseexcpt.c: New file.
2976 * sysdeps/s390/fpu/fsetexcptflg.c: New file.
2977 * sysdeps/s390/fpu/ftestexcept.c: New file.
2978 * sysdeps/s390/fpu/libm-test-ulps: New file.
2979 * sysdeps/s390/gmp-mparam.h: Add end of comment.
2980 * sysdeps/s390/initfini.c: New file.
2981 * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
2982 * sysdeps/unix/sysv/linux/s390/Makefile: Remove sys/reg.h.
2983 * sysdeps/unix/sysv/linux/s390/bits/stat.h: New file.
2984 * sysdeps/unix/sysv/linux/s390/lchown.c: New file.
2985 * sysdeps/unix/sysv/linux/s390/sys/elf.h: Move elf definitions to
2986 sys/procfs.h as proposed by Mark Kettenis.
2987 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: New file.
2988
2989 2000-08-21 Andreas Jaeger <aj@suse.de>
2990
2991 * include/poll.h: Include include/sys/poll.h to get __poll
2992 declaration.
2993
2994 * io/sys/poll.h: Move __poll declaration from here...
2995 * include/sys/poll.h: ...to here.
2996
2997 * include/sys/socket.h (__getpeername): Add declaration.
2998
2999 * include/wchar.h (__vswprintf): Add declaration.
3000
3001 * include/stdio.h (__flockfile): Add declaration.
3002 (__funlockfile): Likewise.
3003
3004 2000-08-20 Ulrich Drepper <drepper@redhat.com>
3005
3006 * misc/sys/cdefs.h: Define __restrict_arr.
3007 * include/sys/time.h: Add restrict where required by AGd4.
3008 * inet/arpa/inet.h: Likewise.
3009 * io/sys/stat.h: Likewise.
3010 * io/sys/statvfs.h: Likewise.
3011 * misc/search.h: Likewise.
3012 * misc/sys/select.h: Likewise.
3013 * posix/glob.h: Likewise.
3014 * posix/regex.h: Likewise.
3015 * posix/spawn.h: Likewise.
3016 * posix/unistd.h: Likewise.
3017 * rt/aio.h: Likewise.
3018 * signal/signal.h: Likewise.
3019 * socket/sys/socket.h: Likewise.
3020 * stdlib/ucontext.h: Likewise.
3021 * streams/stropts.h: Likewise.
3022 * string/string.h: Likewise.
3023 * time/time.h: Likewise.
3024 * time/sys/time.h: Likewise.
3025
3026 * posix/spawn.h: Add declarations for posix_spawnattr_getscheparam
3027 and posix_spawnattr_setscheparam.
3028
3029 * libio/stdio.h: Make cuserid prototype again available for all
3030 XPG versions.
3031
3032 * argp/argp-help.c: Unify use of function aliases to make more compact
3033 PLT.
3034 * include/libintl.h: Likewise.
3035 * inet/rcmd.c: Likewise.
3036 * intl/dcigettext.c: Likewise.
3037 * libio/iofputws.c: Likewise.
3038 * libio/iofputws_u.c: Likewise.
3039 * libio/iogetwline.c: Likewise.
3040 * libio/swprintf.c: Likewise.
3041 * malloc/malloc.c: Likewise.
3042 * nss/digits_dots.c: Likewise.
3043 * posix/fnmatch.c: Likewise.
3044 * posix/spawn_faction_addclose.c: Likewise.
3045 * posix/spawn_faction_adddup2.c: Likewise.
3046 * posix/spawn_faction_addopen.c: Likewise.
3047 * posix/spawni.c: Likewise.
3048 * posix/wordexp.c: Likewise.
3049 * posix/spawni.c: Likewise.
3050 * resolv/res_hconf.c: Likewise.
3051 * resolv/res_init.c: Likewise.
3052 * shadow/lckpwdf.c: Likewise.
3053 * signal/sighold.c: Likewise.
3054 * signal/sigrelse.c: Likewise.
3055 * stdio-common/printf-parse.h: Likewise.
3056 * stdio-common/printf-prs.c: Likewise.
3057 * stdio-common/printf_fp.c: Likewise.
3058 * stdio-common/vfprintf.c: Likewise.
3059 * stdio-common/vfscanf.c: Likewise.
3060 * stdlib/rpmatch.c: Likewise.
3061 * sunrpc/create_xid.c: Likewise.
3062 * sunrpc/key_call.c: Likewise.
3063 * sysdeps/generic/setrlimit64.c: Likewise.
3064 * sysdeps/generic/utmp_file.c: Likewise.
3065 * sysdeps/generic/vlimit.c: Likewise.
3066 * sysdeps/posix/posix_fallocate.c: Likewise.
3067 * sysdeps/posix/posix_fallocate64.c: Likewise.
3068 * sysdeps/posix/sigpause.c: Likewise.
3069 * sysdeps/posix/sigset.c: Likewise.
3070 * sysdeps/unix/grantpt.c: Likewise.
3071 * sysdeps/unix/bsd/ualarm.c: Likewise.
3072 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
3073 * sysdeps/unix/sysv/linux/getloadavg.c: Likewise.
3074 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3075 * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
3076 * time/strftime.c: Likewise.
3077 * wcsmbs/wcscoll.c: Likewise.
3078 * wcsmbs/wcsxfrm.c: Likewise.
3079
3080 * time/tst-getdate.c (main): Make error messages more human readable.
3081
3082 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Allow gcc to generate
3083 postinc/predec instruction.
3084 (_FPU_SETCW): Likewise.
3085 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3086
3087 2000-08-20 Andreas Jaeger <aj@suse.de>
3088
3089 * time/tst-getdate.c (main): Increase error in case of wrong
3090 conversion.
3091 Fix typo in test case.
3092
3093 2000-08-20 Ulrich Drepper <drepper@redhat.com>
3094
3095 * ctype/ctype.h (isblank): Make available if ISO C99.
3096 * wctype/wctype.h (iswblank): Make available if ISO C99.
3097 * math/math.h (signgam): Don't make available if ISO C99.
3098 * math/tgmath.h (tgamma): Renamed from gamma.
3099 Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
3100
3101 * intl/loadmsgcat.c (_nl_unload_domain): Also free conv_tab element.
3102 Pretty printing.
3103 * intl/plural.y (new_exp): Take number of optional parameters in
3104 second parameter. Test for correct number of parameters and free
3105 correctly in case of failure. Adjust all callers.
3106 (yylex): Allow ';' as terminator character.
3107
3108 2000-08-19 Ulrich Drepper <drepper@redhat.com>
3109
3110 * locale/lc-time.c (free_mem): New function. Free alt_digits and
3111 walt_digits.
3112
3113 * locale/findlocale.c (free_mem): Also free here->filename.
3114
3115 * locale/loadlocale.c (_nl_unload_locale): Also free locale->name.
3116
3117 * math/test-fenv.c (feenv_tests): Clear all exceptions before
3118 first test.
3119 (feexcp_nomask_test): Correct printf args.
3120 (feexcp_mask_test): Likewise.
3121
3122 2000-08-19 Andreas Jaeger <aj@suse.de>
3123
3124 * inet/tst-gethnm.c: Include string.h to provide prototype for
3125 strcmp.
3126
3127 * malloc/mtrace.pl (usage): Inform about --help.
3128
3129 2000-08-19 Wolfram Gloger <wg@malloc.de>
3130
3131 * malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
3132 size HEAP_MAX_SIZE.
3133
3134 2000-08-19 Andreas Jaeger <aj@suse.de>
3135
3136 * shlib-versions: Remove libnss_db, libdb and libdb1.
3137
3138 2000-08-19 Jakub Jelinek <jakub@redhat.com>
3139
3140 * sysdeps/unix/sysv/linux/alpha/readdir.c: Move...
3141 * sysdeps/unix/sysv/linux/ia64/readdir.c: ...here and
3142 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: ...here.
3143 * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Move...
3144 * sysdeps/unix/sysv/linux/ia64/readdir_r.c: ...here and
3145 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: ...here.
3146 * sysdeps/unix/sysv/linux/alpha/readdir64.c: Remove.
3147 * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: Remove.
3148 * sysdeps/unix/sysv/linux/alpha/getdents64.c: Remove.
3149 * sysdeps/unix/sysv/linux/alpha/getdents.c: Only use for non-LFS
3150 getdents.
3151 * sysdeps/unix/sysv/linux/readdir64.c: Remove versioning.
3152 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
3153
3154 2000-08-18 Jakub Jelinek <jakub@redhat.com>
3155
3156 * include/glob.h (__glob64): Add prototype.
3157 * sysdeps/generic/glob.c: If GLOB_ONLY_P is defined, only
3158 define glob and glob_in_dir.
3159 * sysdeps/unix/sysv/linux/i386/Versions: Add glob64@@GLIBC_2.2.
3160 * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
3161 * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
3162 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
3163 * sysdeps/unix/sysv/linux/i386/glob64.c: New file.
3164 * sysdeps/unix/sysv/linux/arm/glob64.c: New file.
3165 * sysdeps/unix/sysv/linux/powerpc/glob64.c: New file.
3166 * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: New file.
3167
3168 2000-08-18 Jakub Jelinek <jakub@redhat.com>
3169
3170 * malloc/Makefile (memusage): libmemusage.so is installed in slibdir.
3171
3172 2000-08-17 Andreas Jaeger <aj@suse.de>
3173
3174 * math/test-fenv.c (fe_single_test): New function.
3175 (fe_env_tests): Use fe_single_test.
3176 (feenable_test): New tests for feenable/fedisable and
3177 fegetexcpetions.
3178 (feexcp_mask_test): New function.
3179 (feexcp_nomask_test): New function.
3180
3181 2000-08-19 Richard Henderson <rth@cygnus.com>
3182
3183 * sysdeps/alpha/fpu/fenv_libc.h: New file.
3184 * sysdeps/alpha/fpu/fclrexcpt.c: Use it.
3185 * sysdeps/alpha/fpu/fegetenv.c: Likewise.
3186 * sysdeps/alpha/fpu/fesetround.c: Likewise.
3187 * sysdeps/alpha/fpu/fegetround.c: Likewise.
3188 * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
3189 * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
3190 * sysdeps/alpha/fpu/ftestexcept.c: Likewise.
3191 * sysdeps/alpha/fpu/fedisblxcpt.c: Likewise. Use the smaller mask.
3192 * sysdeps/alpha/fpu/feenablxcpt.c: Likewise.
3193 * sysdeps/alpha/fpu/fegetexcept.c: Likewise.
3194 * sysdeps/alpha/fpu/feholdexcpt.c: Retain the SWCR_MAP bits.
3195 * sysdeps/alpha/fpu/fesetenv.c: Likewise.
3196 * sysdeps/alpha/fpu/feupdateenv.c: Likewise.
3197 * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
3198 * sysdeps/alpha/fpu/bits/fenv.h (FE_DENORMAL): New.
3199 (FE_MAP_DMZ, FE_MAP_UMZ, FE_NONIEEE_ENV): New.
3200
3201 2000-08-19 Andreas Jaeger <aj@suse.de>
3202
3203 * elf/constload1.c: Include <stdio.h> for puts prototype.
3204
3205 2000-08-19 Ulrich Drepper <drepper@redhat.com>
3206
3207 * elf/Versions [ld] (GLIBC_2.2): Export _dl_check_map_versions.
3208 * elf/dl-deps.c (_dl_map_object_deps): If object was dependency of
3209 a dynamically loaded object remove old l_initfini list.
3210 * elf/dl-libc.c (free_mem): Used as __libc_subfreeres callback to
3211 remove some dynamically allocated memory blocks in the dynamic
3212 loading data structures.
3213 * elf/dl-load.c (add_name_to_object): Initialize dont_free to 0.
3214 * elf/dl-open.c (dl_open_workder): Don't call _dl_check_all_versions.
3215 Instead call _dl_check_map_versions only for the dependencies.
3216 * elf/rtld.c: Avoid unneccessary initializations. Mark l_libname
3217 information of initial objects as not free-able.
3218 * sysdeps/generic/ldsodefs.h (struct libname_list): Add dont_free
3219 element.
3220
3221 * elf/filter.c: Call mtrace.
3222 * elf/restest1.c: Likewise. Close the objects.
3223 * elf/loadtest.c: Call mtrace. Check result of dlclose. Print more
3224 debug information.
3225
3226 * elf/constload1.c: Add comment explaining not freed memory.
3227
3228 2000-08-18 Andreas Jaeger <aj@suse.de>
3229
3230 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Add pads to show
3231 alignment for structs stat and stat64.
3232 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
3233
3234 2000-08-17 Ulrich Drepper <drepper@redhat.com>
3235
3236 * sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino
3237 handling. Patch by Richard Henderson <rth@twiddle.net>.
3238
3239 * nss/Versions: Remove libnss_db information.
3240
3241 2000-08-16 Jakub Jelinek <jakub@redhat.com>
3242
3243 * sysdeps/sparc/fpu/fedisblxcpt.c: New file.
3244 * sysdeps/sparc/fpu/feenablxcpt.c: New file.
3245 * sysdeps/sparc/fpu/fegetexcept.c: New file.
3246 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: New file.
3247
3248 * sysdeps/sparc/sparc64/dl-machine.h: Subtract 4 .rela.plt entries
3249 to match Solaris.
3250
3251 2000-08-17 Ulrich Drepper <drepper@redhat.com>
3252
3253 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Use type-correct code.
3254 (_FPU_SETCW): Likewise.
3255 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3256
3257 * stdio-common/printf_fp.c: Fix chars_needed computation.
3258 Patch by Greg McGary <greg@mcgary.org>.
3259
3260 2000-08-17 Jakub Jelinek <jakub@redhat.com>
3261
3262 * elf/dl-load.c (_dl_map_object): Don't crash if both loader and
3263 _dl_loaded are NULL.
3264
3265 2000-08-17 Jakub Jelinek <jakub@redhat.com>
3266
3267 * manual/arith.texi (feholdexcept): Returns 0 on success.
3268
3269 2000-08-17 Andreas Jaeger <aj@suse.de>
3270
3271 * sysdeps/gnu/net/if.h (struct ifreq): Add ifru_newname.
3272 (ifr_newname): New.
3273 Reported by Andi Kleen <ak@suse.de>.
3274
3275 2000-08-17 Jakub Jelinek <jakub@redhat.com>
3276
3277 * sysdeps/alpha/fpu/fedisblxcpt.c: New file.
3278 * sysdeps/alpha/fpu/feenablxcpt.c: New file.
3279 * sysdeps/alpha/fpu/fegetexcept.c: New file.
3280
3281 2000-08-16 Jakub Jelinek <jakub@redhat.com>
3282
3283 * sysdeps/unix/sysv/linux/xstatconv.c (xstat32_conv): Test sizes
3284 of buf->st_ino and kbuf->st_ino, not __st_ino.
3285 If _HAVE_STAT64___ST_INO is not defined, don't use __st_ino at all.
3286 * sysdeps/unix/sysv/linux/getdents64.c: Change path in #include
3287 directive so that only linux/getdents.c is used, not some
3288 architecture specific one.
3289
3290 2000-08-16 Jakub Jelinek <jakub@redhat.com>
3291
3292 * sysdeps/i386/fpu/fegetexcept.c (fegetexcept): Return currently
3293 enabled, not disabled exceptions.
3294 * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
3295 * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.
3296
3297 2000-08-17 Greg McGary <greg@mcgary.org>
3298
3299 * Makeconfig (link-extra-libs-bounded): Strip `-bp' suffix
3300 from test program name when constructing suffix for $(LDLIBS-*).
3301 (bounded-thread-library): New variable.
3302 * crypt/Makefile
3303 [build-shared, build-static] (libcrypt-dep): Remove variable.
3304 ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
3305 [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
3306 * linuxthreads/Makefile (libpthread, librt): Remove variables.
3307 (librt-tests): Add variable. (tests): Use it.
3308 [build-shared, build-static]
3309 ($(addprefix $(objpfx),$(tests)),
3310 $(addprefix $(objpfx),$(librt-tests))):
3311 Consolidate individual dependencies.
3312 [build-bounded]
3313 ($(tests:%=$(objpfx)%-bp), $(librt-tests:%=$(objpfx)%-bp)):
3314 Add dependencies.
3315 * math/Makefile (LDLIBS-*): Remove variables (they are redundant).
3316 [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
3317 * misc/Makefile
3318 [build-bounded] ($(objpfx)tst-tsearch-bp): Add dependencies.
3319 * rt/Makefile
3320 [build-shared, build-static]
3321 ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
3322 [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
3323
3324 2000-08-17 Greg McGary <greg@mcgary.org>
3325
3326 * sysdeps/generic/bp-checks.h: s/\(CHECK\w+\)opt/\1_NULL_OK/
3327 * sysdeps/unix/make-syscalls.sh: Likewise.
3328 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
3329 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3330 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
3331 * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
3332 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
3333
3334 2000-08-17 Greg McGary <greg@mcgary.org>
3335
3336 * sysdeps/i386/fpu/s_frexp.S: Check bounds.
3337 Wrap extern symbols in BP_SYM ().
3338 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
3339 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
3340 * sysdeps/i386/fpu/s_remquo.S: Likewise.
3341 * sysdeps/i386/fpu/s_remquof.S: Likewise.
3342 * sysdeps/i386/fpu/s_remquol.S: Likewise.
3343 * sysdeps/i386/fpu/s_sincos.S: Likewise.
3344 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
3345 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
3346 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3347 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3348
3349 2000-08-16 Andreas Schwab <schwab@suse.de>
3350
3351 * sysdeps/m68k/fpu/fegetexcept.c: New file.
3352 * sysdeps/m68k/fpu/fedisblxcpt.c: New file.
3353 * sysdeps/m68k/fpu/feenablxcpt.c: New file.
3354
3355 2000-08-15 Ulrich Drepper <drepper@redhat.com>
3356
3357 * sysdeps/generic/ldsodefs.h: Declare _nl_nloaded.
3358 * elf/Versions [ld] (GLIBC_2.2): Add _nl_nloaded.
3359 * elf/dl-support.c: Define _nl_nloaded.
3360 * elf/rtld.c: Likewise. Increment _nl_nloaded for rtld itself.
3361 * elf/dl-object.c (_dl_new_object): Increment _nl_nloaded after adding
3362 object to global list.
3363 * elf/dl-close.c (_dl_close): Decrement _nl_nloaded after removing
3364 from _dl_loaded list.
3365 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
3366 * elf/dl-fini.c (_dl_fini): Use _nl_nloaded instead of computing the
3367 number here.
3368
3369 * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Mask, not
3370 unmask, exceptions.
3371 * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Unmask, not mask,
3372 exceptions.
3373 Reported by Harvey J. Stein <hjstein@bfr.co.il>.
3374
3375 2000-08-16 Andreas Jaeger <aj@suse.de>
3376
3377 * elf/elf.h (EM_X8664): Add official x86-64 specific value.
3378
3379 2000-08-15 Marko Myllynen <myllynen@lut.fi>
3380
3381 * inet/netinet/icmp6.h: Added Mobile IPv6 definitions.
3382
3383 2000-08-15 Ulrich Drepper <drepper@redhat.com>
3384
3385 * sysdeps/unix/sysv/linux/powerpc/Dist: Add oldgetrlimit64.c.
3386 * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)=resource]
3387 (sysdep_routines): Add oldgetrlimit64.
3388 * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: New file.
3389 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3390
3391 * include/link.h: Undo last patches. Hurd now has stat64.
3392 * elf/Makefile: Likewise.
3393 * elf/dl-load.c: Likewise.
3394 * elf/dl-misc.c: Likewise.
3395 * elf/dl-profile.c: Likewise.
3396 * sysdeps/generic/sysd-link.h: Removed.
3397 * sysdeps/unix/sysv/linux/sysd-link.h: Removed.
3398
3399 * rt/aio_notify.c (notify_func_wrapper): Wrapper function to call
3400 thread event callback function.
3401 (__aio_notify_only): Use function above.
3402 Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
3403
3404 2000-08-16 Mark Kettenis <kettenis@gnu.org>
3405
3406 * sysdeps/mach/hurd/lseek64.c: New file.
3407
3408 2000-08-15 Mark Kettenis <kettenis@gnu.org>
3409
3410 * sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t):
3411 Remove typedefs.
3412 * sysdeps/mach/hurd/bits/time.h (__clockid_t, __timer_t): Remove
3413 typedefs.
3414 * sysdeps/generic/bits/time.h (__clockid_t, __timer_t): Remove
3415 typedefs.
3416 * sysdeps/generic/bits/types.h (__clockid_t, __timer_t): New typedefs.
3417
3418 2000-08-15 Mark Kettenis <kettenis@gnu.org>
3419
3420 * sysdeps/mach/hurd/xstatconv.c: New file.
3421 * sysdeps/mach/hurd/fxstat64.c: New file.
3422 * sysdeps/mach/hurd/lxstat64.c: New file.
3423 * sysdeps/mach/hurd/xstat64.c: New file.
3424 * sysdeps/mach/hurd/Dist: Add xstatconv.c.
3425
3426 2000-08-15 Mark Kettenis <kettenis@gnu.org>
3427
3428 * sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs):
3429 Initialize, needed for change in common symbol handling in newer
3430 binutils. Mirrors 2000-01-03 change made by Andreas Schwab.
3431
3432 2000-08-15 Ulrich Drepper <drepper@redhat.com>
3433
3434 * elf/constload1.c: Call mtrace. Check return value of dlclose call.
3435 * elf/constload2.c: Add destructor to unload constload3.
3436
3437 * include/link.h: Include sysd-link.h.
3438 * sysdeps/generic/sysd-link.h: New file.
3439 * sysdeps/unix/sysv/linux/sysd-link.h: New file.
3440 * elf/Makefile (distribute): Add sysd-link.h.
3441 * elf/dl-load.c: Use definitions from sysd-link.h instead of stat
3442 types and functions directly.
3443 * elf/dl-misc.c: Likewise.
3444 * elf/dl-profile.c: Likewise.
3445
3446 * elf/loadfail.c (main): Close all successfully loaded objects.
3447
3448 * elf/multiload.c: Add mtrace call. Call dlclose for all handles and
3449 free wd.
3450 * elf/dl-deps.c (_dl_map_object_deps): Don't allocate needed list if
3451 there is already one.
3452
3453 * elf/dl-close.c: Pretty print.
3454
3455 2000-08-14 Ulrich Drepper <drepper@redhat.com>
3456
3457 * sysdeps/posix/ttyname.c: Make name variable from getttyname function
3458 global (with file scope). Add __libc_subfreeres function to free the
3459 string.
3460 * sysdeps/unix/sysv/linux/ttyname.c: Likewise. Also for buf variable
3461 in ttyname function.
3462
3463 * sysdeps/generic/strtok.c: Remove initializer for olds variable.
3464
3465 * crypt/md5-crypt.c: Let destructor deallocate static buffer.
3466
3467 * iconvdata/sjis.c (from_ucs4_lat1): Handle U005C and U007E by
3468 mapping them to /x5c and /x7e respectively.
3469
3470 * locale/programs/ld-ctype.c: Add support for more definitions after
3471 copy statement.
3472
3473 2000-08-14 Jakub Jelinek <jakub@redhat.com>
3474
3475 * dirent/Versions (getdirentries64): Export at GLIBC_2.2.
3476 * sysdeps/unix/sysv/linux/kernel-features.h
3477 (__ASSUME_GETDENTS64_SYSCALL): Define.
3478 * sysdeps/unix/sysv/linux/getdents.c (__getdents): Use getdents64
3479 syscall if available to get d_type fields.
3480 * sysdeps/unix/sysv/linux/alpha/getdents.c (DIRENT_TYPE): Define.
3481 * sysdeps/unix/sysv/linux/arm/Versions (__xstat64, __fxstat64,
3482 __lxstat64): Export at GLIBC_2.2.
3483 (alphasort64, readdir64, readdir64_r, scandir64, versionsort64):
3484 Likewise.
3485 * sysdeps/unix/sysv/linux/i386/Versions (getdirentries64): Remove.
3486 * sysdeps/unix/sysv/linux/i386/getdents64.c (kernel_dirent64): Define.
3487 * sysdeps/unix/sysv/linux/powerpc/Versions (alphasort64,
3488 getdirentries64, versionsort64): Remove.
3489 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (alphasort64,
3490 getdirentries64, versionsort64): Remove.
3491
3492 2000-08-13 Ulrich Drepper <drepper@redhat.com>
3493
3494 * posix/Makefile: Remove rules to generate glob package.
3495
3496 * posix/Makefile (tests): Add tst-regexloc.
3497 (tst-regexloc-ENV): Add LOCPATH.
3498 * posix/tst-regexloc.c: New file.
3499
3500 2000-08-12 Andreas Jaeger <aj@suse.de>
3501
3502 * include/features.h (__STDC_ISO_10646__): Define.
3503 Reported by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
3504
3505 2000-08-13 Ulrich Drepper <drepper@redhat.com>
3506
3507 * include/features.h (__USE_ISOC99): Define for _XOPEN_SOURCE >= 600.
3508
3509 * locale/langinfo.h: Define YESSTR and NOSTR also for XPG4 (but not
3510 for revision 6 and up).
3511
3512 * posix/sys/types.h: Define __need_timer_t and __need_clockid_t before
3513 including <time.h>.
3514 * time/time.h: Allow __need_timer_t and __need_clockid_t to be defined
3515 to get definitions of just these types.
3516
3517 * signal/signal.h: Define thread signal handling functions also for
3518 POSIX95.
3519
3520 * sysdeps/unix/sysv/linux/bits/types.h: Define thread types also for
3521 POSIX95.
3522 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3523 * sysdeps/unix/sysv/linux/ia64/bits/types.h: Likewise.
3524 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
3525 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
3526
3527 * sysvipc/sys/shm.h: Define pid_t for XPG.
3528
3529 * posix/unistd.h: Remove setkey, rename, and cuserid prototypes as
3530 they are not anymore required here.
3531
3532 * wcsmbs/wchar.h: Make the various wide char string and stream
3533 functions available for the respective XPG versions.
3534
3535 * nss/Makefile: Remove rules to build and distribute nss_db.
3536
3537 * sysdeps/generic/alphasort64.c: Remove unnecessary versioning.
3538 * sysdeps/generic/scandir64.c: Likewise.
3539 * sysdeps/generic/versionsort64.c: Likewise.
3540
3541 2000-08-13 Ulrich Drepper <drepper@redhat.com>
3542 Benjamin Koznik <bkoz@redhat.com>
3543
3544 * libio/fileops.c: Merge with libstdc++-v3.
3545 * libio/genops.c: Likewise.
3546 * libio/iofclose.c: Likewise.
3547 * libio/iofopen.c: Likewise.
3548 * libio/iofwide.c: Likewise.
3549 * libio/libio.h: Likewise.
3550 * libio/libioP.h: Likewise.
3551 * libio/stdfiles.c: Likewise.
3552 * libio/stdio.c: Likewise.
3553 * libio/wfileops.c: Likewise.
3554 * libio/wgenops.c: Likewise.
3555
3556 * libio/Versions: Export functions needed by libstdc++-v3 in GLIBC_2.2.
3557
3558 2000-08-12 Ulrich Drepper <drepper@redhat.com>
3559
3560 * locale/programs/localedef.c: Implement --prefix option to allow
3561 writing in standard places of alternative install directories.
3562
3563 * posix/regex.c (compile_range): Implement collation sequence
3564 handling for glibc. Use simple character ordering otherwise and
3565 not strcoll.
3566
3567 2000-08-12 Mark Kettenis <kettenis@gnu.org>
3568
3569 * sysdeps/generic/scandir64.c: Include <dirent.h>.
3570
3571 2000-08-12 Andreas Jaeger <aj@suse.de>
3572
3573 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Handle
3574 __USE_FILE_OFFSET64 correctly for locking.
3575 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3576
3577 2000-08-12 Jakub Jelinek <jakub@redhat.com>
3578
3579 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
3580 Define for 2.4.1 on sparc as well.
3581 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fill in correct values
3582 for F_GETLK64, F_SETLK64, and F_SETLKW64.
3583 * sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c: New file.
3584 * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: New file.
3585
3586 2000-08-12 Ulrich Drepper <drepper@redhat.com>
3587
3588 * io/fts.c (fts_stat): Recognize DT_WHT only if S_IFWHT is also
3589 defined.
3590
3591 2000-08-12 Andreas Jaeger <aj@suse.de>
3592
3593 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64,
3594 F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
3595
3596 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
3597 mips2 for assembler.
3598
3599 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Try fcntl
3600 if fnctl64 is not available for F_*LK*64.
3601
3602 * sysdeps/unix/sysv/linux/i386/lockf64.c: New file.
3603
3604 2000-08-12 Ulrich Drepper <drepper@redhat.com>
3605
3606 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
3607 Define for 2.4.1 on x86.
3608 * sysdeps/unix/sysv/linux/i386/fcntl.c: New file.
3609 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Fill in correct values
3610 for F_GETLK64, F_SETLK64, and F_SETLKW64.
3611
3612 * dirent/dirent.h: Define DT_WHT.
3613
3614 * sysdeps/unix/sysv/linux/arm/alphasort64.c: New file.
3615 * sysdeps/unix/sysv/linux/arm/getdents64.c: New file.
3616 * sysdeps/unix/sysv/linux/arm/readdir64.c: New file.
3617 * sysdeps/unix/sysv/linux/arm/readdir64_r.c: New file.
3618 * sysdeps/unix/sysv/linux/arm/scandir64.c: New file.
3619 * sysdeps/unix/sysv/linux/arm/versionsort64.c: New file.
3620
3621 2000-08-11 Ulrich Drepper <drepper@redhat.com>
3622
3623 * nss/digits_dots.c: Don't pass NULL in h_aliases for successful
3624 lookup, pass pointer to array with NULL pointer [PR libc/1858].
3625 * inet/Makefile (tests): Add tst-gethnm.
3626 * inet/tst-gethnm.c: New file.
3627
3628 * rt/aio_cancel.c: If canceling a specific request which is running
3629 *really* do nothing.
3630 * rt/aio_misc.h: Add `done' to states of a request.
3631 * rt/aio_misc.c: Add several tests for the correct state.
3632 Simplify request table memory handling.
3633
3634 2000-08-10 Jakub Jelinek <jakub@redhat.com>
3635
3636 * dirent/scandir.c: Use it for scandir64 and old_scandir64 as well.
3637 * dirent/scandir64.c: Move...
3638 * sysdeps/generic/scandir64.c: ...here.
3639 * dirent/alphasort64.c: Move...
3640 * sysdeps/generic/alphasort64.c: ...here.
3641 * dirent/versionsort64.c: Move...
3642 * sysdeps/generic/versionsort64.c: ...here.
3643 * sysdeps/unix/sysv/linux/i386/dirent/Versions (alphasort64,
3644 getdirentries64, readdir64, readdir64_r, scandir64, versionsort64):
3645 Export symbols at GLIBC_2.2.
3646 * sysdeps/unix/sysv/linux/powerpc/dirent/Versions: Likewise.
3647 * sysdeps/unix/sysv/linux/sparc/sparc32/dirent/Versions: Likewise.
3648 * include/dirent.h (__readdir64_r, __scandir64, __alphasort64,
3649 __versionsort64): Add prototypes.
3650 * io/Versions (__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
3651 * sysdeps/unix/sysv/linux/alpha/kernel_stat.h (__xstat_conv): Remove
3652 unused prototype.
3653 * sysdeps/unix/sysv/linux/alpha/readdir.c: Export at both GLIBC_2.1
3654 and GLIBC_2.2.
3655 * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Likewise.
3656 * sysdeps/unix/sysv/linux/alpha/getdents.c: New.
3657 * sysdeps/unix/sysv/linux/alpha/getdents64.c: New.
3658 * sysdeps/unix/sysv/linux/bits/types.h (__ino64_t): Change to
3659 __u_quad_t.
3660 * sysdeps/unix/sysv/linux/bits/stat.h (struct stat, struct stat64):
3661 Adjust for kernel-2.4.0-test6 layout.
3662 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat64): Export at both
3663 GLIBC_2.1 and GLIBC_2.2.
3664 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat64): Likewise.
3665 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat64): Likewise.
3666 * sysdeps/unix/sysv/linux/i386/getdents64.c: New.
3667 * sysdeps/unix/sysv/linux/i386/olddirent.h: New.
3668 * sysdeps/unix/sysv/linux/i386/readdir64.c: New.
3669 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: New.
3670 * sysdeps/unix/sysv/linux/i386/scandir64.c: New.
3671 * sysdeps/unix/sysv/linux/i386/alphasort64.c: New.
3672 * sysdeps/unix/sysv/linux/i386/versionsort64.c: New.
3673 * sysdeps/unix/sysv/linux/ia64/getdents.c: New.
3674 * sysdeps/unix/sysv/linux/ia64/getdents64.c: New.
3675 * sysdeps/unix/sysv/linux/ia64/readdir.c: Include alpha/readdir.c.
3676 * sysdeps/unix/sysv/linux/ia64/readdir_r.c: Include alpha/readdir_r.c.
3677 * sysdeps/unix/sysv/linux/mips/bits/types.h (__ino64_t): Change to
3678 __u_quad_t.
3679 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: New.
3680 * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h (_HAVE_STAT*): Define.
3681 * sysdeps/unix/sysv/linux/powerpc/scandir64.c: New.
3682 * sysdeps/unix/sysv/linux/powerpc/getdents64.c: New.
3683 * sysdeps/unix/sysv/linux/powerpc/readdir64.c: New.
3684 * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: New.
3685 * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ino64_t): Change to
3686 __u_quad_t.
3687 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: New.
3688 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h (_HAVE_STAT*):
3689 Define.
3690 * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: New.
3691 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: New.
3692 * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: New.
3693 * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: New.
3694 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h (_HAVE_STAT*):
3695 Define.
3696 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: Include
3697 alpha/readdir.c.
3698 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: Include
3699 alpha/readdir_r.c
3700 * sysdeps/unix/sysv/linux/sparc/sparc64/getdents.c: New.
3701 * sysdeps/unix/sysv/linux/sparc/sparc64/getdents64.c: New.
3702 * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): If
3703 _HAVE_STAT64___ST_INO and __st_ino != (uint32_t)st_ino, set
3704 st_ino from __st_ino.
3705 * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
3706 * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
3707 * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv, xstat64_conv,
3708 xstat32_conv): Use _HAVE_STAT* macros. If _HAVE_STAT64___ST_INO,
3709 set __st_ino in addition to st_ino.
3710 * sysdeps/unix/sysv/linux/kernel_stat.h (_HAVE_STAT*): Define.
3711 * sysdeps/unix/sysv/linux/getdents.c: Use it for __getdents64 and
3712 __old_getdents64 as well.
3713 * sysdeps/unix/sysv/linux/getdirentries.c: Use it for
3714 getdirentries64 and old_getdirentries64 as well.
3715 * sysdeps/unix/sysv/linux/getdirentries64.c (GETDIRENTRIES,
3716 __GETDENTS): Define.
3717 (GETDENTS64): Remove.
3718 * sysdeps/unix/sysv/linux/getdents64.c (__GETDENTS, DIRENT_TYPE):
3719 Define.
3720 (GETDENTS64): Remove.
3721 * sysdeps/unix/sysv/linux/readdir64.c: Use sysdeps/unix/readdir.c.
3722 * sysdeps/unix/sysv/linux/readdir64_r.c: Use sysdeps/unix/readdir_r.c.
3723 * sysdeps/unix/readdir.c: Use it for readdir64 and __old_readdir64
3724 as well.
3725 * sysdeps/unix/readdir_r.c: Use it for readdir64_r and
3726 __old_readdir64_r as well.
3727 * sysdeps/unix/sysv/linux/kernel-features.h: Define
3728 __ASSUME_ST_INO_64_bit for kernel 2.4.1 and up.
3729
3730 2000-08-08 Jes Sorensen <jes@linuxcare.com>
3731
3732 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add SI_KERNEL define.
3733 Add missing ILL_BADIADDR to enum and make ILL_BREAK match the
3734 define of the kernel.
3735 Add missing __SEG_PSTKOVF definition.
3736 Adjust the padding of struct siginfo and struct sigevent to
3737 match the fact that sigval_t is 64 bit.
3738
3739 2000-08-10 Ulrich Drepper <drepper@redhat.com>
3740
3741 * timezone/zic.c: Update from tzcode2000f.
3742 * timezone/australasia: Update from tzdata2000f.
3743 * timezone/europe: Likewise.
3744 * timezone/southamerica: Likewise.
3745 * timezone/yearistype: Likewise.
3746
3747 2000-08-10 Andreas Jaeger <aj@suse.de>
3748
3749 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Synch struct stat64 and
3750 stat with current MIPS kernel.
3751
3752 2000-08-01 Mark Kettenis <kettenis@gnu.org>
3753
3754 * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_greg_t, ELF_NGREG,
3755 elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved to
3756 sysdeps/unix/sysv/linux/i386/sys/procfs.h.
3757 Remove the junk that's only relevant in the Linux kernel itself.
3758 Add a warning saying that this file is now obsolete, and include
3759 <sys/procfs.h>.
3760 * sysdeps/unix/sysv/linux/i386/sys/procfs.h (elf_greg_t,
3761 ELF_NGREG, elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved
3762 here from sysdeps/unix/sysv/linux/i386/sys/elf.h. Don't include
3763 <signal.h>, <sys/ucontext.h> and <sys/elf.h>. Remove parts of
3764 `struct elf_prstatus' that are #ifdef'ed out. Improve comments
3765 and add the notice that the file is primarily there for GDB.
3766 * sysdeps/unix/sysv/linux/i386/sys/user.h: Fix comment.
3767
3768 2000-08-09 Jakub Jelinek <jakub@redhat.com>
3769
3770 * time/tzfile.c (__tzfile_compute): __tzstring zones
3771 from zone_names.
3772
3773 2000-08-09 Jakub Jelinek <jakub@redhat.com>
3774
3775 * resolv/resolv.h (__res_state): Surround prototype with
3776 __BEGIN_DECLS/__END_DECLS.
3777 * sysdeps/unix/sysv/linux/m68k/chown.c: Include kernel-features.h.
3778
3779 2000-08-04 Jes Sorensen <jes@linuxcare.com>
3780
3781 * sysdeps/unix/sysv/linux/ia64/bits/resource.h (__rlimit_resource):
3782 Make independant of asm/resource.h from the Linux kernel.
3783
3784 2000-08-06 Bruno Haible <haible@clisp.cons.org>
3785
3786 * iconv/gconv_conf.c (__gconv_read_conf): Don't call realpath.
3787
3788 2000-08-06 Bruno Haible <haible@clisp.cons.org>
3789
3790 * intl/Makefile (CPPFLAGS): Remove $(i18ndir) from LOCALE_ALIAS_PATH.
3791 * locale/Makefile (locale-CPPFLAGS): Likewise.
3792
3793 2000-08-09 Ulrich Drepper <drepper@redhat.com>
3794
3795 * sysdeps/i386/fpu/libm-test-ulps: Increase several error values
3796 for AMD processors.
3797
3798 2000-08-03 Jakub Jelinek <jakub@redhat.com>
3799
3800 * misc/Versions (mincore): Export at GLIBC_2.2.
3801
3802 2000-08-03 Bruno Haible <haible@clisp.cons.org>
3803
3804 * intl/libintl.h (gettext, dgettext, dcgettext): Add back __THROW.
3805
3806 2000-08-02 Mark Kettenis <kettenis@gnu.org>
3807
3808 * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from
3809 socketpair. Made socketpair a weak alias.
3810 * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using
3811 __socketpair. Use S_IFIFO protocol to make pipes POSIX
3812 conforming, but fall back on the old protocol if the socket server
3813 doesn't support it.
3814 * include/sys/socket.h: Add prototype for __socketpair.
3815
3816 2000-08-09 Andreas Schwab <schwab@suse.de>
3817
3818 * stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the
3819 long long modifier is seen.
3820
3821 * elf/nodelete.c (do_test): Remove reference to undefined member
3822 sa_restorer.
3823 * rt/tst-aio4.c (do_test): Likewise.
3824
3825 * configure.in: Add `-lm' when checking for libgd.
3826 * malloc/Makefile ($(objpfx)memusagestat): Add `-lm' during
3827 linking.
3828
3829 2000-08-09 Andreas Jaeger <aj@suse.de>
3830
3831 * configure.in: Change required make versions.
3832
3833 * manual/install.texi (Tools for Compilation): Document required
3834 make version.
3835 (Supported Configurations): Update list of supported
3836 configurations.
3837
3838 2000-08-08 Ulrich Drepper <drepper@redhat.com>
3839
3840 * locale/linereader.c (get_string): Don't print an error is a string
3841 contains an unknown character.
3842
3843 2000-08-06 Ulrich Drepper <drepper@redhat.com>
3844
3845 * locale/programs/ld-collate.c (struct symbol_t): Add name element.
3846 (new_symbol): Take new parameters with name of the symbol.
3847 Adjust callers.
3848 (handle_ellipsis): Don't only allow character symbols.
3849 (collate_read): Allow string of collating elements contain invalid
3850 characters; ignore entry in this case.
3851 Handle ellipsis of collating symbols before first order_start.
3852 Allow ellipsis in state 0.
3853
3854 2000-08-04 Ulrich Drepper <drepper@redhat.com>
3855
3856 * locale/programs/ld-collate.c (handle_ellipsis): Fix typo in
3857 error message.
3858 Reported by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
3859
3860 2000-08-04 Greg McGary <greg@mcgary.org>
3861
3862 * posix/regex.c (SET_HIGH_BOUND): New macro.
3863 (MOVE_BUFFER_POINTER): Use it.
3864 (ELSE_EXTEND_BUFFER_HIGH_BOUND): New macro.
3865 (EXTEND_BUFFER): Use it.
3866
3867 2000-08-03 Ulrich Drepper <drepper@redhat.com>
3868
3869 * libio/iofwide.c (_IO_fwide): Initialize fp->_codecvt as well.
3870 * libio/fileops.c (_IO_new_file_fopen): Use _codecvt not from
3871 _wide_data but from _IO_FILE directly.
3872 * libio/iofclose.c: Likewise.
3873 * libio/wfileops.c: Likewise.
3874
3875 * libio/genops.c (_IO_default_showmanyc): Change return type to size_t.
3876 * libio/libioP.h: Change prototypes.
3877
3878 2000-08-03 Greg McGary <greg@mcgary.org>
3879
3880 * sysdeps/i386/setjmp.S (__sigsetjmp): Pop our
3881 frame pointer early so that we save caller's frame pointer.
3882 * sysdeps/i386/elf/setjmp.S: Likewise.
3883
3884 * sysdeps/unix/sysv/syscalls.list (time, utime): Correct signatures.
3885 * io/test-utime.c: Test passing NULL as utimbuf* arg.
3886
3887 * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): Remove macro.
3888 (MOVE_BUFFER_POINTER): Handle high_bound properly.
3889 (EXTEND_BUFFER): Don't call EXTEND_BUFFER_HIGH_BOUND.
3890
3891 2000-08-03 Ulrich Drepper <drepper@redhat.com>
3892
3893 * iconvdata/big5.c: Updated.
3894 Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
3895
3896 2000-08-02 Ulrich Drepper <drepper@redhat.com>
3897
3898 * Makeconfig (all-subdirs): Add conform.
3899 * conform/Makefile: Include ../Rules.
3900
3901 * Makefile (README): Add rules to generate here as well.
3902
3903 2000-08-02 Ulrich Drepper <drepper@redhat.com>
3904
3905 * version.h (VERSION): Bump to 2.1.92.
3906
3907 * sysdeps/ia64/Dist: Add _mcount.S.
3908
3909 * sysdeps/unix/sysv/linux/ia64/Dist: Add clone.S.
3910
3911 * sysdeps/unix/sysv/linux/mips/Dist: Add _test_and_set.c.
3912
3913 * elf/Makefile (distribute): Add missing modules.
3914
3915 * sysdeps/unix/sysv/linux/s390/Dist: Remove nonexisting files.
3916
3917 * posix/regex.c (compile_range): Translate range start and end
3918 characters to avoid empty range in case of REG_ICASE [PR libc/1842].
3919
3920 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Don't include
3921 asm/resource.h.
3922
3923 * sysdeps/unix/sysv/linux/arm/Makefile: Undo last change.
3924
3925 2000-08-02 Andreas Jaeger <aj@suse.de>
3926
3927 * elf/elf.h (EM_S390): Added.
3928 (R_390_*): New relocs for S390.
3929
3930 * sysdeps/unix/sysv/linux/s390/Dist: New file.
3931 * sysdeps/unix/sysv/linux/s390/sysdep.h: New file.
3932 * sysdeps/unix/sysv/linux/s390/sysdep.S: New file.
3933 * sysdeps/unix/sysv/linux/s390/syscall.S: New file.
3934 * sysdeps/unix/sysv/linux/s390/sys/user.h: New file.
3935 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
3936 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: New file.
3937 * sysdeps/unix/sysv/linux/s390/sys/elf.h: New file.
3938 * sysdeps/unix/sysv/linux/s390/socket.S: New file.
3939 * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: New file.
3940 * sysdeps/unix/sysv/linux/s390/shmctl.c: New file.
3941 * sysdeps/unix/sysv/linux/s390/setreuid.c: New file.
3942 * sysdeps/unix/sysv/linux/s390/setresuid.c: New file.
3943 * sysdeps/unix/sysv/linux/s390/setresgid.c: New file.
3944 * sysdeps/unix/sysv/linux/s390/setregid.c: New file.
3945 * sysdeps/unix/sysv/linux/s390/setgroups.c: New file.
3946 * sysdeps/unix/sysv/linux/s390/setgid.c: New file.
3947 * sysdeps/unix/sysv/linux/s390/setfsuid.c: New file.
3948 * sysdeps/unix/sysv/linux/s390/setfsgid.c: New file.
3949 * sysdeps/unix/sysv/linux/s390/seteuid.c: New file.
3950 * sysdeps/unix/sysv/linux/s390/setegid.c: New file.
3951 * sysdeps/unix/sysv/linux/s390/semctl.c: New file.
3952 * sysdeps/unix/sysv/linux/s390/register-dump.h: New file.
3953 * sysdeps/unix/sysv/linux/s390/putpmsg.c: New file.
3954 * sysdeps/unix/sysv/linux/s390/putmsg.c: New file.
3955 * sysdeps/unix/sysv/linux/s390/profil-counter.h: New file.
3956 * sysdeps/unix/sysv/linux/s390/msgctl.c: New file.
3957 * sysdeps/unix/sysv/linux/s390/mmap.S: New file.
3958 * sysdeps/unix/sysv/linux/s390/getuid.c: New file.
3959 * sysdeps/unix/sysv/linux/s390/getresuid.c: New file.
3960 * sysdeps/unix/sysv/linux/s390/getresgid.c: New file.
3961 * sysdeps/unix/sysv/linux/s390/getpmsg.c: New file.
3962 * sysdeps/unix/sysv/linux/s390/getmsg.c: New file.
3963 * sysdeps/unix/sysv/linux/s390/getgroups.c: New file.
3964 * sysdeps/unix/sysv/linux/s390/getegid.c: New file.
3965 * sysdeps/unix/sysv/linux/s390/geteuid.c: New file.
3966 * sysdeps/unix/sysv/linux/s390/fchown.c: New file.
3967 * sysdeps/unix/sysv/linux/s390/clone.S: New file.
3968 * sysdeps/unix/sysv/linux/s390/brk.c: New file.
3969 * sysdeps/unix/sysv/linux/s390/bits/time.h: New file.
3970 * sysdeps/unix/sysv/linux/s390/bits/resource.h: New file.
3971 * sysdeps/unix/sysv/linux/s390/bits/mman.h: New file.
3972 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: New file.
3973 * sysdeps/unix/sysv/linux/s390/Makefile: New file.
3974 * sysdeps/s390/sysdep.h: New file.
3975 * sysdeps/s390/sys/ucontext.h: New file.
3976 * sysdeps/s390/sub_n.S: New file.
3977 * sysdeps/s390/strncpy.S: New file.
3978 * sysdeps/s390/strcpy.S: New file.
3979 * sysdeps/s390/stackinfo.h: New file.
3980 * sysdeps/s390/setjmp.S: New file.
3981 * sysdeps/s390/s390-mcount.S: New file.
3982 * sysdeps/s390/mul_1.S: New file.
3983 * sysdeps/s390/memusage.h: New file.
3984 * sysdeps/s390/memset.S: New file.
3985 * sysdeps/s390/memcpy.S: New file.
3986 * sysdeps/s390/memchr.S: New file.
3987 * sysdeps/s390/machine-gmon.h: New file.
3988 * sysdeps/s390/ldbl2mpn.c: New file.
3989 * sysdeps/s390/gmp-mparam.h: New file.
3990 * sysdeps/s390/fpu/fpu_control.h: New file.
3991 * sysdeps/s390/fpu/fesetround.c: New file.
3992 * sysdeps/s390/fpu/fegetround.c: New file.
3993 * sysdeps/s390/fpu/fclrexcpt.c: New file.
3994 * sysdeps/s390/fpu/bits/fenv.h: New file.
3995 * sysdeps/s390/ffs.c: New file.
3996 * sysdeps/s390/elf/start.S: New file.
3997 * sysdeps/s390/elf/setjmp.S: New file.
3998 * sysdeps/s390/elf/bsd-setjmp.S: New file.
3999 * sysdeps/s390/elf/bsd-_setjmp.S: New file.
4000 * sysdeps/s390/dl-machine.h: New file.
4001 * sysdeps/s390/bzero.S: New file.
4002 * sysdeps/s390/bsd-setjmp.S: New file.
4003 * sysdeps/s390/bsd-_setjmp.S: New file.
4004 * sysdeps/s390/bits/string.h: New file.
4005 * sysdeps/s390/bits/setjmp.h: New file.
4006 * sysdeps/s390/bits/huge_val.h: New file.
4007 * sysdeps/s390/bits/endian.h: New file.
4008 * sysdeps/s390/bits/byteswap.h: New file.
4009 * sysdeps/s390/bcopy.S: New file.
4010 * sysdeps/s390/backtrace.c: New file.
4011 * sysdeps/s390/atomicity.h: New file.
4012 * sysdeps/s390/asm-syntax.h: New file.
4013 * sysdeps/s390/addmul_1.S: New file.
4014 * sysdeps/s390/add_n.S: New file.
4015 * sysdeps/s390/abort-instr.h: New file.
4016 * sysdeps/s390/__longjmp.c: New file.
4017 * sysdeps/s390/Makefile: New file.
4018 * sysdeps/s390/Implies: New file.
4019 * sysdeps/s390/Dist: New file.
4020 Patches by Martin Schwidefsky <schwidefsky@de.ibm.com>.
4021
4022 2000-08-01 Ulrich Drepper <drepper@redhat.com>
4023
4024 Remove incompatible IPv6 extension of RPC.
4025 * sunrpc/Makefile: Undo changes.
4026 * sunrpc/rpc_main.c: Likewise.
4027 * sunrpc/rpc/clnt.h: Likewise.
4028 * sunrpc/rpc/svc.h: Likewise.
4029 * sunrpc/bindrsvprt6.c: Removed.
4030 * sunrpc/clnt_tcp6.c: Removed.
4031 * sunrpc/clnt_udp6.c: Removed.
4032 * sunrpc/svc_tcp6.c: Removed.
4033 * sunrpc/svc_udp6.c: Removed.
4034
4035 * intl/libintl.h: Don't use __attribute_format_arg__ for gettext,
4036 dgettext, and dcgettetxt.
4037
4038 * intl/locale.alias: Update japanese aliases.
4039
4040 * sysdeps/ia64/bits/byteswap.h: New file.
4041 Patch by Dan Pop <Dan.Pop@cern.ch>.
4042
4043 * misc/sys/cdefs.h: Define __attribute_format_arg__.
4044 * intl/libintl.h: Use it here instead of using __attribute__ directly.
4045
4046 2000-07-13 H.J. Lu <hjl@gnu.org>
4047
4048 * posix/regex.c (re_max_failures): Set to 4000.
4049
4050 2000-08-01 Ulrich Drepper <drepper@redhat.com>
4051
4052 * gnulib/Makefile (tests): Add tst-gcc.
4053 * gnulib/tst-gcc.c: New file.
4054
4055 * assert/Makefile (routines): Add __assert.
4056 * assert/Versions: Export __assert for glibc 2.2.
4057 * assert/__assert.c: New file.
4058 * assert/assert.h: Declare __assert.
4059
4060 2000-07-27 Bruno Haible <haible@clisp.cons.org>
4061
4062 * locale/localeinfo.h (_ISCTYPE): New macro.
4063 * posix/fnmatch_loop.c (internal_fnmatch): Use it, support new
4064 LC_CTYPE locale format.
4065 * locale/programs/ld-ctype.c (locale_ctype_t): New field class_b.
4066 (ctype_output): Output class_b[nr] right before class_3level[nr].
4067 (allocate_arrays): Fill class_b, similarly to class_3level.
4068
4069 2000-08-01 Ulrich Drepper <drepper@redhat.com>
4070 Joseph S. Myers <jsm28@cam.ac.uk>
4071
4072 * math/tgmath.h: Make standard compliant. Don't ask how.
4073
4074 2000-07-04 H.J. Lu <hjl@gnu.org>
4075
4076 * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name)):
4077 Use $(do-install-program) instead of "$(INSTALL_PROGRAM) $< $@.new".
4078 ($(inst_slibdir)/$(rtld-installed-name)): Use $(make-shlib-link) only.
4079
4080 2000-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4081
4082 * include/features.h (_XOPEN_SOURCE): Update the explanation.
4083 (__USE_LARGEFILE): Add an explanation.
4084 (_POSIX_C_SOURCE): Define to 2 only if _XOPEN_SOURCE < 500.
4085 (__USE_XOPEN2K): Define whenever _XOPEN_SOURCE >= 600.
4086
4087 2000-08-01 Ulrich Drepper <drepper@redhat.com>
4088
4089 * libio/Makefile: Enable exception handling for genops, wgenops,
4090 fileops, and wfileops.
4091
4092 2000-07-29 Mark Kettenis <kettenis@gnu.org>
4093
4094 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take into
4095 acount that elf/rtld's main program might remove some varibales
4096 from the environment if we're trying to be secure. Move the Hurd
4097 startup data if necessary, or, if we there is no startup data,
4098 make sure the magical convention that ARGV[0] is stored just after
4099 the environment list.
4100
4101 2000-08-01 Philip Blundell <philb@gnu.org>
4102
4103 * sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource]
4104 (sysdep_routines): Add oldgetrlimit, oldsetrlimit.
4105 * sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit,
4106 oldsetrlimit for GLIBC_2.0.
4107
4108 2000-08-01 Andreas Jaeger <aj@suse.de>
4109
4110 * nss/nss_files/files-ethers.c: Use case-insensitive lookup.
4111 (LINE_PARSER): Allow any number of spaces between ip address and
4112 number. Fixes PR libc/1833, reported by rp010gf@voruta.vu.lt.
4113
4114 * conform/data/netdb.h-data: Remove getipnodebyaddr and friends.
4115
4116 * include/netdb.h: Remove getipnodebyaddr and friends, leave
4117 constants in.
4118
4119 * nis/Versions: Remove _nss_nis_getipnodebyname_r and
4120 _nss_nisplus_getipnodebyname_r.
4121
4122 * nis/nss_nis/nis-hosts.c (_nss_nis_getipnodebyname_r): #if 0 for
4123 now, getipnodebyname is deprecated.
4124 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r):
4125 Likewise.
4126
4127 * inet/Makefile (routines): Don't build getipnodebyaddr and
4128 friends.
4129
4130 * intl/Makefile (distribute): Add tst-translit.sh and translit.po.
4131
4132 * hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.
4133
4134 * elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.
4135
4136 * wctype/Makefile (distribute): Add wchar-lookup.h.
4137
4138 * sysdeps/generic/Dist: Add bp-checks.h and bp-semctl.h.
4139
4140 * iconvdata/Makefile (distribute): Add isiri-3342.h.
4141
4142 2000-08-01 Andreas Schwab <schwab@suse.de>
4143
4144 * Make-dist (dist): Resolve `..' in file names.
4145
4146 2000-08-01 Andreas Jaeger <aj@suse.de>
4147
4148 * stdio-common/Makefile (distribute): Remove removed files, add
4149 new files.
4150
4151 * Makefile (distribute): Remove include/db_185.h and db.h.
4152
4153 * include/db_185.h: Remove, it's not needed anymore.
4154 * include/db.h: Likewise.
4155
4156 2000-07-31 Ulrich Drepper <drepper@redhat.com>
4157
4158 * inet/Makefile (tests): Remove tst-ipnode.
4159 * include/netdb.h: Add stuff removed from resolv/netdb.h here for
4160 now.
4161
4162 2000-07-31 Jes Sorensen <jes@linuxcare.com>
4163
4164 * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and
4165 endp statements have already been added.
4166
4167 2000-04-18 David Mosberger <davidm@hpl.hp.com>
4168
4169 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include
4170 <sysdeps/ia64/sysdep.h>.
4171
4172 * sysdeps/ia64/_mcount.S: New file.
4173
4174 * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to
4175 __gmon_start__. Fix up extraneous whitespace.
4176
4177 2000-01-12 H.J. Lu <hjl@gnu.org>
4178
4179 * sysdeps/ia64/elf/initfini.c: New file.
4180
4181 2000-07-31 Jes Sorensen <jes@linuxcare.com>
4182
4183 * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW
4184 dependency between branch and ar.pfs write.
4185
4186 2000-07-31 H.J. Lu <hjl@gnu.org>
4187
4188 * sysdeps/generic/printf_fphex.c (__printf_fphex): Correctly
4189 handle the wchar_t array.
4190
4191 2000-07-31 Ulrich Drepper <drepper@redhat.com>
4192
4193 * iconvdata/gb18030.c: Don't map to and from positions in ISO
4194 10646 which are not yet assigned.
4195 Patch by wang shouhua <shouhuawang@redflag-linux.com>.
4196
4197 2000-07-31 Andreas Jaeger <aj@suse.de>
4198
4199 * inet/Versions: Remove getipnodebyaddr and friends from
4200 GLIBC_2.2.
4201
4202 * resolv/netdb.h: Remove getipnodebyaddr and friends.
4203
4204 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4205
4206 * iconvdata/sjis.c (BODY for FROM_LOOP): Treat the case
4207 ch >= 0x81 && ch2 < 0x40 as invalid.
4208
4209 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4210
4211 * iconvdata/uhc.c (BODY for FROM_LOOP): Reject ch2 == 0xff as invalid.
4212 (BODY for TO_LOOP): Accept 0x7f. Increment outptr as needed.
4213
4214 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4215
4216 * iconvdata/johab.c (BODY for TO_LOOP): After calling
4217 ucs4_to_ksc5601_sym, fix the conversion to JOHAB.
4218
4219 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4220
4221 * iconvdata/t.61.c (to_ucs4): Change values of 0xa4, 0a6, 0xa8, 0xb4,
4222 0xb8.
4223 (from_ucs4): Change values of U+00A4, U+00BB, U+00ED.
4224
4225 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4226
4227 * iconvdata/macintosh.c (HAS_HOLES): Set to 1.
4228
4229 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4230
4231 * iconvdata/iso_6937.c (to_ucs4): Change values of 0x24 and 0xb4.
4232 (from_ucs4): Change values of U+00A4 and U+00ED.
4233 (BODY of TO_LOOP): Remove mapping from U+02DC to 0x0020.
4234
4235 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4236
4237 * iconvdata/ansi_x3.110.c (from_ucs4): Change entry for 0xed.
4238 (BODY for TO_LOOP): Map U+2122, U+2126, not U+2022, U+2026.
4239
4240 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4241
4242 * iconvdata/Makefile (gen-8bit-gap-modules): Remove isiri-3342.
4243 * iconvdata/isiri-3342.h: New file.
4244 * iconvdata/isiri-3342.c (HAS_HOLES): Avoid gaps >= 0xe0, but don't
4245 treat 0x80 as a gap.
4246
4247 2000-07-30 Bruno Haible <haible@clisp.cons.org>
4248
4249 * string/strxfrm.c (encoding_mask, encoding_byte): Remove.
4250 (utf8_encode): Use simple shifts instead. Fix return value.
4251
4252 2000-07-31 Ulrich Drepper <drepper@redhat.com>
4253
4254 * timezone/private.h: Update from tzcode2000e.
4255 * timezone/asia: Update from tzdata2000e.
4256 * timezone/australasia: Likewise.
4257 * timezone/europe: Likewise.
4258 * timezone/northamerica: Likewise.
4259 * timezone/zone-tab: Likewise.
4260
4261 2000-07-30 Ralf Baechle <ralf@gnu.org>
4262
4263 * sysdeps/unix/sysv/linux/mips/bits/sigstack.h: New file. On MIPS
4264 the order of struct sigaltstack members is different.
4265
4266 2000-07-26 Philip Blundell <philb@gnu.org>
4267
4268 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: New file.
4269
4270 2000-07-29 Ulrich Drepper <drepper@redhat.com>
4271
4272 * locale/langinfo.h: Add entries for extra tables in CTYPE data.
4273 * locale/programs/ld-ctype.c: Adjust for this.
4274
4275 * locale/programs/ld-collate.c: Add more alignment checks.
4276 * locale/string/strcoll.c: Likewise.
4277
4278 2000-07-30 Mark Kettenis <kettenis@gnu.org>
4279
4280 * stdio-common/vfprintf.c: Move inclusion of _i18n_number.h
4281 outside USE_IN_LIBIO block.
4282
4283 2000-07-26 Philip Blundell <philb@gnu.org>
4284
4285 * sysdeps/arm/dl-machine.h (fix_bad_pc24): New function.
4286 (elf_machine_rel): Use it for out-of-range PC24 relocs.
4287
4288 2000-07-28 Philip Blundell <philb@gnu.org>
4289
4290 * math/test-fpucw.c: Ignore reserved bits in control word.
4291
4292 2000-07-28 Philip Blundell <philb@gnu.org>
4293
4294 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET): New macro.
4295 (ret): Redefine to PSEUDO_RET.
4296 (PSEUDO): Remove jump to syscall_error.
4297
4298 2000-07-29 Mark Kettenis <kettenis@gnu.org>
4299
4300 * resolv/README: Add some information about using the resolver in
4301 multi-threaded code and with C++. Spelling fixes.
4302
4303 2000-07-29 Mark Kettenis <kettenis@gnu.org>
4304
4305 * resolv/resolv.h (struct __sockaddr_in): Remove.
4306 (struct __res_state) [!_LIBC]: Remove reference to __sockaddr_in.
4307
4308 2000-07-29 Greg McGary <greg@mcgary.org>
4309
4310 * Rules (test-bp-inputs, make-test-out): New variables.
4311 ($(objpfx)%-bp.out): New rule.
4312 ($(objpfx)%.out): Rewrite in terms of new variables.
4313
4314 * libio/iovswscanf.c (vswscanf): Pass _IO_FILE_plus pointer to
4315 internal function that uses vtable.
4316 * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
4317 * libio/vswprintf.c (_IO_vswprintf): Likewise.
4318
4319 * malloc/malloc.c (mem2chunk): Define in terms of chunk_at_offset.
4320 (malloc_extend_top): Convert brk to chunk using chunk_at_offset.
4321 (chunk_align): Likewise.
4322
4323 * time/asctime.c (ab_day_name, ab_month_name): Rewrite expression
4324 in a way that conforms to decl, and avoids spurious bounds violation.
4325
4326 * sysdeps/arm/frame.h (struct layout): Make pointers __unbounded.
4327 * sysdeps/generic/frame.h: Likewise.
4328 * sysdeps/generic/backtrace.c (ADVANCE_STACK_FRAME): Wrap bounds
4329 around return value.
4330 (__backtrace): Qualify frame-pointer chain and return address
4331 pointers as __unbounded. Wrap bounds around variable `current'.
4332 * sysdeps/generic/segfault.c (ADVANCE_STACK_FRAME): Wrap bounds
4333 around return value.
4334 (catch_segfault): Qualify frame-pointer chain and return address
4335 pointers as __unbounded. Wrap bounds around variable `current'.
4336 * sysdeps/i386/backtrace.c (struct layout): Make pointers __unbounded.
4337 (ADVANCE_STACK_FRAME): Wrap bounds around return value.
4338 * sysdeps/powerpc/backtrace.c (struct layout): Make pointers
4339 __unbounded.
4340 (__backtrace): Qualify frame-pointer chain and return address
4341 pointers as __unbounded. Wrap bounds around variable `current'.
4342
4343 * sysdeps/i386/addmul_1.S: s2_limb is scalar so remove bounds check.
4344 * sysdeps/i386/mul_1.S: Likewise.
4345 * sysdeps/i386/submul_1.S: Likewise.
4346 * sysdeps/i386/i586/addmul_1.S: Likewise.
4347 * sysdeps/i386/i586/mul_1.S: Add bounds checks.
4348 * sysdeps/i386/i586/submul_1.S: Likewise.
4349
4350 2000-07-27 Andreas Jaeger <aj@suse.de>
4351
4352 * libio/Depend: New file, libio needs localedata for tests.
4353 * posix/Depend: Likewise.
4354
4355 2000-07-28 Ulrich Drepper <drepper@redhat.com>
4356
4357 * stdio-common/_i18n_itoa.c: Removed.
4358 * stdio-common/_i18n_itoa.h: Removed.
4359 * stdio-common/_i18n_itowa.c: Removed.
4360 * stdio-common/_i18n_itowa.h: Removed.
4361 * stdio-common/_i18n_number.h: New file.
4362 * stdio-common/Depend: New file.
4363 * stdio-common/printf-parse.h: Handle I modifier correctly. Optimize.
4364 * stdio-common/vfprintf.c: Rewrite buffer handling for integer
4365 printing. Change printing of numbers with locale specific digits to
4366 use new code in _i18n_number.h.
4367 * stdio-common/Makefile (routines): Remove _i18n_itoa and
4368 _i18n_itowa.
4369
4370 * stdio-common/bug13.c: Improve messages.
4371
4372 * locale/programs/ld-ctype.c (ctype_read): Improve error message.
4373 (set_class_defaults): Always search also for Uxxxx names.
4374 Detect insufficient number of outdigits.
4375
4376 * locale/Makefile (C-translit.h): Use mv not $(move-if-changed).
4377
4378 2000-07-27 Bruno Haible <haible@clisp.cons.org>
4379
4380 * locale/C-ctype.c (_nl_C_LC_CTYPE): Swap the two names in
4381 _NL_CTYPE_MAP_NAMES.
4382 * locale/localeinfo.h (__TOW_toupper, __TOW_tolower): New enum values.
4383 * wctype/wcfuncs.c (towlower, towupper): Use them.
4384 * wctype/wcfuncs_l.c (__towlower_l, __towupper_l): Likewise.
4385 * wctype/wctrans.c (wctrans): Likewise.
4386 * wctype/wctrans_l.c (__wctrans_l): Likewise.
4387
4388 2000-07-27 Bruno Haible <haible@clisp.cons.org>
4389
4390 * posix/fnmatch.c (is_char_class): Fix logic. Avoid buffer overrun.
4391 Use the optimized version of this function outside glibc as well.
4392
4393 2000-07-27 Jakub Jelinek <jakub@redhat.com>
4394
4395 * locale/indigits.h (indigit_value): Correct.
4396 * locale/indigitswc.h (indigitwc_value): Correct.
4397 * stdio-common/vfscanf.c (__vfscanf): Fix I18N number
4398 conversion, add GROUP checking for it, fix GROUP number
4399 conversion with strlen(thousands) > 1.
4400 Honour width correctly in the presence of floating
4401 decimal points and thousands separators.
4402 * stdio-common/tst-sscanf.c: New test.
4403 * stdio-common/Makefile: Add it to tests.
4404 * sysdeps/generic/strtol.c (strtol): Fix conversion if there are
4405 thousands separators and group argument is non-zero.
4406
4407 2000-07-25 Bruno Haible <haible@clisp.cons.org>
4408
4409 * locale/Versions: Enumerate __*_l functions individually. __wctrans_l
4410 starts at GLIBC_2.2.
4411
4412 2000-07-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4413
4414 * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h.
4415 * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add
4416 _test_and_set.
4417 (headers): Add sys/tas.h.
4418 * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for
4419 GLIBC_2.2 from libc.
4420 * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file.
4421 * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for
4422 _test_and_set.
4423
4424 2000-07-28 Andreas Jaeger <aj@suse.de>
4425
4426 * sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4.
4427
4428 * dlfcn/Makefile ($(objpfx)tst-dladdr): New.
4429 ($(objpfx)tst-dladdr.out): new.
4430 (tests): Add tst-dladdr.
4431 ($(objpfx)glrefmain): Use libdl.
4432
4433 * dlfcn/tst-dladdr.c: New file. Based on a test by Volkmar Sieh
4434 <vs@caldera.de>.
4435
4436 2000-07-27 Jes Sorensen <jes@linuxcare.com>
4437
4438 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and
4439 ftruncate(64) calls.
4440
4441 2000-07-27 Jes Sorensen <jes@linuxcare.com>
4442
4443 * intl/tst-translit.c: Include string.h to get prototype for
4444 strcmp().
4445
4446 2000-07-27 Jes Sorensen <jes@linuxcare.com>
4447
4448 * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
4449 name and add weak alias for __fork.
4450
4451 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change llseek, pread
4452 & pwrite to use __libc_<name> as strong names instead of
4453 __syscall_<name>.
4454
4455 * include/sched.h: Add clone2 prototype.
4456
4457 2000-07-26 Jes Sorensen <jes@linuxcare.com>
4458
4459 * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Don't declare the
4460 procedure name twice.
4461
4462 2000-07-27 Philip Blundell <philb@gnu.org>
4463
4464 * malloc/malloc.c (HAVE_MREMAP): Undo change of 1997-12-04.
4465
4466 2000-07-27 Andreas Jaeger <aj@suse.de>
4467
4468 * sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
4469 MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
4470 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4471 Reported by Andi Kleen <ak@suse.de>.
4472
4473 * rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
4474 (do_wait): Test requests with aio_return64.
4475 (do_test): Change callers of do_wait.
4476
4477 2000-07-26 Andreas Jaeger <aj@suse.de>
4478
4479 * rt/tst-aio.c: Add tests for aio_fsync and aio_cancel.
4480 (do_wait): Test requests with aio_return.
4481 (do_test): Change callers of do_wait.
4482
4483 2000-07-27 Ulrich Drepper <drepper@redhat.com>
4484
4485 * rt/aio_misc.c (__aio_remove_request): New function. Handle removing
4486 from request list. Don't do the list handling here, call
4487 __aio_remove_request.
4488 * rt/aio_misc.h: Add prototype for __aio_remove_request.
4489 * rt/aio_cancel.c: Don't assume __aio_find_req_fd succeeds since the
4490 request might already be processed. Don't do the list handling
4491 here, call __aio_remove_request.
4492
4493 * rt/aio_misc.c: Don't depend on aio_reqprio field for LIO_SYNC and
4494 LIO_DSYNC.
4495
4496 * rt/aio_misc.c: Add comment explaining why writer memory barriers
4497 are missing.
4498
4499 2000-07-27 Greg McGary <greg@mcgary.org>
4500
4501 * sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*.
4502 * sysdeps/generic/bp-semctl.h (check_semctl): Fix syntax error
4503 in union init. Pass zero for ignored semnum arg to semctl.
4504 * sysdeps/unix/sysv/linux/shmat.c (shmat): Fix typo.
4505
4506 2000-07-26 Greg McGary <greg@mcgary.org>
4507
4508 * sysdeps/gnu/bits/msq.h: Qualify kernel's
4509 data structure pointers as __unbounded.
4510 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4511 * sysdeps/generic/bp-semctl.h: New file.
4512 * sysdeps/unix/sysv/linux/msgctl.c: Qualify kernel's data structure
4513 pointers as __unbounded. Check bounds of syscall args.
4514 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4515 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
4516 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
4517 * sysdeps/unix/sysv/linux/semop.c: Likewise.
4518 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
4519 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
4520 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
4521 * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
4522 * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
4523 * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
4524 * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
4525 * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
4526 * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
4527 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Likewise.
4528 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
4529 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
4530
4531 2000-07-26 Ulrich Drepper <drepper@redhat.com>
4532
4533 * libio/iofwide.c: Enable transliteration for conversion from wchar_t
4534 by default.
4535 * locale/C-ctype.c: Likewise.
4536 * wcsmbs/wcsmbsload.c: Likewise.
4537
4538 2000-07-26 Greg McGary <greg@mcgary.org>
4539
4540 * Makeconfig (+link-bounded, link-libc-bounded,
4541 link-extra-libs-bounded): New variables.
4542 (built-program-cmd): Omit $(run-program-prefix) for static BP tests.
4543 * Makerules (do-tests-clean, common-mostlyclean): Remove BP test files.
4544 * Rules (tests-bp.out): New variable.
4545 (tests): Conditionally add BP tests.
4546 (binaries-bounded): Add variable and associated rule.
4547 * csu/Makefile [build-bounded] (extra-objs, install-lib):
4548 Move conditional stuff after place where condition is defined.
4549
4550 * malloc/malloc.c (bp-checks.h): Add #include.
4551 (mem2chunk, chunk_at_offset, bin_at): Wrap BOUNDED_1 around expression.
4552 (_bin_at): Add unbounded version of bin_at.
4553 (IAV, chunk_alloc): Use unbounded _bin_at.
4554 (mALLOc, rEALLOc, chunk_realloc, mEMALIGn, cALLOc,
4555 chunk2mem_check, realloc_check, malloc_starter, malloc_atfork):
4556 Wrap BOUNDED_N around return value.
4557 (chunk_realloc): Adjust oldsize once.
4558
4559 * sysdeps/generic/bp-checks.h (__memchr): Remove incorrect decl.
4560 (__ubp_memchr): Add correct decl.
4561 (_CHECK_STRING): Use __ubp_memchr.
4562 * sysdeps/alpha/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
4563 New alias for unbounded-pointer __memchr.
4564 * sysdeps/i386/memchr.S: Likewise.
4565 * sysdeps/ia64/memchr.S: Likewise.
4566 * sysdeps/m68k/memchr.S: Likewise.
4567 * sysdeps/sparc/sparc32/memchr.S: Likewise.
4568 * sysdeps/sparc/sparc64/memchr.S: Likewise.
4569 * sysdeps/vax/memchr.s: Likewise.
4570
4571 * sysdeps/i386/strtok.S: Fix bounds checks to pass tests.
4572 (SAVE_PTR): New macro. (save_ptr): Expand size as BP.
4573 (strtok): Don't bother to write into SAVE_PTR when returning NULL.
4574 * sysdeps/i386/i686/strtok.S: Likewise.
4575 * sysdeps/i386/bp-asm.h (RETURN_BOUNDED_POINTER,
4576 RETURN_NULL_BOUNDED_POINTER): Use %ecx as the scratch register.
4577
4578 * sysdeps/i386/bits/string.h [!__BOUNDED_POINTERS__]: Disable inlines.
4579 * sysdeps/i386/i486/bits/string.h [!__BOUNDED_POINTERS__]: Likewise.
4580
4581 * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Copy
4582 bounds of copy_result to mount_proc.
4583
4584 2000-07-25 Bruno Haible <haible@clisp.cons.org>
4585
4586 * wctype/wctype.h (__wctrans_l): New declaration.
4587 * wctype/wctrans_l.c: New file.
4588 * wctype/Makefile (routines): Add wctrans_l.
4589
4590 2000-07-26 Ulrich Drepper <drepper@redhat.com>
4591
4592 * posix/fnmatch_loop.c: Fixes for use outside glibc.
4593 Patch by MacGyver <macgyver@tos.net>.
4594
4595 2000-07-26 Andreas Jaeger <aj@suse.de>
4596
4597 * rt/tst-aio4.c: New file, slightly modified version of tst-aio2.
4598 * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
4599 * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5.
4600
4601 * rt/tst-aio.c (test_file): Fix typo.
4602 * rt/tst-aio64.c (test_file): Likewise.
4603
4604 * rt/tst-aio3.c: New file, slightly modified version of tst-aio2.
4605 * rt/Makefile: Add rules to build and run tst-aio3.
4606
4607 * sysdeps/unix/sysv/linux/netinet/ip.h: Removed ip_options since
4608 it's not needed and confuses only.
4609
4610 2000-07-26 Ulrich Drepper <drepper@redhat.com>
4611
4612 * resolv/res_init.c: Add support for nameserver communication with
4613 IPv6.
4614 * resolv/res_send.c: Likewise.
4615 * resolv/resolv.h (struct __res_state): Store IPv6 address, not IPv4
4616 in nsaddrs field.
4617 Patch by <venaas@nvg.ntnu.no>.
4618
4619 2000-07-25 Bruno Haible <haible@clisp.cons.org>
4620
4621 * locale/programs/ld-ctype.c (wctype_table_get): New function.
4622 (wcwidth_table_get): New function.
4623 (wcwidth_table_add): Call it.
4624 (wctrans_table_get): New function.
4625 (wctrans_table_add): Call it.
4626
4627 2000-07-25 Ulrich Drepper <drepper@redhat.com>
4628
4629 * rt/lio_listio.c (lio_listio): Always disable individual
4630 notification.
4631 * rt/Makefile: Add rules to build and run tst-aio2.
4632 * rt/tst-aio2.c: New file.
4633
4634 * rt/lio_listio.c (lio_listio): Handle case of SIG == NULL correctly.
4635 Reported by Kevin Beard <beardk@gatwick.Geco-Prakla.slb.com>.
4636
4637 2000-07-25 Mark Kettenis <kettenis@gnu.org>
4638
4639 * nss/nss_files/files-netgrp.c (strip_whitespace): New function.
4640 (_nss_netgroup_parseline): Use strip_whitespace to strip off any
4641 leading and trailing spaces from host, user and domain name.
4642
4643 2000-07-25 Jes Sorensen <jes@linuxcare.com>
4644
4645 * csu/defs.awk: Add support for need_endp.
4646
4647 2000-07-25 Mark Kettenis <kettenis@gnu.org>
4648
4649 * resolv/resolv.h: Remove __P from res_send_qhook and
4650 res_send_rhook typedefs.
4651
4652 2000-07-25 Bruno Haible <haible@clisp.cons.org>
4653
4654 * intl/tst-translit.c (main): Unset OUTPUT_CHARSET.
4655
4656 2000-07-25 Ulrich Drepper <drepper@redhat.com>
4657
4658 * iconv/gconv_builtin.h: Add WCHAR_T alias.
4659
4660 2000-07-25 Mark Kettenis <kettenis@gnu.org>
4661
4662 * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the
4663 calling thread, set the cancellation flag and return success
4664 instead of EINTR.
4665
4666 2000-07-25 Ulrich Drepper <drepper@redhat.com>
4667
4668 * libio/Makefile: Add rules build, run, and distribute tst-widetext.c.
4669 * libio/tst-widetext.c: New file.
4670 * libio/tst-widetext.input: New file.
4671
4672 * libio/iogetwline.c (_IO_getwline_info): Pretty print.
4673
4674 * libio/wfileops.c (_IO_wfile_underflow): Handle not entirely
4675 empty external buffer correctly.
4676
4677 2000-07-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4678
4679 * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Stringify using
4680 __STRING(entry) and not #entry.
4681 (_RTLD_EPILOGUE): Likewise.
4682 * sysdeps/mips/mips64/dl-machine.h: Likewise.
4683
4684 2000-07-25 Andreas Jaeger <aj@suse.de>
4685
4686 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
4687 according to changes in test program, run also with static only
4688 builds.
4689 ($(objpfx)tst-printf.out): Likewise.
4690
4691 * stdio-common/tst-unbputc.sh: Likewise.
4692 * stdio-common/tst-printf.sh: Likewise.
4693
4694 2000-07-25 Ulrich Drepper <drepper@redhat.com>
4695
4696 * libio/wfileops.c (_IO_wdo_write): Correct return value.
4697
4698 * libio/wfileops.c (_IO_wdo_write): Allow partial conversions in the
4699 loop.
4700
4701 * libio/fileops.c: Pretty print.
4702
4703 2000-07-23 Bruno Haible <haible@clisp.cons.org>
4704
4705 * wctype/wchar-lookup.h: New file.
4706 * wctype/iswctype.c: Include "wchar-lookup.h".
4707 (__iswctype): Support alternate locale format with 3-level tables.
4708 * wctype/iswctype_l.c (__iswctype_l): Likewise.
4709 * wctype/towctrans.c (__towctrans): Likewise.
4710 * wctype/towctrans_l.c (__towctrans_l): Likewise.
4711 * wctype/wcfuncs.c: Include "wchar-lookup.h".
4712 (__ctype32_wctype, __ctype32_wctrans): Declare external.
4713 (__iswalnum, __iswalpha, __iswcntrl, __iswdigit, __iswlower,
4714 __iswgraph, __iswprint, __iswpunct, __iswspace, __iswupper,
4715 __iswxdigit, towlower, towupper): Support alternate locale format
4716 with 3-level tables.
4717 * wctype/wcextra.c (iswblank): Likewise.
4718 * wctype/wcfuncs_l.c: Include "wchar-lookup.h".
4719 (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
4720 __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
4721 __iswxdigit_l, __towlower_l, __towupper_l): Support alternate locale
4722 format with 3-level tables.
4723 * wctype/wcextra_l.c (__iswblank_l): Likewise.
4724 * wctype/wctype.c (__wctype): Likewise. In the alternate locale
4725 format, return a 3-level table pointer.
4726 * wctype/wctype_l.c (__wctype_l): Likewise.
4727 * wctype/wctrans.c (wctrans): Likewise.
4728 * wctype/wctype.h (__ISwupper, __ISwlower, __ISwalpha, __ISwdigit,
4729 __ISwxdigit, __ISwspace, __ISwprint, __ISwgraph, __ISwblank,
4730 __ISwcntrl, __ISwpunct, __ISwalnum): New enum values.
4731 (iswctype): Remove macro definition.
4732 * wcsmbs/wcwidth.h: Include "wchar-lookup.h".
4733 (internal_wcwidth): Support alternate locale format with 3-level
4734 tables.
4735 * locale/langinfo.h (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
4736 New nl_items.
4737 * locale/categories.def (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
4738 Define them as being type "word".
4739 * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializers for them.
4740 * ctype/ctype-info.c (__ctype32_wctype, __ctype32_wctrans,
4741 __ctype32_width): New exported variables.
4742 * locale/lc-ctype.c (_nl_postload_ctype): Initialize them in the
4743 alternate locale format. Don't initialize __ctype_names and
4744 __ctype_width in the alternate locale format.
4745 * locale/programs/localedef.h (oldstyle_tables): New declaration.
4746 * locale/programs/localedef.c (oldstyle_tables): New variable.
4747 (OPT_OLDSTYLE): New macro.
4748 (options): Add --old-style option.
4749 (parse_opt): Handle --old-style option.
4750 * locale/programs/ld-ctype.c (locale_ctype_t): Add class_offset,
4751 map_offset, class_3level, map_3level, width_3level members.
4752 (ctype_output): Support for alternate locale format: Computation of
4753 nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
4754 _NL_CTYPE_CLASS32 only 256 characters. _NL_CTYPE_NAMES empty.
4755 New fields _NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET. Field
4756 _NL_CTYPE_WIDTH now contains the three-level table. Extra elems
4757 now contain both class and map tables.
4758 (struct wctype_table): New type.
4759 (wctype_table_init, wctype_table_add, wctype_table_finalize): New
4760 functions.
4761 (struct wcwidth_table): New type.
4762 (wcwidth_table_init, wcwidth_table_add, wcwidth_table_finalize): New
4763 functions.
4764 (struct wctrans_table): New type.
4765 (wctrans_table_init, wctrans_table_add, wctrans_table_finalize): New
4766 functions.
4767 (allocate_arrays): Support for alternate locale format: Set
4768 plane_size and plane_cnt to 0. Restrict ctype->ctype32_b to the first
4769 256 characters. Compute ctype->class_3level. Restrict ctype->map32[idx]
4770 to the first 256 characters. Compute ctype->map_3level. Set
4771 ctype->class_offset and ctype->map_offset. Compute ctype->width_3level
4772 instead of ctype->width.
4773
4774 2000-07-24 Ulrich Drepper <drepper@redhat.com>
4775
4776 * libio/iogetwline.c (_IO_getwline_info): Use wide character
4777 string functions.
4778
4779 2000-07-24 Jakub Jelinek <jakub@redhat.com>
4780
4781 * libio/wfiledoalloc.c (_IO_wfile_doallocate): Measure size
4782 in wide characters, not bytes.
4783 * libio/tst_putwc.c (do_test): Add test for writing lots of data
4784 into file.
4785
4786 2000-07-22 Bruno Haible <haible@clisp.cons.org>
4787
4788 * locale/nl_langinfo.c (nl_langinfo): Accept items belonging to the
4789 new categories LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE,
4790 LC_MEASUREMENT, LC_IDENTIFICATION.
4791
4792 * locale/xlocale.h (struct __locale_struct): Increase size of
4793 __locales array.
4794 * locale/duplocale.c (__duplocale): Copy newly added categories as
4795 well.
4796 * locale/freelocale.c (__freelocale): Free newly added categories.
4797 * locale/newlocale.c (__newlocale): Fix typo in sanity check.
4798 If a base is given, use it, don't simply return it.
4799
4800 2000-07-22 Bruno Haible <haible@clisp.cons.org>
4801
4802 * crypt/md5-crypt.c (__md5_crypt_r): Avoid gcc warnings: Use pointer
4803 variables, copied_key and copied_salt, instead of boolean variables.
4804
4805 2000-07-24 Andreas Jaeger <aj@suse.de>
4806
4807 * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Really fix
4808 check for offset.
4809
4810 * grp/initgroups.c (initgroups_dyn_function): Renamed from
4811 initgroups_function, adopted prototype for change from 2000-07-23.
4812 (initgroups): Follow type change.
4813
4814 * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix offset
4815 & PAGE_MASK case, reformat.
4816
4817 * string/Makefile ($(objpfx)tst-svc.out): Fix rule to read input
4818 from stdin and setup environment.
4819
4820 2000-07-24 Andreas Schwab <schwab@suse.de>
4821
4822 * sysdeps/unix/sysv/linux/m68k/mmap.S: Remove mmap64 alias.
4823
4824 2000-07-23 Ulrich Drepper <drepper@redhat.com>
4825
4826 * string/endian.h: Explain the _*_ENDIAN constant values a bit
4827 more. Patch by scarlet@mit.edu [PR libc/1799].
4828
4829 * io/ftwtest-sh: Add -f parameter to chmod if -R is also given.
4830 [PR libc/1792].
4831
4832 * argp/argp-parse.c (parser_finalize): Reverse order in which
4833 parsers are run for ARGP_KEY_END. [PR libc/1755].
4834
4835 * grp/initgroups.c (initgroups): Don't limit the possible number
4836 of groups to NGROUPS_MAX. Allow dynamic resizing. Loop around
4837 the setgroups call while the call fails and descrease the number
4838 of groups each round.
4839 The name of the initgroups function in the NSS modules changed.
4840 (compat_call): Adapt for dynamic resizing.
4841 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
4842 Implement dynamic resizing.
4843 * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
4844 Likewise.
4845 * nis/nss_nis/compat-initgroups.c (_nss_nis_initgroups_dyn): Likewise.
4846 * hesiod/Versions: Change exported interface name.
4847 * nis/Versions: Change exported interface name.
4848
4849 2000-07-23 Ulrich Drepper <drepper@redhat.com>
4850
4851 * locale/iso-639.def: Some errors corrected.
4852 Patch by Keld Simonsen.
4853
4854 * include/limits.h: Update non-gcc portion.
4855 Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
4856
4857 2000-07-22 Mark Kettenis <kettenis@gnu.org>
4858
4859 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the
4860 program's data space, reallocate only the space that was just
4861 deallocated to release its backing space.
4862
4863 2000-07-23 Ulrich Drepper <drepper@redhat.com>
4864
4865 * stdio-common/vfprintf.c (process_string_arg): For wide character
4866 version, handle precision also correctly.
4867
4868 * nss/nss_files/files-hosts.c: Correct problem with three or more
4869 entries with the same name.
4870
4871 * nss/nss_files/files-hosts.c: Implement multi handling.
4872 * resolv/Versions: Export _res_hconf for GLIBC_2.2 from libc.
4873
4874 2000-07-22 Ulrich Drepper <drepper@redhat.com>
4875
4876 * nss/nss_files/files-parse.c: Don't pollute namespace by using
4877 strcasecmp.
4878
4879 * grp/Makefile: Change Makefiles and tests to run only when necessary.
4880 * malloc/Makefile: Likewise.
4881 * malloc/tst-mtrace.sh: Likewise.
4882 * posix/Makefile: Likewise.
4883 * posix/globtest.sh: Likewise.
4884 * posix/wordexp-tst.sh: Likewise.
4885 * string/Makefile: Likewise.
4886
4887 2000-07-22 Mark Kettenis <kettenis@gnu.org>
4888
4889 * locale/findlocale.c (locale_file_list): Use __LC_LAST as array
4890 size instead of LC_ALL to take into account the new locale
4891 categories.
4892
4893 2000-07-22 Ulrich Drepper <drepper@redhat.com>
4894
4895 * iconv/gconv_trans.c: Correct a few bugs in the search loop. Remove
4896 remainders of hash table.
4897 * locale/categories.def: Remove remainders of transliteration
4898 hash table.
4899 * locale/langinfo.h: Likewise.
4900 * locale/programs/ld-ctype.c: Likewise. Fix code to write out
4901 transliteration tables.
4902
4903 * locale/gen-translit.pl: New file.
4904 * locale/C-translit.h.in: New file.
4905 * locale/C-ctype.c: Include C-translit.h. Initialize transliteration
4906 data pointers with data from this file.
4907 * locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
4908 and gen-translit.pl.
4909 Add rule to generate C-translit.h.
4910 * intl/tst-translit.c (main): Update for now performed
4911 transliteration.
4912
4913 * stdio-common/vfscanf.c: Handle input -- with format %f correctly
4914 (it's no input error).
4915 * stdio-common/tstscanf.c: Add test case for format %f with input --.
4916 * stdio-common/scanf12.c: Correct expected result for first scanf.
4917
4918 * stdio-common/vfprintf.c (process_string_arg): Correct handling
4919 of multibyte character strings in %s format with precision.
4920
4921 2000-07-21 Ulrich Drepper <drepper@redhat.com>
4922
4923 * locale/programs/ld-collate.c (collate_read): Allow collating
4924 symbols and elements be named in reorder-after instructions.
4925 Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
4926
4927 * locale/programs/ld-collate.c (handle_ellipsis): Test for
4928 duplication with generated name, not the name of the first
4929 character.
4930 Patch by Yong Li <yong.li@asu.edu>.
4931
4932 * sysdeps/powerpc/strchr.S: Correct bugs introduced in BP-ification.
4933 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4934
4935 2000-07-21 Wolfram Gloger <wg@malloc.de>
4936
4937 * malloc/malloc.c (chunk_alloc): Try mmap_chunk() for smaller
4938 allocations only if a non-main arena cannot be extended.
4939
4940 2000-07-21 Ulrich Drepper <drepper@redhat.com>
4941
4942 * elf/dl-load.c (_dl_map_object): Take loader==NULL into account
4943 in DF_1_NODEFLIB handling.
4944
4945 2000-07-21 Andreas Jaeger <aj@suse.de>
4946
4947 * elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its
4948 own rule.
4949
4950 * libio/fwide.c: Include <wchar.h> for prototype.
4951
4952 2000-07-21 Greg McGary <greg@mcgary.org>
4953
4954 * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
4955 set_inuse_bit_at_offset, clear_inuse_bit_at_offset, set_foot):
4956 Define in terms of chunk_at_offset.
4957 (inuse, set_inuse, clear_inuse): Define in terms of next_chunk.
4958 (next_bin, prev_bin): offset by size of real array elements.
4959 (chunk_align): Make `m' a scalar, since that's how it's used.
4960
4961 2000-07-21 Greg McGary <greg@mcgary.org>
4962
4963 * sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from
4964 UNCHECK_BOUNDS.
4965 * sysdeps/powerpc/bits/setjmp.h (JB_SIZE): New constant.
4966 * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
4967 Wrap bounds around argv & envp and each of their string members.
4968 * sysdeps/powerpc/elf/start.S: Designate BP symbols.
4969 * sysdeps/unix/sysv/linux/powerpc/brk.S: Wrap entry-point
4970 symbol in BP_SYM (). Discard bounds of address arg.
4971 * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
4972 * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64):
4973 Discard bounds on address arg, add bounds to return value.
4974
4975 2000-07-20 Ulrich Drepper <drepper@redhat.com>
4976
4977 * elf/Makefile (tests): Add filter. Add rules to generate filter.
4978 * elf/filter.c: New file.
4979 * elf/filtmod1.c: New file.
4980 * elf/filtmod2.c: New file.
4981
4982 * elf/rtld.c: Define _dl_bind_not variable.
4983 (process_envvars): Recognize LD_BIND_NOT and set _dl_bind_not.
4984 * elf/dl-support.c: Likewise.
4985 * sysdeps/generic/ldsodefs.h: Declare _dl_bind_not.
4986 * elf/dl-runtime.c (fixup): Don't remember looked up value if
4987 _dl_bind_not.
4988 (profile_fixup): Likewise.
4989
4990 * libio/Makefile (routines): Add fwide.
4991 * libio/iofwide.c (_IO_fwide): Remove locking. This is done in
4992 fwide now. Internal calls to _IO_fwide must do locking themselves
4993 or don't need locking.
4994 * libio/fwide.c: New file.
4995
4996 * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
4997
4998 * elf/Makefile: Add no modules for nodelete test.
4999 * elf/nodelmod3.c: New file.
5000 * elf/nodelmod4.c: New file.
5001 * elf/nodelete.c: Also test case where dependency of dlopen() object
5002 is marked nodelete.
5003
5004 * elf/Makefile (tests): Add nodlopen. Add rules to generate nodlopen.
5005 * elf/nodlopen.c: New file.
5006 * elf/nodlopenmod.c: New file.
5007 * include/dlfcn.h: Define __RTLD_DLOPEN.
5008 * elf/dl-load.c (_dl_map_object_from_fd): If DF_1_NOOPEN is set
5009 and this is a dlopen() call, do not load the binary.
5010 * dlfcn/dlopen.c: Add __RTLD_DLOPEN to mode passed down to _dl_open.
5011 * dlfcn/dlopenold.c: Likewise.
5012 * configure.in: Add test for -z nodelete option.
5013 * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
5014
5015 2000-07-20 Mark Kettenis <kettenis@gnu.org>
5016
5017 Make Hesiod NSS module thread-safe.
5018
5019 * hesiod/README.hesiod: Update.
5020
5021 * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_getservbyport_r,
5022 _nss_hesiod_setprotoent, _nss_hesiod_endprotoent,
5023 _nss_hesiod_getprotobyname_r, and _nss_hesiod_getprotobynumber_r.
5024 * hesiod/Makefile (libnss_hesiod-routines): Add hesiod-init and
5025 hesiod-proto.
5026 * hesiod/nss_hesiod/hesiod-init.c: New file.
5027 * hesiod/nss_hesiod/hesiod-pwd.c: Rewritten for thread-safeness.
5028 * hesiod/nss_hesiod/hesiod-grp.c: Likewise.
5029 * hesiod/nss_hesiod/nss_hesiod.h: New file.
5030 * hesiod/nss_hesiod/hesiod-service.c
5031 (_nss_hesiod_getservbyport_r): New function. Provide support for
5032 looking up services by port number.
5033 * hesiod/nss_hesiod/hesiod-proto.c: New file.
5034
5035 * hesiod/hesiod.c: Update from BIND 8.2.3-T5B.
5036 * hesiod/hesiod.h: Likewise.
5037 * hesiod/hesiod_p.h: Likewise.
5038
5039 2000-07-20 Mark Kettenis <kettenis@gnu.org>
5040
5041 Fix problems with `struct __res_state' getting too big.
5042 * resolv/resolv.h (struct __sockaddr_in): New definition.
5043 (struct __res_state): Use __sockaddr_in instead of sockaddr_in in
5044 the private parts of the structure to save some space.
5045 * resolv/res_send.c (res_nsend): Cast &EXT(statp).nsaddrs[ns] to
5046 (struct sockaddr_in *) in call to sock_eq.
5047 Use memcpy to copy statp->nsaddr_list[ns] to &EXT(statp).nsaddrs[ns].
5048
5049 2000-07-20 Ulrich Drepper <drepper@redhat.com>
5050
5051 * elf/elf.h: Add various DF_1_*, DTF_1_*, and DF_P1_* entries.
5052 * elf/dl-close.c (_dl_close): Don't close an object if it is marked
5053 with nodelete.
5054 * elf/dl-open.c (dl_open_worker): Pass RTLD_NOLOAD as new parameter
5055 to _dl_map_object. Return immediately if no object loaded.
5056 Set DF_1_NODELETE bit in l_flags_1 if RTLD_NODELETE was passed.
5057 * elf/dynamic-link.h (elf_get_dynamic_info): Copy DT_FLAGS_1 entry
5058 if it exists into l_flags_1 word.
5059 * elf/dl-load.c (_dl_map_object_from_fd): Take no parameter and use
5060 it to determine whether loading is wanted or not.
5061 (_dl_map_object): Likewise.
5062 Call _dl_map_object_from_fd with new parameter.
5063 * sysdeps/generic/ldsodefs.h: Update prototype.
5064 * elf/dl-deps.c: Add new parameter to _dl_map_object calls.
5065 * elf/rtld.c: Likewise.
5066 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
5067 * elf/Makefile (tests): Add noload. Add rules to generate noload.
5068 * elf/noload.c: New file.
5069 * include/link.h (struct link_map): Add l_feature_1 and l_flags_1.
5070 * sysdeps/generic/bits/dlfcn.h: Define RTLD_NOLOAD and RTLD_NODELETE.
5071 * sysdeps/mips/bits/dlfcn.h: Likewise.
5072 * elf/Makefile (tests): Add $(tests-nodelete-$(have-z-nodelete)).
5073 (tests-nodelete-yes): Define.
5074 (modules-names): Add $(modules-nodelete-$(have-z-nodelete)).
5075 Add rules to build nodelete and modules.
5076 * elf/nodelete.c: New file.
5077 * elf/nodelmod1.c: New file.
5078 * elf/nodelmod2.c: New file.
5079 * configure.in: Add test for -z nodelete option.
5080 * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
5081
5082 * libio/Makefile (tests): Add tst_wprintf2.
5083 (tst_wprintf2-ARGS): Define.
5084 * libio/tst_wprintf2.c: New file.
5085 Based on a test case by Yoshito Kawada <KAWADA@jp.ibm.com>.
5086
5087 * libio/wfiledoalloc.c: Only allocate external buffer if this
5088 hasn't happened yet.
5089
5090 * libio/wfileops.c (_IO_wdo_write): Overflow only if there is really
5091 something in the buffer. gconv call can write up to end of the
5092 buffer, not only _IO_write_end.
5093 (_IO_wfile_overflow): Allocate also external buffer.
5094
5095 2000-07-19 Ulrich Drepper <drepper@redhat.com>
5096
5097 * stdio-common/vfprintf.c (process_string_arg): Handle multibyte
5098 strings with precision in vfwprintf correctly.
5099 * stdio-common/vfprintf.c: Fix completely broken handling of
5100 unbuffered wide character streams.
5101 Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
5102
5103 * resolv/Makefile (distribute): Add README.
5104
5105 * resolv/README: New file. By Mark Kettenis <kettenis@gnu.org>.
5106
5107 2000-07-18 Mark Kettenis <kettenis@gnu.org>
5108
5109 Update resolver code to BIND 8.2.3-T5B.
5110
5111 * resolv/Versions [GLIBC_2.2] (libc): Add __res_init and
5112 __res_nclose.
5113 [GLIBC_2.2] (libresolv): Add __dn_expand, __ns_samename,
5114 __res_mkquery, __res_nsend, __res_query, __res_querydomain and
5115 __res_search.
5116 * resolv/Banner: BIND-8.2.3-T5B.
5117
5118 * resolv/base64.c: Update from BIND 8.2.3-T5B.
5119 * resolv/herror.c: Likewise.
5120 * resolv/inet_addr.c: Likewise.
5121 * resolv/inet_net_ntop.c: Likewise.
5122 * resolv/inet_net_pton.c: Likewise.
5123 * resolv/inet_neta.c: Likewise.
5124 * resolv/inet_ntop.c: Likewise.
5125 * resolv/nsap_addr.c: Likewise.
5126 * resolv/inet_pton.c: Likewise. Reject a few more more invalid
5127 IPv6 addresses (ISC bug #520).
5128
5129 * resolv/ns_name.c: Avoid emitting RCS ID in object file.
5130 * resolv/ns_parse.c: Likewise.
5131 * resolv/ns_netint.c: Likewise.
5132 * resolv/ns_samedomain.c: Likewise.
5133 * resolv/ns_ttl.c: Likewise.
5134 * resolv/ns_print.c: Update from BIND 8.2.3-T5B. Avoid emitting
5135 RCS ID in object file.
5136
5137 * resolv/res_debug.c: Update from BIND 8.2.3-T5B.
5138 * resolv/res_mkquery.c: Likewise.
5139 * resolv/res_query.c: Likewise.
5140 * resolv/res_init.c: Likewise.
5141 (res_setoptions): Mark internal.
5142 * resolv/res_send.c: Likewise.
5143 [_LIBC]: Fully reinstate the code that avoids the FD_SETSIZE limit
5144 by using poll instead.
5145 * resolv/res_comp.c: Likewise.
5146 [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make dn_expand a
5147 weak alias for __dn_expand.
5148 * resolv/res_data.c: Likewise.
5149 (res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set
5150 in _res.options. Avoids a potential security risk by avoiding a
5151 close (0).
5152 [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make
5153 res_mkquery, res_query, res_querydomain adn res_search weak
5154 aliases for __res_mkquery, __res_query, __res_querydomain and
5155 __res_search.
5156 * resolv/res_libc.c: (_res): Don't initialize. Fix res_close
5157 instead to avoid close(0).
5158 (res_init): Always use the static resolver context.
5159 [SHLIB_COMPAT (libc, GLIBC_2.0, GLIBC_2_2)]: Make res_init a weak
5160 alias for __res_init.
5161
5162 * resolv/resolv.h: Update from BIND 8.2.3-T5B. Move definition of
5163 RES_SET_H_ERRNO and accompanying comment to...
5164 * include/resolv.h: ... here.
5165
5166 * resolv/arpa/namser.h: Update from BIND 8.2.3-T5B.
5167 * resolv/arpa/nameser_compat.h: Likewise.
5168
5169 2000-07-18 Ulrich Drepper <drepper@redhat.com>
5170
5171 * nss/makedb.c (main): Compare result of load_db with
5172 NSS_STATUS_SUCCESS and not 0.
5173 Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
5174
5175 * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
5176
5177 2000-07-18 Greg McGary <greg@mcgary.org>
5178
5179 * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro.
5180 (EXTEND_BUFFER): Use it.
5181
5182 2000-07-18 Ulrich Drepper <drepper@redhat.com>
5183
5184 * include/libc-symbols.h: Define RETURN_ADDRESS macro.
5185 * dlfcn/dlopen.c: Use RETURN_ADDRESS instead of
5186 __builtin_return_address.
5187 * dlfcn/dlopenold.c: Likewise.
5188 * dlfcn/dlsym.c: Likewise.
5189 * dlfcn/dlvsym.c: Likewise.
5190 * elf/dl-profstub.c: Likewise.
5191 * malloc/malloc.c: Likewise.
5192 * sysdeps/generic/machine-gmon.h: Likewise.
5193 Based on a patch by schwidefsky@de.ibm.com.
5194
5195 2000-07-18 Andreas Jaeger <aj@suse.de>
5196
5197 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Pass 0 instead of
5198 NULL to elf_machine_fixup_plt t argument to silence GCC.
5199
5200 * include/string.h: Add prototype for __memchr.
5201
5202 * sysdeps/alpha/memchr.S: Fix copy & error in weak_alias.
5203
5204 * sysdeps/generic/memchr.c: Fix copy & paste error: Use memchr
5205 instead of memrchr.
5206
5207 2000-07-18 Ulrich Drepper <drepper@redhat.com>
5208
5209 * intl/Makefile: Make sure tst-translit is run after tst-gettext.
5210
5211 * locale/C-ctype.c: Add initializers for gap elements.
5212 * locale/programs/ld-ctype.c (ctype_output): Write out index entries
5213 for gap elements.
5214
5215 2000-07-16 Ulrich Drepper <drepper@redhat.com>
5216
5217 * nscd/nscd.c (print_version): Update copyright year.
5218
5219 2000-07-17 Greg McGary <greg@mcgary.org>
5220
5221 * sysdeps/unix/make-syscalls.sh: Handle new arg signature
5222 keyletters F, I, S, W. Remove unused keyletter V. Surround
5223 signature argnames with angle-brackets for use as word delimiters,
5224 and to induce syntax errors for any args not handled. Split
5225 multi-echo echoes and comment each stage.
5226 * sysdeps/unix/common/syscalls.list: Refine & correct signatures.
5227 * sysdeps/unix/inet/syscalls.list: Likewise.
5228 * sysdeps/unix/mman/syscalls.list: Likewise.
5229 * sysdeps/unix/syscalls.list: Likewise.
5230 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5231 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5232 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5233 * sysdeps/unix/sysv/syscalls.list: Likewise.
5234 * sysdeps/unix/sysv/linux/powerpc/syscalls.list
5235
5236 * sysdeps/generic/strcpy.c (strcpy): Stifle unused-value warnings.
5237 * sysdeps/unix/sysv/linux/execve.c (__execve): Add const
5238 qualifiers. Don't check NULL-terminator of argv & envp.
5239 * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Use
5240 unbounded pointer type in word-size assertion.
5241 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add missing
5242 cases to stifle warnings.
5243
5244 * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to
5245 _IO_file_attach.
5246 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
5247
5248 * include/libc-symbols.h (symbol_set_declare): Revert 2000-06-26 mods.
5249 * include/set-hooks.h (RUN_HOOK): Revert 2000-06-26 mods. Qualify
5250 ptr as __unbouned.
5251
5252 * Makerules (o-objects): Supplement with $(o-objects$o).
5253 * string/Makefile (o-objects.ob): Add variable to pull
5254 unbounded versions of memcpy, memset and memchr into libc_b.
5255
5256 * sysdeps/generic/bp-checks.h: Use unbounded __memchr
5257 rather than non-existent __ubp_memchr.
5258 (CHECK_STRINGopt, CHECK_FCNTL, BOUNDED_N, BOUNDED_1): New macros.
5259 (_CHECK_STRING, _CHECK_N): New macros.
5260 (CHECK_STRING, CHECK_N, CHECK_Nopt): Rewrite in terms of _CHECK_*.
5261 (CHECK_IOCTL): Move inside `#if !__ASSEMBLER__'.
5262 * sysdeps/alpha/memchr.S: Change strong name to "__memchr".
5263 Add weak alias "memchr".
5264 * sysdeps/generic/memchr.c: Likewise.
5265 * sysdeps/i386/memchr.S: Likewise.
5266 * sysdeps/ia64/memchr.S: Likewise.
5267 * sysdeps/m68k/memchr.S: Likewise.
5268 * sysdeps/sparc/sparc32/memchr.S: Likewise.
5269 * sysdeps/sparc/sparc64/memchr.S: Likewise.
5270 * sysdeps/vax/memchr.s: Likewise.
5271
5272 * iconv/gconv_trans.c: Add #include <stdlib.h> to get malloc decl.
5273
5274 * elf/dl-runtime.c (fixup): Trampoline passes unbounded pointer.
5275 (profile_fixup): Don't define for __BOUNDED_POINTERS__.
5276 * sysdeps/i386/dl-machine.h: Don't use regparm attribute for
5277 __BOUNDED_POINTERS__.
5278 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Use non-regparm version
5279 for __BOUNDED_POINTERS__.
5280
5281 2000-07-17 Bruno Haible <haible@clisp.cons.org>
5282
5283 * iconv/gconv_open.c (__gconv_open): Initialize the __data
5284 field of struct __gconv_trans_data differently. Don't pass NULL to
5285 trans_init_fct. Simplify list append operation.
5286
5287 2000-07-14 Bruno Haible <haible@clisp.cons.org>
5288
5289 * intl/dcigettext.c (dcigettext): Call plural_eval on all platforms,
5290 not only those having tsearch.
5291
5292 2000-07-17 Ulrich Drepper <drepper@redhat.com>
5293
5294 * locale/langinfo.h: Add placeholder values in enum for removed
5295 LC_CTYPE entries.
5296
5297 2000-07-17 Jakub Jelinek <jakub@redhat.com>
5298
5299 * elf/dl-addr.c (_dl_addr): Keep searching in the _dl_loaded
5300 chain if the PHDR check fails.
5301
5302 2000-07-17 Mark Kettenis <kettenis@gnu.org>
5303
5304 * nss/getent.c (print_hosts): Make sure we always print a space
5305 between numeric addresses and hostnames.
5306
5307 2000-07-17 Wolfram Gloger <wg@malloc.de>
5308
5309 * malloc/malloc.c (chunk_alloc): Use mmap_chunk() only if allowed,
5310 i.e. if n_mmaps_max>0.
5311
5312 2000-07-16 Mark Kettenis <kettenis@gnu.org>
5313
5314 * resolv/netdb.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Adjust
5315 values to remove possible clash with other AI_* constants.
5316 (AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST): Define as
5317 hexadecimal constants to stress the fact they're in fact
5318 bit flags.
5319
5320 2000-07-15 Mark Kettenis <kettenis@gnu.org>
5321
5322 * nss/getXXent_r.c [NEED__RES]: Include <resolv.h>.
5323 (SETFUNC_NAME, ENDFUNC_NAME, REENTRANT_GETNAME): Use res_ninit
5324 instead of res_init.
5325
5326 2000-07-16 Ulrich Drepper <drepper@redhat.com>
5327
5328 * crypt/md5-crypt.c (__md5_crypt_r): Add casts for first
5329 parameters of memset calls to avoid warnings.
5330
5331 2000-07-15 Ulrich Drepper <drepper@redhat.com>
5332
5333 * stdlib/Makefile: Rewrite rules to avoid running isomac unless
5334 necessary.
5335
5336 * sysdeps/unix/sysv/linux/getcwd.c: Correct last patch.
5337 Patch by Greg McGary <greg@mcgary.org>.
5338
5339 * io/Makefile (tests): Add tst-getcwd.
5340 * io/tst-getcwd.c: New file.
5341
5342 * io/Makefile: Rewrite rules to avoid running ftwtest unless necessary.
5343
5344 2000-07-15 Jakub Jelinek <jakub@redhat.com>
5345
5346 * iconv/gconv_open (__gconv_open): Initialize whole __gconv_trans_data
5347 structure.
5348
5349 2000-07-13 Jakub Jelinek <jakub@redhat.com>
5350
5351 * sysdeps/posix/sysconf.c: Undef __sysconf before weak_alias.
5352 * sysdeps/unix/bsd/getpt.c: Undef __getpt before weak_alias.
5353
5354 2000-07-12 H.J. Lu <hjl@gnu.org>
5355
5356 * sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to
5357 GLIBC_2.2.
5358 * sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S.
5359 * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc]
5360 (sysdep-routines): Add clone2.
5361 * sysdeps/unix/sysv/linux/ia64/clone2.S: New.
5362
5363 2000-07-13 Jes Sorensen <jes@linuxcare.com>
5364
5365 * sysdeps/unix/sysv/linux/ia64/clone.S: New file.
5366 * sysdeps/unix/sysv/linux/ia64/fork.c: New file.
5367
5368 2000-06-05 David Mosberger <davidm@hpl.hp.com>
5369
5370 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: New file
5371 based on sysdeps/unix/sysv/linux/bits/siginfo.h.
5372 Change type of si_band from "int" to "long".
5373 (si_imm) [USE_GNU]: Define
5374 (si_isr) [USE_GNU]: Likewise.
5375 (ILL_BREAK) [USE_GNU]: Likewise.
5376 (FPE_DECOVF) [USE_GNU]: Likewise.
5377 (FPE_DECDIV) [USE_GNU]: Likewise.
5378 (FPE_DECERR) [USE_GNU]: Likewise.
5379 (FPE_INVASC) [USE_GNU]: Likewise.
5380 (FPE_INVDEC) [USE_GNU]: Likewise.
5381 (TRAP_BRANCH) [USE_GNU]: Likewise.
5382 (TRAP_HWBKPT) [USE_GNU]: Likewise.
5383
5384 2000-07-06 Jes Sorensen <jes@linuxcare.com>
5385
5386 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
5387 bits/sigcontext as struct mcontext does not depend on it.
5388
5389 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: New file.
5390
5391 2000-07-04 Jes Sorensen <jes@linuxcare.com>
5392
5393 * sysdeps/unix/sysv/linux/ia64/shmctl.c: Removed.
5394
5395 2000-07-04 David Mosberger-Tang <davidm@hpl.hp.com>
5396
5397 * sysdeps/unix/sysv/linux/ia64/bits/msq.h: New file.
5398
5399 2000-06-22 Jes Sorensen <jes@linuxcare.com>
5400
5401 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: New file.
5402
5403 2000-07-15 Ulrich Drepper <drepper@redhat.com>
5404
5405 * intl/Makefile (test-srcs): Add tst-translit.
5406 (tests): Likewise.
5407 Add rules to build and run tst-translit.
5408 * intl/tst-translit.c: New file.
5409 * intl/tst-translit.sh: New file.
5410 * intl/translit.po: New file.
5411
5412 2000-07-14 Ulrich Drepper <drepper@redhat.com>
5413
5414 * iconv/loop.c (STANDARD_ERR_HANDLER): If one of the
5415 transliteration function did its job, continue, don't stop.
5416
5417 * iconvdata/iso646.c: Little optimizations in body for conversion
5418 from UCS4.
5419
5420 2000-07-14 Mark Kettenis <kettenis@gnu.org>
5421
5422 * dlfcn/dlerror.c (free_key_mem): Add cast to silence compiler warning.
5423
5424 2000-07-14 Mark Kettenis <kettenis@gnu.org>
5425
5426 * configure.in: Check for pwd binary.
5427 * config.make.in: Add PWD_P to be subsituted.
5428 * Makerules: Use $(PWD_P) instead of /bin/pwd.
5429
5430 2000-07-14 Ulrich Drepper <drepper@redhat.com>
5431
5432 * iconvdata/Makefile (modules): Add GB18030.
5433 (distribute): Add gb18030.c.
5434 * iconvdata/gconv-modules: Add entries for GB18030 module.
5435 * iconvdata/gb18030.c: New file.
5436 Contributed by Wang ShouHua <shouhuawang@redflag-linux.com>
5437 and Wu Jian.
5438
5439 2000-07-13 Andreas Jaeger <aj@suse.de>
5440
5441 * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last
5442 patch.
5443
5444 * grp/fgetgrent.c (free_mem): Remove if - free (0) is valid.
5445 * inet/getnetgrent.c (free_mem): Likewise.
5446 * misc/mntent.c (free_mem): Likewise.
5447 * nss/getXXbyYY.c (free_mem): Likewise.
5448 * nss/getXXent.c (free_mem): Likewise.
5449 * pwd/fgetpwent.c (free_mem): Likewise.
5450 * shadow/fgetspent.c (free_mem): Likewise.
5451
5452 2000-07-14 Ulrich Drepper <drepper@redhat.com>
5453
5454 * sunrpc/xdr.c (xdr_u_long): Handle reading of unsigned long on
5455 64-bit architecture correctly [PR libc/1794].
5456
5457 2000-07-13 Ulrich Drepper <drepper@redhat.com>
5458
5459 * elf/Versions (ld): Export _dl_out_of_memory for GLIBC_2.2.
5460 * dlfcn/dlerror.c (dlerror): Don't free the error string if it is the
5461 report that we are out of memory.
5462 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
5463 * elf/dl-libc.c (dlerror_run): Likewise.
5464 * elf/dl-open.c (_dl_open): Likewise.
5465 * elf/rtld.c (dl_main): Likewise.
5466 * elf/dl-error.c: Define _dl_out_of_memory.
5467 (_dl_signal_error): Return _dl_out_of_memory if we cannot duplicate
5468 the error string.
5469 * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory.
5470 [PR libc/1813].
5471
5472 * dlfcn/dlerror.c (free_key_mem): Also free error string.
5473
5474 * iconv/loop.c: Fix comment.
5475
5476 * malloc/mtrace.c (tr_freehook): Return immediately if ptr is NULL.
5477
5478 2000-07-13 Andreas Jaeger <aj@suse.de>
5479
5480 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
5481 getcwd (NULL, size) with size > 0.
5482 Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>.
5483
5484 2000-07-13 Andreas Jaeger <aj@suse.de>
5485
5486 * posix/Makefile: Remove build rules for libposix.
5487
5488 2000-07-13 Andreas Schwab <schwab@suse.de>
5489
5490 * sysdeps/generic/glob.c (glob): Fix memory leak.
5491 [SHELL]: Remove reference to undefined variable `files'.
5492 Fixes PR libc/1782.
5493
5494 2000-07-13 Andreas Jaeger <aj@suse.de>
5495
5496 * sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling
5497 functions.
5498
5499 * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Only free
5500 memory if it was allocated.
5501
5502 2000-07-12 Ulrich Drepper <drepper@redhat.com>
5503
5504 * iconv/gconv_db.c (gen_steps): Always initialize __data field of
5505 step.
5506
5507 * iconv/gconv_open.c (__gconv_open): Reapply
5508 2000-07-12 Bruno Haible <haible@clisp.cons.org>
5509
5510 * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
5511
5512 * iconv/gconv_open.c: Undo last two changes for now. They break
5513 everything.
5514
5515 2000-07-12 Andreas Jaeger <aj@suse.de>
5516
5517 * elf/Makefile (SYSCONF-FLAGS): Added to pass sysconfdir to
5518 compiler.
5519 (CFLAGS-cache.c): Added, uses SYSCONF-FLAGS.
5520 (CFLAGS-dl-cache.c): Likewise.
5521 (CFLAGS-ldconfig.c): Added, passes directory locations.
5522
5523 * sysdeps/generic/dl-cache.h (LD_SO_CACHE): Use SYSCONFDIR to
5524 locate cache.
5525 * elf/ldconfig.c (LD_SO_CONF): Likewise.
5526 (main): Use configured LIBDIR and SLIBDIR.
5527
5528 2000-07-11 Jakub Jelinek <jakub@redhat.com>
5529
5530 * math/bits/cmathcalls.h (cimag): Add __THROW.
5531 (creal, conj): Likewise.
5532 * wctype/wctype.h (_ISwbit): Avoid warnings about shifting left
5533 by negative value.
5534
5535 2000-07-12 H.J. Lu <hjl@gnu.org>
5536
5537 * resolv/Versions (libresolv): Add __res_hostalias to GLIBC_2.2
5538 for _nss_dns_gethostbyname2_r in resolv/nss_dns/dns-host.c.
5539
5540 2000-07-12 Ulrich Drepper <drepper@redhat.com>
5541
5542 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Shut gcc up although
5543 it is wrong.
5544
5545 2000-07-12 Bruno Haible <haible@clisp.cons.org>
5546
5547 * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
5548
5549 2000-07-12 Bruno Haible <haible@clisp.cons.org>
5550
5551 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
5552 __modname.
5553
5554 2000-07-12 Bruno Haible <haible@clisp.cons.org>
5555
5556 * iconv/gconv_open.c (__gconv_open): Initialize
5557 result->__steps[cnt].__data.
5558
5559 2000-07-12 Mark Kettenis <kettenis@gnu.org>
5560
5561 * nss/getent.c (services_keys): Pass port number in network byte
5562 order in call to getservbyport.
5563
5564 2000-07-11 Andreas Jaeger <aj@suse.de>
5565
5566 * stdlib/Makefile (test-canon-ARGS): Fix for building in the
5567 source dir.
5568 * intl/Makefile (do-gettext-test): Likewise.
5569 * dirent/Makefile (opendir-tst1-ARGS): Likewise.
5570
5571 2000-07-11 Andreas Schwab <schwab@suse.de>
5572
5573 * Makeconfig (run-program-prefix): New rule.
5574 (built-program-cmd): Use run-program-prefix.
5575
5576 2000-07-12 Ulrich Drepper <drepper@redhat.com>
5577
5578 * locale/langinfo.h: Make CRNCYSTR, RADIXCHAR, THOUSANDS_SEP, YESEXPR,
5579 and NOEXPR unconditionally available.
5580
5581 2000-07-12 Greg McGary <greg@mcgary.org>
5582
5583 * sysdeps/generic/open64.c: Wrap extern symbols in BP_SYM ().
5584 * sysdeps/posix/open64.c: Likewise.
5585 * sysdeps/generic/fegetenv.c: Likewise.
5586 * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
5587 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
5588 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
5589 * sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
5590 * sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
5591 * sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
5592
5593 2000-07-11 Greg McGary <greg@mcgary.org>
5594
5595 * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias):
5596 Add extra level of macro expansion.
5597 [!__ASSEMBLER__ && HAVE_WEAK_SYMBOLS] (weak_alias): nLikewise.
5598 * sysdeps/generic/bp-thunks.h: Ensure `struct timeval' definition
5599 is available at the time `select' prototype is declared.
5600 * sysdeps/unix/make-syscalls.sh: Remove unused variables.
5601 Collect non-versioned weak aliases. Consider only non-versioned
5602 aliases for the user-visible systemcall name. Do checks inline with
5603 call to primitive system call.
5604 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add void cast to
5605 stand-alone bounds checks to suppress unused value warnings.
5606 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
5607
5608 2000-07-10 Mark Kettenis <kettenis@gnu.org>
5609
5610 * sysdeps/mach/hurd/check_fds.c: New file. Implements
5611 file descriptor checking in SUID programs for the Hurd.
5612
5613 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Use
5614 res_hostalias instead of __hostalias for thread-safety.
5615
5616 2000-07-09 Mark Kettenis <kettenis@gnu.org>
5617
5618 * elf/rtld.c (dl_main): Move call to __libc_check_standard_fds...
5619 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): ... to here.
5620
5621 2000-07-10 Ulrich Drepper <drepper@redhat.com>
5622
5623 * include/features.h: Include ISO C99 features if the compiler used
5624 is an ISO C99 compiler.
5625 Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
5626
5627 2000-07-08 Mark Kettenis <kettenis@gnu.org>
5628
5629 * iconv/gconv_conf.c: Include <bits/libc-lock.h>.
5630
5631 2000-07-10 Andreas Jaeger <aj@suse.de>
5632
5633 * sysdeps/unix/sysv/linux/i386/sigaction.c: Make alias weak since
5634 it's overridden by libpthreads.
5635 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5636 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5637 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5638 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5639 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5640
5641 * malloc/Makefile: Run tst-mtrace only with shared libs.
5642
5643 * stdio-common/Makefile: Run unbputc and tst-printf tests only
5644 with shared libs.
5645
5646 2000-07-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5647
5648 * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Verify
5649 that gpreg really points to the GOT section of the calling object.
5650 Scan all PT_LOAD segments of objects for stub_pc, instead of only
5651 checking a start address of first one.
5652 Fix typos.
5653 * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_link_map):
5654 Likewise.
5655
5656 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Fix a typo.
5657
5658 2000-07-10 Andreas Jaeger <aj@suse.de>
5659
5660 * sysdeps/unix/sysv/linux/sigaction.c: Fix typo
5661 (string_alias->strong_alias).
5662
5663 2000-07-08 Mark Kettenis <kettenis@gnu.org>
5664
5665 * hurd/hurd/fd.h: Include <cthreads.h> instead of <lock-intern.h>.
5666
5667 2000-07-07 Greg McGary <greg@mcgary.org>
5668
5669 * sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
5670 have no names without leading underscores.
5671
5672 2000-07-07 Ulrich Drepper <drepper@redhat.com>
5673
5674 * iconvdata/sjis.c (from_ucs4_lat1): Fix mappng of U005C and
5675 U007E.
5676
5677 * stdio-common/Makefile (tests): Remove tst-printf here...
5678 (tests-srcs): ...and add it here.
5679 (distribute): Add tst-unbputc.sh and tst-printf.sh.
5680 Add rules to run tst-printf.sh.
5681 * stdio-common/tst-printf.c: Move code around so that there is really
5682 no further output where it's stated.
5683 * stdio-common/tst-printf.sh: New file.
5684
5685 2000-07-07 Mark Kettenis <kettenis@gnu.org>
5686
5687 * hurd/vpprintf.c [USE_IN_LIBIO]: Include <libioP.h>.
5688 (do_write): Renamed from pwrite.
5689 (vpprintf) [USE_IN_LIBIO]: Adjust for renaming and reshufling of
5690 `struct _IO_cookie_file'.
5691
5692 2000-07-07 Ulrich Drepper <drepper@redhat.com>
5693
5694 * malloc/mtrace.pl: Exit with exit code 1 if any leak was
5695 detected.
5696 * malloc/tst-mtrace.sh: Run mtrace script.
5697
5698 2000-07-07 Greg McGary <greg@mcgary.org>
5699
5700 * posix/regex.c (EXTEND_BUFFER): Compute increment once.
5701 Move all three components of a bounded pointer.
5702
5703 2000-07-07 Ulrich Drepper <drepper@redhat.com>
5704
5705 * locale/programs/locale.c (write_locales): Don't simply add all
5706 directories found in the subdir, test whether at least the
5707 LC_CTYPE file is in there.
5708
5709 2000-07-06 Ulrich Drepper <drepper@redhat.com>
5710
5711 * iconvdata/euc-jp.c: Map characters in C1 area to itself.
5712 * iconvdata/euc-kr.c: Likewise.
5713
5714 * stdio-common/vfprintf.c (process_string_arg): Check result of
5715 wcrtomb call and bail out if it failed.
5716
5717 * malloc/Makefile (test-srcs): Add tst-mtrace.
5718 (distribute): Add tst-mtrace.sh.
5719 Add rule to run tst-mtrace.sh.
5720 * malloc/tst-mtrace.c: New file.
5721 * malloc/tst-mtrace.sh: New file.
5722
5723 * include/signal.h: Declare __libc_sigaction.
5724 * sysdeps/unix/sysv/linux/Versions: Export __libc_sigaction.
5725 * sysdeps/unix/sysv/linux/sigaction.c: Add __libc_sigaction alias.
5726 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5727 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5728 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5729 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5730 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5731
5732 * configure.in: Fix CFLAGS-memprofstat.c definition after
5733 2000-06-19 change.
5734 Patch by Bradford W. Johnson <bradford@math.umn.edu>.
5735
5736 2000-07-06 Jakub Jelinek <jakub@redhat.com>
5737
5738 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Pass 0
5739 instead of NULL to elf_machine_fixup_plt t argument.
5740 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
5741 * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c (__mmap64): Add
5742 cast.
5743
5744 2000-07-06 Andreas Jaeger <aj@suse.de>
5745
5746 * crypt/Makefile (LDLIBS-cert): Removed.
5747 (LDLIBS-md5c-test): Removed.
5748 ($(objpfx)cert): Renamed from cert.out to fix dependencies.
5749 ($(objpfx)md5c-test): Likewise for md5c-test.out.
5750
5751 2000-07-06 Andreas Jaeger <aj@suse.de>
5752
5753 * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): The type
5754 of the proc system is "proc".
5755
5756 * sysdeps/generic/libc-start.c (__libc_start_main): Initialize
5757 thread library for static programs.
5758
5759 2000-07-06 Greg McGary <greg@mcgary.org>
5760
5761 * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt):
5762 New macros.
5763 * sysdeps/generic/strcpy.c: Add bounds checks.
5764 * sysdeps/unix/fxstat.c: Likewise.
5765 * sysdeps/unix/xstat.c: Likewise.
5766 * sysdeps/unix/common/lxstat.c: Likewise.
5767 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
5768 * sysdeps/unix/sysv/linux/execve.c: Likewise.
5769 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
5770 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
5771 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5772 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
5773 * sysdeps/unix/sysv/linux/llseek.c: Likewise.
5774 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5775 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5776 * sysdeps/unix/sysv/linux/poll.c: Likewise.
5777 * sysdeps/unix/sysv/linux/pread.c: Likewise.
5778 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5779 * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
5780 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5781 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5782 * sysdeps/unix/sysv/linux/readv.c: Likewise.
5783 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
5784 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
5785 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
5786 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
5787 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
5788 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
5789 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5790 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
5791 * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
5792 * sysdeps/unix/sysv/linux/ustat.c: Likewise.
5793 * sysdeps/unix/sysv/linux/writev.c: Likewise.
5794 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
5795 * sysdeps/unix/sysv/linux/xstat.c: Likewise.
5796 * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
5797 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5798 * sysdeps/unix/sysv/linux/i386/brk.c: Likewise.
5799 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
5800 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5801 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5802 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5803 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5804 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
5805 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5806 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5807 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
5808 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
5809 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5810 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
5811 * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
5812 * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5813 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5814 * sysdeps/unix/sysv/linux/ia64/sigpending.c: Likewise.
5815 * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
5816 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: Likewise.
5817 * sysdeps/unix/sysv/linux/ia64/xstat.c: Likewise.
5818 * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
5819 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5820 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5821 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5822 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5823 * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
5824 * sysdeps/unix/sysv/linux/mips/ustat.c: Likewise.
5825 * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
5826 * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: Likewise.
5827 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5828 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
5829 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
5830 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Likewise.
5831
5832 * string/endian.h (__LONG_LONG_PAIR): New macro.
5833 * sysdeps/unix/sysv/linux/ftruncate64.c: Use it.
5834 * sysdeps/unix/sysv/linux/pread.c: Likewise.
5835 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5836 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5837 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
5838 * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
5839 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
5840 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5841 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5842 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5843 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5844 * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
5845
5846 * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
5847
5848 2000-07-06 Andreas Jaeger <aj@suse.de>
5849
5850 * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
5851 Initialize result.
5852
5853 * math/test-fpucw.c: Include <stdio.h> for printf.
5854
5855 2000-07-05 Greg McGary <greg@mcgary.org>
5856
5857 * sysdeps/generic/bp-checks.h: New file.
5858 * sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
5859 with list of #include files.
5860 * sysdeps/unix/make-syscalls.sh: Handle new arg signature
5861 keyletters a, b, B, f, n, N, P, v, V. Fixup some indentation.
5862 Don't generate BP thunk if `V' appears in signature.
5863 Generate thunks with complete bounds checks.
5864 * sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
5865 * sysdeps/unix/inet/syscalls.list: Likewise.
5866 * sysdeps/unix/mman/syscalls.list: Likewise.
5867 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5868 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5869 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5870 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
5871
5872 2000-07-05 Ulrich Drepper <drepper@redhat.com>
5873
5874 * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Cache
5875 result. Search first in /etc/mtab (proc/mounts would be stupid).
5876 If mount not in the file fall back on /proc.
5877
5878 * crypt/md5-crypt.c (__md5_crypt_r): Clear arrays the key and salt
5879 string got copied in.
5880 Patch by Solar Designer <solar@false.com>.
5881
5882 2000-07-05 Andreas Jaeger <aj@suse.de>
5883
5884 * manual/install.texi (Installation): Update information about
5885 add-ons.
5886 (Configuring and compiling): Update for glibc 2.2.
5887
5888 2000-07-04 Andreas Jaeger <aj@suse.de>
5889
5890 * sysdeps/i386/fpu_control.h (_FPU_DEFAULT): Correct value.
5891 (_FPU_IEEE): Likewise.
5892
5893 * math/Makefile (tests): Add test-fpucw.
5894
5895 * math/test-fpucw.c (main): New file.
5896
5897 2000-07-05 Ulrich Drepper <drepper@redhat.com>
5898
5899 * locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning.
5900
5901 * locale/programs/ld-collate.c (collate_output): Also write out the
5902 collation sequence values and the wide character string for the
5903 collation symbol table.
5904
5905 * posix/fnmatch.c: Include "../locale/elem-hash.h".
5906 * posix/fnmatch_loop.c: Implement collating symbol handling.
5907 * posix/tst-fnmatch.input: Add more tests, especially for collating
5908 symbol handling.
5909
5910 * posix/regex.c: Fix comment.
5911
5912 2000-07-05 Andreas Jaeger <aj@suse.de>
5913
5914 * sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
5915 (_FPU_GETCW): Remove extra colon.
5916 Patch by Ralf Baechle <ralf@uni-koblenz.de>.
5917
5918 * posix/fnmatch_loop.c (FCT): Only declare len if
5919 !WIDE_CHAR_VERSION to silence GCC.
5920
5921 * sysdeps/generic/rawmemchr.c: Include <stdlib.h> for abort
5922 prototype.
5923 * sysdeps/generic/strchrnul.c: Likewise.
5924 * sysdeps/generic/strlen.c: Likewise.
5925 * sysdeps/generic/strchr.c: Likewise.
5926 * sysdeps/generic/memchr.c: Likewise.
5927
5928 2000-07-04 Ulrich Drepper <drepper@redhat.com>
5929
5930 * posix/fnmatch_loop.c: Implement equivalence class handling.
5931 * posix/tst-fnmatch.input: Add tests for equivalence class
5932 handling.
5933
5934 * posix/fnmatch_loop.c: Improve performance for single-byte
5935 character sets by not using btowc.
5936
5937 * posix/tst-fnmatch.input: Add tests for locale dependent
5938 behaviour.
5939 * posix/tst-fnmatch.c (main): Also set LC_CTYPE category.
5940
5941 * posix/tst-fnmatch.input: Add more test cases.
5942
5943 * crypt/md5-crypt.c (__md5_crypt_r): If buffers for key and salt
5944 are not aligned to alignof(md5_uint32) do it before calling
5945 __md5_process_bytes.
5946 * crypt/md5.c: Make sure buffers are aligned.
5947 * crypt/md5.h: Likewise.
5948 Reported by Solar Designer <solar@false.com>.
5949
5950 * crypt/Makefile: Add dependencies for test programs.
5951
5952 * Rules: Define LC_ALL=C in environments of all programs we run.
5953
5954 * intl/tst-gettext.sh (LC_ALL): Define to C and export.
5955
5956 2000-07-03 H.J. Lu <hjl@gnu.org>
5957
5958 * locale/programs/ld-ctype.c (ctype_output): The size of iov
5959 is 2 + elem + offset, not 2 + elem + offset + 2.
5960
5961 2000-07-04 Ulrich Drepper <drepper@redhat.com>
5962
5963 * posix/fnmatch_loop.c: Fix two problems uncovered by the new test
5964 suite.
5965 * posix/Makefile (tests): Add tst-fnmatch.
5966 (tst-fnmatch-ENV): Define.
5967 * posix/tst-fnmatch.c: New file.
5968 * posix/tst-fnmatch.sh: New file.
5969
5970 2000-07-04 NIIBE Yutaka <gniibe@chroot.org>
5971
5972 * locale/programs/charmap.c (charmap_read): Prepend
5973 the condition filename == NULL.
5974
5975 2000-07-03 Greg McGary <greg@mcgary.org>
5976
5977 * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
5978
5979 * csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
5980 ($(objpfx)b$(start-installed-name)): Add non-elf rule.
5981
5982 * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
5983 * libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
5984 (FILEBUF_LITERAL): Add cast for CHAIN init.
5985 * libio/genops.c (_IO_un_link, _IO_link_in, _IO_iter_begin): Add casts.
5986 (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
5987 Revert type of `fp' to _IO_FILE*.
5988 (_IO_iter_file): Remove cast.
5989 (_IO_iter_next): Elide intermediate member reference.
5990
5991 * sysdeps/powerpc/strchr.S: Check bounds.
5992 Wrap extern symbols in BP_SYM ().
5993
5994 2000-07-03 Andreas Jaeger <aj@suse.de>
5995
5996 * dlfcn/Makefile (generated): New.
5997
5998 2000-07-03 Ulrich Drepper <drepper@redhat.com>
5999
6000 * libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
6001 (__uflow): Likewise.
6002 (__underflow): Likewise.
6003 * libio/wgenops.c (__wunderflow): Likewise.
6004 * stdio-common/tst-unbputc.c: New file.
6005 * stdio-common/tst-unbputc.sh: New file.
6006 * stdio-common/Makefile: Add rules to build and run tst-unbputc.
6007
6008 * po/en_GB.po: New file.
6009 Contributed by Robert Brady <rwb197@ecs.soton.ac.uk>.
6010
6011 2000-07-01 Andreas Jaeger <aj@suse.de>
6012
6013 * intl/Makefile (generated-dirs): New.
6014
6015 * elf/Makefile (generated): trusted-dirs.h is always generated,
6016 move out of build-shared condition.
6017 (generated): Merge the two entries for build-shared.
6018
6019 2000-07-01 Ulrich Drepper <drepper@redhat.com>
6020
6021 * debug/Makefile (distribute): Add xtrace.sh.
6022
6023 2000-06-30 Ulrich Drepper <drepper@redhat.com>
6024
6025 * version.h (VERSION): Bump to 2.1.91.
6026
6027 * configure.in: Update warning comment. glibc should not be
6028 broken anymore.
6029
6030 * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content. Add
6031 ioperm.c, sys/procfs.h, and sys/io.h.
6032
6033 * sysdeps/powerpc/Dist: Add bp-asm.h.
6034
6035 * assert/Depend: Add localedata.
6036 * assert/Makefile (test-assert-ENV): New. Define LANGUAGE=C.
6037 (test-assert-perr-ENV): New. Define LANGUAGE=C.
6038
6039 * sysdeps/alpha/dl-machine.h (elf_machine_rela) [r_type ==
6040 R_ALPHA_REFQUAD]: Use memcpy to load and store value from
6041 relocation address to prevent unaligned trap.
6042 Suggested by Richard Henderson <rth@cygnus.com>.
6043
6044 2000-06-30 Jakub Jelinek <jakub@redhat.com>
6045
6046 * io/sys/stat.h (stat64, lstat64, fstat64): Don't define inlines
6047 if redirecting and either redirection is done using defines or
6048 not optimizing.
6049
6050 2000-06-30 Ulrich Drepper <drepper@redhat.com>
6051
6052 * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
6053 generated expressions.
6054 Patch by Darren McClelland <dmcclell@zetec.com>.
6055
6056 * timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
6057 since zic uses setlocale and gettext but we cannot make it use the
6058 new locale data since zic calls a shell which might not use the
6059 new libc.
6060
6061 * stdlib/strfmon.c: Move somewhat closer to the standard wrt to
6062 handling the internation currency symbol. POSIX says that the
6063 fourth character is used to separate the currency symbol from the
6064 value. Therefore it does not have to be printed. But we cannot
6065 remove the space if the currency symbol is printed before the
6066 number since this is what many locales expect.
6067
6068 * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN
6069 whether this information is available.
6070
6071 * intl/dcigettext.c (_nl_find_msg): Correct reallocation of
6072 buffers in case the translation is too large. Remember allocated
6073 memory blocks in a list.
6074 (free_mem): Free memory for translations.
6075
6076 * intl/tst-gettext.c: Use correct locale. Improve error messages.
6077
6078 * locale/programs/ld-ctype.c (ctype_output): If no default_missing
6079 information is available set the string length to zero.
6080
6081 * sysdeps/i386/i686/strcmp.S: Little optimization in non-BP case.
6082
6083 2000-06-30 Greg McGary <greg@mcgary.org>
6084
6085 * sysdeps/powerpc/bp-asm.h: New file.
6086 * sysdeps/powerpc/__longjmp.S: Check bounds.
6087 Wrap extern symbols in BP_SYM ().
6088 * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
6089 * sysdeps/powerpc/bsd-setjmp.S: Likewise.
6090 * sysdeps/powerpc/setjmp.S: Likewise.
6091 * sysdeps/powerpc/add_n.S: Likewise.
6092 * sysdeps/powerpc/addmul_1.S: Likewise.
6093 * sysdeps/powerpc/lshift.S: Likewise.
6094 * sysdeps/powerpc/rshift.S: Likewise.
6095 * sysdeps/powerpc/mul_1.S: Likewise.
6096 * sysdeps/powerpc/sub_n.S: Likewise.
6097 * sysdeps/powerpc/submul_1.S: Likewise.
6098 * sysdeps/powerpc/strlen.S: Likewise.
6099 * sysdeps/powerpc/memset.S: Likewise.
6100 * sysdeps/powerpc/stpcpy.S: Likewise.
6101 * sysdeps/powerpc/strcmp.S: Likewise.
6102 * sysdeps/powerpc/strcpy.S: Likewise.
6103 * sysdeps/powerpc/elf/bzero.S: Likewise.
6104
6105 * sysdeps/powerpc/stpcpy.S: Define & use symbolic register names.
6106 Line up operands column with tabs.
6107
6108 2000-06-30 Ulrich Drepper <drepper@redhat.com>
6109
6110 * elf/Makefile (LDFLAGS-origtest): Actually add it.
6111
6112 * sysdeps/ia64/htonl.S: New file.
6113 * sysdeps/ia64/htons.S: New file.
6114 * sysdeps/ia64/memcpy.S: Replace with version which does not use
6115 floating point registers.
6116 Patches by Dan Pop <Dan.Pop@cern.ch>.
6117
6118 2000-06-30 Andreas Jaeger <aj@suse.de>
6119
6120 * posix/Makefile (tests): tst-exec and tst-spawn only work with
6121 shared libraries.
6122
6123 * io/Makefile (CFLAGS-test-lfs.c): New.
6124 (tests): Add test-lfs.
6125
6126 * io/test-lfs.c: New file.
6127
6128 2000-06-30 Jakub Jelinek <jakub@redhat.com>
6129
6130 * sysdeps/i386/bits/string.h (strcmp): Use 8bit register in 8bit
6131 instruction.
6132
6133 2000-06-29 David Mosberger-Tang <davidm@hpl.hp.com>
6134
6135 * sysdeps/unix/sysv/linux/ia64/ioperm.c: New file.
6136
6137 2000-06-29 Jes Sorensen <jes@linuxcare.com>
6138
6139 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __fstatfs64
6140 alias to the fstatfs call.
6141
6142 * sysdeps/unix/sysv/linux/ia64/getrlimit64.c: New file.
6143 * sysdeps/unix/sysv/linux/ia64/setrlimit64.c: New file.
6144
6145 * sysdeps/unix/sysv/linux/ia64/ftruncate64.c: New file.
6146 * sysdeps/unix/sysv/linux/ia64/truncate64.c: New file.
6147
6148 * sysdeps/unix/sysv/linux/ia64/readdir.c: New file.
6149 * sysdeps/unix/sysv/linux/ia64/readdir_r.c: New file.
6150 * sysdeps/unix/sysv/linux/ia64/readdir64.c: New file.
6151 * sysdeps/unix/sysv/linux/ia64/readdir64_r.c: New file.
6152
6153 * sysdeps/unix/sysv/linux/ia64/glob.c: New file.
6154 * sysdeps/unix/sysv/linux/ia64/glob64.c: New file.
6155
6156 * sysdeps/unix/sysv/linux/ia64/fstatfs64.c: New file.
6157 * sysdeps/unix/sysv/linux/ia64/statfs64.c: New file.
6158
6159 * sysdeps/unix/sysv/linux/ia64/pread64.c: New file.
6160 * sysdeps/unix/sysv/linux/ia64/pwrite64.c: New file.
6161
6162 * sysdeps/unix/sysv/linux/ia64/shmctl.c: New file.
6163
6164 2000-06-29 Andreas Jaeger <aj@suse.de>
6165
6166 * sunrpc/rpc_svcout.c (write_msg_out): Always use format string
6167 with syslog.
6168 (print_err_message): Likewise.
6169 Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
6170
6171 2000-06-29 Ulrich Drepper <drepper@redhat.com>
6172
6173 * locale/loadlocale.c (_nl_load_locale): Make sure all locale data
6174 used as words is properly aligned.
6175
6176 * locale/programs/ld-ctype.c (ctype_output): Don't generate unaligned
6177 data files.
6178
6179 2000-06-29 Greg McGary <greg@mcgary.org>
6180
6181 * sysdeps/generic/libc-start.c (__libc_stack_end): Chop __unbounded.
6182 * sysdeps/unix/make-syscalls.sh: Handle signatures of
6183 length 7..9, just in case...
6184 * misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP.
6185
6186 * sysdeps/i386/bp-asm.h (PCOFF): New constant.
6187 (POP_ERRNO_LOCATION_RETURN): Fold insns.
6188 * sysdeps/i386/bits/setjmp.h (JB_SIZE): New constant.
6189 (PUSH_SIGNAL_MASK): New macro.
6190 * sysdeps/i386/__longjmp.S (__longjmp): Wrap symbol in BP_SYM ().
6191 LEAVE is unnecessary. Check bounds of jmp_buf.
6192 * sysdeps/i386/elf/setjmp.S: Call PUSH_SIGNAL_MASK. Wrap symbols
6193 in BP_SYM (). Check bounds of jmp_buf. Don't call LEAVE until
6194 immediately before tail-call.
6195 * sysdeps/i386/setjmp.S: Likewise.
6196 * sysdeps/i386/bsd-_setjmp.S: Likewise.
6197 * sysdeps/i386/bsd-setjmp.S: Likewise.
6198
6199 2000-06-29 Jakub Jelinek <jakub@redhat.com>
6200
6201 * sysdeps/sparc/fpu/fclrexcpt.c: Use SHLIB_COMPAT, compat_symbol and
6202 versioned_symbol.
6203 * sysdeps/sparc/fpu/fesetenv.c: Likewise.
6204 * sysdeps/sparc/fpu/feupdateenv.c: Likewise.
6205 * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
6206 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
6207 * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
6208 * sysdeps/sparc/fpu/fegetenv.c: Likewise.
6209 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: New file.
6210 * shlib-versions: Make sparc64 GLIBC_2.2+ only.
6211
6212 2000-06-29 Ulrich Drepper <drepper@redhat.com>
6213
6214 * stdio-common/printf_fp.c (__printf_fp): Don't clobber pointer which
6215 we later need to calling free().
6216 Patch by Matt Wilson <msw@redhat.com>.
6217
6218 * stdio-common/tst-printf.c: Add test for above problem.
6219
6220 2000-06-27 David Mosberger-Tang <davidm@hpl.hp.com>
6221
6222 * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: New file.
6223 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: New file.
6224
6225 2000-06-28 Jes Sorensen <jes@linuxcare.com>
6226
6227 * sysdeps/ieee754/dbl-64/s_exp2.c: Add include stdlib.h to get
6228 prototype for abs().
6229 * sysdeps/ieee754/flt-32/s_exp2f.c: Likewise.
6230
6231 2000-06-23 Andreas Jaeger <aj@suse.de>
6232
6233 * config.h.in: Don't use regparm with bounded pointers.
6234
6235 2000-06-29 Ulrich Drepper <drepper@redhat.com>
6236
6237 * stdlib/grouping.h: Correctly handle multibyte thousands
6238 separator and decimal point.
6239 * stdlib/stdtod.c: Likewise.
6240 * sysdeps/generic/strtol.c: Likewise.
6241
6242 * locale/categories.def: Add entries for wide character decimal point
6243 and thousands separator in numeric and monetary category.
6244
6245 2000-06-28 Ulrich Drepper <drepper@redhat.com>
6246
6247 * stdio-common/printf_fp.c (__printf_fp): Remove unnecessary
6248 second definition and initialization of decimal.
6249
6250 2000-06-28 Greg McGary <greg@mcgary.org>
6251
6252 * libio/libio.h (struct _IO_cookie_file): Move struct type defintion
6253 out.
6254 (_IO_FILE): Declare chain as (struct _IO_FILE_plus *).
6255 * libio/libioP.h (struct _IO_cookie_file): Move struct type defintion
6256 in.
6257 (_IO_JUMPS): Don't cast THIS--expect arg to be a
6258 (struct _IO_FILE_plus *).
6259 (_IO_JUMPS_FUNC): Express in terms of _IO_JUMPS, and add cast to
6260 THIS, since _IO_JUMPS no longer does it implicitly.
6261 (_IO_file_init, _IO_old_file_init, _IO_new_file_init): Declare
6262 arg type as (struct _IO_FILE_plus *).
6263 (_IO_str_init_static, _IO_str_init_readonly): Declare 1st
6264 arg as (_IO_strfile *).
6265 * libio/strops.c (_IO_str_init_static, _IO_str_init_readonly):
6266 Declare 1st arg as (_IO_strfile *).
6267 * libio/fileops.c (_IO_new_file_init): Declare
6268 arg type as (struct _IO_FILE_plus *).
6269 * libio/oldfileops.c (_IO_old_file_init): Likewise.
6270 * libio/genops.c (_IO_link_in, _IO_un_link): Likewise.
6271 (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
6272 Declare iteration pointer as (struct _IO_FILE_plus *).
6273 (_IO_iter_next, _IO_iter_file): _IO_ITER is now
6274 (struct _IO_FILE_plus *).
6275 * libio/stdfiles.c (_IO_list_all): Declare as (struct _IO_FILE_plus *).
6276 * libio/oldstdfiles.c (_IO_list_all): Likewise.
6277 (_IO_check_libio): Set user-visible handles to
6278 (struct _IO_FILE_plus *).
6279 * libio/stdio.c (stdin, stdout, stderr): Set user-visible handles
6280 to (struct _IO_FILE_plus *).
6281
6282 * libio/iofdopen.c (_IO_new_fdopen): Pass FILE handle pointer
6283 whose high bound includes vtable to all functions that will use
6284 vtable. For streambufs, pass pointer whose bounds include struct
6285 _IO_strfile.
6286 * libio/wgenops.c (_IO_wdefault_finish): Likewise.
6287 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
6288 * libio/iofopen.c (_IO_new_fopen): Likewise.
6289 * libio/oldiofopen.c (_IO_old_fopen): Likewise.
6290 * libio/iofopen64.c (_IO_fopen64): Likewise.
6291 * libio/iopopen.c (_IO_new_popen): Likewise.
6292 * libio/oldiopopen.c (_IO_old_popen): Likewise.
6293 * libio/memstream.c (open_memstream): Likewise.
6294 * libio/iovsscanf.c (_IO_vsscanf): Likewise.
6295 * libio/iovsprintf.c (_IO_vsprintf): Likewise.
6296 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
6297 * libio/iofopncook.c (_IO_cookie_init): Likewise.
6298 * libio/obprintf.c (_IO_obstack_vprintf): Likewise.
6299 * libio/vasprintf.c (_IO_vasprintf): Likewise.
6300 * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
6301 * libio/stdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
6302 * libio/oldstdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
6303 * stdlib/strfmon.c (__strfmon_l): Likewise.
6304 * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
6305 (vfprintf): Qualify computed-goto targets as unbounded.
6306
6307 2000-06-28 Ulrich Drepper <drepper@redhat.com>
6308
6309 * stdio-common/vfscanf.c: Finally handle multibyte decimal point and
6310 thousands separator correctly.
6311
6312 * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF.
6313 * stdio-common/vfwscanf.c: Likewise.
6314
6315 2000-06-27 Jes Sorensen <jes@linuxcare.com>
6316
6317 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change argument
6318 count into signatures for most calls.
6319
6320 2000-06-28 Ulrich Drepper <drepper@redhat.com>
6321
6322 * sysdeps/unix/sysv/linux/ia64/getsysstats.c: Removed. We can use
6323 the generic parser now.
6324
6325 2000-06-28 Jes Sorensen <jes@linuxcare.com>
6326
6327 * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted. Hash
6328 table entries are 32 bit on the ia64 (as specified by the ABI),
6329 not 64 bit as on the Alpha.
6330
6331 * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark
6332 change of objects to use 32 bit hash table indices (see above).
6333
6334 2000-06-28 Jes Sorensen <jes@linuxcare.com>
6335
6336 * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get
6337 prototype for abs().
6338
6339 2000-06-28 Wolfram Gloger <wg@malloc.de>
6340
6341 * malloc/malloc.c (chunk_alloc): If extension of the linear heap
6342 fails, try mmap_chunk() as a last resort even though n_mmaps_max
6343 may have been reached.
6344
6345 2000-06-28 Ulrich Drepper <drepper@redhat.com>
6346
6347 * locale/programs/ld-collate.c (insert_weights): Handle <Uxxxx>
6348 symbols in multi-character weights correctly.
6349
6350 * wcsmbs/mbrtowc.c: Set flush to 1 for conversion function calls
6351 depending on whether the input string is empty or not.
6352
6353 * wcsmbs/mbrtowc.c: Calling function without input means clearing the
6354 given state and not avoiding this by modifying a local object.
6355 * wcsmbs/wcrtomb.c: Likewise.
6356
6357 * iconv/skeleton.c: If no EMIT_SHIFT_TO_INIT is defined clear state
6358 object since some incomplete characters might be in there.
6359
6360 * iconvdata/euc-jp.c: In conversion to UCS4, handling invalid
6361 sequences with first byte 0x8e correctly.
6362
6363 * iconvdata/jis0208.h: Remove redundant test.
6364
6365 2000-06-27 Ulrich Drepper <drepper@redhat.com>
6366
6367 * sysdeps/generic/initfini.c (SECTION): Remove trailing semicolon.
6368 Add it where it is needed now.
6369
6370 * locale/programs/ld-ctype.c (ctype_finish): Take all characters from
6371 the input charset into account when generating the hash table.
6372 (allocate_arrays): Correct setting default width. Not all empty slots
6373 in the table are filled, only those not covert explicitly by the
6374 locale description and in the charset.
6375
6376 * wctype/towctrans.c (__towctrans): Be graceful and accept error
6377 return values from the wctrans function.
6378
6379 * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for
6380 wide character version.
6381 For %C handling, test correct pointer variable for NULL.
6382
6383 * wcsmbs/wctob.c: Handle WEOF special.
6384
6385 * wcsmbs/wcwidth.h: 0xff in width array means invalid character.
6386
6387 * wctype/wctype.h: Protect gcc-isms with __extension__. Avoid
6388 always-true test to avoid warning.
6389
6390 2000-06-27 Greg McGary <greg@mcgary.org>
6391
6392 * elf/dl-open.c (_dl_sysdep_start): Wrap weak_extern decl in BP_SYM ().
6393 * include/libc-symbols.h (weak_extern): Add extra level of expansion.
6394 (symbol_version, default_symbol_version): Factor redundant
6395 definitions out of conditional.
6396
6397 2000-06-27 Jakub Jelinek <jakub@redhat.com>
6398
6399 * libio/obprintf.c (_IO_obstack_vprintf): Call obstack_make_room,
6400 not obstack_blank.
6401
6402 2000-06-26 Ulrich Drepper <drepper@redhat.com>
6403
6404 * include/libc-symbols.h (symbol_version): Add extra level of
6405 macro expansion.
6406 (default_symbol_version): Likewise.
6407
6408 2000-06-26 Greg McGary <greg@mcgary.org>
6409
6410 * sysdeps/unix/i386/sysdep.S (syscall_error): Push & pop space
6411 for BP return value & push implicit struct-return pointer to
6412 __errno_location.
6413 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6414 (SYSCALL_ERROR_HANDLER): Likewise.
6415 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
6416 (SYSCALL_ERROR_HANDLER): Likewise.
6417
6418 * Makeconfig: Add missing comment.
6419 * csu/Makefile (extra-objs, omit-deps, install-lib): Add
6420 BP-flavored startup object.
6421 ($(objpfx)b$(start-installed-name)): New rule.
6422 * include/libc-symbols.h (symbol_set_declare): Change type
6423 of `__start_##set' and `__stop_##set' to pointer-to-function.
6424 (symbol_set_declare): Change type of `set' to array of
6425 pointer-to-function.
6426 * include/set-hooks.h (RUN_HOOK): Change type of `ptr' to
6427 pointer-to-function.
6428
6429 * string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
6430
6431 * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures.
6432 Remove clock_* and timer_* entries.
6433 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace
6434 arg-count with signatures.
6435
6436 * sysdeps/i386/add_n.S: Wrap entry-point symbol in BP_SYM ().
6437 Check bounds of arguments.
6438 * sysdeps/i386/addmul_1.S: Likewise.
6439 * sysdeps/i386/lshift.S: Likewise.
6440 * sysdeps/i386/mul_1.S: Likewise.
6441 * sysdeps/i386/rshift.S: Likewise.
6442 * sysdeps/i386/sub_n.S: Likewise.
6443 * sysdeps/i386/submul_1.S: Likewise.
6444 * sysdeps/i386/i586/add_n.S: Likewise.
6445 * sysdeps/i386/i586/addmul_1.S: Likewise.
6446 * sysdeps/i386/i586/lshift.S: Likewise.
6447 * sysdeps/i386/i586/rshift.S: Likewise.
6448 * sysdeps/i386/i586/sub_n.S: Likewise.
6449 * sysdeps/i386/i686/add_n.S: Likewise.
6450
6451 * sysdeps/i386/memchr.S: Likewise.
6452 * sysdeps/i386/memcmp.S: Likewise.
6453 * sysdeps/i386/rawmemchr.S: Likewise.
6454 * sysdeps/i386/i586/bzero.S: Likewise.
6455 * sysdeps/i386/i586/memcpy.S: Likewise.
6456 * sysdeps/i386/i586/mempcpy.S: Likewise.
6457 * sysdeps/i386/i586/memset.S: Likewise.
6458 * sysdeps/i386/i686/bzero.S: Likewise.
6459 * sysdeps/i386/i686/memcpy.S: Likewise.
6460 * sysdeps/i386/i686/mempcpy.S: Likewise.
6461 * sysdeps/i386/i686/memset.S: Likewise.
6462
6463 * sysdeps/i386/stpcpy.S: Likewise.
6464 * sysdeps/i386/stpncpy.S: Likewise.
6465 * sysdeps/i386/strchr.S: Likewise.
6466 * sysdeps/i386/strchrnul.S: Likewise.
6467 * sysdeps/i386/strcspn.S: Likewise.
6468 * sysdeps/i386/strpbrk.S: Likewise.
6469 * sysdeps/i386/strrchr.S: Likewise.
6470 * sysdeps/i386/strspn.S: Likewise.
6471 * sysdeps/i386/strtok.S: Likewise.
6472 * sysdeps/i386/strtok_r.S: Likewise.
6473 * sysdeps/i386/i486/strcat.S: Likewise.
6474 * sysdeps/i386/i486/strlen.S: Likewise.
6475 * sysdeps/i386/i586/strchr.S: Likewise.
6476 * sysdeps/i386/i586/strcpy.S: Likewise.
6477 * sysdeps/i386/i586/strlen.S: Likewise.
6478 * sysdeps/i386/i686/strcmp.S: Likewise.
6479 * sysdeps/i386/i686/strtok.S: Likewise.
6480 * sysdeps/i386/i686/strtok_r.S: Likewise.
6481
6482 * sysdeps/i386/fpu/fegetenv.c: Wrap symbol names with BP_SYM ().
6483 * sysdeps/i386/fpu/fesetenv.c: Likewise.
6484 * sysdeps/i386/fpu/feupdateenv.c: Likewise.
6485 * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
6486 * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
6487
6488 * sysdeps/i386/addmul_1.S: Exchange roles of %ebp and %ebx.
6489 * sysdeps/i386/mul_1.S: Likewise.
6490 * sysdeps/i386/submul_1.S: Likewise.
6491 * sysdeps/i386/i586/add_n.S: Likewise.
6492 * sysdeps/i386/i586/addmul_1.S: Likewise.
6493 * sysdeps/i386/i586/lshift.S: Likewise.
6494 * sysdeps/i386/i586/mul_1.S: Likewise.
6495 * sysdeps/i386/i586/rshift.S: Likewise.
6496 * sysdeps/i386/i586/sub_n.S: Likewise.
6497 * sysdeps/i386/i586/submul_1.S: Likewise.
6498
6499 2000-06-26 Ulrich Drepper <drepper@redhat.com>
6500
6501 * rt/Makefile (librt-routines): Add clock_nanosleep.
6502 * rt/Versions [GLIBC_2.2] (librt): Add clock_nanosleep.
6503 * sysdeps/generic/clock_nanosleep.c: New file.
6504 * sysdeps/unix/clock_nanosleep.c: New file.
6505 * sysdeps/unix/i386/i586/clock_nanosleep.c: New file.
6506 * time/time.h: Declare clock_nanosleep.
6507
6508 2000-06-26 Greg McGary <greg@mcgary.org>
6509
6510 * sysdeps/i386/asm-syntax.h (R, MEM, MEM_DISP, MEM_INDEX,
6511 INSN1, INSN2, TEXT, GLOBL): Remove macros.
6512 (ALIGN): Cleanup surrounding conditionals.
6513
6514 * sysdeps/i386/addmul_1.S: Replace asm-syntax macros with gas syntax.
6515 Call ENTER/LEAVE macros.
6516 * sysdeps/i386/mul_1.S: Replace asm-syntax macros with gas syntax.
6517 * sysdeps/i386/submul_1.S: Likewise.
6518
6519 * sysdeps/i386/i586/addmul_1.S: Replace asm-syntax macros with gas
6520 syntax. Define & use symbolic argument stack offsets. Call
6521 ENTER/LEAVE macros.
6522 * sysdeps/i386/i586/mul_1.S: Likewise.
6523 * sysdeps/i386/i586/submul_1.S: Likewise.
6524
6525 2000-06-25 Greg McGary <greg@mcgary.org>
6526
6527 * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy,
6528 not as bcopy.
6529
6530 2000-06-25 Ulrich Drepper <drepper@redhat.com>
6531
6532 * iconvdata/gen-8bit-gap-1.sh: Update for new charmap format.
6533 * iconvdata/gen-8bit-gap.sh: Likewise.
6534 * iconvdata/gen-8bit.sh: Likewise.
6535
6536 * iconv/gconv_open.c (__gconv_open): Move comment to correct position.
6537
6538 * locale/programs/ld-collate.c (collate_read): Don't actually read
6539 the copy locale if we are ignoring the content.
6540
6541 * locale/programs/ld-address.c (INT_STR_ELEM): Correct test for
6542 unknown character.
6543
6544 * locale/programs/ld-collate.c: Correct handling of different
6545 collation sections.
6546 * locale/programs/localedef.c (add_to_readlist): Take locale pointer
6547 as extra parameter from which to copy category information.
6548 Change all callers.
6549 (load_locale): Likewise.
6550 * locale/programs/localedef.h: Update prototypes of add_to_readlist
6551 and load_locale.
6552 * locale/programs/ld-ctype.c: Update call to add_to_readlist.
6553 * locale/programs/locfile.h: Likewise.
6554 * locale/programs/locfile-kw.gperf: Add entry for script.
6555 * locale/programs/locfile-token.h: Add tok_script.
6556
6557 * locale/programs/locale.c: Update copyright year.
6558 * locale/programs/localedef.c: Likewise.
6559
6560 2000-06-23 Thorsten Kukuk <kukuk@suse.de>
6561
6562 * sunrpc/xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from
6563 Jens Moeller <jens.moeller@waii.com>.
6564
6565 2000-06-24 Ulrich Drepper <drepper@redhat.com>
6566
6567 * locale/programs/ld-name.c (name_finish): Add missing format
6568 specifier to test for name_fmt.
6569
6570 * locale/programs/ld-address.c (iso639): Correct length of string
6571 elements.
6572 (iso3166): Likewise.
6573
6574 * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.
6575
6576 * sysdeps/unix/sysv/linux/i386/sys/user.h (struct user_fpxregs_struct):
6577 Define.
6578
6579 * elf/elf.h (NT_PRFPXREG): Define.
6580
6581 2000-06-23 Ulrich Drepper <drepper@redhat.com>
6582
6583 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Define
6584 PTRACE_GETFPXREGS and PTRACE_SETFPXREGS.
6585
6586 2000-06-23 Andreas Schwab <schwab@suse.de>
6587
6588 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Replace arg-count
6589 with signatures.
6590
6591 2000-06-23 Andreas Jaeger <aj@suse.de>
6592
6593 * iconv/gconv_int.h (norm_add_slashes): Protect suffix expansion.
6594
6595 * io/test-stat.c: Add copyright header, mention Maciej.
6596
6597 * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
6598 SYS_mincore, SYS_madvise): Added.
6599
6600 * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
6601 execve.
6602
6603 2000-06-22 Ulrich Drepper <drepper@redhat.com>
6604
6605 * libio/Makefile (tests): Add tst-getwc and tst_putwc.
6606 (CFLAGS-tst_putwc.c): New definition.
6607 * libio/tst_getwc.c: New file.
6608 * libio/tst_getwc.input: New file.
6609 * libio/tst_putwc.c: New file.
6610
6611 * include/string.h: Add prototype for __strdup.
6612
6613 2000-06-22 Greg McGary <greg@mcgary.org>
6614
6615 * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
6616 * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname):
6617 Fix signatures.
6618
6619 2000-06-23 Jes Sorensen <jes@linuxcare.com>
6620
6621 * sysdeps/ia64/memcpy.S: Disable branch predict instruction.
6622
6623 2000-06-22 Jes Sorensen <jes@linuxcare.com>
6624
6625 * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: New file.
6626
6627 2000-06-22 Jes Sorensen <jes@linuxcare.com>
6628
6629 * shlib-versions: Bump so versions to 6.1 for libc and libm on the
6630 ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
6631
6632 2000-06-22 Ulrich Drepper <drepper@redhat.com>
6633
6634 * io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
6635 * sysdeps/generic/bits/stat.h: Define __S_TYPEISMQ, __S_TYPEISSEM,
6636 and __S_TYPEISSHM.
6637 * sysdeps/mach/hurd/bits/stat.h: Likewise.
6638 * sysdeps/unix/bsd/bits/stat.h: Likewise.
6639 * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
6640 * sysdeps/unix/sysv/bits/stat.h: Likewise.
6641 * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
6642 * sysdeps/unix/sysv/hpux/bits/stat.h: Likewise.
6643 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6644 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6645 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6646 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
6647 * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
6648 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
6649 * sysdeps/unix/sysv/aix/bits/stat.h: Likewise.
6650 * manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and
6651 S_TYPEISSHM.
6652
6653 2000-06-22 Andreas Jaeger <aj@suse.de>
6654
6655 * sysdeps/unix/sysv/linux/mips/syscalls.list: Replace arg-count
6656 with signatures.
6657
6658 * elf/dl-reloc.c (_dl_relocate_object): Fix typos.
6659
6660 * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix sysctl entry.
6661
6662 2000-06-21 Ulrich Drepper <drepper@redhat.com>
6663
6664 * iconv/gconv_trans.c: Move initialization of winbuf and winbufend
6665 ahead.
6666
6667 2000-06-21 Greg McGary <greg@mcgary.org>
6668
6669 * Makerules (elide-routines.*, elide-bp-thunks):
6670 Define unconditionally.
6671
6672 2000-06-21 Jes Sorensen <jes@linuxcare.com>
6673
6674 * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
6675
6676 2000-06-21 Andreas Jaeger <aj@suse.de>
6677
6678 * io/Makefile (tests): Add test-stat.
6679 (CFLAGS-test-stat.c): New.
6680
6681 * io/test-stat.c: New file from Maciej W. Rozycki
6682 <macro@ds2.pg.gda.pl>.
6683
6684 2000-06-21 Jes Sorensen <jes@linuxcare.com>
6685
6686 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Reorder elements
6687 in __rlimit_resource to make them match the kernel order.
6688 rlim_t is always 64 bit, use __rlim64_t to declare it
6689 unconditionally.
6690
6691 2000-05-04 Jes Sorensen <jes@linuxcare.com>
6692
6693 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Undef
6694 RLIM_INFINITY before defining it to avoid clash with kernel header
6695
6696 2000-05-03 Jes Sorensen <jes@linuxcare.com>
6697
6698 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: New file.
6699
6700 2000-06-21 Ulrich Drepper <drepper@redhat.com>
6701
6702 * sysdeps/unix/sysv/linux/ia64/Versions: New file.
6703
6704 2000-06-21 Andreas Jaeger <aj@suse.de>
6705
6706 * stdio-common/temptest.c: Include <stdlib.h>.
6707 * stdio-common/tst-fileno.c: Likewise.
6708 * stdio-common/scanf4.c: Likewise.
6709 * stdio-common/scanf5.c: Likewise.
6710 * time/clocktest.c: Likewise.
6711 * posix/test-vfork.c: Likewise.
6712 * posix/globtest.c: Likewise.
6713 * io/test-utime.c: Likewise.
6714 * wctype/test_wcfuncs.c: Likewise.
6715 * crypt/cert.c: Likewise.
6716
6717 * stdio-common/tst-printfsz.c: Include <string.h>.
6718 * libio/tst_swscanf.c: Likewise.
6719 * libio/tst_wscanf.c: Likewise.
6720 * posix/runtests.c: Likewise.
6721 * posix/tst-getaddrinfo.c: Likewise.
6722 * posix/wordexp-test.c: Likewise.
6723 * misc/tst-efgcvt.c: Likewise.
6724
6725 * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>.
6726 * nss/test-netdb.c: Likewise.
6727
6728 * sysdeps/unix/sysv/linux/configure.in: Add check for minimal
6729 supported kernel for MIPS.
6730
6731 * elf/vismod2.c: Include <stdlib.h> for abort prototype.
6732 * rt/aio_suspend.c: Likewise.
6733
6734 2000-06-20 Ulrich Drepper <drepper@redhat.com>
6735
6736 * math/libm-test.inc: Include <string.h>.
6737
6738 2000-06-20 Jes Sorensen <jes@linuxcare.com>
6739
6740 * sysdeps/unix/sysv/linux/ia64/syscalls.list: New file.
6741
6742 2000-06-20 Jes Sorensen <jes@linuxcare.com>
6743
6744 * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: New file.
6745 * sysdeps/unix/sysv/linux/ia64/profil-counter.h: New file.
6746
6747 2000-06-20 David Mosberger-Tang <davidm@hpl.hp.com>
6748
6749 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: New file.
6750
6751 2000-06-20 Jes Sorensen <jes@linuxcare.com>
6752
6753 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Fix typo.
6754
6755 2000-06-20 Ulrich Drepper <drepper@redhat.com>
6756
6757 * locale/programs/ld-collate.c (insert_value): Now take string and
6758 length instead of struct token* parameter. Adjust use of token.
6759 (handle_ellipsis): Likewise.
6760 (collate_read): Allow <Uxxxx> names and transform them into names
6761 to be passed to insert_value and handle_ellipsis.
6762
6763 * locale/programs/ld-ctype.c (uninames): New array with names of
6764 digits in <Uxxxxxxxx> format.
6765 (ctype_finish): Correct search for space character value. Likewise
6766 for default outdigits values.
6767
6768 2000-06-20 Greg McGary <greg@mcgary.org>
6769
6770 * Makerules (objects): Add BP thunks.
6771
6772 2000-06-20 Ulrich Drepper <drepper@redhat.com>
6773
6774 * locale/programs/charmap.c (parse_charmap): Handle UCS names also
6775 in width definitions.
6776
6777 2000-06-20 Andreas Jaeger <aj@suse.de>
6778
6779 * sysdeps/mips/fpu/libm-test-ulps: New file.
6780
6781 * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Flush fpu pipeline
6782 first.
6783
6784 * sysdeps/mips/fpu/feholdexcpt.c: New file.
6785
6786 * sysdeps/mips/fpu/fraiseexcpt.c: New file.
6787
6788 2000-06-19 Ulrich Drepper <drepper@redhat.com>
6789
6790 * iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for
6791 change in gconv_builtin.h.
6792
6793 * malloc/Makefile: Change all references to memprof into memusage.
6794 * malloc/memprof.c: Rename to...
6795 * malloc/memusage.c: ...this. New file.
6796 * malloc/memprof.sh: Rename to...
6797 * malloc/memusage.sh: ...this. New file.
6798 * malloc/memprofstat.c: Rename to...
6799 * malloc/memusagestat.c: ...this. New file.
6800 * sysdeps/alpha/memprof.h: Rename to..
6801 * sysdeps/alpha/memusage.h: ...this. New file.
6802 * sysdeps/arm/memprof.h: Rename to..
6803 * sysdeps/arm/memusage.h: ...this. New file.
6804 * sysdeps/generic/memprof.h: Rename to..
6805 * sysdeps/generic/memusage.h: ...this. New file.
6806 * sysdeps/i386/memprof.h: Rename to..
6807 * sysdeps/i386/memusage.h: ...this. New file.
6808 * sysdeps/ia64/memprof.h: Rename to..
6809 * sysdeps/ia64/memusage.h: ...this. New file.
6810 * sysdeps/m68k/memprof.h: Rename to..
6811 * sysdeps/m68k/memusage.h: ...this. New file.
6812 * sysdeps/mips/memprof.h: Rename to..
6813 * sysdeps/mips/memusage.h: ...this. New file.
6814 * sysdeps/powerpc/memprof.h: Rename to..
6815 * sysdeps/powerpc/memusage.h: ...this. New file.
6816 * sysdeps/sparc/memprof.h: Rename to..
6817 * sysdeps/sparc/memusage.h: ...this. New file.
6818 * sysdeps/sh/memprof.h: Rename to..
6819 * sysdeps/sh/memusage.h: ...this. New file.
6820
6821 * elf/sprof.c (print_version): Update year.
6822
6823 * elf/sprof.c (load_shobj): Don't always add load address to dynamic
6824 table entry values. Use D_PTR.
6825 * elf/dl-reloc.c (_dl_relocate_object): Don't start profiling weird
6826 binaries without PLT. Patches by James Mathiesen <james@curl.com>.
6827
6828 2000-06-20 Jes Sorensen <jes@linuxcare.com>
6829
6830 * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
6831 * sysdeps/unix/sysv/linux/ia64/sys/io.h: New file.
6832 * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: New file.
6833 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: New file.
6834
6835 2000-05-05 Jes Sorensen <jes@linuxcare.com>
6836
6837 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: New file.
6838
6839 2000-06-16 Jes Sorensen <jes@linuxcare.com>
6840
6841 * sysdeps/unix/sysv/linux/ia64/xstat.c: New file.
6842 * sysdeps/unix/sysv/linux/ia64/fxstat.c: New file.
6843 * sysdeps/unix/sysv/linux/ia64/lxstat.c: New file.
6844
6845 * sysdeps/unix/sysv/linux/ia64/xstatconv.c: Deleted.
6846
6847 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Update after latest
6848 kernel change.
6849
6850 * sysdeps/unix/sysv/linux/ia64/bits/types.h: Make __ino_t,
6851 __nlink_t and __blkcnt_t 64 bit to accomodate new kernel stat data
6852 structure.
6853 Change __fsblkcnt_t and __fsfilcnt_t to 64 bit to match kernel
6854 implementation.
6855
6856 2000-06-15 Jes Sorensen <jes@linuxcare.com>
6857
6858 * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Deleted.
6859
6860 2000-06-08 Jes Sorensen <jes@linuxcare.com>
6861
6862 * sysdeps/unix/sysv/linux/ia64/mmap64.c: New file.
6863
6864 2000-06-19 Ulrich Drepper <drepper@redhat.com>
6865
6866 * iconv/gconv_int.h (strict gconv_module): Remove all members
6867 associated with regular expressions. Use a simple string as the
6868 from name.
6869 * iconv/gconv_db.c: Remove code handling regular expressions.
6870 * iconv/gconv_conf.c: Likewise.
6871 * iconv/iconv_prog.c: Likewise.
6872 * iconv/gconv_builtin.h: Adjust for change in gconv_conf.c.
6873
6874 * iconv/gconv.h (__gconv_trans_fct): Add new parameter.
6875 General namespace cleanup.
6876 (struct __gconv_trans_data): Add next field.
6877 (struct __gconv_step_data): Make __trans a pointer.
6878 * iconv/gconv_conf.c: Split out code to find gconv directories from
6879 __gconv_read_conf in new functions.
6880 * iconv/gconv_int.h: Define new data structure and declare new
6881 functions for handling of gconv directory list.
6882 * iconv/gconv_open.c: Allow more than one error handling step being
6883 used. Call function to load error handling module if it is none
6884 of the builtin transformations.
6885 * iconv/gconv_close.c: Add code to free transliteration data.
6886 * iconv/gconv_trans.c: Add functions to load and unload modules
6887 implementing transliteration etc.
6888 * iconv/skeleton.c: Call all context functions now that more than
6889 one module is allowed.
6890 * iconv/loop.c (STANDARD_ERR_HANDLING): New macro.
6891 * iconv/gconv_simple.c: Use STANDARD_ERR_HANDLING macro for places
6892 where the full error handling using transliteration is needed.
6893 * iconvdata/8bit-gap.c: Likewise.
6894 * iconvdata/8bit-generic.c: Likewise.
6895 * iconvdata/ansi_x3.110.c: Likewise.
6896 * iconvdata/big5.c: Likewise.
6897 * iconvdata/big5hkscs.c: Likewise.
6898 * iconvdata/euc-cn.c: Likewise.
6899 * iconvdata/euc-jp.c: Likewise.
6900 * iconvdata/euc-kr.c: Likewise.
6901 * iconvdata/euc-tw.c: Likewise.
6902 * iconvdata/gbgbk.c: Likewise.
6903 * iconvdata/gbk.c: Likewise.
6904 * iconvdata/iso-2022-cn.c: Likewise.
6905 * iconvdata/iso-2022-jp.c: Likewise.
6906 * iconvdata/iso-2022-kr.c: Likewise.
6907 * iconvdata/iso646.c: Likewise.
6908 * iconvdata/iso8859-1.c: Likewise.
6909 * iconvdata/iso_6937-2.c: Likewise.
6910 * iconvdata/iso_6937.c: Likewise.
6911 * iconvdata/johab.c: Likewise.
6912 * iconvdata/sjis.c: Likewise.
6913 * iconvdata/t.61.c: Likewise.
6914 * iconvdata/uhc.c: Likewise.
6915 * iconvdata/unicode.c: Likewise.
6916 * iconvdata/utf-16.c: Likewise.
6917 * libio/iofwide.c: Reset __trans member of __gconv_trans_data
6918 structure correctly after last change.
6919 * wcsmbs/btowc.c: Likewise.
6920 * wcsmbs/mbrtowc.c: Likewise.
6921 * wcsmbs/mbsnrtowcs.c: Likewise.
6922 * wcsmbs/mbsrtowcs.c: Likewise.
6923 * wcsmbs/wcrtomb.c: Likewise.
6924 * wcsmbs/wcsnrtombs.c: Likewise.
6925 * wcsmbs/wcsrtombs.c: Likewise.
6926 * wcsmbs/wctob.c: Likewise.
6927
6928 * localedata/Makefile: Set -Wno-format for some files since gcc does
6929 not know all the format specifiers.
6930
6931 2000-06-18 Ulrich Drepper <drepper@redhat.com>
6932
6933 * locale/loadlocale.c (_nl_unload_locale): Remove a bit of
6934 unneeded code.
6935 * locale/lc-time.c (_nl_init_era_entries): Likewise.
6936
6937 2000-06-18 Andreas Jaeger <aj@suse.de>
6938
6939 * sysdeps/mips/dl-machine.h: Always use $25 as jump register.
6940 Patch by Ralf Baechle <ralf@uni-koblenz.de>.
6941
6942 2000-06-17 Ulrich Drepper <drepper@redhat.com>
6943
6944 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Define and use
6945 LINUX_LINK_MAX.
6946 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
6947
6948 * locale/programs/ld-ctype.c (ctype_output): Really write out
6949 mboutdigits information.
6950 * localedata/tst-trans.c: Add code to test printf's I flag with locale.
6951 * localedata/tst-trans.sh: Set GCONV_PATH for compilation environment.
6952 * localedata/tests/trans.def: Add outdigit information.
6953
6954 * localedata/tst-mbswcs3.c: Remove comment.
6955
6956 * stdio-common/vfprintf.c (vfprintf): Fix handling of I flag.
6957 * stdio-common/tiformat.c (sprint_ints): Add tests for I flag.
6958 * libio/tst_wprintf.c (main): Add test for I flag.
6959
6960 * iconv/gconv_trans.c: Implement handling if translit_ignore.
6961 * locale/langinfo.h: Add entries for translit_ignore information.
6962 * locale/categories.def: Add entries for new LC_CTYPE elements.
6963 * locale/C-ctype.c: Add initializers for new fields. Use NULL
6964 pointer instead of "" where possible.
6965 * locale/programs/ld-ctype.c: Write out translit_ignore information.
6966 * intl/Depend: Add localedata.
6967 * intl/tst-gettext.c: Call setlocale for LC_CTYPE.
6968 * intl/tst-gettext.sh: Set LOCPATH to localedata build dir.
6969
6970 2000-06-16 Ulrich Drepper <drepper@redhat.com>
6971
6972 * locale/langinfo.h: Add entries for default_missing information.
6973 * locale/C-ctype.c: Add initializers for new fields.
6974 * iconv/gconv_trans.c: If nothing matched, try to use default_missing
6975 information.
6976 * locale/categories.h: Add entries for all LC_CTYPE values.
6977 * locale/programs/ld-ctype.c (ctype_output): Write out default_missing
6978 information.
6979
6980 * localedata/tst-trans.c: Write out an error message if class is
6981 not found.
6982
6983 * iconv/gconv_int.h (norm_add_slashes): Optionally add given suffix.
6984 * iconv/gconv_open.c: Remove error handling specification from `from'
6985 character set name.
6986 * intl/loadmsgcat.c (_nl_load_domain): Call norm_add_slashes with
6987 new parameter to always enable transliteration.
6988 * locale/localeinfo.h (LIMAGIC): Bump number because of incompatible
6989 change.
6990 (struct locale_data): Add new members use_translit and options.
6991 * locale/findlocale.c (_nl_find_locale): Set use_translit flag is
6992 character set name contained modifier TRANSLIT.
6993 * locale/loadlocale.c (_nl_load_locale): Initialize new use_translit
6994 and options fields.
6995 (_nl_unload_locale): Free options string if necessary.
6996 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Enable translation if
6997 the locale names suggested this.
6998 * locale/C-address.c: Add two new initialilzers to adjust data
6999 structure for new format.
7000 * locale/C-collate.c: Likewise.
7001 * locale/C-ctype.c: Likewise.
7002 * locale/C-identification.c: Likewise.
7003 * locale/C-measurement.c: Likewise.
7004 * locale/C-messages.c: Likewise.
7005 * locale/C-monetary.c: Likewise.
7006 * locale/C-name.c: Likewise.
7007 * locale/C-numeric.c: Likewise.
7008 * locale/C-paper.c: Likewise.
7009 * locale/C-telephone.c: Likewise.
7010 * locale/C-time.c: Likewise.
7011
7012 * locale/setlocale.c: Add some more __builtin_expect.
7013
7014 2000-06-15 Ulrich Drepper <drepper@redhat.com>
7015
7016 * iconv/gconv.h (__gconv_fct): Change type of fifth parameter to
7017 unsigned char **.
7018 (__gconv_init_fct): Remove two parameters.
7019 * iconv/gconv_int.h (__gconv_transliterate): Renamed from
7020 gconv_transliterate. Remove two parameters.
7021 Change prototypes of builtin functions according to __gconv_fct change.
7022 * iconv/skeleton.c: Change type of fifth parameter. make sure it is
7023 != NULL only during error handling. Stop in this case after the
7024 conversion.
7025 * iconv/gconv_trans.c: Replace with real implementation for
7026 __gconv_transliterate.
7027 * iconv/gconv_open.c: Adjust for renaming of __gconv_transliterate.
7028 * iconv/gconv.c: Change calls to downstream functions once again.
7029 Use NULL for the fifth parameter instead of pointer to output buffer.
7030 * libio/iofwide.c: Likewise.
7031 * wcsmbs/btowc.c: Likewise.
7032 * wcsmbs/mbrtowc.c: Likewise.
7033 * wcsmbs/mbsnrtowcs.c: Likewise.
7034 * wcsmbs/mbsrtowcs.c: Likewise.
7035 * wcsmbs/wcrtomb.c: Likewise.
7036 * wcsmbs/wcsnrtombs.c: Likewise.
7037 * wcsmbs/wcsrtombs.c: Likewise.
7038 * wcsmbs/wctob.c: Likewise.
7039 * iconv/gconv_simple.c: Remove two parameters from error handling
7040 function call.
7041 * iconvdata/8bit-gap.c: Likewise.
7042 * iconvdata/8bit-generic.c: Likewise.
7043 * iconvdata/ansi_x3.110.c: Likewise.
7044 * iconvdata/big5.c: Likewise.
7045 * iconvdata/big5hkscs.c: Likewise.
7046 * iconvdata/euc-cn.c: Likewise.
7047 * iconvdata/euc-jp.c: Likewise.
7048 * iconvdata/euc-kr.c: Likewise.
7049 * iconvdata/euc-tw.c: Likewise.
7050 * iconvdata/gbgbk.c: Likewise.
7051 * iconvdata/gbk.c: Likewise.
7052 * iconvdata/iso-2022-cn.c: Likewise.
7053 * iconvdata/iso-2022-jp.c: Likewise.
7054 * iconvdata/iso-2022-kr.c: Likewise.
7055 * iconvdata/iso646.c: Likewise.
7056 * iconvdata/iso8859-1.c: Likewise.
7057 * iconvdata/iso_6937-2.c: Likewise.
7058 * iconvdata/iso_6937.c: Likewise.
7059 * iconvdata/johab.c: Likewise.
7060 * iconvdata/sjis.c: Likewise.
7061 * iconvdata/t.61.c: Likewise.
7062 * iconvdata/uhc.c: Likewise.
7063 * iconvdata/unicode.c: Likewise.
7064 * iconvdata/utf-16.c: Likewise.
7065
7066 2000-06-15 Greg McGary <greg@mcgary.org>
7067
7068 * sysdeps/unix/make-syscalls.sh: Strip leading whitespace from lhs
7069 of callnum assignment. Tolerate callnum expressions containing
7070 parens.
7071
7072 2000-06-14 Ulrich Drepper <drepper@redhat.com>
7073
7074 * login/Makefile (utmpd): Remove rule to build utmpd.
7075
7076 * csu/Versions: Move libgcc frame handling functions from here...
7077 * sysdeps/unix/sysv/linux/alpha/Versions: ...to here...
7078 * sysdeps/unix/sysv/linux/arm/Versions: ...to here...
7079 * sysdeps/unix/sysv/linux/i386/Versions: ...to here...
7080 * sysdeps/unix/sysv/linux/m68k/Versions: ...to here...
7081 * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
7082 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
7083 New file.
7084 * sysdeps/mach/hurd/i386/Versions: ...and here. New file.
7085
7086 * locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
7087
7088 * misc/syslog.c (vsyslog): Initialize msgoff in all cases.
7089
7090 2000-06-14 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
7091
7092 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
7093 compatibility.
7094 * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
7095 * sysdeps/sh/sh4/fpu/fesetenv.c: Likewise.
7096 * sysdeps/sh/sh4/fpu/fraiseexcpt.c: Likewise.
7097 * sysdeps/sh/sh4/fpu/fsetexcptflg.c: Likewise.
7098
7099 2000-06-14 Jakub Jelinek <jakub@redhat.com>
7100
7101 * include/libc-symbols.h (link_warning): If HAVE_SECTION_QUOTES is
7102 defined, terminate quotes and read them after the comment char.
7103 * configure.in (HAVE_SECTION_QUOTES): Test whether
7104 __attribute__((section ("x"))) puts quotes around x or not.
7105 * config.h.in (HAVE_SECTION_QUOTES): Add.
7106 * configure: Rebuilt.
7107
7108 2000-06-14 Andreas Jaeger <aj@suse.de>
7109
7110 * sysdeps/unix/sysv/linux/configure.in: Set libc_cv_sysconfdir
7111 depending on the configure option --sysconfdir.
7112 Closes PR libc/1762.
7113 Patch by Andreas Schwab <schwab@suse.de>.
7114
7115 * sysdeps/mips/dl-machine.h: Pass finalizer correctly to user
7116 entry point.
7117 Reported by Jim Pick <jim@jimpick.com>.
7118
7119 2000-06-14 Ulrich Drepper <drepper@redhat.com>
7120
7121 * misc/syslog.c (vsyslog): Allow open_memstream to fail without
7122 crashing the application. Emit some simple error message.
7123 Reported by mju@panasas.com [PR libc/1769].
7124
7125 2000-06-13 Ulrich Drepper <drepper@redhat.com>
7126
7127 * malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
7128
7129 * crypt/Makefile (distribute): Add md5.h.
7130
7131 * Makefile (distribute): Add include/shlib-compat.h.
7132
7133 * Make-dist: Search for tests also in sysdeps hierachy.
7134
7135 * crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
7136 ufc.c, speeds.c, README.ufc-crypt, and Banner.
7137
7138 * sysdeps/sparc/Subdirs: New file.
7139
7140 * locale/Makefile (distribute): Add weightwc.h and
7141 programs/localedef.h.
7142
7143 * time/Makefile (distribute): Add datemsk.
7144
7145 * sysdeps/ia64/Dist: Add softpipe.h.
7146
7147 * sysdeps/unix/sysv/aix/Dist: New file.
7148
7149 * posix/setpgrp.c: Moved to...
7150 * sysdeps/generic/setpgrp.c: ...here. New file.
7151 * io/mknod.c: Moved to...
7152 * sysdeps/generic/mknod.c: ...here. New file.
7153
7154 * sysdeps/unix/sysv/linux/ia64/Dist: New file.
7155
7156 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/procfs.h.
7157
7158 * sysdeps/unix/sysv/linux/arm/Dist: Add oldgetrlimit64.c.
7159
7160 * sysdeps/powerpc/Dist: Add fprrest.S, fprsave.S, gprsave1.S,
7161 gprsave0.S, gprrest1.S, and gprrest0.S.
7162
7163 * sysdeps/generic/Dist: Add bp-thunks.h, bp-sym.h, and bp-start.h.
7164
7165 * posix/Makefile (routines): Add spawnattr_getsigmask,
7166 spawnattr_getschedpolicy, spawnattr_getschedparam,
7167 spawnattr_setsigmask, spawnattr_setschedpolicy, and
7168 spawnattr_setschedparam.
7169 * posix/Versions: Add posix_spawnattr_getschedpolicy,
7170 posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam, and
7171 posix_spawnattr_setschedparam.
7172
7173 * posix/spawnattr_setschedparam.c: Fix typo.
7174
7175 * posix/spawnattr_setsigmask.c (posix_spawnattr_setsigmask):
7176 Correct typo.
7177
7178 * login/programs/utmpd.c: Removed.
7179 * login/programs/utmpd.h: Removed.
7180 * login/programs/utmpd-private.h: Removed.
7181
7182 * Makefile (distribute): Add include/db_185.h and include/db.h.
7183
7184 * iconvdata/Makefile (distribute): Add iso-ir-165.c and
7185 iso-ir-165.h.
7186
7187 * elf/Makefile (distribute): Add missing files.
7188
7189 * dlfcn/Makefile: Add back rules to include eval in libdl.so.
7190 * elf/eval.c: Moved to...
7191 * dlfcn/eval.c: ...here. New file.
7192
7193 * Makefile (distribute): Also distribute ChangeLog.1?.
7194
7195 * Make-dist (+tsrcs): Remove .args handling here as well.
7196
7197 * rt/Makefile (tests): Add tst-timer.
7198 * sysdeps/generic/tst-timer.c: New file.
7199
7200 * Makerules (sources): Don't add BP sources here.
7201
7202 * login/Makefile (distribute): Remove xtmp.h.
7203
7204 * iconv/iconv_prog.c (main): Fix appending slashes if omit_invalid
7205 is true. Reported by Bruno Haible <haible@ilog.fr>.
7206
7207 2000-06-13 Andreas Jaeger <aj@suse.de>
7208
7209 * sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
7210 Patch by Ralf Baechle <ralf@gnu.org>.
7211
7212 2000-06-13 Ulrich Drepper <drepper@redhat.com>
7213
7214 * sysdeps/unix/sysv/linux/syscalls.list: Add parameter information
7215 for mincore syscall.
7216
7217 * misc/sys/cdefs.h: Define __bounded and __unbounded if
7218 __BOUNDED_POINTERS__ is not defined.
7219
7220 2000-06-07 Greg McGary <greg@mcgary.org>
7221
7222 * sysdeps/generic/bp-sym.h: New file.
7223 * sysdeps/generic/bp-start.h: New file.
7224 * sysdeps/i386/elf/start.S: Designate BP symbols.
7225 * sysdeps/generic/libc-start.c: Wrap bounds around
7226 argv & envp and each of their string members.
7227
7228 2000-06-07 Greg McGary <greg@mcgary.org>
7229
7230 * sysdeps/unix/make-syscalls.sh: Add comments to
7231 output that aid debugging & comprehension.
7232 Map simple syscall signatures to number of args.
7233 Generate BP syscall thunk definitions.
7234 * sysdeps/generic/bp-thunks.h: New file.
7235 * sysdeps/unix/syscalls.list: Replace arg-count with
7236 simple return+arg signature.
7237 * sysdeps/unix/common/syscalls.list: Likewise.
7238 * sysdeps/unix/inet/syscalls.list: Likewise.
7239 * sysdeps/unix/mman/syscalls.list: Likewise.
7240 * sysdeps/unix/sysv/syscalls.list: Likewise.
7241 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
7242 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
7243
7244 2000-06-07 Greg McGary <greg@mcgary.org>
7245
7246 * Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers
7247 for all files *.[cS].
7248 (CFLAGS-.ob): Don't optimize sibling calls.
7249 (bppfx): New variable.
7250 * Makerules (elide-bp-thunks): New variable.
7251 (elide-routines.*): Elide BP-* files for all but *.ob.
7252 (sources): Include bp-thunks.
7253
7254 2000-06-12 Ulrich Drepper <drepper@redhat.com>
7255
7256 * iconv/gconv_simple.c: Remove unnecessary prototype.
7257
7258 * iconv/gconv_trans.c: Pretty print.
7259
7260 * elf/elf.h (R_SH_NUM): Got accidently dropped.
7261
7262 * sysdeps/unix/sysv/linux/configure.in: Improve handling of
7263 minimal kernel versions. Add information about IA-64 kernel.
7264
7265 * sysdeps/unix/sysv/linux/configure.in: Allow architecture
7266 specific minimal supported kernel versions to be specified.
7267
7268 * libio/iofwide.c (_IO_fwide): Initialize transliteration part of
7269 step data structure.
7270 * wcsmbs/btowc.c: Likewise.
7271 * wcsmbs/mbrtowc.c: Likewise.
7272 * wcsmbs/mbsnrtowcs.c: Likewise.
7273 * wcsmbs/mbsrtowcs.c: Likewise.
7274 * wcsmbs/wcrtomb.c: Likewise.
7275 * wcsmbs/wcsnrtombs.c: Likewise.
7276 * wcsmbs/wcsrtombs.c: Likewise.
7277 * wcsmbs/wctob.c: Likewise.
7278
7279 * sysdeps/unix/sysv/linux/sh/Dist: There is no ioperm file.
7280 * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: Removed.
7281
7282 * shlib-versions: Earliest backward compatible version for SH is 2.2.
7283
7284 * misc/sys/cdefs.h: Remove one more __P.
7285
7286 * sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C.
7287 Reported by HJ Lu.
7288
7289 * sysdeps/sh/sh3/bits/setjmp.h: Removed.
7290 * sysdeps/sh/sh4/bits/setjmp.h: Moved to...
7291 * sysdeps/sh/bits/setjmp.h: ...here. New file.
7292
7293 2000-06-12 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
7294 Yutaka Niibe <gniibe@chroot.org>
7295
7296 * configure.in: Add machine sh3, sh4.
7297 * elf/elf.h: Add SH specific declarations of relocations.
7298 * shlib-versions: Add sh*-*-linux* cases.
7299
7300 2000-06-12 Ulrich Drepper <drepper@redhat.com>
7301
7302 * sysdeps/sh/sh3/bsd-_setjmp.S: Move to...
7303 * sysdeps/sh/bsd-_setjmp.S: ...here. New file.
7304 * sysdeps/sh/sh4/bsd-_setjmp.S: Removed.
7305 * sysdeps/sh/sh3/bsd-setjmp.S: Move to...
7306 * sysdeps/sh/bsd-setjmp.S: ...here. New file.
7307 * sysdeps/sh/sh4/bsd-setjmp.S: Removed.
7308
7309 * sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro
7310 instead of KERNEL_MATH_EMULATION.
7311 * sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not
7312 KERNEL_MATH_EMULATION.
7313
7314 * sysdeps/sh/Dist: Removed. There is no ieee754.h file.
7315 * sysdeps/sh/sh3/dl-machine.h: Moved to...
7316 * sysdeps/sh/dl-machine.h: ...here. New file.
7317 * sysdeps/sh/sh4/dl-machine.h: Simply define KERNEL_MATH_EMULATION
7318 and include generic SH version.
7319 * sysdeps/sh/sh3/bits/endian.h: Move to...
7320 * sysdeps/sh/bits/endian.h: ...here. New file.
7321 * sysdeps/sh/sh4/bits/endian.h: Removed.
7322 * sysdeps/sh/sh3/bits/huge_val.h: Move to...
7323 * sysdeps/sh/bits/huge_val.h: ...here. New file.
7324 * sysdeps/sh/sh4/bits/huge_val.h: Removed.
7325
7326 * include/libc-symbols.h (link_warning): Work around a change in
7327 GAS which warns about changing section attributes.
7328 Proposed by Nick Clifton <nickc@redhat.com>.
7329
7330 2000-06-12 H.J. Lu <hjl@gnu.org>
7331
7332 * sysdeps/i386/fpu/bits/mathinline.h (__sgn1l): Add __extension__.
7333
7334 2000-06-11 H.J. Lu <hjl@gnu.org>
7335
7336 * sysdeps/i386/fpu/Versions: New file.
7337
7338 2000-06-12 Ulrich Drepper <drepper@redhat.com>
7339
7340 * iconv/gconv.h (__gconv_trans_context_fct): Remove two
7341 parameters.
7342 * iconv/skeleton.c (FUNCTION_NAME): Call __trans_context_fct if it
7343 exists.
7344
7345 2000-06-12 Jes Sorensen <jes@linuxcare.com>
7346
7347 * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
7348 * sysdeps/unix/sysv/linux/ia64/xstatconv.c: New file.
7349 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: New file.
7350
7351 * sysdeps/unix/sysv/linux/ia64/fxstat64.c: New file.
7352 * sysdeps/unix/sysv/linux/ia64/lxstat64.c: New file.
7353 * sysdeps/unix/sysv/linux/ia64/xstat64.c: New file.
7354
7355 2000-06-12 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
7356 Yutaka Niibe <gniibe@chroot.org>
7357
7358 * sysdeps/sh/Dist: New file.
7359 * sysdeps/sh/Implies: New file.
7360 * sysdeps/sh/elf/initfini.c: New file.
7361 * sysdeps/sh/gmp-mparam.h: New file.
7362 * sysdeps/sh/init-first.c: New file.
7363 * sysdeps/sh/machine-gmon.h: New file.
7364 * sysdeps/sh/memcpy.S: New file.
7365 * sysdeps/sh/memprof.h: New file.
7366 * sysdeps/sh/memset.S: New file.
7367 * sysdeps/sh/sh3/__longjmp.S: New file.
7368 * sysdeps/sh/sh3/bits/endian.h: New file.
7369 * sysdeps/sh/sh3/bits/huge_val.h: New file.
7370 * sysdeps/sh/sh3/bits/setjmp.h: New file.
7371 * sysdeps/sh/sh3/bsd-_setjmp.S: New file.
7372 * sysdeps/sh/sh3/bsd-setjmp.S: New file.
7373 * sysdeps/sh/sh3/dl-machine.h: New file.
7374 * sysdeps/sh/sh3/setjmp.S: New file.
7375 * sysdeps/sh/sh4/__longjmp.S: New file.
7376 * sysdeps/sh/sh4/bits/endian.h: New file.
7377 * sysdeps/sh/sh4/bits/huge_val.h: New file.
7378 * sysdeps/sh/sh4/bits/setjmp.h: New file.
7379 * sysdeps/sh/sh4/bsd-_setjmp.S: New file.
7380 * sysdeps/sh/sh4/bsd-setjmp.S: New file.
7381 * sysdeps/sh/sh4/dl-machine.h: New file.
7382 * sysdeps/sh/sh4/fpu/bits/fenv.h: New file.
7383 * sysdeps/sh/sh4/fpu/bits/huge_val.h: New file.
7384 * sysdeps/sh/sh4/fpu/bits/mathdef.h: New file.
7385 * sysdeps/sh/sh4/fpu/fclrexcpt.c: New file.
7386 * sysdeps/sh/sh4/fpu/fegetenv.c: New file.
7387 * sysdeps/sh/sh4/fpu/fegetround.c: New file.
7388 * sysdeps/sh/sh4/fpu/feholdexcpt.c: New file.
7389 * sysdeps/sh/sh4/fpu/fesetenv.c: New file.
7390 * sysdeps/sh/sh4/fpu/fesetround.c: New file.
7391 * sysdeps/sh/sh4/fpu/fpu_control.h: New file.
7392 * sysdeps/sh/sh4/fpu/fraiseexcpt.c: New file.
7393 * sysdeps/sh/sh4/fpu/fsetexcptflg.c: New file.
7394 * sysdeps/sh/sh4/fpu/ftestexcept.c: New file.
7395 * sysdeps/sh/sh4/fpu/libm-test-ulps: New file.
7396 * sysdeps/sh/sh4/setjmp.S: New file.
7397 * sysdeps/sh/elf/start.S: New file.
7398 * sysdeps/sh/sys/ucontext.h: New file.
7399 * sysdeps/sh/strlen.S: New file.
7400 * sysdeps/sh/sysdep.h: New file.
7401 * sysdeps/unix/sh/sysdep.S: New file.
7402 * sysdeps/unix/sh/sysdep.h: New file.
7403 * sysdeps/unix/sysv/linux/sh/Dist: New file.
7404 * sysdeps/unix/sysv/linux/sh/Makefile: New file.
7405 * sysdeps/unix/sysv/linux/sh/Versions: New file.
7406 * sysdeps/unix/sysv/linux/sh/bits/mman.h: New file.
7407 * sysdeps/unix/sysv/linux/sh/bits/resource.h: New file.
7408 * sysdeps/unix/sysv/linux/sh/brk.c: New file.
7409 * sysdeps/unix/sysv/linux/sh/chown.c: New file.
7410 * sysdeps/unix/sysv/linux/sh/clone.S: New file.
7411 * sysdeps/unix/sysv/linux/sh/fchown.c: New file.
7412 * sysdeps/unix/sysv/linux/sh/fxstat.c: New file.
7413 * sysdeps/unix/sysv/linux/sh/getegid.c: New file.
7414 * sysdeps/unix/sysv/linux/sh/geteuid.c: New file.
7415 * sysdeps/unix/sysv/linux/sh/getgroups.c: New file.
7416 * sysdeps/unix/sysv/linux/sh/getresgid.c: New file.
7417 * sysdeps/unix/sysv/linux/sh/getresuid.c: New file.
7418 * sysdeps/unix/sysv/linux/sh/getrlimit.c: New file.
7419 * sysdeps/unix/sysv/linux/sh/getrlimit64.c: New file.
7420 * sysdeps/unix/sysv/linux/sh/getuid.c: New file.
7421 * sysdeps/unix/sysv/linux/sh/lchown.c: New file.
7422 * sysdeps/unix/sysv/linux/sh/lxstat.c: New file.
7423 * sysdeps/unix/sysv/linux/sh/msgctl.c: New file.
7424 * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: New file.
7425 * sysdeps/unix/sysv/linux/sh/pipe.S: New file.
7426 * sysdeps/unix/sysv/linux/sh/profil-counter.h: New file.
7427 * sysdeps/unix/sysv/linux/sh/semctl.c: New file.
7428 * sysdeps/unix/sysv/linux/sh/setegid.c: New file.
7429 * sysdeps/unix/sysv/linux/sh/seteuid.c: New file.
7430 * sysdeps/unix/sysv/linux/sh/setfsgid.c: New file.
7431 * sysdeps/unix/sysv/linux/sh/setfsuid.c: New file.
7432 * sysdeps/unix/sysv/linux/sh/setgid.c: New file.
7433 * sysdeps/unix/sysv/linux/sh/setgroups.c: New file.
7434 * sysdeps/unix/sysv/linux/sh/setregid.c: New file.
7435 * sysdeps/unix/sysv/linux/sh/setresgid.c: New file.
7436 * sysdeps/unix/sysv/linux/sh/setresuid.c: New file.
7437 * sysdeps/unix/sysv/linux/sh/setreuid.c: New file.
7438 * sysdeps/unix/sysv/linux/sh/setrlimit.c: New file.
7439 * sysdeps/unix/sysv/linux/sh/setuid.c: New file.
7440 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: New file.
7441 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: New file.
7442 * sysdeps/unix/sysv/linux/sh/shmctl.c: New file.
7443 * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: New file.
7444 * sysdeps/unix/sysv/linux/sh/socket.S: New file.
7445 * sysdeps/unix/sysv/linux/sh/sys/io.h: New file.
7446 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
7447 * sysdeps/unix/sysv/linux/sh/sys/user.h: New file.
7448 * sysdeps/unix/sysv/linux/sh/syscalls.list: New file.
7449 * sysdeps/unix/sysv/linux/sh/sysdep.S: New file.
7450 * sysdeps/unix/sysv/linux/sh/sysdep.h: New file.
7451 * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
7452 * sysdeps/unix/sysv/linux/sh/xstat.c: New file.
7453
7454 2000-06-12 Ulrich Drepper <drepper@redhat.com>
7455
7456 * Rules (%.out): Define GCONV_PATH in the environment.
7457 * assert/Depend: New file.
7458 * iconvdata/Depend: New file.
7459 * intl/Depend: New file.
7460 * timezone/Makefile (build-testdata): Add GCONV_PATH to environment.
7461 * intl/tst-gettext.sh: Likewise.
7462 * iconv/Makefile (routines): Add gconv_trans.
7463 * iconv/gconv_trans.c: New file.
7464 * iconv/gconv.h (struct __gconv_trans_data): New type.
7465 (__gconv_fct): New parameter with starting position in output buffer.
7466 (__gconv_trans_fct, __gconv_trans_context_fct, __gconv_trans_query_fct,
7467 __gconv_trans_init_fct, __gconv_trans_end_fct): New types.
7468 (struct __gconv_step): Add new member __trans.
7469 * iconv/gconv_int.h: Pretty print prototypes.
7470 (gconv_transliterate): New prototype.
7471 (__BUILTIN_TRANS): Update for new conversion function interface.
7472 * iconv/gconv.c (__gconv): Pass new parameter to conversion function.
7473 * iconv/gconv_open.c (__gconv_open): Recognize error handling suffix
7474 in names, find appropriate function, and install in the conversion
7475 steps it can be used.
7476 * iconv/skeleton.c: Add additional parameter for beginning of output
7477 buffer. Change calls of downstream functions.
7478 * iconv/loop.c: Change loop function interface completely. Pass in
7479 step and step_data structure. Remove optimization for BODY with
7480 NEED_LENGTH_TEST == 0.
7481 * iconv/gconv_simple.c: Update interfaces of functions. Insert
7482 appropriate error handling code to use transliteration steps. Remove
7483 optimization for BODY with NEED_LENGTH_TEST == 0.
7484 * iconvdata/8bit-gap.c: Likewise.
7485 * iconvdata/8bit-generic.c: Likewise.
7486 * iconvdata/ansi_x3.110.c: Likewise.
7487 * iconvdata/big5.c: Likewise.
7488 * iconvdata/big5hkscs.c: Likewise.
7489 * iconvdata/euc-cn.c: Likewise.
7490 * iconvdata/euc-jp.c: Likewise.
7491 * iconvdata/euc-kr.c: Likewise.
7492 * iconvdata/euc-tw.c: Likewise.
7493 * iconvdata/gbgbk.c: Likewise.
7494 * iconvdata/gbk.c: Likewise.
7495 * iconvdata/iso-2022-cn.c: Likewise.
7496 * iconvdata/iso-2022-jp.c: Likewise.
7497 * iconvdata/iso-2022-kr.c: Likewise.
7498 * iconvdata/iso646.c: Likewise.
7499 * iconvdata/iso8859-1.c: Likewise.
7500 * iconvdata/iso_6937-2.c: Likewise.
7501 * iconvdata/iso_6937.c: Likewise.
7502 * iconvdata/johab.c: Likewise.
7503 * iconvdata/sjis.c: Likewise.
7504 * iconvdata/t.61.c: Likewise.
7505 * iconvdata/uhc.c: Likewise.
7506 * iconvdata/unicode.c: Likewise.
7507 * iconvdata/utf-16.c: Likewise.
7508 * libio/iofwide.c: Adjust to new interface of gconv functions. Use
7509 DL_CALL_FCT.
7510 * wcsmbs/btowc.c: Likewise.
7511 * wcsmbs/mbrtowc.c: Likewise.
7512 * wcsmbs/mbsnrtowcs.c: Likewise.
7513 * wcsmbs/mbsrtowcs.c: Likewise.
7514 * wcsmbs/wcrtomb.c: Likewise.
7515 * wcsmbs/wcsnrtombs.c: Likewise.
7516 * wcsmbs/wcsrtombs.c: Likewise.
7517 * wcsmbs/wctob.c: Likewise.
7518
7519 2000-04-11 Geoff Keating <geoffk@cygnus.com>
7520
7521 * sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the
7522 other header files. Mention about 128-byte cache line sizes.
7523 (__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt.
7524 * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update
7525 for current calling sequence.
7526 * sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.
7527
7528 * sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
7529 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7530
7531 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
7532 and setrlimit syscalls for backwards compatibility.
7533
7534 2000-06-10 Ulrich Drepper <drepper@redhat.com>
7535
7536 * iconv/skeleton.c: Rename converted written to correcter name
7537 irreversible.
7538 * iconv/gconv.c: Rename converted variable to correcter name
7539 irreversible.
7540 * iconv/gconv_int.h: Likewise.
7541 * iconv/gconv_simple.c: Likewise.
7542 * iconv/iconv.c: Likewise.
7543 * iconv/loop.c: Likewise.
7544 * iconvdata/8bit-gap.c: Likewise.
7545 * iconvdata/8bit-generic.c: Likewise.
7546 * iconvdata/ansi_x3.110.c: Likewise.
7547 * iconvdata/big5.c: Likewise.
7548 * iconvdata/big5hkscs.c: Likewise.
7549 * iconvdata/euc-cn.c: Likewise.
7550 * iconvdata/euc-jp.c: Likewise.
7551 * iconvdata/euc-kr.c: Likewise.
7552 * iconvdata/gbgbk.c: Likewise.
7553 * iconvdata/gbk.c: Likewise.
7554 * iconvdata/iso-2022-cn.c: Likewise.
7555 * iconvdata/iso-2022-jp.c: Likewise.
7556 * iconvdata/iso-2022-kr.c: Likewise.
7557 * iconvdata/iso646.c: Likewise.
7558 * iconvdata/iso8859-1.c: Likewise.
7559 * iconvdata/iso_6937-2.c: Likewise.
7560 * iconvdata/iso_6937.c: Likewise.
7561 * iconvdata/johab.c: Likewise.
7562 * iconvdata/sjis.c: Likewise.
7563 * iconvdata/t.61.c: Likewise.
7564 * iconvdata/uhc.c: Likewise.
7565 * iconvdata/unicode.c: Likewise.
7566 * iconvdata/utf-16.c: Likewise.
7567
7568 * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark
7569 __cmsg_data field with __extension__.
7570
7571 2000-06-10 David Mosberger <davidm@hpl.hp.com>
7572
7573 * sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.
7574
7575 2000-06-10 Ulrich Drepper <drepper@redhat.com>
7576
7577 * iconv/gconv_simple.c: Fix various small bugs in several
7578 functions.
7579
7580 * iconv/loop.c: Fix comment.
7581
7582 2000-06-10 Jakub Jelinek <jakub@redhat.com>
7583
7584 * elf/link.h: Remove libc internal declarations.
7585 * include/link.h: Move them here.
7586
7587 2000-06-09 Ulrich Drepper <drepper@redhat.com>
7588
7589 * sysdeps/unix/sysv/linux/ia64/getsysstats.c: New file.
7590 Patch by Dan Pop <Dan.Pop@cern.ch>.
7591
7592 Rewrite error message handling.
7593 * elf/dl-deps.c (_dl_map_object_deps): Pass new parameter to
7594 _dl_catch_error.
7595 * elf/dl-error (struct catch): Add objname member.
7596 (_dl_signal_error): Take new parameter with object name. When
7597 passing message on simply store object name and duplicate error
7598 message.
7599 (_dl_catch_error): Take new parameter. Store object name in the
7600 place pointed to.
7601 * include/dlfcn.h: Adjust _dl_catch_error prototype.
7602 * sysdeps/generic/ldsodefs.h: Adjust _dl_signal_error prototype.
7603 * dlfcn/dlerror.c (struct dl_action_result): Add objname member.
7604 (dlerror): Add objname to asprintf() parameters.
7605 (_dl_error_run): Pass new parameter to _dl_catch_error.
7606 * elf/dl-libc.c (dlerror_run): Pass new parameter to _dl_catch_error.
7607 * elf/dl-open.c (_dl_open): Likewise.
7608 * elf/rtld.c (dl_main): Likewise.
7609 * elf/dl-close.c: Mark error messages with N_().
7610 * elf/dl-deps.c: Likewise.
7611 * elf/dl-error.c: Likewise.
7612 * elf/dl-load.c: Likewise.
7613 * elf/dl-open.c: Likewise.
7614 * elf/dl-reloc.c: Likewise.
7615 * elf/dl-support.c: Likewise.
7616 * elf/dl-sym.c: Likewise.
7617 * elf/dl-version.c: Likewise.
7618 * elf/dl-lookup.c: Add comments about problems with error message
7619 translations.
7620 * elf/dl-reloc.c: Likewise.
7621 * elf/dl-version.c: Likewise.
7622
7623 2000-06-09 H.J. Lu <hjl@gnu.org>
7624
7625 * dlfcn/dlerror.c (_dlerror_run): Set result->errstring to NULL
7626 after freeing it.
7627
7628 * dlfcn/Makefile (distribute): Add failtestmod.c.
7629 (tests): Add failtest.
7630 Add rules to build and run failtest.
7631 * dlfcn/failtest.c: New file.
7632 * dlfcn/failtestmod.c: New file.
7633
7634 2000-06-09 David Mosberger-Tang <davidm@hpl.hp.com>
7635
7636 * sysdeps/unix/sysv/linux/ia64/__longjmp.S: new file
7637 * sysdeps/unix/sysv/linux/ia64/bsd-_setjmp.S: new file
7638 * sysdeps/unix/sysv/linux/ia64/bsd-setjmp.S: new file
7639 * sysdeps/unix/sysv/linux/ia64/setjmp.S: new file
7640 * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: new file
7641
7642 2000-06-09 Jes Sorensen <jes@linuxcare.com>
7643
7644 * sysdeps/unix/sysv/linux/ia64/brk.S: New file.
7645 * sysdeps/unix/sysv/linux/ia64/pipe.S: New file.
7646
7647 2000-06-09 Jes Sorensen <jes@linuxcare.com>
7648 Ulrich Drepper <drepper@redhat.com>
7649
7650 * sysdeps/unix/sysv/linux/ia64/sigaction.c: New file.
7651 * sysdeps/unix/sysv/linux/ia64/sigpending.c: New file.
7652 * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: New file.
7653 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: New file.
7654 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: New file.
7655 * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: New file.
7656
7657 2000-06-09 Ulrich Drepper <drepper@redhat.com>
7658
7659 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Try harder
7660 to find correct mount point despite wrong information from the
7661 kernel.
7662
7663 2000-06-09 Jes Sorensen <jes@linuxcare.com>
7664
7665 * elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain
7666 the address of a symbol so function pointers are handled properly.
7667
7668 2000-06-08 Ulrich Drepper <drepper@redhat.com>
7669
7670 * sysdeps/i386/Dist: Add bp-asm.h.
7671
7672 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
7673 defaultdir variable instead of "/var/shm" everywhere.
7674 (defaultdir): Change to /dev/shm/.
7675
7676 2000-06-08 Greg McGary <greg@mcgary.org>
7677
7678 * sysdeps/i386/bp-asm.h: New file.
7679 * sysdeps/i386/__longjmp.S: Define & use symbolic argument stack
7680 offsets. Add ENTER/LEAVE macros for optionally maintaining
7681 frame-pointer chain when debugging.
7682 * sysdeps/i386/add_n.S: Likewise.
7683 * sysdeps/i386/addmul_1.S: Likewise.
7684 * sysdeps/i386/lshift.S: Likewise.
7685 * sysdeps/i386/memchr.S: Likewise.
7686 * sysdeps/i386/memcmp.S: Likewise.
7687 * sysdeps/i386/mul_1.S: Likewise.
7688 * sysdeps/i386/rawmemchr.S: Likewise.
7689 * sysdeps/i386/rshift.S: Likewise.
7690 * sysdeps/i386/stpcpy.S: Likewise.
7691 * sysdeps/i386/stpncpy.S: Likewise.
7692 * sysdeps/i386/strchr.S: Likewise.
7693 * sysdeps/i386/strchrnul.S: Likewise.
7694 * sysdeps/i386/strcspn.S: Likewise.
7695 * sysdeps/i386/strpbrk.S: Likewise.
7696 * sysdeps/i386/strrchr.S: Likewise.
7697 * sysdeps/i386/strspn.S: Likewise.
7698 * sysdeps/i386/strtok.S: Likewise.
7699 * sysdeps/i386/sub_n.S: Likewise.
7700 * sysdeps/i386/submul_1.S: Likewise.
7701 * sysdeps/i386/elf/setjmp.S: Likewise.
7702 * sysdeps/i386/i486/strcat.S: Likewise.
7703 * sysdeps/i386/i486/strlen.S: Likewise.
7704 * sysdeps/i386/i586/add_n.S: Likewise.
7705 * sysdeps/i386/i586/lshift.S: Likewise.
7706 * sysdeps/i386/i586/memcpy.S: Likewise.
7707 * sysdeps/i386/i586/memset.S: Likewise.
7708 * sysdeps/i386/i586/rshift.S: Likewise.
7709 * sysdeps/i386/i586/strchr.S: Likewise.
7710 * sysdeps/i386/i586/strcpy.S: Likewise.
7711 * sysdeps/i386/i586/strlen.S: Likewise.
7712 * sysdeps/i386/i586/sub_n.S: Likewise.
7713 * sysdeps/i386/i686/add_n.S: Likewise.
7714 * sysdeps/i386/i686/memcpy.S: Likewise.
7715 * sysdeps/i386/i686/mempcpy.S: Likewise.
7716 * sysdeps/i386/i686/memset.S: Likewise.
7717 * sysdeps/i386/i686/strcmp.S: Likewise.
7718
7719 2000-06-08 Ulrich Drepper <drepper@redhat.com>
7720
7721 * sysdeps/unix/sysv/linux/getdtsz.c: New file.
7722
7723 * sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as
7724 256 and don't use OPEN_MAX.
7725
7726 * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and
7727 use it instead of LINK_MAX.
7728 * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
7729
7730 2000-06-08 Andreas Jaeger <aj@suse.de>
7731
7732 * libio/genops.c (_IO_list_lock): Only compile body if we're
7733 thread safe.
7734 (_IO_list_unlock): Likewise.
7735 (_IO_list_resetlock): Likewise.
7736
7737 2000-06-07 Ulrich Drepper <drepper@redhat.com>
7738
7739 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine OPEN_MAX
7740 unless user defined it.
7741
7742 * sysdeps/unix/sysv/linux/bits/local_lim.h: Also undefine LINK_MAX
7743 if not defined by the user.
7744
7745 * libio/iofwrite_u.c (fwrite_unlocked): Remove obsolete comment.
7746 * libio/iofwrite.c (_IO_fwrite): Likewise.
7747
7748 * time/time.h: Add missing __THROW for clock_getcpuclockid
7749 prototype.
7750
7751 * elf/Makefile (distribute): Add dl-dtprocnum.h.
7752 * include/elf.h: Include also <dl-dtprocnum.h>.
7753 * elf/dl-deps.c: Likewise.
7754 * elf/dl-lookup.c: Likewise.
7755 * elf/dl-runtime.c: Likewise.
7756 * elf/dl-version.c: Likewise.
7757 * elf/do-rel.h: Likewise.
7758 * elf/dynamic-link.h: Likewise.
7759 * elf/link.h: Likewise.
7760 * elf/rtld.c: Likewise.
7761 * sysdeps/generic/dl-dtprocnum.h: New file.
7762 * sysdeps/ia64/dl-dtprocnum.h: New file.
7763 * sysdeps/mips/dl-dtprocnum.h: New file.
7764 * sysdeps/sparc/dl-dtprocnum.h: New file.
7765
7766 * sysdeps/i386/dl-machine.h: Add more __builtin_expect.
7767
7768 * elf/do-lookup.h: Add some __builtin_expect.
7769
7770 * dlfcn/dlfcn.h: Pretty print dladdr declaraction.
7771
7772 * elf/rtld.c (process_envvars): Recognize LD_DYNAMIC_WEAK.
7773 (_dl_dynamic_weak): New variable.
7774 * elf/dl-support.c: Likewise.
7775 * sysdeps/generic/ldsodefs.h: Declare _dl_dynamic_weak.
7776 * elf/do-lookup.h: If we find a weak definition treat it like a
7777 normal symbol unless _dl_dynamic_weak is nonzero. In the latter
7778 case treat it like before.
7779
7780 * elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
7781 is in main program.
7782 * elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
7783
7784 * elf/dl-addr.c (_dl_addr): Do exact testing of address range
7785 using l_map_start and l_map_end.
7786
7787 * elf/dl-version.c: Add __builtin_expect in many places.
7788
7789 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
7790 Update.
7791
7792 2000-06-04 Kaz Kylheku <kaz@ashi.footprints.net>
7793
7794 Lock for stdio stream list becomes global, for use in LinuxThreads.
7795
7796 * libio/genops.c (_IO_iter_begin, _IO_iter_end,
7797 _IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
7798 _IO_list_resetlock): New interface for iterating global list of
7799 streams without accessing the _IO_list_all global variable,
7800 and for manipulating the lock which protects this list.
7801 * libio/libioP.h: Likewise.
7802 * libio/Version: Add entries for the new functions.
7803
7804 * libio/libioP.h (_IO_ITER): New typedef, just an alias for
7805 pointer to _IO_FILE.
7806
7807 2000-06-07 Ulrich Drepper <drepper@redhat.com>
7808
7809 * locale/programs/ld-ctype.c (set_class_defaults): Several uses of
7810 BIT() must actually be BITw().
7811
7812 * locale/programs/ld-ctype.c: Handle SP and space consistently.
7813
7814 * locale/programs/charmap.c: Allow string arguments for
7815 code_set_name and repertoiremap.
7816
7817 2000-06-07 Andreas Jaeger <aj@suse.de>
7818
7819 * elf/Makefile: Build ldconfig only when building shared libraries.
7820
7821 2000-06-07 Jakub Jelinek <jakub@redhat.com>
7822
7823 * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
7824 __USE_ISOC99.
7825 (fdimf, __fdim, fdim): Likewise.
7826
7827 2000-06-07 Ulrich Drepper <drepper@redhat.com>
7828
7829 * locale/findlocale.c: Add __builtin_expect in many places.
7830 * locale/loadlocale.c: Likewise.
7831
7832 2000-06-06 Greg McGary <greg@mcgary.org>
7833
7834 * sysdeps/mips/elf/start.S: Trim redundant code.
7835
7836 * sysdeps/powerpc/memset.S: Define & use symbolic register names.
7837 Use C comments throughout. Line up operands column with tabs.
7838 * sysdeps/powerpc/strchr.S: Likewise.
7839 * sysdeps/powerpc/strcmp.S: Likewise.
7840 * sysdeps/powerpc/strcpy.S: Likewise.
7841 * sysdeps/powerpc/strlen.S: Likewise.
7842
7843 * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]:
7844 Get low part of &__curbrk with @l.
7845
7846 2000-06-06 Ulrich Drepper <drepper@redhat.com>
7847
7848 * iconvdata/utf-16.c: Add __builtin_expect in many places.
7849 * iconvdata/unicode.c: Likewise.
7850 * iconvdata/uhc.c: Likewise.
7851 * iconvdata/t.61.c: Likewise.
7852 * iconvdata/sjis.c: Likewise.
7853 * iconvdata/johab.c: Likewise.
7854 * iconvdata/iso_6937.c: Likewise.
7855 * iconvdata/iso_6937-2.c: Likewise.
7856 * iconvdata/iso8859-1.c: Likewise.
7857 * iconvdata/iso646.c: Likewise.
7858 * iconvdata/iso-2022-kr.c: Likewise.
7859 * iconvdata/iso-2022-jp.c: Likewise.
7860 * iconvdata/iso-2022-cn.c: Likewise.
7861 * iconvdata/gbgbk.c: Likewise.
7862 * iconvdata/gbk.c: Likewise.
7863 * iconvdata/euc-kr.c: Likewise.
7864 * iconvdata/euc-jp.c: Likewise.
7865 * iconvdata/euc-cn.c: Likewise.
7866
7867 2000-06-05 Ulrich Drepper <drepper@redhat.com>
7868
7869 * iconvdata/big5hkscs.c: Add __builtin_expect in many places.
7870 * iconvdata/big5.c: Likewise.
7871 * iconvdata/ansi_x3.110.c: Likewise.
7872 * iconvdata/8bit-generic.c: Likewise.
7873 * iconvdata/8bit-gap.c: Likewise.
7874 * iconv/loop.c: Likewise.
7875 * iconv/gconv_db.c: Likewise.
7876 * iconv/gconv_dl.c: Likewise.
7877 * iconv/gconv_simple.c: Likewise.
7878 * iconv/skeleton.c: Likewise.
7879
7880 * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define.
7881 (struct __gconv_step_data): Rename __is_last to __flags.
7882 * iconv/gconv_close.c: Change all uses of __is_last.
7883 * iconv/skeleton.c: Likewise.
7884 * iconvdata/iso-2022-cn.c: Likewise.
7885 * iconvdata/iso-2022-jp.c: Likewise.
7886 * iconvdata/iso-2022-kr.c: Likewise.
7887 * iconv/gconv_open.c: Likewise. Avoid unneeded initializations.
7888 Recognize IGNORE error handling, set flag, and remove from name.
7889 * iconv/loop.c (ignore_errors_p): Define.
7890 Add flags parameter to both functions.
7891 * iconv/skeleton.c: Pass flags to all conversion functions.
7892 * iconv/gconv_simple.c: Add flags parameter to all functions.
7893 Don't return error for invald error if ignore flag is set.
7894 (ucs4_internal_loop_single): Add missing pointer increment.
7895 (internal_ucs4le_loop_single): Likewise.
7896 * iconv/iconv_prog.c: Implement handling of -c parameter.
7897 * iconvdata/8bit-gap.c: Don't return error for invald error if
7898 ignore flag is set.
7899 * iconvdata/8bit-generic.c: Likewise.
7900 * iconvdata/ansi_x3.110.c: Likewise.
7901 * iconvdata/big5.c: Likewise.
7902 * iconvdata/big5hkscs.c: Likewise.
7903 * iconvdata/euc-cn.c: Likewise.
7904 * iconvdata/euc-jp.c: Likewise.
7905 * iconvdata/euc-kr.c: Likewise.
7906 * iconvdata/gbgbk.c: Likewise.
7907 * iconvdata/gbk.c: Likewise.
7908 * iconvdata/iso-2022-cn.c: Likewise.
7909 * iconvdata/iso-2022-jp.c: Likewise.
7910 * iconvdata/iso-2022-kr.c: Likewise.
7911 * iconvdata/iso646.c: Likewise.
7912 * iconvdata/iso8859-1.c: Likewise.
7913 * iconvdata/iso_6937-2.c: Likewise.
7914 * iconvdata/iso_6937.c: Likewise.
7915 * iconvdata/johab.c: Likewise.
7916 * iconvdata/sjis.c: Likewise.
7917 * iconvdata/t.61.c: Likewise.
7918 * iconvdata/uhc.c: Likewise.
7919 * iconvdata/unicode.c: Likewise.
7920 * iconvdata/utf-16.c: Likewise.
7921 * libio/fileops.c: Likewise.
7922 * libio/iofwide.c: Likewise.
7923 * wcsmbs/btowc.c: Likewise.
7924 * wcsmbs/mbrtowc.c: Likewise.
7925 * wcsmbs/mbsnrtowcs.c: Likewise.
7926 * wcsmbs/mbsrtowcs.c: Likewise.
7927 * wcsmbs/wcrtomb.c: Likewise.
7928 * wcsmbs/wcsnrtombs.c: Likewise.
7929 * wcsmbs/wcsrtombs.c: Likewise.
7930 * wcsmbs/wctob.c: Likewise.
7931
7932 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Undo *s change in all cases of
7933 an error.
7934
7935 2000-06-04 Ulrich Drepper <drepper@redhat.com>
7936
7937 * iconv/gconv_dl.c (do_release_shlib): Don't reset reference
7938 counter for the object we are releasing, just decrement it.
7939 Patch by Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>.
7940
7941 2000-06-04 Jakub Jelinek <jakub@redhat.com>
7942
7943 * sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh
7944 if -ffast-math.
7945
7946 2000-06-04 Ulrich Drepper <drepper@redhat.com>
7947
7948 * iconvdata/big5hkscs.c: New file.
7949 Modified from big5.c by Roger So <rogerso@sis.dhs.org>.
7950
7951 * iconvdata/gconv-modules: Add entry for new module.
7952 * iconvdata/Makefile (modules): Add BIG5HKSCS.
7953 (distribute): Add big5hkscs.c.
7954
7955 2000-06-01 Jakub Jelinek <jakub@redhat.com>
7956
7957 * libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all
7958 inlines to match prototypes in mathcalls.h.
7959 * libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7960 * libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
7961 * libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7962 * libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7963
7964 2000-06-03 Ulrich Drepper <drepper@redhat.com>
7965
7966 * elf/elf.h (SHT_SUNW_move): Define.
7967
7968 * elf/elf.h: Add more Solaris compatiblity definitions.
7969
7970 2000-06-03 Andreas Jaeger <aj@suse.de>
7971
7972 * sysdeps/powerpc/dl-start.S: Close open comment.
7973
7974 2000-06-03 Jakub Jelinek <jakub@redhat.com>
7975
7976 * inet/Versions: Fix typo in rresvport_af export.
7977
7978 2000-06-02 Ulrich Drepper <drepper@redhat.com>
7979
7980 * math/tgmath.h: Pretty print.
7981
7982 2000-06-02 Andreas Jaeger <aj@suse.de>
7983
7984 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo.
7985 Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7986
7987 2000-06-02 Ulrich Drepper <drepper@redhat.com>
7988
7989 * elf/rtld.c (process_envvars): Test for = after variable name.
7990
7991 2000-06-01 Ulrich Drepper <drepper@redhat.com>
7992
7993 * sysdeps/generic/initfini.c (_init): One less relocation. Don't
7994 have extra call to __gmon_start__, use the pointer we already have.
7995
7996 * elf/elf.h (ELF64_R_INFO): Cast sym value to Elf64_Xword before
7997 shifting.
7998
7999 * sysdeps/i386/elf/setjmp.S: Work around change is recent
8000 binutils. gas now emits a jump through the PLT instead of a
8001 relative jump if the jump target is an exported symbol.
8002
8003 2000-05-31 Ulrich Drepper <drepper@redhat.com>
8004
8005 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Define AIX_CBAUD.
8006
8007 2000-05-31 Andreas Jaeger <aj@suse.de>
8008
8009 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for
8010 gregset_t.
8011
8012 * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache.
8013 Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
8014
8015 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of
8016 syscall.
8017 * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
8018
8019 2000-05-30 Ulrich Drepper <drepper@redhat.com>
8020
8021 * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
8022
8023 * locale/Versions [libc] (GLIBC_2.2): Add localeconv.
8024 * locale/localeconv.c: Make function versioned (with same definition).
8025
8026 * elf/Makefile (modules-names): Strip before using it.
8027
8028 2000-05-30 Andreas Jaeger <aj@suse.de>
8029
8030 * sysdeps/unix/sysv/linux/mips/truncate64.c: New file.
8031 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: New file.
8032 * sysdeps/unix/sysv/linux/mips/pread64.c: Readded file.
8033 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Readded file.
8034 * sysdeps/unix/sysv/linux/mips/pread.c: Readded file.
8035 * sysdeps/unix/sysv/linux/mips/pwrite.c: Readded file.
8036
8037 2000-05-29 Ulrich Drepper <drepper@redhat.com>
8038
8039 * Makefile: Add GNU make magic.
8040
8041 * inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
8042 Removed.
8043 * inet/rcmd.c: Remove __P. Remove unused variables.
8044 (iruserfopen): Make first parameter const.
8045 (ruserok_sa): Return result of ruserok2_sa.
8046 (__checkhost_sa): Correctly iterate through results of getaddrinfo.
8047 * inet/rexec.c: Remove unused variables. Other small cleanups.
8048 * inet/ruserpass.c: Remove __P. Remove unused variables.
8049 (ruserpass): Check results of memory allocation.
8050 * include/netdb.h: Add prototype for ruserpass.
8051
8052 2000-05-29 Andreas Jaeger <aj@suse.de>
8053
8054 * elf/readlib.c (interpreters): Use LD_SO since this is supported
8055 for all platforms.
8056
8057 2000-05-29 Jakub Jelinek <jakub@redhat.com>
8058
8059 * inet/rcmd.c (rresvport_af): Use correct port number.
8060
8061 2000-05-26 Andreas Schwab <schwab@suse.de>
8062
8063 * Makeconfig ($(common-objpfx)soversions.mk): Prepend `$lib=' to
8064 entries in all-sonames.
8065 ($(common-objpfx)gnu/lib-names.h): Use it for the CPP symbol,
8066 preserving the old name if different for compatibility.
8067
8068 2000-05-29 Ulrich Drepper <drepper@redhat.com>
8069
8070 * posix/Makefile (tests): Add tst-spawn.
8071 (tst-spawn-ARGS): New variable.
8072 * posix/tst-spawn.c: New file.
8073
8074 * posix/spawn_faction_addclose.c: Correctly account for new entry.
8075 * posix/spawn_faction_adddup2.c: Likewise.
8076 * posix/spawn_faction_addopen.c: Likewise.
8077 * posix/spawni.c: Correctly test for success of dup2 calls.
8078
8079 * posix/tst-preadwrite.c: Check success of malloc call.
8080
8081 2000-05-28 Ulrich Drepper <drepper@redhat.com>
8082
8083 * posix/Makefile (tests): Add tst-exec.
8084 (tst-exec-ARGS): New variable.
8085 * posix/tst-exec.c: New file.
8086
8087 * sysdeps/arm/atomicity.h (compare_and_swap): Return result.
8088
8089 2000-05-04 Andreas Jaeger <aj@suse.de>
8090
8091 * string/string.h: Remove __strdup prototype, it's not needed in
8092 this file anymore.
8093
8094 2000-05-28 Ulrich Drepper <drepper@redhat.com>
8095
8096 * posix/Makefile (tests): Add tst-fork.
8097 * posix/tst-fork.c: New file.
8098
8099 * resolv/inet_pton.c: Loose __P.
8100
8101 2000-05-21 Jakub Jelinek <jakub@redhat.com>
8102
8103 * libio/libioP.h (_IO_CHECK_WIDE): Define.
8104 * libio/iosetbuffer.c (_IO_setbuffer): Use it.
8105 * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
8106 * libio/fileops.c (_IO_new_file_fopen): Return NULL if
8107 _IO_CHECK_WIDE fails.
8108
8109 2000-05-28 Ulrich Drepper <drepper@redhat.com>
8110
8111 * po/da.po: New file.
8112
8113 * manual/arith.texi (Rounding Functions): Fix documentation of trunc.
8114 Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>.
8115
8116 * manual/charset.texi (Extended Char Intro): Fix typo (and -> as).
8117 (Other iconv Implementations): Fix typo.
8118 Patch by Martin Pool <mbp@wistful.humbug.org.au>.
8119
8120 2000-05-27 Andreas Jaeger <aj@suse.de>
8121
8122 * sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the
8123 normal version now.
8124 * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
8125 * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
8126 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8127 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8128 * sysdeps/unix/sysv/linux/arm/pread.c: Likewise.
8129 * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
8130
8131 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Check
8132 endianness to decide how to pass arguments.
8133 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
8134
8135 * elf/vismain.c: Use test-skeleton interface.
8136 (TEST_FUNCTION): New macro.
8137 (do_test): Renamed from main.
8138
8139 2000-05-27 Ulrich Drepper <drepper@redhat.com>
8140
8141 * sysdeps/posix/getaddrinfo.c (gaih_inet): If req->ai_family ==
8142 AF_UNSPEC don't allow the IPv6 lookup to return mapped IPv4 addresses.
8143
8144 * nss/nss_files/files-hosts.c (LINE_PARSER): Simplify. Correct
8145 handling of AI_V4MAPPED flag.
8146
8147 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If lookup
8148 of IPv6 address failed and RES_USE_INET6 bit in _res.options is set,
8149 perform lookup for T_A type and tell getanswer_r to convert the
8150 result with new argument.
8151 (_nss_dns_gethostbyaddr_r): Pass zero as new argument to getanswer_r.
8152 Don't convert addresses from IPv4 to IPv6 here.
8153 (getanswer_r): Take new parameter indicating if mapping from IPv4 to
8154 IPv6 is wanted. Allow qtype and type from reply to disagree if
8155 IPv4 mapping has to be done. Perform mappings if required by the
8156 caller and not if RES_USE_INET6 bit in _res.options is set.
8157 Add several __builtin_expect.
8158
8159 2000-05-26 Ulrich Drepper <drepper@redhat.com>
8160
8161 * catgets/open_catalog.c (__open_catalog): Add a few __builtin_expect.
8162
8163 * elf/dl-load.c (_dl_map_object): Don't ignore RPATHs if loader ==
8164 NULL.
8165
8166 * posix/tst-preadwrite.c: Allow parallel execution of
8167 tst-preadwrite and tst-preadwrite64.
8168
8169 * posix/Makefile (tests): Add tst-truncate and tst-truncate64.
8170 * posix/tst-truncate.c: New file.
8171 * posix/tst-truncate64.c: New file.
8172
8173 * sysdeps/unix/sysv/linux/pread64.c: The little/big endian code
8174 was switched.
8175
8176 * posix/Makefile (tests): Add tst-preadwrite64.
8177 * posix/tst-preadwrite.c: Alloc file being used also for testing
8178 pread64 and pwrite64.
8179 * posix/tst-preadwrite64.c: New file.
8180
8181 2000-05-26 Andreas Jaeger <aj@suse.de>
8182
8183 * sysdeps/unix/sysv/linux/ftruncate64.c (ftruncate64): Make order
8184 of arguments dependend on endianness.
8185 * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
8186
8187 * sysdeps/unix/sysv/linux/i386/pread64.c: Removed, we can use the
8188 normal version now.
8189 * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
8190 * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
8191 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8192 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8193
8194 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Check
8195 endianness to check how to pass argument.
8196 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
8197
8198 * elf/ldconfig.h: Update parameter list for process_elf_file.
8199
8200 * sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file):
8201 Add parameter file_length and pass it ot process_elf*file.
8202
8203 * sysdeps/generic/readelflib.c (check_ptr): New.
8204 (process_elf_file): Use check_ptr to check all accesses to the
8205 mmapped file. Add parameter file_length.
8206
8207 * elf/readlib.c (known_libs): Use <gnu/lib-names.h> to specify
8208 library names.
8209
8210 * sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.
8211 Closes PR libc/1573, reported by Bradley White
8212 <bww@laurelnetworks.com>.
8213
8214 2000-05-25 Ulrich Drepper <drepper@redhat.com>
8215
8216 * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
8217 __FAST_MATH__ is defined.
8218
8219 2000-05-22 Andreas Jaeger <aj@suse.de>
8220
8221 * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
8222 CFLAGS-test-idouble.c, CFLAGS-test-ildoubl.c.
8223
8224 * manual/math.texi (FP Function Optimizations): Document gcc
8225 -ffast-math behaviour with mathinlines.
8226
8227 * sysdeps/i386/fpu/bits/mathinline.h: Only use save inline
8228 functions unless -ffast-math is given to gcc.
8229
8230 2000-05-23 Jakub Jelinek <jakub@redhat.com>
8231
8232 * sysdeps/i386/fpu/bits/mathinline.h (__sincos, __sincosf,
8233 __sincosl): Guard with __USE_GNU.
8234
8235 2000-05-24 Ulrich Drepper <drepper@redhat.com>
8236
8237 * csu/Makefile (routines): Add check_fds.
8238 * elf/rtld.c (dl_main): Call __libc_check_standard_fds for SUID
8239 binaries. Add various __builtin_expect.
8240 * sysdeps/generic/libc-start.c: Move check_fds and helper functions...
8241 * sysdeps/generic/check_fds.c: ...here. New file.
8242
8243 * malloc/malloc.c (ptmalloc_init): Only enable debugging for SUID
8244 binaries if file /etc/suid-debug is available.
8245
8246 * locale/programs/ld-collate.c (struct element_t): Add mbseqorder
8247 and wcseqorder members.
8248 (struct locale_collate_t): Likewise.
8249 (collate_finish): Assign collation sequence value to each character.
8250 Create tables for output.
8251 (collate_output): Write out tables with collation sequence information.
8252 * locale/C-collate.c: Provide C locale data for collation sequence
8253 table.
8254 * locale/langinfo.h: Add _NL_COLLATE_COLLSEQMB and
8255 _NL_COLLATE_COLLSEQWC.
8256 * locale/categories.def: Add entries for _NL_COLLATE_COLLSEQMB and
8257 _NL_COLLATE_COLLSEQWC.
8258 * posix/fnmatch.c: Define SUFFIX and WIDE_CHAR_VERSION before
8259 include fnmatch_loop.c.
8260 * posix/fnmatch_loop.c: Don't use strcoll while determining whether
8261 character is matched by range expression. Use collation sequence
8262 table. Outside glibc fall back on simple character value comparison.
8263
8264 2000-05-24 Andreas Jaeger <aj@suse.de>
8265
8266 * sysdeps/mips/elf/start.S (ENTRY_POINT): Align stack for double
8267 words.
8268
8269 * intl/Makefile: Run gettext-test only if msgfmt is available.
8270
8271 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_LDT_WORKS):
8272 Define it for newer kernels.
8273
8274 2000-05-23 Ulrich Drepper <drepper@redhat.com>
8275
8276 * elf/dl-sym.c: Minor cleanups.
8277
8278 * configure.in: Add test for .protected.
8279 * config.make.in: Add have-protected variable.
8280 * elf/Makefile (tests): Add $(tests-vis-$(have-protected)).
8281 (tests-vis-yes): Add vismain.
8282 (modules-names): Add $(modules-vis-$(have-protected)).
8283 (modules-vis-yes): Add vismod1, vismod2, and vismod3.
8284 Add rules to generate and run vismain.
8285 * elf/vismain.c: New file.
8286 * elf/vismod1.c: New file.
8287 * elf/vismod2.c: New file.
8288 * elf/vismod3.c: New file.
8289
8290 2000-05-23 Andreas Jaeger <aj@suse.de>
8291
8292 * stdio-common/tfformat.c (sprint_doubles): Add testcase for %a.
8293
8294 * manual/search.texi (Array Sort Function): Document that qsort is
8295 not necessarily in-place.
8296
8297 * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
8298 Closes PR libc/1731.
8299
8300 * csu/munch-tmpl.c (__libc_init): Remove K&R support.
8301 * dirent/scandir64.c: Likewise.
8302 * pwd/getpw.c: Likewise.
8303 * stdlib/bsearch.c (bsearch): Likewise.
8304 * stdlib/tst-strtoll.c: Likewise.
8305 * localedata/collate-test.c: Likewise.
8306 * localedata/xfrm-test.c: Likewise.
8307 * posix/bsd-getpgrp.c: Likewise.
8308 * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
8309 * sysdeps/generic/bits/siginfo.h: Likewise.
8310 * sysdeps/generic/bits/sockaddr.h: Likewise.
8311 * sysdeps/generic/sys/swap.h: Likewise.
8312 * sysdeps/generic/sys/sysinfo.h: Likewise.
8313 * sysdeps/generic/vfork.c: Likewise.
8314 * sysdeps/m68k/fpu/switch/68881-sw.h: Likewise.
8315 * sysdeps/mach/hurd/fdopen.c: Likewise.
8316 * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
8317 * sysdeps/unix/sysv/linux/poll.c: Likewise.
8318 * sysdeps/unix/sysv/linux/readv.c: Likewise.
8319 * sysdeps/unix/sysv/linux/writev.c: Likewise.
8320 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
8321 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
8322 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
8323
8324 * misc/tst-dirname.c: Remove K&R support, use ANSI C prototypes.
8325 * shadow/lckpwdf.c: Likewise.
8326 * stdlib/tst-strtol.c: Likewise.
8327 * sysdeps/generic/tcsetattr.c: Likewise.
8328 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8329 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8330
8331 2000-05-22 Jakub Jelinek <jakub@redhat.com>
8332
8333 * elf/dl-load.c (_dl_init_paths): If env_path_list has 0 elements,
8334 free it and set to (void *) -1.
8335
8336 2000-05-22 Jakub Jelinek <jakub@redhat.com>
8337
8338 * stdio-common/vfscanf.c (__vfscanf): Remove bogus check if '-' is
8339 not the second character in the range.
8340 * stdio-common/tstscanf.c (main): Add testcase for the above.
8341 Reported by jik@kamens.brookline.ma.us.
8342
8343 2000-05-21 H.J. Lu <hjl@gnu.org>
8344
8345 * elf/do-lookup.h (do_lookup_versioned): Replace reloc_type parameter
8346 with noexec and noplt parameter.
8347 (do_lookup): Likewise.
8348
8349 * elf/dl-lookup.c (_dl_lookup_symbol): Change for new parameters of
8350 do_lookup. Support STV_PROTECTED.
8351 (_dl_lookup_symbol_skip): Likewise.
8352 (_dl_lookup_versioned_symbol): Likewise.
8353 (_dl_lookup_versioned_symbol_skip): Likewise.
8354
8355 * elf/dl-reloc.c (RESOLVE): Check STB_LOCAL instead of ST_VISIBILITY.
8356
8357 * elf/dl-runtime.c (profile_fixup): Fix a typo in comment.
8358
8359 2000-05-21 Jakub Jelinek <jakub@redhat.com>
8360
8361 * sysdeps/arm/bits/huge_val.h: Prereq gcc 2.96+, not 2.95.
8362 * sysdeps/i386/bits/huge_val.h: Likewise.
8363 * sysdeps/ieee754/bits/huge_val.h: Likewise.
8364 * sysdeps/m68k/bits/huge_val.h: Likewise.
8365 * sysdeps/sparc/sparc32/bits/huge_val.h: Likewise.
8366 * sysdeps/sparc/sparc64/bits/huge_val.h: Likewise.
8367
8368 2000-05-22 Andreas Jaeger <aj@suse.de>
8369
8370 * iconv/tst-iconv1.c (main): Remove const from inbuf to follow
8371 change in iconv.h.
8372
8373 2000-05-19 Andreas Jaeger <aj@suse.de>
8374
8375 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
8376 (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which
8377 breaks compilation without linuxthreads.
8378
8379 2000-05-21 Ulrich Drepper <drepper@redhat.com>
8380
8381 * sysdeps/ia64/memccpy.S: New file.
8382 * sysdeps/ia64/memchr.S: New file.
8383 * sysdeps/ia64/memcmp.S: New file.
8384 * sysdeps/ia64/memcpy.S: New file.
8385 * sysdeps/ia64/memmove.S: New file.
8386 * sysdeps/ia64/memset.S: New file.
8387 * sysdeps/ia64/strcat.S: New file.
8388 * sysdeps/ia64/strchr.S: New file.
8389 * sysdeps/ia64/strcmp.S: New file.
8390 * sysdeps/ia64/strcpy.S: New file.
8391 * sysdeps/ia64/strlen.S: New file.
8392 * sysdeps/ia64/strncmp.S: New file.
8393 * sysdeps/ia64/strncpy.S: New file.
8394 * sysdeps/ia64/softpipe.h: New file.
8395 Patches by Dan Pop <Dan.Pop@cern.ch>.
8396
8397 * manual/memory.texi: Document memory handling functions (mlock,
8398 munlock, mlockall, munlockall, brk, and sbrk)
8399 * manual/time.texi: Document timespec and friends.
8400 * manual/conf.texi: Fix references.
8401 * manual/ctype.texi: Likewise.
8402 * manual/errno.texi: Likewise.
8403 * manual/intro.texi: Likewise.
8404 * manual/locale.texi: Likewise.
8405 * manual/sysinfo.texi: Likewise.
8406 Patches by Bryan Henderson <bryanh@giraffe-data.com>.
8407
8408 2000-05-09 Jes Sorensen <jes@linuxcare.com>
8409
8410 * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to...
8411 * sysdeps/ia64/dl-lookupcfg.h: ...here.
8412
8413 2000-05-21 Jakub Jelinek <jakub@redhat.com>
8414
8415 * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
8416 dxfer_direction.
8417
8418 2000-05-21 Ulrich Drepper <drepper@redhat.com>
8419
8420 * locale/locale.h (struct lconv): Add new elements from ISO C99.
8421 * locale/localeconv.c: Initialize new elements from ISO C99.
8422 * locale/langinfo.h: Remove _NL_MONETARY prefix from descriptors for
8423 new standard elements.
8424 * locale/categories.def: Adjust accordingly.
8425
8426 * iconv/iconv.h (iconv): Remove const from inbuf parameter.
8427 * iconv/iconv.c: Likewise.
8428 * conform/data/iconv.h-data: Likewise.
8429 * iconv/iconv_prog.c (process_block): Remove const from second
8430 parameter.
8431 (main): Remove const from addr definition.
8432 * manual/charset.texi (Generic Conversion Interface): Remove from
8433 inbuf parameter of iconv.
8434
8435 * intl/dcigettext.c: Fix typo in comment.
8436
8437 2000-05-20 2000 H.J. Lu <hjl@gnu.org>
8438
8439 * resolv/res_libc.c (_res): Initialize _sock to -1.
8440
8441 2000-05-18 Jakub Jelinek <jakub@redhat.com>
8442
8443 * libio/iofopncook.c (_IO_fopencookie): Renamed from fopencookie.
8444 (fopencookie@@GLIBC_2.2): New.
8445 (_IO_old_cookie_seek, _IO_old_fopencookie, _IO_old_cookie_jumps): New.
8446 (fopencookie@GLIBC_2.0): New.
8447 * libio/Versions: Add fopencookie to GLIBC_2.2.
8448
8449 2000-05-18 Andreas Jaeger <aj@suse.de>
8450
8451 * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
8452 Closes PR libc/1731.
8453
8454 * manual/arith.texi (Parsing of Integers): Fix typo.
8455 Closes PR libc/1744, reported by blp@gnu.org.
8456
8457 2000-05-17 Jakub Jelinek <jakub@redhat.com>
8458
8459 * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add
8460 __extension__ to hexadecimal floating constant notation.
8461 * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
8462 Likewise.
8463 * sysdeps/ieee754/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Likewise.
8464 * sysdeps/m68k/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
8465 Likewise.
8466 * sysdeps/sparc/sparc64/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
8467 HUGE_VALL): Likewise.
8468 * sysdeps/sparc/sparc32/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
8469 HUGE_VALL): Likewise.
8470 (HUGE_VALL): Set to HUGE_VAL on sparc32.
8471
8472 2000-05-17 Andreas Jaeger <aj@suse.de>
8473
8474 * string/envz.h: Add pure attributes if possible.
8475
8476 * string/argz.h: argz_count is a pure function.
8477
8478 * string/strings.h: Add pure and const attributes if possible.
8479
8480 * sysdeps/generic/memmem.c (memmem): Check arguments to avoid
8481 possibly searching through the whole memory.
8482 Closes PR libc/1730, reported by Greg Hudson <ghudson@mit.edu>.
8483
8484 2000-05-17 Jakub Jelinek <jakub@redhat.com>
8485
8486 * sysdeps/generic/dl-cache.h (_DL_CACHE_DEFAULT_ID): Only define if
8487 not yet defined.
8488 (_dl_cache_check_flags): Likewise.
8489 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: include_next
8490 dl-cache.h.
8491
8492 2000-05-17 Andreas Jaeger <aj@suse.de>
8493
8494 * manual/creature.texi (Feature Test Macros): Remove paragraph
8495 since the description is wrong.
8496 Closes PR libc/1691, reported by Geoff Clare <gwc@unisoft.com>.
8497
8498 * scripts/config.sub: New version.
8499 * scripts/config.guess: Likewise.
8500 * manual/texinfo.tex: Likewise.
8501
8502 * time/test_time.args: Removed.
8503 * time/Makefile (test_time-ARGS): Added contents here instead.
8504
8505 * posix/tstgetopt.args: Removed.
8506 * posix/Makefile (tstgetopt-ARGS): Added contents here instead.
8507
8508 * Rules: Allow arguments for test files to be specified in
8509 Makefile with testname-ARGS; remove rules with .args in it.
8510
8511 * dirent/Makefile (opendir-tst1-ARGS): Use this for opendir-tst1,
8512 remove old bogus rule for opendir-tst1.args.
8513
8514 * stdlib/test-canon.c: Rewrite to use test-skeleton.c.
8515
8516 * stdlib/Makefile (test-canon-ARGS): New, supply argument to chdir
8517 into objdir. This allows a readonly sourcetree.
8518 Reported by lrgallardo@yahoo.com, closes PR libc/1421.
8519
8520 2000-05-16 Andreas Jaeger <aj@suse.de>,
8521 David Huggins-Daines <dhd@linuxcare.com>
8522
8523 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set
8524 cache_data in case of only new cache format correctly.
8525
8526 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Align struct
8527 cache_file_new.
8528
8529 * sysdeps/generic/dl-cache.h (ALIGN_CACHE): New macro to align
8530 struct cache_file_new.
8531
8532 * elf/cache.c (save_cache): Fix str_offset if only new cache is
8533 present.
8534
8535 * elf/cache.c (save_cache): Align struct new_file_cache.
8536 (print_cache): Likewise.
8537
8538 2000-05-13 Jakub Jelinek <jakub@redhat.com>
8539
8540 * elf/soinit.c (__libc_global_ctors): Move
8541 __pthread_initialize_minimal call out of HAVE_DWARF2_* defines.
8542 * resolv/resolv.h (__res_state): Added __attribute__((const)).
8543 (_res): If __RES_PTHREAD_INTERNAL is defined, declare it as
8544 variable, don't define it to __res_state call.
8545
8546 2000-05-13 Andreas Jaeger <aj@suse.de>
8547
8548 * sysdeps/unix/sysv/linux/bits/socket.h (PF_PPPOX): New, from
8549 Linux 2.3.99pre7.
8550 (AF_PPPOX): Likewise.
8551 * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_PPPOX): Likewise.
8552 (AF_PPPOX): Likewise.
8553
8554 2000-05-12 Andreas Jaeger <aj@suse.de>
8555
8556 * inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices.
8557 Reported by tmoestl@gmx.net, closes PR libc/1732.
8558
8559 2000-05-11 Jan Hubicka <jh@suse.cz>
8560
8561 * misc/sys/cdefs.h: Add support for pure attribute.
8562
8563 * include/string.h: Add __attribute_pure__ to various functions.
8564 * string/string.h: Likewise.
8565
8566 2000-05-10 Jakub Jelinek <jakub@redhat.com>
8567
8568 * elf/dl-reloc.c (_dl_reloc_bad_type): Sync messages with plt
8569 argument.
8570 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
8571 R_SPARC_UA64.
8572 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: New file.
8573
8574 2000-05-10 Jakub Jelinek <jakub@redhat.com>
8575
8576 * elf/dl-reloc.c (_dl_reloc_bad_type): Write type into the message
8577 at proper place. Compute the high nibble correctly.
8578
8579 2000-05-09 Jakub Jelinek <jakub@redhat.com>
8580
8581 * elf/ldconfig.c: Include elf.h.
8582
8583 * elf/dl-sym.c (_dl_sym): Test ref not result for non-zero.
8584 (_dl_vsym): Likewise.
8585 Reported by Owen Taylor <otaylor@redhat.com>.
8586
8587 * elf/dl-deps.c (_dl_map_object_deps): Zero terminate L->l_initfini
8588 always.
8589
8590 2000-05-08 Andreas Jaeger <aj@suse.de>
8591
8592 * include/libintl.h: Add prototype for __bind_textdomain_codeset.
8593
8594 * intl/bindtextdom.c (set_binding_values): Add prototype.
8595
8596 2000-05-08 Jakub Jelinek <jakub@redhat.com>
8597
8598 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Fix arguments in
8599 call to elf_machine_fixup_plt.
8600 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
8601 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
8602
8603 2000-05-08 Jakub Jelinek <jakub@redhat.com>
8604
8605 * elf/dl-fini.c (_dl_fini): Bump l_opencount of all objects so that
8606 they are not dlclose'd from underneath us.
8607
8608 2000-05-08 Andreas Schwab <schwab@suse.de>
8609
8610 * posix/execle.c: Fix size parameter of memcpy.
8611
8612 2000-05-08 Andreas Schwab <schwab@suse.de>
8613
8614 * sysdeps/unix/sysv/linux/m68k/getpagesize.c: New file. Use
8615 getpagesize syscall if available.
8616
8617 2000-05-08 Andreas Jaeger <aj@suse.de>
8618
8619 * sysdeps/generic/lockf64.c (lockf64): Return -1 for overflow and
8620 set errno.
8621
8622 2000-05-08 Jakub Jelinek <jakub@redhat.com>
8623
8624 * elf/dl-lookup.c (add_dependency): Reallocate l_reldeps in
8625 sizeof(struct link_map *) chunks, not in bytes.
8626
8627 2000-05-07 Ulrich Drepper <drepper@redhat.com>
8628
8629 * locale/Makefile (locale-CPPFLAGS): Renamed from CPPFLAGS. It's
8630 only needed for locale.
8631 * catgets/Makefile (catgets-CPPFLAGS): Renamed from CPPFLAGS.
8632 It's only needed for catgets.
8633 Patches by Greg McGary <gkm@eng.ascend.com>.
8634
8635 2000-05-07 Mark Kettenis <kettenis@gnu.org>
8636
8637 * nss/nss_db/db-open.c: Cleanup and add comments. Pretty print.
8638 Remove duplicate <errno.h> include. Remove inclusion of
8639 <libintl.h> and "nsswitch.h".
8640 (set_cloexec_flag): New function, broken out of dbopen.
8641 (dbopen): Changed return type to `enum
8642 nss_status'. Mostly rewritten to make sure that we do not report
8643 NSS_STATUS_SUCCESS if something went wrong. Remove unnecessary casts.
8644 (internal_setent): Change return type to nss_status.
8645 Document, and make sure that the function
8646 behaves accordingly. Make dynamically loading the database
8647 library really thread-safe and return NSS_STATUS_UNAVAIL if it
8648 failed.
8649 (db_cursor): Return ENOMEM is memory allocation failed. Remove
8650 unecessary casts.
8651 * nss/nss_db/dummy-db.h: Add copyright notice. Improve
8652 documentation.
8653 (struct dbc24, struct dbc27): Use DBT type in parameter lists for
8654 c_get function member.
8655 * nss/nss_db/nss_db.h: Add and tweak some comments.
8656 (DBT): Move typedef before NSS_DBC typedef.
8657 (NSS_DBC, NSS_DB): Use DBT in function member parameter lists.
8658
8659 2000-05-07 H.J. Lu <hjl@gnu.org>
8660
8661 * csu/initfini.c: Moved to ....
8662 * sysdeps/generic/initfini.c: ...here.
8663
8664 * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs).
8665
8666 2000-05-07 Ulrich Drepper <drepper@redhat.com>
8667
8668 * manual/resource.texi: Document POSIX scheduling functions.
8669 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
8670
8671 * inet/rcmd.c (rcmd_af): errno is not set if read returns without
8672 reading anything. Reported by Andries.Brouwer@cwi.nl.
8673
8674 * sysdeps/generic/memccpy.c (__memccpy): Don't use reg_char type
8675 for x since promotion in comparison might leads to unexpected
8676 results. Reported by Dan Pop <Dan.Pop@cern.ch>.
8677
8678 * iconv/Makefile (tests): Add tst-iconv1.
8679 * iconv/tst-iconv1.c: New file.
8680 * iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
8681 empty input buffer over full output buffer.
8682 (ucs4_internal_loop): Likewise.
8683 (ucs4_internal_loop_unaligned): Likewise.
8684 (internal_ucs4le_loop): Likewise.
8685 (internal_ucs4le_loop_unaligned): Likewise.
8686 (ucs4le_internal_loop): Likewise.
8687 (ucs4le_internal_loop_unaligned): Likewise.
8688 Reported by yaoz@nih.gov.
8689
8690 2000-05-06 Bruno Haible <haible@clisp.cons.org>
8691
8692 * iconv/gconv_open.c (__gconv_open): If __gconv_find_transform
8693 returned != __GCONV_OK, there is nothing to clean up.
8694
8695 2000-05-06 Bruno Haible <haible@clisp.cons.org>
8696
8697 * intl/tst-gettext.c (main): Disable possibly existing LC_CTYPE and
8698 OUTPUT_CHARSET environment variables.
8699
8700 2000-05-06 Andreas Jaeger <aj@suse.de>
8701
8702 * sysdeps/generic/dl-cache.h (struct file_entry_new): New.
8703 (struct cache_file_new): New.
8704 (struct file_entry): New (moved from cache.c).
8705 (struct cache_file): New (moved from cache.c).
8706
8707 * sysdeps/generic/dl-cache.c (SEARCH_CACHE): New macro, broken out
8708 from _dl_load_cache_lookup.
8709 (_dl_load_cache_lookup): Move search to SEARCH_CACHE macro, handle
8710 the different cache formats.
8711 New variable cache_new for new format.
8712
8713 * elf/ldconfig.h: Change according to changes in cache.c and
8714 ldconfig.c; remove cache_libcmp; add opt_format.
8715
8716 * elf/ldconfig.c: Include "dl-cache.h" and "dl-procinfo.h"; remove
8717 stuff that's defined in those headers.
8718 Add hwcap to struct lib_entry.
8719 (opt_format): New variable to select cache format.
8720 (options): Add format parameter.
8721 (is_hwcap): New function.
8722 (path_hwcap): New function.
8723 (parse_opt): Handle new format parameter.
8724 (search_dir): Handle hwcap, search also subdirectories with hwcap.
8725
8726 * elf/cache.c (_GNU_SOURCE): Removed. Not needed anymore since
8727 ldconfig is part of glibc.
8728 Include dl-cache.h and remove stuff that's defined there.
8729 (struct cache_entry): Add new member hwcap.
8730 (print_entry): Print hwcap, cleanup a bit.
8731 (print_cache): Print new and old formats.
8732 (compare): Use _dl_cache_libcmp from dl-cache.h; handle hwcap.
8733 (save_cache): Save new and old formats.
8734 (add_to_cache): Handle hwcap.
8735
8736 * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Moved from here...
8737 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): ...to here.
8738 * sysdeps/generic/dl-cache.c (LD_SO_CACHE): Moved from here...
8739 * sysdeps/generic/dl-cache.h (LD_SO_CACHE): ...to here.
8740 * sysdeps/generic/dl-cache.c (CACHEMAGIC): Moved from here...
8741 * sysdeps/generic/dl-cache.h (CACHEMAGIC): ...to here.
8742
8743 2000-05-05 Bruno Haible <haible@clisp.cons.org>
8744
8745 * intl/dcigettext.c (alignof): New macro.
8746 (_nl_find_msg): Use it instead of __alignof__. Pass correct output
8747 buffer length to __gconv/iconv. If malloc (freemem_size) fails, set
8748 freemem_size to 0.
8749
8750 2000-05-05 Bruno Haible <haible@clisp.cons.org>
8751
8752 * intl/dcigettext.c (dcigettext): Fix interpretation of tsearch
8753 return value.
8754
8755 2000-05-06 Ulrich Drepper <drepper@redhat.com>
8756
8757 * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
8758 (mempcpy): Correct typo is parameter list.
8759
8760 2000-05-06 Andreas Jaeger <aj@suse.de>
8761
8762 * sysdeps/i386/fpu/bits/mathinline.h: Disable some inline
8763 functions unless -ffast-math is given to gcc.
8764
8765 2000-05-06 Ulrich Drepper <drepper@redhat.com>
8766
8767 * po/ko.po: Update from translation team.
8768
8769 2000-05-05 Ulrich Drepper <drepper@redhat.com>
8770
8771 * sysdeps/unix/sysv/aix/linux/errnoconv.c: Moved to...
8772 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: ...here.
8773 * sysdeps/unix/sysv/aix/linux/statconv.c: Moved to...
8774 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: ...here.
8775 * sysdeps/unix/sysv/aix/linux/direntconv.c: Moved to...
8776 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: ...here.
8777
8778 * sysdeps/unix/sysv/aix/linux/linux-errno.h: Removed.
8779 * sysdeps/unix/sysv/aix/linux/linux-stat.h: Removed
8780 * sysdeps/unix/sysv/aix/linux/linux-dirent.h: Removed.
8781
8782 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: New file.
8783 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: New file.
8784 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: New file.
8785 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: New file.
8786
8787 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: New file.
8788 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: New file.
8789
8790 2000-05-05 Jes Sorensen <jes@linuxcare.com>
8791
8792 * sysdeps/unix/sysv/linux/ia64/sysdep.h: New file.
8793 * sysdeps/unix/sysv/linux/ia64/syscall.S: New file.
8794
8795 * sysdeps/unix/sysv/linux/ia64/bits/types.h: New file.
8796 * sysdeps/unix/sysv/linux/ia64/bits/endian.h: New file.
8797
8798 * sysdeps/ia64/Implies: New file.
8799 * sysdeps/ia64/Versions: New file. Declare _dl_symbol_address.
8800 * sysdeps/ia64/Makefile: New file.
8801 * sysdeps/ia64/gmp-mparam.h: New file,
8802
8803 * sysdeps/ia64/elf/start.S: New file.
8804
8805 * sysdeps/ia64/bits/fenv.h: New file.
8806
8807 2000-05-05 David Mosberger-Tang <davidm@hpl.hp.com>
8808
8809 * sysdeps/unix/sysv/linux/ia64/sysdep.S: New file.
8810
8811 2000-04-26 Jes Sorensen <Jes.Sorensen@cern.ch>
8812
8813 * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: New file. The
8814 ia64 has 64 bit .hash entries just as the Alpha.
8815
8816 2000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch>
8817
8818 * sysdeps/ia64/memprof.h: New file. Provide GETSP() macro.
8819
8820 2000-04-17 Jes Sorensen <Jes.Sorensen@cern.ch>
8821
8822 * sysdeps/ia64/fpu/fclrexcpt.c: New file.
8823 * sysdeps/ia64/fpu/fedisblxcpt.c: New file.
8824 * sysdeps/ia64/fpu/feenablxcpt.c: New file.
8825 * sysdeps/ia64/fpu/fegetenv.c: New file.
8826 * sysdeps/ia64/fpu/fegetexcept.c: New file.
8827 * sysdeps/ia64/fpu/fegetround.c: New file.
8828 * sysdeps/ia64/fpu/feholdexcpt.c: New file.
8829 * sysdeps/ia64/fpu/fesetenv.c: New file.
8830 * sysdeps/ia64/fpu/fesetround.c: New file.
8831 * sysdeps/ia64/fpu/feupdateenv.c: New file.
8832 * sysdeps/ia64/fpu/fgetexcptflg.c: New file.
8833 * sysdeps/ia64/fpu/fraiseexcpt.c: New file.
8834 * sysdeps/ia64/fpu/fsetexcptflg.c: New file.
8835 * sysdeps/ia64/fpu/ftestexcept.c: New file.
8836
8837 2000-05-05 Andreas Jaeger <aj@suse.de>
8838
8839 * misc/tst-tsearch.c (main): Correct type for initstate argument.
8840
8841 * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
8842 (_dl_string_hwcap): New, does nothing.
8843
8844 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): New.
8845 (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
8846 (_dl_string_hwcap): New function, converts from string to hwcap
8847 encoding.
8848 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
8849 (_DL_HWCAP_COUNT): New.
8850 (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
8851 (_dl_string_hwcap): New function, converts from string to hwcap
8852 encoding.
8853 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h
8854 (_DL_HWCAP_COUNT): New.
8855 (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
8856 (_dl_string_hwcap): New function, converts from string to hwcap
8857 encoding.
8858
8859 2000-05-05 Ulrich Drepper <drepper@redhat.com>
8860
8861 * elf/Makefile (distribute): Add dl-lookupcfg.h.
8862 * sysdeps/ia64/Dist: New file.
8863
8864 * elf/dl-load.c (_dl_map_object_from_fd): Little of computation of
8865 parameter to mprotect and for variable assignments.
8866
8867 2000-05-03 Jes Sorensen <jes@linuxcare.com>
8868
8869 * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Check the
8870 validity of map before dereferencing it.
8871
8872 * elf/dl-reloc.c (RESOLVE_MAP): Define.
8873
8874 2000-05-02 Jes Sorensen <jes@linuxcare.com>
8875
8876 * elf/dl-runtime.c (fixup): Add the value returned in the symbol
8877 lookup to the arguments to elf_machine_fixup_plt().
8878
8879 * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add Link_map
8880 of the symbol being resolved to input argument list and make the
8881 function return the pointer to the reloc.
8882
8883 * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): Change
8884 return valuie to lookup_t and return the value.
8885 * sysdeps/arm/dl-machine.h (elf_machine_fixup_plt): Likewise.
8886 * sysdeps/generic/dl-machine.h (elf_machine_fixup_plt): Likewise.
8887 * sysdeps/i386/dl-machine.h (elf_machine_fixup_plt): Likewise.
8888 * sysdeps/m68k/dl-machine.h (elf_machine_fixup_plt): Likewise.
8889 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_fixup_plt): Likewise.
8890 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Likewise.
8891
8892 * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Likewise.
8893 Make it an inline function returning value after calling
8894 __elf_machine_fixup_plt().
8895
8896 * elf/dl-sym.c (_dl_vsym): Use DL_SYMBOL_ADDRESS() to obtain the
8897 symbol address.
8898
8899 * elf/dl-symbol.c (_dl_symbol_value): Use LOOKUP_VALUE_ADDRESS to
8900 obtain the symbol address.
8901
8902 * sysdeps/generic/ldsodefs.h: Add generic DL_SYMBOL_ADDRESS() macro
8903 depending on the definition of ELF_FUNCTION_PTR_IS_SPECIAL.
8904
8905 * sysdeps/ia64/dl-machine.h: Add DL_SYMBOL_ADDRESS() macro calling
8906 _dl_symbol_address() - this way DL_SYMBOL_ADDRESS() turns into an
8907 inline on non ia64.
8908
8909 2000-04-28 Jes Sorensen <jes@linuxcare.com>
8910
8911 * elf/dl-runtime.c (fixup): Use the portable macros to get the
8912 symbol address of an object.
8913
8914 * elf/dl-runtime.c (fixup-profile): Use the portable macros to get
8915 the symbol address of an object.
8916
8917 * elf/dl-libc.c (struct do_dlsym_args): Change loadbase to a lookup_t.
8918 * elf/dl-lookup.c (_dl_lookup_symbol): Likewise.
8919 (_dl_lookup_symbol_skip): Likewise.
8920 (_dl_lookup_versioned_symbol): Likewise.
8921 (_dl_lookup_versioned_symbol_skip): Likewise.
8922
8923 2000-04-27 Jes Sorensen <jes@linuxcare.com>
8924
8925 * elf/rtld.c (_dl_start): Get the function pointer return address
8926 via _dl_start_address for architectures that need a function
8927 pointer descriptor rather than just a pointer (ia64).
8928
8929 * sysdeps/generic/dl-lookupcfg.h: New file.
8930 * sysdeps/ia64/dl-lookupcfg.h: New file.
8931 * sysdeps/ia64/dl-machine.h: New file.
8932 * sysdeps/ia64/dl-symaddr.c: New file.
8933 * sysdeps/ia64/dl-fptr.c: New file.
8934
8935 * elf/elf.h: Add IA-64 specific definitions.
8936
8937 2000-05-04 Jakub Jelinek <jakub@redhat.com>
8938
8939 * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
8940 end of enum.
8941
8942 2000-05-04 Jakub Jelinek <jakub@redhat.com>
8943
8944 * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
8945 happy.
8946
8947 2000-04-11 Geoff Keating <geoffk@cygnus.com>
8948
8949 * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
8950 symbol. Call _dl_init rather than the old way.
8951
8952 2000-05-04 Ulrich Drepper <drepper@redhat.com>
8953
8954 * elf/dl-open.c (dl_open_worker): Use l_map_start and l_map_end to
8955 test for pointer in range of DSO address space.
8956
8957 2000-05-04 Andreas Jaeger <aj@suse.de>
8958
8959 * nscd/pwdcache.c (addpwbyname): Initialize oldeuid to silence GCC.
8960
8961 2000-05-03 Ulrich Drepper <drepper@redhat.com>
8962
8963 * locale/findlocale.c (_nl_find_locale): Add new parameter to
8964 calls of _nl_make_l10nflist.
8965
8966 * libio/stdio.h: Make fseeko and ftello prototypes available is
8967 __USE_LARGEFILE. Patch by Paul Eggert <eggert@twinsun.com>.
8968
8969 * sysdeps/generic/dl-environ.c (unsetenv): Follow change to the
8970 real unsetenv implementation from 1999-07-29 [PR libc/1714].
8971
8972 2000-05-03 Bruno Haible <haible@clisp.cons.org>
8973
8974 * intl/dcigettext.c (dcigettext): Do the defaulting of 'domainname'
8975 before calling tfind.
8976
8977 2000-03-05 Jakub Jelinek <jakub@redhat.com>
8978
8979 * resolv/resolv.h (res_querydomain): Remove redefinition to
8980 __res_querydomain (reported by Owen Taylor <otaylor@redhat.com>).
8981
8982 2000-05-03 Ulrich Drepper <drepper@redhat.com>
8983
8984 * po/gl.po: Update from translation team.
8985
8986 * manual/intro.texi (Program Basics): Change section title.
8987 * manual/process.texi: Fix reference.
8988 (Executing a File): Add reference exec in other section.
8989 * manual/signal.texi: Fix reference.
8990 * manual/startup.texi: Document syscall function.
8991 Patches by Bryan Henderson <bryanh@giraffe-data.com>.
8992
8993 2000-04-29 Bruno Haible <haible@clisp.cons.org>
8994
8995 * intl/libintl.h (bind_textdomain_codeset): New declaration.
8996 * intl/bindtextdom.c (set_binding_values): New function.
8997 (bindtextdomain): Call it.
8998 (bind_textdomain_codeset): New function.
8999 * intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain.
9000 (free_mem): Free each binding's codeset.
9001 * intl/gettextP.h (struct binding): Add codeset field.
9002 (_nl_find_domain): Add domainbinding argument.
9003 * intl/finddomain.c (_nl_find_domain): Add domainbinding argument.
9004 Pass it to _nl_make_l10nflist.
9005 * intl/loadinfo.h (struct loaded_l10nfile): Add domainbinding field.
9006 (_nl_make_l10nflist): Add domainbinding argument.
9007 * intl/l10nflist.c (_nl_make_l10nflist): Add domainbinding argument.
9008 * intl/loadmsgcat.c (_nl_load_domain): Look at the domainbinding's
9009 codeset when determining outcharset. If !_LIBC && HAVE_ICONV, call
9010 locale_charset().
9011 * manual/message.texi: New node "Charset conversion in gettext".
9012
9013 2000-04-30 Bruno Haible <haible@clisp.cons.org>
9014
9015 * catgets/open_catalog.c (__open_catalog): Use __builtin_expect where
9016 appropriate. Handle possible __read error.
9017
9018 2000-04-29 Bruno Haible <haible@clisp.cons.org>
9019
9020 * intl/gettextP.h (__builtin_expect): Define as empty if not a
9021 compiler builtin.
9022 * intl/loadinfo.h (__builtin_expect): Likewise.
9023 * intl/dcigettext.c (dcigettext, _nl_find_msg): Use
9024 __builtin_expect where appropriate.
9025 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
9026 * intl/localealias.c (extend_alias_table): Return an error indicator.
9027 (read_alias_file): Bail out if extend_alias_table fails.
9028
9029 2000-04-29 Bruno Haible <haible@clisp.cons.org>
9030
9031 * intl/loadmsgcat.c: Define _GNU_SOURCE as early as possible.
9032 * intl/localealias.c: Likewise.
9033
9034 2000-05-01 Bruno Haible <haible@clisp.cons.org>
9035
9036 * intl/loadmsgcat.c (_nl_load_domain): Initialize domain->conv_tab.
9037 Initialize domain->plural and domain->nplurals even if there is no
9038 nullentry.
9039
9040 2000-05-01 Bruno Haible <haible@clisp.cons.org>
9041
9042 * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
9043 value is == __GCONV_OK or == __GCONV_EMPTY_INPUT, not != __GCONV_OK.
9044 In case of failure, goto converted.
9045
9046 2000-05-01 Bruno Haible <haible@clisp.cons.org>
9047
9048 * wcsmbs/wcsmbsload.c (norm_add_slashes): Move away.
9049 * iconv/gconv_int.h (norm_add_slashes): Move to here.
9050 * intl/loadmsgcat.c (_nl_load_domain): Normalize strings passed to
9051 __gconv_open.
9052
9053 2000-04-29 Bruno Haible <haible@clisp.cons.org>
9054
9055 * intl/dcigettext.c (transcmp): Compare the domains as well.
9056 (dcigettext): Call strlen (msgid1) after testing msgid1 against NULL,
9057 not before.
9058 * intl/loadmsgcat.c (_nl_load_domain): Deal with EINTR. Include
9059 <errno.h>.
9060
9061 2000-05-03 Ulrich Drepper <drepper@redhat.com>
9062
9063 * string/bits/string2.h: Declare __strdup and __strndup if necessary.
9064 Reported by Bruno Haible.
9065
9066 2000-04-29 Bruno Haible <haible@clisp.cons.org>
9067
9068 * manual/arith.texi: Remove @w from @itemize.
9069
9070 2000-05-02 Andreas Jaeger <aj@suse.de>
9071
9072 * conform/data/tar.h-data: Add some checks for specific values.
9073
9074 * conform/data/stdlib.h-data: Add checks for value of EXIT_SUCCESS
9075 and RAND_MAX.
9076
9077 * conform/data/stdio.h-data: Add checks for value of TMP_MAX and
9078 FOPEN_MAX.
9079
9080 * conform/data/netinet/in.h-data: Add exact checks for the values
9081 fo INET_ADDRSTRLEN and INET6_ADDRSTRLEN.
9082
9083 * conform/data/float.h-data: Add some minimal values.
9084
9085 * conform/conformtest.pl: Test for macros with string constants,
9086 check for minimum and maximum values.
9087 Add limits.h to headers.
9088
9089 * conform/data/cpio.h-data: Test for value of MAGIC.
9090
9091 * conform/data/limits.h-data: New file.
9092
9093 2000-04-30 Bruno Haible <haible@clisp.cons.org>
9094
9095 * math/Makefile (headers): Add bits/fenvinline.h.
9096
9097 2000-05-01 Ulrich Drepper <drepper@redhat.com>
9098
9099 * sysdeps/unix/sysv/aix/linux/linux-dirent.h: New file.
9100 * sysdeps/unix/sysv/aix/linux/direntconv.c: New file.
9101
9102 * posix/Versions: Change posix_spawnattr_getdefault and
9103 posix_spawnattr_setdefault to posix_spawnattr_getsigdefault
9104 and posix_spawnattr_setsigdefault respectively.
9105 * posix/spawn.h: Likewise.
9106 * posix/spawnattr_getdefault.h: Likewise.
9107 * posix/spawnattr_setdefault.h: Likewise.
9108 * conform/data/spawn.h-data: Likewise.
9109
9110 2000-05-01 Andreas Jaeger <aj@suse.de>
9111
9112 * nscd/nscd.c: Include <grp.h> for setgroups prototype.
9113
9114 2000-04-30 Ulrich Drepper <drepper@redhat.com>
9115
9116 * manual/sysinfo.texi: Document getdomainname, setdomainname
9117 and sysctl.
9118 * manual/string.texi: Fix typo.
9119 * manual/terminal.texi: Document gtty and stty.
9120 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
9121
9122 2000-04-30 Andreas Jaeger <aj@suse.de>
9123
9124 * posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in
9125 accordance with Austin Draft.
9126
9127 2000-04-30 Ulrich Drepper <drepper@redhat.com>
9128
9129 * catgets/gencat.c (read_input_file): Use isblank and not isspace
9130 to recognize second character in comment line.
9131
9132 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Set errno to
9133 ENOBUFS if we are out of memory.
9134
9135 * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Make
9136 available if __USE_XOPEN2K.
9137 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
9138 * sysdeps/unix/common/bits/fcntl.h: Likewise.
9139 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9140 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9141 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
9142 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9143 * sysdeps/unix/sysv/aix/bits/fcntl.h: Likewise.
9144 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
9145
9146 2000-04-29 Ulrich Drepper <drepper@redhat.com>
9147
9148 * iconv/iconv_prog.c (main): Handle input file name "-" correctly.
9149 Recognize option -s, -c, and -l.
9150
9151 2000-04-20 Thorsten Kukuk <kukuk@suse.de>
9152
9153 * nscd/nscd.c: Start new session for nscd, drop privilegs
9154 to configured user if requested and no -S parameter are used.
9155 * nscd/nscd.conf: Add new option "server-user".
9156 * nscd/nscd_conf.c: Add support for new "server-user" option.
9157 * nscd/nscd.h: Add declaration for server_user variable.
9158 Based on patch by Chris Wing <wingc@engin.umich.edu>
9159
9160 2000-04-29 Mark Kettenis <kettenis@gnu.org>
9161
9162 * sysdeps/unix/sysv/linux/i386/sigaction.c: Add comment explaining
9163 that changing the __restore and __restore_rt signal return code
9164 will break GDB.
9165
9166 2000-04-29 Mark Kettenis <kettenis@gnu.org>
9167
9168 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Do not include
9169 <sys/user.h>.
9170
9171 2000-04-29 Mark Kettenis <kettenis@gnu.org>
9172
9173 * conform/data/ucontext.h-data: Allow ss_* instead of SS_*.
9174
9175 2000-04-29 Ulrich Drepper <drepper@redhat.com>
9176
9177 * conform/conformtest.pl (@headers): Add sys/utsname.h, sys/un.h,
9178 sys/socket.h, spawn.h, netinet/tcp.h, netinet/in.h, net/if.h, and
9179 arpa/inet.h.
9180 * conform/data/fcntl.h-data: Add F_GETOWN, F_SETOWN,
9181 SEEK_SET, SEEK_CUR, SEEK_END, S_IFMT, S_IFBLK, S_IFCHR, S_IFIFO,
9182 S_IFREG, S_IFDIR, S_IFLNK, S_IFSOCK, S_IRWXU, S_IRUSR S_IWUSR,
9183 S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
9184 S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
9185 POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_WILLNEED,
9186 POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE, posix_fadvise,
9187 posix_fallocate, and posix_madvise.
9188 * conform/data/netdb.h-data: New file.
9189 * conform/data/pthread.h-data: Add pthread_barrier_t,
9190 pthread_barrierattr_t, pthread_barrier_destroy,
9191 pthread_barrier_init, pthread_barrier_wait,
9192 pthread_barrierattr_destroy, pthread_barrierattr_getpshared,
9193 pthread_barrierattr_init, pthread_barrierattr_setpshared,
9194 pthread_condattr_getclock, pthread_condattr_setclock,
9195 pthread_getcpuclockid, pthread_mutex_timedlock,
9196 pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock,
9197 pthread_sigmask, pthread_spin_destroy, pthread_spin_init,
9198 pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock.
9199 * conform/data/sched.h-data: Add sched_ss_low_priority,
9200 sched_ss_repl_period, sched_ss_init_budget, sched_ss_max_repl, and
9201 SCHED_SPORADIC.
9202 * conform/data/semaphore.h-data: Add sem_timedwait.
9203 * conform/data/signal.h-data: Add SIGIO.
9204 * conform/data/spawn.h-data: New file.
9205 * conform/data/stdlib.h-data: Add posix_memalign, setenv, and unsetenv.
9206 * conform/data/time.h-data: Add CLOCK_PROCESS_CPUTIME_ID,
9207 CLOCK_THREAD_CPUTIME_ID, clock_getcpuclockid, and clock_nanosleep.
9208 Fix typo in gmtime_r definition.
9209 * conform/data/unistd.h-data: Add _POSIX_ADVISORY_INFO,
9210 _POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
9211 _POSIX_READER_WRITER_LOCKS, _POSIX_SHELL, _POSIX_SPAWN,
9212 _POSIX_SPIN_LOCKS, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME,
9213 _POSIX_TYPED_MEMORY_OBJECTS, _POSIX_THREAD_SPORADIC_SERVER,
9214 _XOPEN_STREAMS, _POSIX_TIMEOUTS, _POSIX2_PBS,
9215 _POSIX2_PBS_ACCOUNTING, _POSIX2_PBS_CHECKPOINT,
9216 _POSIX2_PBS_LOCATE, _POSIX2_PBS_MESSAGE, _POSIX2_PBS_TRACK,
9217 _SC_2_PBS, _SC_2_PBS_ACCOUNTING, _SC_2_PBS_CHECKPOINT,
9218 _SC_2_PBS_LOCATE, _SC_2_PBS_MESSAGE, _SC_2_PBS_TRACK,
9219 _SC_BARRIERS, _SC_BASE, _SC_CLOCK_SELECTION, _SC_DEVICE_IO,
9220 _SC_DEVICE_SPECIFIC, _SC_DEVICE_SPECIFIC_R, _SC_FD_MGMT, _SC_FIFO,
9221 _SC_FILE_ATTRIBUTES, _SC_FILE_LOCKING, _SC_FILE_SYSTEM,
9222 _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK,
9223 _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK, _SC_MULTIPLE_PROCESS,
9224 _SC_NETWORKING, _SC_PIPE, _SC_READER_WRITER_LOCKS, _SC_REGEXP,
9225 _SC_SHELL, _SC_SIGNALS, _SC_SINGLE_PROCESS, _SC_SPIN_LOCKS,
9226 _SC_TYPED_MEMORY_OBJECTS, _SC_USER_GROUPS, _SC_USER_GROUPS_R,
9227 _SC_STREAMS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
9228 _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, setegid, seteuid. Fix
9229 typo in off_t definition.
9230 * conform/data/net/if.h-data: New file.
9231 * conform/data/netinet/in.h-data: New file.
9232 * conform/data/netinet/tcp.h-data: New file.
9233 * conform/data/sys/mman.h-data: Add POSIX_MADV_NORMAL,
9234 POSIX_MADV_SEQUENTIAL, POSIX_MADV_RANDOM, POSIX_MADV_WILLNEED,
9235 POSIX_MADV_DONTNEED, POSIX_TYPED_MEM_ALLOCATE,
9236 POSIX_TYPED_MEM_ALLOCATE_CONTIG, POSIX_TYPED_MEM_MAP_ALLOCATABLE,
9237 posix_typedmem_info, posix_mem_offset, posix_typed_mem_get_info,
9238 and posix_typed_mem_open.
9239 * conform/data/sys/socket.h-data: New file.
9240 * conform/data/sys/stat.h-data: Add S_TYPEISTMO and isfdtype.
9241 * conform/data/sys/types.h-data: Add pthread_barrier_t,
9242 pthread_barrierattr_t, and pthread_spinlock_t.
9243 * conform/data/sys/un.h-data: New file.
9244 * conform/data/sys/utsname.h-data: New file.
9245
9246 * include/netdb.h (__gethostbyaddr_r): Fix types of first and second
9247 parameter.
9248 * inet/gethstbyad.c (gethostbyname): Likewise.
9249 * inet/gethstbyad_t.c (gethostbyname_r): Likewise.
9250 * inet/getipnodebyad.c (getipnodebyad): Likewise.
9251 * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
9252 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
9253 Likewise.
9254 * nscd/gethstbyad_r.c (gethostbyaddr_r): Likewise.
9255 * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
9256 * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Likewise.
9257 * nss/nss_files/files-hosts.c (_nss_files_gethostbyaddr_r): Likewise.
9258 * resolv/gethnamaddr.c (gethostbyname): Likewise.
9259 * resolv/netdb.h (struct hostent): Fix type of h_length member.
9260 (gethostbyaddr, getipnodebyaddr, gethostbyaddr_r): Fix types of first
9261 and second parameter.
9262
9263 * wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s
9264 == NULL.
9265
9266 2000-04-29 Andreas Jaeger <aj@suse.de>
9267
9268 * conform/data/arpa/inet.h-data: New file.
9269
9270 2000-04-28 Geoff Clare <gwc@unisoft.com>
9271
9272 * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the
9273 path passed to ftw() or nftw() is an empty string.
9274 Closes PR libc/1710.
9275
9276 2000-04-27 Ulrich Drepper <drepper@redhat.com>
9277
9278 * localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
9279 (do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
9280 * localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
9281 * localedata/tst-mbswcs4.c: New file.
9282 * localedata/tst-mbswcs5.c: New file.
9283
9284 * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
9285 == NULL. Little optimization.
9286
9287 * elf/dl-init.c (_dl_init): Correct typo (DT_PREINIT_ARRAY not
9288 DT_PREINIT_ARRAYSZ).
9289 Reported by Jes Sorensen <Jes.Sorensen@cern.ch>.
9290
9291 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups): Handle
9292 overflows in conversion from ASCII.
9293
9294 2000-04-26 Jakub Jelinek <jakub@redhat.com>
9295
9296 * Makeconfig (full_config_sysdirs): Renamed from full-config-sysdirs.
9297 * Makerules (full_config_sysdirs): Likewise.
9298 * MakeTAGS (full_config_sysdirs): Likewise.
9299
9300 2000-04-26 Jakub Jelinek <jakub@redhat.com>
9301
9302 * .cvsignore: Remove linuxthreads.
9303 * po/.cvsignore: Remove *.pot.
9304 * posix/glob/.cvsignore: Removed.
9305 * sysdeps/unix/bsd/osf/.cvsignore: Removed.
9306
9307 2000-04-25 Andreas Jaeger <aj@suse.de>
9308
9309 * conform/Makefile (distribute): Also distribute contents of
9310 subdirectories.
9311
9312 * Makerules (no_deps): Remove abi-versions.h.
9313
9314 * nis/nis_print_group_entry.c: Include alloca.h for alloca prototype.
9315
9316 2000-04-25 Jakub Jelinek <jakub@redhat.com>
9317
9318 * sysdeps/sparc/sparc64/elf/Dist: Remove.
9319 * sysdeps/sparc/sparc64/elf/crtbegin.S: Remove.
9320 * sysdeps/sparc/sparc64/elf/crtbeginS.S: Remove.
9321 * sysdeps/sparc/sparc64/elf/crtend.S: Remove.
9322 * sysdeps/sparc/sparc64/elf/crtendS.S: Remove.
9323 * sysdeps/sparc/sparc64/elf/Makefile: Don't build crtbegin/crtend
9324 objects.
9325
9326 2000-04-25 Thorsten Kukuk <kukuk@suse.de>
9327
9328 * nscd/grpcache.c: Fix gr_name pointer [PR/1702].
9329
9330 2000-04-23 Bruno Haible <haible@clisp.cons.org>
9331
9332 * intl/dcigettext.c: Define _GNU_SOURCE as early as possible.
9333 * intl/l10nflist.c: Likewise.
9334
9335 2000-04-23 Bruno Haible <haible@clisp.cons.org>
9336
9337 * intl/bindtextdom.c [!_LIBC]: Define __libc_rwlock_define,
9338 __libc_rwlock_wrlock, __libc_rwlock_unlock as empty.
9339 * intl/textdomain.c [!_LIBC]: Likewise.
9340 * intl/dcigettext.c [!_LIBC]: Define __libc_rwlock_define_initialized,
9341 __libc_rwlock_rdlock, __libc_rwlock_unlock as empty.
9342 * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC, !HAVE_ICONV]: Avoid
9343 syntax error.
9344
9345 2000-04-23 Bruno Haible <haible@clisp.cons.org>
9346
9347 * intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
9348 character set conversion also in the case the translation was found
9349 after a hash collision or through binary search. Store the maximum
9350 index together with the converted message. Use iconv() when available.
9351 In case of out of memory during conversion, return the unconverted
9352 translated string, not NULL.
9353
9354 2000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch>
9355
9356 * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
9357 to avoid name clashes with the ia32 linker.
9358
9359 2000-04-25 Jakub Jelinek <jakub@redhat.com>
9360
9361 * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
9362 handling.
9363
9364 2000-04-27 Ulrich Drepper <drepper@redhat.com>
9365
9366 * manual/string.texi: Document strcasestr, strchrnul, strtoimax,
9367 strtoumax, strfry, and memfrob.
9368 * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
9369 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
9370
9371 * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
9372 if this function is available.
9373
9374 * sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for
9375 all values.
9376
9377 2000-04-27 Jakub Jelinek <jakub@redhat.com>
9378
9379 * nss/getXXbyYY_r.c: Fix a typo in __old_getxxbyyy_r versioning.
9380
9381 2000-04-27 Ulrich Drepper <drepper@redhat.com>
9382
9383 * localedata/Makefile (test-srcs); Add tst-mbswcs3.
9384 Add rule to build tst-mbswcs3 before running tst-mbswcs.sh.
9385 * localedata/tst-mbswcs.sh: Run tst-mbswcs3.
9386 * localedata/tst-mbswcs3.c: New file.
9387
9388 2000-04-26 Ulrich Drepper <drepper@redhat.com>
9389
9390 * wcsmbs/mbsnrtowcs.c: Correctly compute number of converted
9391 characters. Don't handle incomplete characters as errors.
9392 * wcsmbs/mbsrtowcs.c: Don't handle incomplete characters as errors.
9393 * localedata/Makefile (test-srcs): Add tst-mbswcs2.
9394 Add rule to build tst-mbswcs2 before running tst-mbswcs.sh.
9395 * localedata/tst-mbswcs.sh: Run tst-mbswcs2.
9396 * localedata/tst-mbswcs2.c: New file.
9397
9398 * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct
9399 stored character in state in UNPACK_BYTES macro.
9400 * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work. Correct
9401 test for available characters, handle result of BODY code correctly.
9402 * localedata/Makefile (test-srcs): Add tst-mbswcs1.
9403 (distribute): Add tst-mbswcs.sh.
9404 Add rule to run tst-mbswcs.sh.
9405 * localedata/tst-mbswcs.sh: New file.
9406 * localedata/tst-mbswcs1.c: New file.
9407
9408 2000-04-26 Jakub Jelinek <jakub@redhat.com>
9409
9410 * nis/nis_callback.c (__nis_create_callback): Do failed memory
9411 allocation fixups centrally, fix __builtin_expect call, return NULL
9412 on failure, not NIS_NOMEMORY.
9413
9414 2000-04-27 Bruno Haible <haible@clisp.cons.org>
9415
9416 * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.
9417
9418 * intl/loadinfo.h (internal_function): Define if not already defined.
9419
9420 2000-04-27 Andreas Jaeger <aj@suse.de>
9421
9422 * intl/libintl.h: Fix typo, reported by Bruno Haible
9423 <haible@clisp.cons.org>.
9424
9425 2000-04-25 Ulrich Drepper <drepper@redhat.com>
9426
9427 * elf/dl-profile.c (_dl_mcount): Try to be thread-safe while not
9428 setting the state to GMON_PROF_BUSY.
9429
9430 2000-04-24 Ulrich Drepper <drepper@redhat.com>
9431
9432 * elf/dl-profile.c (_dl_start_profile): define all variables which
9433 do not have to be global as local variables.
9434
9435 * nis/nis_callback.c (__nis_create_callback): Partially undo last
9436 patch. Keep needed tests for failed memory allocation.
9437
9438 * elf/dl-reloc.c (_dl_relocate_object): Add one more
9439 __builtin_expect saying that we don't normally expect to profile.
9440
9441 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add
9442 __builtin_expect where desirable.
9443
9444 2000-04-23 Ulrich Drepper <drepper@redhat.com>
9445
9446 * manual/Makefile (chapters): Add syslog.
9447 * manual/syslog.texi: New file.
9448 * manual/math.texi: Fix references.
9449 * manual/terminal.texi: Likewise.
9450 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
9451
9452 2000-04-18 Jakub Jelinek <jakub@redhat.com>
9453
9454 * posix/sys/wait.h: Define __WAIT_STATUS and the like either if
9455 stdlib.h was not included or __USE_XOPEN not defined.
9456
9457 2000-04-23 Ulrich Drepper <drepper@redhat.com>
9458
9459 * nss/Makefile (libnss_db-dbs): Remove stray backslash.
9460 Patch by Zack Weinberg <zack@wolery.cumb.org>.
9461
9462 2000-04-22 Ulrich Drepper <drepper@redhat.com>
9463
9464 * manual/examples/subopt.c (mount_opts): Add missing terminating
9465 entry.
9466 Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
9467
9468 * assert/assert-perr.c: Include <stdlib.h> for abort prototype.
9469 * libio/ftello.c: Likewise.
9470 * libio/ftello64.c: Likewise.
9471 * libio/ioftell.c: Likewise.
9472 * sysdeps/generic/memrchr.c: Likewise.
9473 * sysdeps/posix/libc_fatal.c: Likewise.
9474 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9475 * misc/fstab.c: Include <string.h> for strcmp prototype.
9476 * sysdeps/generic/ldsodefs.h: Likewise.
9477 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9478 Patch by Kurt Roeckx <Q@ping.be>.
9479
9480 * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
9481 Remove db-open. Change all uses.
9482 (libnss_db-routines): Define as $(libnss_db-dbs) db-open.
9483
9484 2000-04-21 Jakub Jelinek <jakub@redhat.com>
9485
9486 * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
9487 * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
9488 * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
9489 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
9490 with .set noat/at to shut up warnings.
9491 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
9492 * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
9493 compilation if __NR_pciconfig_iobase is not defined.
9494 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
9495 Add alias.
9496
9497 2000-04-21 Ulrich Drepper <drepper@redhat.com>
9498
9499 * manual/sysinfo.texi: Fix typo.
9500 * manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
9501 Replace "high precision time" with "high accuracy clock".
9502 Fix language.
9503 Patches by Bryan Henderson <bryanh@giraffe-data.com>.
9504
9505 * nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
9506 * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
9507 instead of malloc.
9508 * nis/nis_subr.c: Use __builtin_expect.
9509 * nis/ypclnt.c: Likewise.
9510 * nis/nis_getservlist.c: Likewise.
9511 * nis/nis_creategroup.c: Likewise.
9512
9513 * nis/nis_callback.c (__nis_create_callback): Check result of
9514 memory allocation. Fix memory leaks. Use __builtin_expect.
9515 (__nis_destroy_callback): Fix memory leaks.
9516
9517 2000-04-21 Andreas Jaeger <aj@suse.de>
9518
9519 * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
9520 * sysdeps/mips/mips64/add_n.S: Likewise.
9521 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
9522 * sysdeps/mips/mips64/lshift.S: Likewise.
9523 * sysdeps/mips/mips64/mul_1.S: Likewise.
9524 * sysdeps/mips/mips64/rshift.S: Likewise.
9525 * sysdeps/mips/mips64/setjmp.S: Likewise.
9526 * sysdeps/mips/mips64/sub_n.S: Likewise.
9527 * sysdeps/mips/mips64/submul_1.S: Likewise
9528 * sysdeps/unix/mips/sysdep.S: Likewise.
9529
9530 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
9531 and update comment. The strtab from _dl_relocate_object can be
9532 used.
9533
9534 2000-04-21 Ulrich Drepper <drepper@redhat.com>
9535
9536 * iconv/iconv.c (iconv): Add __builtin_expect where useful.
9537 * iconv/iconv_close.c (iconv_close): Likewise.
9538 * iconv/iconv_open.c (iconv_open): Likewise.
9539
9540 * grp/putgrent.c (putgrent): Unlock steam if fprintf failed. Add
9541 __builtin_expect where useful.
9542
9543 * grp/initgroups.c (initgroups): Test for result of memory
9544 allocation and punt if it fails.
9545
9546 * dirent/scandir.c (scandir): Add __builtin_expect where useful.
9547 * grp/fgetgrent.c (fgetfrent): Likewise.
9548 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
9549
9550 2000-04-21 Jakub Jelinek <jakub@redhat.com>
9551
9552 * libio/vasprintf.c: Include string.h to get memcpy prototype.
9553
9554 2000-04-20 Ulrich Drepper <drepper@redhat.com>
9555
9556 * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
9557 don't search for NUL byte to decrement counter.
9558 Reported by Ulrich.Brink@sap.com.
9559
9560 * iconv/gconv_simple.c: Define separate functions to convert from
9561 UCS4/UCS4-LE to the internal encoding.
9562 * iconv/gconv_builtin.h: Use separate functions to convert from
9563 UCS4/UCS4-LE to the internal encoding.
9564 * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
9565 __gconv_transform_ucs4le_internal.
9566
9567 * iconv/gconv_simple.c (internal_utf8_loop): Correct check for
9568 output buffer overflow. Reported by Ulrich.Brink@sap.com.
9569
9570 * iconv/skeleton.c: Add some more __builtin_expect.
9571 * iconv/loop.c: Likewise.
9572
9573 2000-03-08 H.J. Lu <hjl@gnu.org>
9574
9575 * posix/regex.c (regex_compile): Correctly handle "\{" when
9576 the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
9577
9578 2000-04-20 Ulrich Drepper <drepper@redhat.com>
9579
9580 * manual/stdio.texi: Give advise about handling error when using
9581 stream functions.
9582 Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
9583
9584 2000-04-19 Jakub Jelinek <jakub@redhat.com>
9585
9586 * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
9587 field to nelems * sizeof (uint32_t).
9588 * locale/programs/ld-address.c (address_output): Align word fields
9589 properly.
9590 * locale/programs/ld-monetary.c (monetary_output): Likewise.
9591 Don't restart idx pointers to idx end at the duo_int_curr_symbol
9592 field.
9593 Avoid giving arbitrary garbage in the crncystr field.
9594 Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
9595 uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
9596 fields.
9597 * locale/programs/ld-numeric.c (numeric_output): Likewise.
9598 Don't restart idx pointers to idx end at the decimal_point_wc field.
9599 * locale/programs/ld-time.c (time_output): week_1stday should be
9600 word, not byte. Align it properly.
9601
9602 2000-04-19 H.J. Lu <hjl@gnu.org>
9603
9604 * csu/gmon-start.c (_start): Declared as "extern void".
9605 (etext): Likewise.
9606
9607 2000-04-18 Andreas Jaeger <aj@suse.de>
9608
9609 * manual/install.texi (Running make install): Don't mention utmpd
9610 anymore.
9611
9612 2000-04-18 Andreas Jaeger <aj@suse.de>
9613
9614 * linuxthreads/Versions: Use ld instead of ld.so.
9615
9616 * elf/Makefile (ld-map): Use ld.map.
9617
9618 * Versions.def: Use ld instead of ld.so.
9619 * elf/Versions: Likewise.
9620 * sysdeps/mach/hurd/Versions: Likewise.
9621
9622 2000-04-20 Andreas Jaeger <aj@suse.de>
9623
9624 * elf/rtld.c (print_statistics): Move ifndef further up.
9625 (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings.
9626 (dl_main): Likewise.
9627
9628 2000-04-18 Ulrich Drepper <drepper@redhat.com>
9629
9630 * gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
9631 * gmon/Versions: Move moncontrol to GLIBC_2.2.
9632
9633 * po/cs.po: Update from translation team.
9634
9635 * sysdeps/generic/updwtmp.c: Remove daemon support.
9636
9637 * login/Makefile (routines): Remove utmp_daemon.
9638
9639 * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
9640 * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
9641 * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
9642 * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
9643
9644 * elf/rtld.c: Display statitics option also if hp timing is not
9645 available.
9646
9647 * login/programs/connection.c: Removed.
9648 * login/programs/database.c Removed.
9649 * login/programs/error.c: Removed.
9650 * login/programs/request.c: Removed.
9651 * login/programs/xtmp.c: Removed.
9652 * login/programs/xtmp.h: Removed.
9653 * login/Makefile: Remove rules for utmpd.
9654 * login/README.utmpd: Removed.
9655 * login/utmp_daemon.c: Removed.
9656 * login/getutent_r.c: Remove references to daemon functions.
9657 * login/utmp-private.h (__libc_utmp_daemon_functions): Remove
9658 declaration.
9659
9660 2000-04-18 Andreas Jaeger <aj@suse.de>
9661
9662 * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
9663 2.2 for libnsl, libresolv, librt, libnss_*.
9664
9665 * elf/rtld.c (process_dl_debug): Remove obsolete comment.
9666
9667 * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
9668
9669 2000-04-18 Ulrich Drepper <drepper@redhat.com>
9670
9671 * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
9672 * sysdeps/unix/sysv/aix/getegid.c: Likewise.
9673 * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
9674 * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
9675 * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
9676 * sysdeps/unix/sysv/aix/setreuid.c: Define ID_EFFECTIVE and ID_REAL.
9677 * sysdeps/unix/sysv/aix/setregid.c: Likewise.
9678 * sysdeps/unix/sysv/aix/setuid.c: Define ID_REAL.
9679 * sysdeps/unix/sysv/aix/setgid.c: Likewise.
9680 * sysdeps/unix/sysv/aix/seteuid.c: Define ID_EFFECTIVE.
9681 * sysdeps/unix/sysv/aix/setegid.c: Likewise.
9682 * sysdeps/unix/sysv/aix/sbrk.c: Update parameter type.
9683 * sysdeps/unix/sysv/aix/nanosleep.c (struct timestruc_t): Define
9684 it here.
9685 * sysdeps/unix/sysv/aix/msync.c: New file.
9686 * sysdeps/unix/sysv/aix/msgsnd.c: New file.
9687 * sysdeps/unix/sysv/aix/net/if.h: New file.
9688 * sysdeps/unix/sysv/aix/pipe.c: New file.
9689 * sysdeps/unix/sysv/aix/poll.c: New file.
9690 * sysdeps/unix/sysv/aix/rename.c: New file.
9691 * sysdeps/unix/sysv/aix/rmdir.c: New file.
9692 * sysdeps/unix/sysv/aix/select.c: New file.
9693 * sysdeps/unix/sysv/aix/semctl.c: New file.
9694 * sysdeps/unix/sysv/aix/semget.c: New file.
9695 * sysdeps/unix/sysv/aix/semop.c: New file.
9696 * sysdeps/unix/sysv/aix/sendto.c: New file.
9697 * sysdeps/unix/sysv/aix/setgroups.c: New file.
9698 * sysdeps/unix/sysv/aix/setpgid.c: New file.
9699 * sysdeps/unix/sysv/aix/setpgrp.c: New file.
9700 * sysdeps/unix/sysv/aix/setpriority.c: New file.
9701 * sysdeps/unix/sysv/aix/setrlimit.c: New file.
9702 * sysdeps/unix/sysv/aix/setrlimit64.c: New file.
9703 * sysdeps/unix/sysv/aix/setsid.c: New file.
9704 * sysdeps/unix/sysv/aix/setsockopt.c: New file.
9705 * sysdeps/unix/sysv/aix/shmat.c: New file.
9706 * sysdeps/unix/sysv/aix/shmctl.c: New file.
9707 * sysdeps/unix/sysv/aix/shmdt.c: New file.
9708 * sysdeps/unix/sysv/aix/shmget.c: New file.
9709 * sysdeps/unix/sysv/aix/sigaltstack.c: New file.
9710 * sysdeps/unix/sysv/aix/sigstack.c: New file.
9711 * sysdeps/unix/sysv/aix/socket.c: New file.
9712 * sysdeps/unix/sysv/aix/socketpair.c: New file.
9713 * sysdeps/unix/sysv/aix/speed.c: New file.
9714 * sysdeps/unix/sysv/aix/symlink.c: New file.
9715 * sysdeps/unix/sysv/aix/sync.c: New file.
9716 * sysdeps/unix/sysv/aix/tcgetattr.c: New file.
9717 * sysdeps/unix/sysv/aix/tcsetattr.c: New file.
9718 * sysdeps/unix/sysv/aix/times.c: New file.
9719 * sysdeps/unix/sysv/aix/ulimit.c: New file.
9720 * sysdeps/unix/sysv/aix/umask.c: New file.
9721 * sysdeps/unix/sysv/aix/unlink.c: New file.
9722 * sysdeps/unix/sysv/aix/ustat.c: New file.
9723 * sysdeps/unix/sysv/aix/utimes.c: New file.
9724
9725 2000-04-18 Andreas Jaeger <aj@suse.de>
9726
9727 * manual/startup.texi (Environment Access): Fix putenv prototype
9728 according to recent changes.
9729 Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
9730 PR libc/1692.
9731
9732 * elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
9733 needed.
9734
9735 2000-04-18 Ulrich Drepper <drepper@redhat.com>
9736
9737 * posix/Makefile (tests): Add tst-getaddrinfo.
9738 * posix/tst-getaddrinfo.c: New file.
9739
9740 2000-04-17 Ulrich Drepper <drepper@redhat.com>
9741
9742 * manual/sysinfo.texi: Document that umount2 is not widely available.
9743
9744 * sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to
9745 signal timing is not really implemented.
9746
9747 2000-04-17 Andreas Jaeger <aj@suse.de>
9748
9749 * elf/rtld.c (process_dl_debug): Mention statistics in help message.
9750
9751 2000-04-17 Jakub Jelinek <jakub@redhat.com>
9752
9753 * Makefile (install): Use slibdir and libdir instead of inst_slibdir
9754 and inst_libdir.
9755
9756 2000-04-17 Ulrich Drepper <drepper@redhat.com>
9757
9758 * manual/intro.texi: Change reference from System Information to
9759 System Management.
9760 * manual/users.texi: Likewise.
9761 * manual/conf.texi: Likewise.
9762 * manual/sysinfo.texi: Document mount, umount, and umount2.
9763 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
9764
9765 2000-04-17 Jakub Jelinek <jakub@redhat.com>
9766
9767 * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
9768 Create wnumstr as well as numstr to support wide character output
9769 correctly.
9770
9771 2000-04-15 Jakub Jelinek <jakub@redhat.com>
9772
9773 * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS
9774 modification and move it...
9775 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here.
9776 Add -melf64_sparc switch to $(LD) on sparc64-linux.
9777 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc
9778 switch to $(LD) on sparc-linux.
9779
9780 2000-04-17 Thorsten Kukuk <kukuk@suse.de>
9781
9782 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
9783 and setresuid from sysdep_routines.
9784
9785 2000-04-17 Ulrich Drepper <drepper@redhat.com>
9786
9787 * manual/Makefile (chapters): Add resource.
9788
9789 * manual/time.texi: Move section on resources to...
9790 * manual/resource.texi: ...here. New file. Document ulimit, vlimit,
9791 and vtimes.
9792 * manual/setjmp.texi: Adjust back reference.
9793 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
9794
9795 * sysdeps/unix/sysv/aix/lxstat64.c: Uncomment STX_LINK and STX_64
9796 definition.
9797 * sysdeps/unix/sysv/aix/lxstat.c: Uncomment STX_LINK definition.
9798 * sysdeps/unix/sysv/aix/kill.c: Add copyright.
9799 * sysdeps/unix/sysv/aix/getuid.c: Define ID_REAL.
9800 * sysdeps/unix/sysv/aix/getgid.c: Define ID_REAL.
9801 * sysdeps/unix/sysv/aix/execve.c: Add copyright.
9802 * sysdeps/unix/sysv/aix/euidaccess.c: Add copyright.
9803 * sysdeps/unix/sysv/aix/close.c: Add copyright.
9804 * sysdeps/unix/sysv/aix/brk.c: Add copyright.
9805 * sysdeps/unix/sysv/aix/bits/errno.h: Add EAFNOSUPPORT.
9806 * sysdeps/unix/sysv/aix/access.c: Add copyright.
9807 * sysdeps/unix/sysv/aix/Makefile: Add some temporary definitions.
9808 * sysdeps/unix/sysv/aix/Implies: New file.
9809 * sysdeps/unix/sysv/aix/Versions: New file.
9810 * sysdeps/unix/sysv/aix/bind.c: New file.
9811 * sysdeps/unix/sysv/aix/bits/ioctl-types.h: New file.
9812 * sysdeps/unix/sysv/aix/bits/ioctls.h: New file.
9813 * sysdeps/unix/sysv/aix/bits/poll.h: New file.
9814 * sysdeps/unix/sysv/aix/bits/termios.h: New file.
9815 * sysdeps/unix/sysv/aix/chdir.c: New file.
9816 * sysdeps/unix/sysv/aix/chmod.c: New file.
9817 * sysdeps/unix/sysv/aix/chroot.c: New file.
9818 * sysdeps/unix/sysv/aix/creat.c: New file.
9819 * sysdeps/unix/sysv/aix/dl-close.c: New file.
9820 * sysdeps/unix/sysv/aix/dl-open.c: New file.
9821 * sysdeps/unix/sysv/aix/dl-sym.c: New file.
9822 * sysdeps/unix/sysv/aix/fchdir.c: New file.
9823 * sysdeps/unix/sysv/aix/fchmod.c: New file.
9824 * sysdeps/unix/sysv/aix/getgroups.c: New file.
9825 * sysdeps/unix/sysv/aix/gethostname.c: New file.
9826 * sysdeps/unix/sysv/aix/getpriority.c: New file.
9827 * sysdeps/unix/sysv/aix/getrlimit.c: New file.
9828 * sysdeps/unix/sysv/aix/getrlimit64.c: New file.
9829 * sysdeps/unix/sysv/aix/getrusage.c: New file.
9830 * sysdeps/unix/sysv/aix/link.c: New file.
9831 * sysdeps/unix/sysv/aix/madvise.c: New file.
9832 * sysdeps/unix/sysv/aix/mkdir.c: New file.
9833 * sysdeps/unix/sysv/aix/mknod.c: New file.
9834 * sysdeps/unix/sysv/aix/mprotect.c: New file.
9835 * sysdeps/unix/sysv/aix/msgctl.c: New file.
9836 * sysdeps/unix/sysv/aix/msgget.c: New file.
9837 * sysdeps/unix/sysv/aix/msgrcv.c: New file.
9838
9839 2000-04-17 Andreas Jaeger <aj@suse.de>
9840
9841 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
9842 as suggested by Ulrich Drepper.
9843 (__dl_runtime_resolve): Remove unused variable, initialize sym
9844 directly.
9845 (RTLD_START): Document OFFSET_GP_GOT.
9846 (OFFSET_GP_GOT): New magic value.
9847 (elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
9848 (elf_machine_got_rel): Only declare strtab if needed.
9849 (elf_machine_relplt): Removed, it's not needed.
9850 (_dl_runtime_resolve): Fix \n for a comment, safe gp and not pc.
9851
9852 * sysdeps/mips/add_n.S: Add newline at EOF.
9853 * sysdeps/mips/rshift.S: Likewise.
9854 * sysdeps/mips/mul_1.S: Likewise.
9855 * sysdeps/mips/lshift.S: Likewise.
9856 * sysdeps/mips/addmul_1.S: Likewise.
9857
9858 2000-04-17 Ulrich Drepper <drepper@redhat.com>
9859
9860 * sysdeps/powerpc/fpu/s_isnan.c: Pretty printing.
9861
9862 * elf/dl-reloc.c (_dl_relocate_object): Add more __builtin_expect.
9863 * elf/dl-lookup.c: Likewise.
9864 * elf/dl-init.c (_dl_init): Likewise.
9865 * elf/dl-fini.c (_dl_fini): Likewise.
9866 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
9867 * elf/dl-close.c (_dl_close): Likewise.
9868 * elf/rtld.c (_dl_start_final): Likewise.
9869
9870 * elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
9871
9872 2000-04-15 Ulrich Drepper <drepper@redhat.com>
9873
9874 * csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and
9875 only fall back on using Linux.
9876
9877 * elf/dl-version.c (_dl_check_map_versions): New argument trace_mode.
9878 Before testing versions check that we actually loaded the object
9879 and whether we are in trace mode. If not loaded during tracing don't
9880 test versions in this object.
9881 (_dl_check_all_versions): Take new parameter and pass to
9882 _dl_check_map_versions.
9883 * sysdeps/generic/ldsodefs.h: Update prototypes for
9884 _dl_check_all_versions and _dl_check_map_versions.
9885 * elf/rtld.c (struct version_check_args): Add dotrace.
9886 (version_check_doit): Pass args->dotrace to _dl_check_all_versions.
9887 (dl_main): Pass info about trace mode to version_check_doit.
9888 * elf/dl-open.c (dl_open_worker): Pass zero as new argument to
9889 _dl_check_all_versions.
9890
9891 * manual/users.texi (XPG Functions): Document utmpxname, getutmp,
9892 and getutmpx.
9893 Patch by Bryan Henderson <bryanh@giraffe-data.com>.
9894
9895 * manual/argp.texi: Document index parameter of argp_parse.
9896 Fix typo.
9897 Reported by Andrew Schulman <SCHULMAN.ANDREW@epamail.epa.gov>.
9898
9899 2000-04-14 Andreas Jaeger <aj@suse.de>
9900
9901 * sysdeps/unix/sysv/linux/shm_open.c: Include linux_fsinfo for
9902 SHMFS_SUPER_MAGIC. Remove definition of SHMFS_SUPER_MAGIC.
9903
9904 * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Added.
9905
9906 2000-04-15 Ulrich Drepper <drepper@redhat.com>
9907
9908 * sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
9909 compat_symbol call for old adjtime.
9910
9911 * sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
9912 function interface. Patch by Richard Henderson <rth@cygnus.com>.
9913
9914 * posix/Makefile (headers): Add spawn.h.
9915 (distribute): Add spawn_int.h.
9916 (routines): Add spawn_faction_init, spawn_faction_destroy,
9917 spawn_faction_addclose, spawn_faction_addopen, spawn_faction_adddup2,
9918 spawnattr_init, spawnattr_destroy, spawnattr_getdefault,
9919 spawnattr_setdefault, spawnattr_getflags, spawnattr_setflags,
9920 spawnattr_getpgroup, spawnattr_setpgroup, spawn, spawnp, and spawni.
9921 * posix/Versions [libc] (GLIBC_2.2): Add posix_spawn_file_actions_init,
9922 posix_spawn_file_actions_destroy, posix_spawn_file_actions_addclose,
9923 posix_spawn_file_actions_addopen, posix_spawn_file_actions_adddup2,
9924 posix_spawnattr_init, posix_spawnattr_destroy,
9925 posix_spawnattr_getdefault, posix_spawnattr_setdefault,
9926 posix_spawnattr_getflags, posix_spawnattr_setflags,
9927 posix_spawnattr_getpgroup, posix_spawnattr_setpgroup, posix_spawn,
9928 and posix_spawnp.
9929 * posix/spawn.c: New file.
9930 * posix/spawn.h: New file.
9931 * posix/spawn_faction_addclose.c: New file.
9932 * posix/spawn_faction_adddup2.c: New file.
9933 * posix/spawn_faction_addopen.c: New file.
9934 * posix/spawn_faction_destroy.c: New file.
9935 * posix/spawn_faction_init.c: New file.
9936 * posix/spawn_int.h: New file.
9937 * posix/spawnattr_destroy.c: New file.
9938 * posix/spawnattr_getdefault.c: New file.
9939 * posix/spawnattr_getflags.c: New file.
9940 * posix/spawnattr_getpgroup.c: New file.
9941 * posix/spawnattr_getschedparam.c: New file.
9942 * posix/spawnattr_getschedpolicy.c: New file.
9943 * posix/spawnattr_getsigmask.c: New file.
9944 * posix/spawnattr_init.c: New file.
9945 * posix/spawnattr_setdefault.c: New file.
9946 * posix/spawnattr_setflags.c: New file.
9947 * posix/spawnattr_setpgroup.c: New file.
9948 * posix/spawnattr_setschedparam.c: New file.
9949 * posix/spawnattr_setschedpolicy.c: New file.
9950 * posix/spawnattr_setsigmask.c: New file.
9951 * posix/spawni.c: New file.
9952 * posix/spawnp.c: New file.
9953
9954 * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_SPAWN.
9955 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
9956
9957 2000-04-14 Ulrich Drepper <drepper@redhat.com>
9958
9959 * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
9960 * malloc/malloc.c: Implement posix_memalign for glibc.
9961 * include/stdlib.h: Add prototype for __posix_memalign.
9962 * stdlib/stdlib.h: Add prototype for posix_memalign.
9963
9964 2000-04-14 Andreas Jaeger <aj@suse.de>
9965
9966 * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
9967 symidx correctly.
9968 (elf_machine_got_rel): Cast sym correctly.
9969
9970 * sysdeps/mips/add_n.S: Use __PIC__, add end directive.
9971 * sysdeps/mips/addmul_1.S: Likewise.
9972 * sysdeps/mips/lshift.S: Likewise.
9973 * sysdeps/mips/mul_1.S: Likewise.
9974 * sysdeps/mips/rshift.S: Likewise.
9975 * sysdeps/mips/sub_n.S: Likewise.
9976 * sysdeps/mips/submul_1.S: Likewise.
9977
9978 * stdlib/stdlib.h: Fix typo in comment.
9979
9980 * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
9981 2.2 for libdl, ld and libm.
9982
9983 * sysdeps/generic/madvise.c: Fix typos.
9984
9985 * sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
9986
9987 * sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
9988
9989 * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
9990 warnings.
9991
9992 2000-04-14 Ulrich Drepper <drepper@redhat.com>
9993
9994 * include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
9995 * sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
9996 Make old name weak alias.
9997 * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9998 * sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
9999 Make old name weak alias.
10000 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
10001
10002 * io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
10003 posix_fallocate, and posix_fallocate64.
10004 * io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
10005 posix_fallocate, and posix_fallocate64.
10006 * io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
10007 posix_fallocate, and posix_fallocate64.
10008 * sysdeps/generic/fadvise.c: New file.
10009 * sysdeps/generic/fadvise64.c: New file.
10010 * sysdeps/generic/fallocate.c: New file.
10011 * sysdeps/generic/fallocate64.c: New file.
10012 * sysdeps/posix/fallocate.c: New file.
10013 * sysdeps/posix/fallocate64.c: New file.
10014 * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
10015 POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
10016 POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
10017 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
10018 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10019 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
10020 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10021 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
10022 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
10023
10024 * sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
10025 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
10026
10027 2000-04-13 Ulrich Drepper <drepper@redhat.com>
10028
10029 * misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
10030 * misc/sys/mman.h (posix_madvise): Add prototype.
10031 * sysdeps/generic/madvise.c (madvise): Renamed to __madvise. Make
10032 old name and posix_madvise weak aliases.
10033 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
10034 * sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
10035 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10036 * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
10037 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10038 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10039 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
10040
10041 2000-04-13 Andreas Jaeger <aj@suse.de>
10042
10043 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
10044 versioning.
10045 (elf_machine_got_rel): Only add runtime display if needed.
10046 (elf_machine_got_rel): Handle symbol versioning.
10047
10048 2000-04-13 Andreas Jaeger <aj@suse.de>
10049
10050 * sysdeps/unix/sysv/linux/mips/clone.S: Fix function.
10051
10052 * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
10053 default.
10054
10055 * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
10056 with some applications.
10057 Patches by Ralf Baechle <ralf@uni-koblenz.de>.
10058
10059 * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
10060 * sysdeps/mips/bsd-_setjmp.S: Likewise.
10061 * sysdeps/mips/setjmp.S: Likewise.
10062
10063 * sysdeps/unix/sysv/linux/mips/pipe.S: New file.
10064
10065 2000-04-13 Ulrich Drepper <drepper@redhat.com>
10066
10067 * posix/globtest.sh: Work around inconsistency with expanding ~/
10068 in shell (PR libc/1690). Reported by patsmith@pobox.com.
10069
10070 2000-04-12 Ulrich Drepper <drepper@redhat.com>
10071
10072 * posix/getconf.c: Add support for many more POSIX options.
10073 * sysdeps/posix/sysconf.c: Likewise.
10074 * sysdeps/generic/bits/confname.h: Add many more POSIX options.
10075 * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
10076 _POSIX_SHELL.
10077 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
10078 * sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
10079 CLOCK_PROCESS_CPUTIME_ID. Add define CLOCK_MONOTONIC and
10080 CLOCK_THREAD_CPUTIME_ID.
10081 * sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
10082 CLOCK_PROCESS_CPUTIME_ID.
10083 * sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
10084 __CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID. Handle
10085 CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
10086 * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
10087
10088 * malloc/Makefile (tests): Add tst-calloc.
10089 * malloc/tst-calloc.c: New file.
10090
10091 * sysdeps/arm/libm-test-ulps: New file.
10092
10093 * malloc/malloc.c: Undo all of today's changes.
10094
10095 * locale/programs/locale.c (show_info): Don't try to look into
10096 data for LC_ALL (there is none).
10097
10098 * malloc/malloc.c (cALLOc): Clear only what the user asked for and
10099 avoid writing over boundary.
10100 Patch by Greg McGary <gkm@eng.ascend.com>.
10101
10102 * sysdeps/arm/memprof.h: New file.
10103
10104 2000-04-12 Andreas Jaeger <aj@suse.de>
10105
10106 * sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.
10107
10108 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
10109 for memmem declaration.
10110
10111 2000-04-12 Ulrich Drepper <drepper@redhat.com>
10112
10113 * sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
10114 to -1.
10115 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
10116
10117 * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
10118 mode is invalid.
10119 * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
10120 Patch by Bart Veer <bartv@redhat.com>.
10121
10122 * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
10123 function interface.
10124
10125 2000-04-11 Andreas Jaeger <aj@suse.de>
10126
10127 * sysdeps/mips/dl-machine.h: Update some comments.
10128 (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
10129
10130 2000-04-11 Ulrich Drepper <drepper@redhat.com>
10131
10132 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
10133 _POSIX_SHARED_MEMORY_OBJECTS.
10134
10135 * rt/Makefile (tests): Add tst-shm.
10136 Add rules to generate tst-shm.
10137 * rt/tst-shm.c: New file.
10138
10139 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
10140 for descriptor.
10141
10142 * misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
10143 * rt/Makefile (librt-routines): Add shm_open and shm_unlink.
10144 * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
10145 * sysdeps/generic/shm_open.c: New file.
10146 * sysdeps/generic/shm_unlink.c: New file.
10147 * sysdeps/unix/sysv/linux/shm_open.c: New file.
10148 * sysdeps/unix/sysv/linux/shm_unlink.c: New file.
10149 * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
10150 __endmntent, __getmntent_r, __setmntent, and __statfs.
10151
10152 * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
10153 fragmentation by allocating new memory at the end instead of
10154 reallocating.
10155
10156 * posix/globtest.sh: Fix last change.
10157
10158 2000-04-10 Philip Blundell <philb@gnu.org>
10159
10160 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
10161 IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
10162 IPV6_DROP_MEMBERSHIP.
10163 * sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
10164 Likewise.
10165
10166 2000-04-11 Ulrich Drepper <drepper@redhat.com>
10167
10168 * elf/readlib (process_file): Close streams in case of an error.
10169
10170 2000-04-09 Andreas Jaeger <aj@suse.de>
10171
10172 * elf/readlib.c (process_file): Check if file is big enough to
10173 contain aout and ELF headers.
10174 Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.
10175
10176 2000-04-10 Jes Sorensen <Jes.Sorensen@cern.ch>
10177
10178 * elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().
10179
10180 2000-04-11 Ulrich Drepper <drepper@redhat.com>
10181
10182 * test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
10183 stream unbuffered.
10184 * rt/Makefile (tests): Add tst-clock.
10185 Add rules to build tst-clock.
10186 * rt/tst-clock.c: New file.
10187 * sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
10188 about initialization of nsec.
10189 * sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
10190 about initialization of freq. Set retval to zero if successful.
10191 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.
10192
10193 2000-04-10 Ulrich Drepper <drepper@redhat.com>
10194
10195 * Versions.def (librt): Add GLIBC_2.2.
10196 * rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
10197 clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
10198 timer_getoverr, timer_gettime, and timer_settime.
10199 * rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
10200 clock_settime, timer_create, timer_delete, timer_getoverrun,
10201 timer_gettime, and timer_settime.
10202 * sysdeps/generic/clock_getcpuclockid.c: New file.
10203 * sysdeps/generic/get_clockfreq.c: New file.
10204 * sysdeps/unix/i386/clock_getcpuclockid.c: New file.
10205 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
10206 * sysdeps/mach/hurd/i386/bits/time.h: New file.
10207 * sysdeps/unix/i386/i586/clock_getres.c: New file.
10208 * sysdeps/unix/i386/i586/clock_gettime.c: New file.
10209 * sysdeps/unix/i386/i686/Implies: New file.
10210 * sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
10211 * time/Makefile (routines): Move clock_getres, clock_gettime,
10212 clock_settime, timer_create, timer_delete, timer_getoverr,
10213 timer_gettime, and timer_settime to rt/Makefile.
10214 * time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
10215 clock_settime, timer_create, timer_delete, timer_getoverrun,
10216 timer_gettime, and timer_settime.
10217 * time/time.h: Define pid_t. Add prototype for clock_getcpuclockid.
10218
10219 * sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility. Use __const__
10220 and not const as attribute name.
10221
10222 2000-04-10 Thorsten Kukuk <kukuk@suse.de>
10223
10224 * elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.
10225
10226 2000-04-10 Andreas Schwab <schwab@suse.de>
10227
10228 * posix/globtest.sh: Skip tests that depend on unreadable
10229 directories if run as root.
10230
10231 2000-04-10 Ulrich Drepper <drepper@redhat.com>
10232
10233 * sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
10234 for correct range. From code by Kaz Kylheku <kaz@ashi.footprints.net>.
10235
10236 2000-04-09 Ulrich Drepper <drepper@redhat.com>
10237
10238 * sysdeps/unix/clock_gettime.c: New file.
10239 * sysdeps/unix/clock_settime.c: New file.
10240 * sysdeps/posix/clock_getres.c: New file.
10241
10242 * conform/data/ftw.h-data: Add allow-header sys/stat.h.
10243
10244 * sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
10245 lseek call be passing in a buffer which never allow a successful
10246 first getdents syscall if not at leas the initial entry can be
10247 stored in the user buffer.
10248
10249 * localedata/Makefile: Add rules to clean up directories created by
10250 new strfmon tests.
10251
10252 2000-04-09 Geoff Clare <gwc@unisoft.com>
10253
10254 * localedata/tst-fmon.data: Added new tests for strfmon()
10255 using test locales with all combinations of cs_precedes,
10256 sign_posn and sep_by_space.
10257 * localedata/tst-fmon.sh: Updated to support the new tests.
10258 * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
10259 the localedef source for the new strfmon() test locale.
10260 * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
10261 * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
10262 * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
10263 * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
10264 * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
10265 * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
10266 * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
10267 * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
10268 * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
10269 * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
10270 * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
10271 * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
10272 * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
10273 * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.
10274
10275 * stdlib/strfmon.c: Correct problems with missing or extra
10276 spaces for unusual combinations of sign_posn and sep_by_space.
10277 Improved left-precision alignment code.
10278
10279 2000-04-07 Andreas Jaeger <aj@suse.de>
10280
10281 * posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
10282
10283 2000-04-10 Andreas Jaeger <aj@suse.de>
10284
10285 * intl/Makefile: Don't run do-gettext-test when cross-compiling.
10286
10287 2000-04-09 Ulrich Drepper <drepper@redhat.com>
10288
10289 Implement handling of restartable conversion functions according to
10290 ISO C.
10291 * iconv/gconv.h (__gconv_fct): Add additional parameter.
10292 * iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
10293 * iconv/gconv.c: Pass additional parameter to conversion function.
10294 * iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
10295 (internal_ucs4le_loop_single): New function.
10296 (__gconv_transform_ascii_internal): Define ONE_DIRECTION.
10297 (__gconv_transform_internal_ascii): Likewise.
10298 (__gconv_transform_internal_utf8): Likewise.
10299 (__gconv_transform_utf8_internal): Likewise.
10300 (__gconv_transform_ucs2_internal): Likewise.
10301 (__gconv_transform_internal_ucs2): Likewise.
10302 (__gconv_transform_ucs2reverse_internal): Likewise.
10303 (__gconv_transform_internal_ucs2reverse): Likewise.
10304 (internal_ucs4le_loop_unaligned): Before return
10305 __GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
10306 a valid character. Otherwise return __GCONV_ILLEGAL_INPUT.
10307 (__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
10308 * iconv/loop.c: Fit in definition of function to convert one character
10309 for processing of left-over bytes from the state object.
10310 * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
10311 inend to match names in loop functions.
10312 (RESET_INPUT_BUFFER): Change apprpriately.
10313 (gconv): If needed, call function to process bytes from the state
10314 object. Similar at the end: store left over bytes if input is
10315 incomplete.
10316 Take extra argument and add new argument to all calls of the
10317 conversion function.
10318 * iconvdata/iso-2022-cn.c: Adjust numeric values used to store
10319 information in the state object to not conflict with length count.
10320 * iconvdata/iso-2022-jp.c: Likewise.
10321 * iconvdata/iso-2022-kr.c: Likewise.
10322 * iconvdata/unicode.c: Adjust for change change in parameters of
10323 skeleton function.
10324 * iconvdata/utf-16.c: Likewise.
10325 * libio/iofwide.c: Add new parameter to all calls of conversion
10326 function.
10327 * wcsmbs/btowc.c: Likewise.
10328 * wcsmbs/mbrtowc.c: Likewise.
10329 * wcsmbs/mbsnrtowcs.c: Likewise.
10330 * wcsmbs/mbsrtowcs.c: Likewise.
10331 * wcsmbs/wcrtomb.c: Likewise.
10332 * wcsmbs/wcsnrtombs.c: Likewise.
10333 * wcsmbs/wcsrtombs.c: Likewise.
10334 * wcsmbs/wctob.c: Likewise.
10335
10336 * iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
10337 MAX_NEEDED_INPUT.
10338
10339 2000-04-07 Andreas Jaeger <aj@suse.de>
10340
10341 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
10342 newer kernels.
10343
10344 2000-04-07 Ulrich Drepper <drepper@redhat.com>
10345
10346 * wcsmbs/wchar.h (__mbstate_t): Rename elements. Make __value
10347 element a union to allow byte access.
10348 * iconvdata/iso-2022-cn.c: Adjust for change of element name in
10349 mbstate_t.
10350 * iconvdata/iso-2022-jp.c: Likewise.
10351 * iconvdata/iso-2022-kr.c: Likewise.
10352 * wcsmbs/mbsinit.c: Likewise.
10353 * stdlib/mblen.c: Likewise.
10354 * stdio-common/printf-parse.h: Likewise.
10355
10356 2000-04-06 Ulrich Drepper <drepper@redhat.com>
10357
10358 * sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
10359 kernel does not allow relative seeks on descriptors associated
10360 with directories. Go back to get the position in the directory
10361 every time we enter the function. Return -1 and set errno if one
10362 entry could be read from the kernel but does not fit into the
10363 buffer passed in by the user.
10364
10365 * locale/programs/charmap.c (charmap_new_char): Add parameter step.
10366 Support ..(2).. ellipsis.
10367 (parse_charmap): Recognize ..(2).. etc and pass step down.
10368 Correctly generate names for UCS4 characters.
10369
10370 * locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
10371 (ctype_finish): We know the wide character value for <SP>,
10372 don't search.
10373 (charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
10374 (charclass_ucs4_ellipsis): Likewise.
10375 (read_translit_ignore_entry): Store ellipsis step.
10376 (ctype_read): Recognize ..(2).. etc and pass step down.
10377
10378 * locale/programs/linereader.c (lr_token): When seeing comment
10379 character ignore only rest of line in sources but stop at escaped
10380 newline.
10381 Recognize ..(2).. and ....(2).....
10382
10383 * locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
10384 and tok_ellipsis4_2.
10385
10386 2000-04-06 Andreas Jaeger <aj@suse.de>
10387
10388 * sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
10389 removed, remove it here also.
10390 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
10391 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
10392 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
10393 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
10394
10395 2000-04-06 Jakub Jelinek <jakub@redhat.com>
10396
10397 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
10398 include bits/sigcontext.h.
10399 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
10400
10401 2000-04-06 Ulrich Drepper <drepper@redhat.com>
10402
10403 * locale/programs/ld-collate.c (collate_read): Handle ellipsis in
10404 collation symbol definition. Value in quivalence definition must
10405 be defined, don't check that it is not.
10406
10407 * locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
10408 values as character names.
10409
10410 * locale/programs/ld-ctype.c (get_character): Handle missing
10411 repertoire map correctly.
10412
10413 2000-04-05 Cristian Gafton <gafton@redhat.com>
10414
10415 * ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
10416 because it is used in generic code.
10417 * wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
10418 * wcsmbs/wcwidth.h: Declare __ctype32_b.
10419 * intl/gettext.c: Include <locale.h>.
10420 * intl/ngettext.c: Likewise.
10421
10422 2000-04-05 Jakub Jelinek <jakub@redhat.com>
10423
10424 * resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
10425 socklen_t type for size.
10426 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
10427 init function interface.
10428 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
10429 * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
10430 sys/ucontext.h.
10431 (__jmp_buf): Declare the whole type structure here, don't use
10432 ucontext.
10433
10434 2000-04-05 Ulrich Drepper <drepper@redhat.com>
10435
10436 * iconv/skeleton.c (put16u): Fix typo.
10437 Reported by Bruno Haible <haible@ilog.fr>.
10438
10439 * sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
10440 * sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
10441 * sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
10442 * sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
10443 * sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
10444 * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
10445
10446 * sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
10447 * Makefile (distribute): Add abi-versions.awk and
10448 firstversions.awk.
10449 Patches by Torsten Duwe <duwe@caldera.de>.
10450
10451 2000-04-05 Andreas Schwab <schwab@suse.de>
10452
10453 * nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.
10454
10455 2000-04-05 Andreas Schwab <schwab@suse.de>
10456
10457 * sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
10458 entry point, used on Hurd.
10459
10460 2000-04-04 Andreas Jaeger <aj@suse.de>
10461
10462 * intl/Makefile: Only run the gettext test with shared libraries.
10463
10464 2000-03-16 Mark Kettenis <kettenis@gnu.org>
10465
10466 * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
10467 Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
10468
10469 2000-04-05 Roland McGrath <roland@baalperazim.frob.com>
10470
10471 * Makeconfig: Undo last change.
10472 * configure.in: If --disable-shared was given, don't set VERSIONING,
10473 don't define DO_VERSIONING, and don't give scare warning for no
10474 versioning.
10475 * configure: Regenerated.
10476
10477 2000-04-04 Roland McGrath <roland@baalperazim.frob.com>
10478
10479 * Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
10480
10481 2000-04-04 Andreas Jaeger <aj@suse.de>
10482
10483 * sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.
10484
10485 2000-04-04 Ulrich Drepper <drepper@redhat.com>
10486
10487 * elf/dl-runtime.c (fixup): Correct handling of symbols marked
10488 STV_HIDDEN and STV_INTERNAL during lookup.
10489 (profile_fixup): Likewise.
10490 * elf/dl-reloc.c (RESOLVE): Likewise.
10491
10492 * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
10493 unaligned so that it compiles for system which need unaligned
10494 access handling.
10495
10496 2000-04-04 Andreas Schwab <schwab@suse.de>
10497
10498 * elf/cache.c (print_entry): Only look at the type field when
10499 printing the type.
10500
10501 2000-04-04 Andreas Schwab <schwab@suse.de>
10502
10503 * iconvdata/big5.c (BODY): Fix typo.
10504
10505 2000-04-04 Andreas Schwab <schwab@suse.de>
10506
10507 * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
10508 function interface. Remove unused _dl_start_user entry point.
10509
10510 2000-04-03 Andreas Jaeger <aj@suse.de>
10511
10512 * include/arpa/inet.h (__inet_aton): Add protoype.
10513
10514 2000-04-01 Andreas Jaeger <aj@suse.de>
10515
10516 * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.
10517
10518 * sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
10519 * sysdeps/mach/mips/thread_state.h: Likewise.
10520
10521 * sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
10522 * sysdeps/generic/fegetenv.c: Likewise.
10523 * sysdeps/generic/fesetenv.c: Likewise.
10524 * sysdeps/generic/feupdateenv.c: Likewise.
10525 * sysdeps/generic/fraiseexcpt.c: Likewise.
10526 * sysdeps/generic/fsetexcptflg.c: Likewise.
10527 * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
10528 * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
10529 * sysdeps/unix/sysv/linux/errlist.c: Likewise.
10530 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
10531
10532 2000-04-02 H.J. Lu <hjl@gnu.org>
10533
10534 * elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.
10535
10536 2000-04-03 Ulrich Drepper <drepper@redhat.com>
10537
10538 * elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
10539 (add_name_to_object): Add cast in malloc call.
10540 (fillin_rpath): Optimize loop to initialize ->status a bit.
10541
10542 * sysdeps/i386/dl-machine.h: Undo last change.
10543 * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
10544 Restore %edx register after call here.
10545
10546 * sysdeps/arm/atomicity.h: New file.
10547 Contributed by Jesper Skov <jskov@redhat.com>.
10548
10549 2000-04-03 Roland McGrath <roland@baalperazim.frob.com>
10550
10551 * Makeconfig (preprocess-versions): Undo last change.
10552 Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
10553
10554 * sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
10555 here, before we might move the stack.
10556 (posixland_init): Set __libc_argc, __libc_argc, and __environ here.
10557 (init1): And not here.
10558
10559 * sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
10560 change, to restore argc value in call-clobbered register after
10561 RTLD_START_SPECIAL_INIT, which will contain a call.
10562
10563 * elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
10564 allocating and initializing L->l_initfini.
10565
10566 * resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
10567
10568 2000-04-03 Ulrich Drepper <drepper@redhat.com>
10569
10570 * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
10571 RUNPATH, RPATH, and LD_LIBRARY_PATH.
10572 (open_path): Change type of fourth parameter. Make pointer to array
10573 of pointers. Create variable dirs with original type.
10574 Track whether any directory for the object exists and if not,
10575 change *DIRSP to (void*) -1 to signal there is no such search path.
10576 (_dl_map_object): Change all calls of open_path.
10577 Rewrite decompose_rpath calls.
10578
10579 2000-03-31 Andreas Schwab <schwab@suse.de>
10580
10581 * string/strfry.c: Declare STATE as array of char instead of int
10582 and do not initialize it (done by initstate_r). Pass correct
10583 size.
10584
10585 2000-04-03 Ulrich Drepper <drepper@redhat.com>
10586
10587 * sysdeps/generic/ldsodefs.h: Fix typo in comment.
10588
10589 * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
10590 instruction out of the code.
10591
10592 2000-04-02 Ulrich Drepper <drepper@redhat.com>
10593
10594 * elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
10595 element at this position.
10596
10597 * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
10598 * elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
10599 l_reldeps elements.
10600 * elf/dl-lookup.c (add_dependency): New function.
10601 (_dl_lookup_symbol): Use it whenever symbol was found in a global,
10602 dynamically loaded object.
10603 (_dl_lookup_symbol_skip): Likewise.
10604 (_dl_lookup_versioned_symbol): Likewise.
10605 (_dl_lookup_versioned_symbol_skip): Likewise.
10606 * elf/dl-open.c: Don't define _dl_load_lock here...
10607 * elf/rtld.c: ...but here...
10608 * elf/dl-support.c: ...and here.
10609 * elf/dl-close.c (_dl_close): Close also dependent objects introduce
10610 through relocation.
10611 * elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
10612 relocations.
10613 * dlfcn/Makefile (glrefmain.out): Test is not expected to fail
10614 anymore.
10615 * dlfcn/glrefmain.c: Add one more debug message.
10616
10617 * Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
10618 command line.
10619 * Makerules (sysd-versions): Use ( ) instead of { }.
10620
10621 * elf/dl-load.c: Use __builtin_expect to signal that compiler should
10622 optimize for the non-debugging case.
10623 * elf/dl-lookup.c: Likewise.
10624 * sysdeps/generic/libc-start.c: Likewise.
10625
10626 2000-04-02 Roland McGrath <roland@baalperazim.frob.com>
10627
10628 * sysdeps/mach/hurd/i386/init-first.c: Replace PIC #ifdefs with SHARED.
10629 (init1): Don't initialize __environ here, since init already does it.
10630 (first_init): New function, broken out of _init.
10631 (_hurd_stack_setup): Use it.
10632 [SHARED] (_dl_init_first): New function, renamed from old _init.
10633 (init1) [SHARED]: Don't call posixland_init here.
10634 (posixland_init): Take ENVP arg, so signature is usual for initializer.
10635 [SHARED] (_init): Define as alias for posixland_init.
10636 [! SHARED] (__libc_first_init): Define as alias for posixland_init.
10637 * sysdeps/i386/dl-machine.h (RTLD_START): Insert the macro
10638 RTLD_START_SPECIAL_INIT before calling initializers.
10639 (RTLD_START_SPECIAL_INIT): Define to empty if undefined.
10640 * sysdeps/mach/hurd/i386/dl-machine.h: New file.
10641 * sysdeps/mach/hurd/dl-sysdep.c (_dl_init_first): New weak function.
10642 * elf/Versions ({libc,ld.so}: GLIBC_2.2): Add _dl_init_first.
10643
10644 * stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
10645 since we define the function with the name `tmpfile'.
10646
10647 * mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
10648 * hurd/Versions: Likewise.
10649
10650 2000-04-02 Ulrich Drepper <drepper@redhat.com>
10651
10652 * elf/dl-runtime.c (fixup): Fix typo in comment.
10653
10654 * resolv/netdb.h (getnameinfo): All length parameters are of type
10655 socklen_t.
10656 * inet/getnameinfo.c: Likewise.
10657
10658 2000-04-01 Ulrich Drepper <drepper@redhat.com>
10659
10660 * posix/unistd.h (socklen_t): Define if it has not yet happened.
10661 (gethostname): Change type of second parameter to socklen_t.
10662 * include/unistd.h (__gethostname): Change type of second
10663 parameter to socklen_t.
10664 * sysdeps/generic/gethostname.c (__gethostname): Likewise.
10665 * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
10666 * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise.
10667 * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname):
10668 Likewise.
10669 * sysdeps/unix/sysv/linux/gethostname.c: Removed.
10670 * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t.
10671 Allow definition elsewhere.
10672 * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10673 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10674 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10675 * sysdeps/generic/bits/types.h: Define __socklen_t.
10676 * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
10677 * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
10678 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
10679 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10680 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
10681 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
10682 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
10683
10684 * inet/arpa/inet.h (inet_addr): Change return type to in_addr_t.
10685 (inet_lnaof): Likewise.
10686 (inet_netof): Likewise.
10687 (inet_network): Likewise.
10688 (inet_aton): Likewise.
10689 (inet_makeaddr): Change parameter types to in_addr_t.
10690 (inet_neta): Likewise.
10691 (inet_ntop): Change type of last parameter to socklen_t.
10692 (inet_aton): Only make available if __USE_MISC.
10693 (inet_neta): Likewise.
10694 (inet_net_ntop): Likewise.
10695 (inet_net_pton): Likewise.
10696 (inet_nsap_ntoa): Likewise.
10697
10698 * inet/in.h: Define in_port_t type.
10699 Define in_addr_t type.
10700 (struct in_addr): Use in_addr_t in definition.
10701 (IN_CLASSA): Use cast to in_addr_t.
10702 (IN_CLASSB): Likewise.
10703 (IN_CLASSC): Likewise.
10704 (IN_CLASSD): Likewise.
10705 (IN_EXPERIMENTAL): Likewise.
10706 (IN_BADCLASS): Likewise.
10707 (INADDR_ANY): Likewise.
10708 (INADDR_BROADCAST): Likewise.
10709 (INADDR_NONE): Likewise.
10710 (INADDR_LOOPBACK): Likewise.
10711 (INADDR_UNSPEC_GROUP): Likewise.
10712 (INADDR_ALLHOSTS_GROUP): Likewise.
10713 (INADDR_ALLRTRS_GROUP): Likewise.
10714 (INADDR_MAX_LOCAL_GROUP): Likewise.
10715 (struct sockaddr_in): Use in_port_t for sin_port element.
10716 (struct sockaddr_in6): Use in_port_t for sin6_port element.
10717 Use uint8_t instead of u_int8_t.
10718
10719 * resolv/inet_addr.c (inet_addr): Change return type to in_addr_t.
10720 Call __inet_aton instead of inet_aton.
10721 (__inet_aton): Renamed from inet_aton. Add weak alias under old name.
10722
10723 * resolv/netdb.h (gethostbyname2): Define only is __USE_MISC.
10724 (innetgr): Likewise.
10725 (struct addrinfo): Use socklen_t for ai_addrlen element.
10726
10727 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MTU_DISCOVER, IPV6_MTU,
10728 IPV6_RECVERR): New defines.
10729
10730 * include/netdb.h: Change type of first parameter of __getnetbyaddr_r.
10731 * inet/getnetbyad.c: Likewise.
10732 * inet/getnetbyad_r.c: Likewise.
10733 * nis/nss_nis/nis-network.c: Likewise.
10734 * nis/nssplus_nis/nisplus-network.c: Likewise.
10735 * nss/nss_files/files-network.c: Likewise.
10736 * resolv/netdb.h: Define uint32_t if not already happened.
10737 Include bits/netdb.h. Remove definition of struct netent.
10738 Change type of first parameter of getnetbyaddr_r and getnetbyaddr.
10739 * sysdeps/generic/stdint.h: Allow definition of uint32_t elsewhere.
10740 * sysdeps/generic/bits/netdb.h: New file.
10741 * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: New file.
10742
10743 * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
10744 (tests): Add glrefmain.
10745 Add rules to build modules and run tests. Ignore result of glrefmain
10746 for now since it fails.
10747 * dlfcn/glrefmain.c: New file.
10748 * dlfcn/glreflib1.c: New file.
10749 * dlfcn/glreflib2.c: New file.
10750
10751 * test-skeleton.c: Include <string.h> for strsignal prototype.
10752
10753 * locale/programs/ld-collate.c (check_duplicate): Allow repertoire
10754 to be missing.
10755
10756 * sysdeps/unix/sysv/linux/init-first.c (init): Add code from
10757 former init-first.h. Initialize __libc_multiple_libcs.
10758
10759 2000-03-31 Ulrich Drepper <drepper@redhat.com>
10760
10761 * iconv/skeleton.c: Define access macros with u suffix. Adjust
10762 #if expression for use of unaligned function to the one used in
10763 the definition of these functions.
10764 * iconv/loop.c: Undefined `unaligned' before recursive inclusion.
10765 * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
10766 (internal_ucs4le_loop_unaligned): New function.
10767
10768 * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c.
10769 (tests): Add order.
10770 (module-names): Add dep1, dep2, dep3, and dep4.
10771 Add dependencies for dep* modules and order.
10772 Define rule for order.out which checks the result.
10773 * elf/dep1.c: New file.
10774 * elf/dep2.c: New file.
10775 * elf/dep3.c: New file.
10776 * elf/dep4.c: New file.
10777 * elf/order.c: New file.
10778
10779 * elf/dl-init.c: Fix typo in comment.
10780
10781 2000-03-31 Andreas Jaeger <aj@suse.de>
10782
10783 * sysdeps/mips/dl-machine.h (RTLD_START): Rewritten to match new
10784 init function interface.
10785 * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise.
10786
10787 2000-03-31 Andreas Jaeger <aj@suse.de>
10788
10789 * sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
10790 * sysdeps/mips/fpu/fegetenv.c: Likewise.
10791 * sysdeps/mips/fpu/feupdateenv.c: Likewise.
10792 * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
10793 * sysdeps/mips/fpu/fesetenv.c: Likewise.
10794
10795 * sysdeps/generic/ldsodefs.h: DT_INIT_ARRAY is not relocated
10796 anymore, update comment.
10797
10798 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
10799
10800 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove
10801 SHLIB_COMPAT - the struct is always needed.
10802
10803 2000-03-31 Ulrich Drepper <drepper@redhat.com>
10804
10805 * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
10806 * elf/dl-support.c: Define _dl_starting_up.
10807
10808 2000-03-30 Ulrich Drepper <drepper@redhat.com>
10809
10810 * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
10811 * sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
10812
10813 * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
10814
10815 * elf/Makefile (dl-routines): Remove preinit.
10816 * elf/Versions: Remove _dl_preinit.
10817 * elf/dl-preinit.c: Removed. Move content into...
10818 * elf/dl-init.c: ...here.
10819 * sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
10820
10821 * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
10822 elements.
10823
10824 2000-03-29 Geoff Clare <gwc@unisoft.com>
10825
10826 * stdlib/strfmon.c: Corrected problems with the code that
10827 sets default values for [np]_sep_by_space and
10828 [np]_sign_posn; also the new positive/negative alignment
10829 code from the previous patch was not quite right for
10830 [np]_sign_posn = 0.
10831
10832 * localedata/tst-fmon.data: Changes corresponding to the
10833 two sets of fixes made to stdlib/strfmon.c.
10834
10835 2000-03-29 Jes Sorensen <jes@pcatls01.cern.ch>
10836
10837 * malloc/malloc.c: Declare bit flags UL so that they will not
10838 default to int size when being inverted.
10839
10840 2000-03-29 Andreas Jaeger <aj@suse.de>
10841
10842 * sysdeps/unix/sysv/linux/arm/errlist.c: Use shlib-compat macros.
10843 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
10844
10845 2000-03-29 Andreas Jaeger <aj@suse.de>,
10846 Ralf Baechle <ralf@uni-koblenz.de>
10847
10848 * Makeconfig: Introduce new variable SHARED to mark code used in
10849 the shared library.
10850 * elf/dl-close.c: Use it instead of PIC.
10851 * elf/dl-load.c: Likewise.
10852 * elf/dl-open.c: Likewise.
10853 * hurd/geteuids.c: Likewise.
10854 * include/libc-symbols.h: Likewise.
10855 * include/shlib-compat.h: Likewise.
10856 * libio/freopen.c: Likewise.
10857 * linuxthreads/cancel.c: Likewise.
10858 * linuxthreads/pthread.c: Likewise.
10859 * linuxthreads/wrapsyscall.c: Likewise.
10860 * nss/nsswitch.c: Likewise.
10861 * stdio-common/vfprintf.c: Likewise.
10862 * sysdeps/arm/init-first.c: Likewise.
10863 * sysdeps/i386/init-first.c: Likewise
10864 * sysdeps/generic/init-first.c: Likewise.
10865 * sysdeps/generic/libc-start.c: Likewise.
10866 * sysdeps/mips/init-first.c: Likewise.
10867 * sysdeps/powerpc/elf/libc-start.c: Likewise.
10868 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10869 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
10870 * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
10871 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
10872
10873 * sysdeps/mips/machine-gmon.h (asm): Use __PIC__ as check.
10874
10875 2000-03-29 Andreas Jaeger <aj@suse.de>
10876
10877 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
10878 Use D_PTR to access relocated entries in l_info.
10879 (elf_machine_rela): Likewise.
10880
10881 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
10882 Likewise.
10883 (elf_machine_rela): Likewise.
10884
10885 * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
10886 Likewise.
10887 (__elf_machine_fixup_plt): Likewise.
10888 (__process_machine_rela): Likewise.
10889
10890 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
10891 (elf_machine_rela): Likewise.
10892
10893 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Likewise.
10894 (elf_machine_rel): Likewise.
10895
10896 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
10897 (elf_machine_fixup_plt): Likewise.
10898 (elf_machine_rela): Likewise.
10899
10900 2000-03-29 Andreas Jaeger <aj@suse.de>
10901
10902 * sysdeps/unix/sysv/linux/msgctl.c: Use shlib-compat macros.
10903 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
10904 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
10905 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
10906 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
10907 * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
10908 * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
10909 * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
10910 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
10911 * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
10912 * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
10913 * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
10914 * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
10915 * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
10916 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10917
10918 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Use shlib-compat
10919 macros, remove K&R prototypes.
10920
10921 2000-03-30 Ulrich Drepper <drepper@redhat.com>
10922
10923 * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
10924 Reported by Andrew Wiseman <a.wiseman@bandc.dircon.co.uk>
10925 (PR libc/1677).
10926
10927 2000-03-30 Andreas Jaeger <aj@suse.de>
10928
10929 * misc/sys/cdefs.h: Remove K&R support.
10930
10931 2000-03-30 Ulrich Drepper <drepper@redhat.com>
10932
10933 * iconv/skeleton.c: Avoid compiling unaligned versions in some
10934 more cases.
10935 * iconv/loop.c: Likewise.
10936
10937 2000-03-29 Bruno Haible <haible@clisp.cons.org>
10938
10939 * iconv/loop.c (put16): Remove __const. Fix access index.
10940 (put32): Remove __const. Use uint32_t instead of uint16_t.
10941 * iconv/skeleton.c: Likewise.
10942
10943 2000-03-30 Roland McGrath <roland@baalperazim.frob.com>
10944
10945 * mach/Versions (libc: GLIBC_2.0)
10946 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Conditionalize
10947 __vm_allocate on this.
10948 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]: Conditionalize
10949 mutex- and spinlock-related symbols on this.
10950 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
10951 New version set. Lock-related symbols go here instead in this case.
10952 * sysdeps/mach/hurd/Versions (libc: GLIBC_2.0): Remove
10953 _cthread_exit_routine, _cthread_init_routine, cthread_keycreate,
10954 cthread_getspecific, cthread_setspecific, __libc_getspecific.
10955 * hurd/Versions
10956 [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: GLIBC_2.0):
10957 Put them here instead.
10958 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
10959 New version set. Those cthreads symbols go here instead in this case.
10960 * Versions.def (libc) [USE_IN_LIBIO]: Add HURD_CTHREADS_0.3 version.
10961
10962 2000-03-30 Ulrich Drepper <drepper@redhat.com>
10963
10964 * elf/dl-init.c (_dl_init): We don't need to call constructors
10965 recursively. Fold _dl_init_rec in _dl_init and optimize a bit more.
10966
10967 Implement dynamic determination of constructor/destructor order in
10968 the dynamic linker.
10969 * elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
10970 (GLIBC_2.2): Add _dl_init.
10971 * elf/dl-close.c: Also call all destructors in FINI_ARRAY.
10972 r_duplist is not anymore allocated separately. l_initfini is and
10973 therefore free it if necessary.
10974 * elf/dl-deps.c: If a searchlist has to be allocated, put all in one
10975 malloc block. Otherwise allocate l_initfini list only.
10976 Put dependencies for the object in l_initfini list.
10977 Sort dependencies for the object to be loaded topologically.
10978 * elf/dl-fini.c: Before running the destructors sort the topologically.
10979 * elf/dl-init.c (_dl_init): Renamed from _dl_init_next. Rewrite to
10980 call constructors instead of iterating over the pointers. Get list of
10981 objects for which to run constructors from l_initfini element. Accept
10982 argc, argv, and env as parameters and pass them to the constructors.
10983 * elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
10984 with size of dynamic section.
10985 * elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
10986 _dl_init_next and calling constructors ourself.
10987 * elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
10988 Take argc, argv, and env as parameters and pass them to the
10989 constructors. Rewrite to call all constructors and not iterate over
10990 the pointers.
10991 * elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry. Don't
10992 precompute l_initcount and l_preinitcount.
10993 * elf/link.h (struct link_map): Add l_ldnum member.
10994 Make l_phdr_allocated part of the bitfield. Remove l_runcount,
10995 l_initcount, and l_preinitcount. Add l_initfini.
10996 * sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
10997 one for _dl_init.
10998 * sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
10999 function interface.
11000 * sysdeps/unix/sysv/linux/init-first.h: Removed.
11001 * sysdeps/unix/sysv/linux/Dist: Delete file here as well.
11002 * sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
11003 SYSDEP_CALL_INIT. Make _init a strong alias of init. The calling
11004 conventions now match.
11005
11006 * sysdeps/generic/libc-start.c: Calling __libc_init_first has no
11007 effect for shared objects. Don't emit message and call only for
11008 static library.
11009
11010 2000-03-29 Ulrich Drepper <drepper@redhat.com>
11011
11012 * iconvdata/testdata/CSA_Z243.4-1985-1..UCS-2BE: Renamed from
11013 CSA_Z243.4-1985-1..UCS2.
11014 * iconvdata/testdata/ISO-8859-10..UCS-2BE: Renamed from
11015 ISO-8859-10..UCS2.
11016
11017 2000-03-29 Andreas Jaeger <aj@suse.de>
11018
11019 * include/unistd.h: Remove duplicate entry for __rmdir.
11020 Remove declaration of __mkdir since __mkdir is declared in
11021 sys/stat.h.
11022
11023 * manual/creature.texi (Feature Test Macros): Fix typo, reported
11024 by Michael Deutschmann <michael@talamasca.ocis.net>.
11025
11026 * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros.
11027 * sysdeps/mips/fpu/fegetenv.c: Likewise.
11028 * sysdeps/mips/fpu/fesetenv.c: Likewise.
11029 * sysdeps/mips/fpu/feupdateenv.c: Likewise.
11030 * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
11031
11032 2000-03-28 Andreas Jaeger <aj@suse.de>
11033
11034 * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
11035 declaration, the prototype is defined via bits/mathcalls.h.
11036 (__sincosf): Likewise.
11037 (__sincosl): Likewise.
11038 (ldexp): Likewise.
11039 (ldexpf): Likewise.
11040 (ldexpl): Likewise.
11041 (__finite): Likewise.
11042 (__inline_mathcodeNP): New macro without prototype
11043 declarations.
11044 (__inline_mathcodeNP2): Likewise.
11045 (__inline_mathcodeNP3): Likewise.
11046 (__inline_mathcodeNP_): Likewise.
11047 (__inline_mathcodeNP2_): Likewise.
11048 (__inline_mathcodeNP3_): Likewise.
11049 (__inline_mathopNP): Likewise.
11050 (__inline_mathop_declNP): Likewise.
11051 (__inline_mathop_declNP_): Likewise.
11052 (__inline_mathcode_): Use __inline_mathcodeNP_.
11053 (__inline_mathcode2_): Use __inline_mathcodeNP2_.
11054 (__inline_mathcode3_): Use __inline_mathcodeNP3_.
11055 (__inline_mathop_decl_): Use __inline_mathop_declNP__.
11056 (__expm1l): Don't define prototype, the prototype is defined via
11057 bits/mathcalls.h.
11058 (exp): Likewise.
11059 (__expl): Likewise.
11060 (tan): Likewise.
11061 (atan2): Likewise.
11062 (__atan2l): Likewise.
11063 (fmod): Likewise.
11064 (pow): Likewise.
11065 (fabsf): Likewise.
11066 (fabsl): Likewise.
11067 (__fabsl): Likewise.
11068 (asin): Likewise.
11069 (acos): Likewise.
11070 (sinh): Likewise.
11071 (cosh): Likewise.
11072 (tanh): Likewise.
11073 (floor): Likewise.
11074 (ceil): Likewise.
11075 (expm1): Likewise.
11076 (log1p): Likewise.
11077 (asinh): Likewise.
11078 (acosh): Likewise.
11079 (atanh): Likewise.
11080 (hypot): Likewise.
11081 (logb): Likewise.
11082 (fma): Likewise.
11083 (drem): Likewise.
11084 (sqrt): Likewise.
11085 (__sqrtl): Likewise.
11086 (sin): Likewise.
11087 (cos): Likewise.
11088 (atan): Likewise.
11089 (log): Likewise.
11090 (log10): Likewise.
11091 (asinh): Likewise.
11092 (log2): Likewise.
11093 (rint): Likewise.
11094
11095 2000-03-28 Ulrich Drepper <drepper@redhat.com>
11096
11097 * Makerules: If make variable md5 is defined to yes after
11098 generating dependencies generate MD5 sum for the object.
11099
11100 * iconv/gconv_builtin.h: Fix length in transformation definition
11101 for UNICODEBIG.
11102
11103 * iconvdata/TESTS: Use UCS-2BE instead of UCS2.
11104
11105 * iconv/loop.c: Define get16, get32, put16, and put32 macros to
11106 allow as well reading from/writing to unaligned addresses on machines
11107 which don't support this in hardware. Use FCTNAME macro to define
11108 function name. Include the file a second time for platforms which
11109 need special unaligned handling.
11110 * iconv/skeleton.c: Define get16u, get32u, put16u, and put32u macros
11111 to access potentially unaligned addresses. These macros are intended
11112 to be used only outside the loops.
11113 (unaligned): New definition. In case the machine can handle unaligned
11114 access define as zero. Otherwise as a variable which is initialized
11115 as nonzero in case the buffer passed in at runtime is unaligned with
11116 respect to the character set encoding involved.
11117 Call aligned or unaligned looop functions according to unaligned
11118 variable.
11119 * iconvdata/8bit-gap.c: Use get16, get32, put16, and put32 instead
11120 of direct casting pointer to potentially handle unaligned memory
11121 accesses.
11122 * iconvdata/8bit-generic.c: Likewise.
11123 * iconvdata/ansi_x3.110.c: Likewise.
11124 * iconvdata/big5.c: Likewise.
11125 * iconvdata/euc-cn.c: Likewise.
11126 * iconvdata/euc-jp.c: Likewise.
11127 * iconvdata/euc-kr.c: Likewise.
11128 * iconvdata/euc-tw.c: Likewise.
11129 * iconvdata/gbk.c: Likewise.
11130 * iconvdata/iso-2022-cn.c: Likewise.
11131 * iconvdata/iso-2022-jp.c: Likewise.
11132 * iconvdata/iso-2022-kr.c: Likewise.
11133 * iconvdata/iso646.c: Likewise.
11134 * iconvdata/iso_6937-2.c: Likewise.
11135 * iconvdata/iso_6937.c: Likewise.
11136 * iconvdata/johab.c: Likewise.
11137 * iconvdata/sjis.c: Likewise.
11138 * iconvdata/t.61.c: Likewise.
11139 * iconvdata/uhc.c: Likewise.
11140 * iconvdata/unicode.c: Likewise.
11141 * iconvdata/utf-16.c: Likewise.
11142
11143 * locale/programs/simple-hash.c: Little optimizations. Remove K&R
11144 prototypes.
11145
11146 * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_check_all.
11147 * malloc/mcheck.c (mcheck_check_all): Renamed from check_all and made
11148 public.
11149 * malloc/mcheck.h (mcheck_check_all): Declare.
11150
11151 * stdio-common/Makefile (tests): Add tst-obprintf.
11152
11153 2000-03-28 Roland McGrath <roland@baalperazim.frob.com>
11154
11155 * sysdeps/generic/bits/sigthread.h: Clean up conditionals.
11156 Declare pthread_sigmask.
11157
11158 * csu/version.c: Add 2000 to copyright years.
11159 Remove Emacs local variables section.
11160
11161 2000-03-23 Bruno Haible <haible@clisp.cons.org>
11162
11163 * iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
11164 __gconv_transform_internal_ucs2little): Remove declarations.
11165 * iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
11166 __gconv_transform_internal_ucs2): Never need to bswap_16.
11167 (__gconv_transform_ucs2reverse_internal,
11168 __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
11169
11170 2000-03-27 Roland McGrath <roland@baalperazim.frob.com>
11171
11172 * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
11173 obsoleting version not being defined at all, in which case the
11174 result is always true.
11175
11176 * Makeconfig (preprocess-versions): New canned sequence for running
11177 cpp on shlib-versions and the like.
11178 (soversions.i): Use it.
11179 * Makerules (Versions.all, sysd-versions): Use it to preprocess the
11180 Versions.def and Versions files.
11181
11182 2000-03-27 Ulrich Drepper <drepper@redhat.com>
11183
11184 * stdio-common/tst-obprintf.c (main): Add another check to see
11185 obstack_printf handling all possible beginnings of the block
11186 inside an obstack chunk.
11187
11188 * locale/programs/localedef.c: Use __malloc_initialize_hook to
11189 install mcheck handler.
11190
11191 * libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
11192 handling problem.
11193
11194 2000-03-27 Roland McGrath <roland@baalperazim.frob.com>
11195
11196 * stdio-common/tmpfile.c: Use <shlib-compat.h> macros.
11197
11198 * include/shlib-compat.h: Conditionalize <abi-versions.h> include
11199 on [HAVE_ELF && DO_VERSIONING].
11200
11201 2000-03-27 Ulrich Drepper <drepper@redhat.com>
11202
11203 * stdio-common/tst-obprintf.c: New file.
11204
11205 2000-03-26 Ulrich Drepper <drepper@redhat.com>
11206
11207 * libio/genops.c (_IO_default_xsputn): Little optimization. Call
11208 _IO_OVERFLOW directly instead through __overflow.
11209
11210 * locale/programs/localedef.c (construct_output_path): If path
11211 contains a / compute the end of the directory name correctly.
11212
11213 * include/features.h: Undef and document __USE_XOPEN2K.
11214
11215 * malloc/mcheck.c: Implement pedantic checking of all allocated blocks
11216 whenever a function is called. Initiated by calling mcheck_pedantic
11217 instead of mcheck.
11218 * malloc/mcheck.h: Declare mcheck_pedantic.
11219 * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
11220 * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
11221 for now.
11222
11223 2000-03-26 Roland McGrath <roland@baalperazim.frob.com>
11224
11225 * dlfcn/dlopen.c: Use <shlib-compat.h> macros.
11226 * dlfcn/dlopenold.c: Likewise.
11227 * nss/getXXbyYY_r.c: Likewise.
11228 * nss/getXXent_r.c: Likewise.
11229 * hurd/hurdinit.c: Likewise.
11230 * hurd/compat-20.c: Likewise.
11231 * libio/oldiofopen.c: Likewise.
11232 * libio/oldiofclose.c: Likewise.
11233 * libio/oldiofdopen.c: Likewise.
11234 * libio/oldfileops.c: Likewise.
11235 * libio/oldstdfiles.c: Likewise.
11236 * libio/oldiofsetpos.c: Likewise.
11237 * libio/oldiofgetpos.c: Likewise.
11238 * libio/oldiofgetpos64.c: Likewise.
11239 * libio/oldiofsetpos64.c: Likewise.
11240 * libio/oldiopopen.c: Likewise.
11241 * libio/oldpclose.c: Likewise.
11242 * libio/oldtmpfile.c: Likewise.
11243 * libio/freopen.c (freopen): Likewise.
11244 * libio/iofclose.c (_IO_new_fclose): Likewise.
11245
11246 * sysdeps/mach/sys/reboot.h: Include <features.h>.
11247 (reboot): Declare it.
11248
11249 * libio/Makefile (headers): Add bits/stdio-lock.h here.
11250
11251 * sysdeps/mach/hurd/bits/stdio-lock.h: New file.
11252
11253 * include/shlib-compat.h: Include <abi-versions.h> unconditionally.
11254
11255 * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC ||
11256 __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98].
11257 We need this for the sbrk decl, which can be included without Unix98.
11258
11259 2000-03-20 Richard Henderson <rth@cygnus.com>
11260
11261 * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
11262 argument to yperr2nss is an int, not size_t.
11263 * posix/regex.c (print_partial_compiled_pattern): Cast all
11264 ptrdiff_t to long for printing.
11265 (print_compiled_pattern): Use Z for printing size_t.
11266 * posix/testfnm.c (tests): Avoid trigraphs.
11267 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
11268 Use a C comment, not an assembly comment.
11269
11270 * sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
11271 of __ASSUME_32BITUIDS.
11272
11273 2000-03-26 Ulrich Drepper <drepper@redhat.com>
11274
11275 * libio/iofopncook.c: Remove K&R prototypes.
11276
11277 2000-03-26 Roland McGrath <roland@baalperazim.frob.com>
11278
11279 * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
11280 an initial value of 1024 instead of RLIM_INFINITY.
11281
11282 * Versions.def (libmachuser, libhurduser): Remove these sections,
11283 since these libraries do not presently use symbol versions.
11284
11285 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
11286 is RLIM_INFINITY, return -1 instead.
11287
11288 2000-03-24 Andreas Jaeger <aj@suse.de>
11289
11290 * Makefile (postclean): Added soversions.i.
11291
11292 2000-03-24 Scott Bambrough <scottb@netwinder.org>
11293
11294 * sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
11295 _FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
11296 and _FPU_IEEE. Change _FPU_RESERVED.
11297
11298 2000-03-24 Scott Bambrough <scottb@netwinder.org>
11299
11300 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.
11301
11302 2000-03-24 Roland McGrath <roland@baalperazim.frob.com>
11303
11304 * sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
11305 (gaih_inet): Remove unused duplicate variable.
11306
11307 * inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
11308 Don't use __libc_sa_len, which only exists for Linux. Just handle
11309 AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
11310 only flavors supported by this function anyway.
11311
11312 2000-03-24 Geoff Clare <gwc@unisoft.com>
11313
11314 * stdlib/strfmon.c: Corrected problems with missing signs and
11315 missing or extra spaces; allow for sign strings longer than
11316 one character; add padding to ensure positive and negative
11317 formats are aligned when a left precision is used.
11318
11319 2000-03-26 Ulrich Drepper <drepper@redhat.com>
11320
11321 * stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
11322 Patch by John Mizel <John.Mizel@msdw.com>.
11323
11324 2000-03-25 Ulrich Drepper <drepper@redhat.com>
11325
11326 * manual/install.texi: Remove references to crypt add-on.
11327
11328 2000-03-25 Roland McGrath <roland@baalperazim.frob.com>
11329
11330 * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
11331 section while taking the _hurd_rlimit_lock.
11332 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
11333
11334 2000-03-24 Roland McGrath <roland@baalperazim.frob.com>
11335
11336 * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
11337 using $(LN_S).
11338
11339 * sysdeps/mach/hurd/if_index.c: New file.
11340
11341 * sysdeps/unix/sysv/linux/net/if.h: Moved to ...
11342 * sysdeps/gnu/net/if.h: here.
11343 (_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
11344 * sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
11345 * sysdeps/generic/net/if.h: New file. Declares just the standard
11346 functions and `struct if_nameindex' type.
11347 * socket/Makefile (headers): Add net/if.h here.
11348 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
11349 * sysdeps/mach/hurd/Dist: Remove it here.
11350 * sysdeps/unix/sysv/linux/Dist: And here.
11351 * sysdeps/generic/if_index.c: Include <net/if.h>.
11352
11353 2000-03-24 Andreas Jaeger <aj@suse.de>
11354
11355 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
11356 access relocated entries in l_info.
11357 (elf_machine_got_rel): Likewise.
11358 (elf_machine_runtime_setup): Likewise.
11359 * sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
11360 (elf_machine_runtime_setup): Likewise.
11361 (__dl_runtime_resolve): Likewise.
11362
11363 2000-03-23 Ulrich Drepper <drepper@redhat.com>
11364
11365 * resolv/netdb.h (SCOPE_DELIMITER): New definitions.
11366 * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
11367 according to RFC 2553.
11368 * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
11369 * inet/getnameinfo.c: Likewise.
11370 Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
11371
11372 2000-03-23 Bruno Haible <haible@clisp.cons.org>
11373
11374 * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
11375 Remove no-op pointer increment.
11376
11377 2000-03-23 Andreas Jaeger <aj@suse.de>
11378
11379 * stdio-common/tst-cookie.c (cookieseek): Change prototype to
11380 follow change for libio.h from 2000-03-10.
11381
11382 2000-03-23 Andreas Jaeger <aj@suse.de>
11383
11384 * elf/dl-addr.c: Adjust include paths for ldsodefs location
11385 change.
11386 * elf/dl-debug.c: Likewise.
11387 * elf/dl-deps.c: Likewise.
11388 * elf/dl-error.c: Likewise.
11389 * elf/dl-fini.c: Likewise.
11390 * elf/dl-init.c: Likewise.
11391 * elf/dl-load.c: Likewise.
11392 * elf/dl-lookup.c: Likewise.
11393 * elf/dl-minimal.c: Likewise.
11394 * elf/dl-object.c: Likewise.
11395 * elf/dl-open.c: Likewise.
11396 * elf/dl-preinit.c: Likewise.
11397 * elf/dl-profile.c: Likewise.
11398 * elf/dl-profstub.c: Likewise.
11399 * elf/dl-reloc.c: Likewise.
11400 * elf/dl-runtime.c: Likewise.
11401 * elf/dl-support.c: Likewise.
11402 * elf/dl-symbol.c: Likewise.
11403 * elf/dl-version.c: Likewise.
11404 * elf/rtld.c: Likewise.
11405 * elf/sprof.c: Likewise.
11406 * sysdeps/generic/dl-cache.c: Likewise.
11407 * sysdeps/generic/dl-origin.c: Likewise.
11408 * sysdeps/generic/dl-sysdep.c: Likewise.
11409 * sysdeps/generic/elf/backtracesyms.c: Likewise.
11410 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
11411 * sysdeps/generic/libc-start.c: Likewise.
11412 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11413 * sysdeps/powerpc/dl-machine.c: Likewise.
11414 * sysdeps/powerpc/elf/libc-start.c: Likewise.
11415 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11416 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11417 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
11418
11419 * elf/ldsodefs.h: Move file to ...
11420 * sysdeps/generic/ldsodefs.h: ... here.
11421
11422 * sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
11423
11424 * sysdeps/mips/elf/ldsodefs.h: New file.
11425
11426 * elf/dl-version.c (match_symbol): Use D_PTR to access relocated
11427 entries in l_info.
11428 (_dl_check_map_versions): Likewise.
11429 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11430 * elf/dl-load.c (_dl_init_paths): Likewise.
11431 (_dl_map_object): Likewise.
11432 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
11433 (elf_get_dynamic_info): Likewise.
11434 * elf/do-lookup.h (FCT): Likewise.
11435 * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
11436 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
11437 * elf/dl-addr.c (_dl_addr): Likewise.
11438 * elf/dl-runtime.c (profile_fixup): Likewise.
11439 (fixup): Likewise.
11440 * elf/dl-init.c (_dl_init_next): Likewise.
11441 * sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
11442 * sysdeps/unix/sysv/linux/i386/dl-librecon.h
11443 (DISTINGUISH_LIB_VERSIONS): Likewise.
11444 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
11445 (elf_machine_rel): Likewise.
11446
11447 * elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
11448 for writable dynamic section.
11449
11450 2000-03-22 Ulrich Drepper <drepper@redhat.com>
11451
11452 * inet/getnameinfo.c (getnameinfo): Check that addrlen value is
11453 large enough. Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
11454
11455 2000-03-22 Andreas Jaeger <aj@suse.de>
11456
11457 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
11458 from latest Linux kernel.
11459
11460 2000-03-21 Andreas Jaeger <aj@suse.de>
11461
11462 * Versions.def: Add version 2.1.4.
11463
11464 2000-03-21 Ulrich Drepper <drepper@redhat.com>
11465
11466 * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
11467 * libio/oldiofopen.c: Likewise.
11468 * libio/oldiofclose.c: Likewise.
11469 * sysdeps/unix/sysv/linux/errlist.c: Likewise.
11470
11471 2000-03-22 Roland McGrath <roland@baalperazim.frob.com>
11472
11473 * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
11474 indicating the first version set to obsolete the conditionalized code.
11475 (compat_symbol): New macro.
11476 * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
11477 rhs be the ABI_* macro for the subsuming version. Assign increasing
11478 integer values to the ABI_* macros for supported versions.
11479 * sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
11480 compat_symbol macro.
11481
11482 2000-03-21 Ulrich Drepper <drepper@redhat.com>
11483
11484 * nscd/connections.c (nscd_run): Pretty print.
11485 * elf/dl-runtime.c: Include stdlib.h for alloca prototype.
11486
11487 * manual/charset.texi: Fix typos. Rephrase.
11488 * manual/process.texi: Likewise.
11489 * manual/signal.texi: Likewise.
11490 Patches by Mike Coleman <mkc@kc.net>.
11491
11492 * libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
11493 versions.
11494 * libio/iofdopen.c: Likewise.
11495 * libio/iofgetpos.c: Likewise.
11496 * libio/iofgetpos64.c: Likewise.
11497 * libio/iofopen.c: Likewise.
11498 * libio/iofsetpos.c: Likewise.
11499 * libio/iofsetpos64.c: Likewise.
11500 * libio/iopopen.c: Likewise.
11501 * libio/oldiofopen.c: Likewise.
11502 * libio/pclose.c: Likewise.
11503 * sysdeps/gnu/siglist.c: Likewise.
11504 * sysdeps/unix/sysv/linux/errlist.c: Likewise.
11505
11506 * include/shlib-compat.h (versioned_symbol): Give preprocessor the
11507 chance to expand VERSION_##lib##_##version.
11508
11509 * libio/fileops.c: Use new macros from shlib-compat.h to define
11510 versions.
11511 * libio/iofclose.c: Likewise.
11512 * libio/oldiofclose.c: Likewise.
11513 Patch by Roland McGrath <roland@frob.com>.
11514
11515 2000-03-21 Jakub Jelinek <jakub@redhat.com>
11516
11517 * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
11518 Lay out struct sigcontext according to what really gets passed on
11519 the stack.
11520 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
11521 (elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
11522 (prgregset_t, prfpregset_t): Define to elf_* types.
11523 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
11524 Define to correct value.
11525 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
11526 sigcontext.
11527 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
11528
11529 2000-03-21 Roland McGrath <roland@baalperazim.frob.com>
11530
11531 * scripts/firstversions.awk: Allow multiple version sets in the
11532 "earliest version" specification, meaning that version sets in the
11533 gaps between listed versions should be folded into the earliest later
11534 version that is explicitly listed.
11535 * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
11536 we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
11537
11538 2000-03-21 Ulrich Drepper <drepper@redhat.com>
11539
11540 * iconv/gconv_builtin.c: Include <endian.h>.
11541 * iconv/gconv_builtin.h: Add UCS-BE aliases.
11542 Add UCS-4LE transformation. Define UNICODEBIG and UNICODELITTLE
11543 according to current platform.
11544 * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
11545 __gconv_transform_internal_ucs2reverse, and
11546 __gconv_transform_internal_ucs4le.
11547 * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
11548 __gconv_transform_ucs2reverse_internal and
11549 __gconv_transform_internal_ucs2reverse.
11550 * iconvdata/Makefile (modules): Add UNICODE.
11551 (distribute): Add unicode.c.
11552 * iconvdata/gconv-modules: Add definitions for UNICODE module.
11553 * iconvdata/unicode.c: New file.
11554
11555 * iconvdata/utf-16.c: Rewrite code to emit BOM. Correct code to
11556 determine byte order of input and convert accordingly.
11557
11558 * iconvdata/utf-16.c (gconv_init): Fix typo.
11559
11560 2000-03-20 Ulrich Drepper <drepper@redhat.com>
11561
11562 * iconvdata/gconv-modules: Fix typo.
11563
11564 * sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one
11565 more messages.
11566
11567 * sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
11568
11569 2000-03-16 Thorsten Kukuk <kukuk@suse.de>
11570
11571 * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.
11572
11573 2000-03-20 Ulrich Drepper <drepper@redhat.com>
11574
11575 * misc/Makefile (routines): Add mincore.
11576
11577 2000-03-20 Andreas Jaeger <aj@suse.de>
11578
11579 * sysdeps/generic/mincore.c: New stub file.
11580
11581 * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
11582 from latest Linux kernel.
11583
11584 2000-03-20 Ulrich Drepper <drepper@redhat.com>
11585
11586 * grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
11587 _SC_GETPW_R_SIZE_MAX.
11588
11589 2000-03-20 Richard Henderson <rth@cygnus.com>
11590
11591 * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
11592 in GLIBC_2.1.4.
11593
11594 2000-03-20 Richard Henderson <rth@cygnus.com>
11595
11596 * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
11597 of arithmetic instructions.
11598
11599 * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
11600 with the fpcr. Protect from INV exception.
11601 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11602 * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
11603 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11604
11605 * sysdeps/alpha/fpu/s_copysign.c: New.
11606 * sysdeps/alpha/fpu/s_copysignf.c: New.
11607 * sysdeps/alpha/fpu/s_fabs.c: New.
11608 * sysdeps/alpha/fpu/s_fabsf.c: New.
11609 * sysdeps/alpha/fpu/s_rint.c: New.
11610 * sysdeps/alpha/fpu/s_rintf.c: New.
11611
11612 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
11613
11614 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
11615 Kill sethae.
11616 * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
11617 * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
11618 Use physical addresses not KSEG addresses.
11619 (io_system): Add PYXIS.
11620 (io): Remove hae.reg, sys, hae_shift.
11621 (stb_mb, stw_mb, stl_mb, __sethae): New.
11622 (inline_outb, inline_outw, inline_outl): Don't set hae.
11623 (inline_inb, inline_inw, inline_inl): Likewise.
11624 (dense_sethae): New null function.
11625 (struct cpuinfo_data): New.
11626 (process_cpuinfo): Use local and stack variables, not static.
11627 Move readlink check here from init_iosys.
11628 (init_iosys): Use __pciconfig_iobase first. Know SX and LX as PYXIS.
11629 (_iopl): Simplify.
11630 (_hae_shift): Calculate it here.
11631 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
11632 add pciconfig_iobase.
11633
11634 2000-03-20 Roland McGrath <roland@baalperazim.frob.com>
11635
11636 * locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
11637 * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
11638
11639 * scripts/versions.awk: Fixed version renaming code to distinguish
11640 libraries properly.
11641
11642 2000-03-19 Ulrich Drepper <drepper@redhat.com>
11643
11644 * include/stdlib.h: Add prototype for __cxa_atexit.
11645
11646 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
11647 _SLOWDOWN flags. Patch by Jim Blandy <jimb@cygnus.com>.
11648
11649 2000-03-17 Cristian Gafton <gafton@redhat.com>
11650
11651 * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
11652 existing rtld-installed-name.
11653 ($(rtld-installed-name)): Request libc-$(version) be installed too.
11654 replace existing rtld-installed-name using $(symbolic-link-prog).
11655
11656 2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
11657
11658 * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
11659 (insert_value, handle_ellipsis, collate_read): Replace %zu in format
11660 strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
11661 but not the former.
11662
11663 2000-03-19 Ulrich Drepper <drepper@redhat.com>
11664
11665 * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
11666 glob64. Since there is no glob64 in the LFS proposal applications
11667 can assume that glob handles LFS situations. glob64 is only needed
11668 if alternative filesystem functions are used.
11669
11670 2000-03-19 Geoff Clare <gwc@unisoft.com>
11671
11672 * sysdeps/generic/glob.c: Correct gl_pathc value returned
11673 when GLOB_DOOFFS is set; correct handling of patterns
11674 containing escaped wildcards (and no unescaped ones);
11675 GLOB_ERR flag was being ignored in some situations.
11676
11677 * posix/globtest.c, posix/globtest.sh: Updated to include
11678 tests for the problems fixed by the above changes to glob.c.
11679
11680 * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
11681
11682 2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
11683
11684 * Makeconfig (soversion.i): Use only first match for each lib.
11685
11686 * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
11687
11688 * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
11689 rather than $(sysd-dirs-done) to protect these rules.
11690
11691 * Makerules (version-renames.def): Target removed.
11692 (Versions.all): Depend on soversions.i directly and parse it.
11693
11694 * Makeconfig (soversions.i): New target, input-reading parts of
11695 soversions.mk generation moved here; result is a canonicalized
11696 list "LIB VERSION [SET]" for this configuration.
11697 (soversions.mk): Use that as input. Don't emit map-firstversions.
11698 * Makerules (version-renames.def): New target, generated from
11699 soversions.i with contents that was in $(map-firstversions).
11700 (Versions.all): Don't depend on soversions.mk, depend on
11701 version-renames.def instead; just cat it into the input.
11702
11703 * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
11704 for $(map-firstversions), which better handles it being empty.
11705
11706 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
11707 supported version for libc 0.2.90.libio to GLIBC_2.2.
11708
11709 * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
11710 and use it to emit new variable `map-firstversions'.
11711 * scripts/firstversions.awk: New file.
11712 * Makerules (Versions.all): Use scripts/firstversions.awk and
11713 the $(map-firstversions) value to generate a modified versions list
11714 that includes renames in "A = B" syntax for each version set earlier
11715 than the "earliest symbol version" named in shlib-versions.
11716 * scripts/versions.awk: Recognize "A = B" lines in the input to mean
11717 rename version set A to B in the output to the intermediate file.
11718 * scripts/abi-versions.awk: New file.
11719 * Makerules (abi-versions.h): New target, generated by that script.
11720 [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
11721 * include/shlib-compat.h: New file, uses that generated header.
11722
11723 2000-03-18 Roland McGrath <roland@baalperazim.frob.com>
11724
11725 * Makeconfig (soversions.mk): Convert % -> # in shlib-versions
11726 after stripping # comments, and then run it through cpp.
11727 This allows things like "%ifdef FOO" based on config.h settings.
11728 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
11729
11730 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
11731 and other errors that indicate a pseudo-receive happened, grok through
11732 the message buffer for port rights that need references fixed up.
11733
11734 2000-03-16 Andreas Jaeger <aj@suse.de>
11735
11736 * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
11737
11738 * sysdeps/unix/sysv/linux/madvise.c: Remove.
11739
11740 * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
11741 from latest Linux kernel.
11742 * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
11743
11744 * misc/sys/mman.h: Add prototype for mincore.
11745
11746 2000-03-17 Ulrich Drepper <drepper@redhat.com>
11747
11748 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
11749 entry for GLIBC_2.0 version of setrlimit.
11750 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
11751
11752 2000-03-16 Thorsten Kukuk <kukuk@suse.de>
11753
11754 * nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
11755 * nis/nss_compat/compat-initgroups.c: Likewise.
11756 * nis/nss_nis/nis-initgroups.c: Likewise.
11757 * nis/nss_nis/nis-netgrp.c: Likewise.
11758 * nis/nss_nis/nis-proto.c: Likewise.
11759 * nis/nss_nis/nis-rpc.c: Likewise.
11760 * nis/nss_nis/nis-service.c: Likewise.
11761 * nis/ypclnt.c: Likewise.
11762
11763 2000-03-16 Andreas Jaeger <aj@suse.de>
11764
11765 * manual/Makefile: MAKEINFO is set to `:' from configure if it
11766 doesn't exist, correct checks. Fixes PR libc/1649.
11767
11768 2000-03-16 Thorsten Kukuk <kukuk@suse.de>
11769
11770 * nscd/hstcache.c: Restore correct UID.
11771 * nscd/pwdcache.c: Likewise.
11772 Patch from Gabor Gombas <gombasg@inf.elte.hu>.
11773
11774 2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
11775
11776 * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
11777 macros for register names, in line with 2000-03-14 linux change.
11778
11779 * sysdeps/mach/sched_yield.c: New file.
11780
11781 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
11782
11783 * sysdeps/generic/lockfile.c: Include <stdio.h>
11784 (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
11785 case <libio.h> defined them.
11786 (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
11787 from __internal_*.
11788 (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
11789 ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
11790
11791 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
11792 for more pleasing parse error.
11793
11794 2000-03-16 Ulrich Drepper <drepper@redhat.com>
11795
11796 * locale/lc-time.c (_nl_init_era_entries): Correct allocation of
11797 memory for eras.
11798 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
11799
11800 * elf/Makefile: Add rules to compile and run constload1 test.
11801 * elf/constload1.c: New file.
11802 * elf/constload2.c: New file.
11803 * elf/constload3.c: New file.
11804
11805 2000-03-15 Ulrich Drepper <drepper@redhat.com>
11806
11807 * sysdeps/posix/open64.c: Make __open64 weak alias.
11808 * sysdeps/posix/pread64.c: Make __pread64 weak alias.
11809 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
11810 * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
11811 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
11812 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
11813 * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
11814 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
11815 * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
11816 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
11817 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
11818
11819 2000-03-14 Ulrich Drepper <drepper@redhat.com>
11820
11821 * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
11822 Nautilus. Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
11823
11824 2000-03-16 Mark Kettenis <kettenis@gnu.org>
11825
11826 * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
11827 Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
11828
11829 2000-03-08 Andreas Jaeger <aj@suse.de>
11830
11831 * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
11832
11833 2000-03-14 Ulrich Drepper <drepper@redhat.com>
11834
11835 * timezone/africa: Update from tzdata2000d.
11836 * timezone/asia: Likewise.
11837 * timezone/australasia: Likewise.
11838 * timezone/europe: Likewise.
11839 * timezone/northamerica: Likewise.
11840 * timezone/southamerica: Likewise.
11841
11842 * po/fr.po: Update from translation team.
11843 * po/de.po: Likewise.
11844
11845 * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
11846 last parameter. Move code to add map to global scope from here...
11847 * elf/dl-open.c (dl_open_worker): ...here.
11848 * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
11849 * elf/rtld.c: Adjust call to _dl_map_object_deps.
11850
11851 * locale/programs/ld-collate.c (collate_read): Fix warning.
11852
11853 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
11854 values and macros for register names.
11855
11856 * libio/iofopncook.c (_IO_cookie_seek): Return error only if value
11857 returned by seek cookie function is -1.
11858
11859 2000-03-14 Andreas Jaeger <aj@suse.de>
11860
11861 * locale/localeconv.c (localeconv): Fix typo.
11862 Reported by Andre Charbonneau <andrec@corel.com>.
11863
11864 2000-03-14 Ulrich Drepper <drepper@redhat.com>
11865
11866 * iconv/skeleton.c: Increment __invocation_counter in inner loop
11867 since modules depend on it counting the number of times the conversion
11868 function got called.
11869
11870 * iconv/gconv_open.c: Optimize loop to setup step data structure.
11871
11872 * iconv/gconv.h: Pretty print.
11873
11874 2000-03-04 Ulrich Drepper <drepper@redhat.com>
11875
11876 * posix/wordexp-test.c: Correct one of the tests added in the last
11877 change. Really get the root passwd entry to check again ~root.
11878
11879 2000-03-10 Andreas Jaeger <aj@suse.de>
11880
11881 * manual/filesys.texi (Working Directory): Fix last patch.
11882 Patch by Martin Buchholz <martin@xemacs.org>.
11883
11884 2000-03-10 Andreas Jaeger <aj@suse.de>
11885
11886 * manual/creature.texi (Feature Test Macros): Fix language.
11887
11888 2000-03-10 Roland McGrath <roland@baalperazim.frob.com>
11889
11890 * mach/devstream.c (devstream_write, devstream_read): New functions.
11891 (input, output): Functions removed.
11892 (mach_open_devstream): Use devstream_{read,write} as cookie functions,
11893 using only the vanilla fopencookie interface.
11894
11895 * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
11896 as macro for __io_functions.
11897 (funcsio): Use cookie_io_functions_t type name.
11898 (fopenport): Renamed from __fopenport. Rewrite to call fopencookie.
11899
11900 * libio/iofopncook.c (_IO_cookie_init): New function, broken out of
11901 fopencookie.
11902 (fopencookie): Use it.
11903 * libio/libio.h: Declare _IO_cookie_init.
11904 * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
11905 _IO_cookie_init.
11906
11907 * libio/libio.h (__io_seek_fn): Fix second argument type
11908 to be a pointer, in line with the manual and the old stdio.
11909 * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
11910
11911 * sysdeps/generic/bits/stdio-lock.h: New file.
11912 This is a stub with #error, but that's better than no file at all.
11913
11914 2000-03-09 Martin Buchholz <martin@xemacs.org>
11915
11916 * sysdeps/unix/sysv/linux/alpha/syscall.S: Doc Fixes.
11917 * manual/message.texi (Using gettextized software): Doc Fixes.
11918 * manual/message.texi (Message Translation): Doc Fixes.
11919 * manual/filesys.texi (File Size): Doc Fixes.
11920 * manual/charset.texi (glibc iconv Implementation): Doc Fixes.
11921 * locale/programs/ld-collate.c (collate_output): Doc Fixes.
11922 * iconv/gconv_db.c (find_derivation): Doc Fixes.
11923 * manual/install.texi: Doc Fixes.
11924 * manual/search.texi (Hash Search Function): Doc Fixes.
11925 * manual/stdio.texi (Output Conversion Syntax): Doc Fixes.
11926 * FAQ.in: Doc Fixes.
11927 * config.h.in: Doc Fixes.
11928 * sysdeps/generic/dl-sysdep.c: Doc Fixes.
11929 Doc Fixes. `allows to' is not correct English.
11930
11931 * elf/rtld.c: Doc fixes.
11932 * manual/creature.texi (Feature Test Macros): Doc fixes.
11933 * manual/memory.texi (Hooks for Malloc): Doc Fixes.
11934
11935 * manual/filesys.texi (Working Directory): Check for ERANGE to
11936 avoid infloop.
11937
11938 2000-02-23 Roland McGrath <roland@baalperazim.frob.com>
11939
11940 * string/argz-stringify.c (__argz_stringify): Fix loop termination
11941 conditions so as not to clobber the final '\0' when there is only one
11942 element in the vector.
11943
11944 2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
11945
11946 * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
11947 broken by 2000-02-27 change.
11948
11949 * sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
11950
11951 2000-02-23 Roland McGrath <roland@baalperazim.frob.com>
11952
11953 * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
11954 argument type, for 2000-02-22 change in signal/signal.h declaration.
11955
11956 2000-03-09 Roland McGrath <roland@baalperazim.frob.com>
11957
11958 * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
11959 to getdirentries64 (no __), since the Linux implementation
11960 has no __ name, and there is no declaration for the __ name.
11961
11962 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
11963
11964 * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
11965 sed regexp so as not to break directory names including /../ within.
11966
11967 * sysdeps/unix/bsd/bits/waitflags.h: File removed.
11968 The sysdeps/generic file is right for BSD. This file was in fact the
11969 Hurd file, but the only difference was the WNOREAP flag that was never
11970 actually implemented or used anywhere.
11971
11972 * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
11973 since AC_PATH_PROG already does it for us.
11974 (PERL): Rewrite check added in 2000-02-29 change for syntactic
11975 correctness and sh portability. I replaced the broken check
11976 with a more sensible implementation of the apparently intended
11977 semantics, which might still be questionable. Using expr causes
11978 a non-numeric value for `perl -V:apiversion` to be accepted,
11979 refusing to use only a perl that reports a number less than 5;
11980 on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
11981 * configure: Regenerated.
11982
11983 2000-03-08 Andreas Jaeger <aj@suse.de>
11984
11985 * manual/crypt.texi: Fix paths.
11986
11987 2000-03-07 Andreas Jaeger <aj@suse.de>
11988
11989 * resolv/netdb.h: The descriptions of rresvport and rresvport_af
11990 were swapped.
11991 Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
11992 libc/1636.
11993
11994 2000-03-06 Andreas Jaeger <aj@suse.de>
11995
11996 * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
11997 in __sgn1l, otherwise g++ fails to parse this.
11998 Reported by Sean Chen <sean.chen@turbolinux.com>.
11999
12000 2000-03-03 Geoff Keating <geoffk@cygnus.com>
12001
12002 * configure.in: Compute sizeof-long-double.
12003 * configure: Regenerated.
12004 * config.make.in: Make sizeof-long-double available to sub-makes.
12005
12006 2000-03-03 Ulrich Drepper <drepper@cygnus.com>
12007
12008 * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
12009 call.
12010
12011 2000-03-03 Geoff Keating <geoffk@cygnus.com>
12012
12013 * Makeconfig (rpath-dirs): Add crypt.
12014 (all-subdirs): Remove md5crypt.
12015 * crypt/sysdeps/unix/crypt.c: Move to crypt/.
12016 * crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
12017 * sysdeps/generic/crypt-entry.c: Delete.
12018 * crypt/sysdeps/unix/crypt.h: Move to crypt/.
12019 * sysdeps/generic/crypt.h: Delete.
12020 * crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
12021 * crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
12022 * crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
12023 * sysdeps/generic/des_impl.c: Delete.
12024 * crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
12025 * crypt/sysdeps: Delete.
12026 * crypt/crypt_util.c: Don't use `patchlevel.h'.
12027 * md5-crypt/Versions: Move to crypt/.
12028 * md5-crypt/md5-crypt.c: Move to crypt/.
12029 * md5-crypt/md5.c: Move to crypt/.
12030 * md5-crypt/md5c-test.c: Move to crypt/.
12031 * md5-crypt/md5test.c: Move to crypt/.
12032 * md5-crypt: Delete.
12033 * crypt/Makefile: Adjust for new structure.
12034
12035 2000-03-03 Paul Eggert <eggert@twinsun.com>
12036
12037 * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
12038 define to 1 if not defined.
12039
12040 2000-03-03 Andreas Jaeger <aj@suse.de>
12041
12042 * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
12043
12044 2000-03-03 Andreas Jaeger <aj@suse.de>
12045
12046 * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
12047 cases.
12048 (xdr_int64_t): Correctly handle lower half.
12049 Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
12050
12051 2000-03-03 Ulrich Drepper <drepper@cygnus.com>
12052
12053 * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
12054 call.
12055
12056 2000-03-02 Andreas Jaeger <aj@suse.de>
12057
12058 * sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
12059 2.3.43.
12060
12061 2000-03-02 Andreas Jaeger <aj@suse.de>
12062
12063 * resolv/Makefile (headers): Add arpa/nameser_compat.h.
12064
12065 2000-03-01 Andreas Jaeger <aj@suse.de>
12066
12067 * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
12068 (tests): Added tst-getdate.
12069
12070 * time/tst-getdate.c: New file.
12071
12072 * time/datemsk: New file, needed for tst-getdate.
12073
12074 2000-02-29 Cristian Gafton <gafton@redhat.com>
12075
12076 * configure.in (CCVERSION): Require at least veersion 5 of perl API.
12077
12078 2000-02-17 H.J. Lu <hjl@gnu.org>
12079
12080 * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
12081
12082 * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
12083 available.
12084 (svcudp_recv): Set up message with the new "xp_pad" field for
12085 IP_PKTINFO.
12086 (svcudp_reply): Support IP_PKTINFO if available.
12087
12088 2000-03-01 Andreas Jaeger <aj@suse.de>
12089
12090 * time/getdate.c (check_mday): Fix check for february.
12091 Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
12092 <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
12093
12094 2000-03-02 Andreas Jaeger <aj@suse.de>
12095
12096 * posix/unistd.h: __THROW has to precede __attribute__, otherwise
12097 g++ fails to parse this.
12098 Reported by Sean Chen <sean.chen@turbolinux.com>.
12099
12100 2000-02-28 Ulrich Drepper <drepper@redhat.com>
12101
12102 * io/creat.c: Moved to...
12103 * sysdeps/generic/creat.c: ...here.
12104 * io/creat64.c: Moved to...
12105 * sysdeps/generic/creat64.c: ...here.
12106 * io/lockf.c: Moved to...
12107 * sysdeps/generic/lockf.c: ...here.
12108
12109 * crypt/crypt.texi: Moved to...
12110 * manual/crypt.texi: ...here.
12111 * crypt/examples/genpass.c: Moved to...
12112 * manual/examples/genpass.c: ...here.
12113 * crypt/examples/mygenpass.c: Moved to...
12114 * manual/examples/mygenpass.c: ...here.
12115 * crypt/examples/testpass.c: Moved to...
12116 * manual/examples/testpass.c: ...here.
12117
12118 * manual/Makefile (chapters): Add crypt.
12119 * manual/conf.texi: Add usual header for not-last chapter.
12120 * manual/crypt.texi: Add special header for last chapter.
12121
12122 2000-02-28 Geoff Keating <geoffk@cygnus.com>
12123
12124 * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
12125 * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
12126 complain if there is no crypt add-on.
12127 * crypt/configure: Removed.
12128
12129 * crypt/crypt.texi: Update documentation of US export restrictions
12130 to match the 14 Jan 2000 regulations.
12131
12132 2000-02-28 Geoff Keating <geoffk@cygnus.com>
12133
12134 * crypt: New subdirectory, merged in from the crypt add-on.
12135
12136 2000-02-28 Ulrich Drepper <drepper@redhat.com>
12137
12138 * include/unistd.h: Add __rmdir and __mkdir prototypes.
12139
12140
12141 See ChangeLog.10 for earlier changes.