]> sourceware.org Git - glibc.git/blob - ChangeLog
Update.
[glibc.git] / ChangeLog
1 2004-08-10 GOTO Masanori <gotom@debian.or.jp>
2
3 * locale/C-time.c: Change default ERA value from NULL to "".
4 * locale/tst-C-locale.c: Add test case for ERA keywords.
5
6 2004-08-12 Ulrich Drepper <drepper@redhat.com>
7
8 * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
9 RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
10 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
11 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
12
13 2004-08-12 Jakub Jelinek <jakub@redhat.com>
14
15 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
16 RLIMIT_MSGQUEUE): Add.
17 (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
18 * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
19 RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
20 (RLIM_NLIMITS): Adjust.
21 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
22 RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
23 (RLIM_NLIMITS): Adjust.
24 * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
25 RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
26 (RLIM_NLIMITS): Adjust.
27
28 2004-08-12 Jakub Jelinek <jakub@redhat.com>
29
30 * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
31 printf with #ifdef DEBUG and RES_DEBUG check.
32
33 * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
34 __USE_MISC #endif.
35 * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
36 declaration.
37 * sysdeps/gnu/bits/shm.h: Likewise.
38 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
39 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
40 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
41 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
42 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
43
44 2004-08-12 Ulrich Drepper <drepper@redhat.com>
45
46 * po/ca.po: Update from translation team.
47
48 2004-08-11 Ulrich Drepper <drepper@redhat.com>
49
50 * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
51 __getpagesize declaration.
52
53 2004-08-11 Roland McGrath <roland@redhat.com>
54
55 * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
56 commands inside &&.
57 Reported by Andreas Schwab <schwab@suse.de>.
58 * configure: Regenerated.
59
60 * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
61
62 2004-08-11 Ulrich Drepper <drepper@redhat.com>
63
64 * time/tzset.c (tzset_internal): Add new parameter which is
65 nonzero if called through tzset. Use TZDEFAULT name including
66 name comparison if the new parameter is zero. This means implicit
67 tzset calls will not cause files to be opened and read by tzfile.c
68 all the time.
69
70 2004-08-11 Jakub Jelinek <jakub@redhat.com>
71
72 * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
73 * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
74 return 1 immediately.
75
76 * time/tzfile.c (__tzfile_read): Free transitions only if it will
77 not be reused.
78
79 * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
80 * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
81
82 * stdio-common/tst-popen.c: Include <string.h>.
83
84 * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
85
86 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
87 attribute. Return NULL instead of calling pthread_exit at the end.
88
89 2004-08-11 Roland McGrath <roland@redhat.com>
90
91 * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
92
93 2004-08-10 Alfred M. Szmidt <ams@kemisten.nu>
94
95 * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
96
97 2004-08-10 Jakub Jelinek <jakub@redhat.com>
98
99 * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
100 (fwrite_unlocked): When checking if size * n is <= 8, cast each
101 argument to size_t individually. Cast n to (void) instead of
102 (size_t), surround with (), return (size_t) 0 if one of n or size
103 is 0. [BZ #316]
104 * stdio-common/Makefile (tests): Add tst-unlockedio.
105 * stdio-common/tst-unlockedio.c: New test.
106
107 2004-08-09 Roland McGrath <roland@frob.com>
108
109 * manual/install.texi (Supported Configurations): Replace bug-glibc
110 mention with web URL.
111 * INSTALL: Regenerated.
112 * locale/iso-3166.def: Likewise, in comment.
113 * locale/iso-4217.def: Likewise.
114 * locale/iso-639.def: Likewise.
115 * posix/cpio.h: Remove bug reporting comment.
116
117 2004-08-09 Ulrich Drepper <drepper@redhat.com>
118
119 * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
120 casts to handle funny calls with floating point argument values
121 and signed values correctly and without warning.
122 (fwrite_unlocked): Likewise. [BZ #309]
123
124 * malloc/memusage.c (me): Use creat64, not creat.
125 * malloc/memusagestat.c: Fix handling of very large sizes. [BZ #285]
126 Patch by Guy Maor <guymaor@yahoo.com>.
127
128 * elf/ldconfig.c (options): Mark parameter option names as
129 translatable. [BZ #253] Patch by Jakub Bogusz <qboosh@pld-linux.org>.
130
131 * iconv/gconv_charset.h (strip): Also allow comma which is what is
132 used to separate options. [BZ #194]
133
134 2004-08-09 Roland McGrath <roland@redhat.com>
135
136 * FAQ.in: Refer to web pages instead of bug-glibc.
137 * FAQ: Regenerated.
138
139 * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
140
141 2004-08-09 Ulrich Drepper <drepper@redhat.com>
142
143 * time/tzset.c (tzset_internal): If TZ is not set do not compare
144 old and new tz value since it might be /etc/localtime in both
145 cases although the file changed. [BZ #154]
146 Patch by Christian Franke <franke@computer.org>.
147
148 * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
149 Compare with values of previously opened file. Don't do anything
150 is they match.
151
152 2004-08-08 Ulrich Drepper <drepper@redhat.com>
153
154 * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
155 reset loader before the actual loading.
156 * elf/dl-open.c (dl_open_worker): If file name contains no path
157 element determine map of caller. Pass caller map in this case to
158 _dl_map_object. Set __RTLD_CALLMAP in mode.
159 * include/dlfcn.h (__RTLD_CALLMAP): Define. [BZ #116]
160 Patch by Greg Wolodkin <greg@mathworks.com>.
161
162 * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
163 [BZ #108] Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
164
165 * configure.in: Also recognize i786. [BZ #106]
166 Patch by <pluto@pld-linux.org>.
167
168 * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
169 name contains any dots. [BZ #95]
170
171 * resolv/res_send.c: Compiling with DEBUG defined works again.
172 * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf. Adjust all
173 callers.
174
175 * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
176 available the process is not killed. [BZ #41]
177
178 * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
179
180 * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
181 [BZ #28]
182
183 * po/sv.po: Update from translation team.
184
185 2004-08-07 Ulrich Drepper <drepper@redhat.com>
186
187 * inet/netinet/in.h: Add more const to the setipv4soucefilter,
188 getsourcefilter, and setsourcefilter parameter list.
189 * sysdeps/generic/setipv4sourcefilter.c: Likewise.
190 * sysdeps/generic/getsourcefilter.c: Likewise.
191 * sysdeps/generic/setsourcefilter.c: Likewise.
192 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
193 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
194 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
195
196 * po/tr.po: Update from translation team.
197
198 2004-08-06 Ulrich Drepper <drepper@redhat.com>
199
200 * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
201 Reported by Paolo Bonzini.
202
203 2004-08-06 Jakub Jelinek <jakub@redhat.com>
204
205 * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
206 always_inline.
207 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
208 elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
209
210 * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
211 before including linux/atalk.h.
212
213 * resolv/res_libc.c: Include atomic.h.
214
215 * intl/finddomain.c (free_mem): Rename to...
216 (_nl_finddomain_subfreeres): ... this. Add
217 __libc_freeres_fn_section.
218 * intl/loadmsgcat.c (_nl_unload_domain): Add
219 __libc_freeres_fn_section.
220 * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
221 Add attribute_hidden.
222 (_nl_findomain_subfreeres): New prototype.
223 * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
224
225 2004-07-30 Guido Guenther <agx@sigxcpu.org>
226
227 * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
228 test if the key is numeric or not.
229 (group_keys): Likewise.
230
231 2004-08-05 Ulrich Drepper <drepper@redhat.com>
232
233 * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
234 struct group_filter, and GROUP_FILTER_SIZE.
235 * include/sys/socket.h: Declare __getsockopt.
236 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
237 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
238 * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
239 * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
240
241 * po/ko.po: Update from translation team.
242
243 2004-08-04 Jakub Jelinek <jakub@redhat.com>
244
245 * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
246 memset.
247 (__hesiod_res_set): Free nsaddrs.
248
249 * include/resolv.h (__res_maybe_init): Add prototype.
250 * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
251 * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
252 * resolv/res_libc.c (__res_initstamp, lock): New variables.
253 (res_init): Increase __res_initstamp.
254 (__res_maybe_init): New function.
255 * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
256 * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
257 of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
258 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
259 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
260 _nss_dns_gethostbyaddr_r): Likewise.
261 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
262 _nss_dns_getnetbyaddr_r): Likewise.
263 * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
264 gethostbyaddr): Likewise.
265 * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
266 res_isourserver, res_sendsigned, res_update, res_search,
267 res_querydomain): Likewise.
268 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
269 * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
270 * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
271 Likewise.
272
273 2004-08-05 Ulrich Drepper <drepper@redhat.com>
274
275 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
276 V4-mapped IPv6 addresses and req->ai_family==AF_INET.
277 Reported by A. Guru <a.guru@sympatico.ca>.
278
279 * po/sv.po: Update from translation team.
280 * po/sk.po: Likewise.
281 * po/pl.po: Likewise.
282
283 2004-08-04 Jakub Jelinek <jakub@redhat.com>
284 Ulrich Drepper <drepper@redhat.com>
285
286 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
287 characters than necessary.
288
289 2004-08-05 Ulrich Drepper <drepper@redhat.com>
290
291 * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
292 * wcsmbs/tst-mbsrtowcs.c: New file.
293
294 * po/fr.po: Update from translation team.
295
296 2004-08-04 Jakub Jelinek <jakub@redhat.com>
297
298 * resolv/inet_pton.c (inet_pton4): Disallow octal numbers. Reported
299 by A. Guru <a.guru@sympatico.ca>. [BZ #295]
300
301 2004-08-05 Ulrich Drepper <drepper@redhat.com>
302
303 * po/nl.po: Update from translation team.
304
305 * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
306 numeric address formats inet_addr knows.
307 (getaddrinfo): Allow AI_NUMERICSERV flag.
308 If neither IPv4 nor IPv6 interface is present we cannot make any
309 decision for AI_ADDRCONFIG. Fail if AI_NUMERICSERV is set and the
310 string is not just a number. Remove useless freeaddrinfo call.
311 * resolv/netdb.h (AI_NUMERICSERV): Define.
312 Based on a patch by a.guru@sympatico.ca.
313
314 2004-08-04 Jakub Jelinek <jakub@redhat.com>
315
316 * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
317 instead of trying to initialize some, but not all, fields one by
318 one.
319 * stdio-common/printf_size.c (printf_size): Initialize fb_info
320 structure with *info instead of trying to initialize some, but not
321 all, fields from it.
322
323 * nscd/connections.c (handle_request): Check if req->type is in
324 LASTDBREQ .. LASTREQ range instead of req.
325
326 * locale/programs/linereader.c (lr_create): Initialize
327 lr->return_widestr to 0.
328
329 * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
330 (free_mem): Call free_slotinfo just once.
331
332 * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
333 of NULL.
334
335 * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
336 * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
337 (free_mem): Rename to _nl_locale_subfreeres.
338 * iconv/gconv_db.c: Include locale/localeinfo.h.
339 (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
340 (free_mem): Call _nl_locale_subfreeres.
341 * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
342
343 2004-08-04 Roland McGrath <roland@frob.com>
344
345 * Makeconfig ($(common-objpfx)config.status):
346 Fix typo: $(add_ons) -> $(add-ons).
347 (Makeconfig-add-on): New variable. When doing $(sysdep-makeconfigs)
348 include, use black magic to get it set to an add-on's name during the
349 include of the add-on's Makeconfig.
350
351 * configure.in: Use variable name `libc_add_on' when sourcing add-on
352 configure fragments, so they can refer to this.
353 * configure: Regenerated.
354
355 2004-08-04 Roland McGrath <roland@redhat.com>
356
357 * posix/tst-waitid.c (test_child): Sleep a second before stopping.
358 (do_test): Bump sleep to three seconds.
359 (sigchld, check_sigchld): New functions.
360 (do_test): Handle SIGCHLD and check for getting the right details.
361
362 * posix/tst-waitid.c (do_test): Kill the child process when bailing
363 out early on some failure.
364 [WCONTINUED]: Test WCONTINUED functionality.
365
366 2004-08-03 Ulrich Drepper <drepper@redhat.com>
367
368 * nscd/connections.c (handle_request): Print more descriptive
369 message for invalid request types.
370
371 2004-08-02 Jakub Jelinek <jakub@redhat.com>
372
373 * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
374 Always treat high as highest number in range + 1.
375 * iconvdata/ibm943.c (BODY): Likewise.
376
377 2004-07-31 Bruno Haible <bruno@clisp.org>
378
379 * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
380 * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
381 __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
382 __jisx0213_from_ucs_level2): Regenerated.
383 * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
384 * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
385 JISX0213_1_set.
386 (JISX0213_1_2004_set): New enum value.
387 (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
388 (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
389 when possible, ESC $ ( Q when needed.
390 * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
391 * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
392 * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
393 * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
394 * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
395 * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
396
397 2004-07-22 Bruno Haible <bruno@clisp.org>
398
399 * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
400
401 2004-07-29 David S. Miller <davem@redhat.com>
402
403 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
404 better for smaller than 256 byte copies. Also, use only one
405 unrolled loop instead of two for the large copy case.
406
407 2004-07-30 Richard Henderson <rth@redhat.com>
408
409 * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
410 * sysdeps/alpha/remq.S: Likewise.
411 * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
412 new division algorithms in divl.S and divq.S respectively.
413
414 2004-07-28 GOTO Masanori <gotom@debian.or.jp>
415
416 * timezone/asia: Update from tzdata2004b.
417 * timezone/backward: Likewise.
418 * timezone/europe: Likewise.
419 * timezone/iso3166.tab: Likewise.
420 * timezone/leapseconds: Likewise.
421 * timezone/northamerica: Likewise.
422 * timezone/southamerica: Likewise.
423 * timezone/zone.tab: Likewise.
424
425 * timezone/private.h: Update from tzcode2004b.
426 * timezone/zic.c: Likewise.
427
428 2004-07-27 Ulrich Drepper <drepper@redhat.com>
429
430 * nscd/grpcache.c (cache_addgr): If necessary, add entry also
431 under the name the user provided.
432 * nscd/pwdcache.c (cache_addpw): Likewise.
433
434 2004-07-26 Roland McGrath <roland@redhat.com>
435
436 * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
437 call to __waitpid.
438
439 2004-07-26 Ulrich Drepper <drepper@redhat.com>
440
441 * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
442 memory leaks.
443
444 * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
445 new buffer at the right time.
446 Reported by Jakub Bogusz <qboosh@pld-linux.org>.
447
448 2004-07-25 Ulrich Drepper <drepper@redhat.com>
449
450 * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
451 getsourcefilter, setipv4sourcefilter, and setsourcefilter.
452 * inet/Makefile (routines): Likewise.
453 * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
454 getsourcefilter, setipv4sourcefilter, and setsourcefilter.
455 * sysdeps/generic/getipv4sourcefilter.c: New file.
456 * sysdeps/generic/setipv4sourcefilter.c: New file.
457 * sysdeps/generic/getsourcefilter.c: New file.
458 * sysdeps/generic/setsourcefilter.c: New file.
459
460 2004-07-17 Steven Munroe <sjmunroe@us.ibm.com>
461
462 * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
463 for POWER4 machines.
464
465 2004-07-21 Jakub Jelinek <jakub@redhat.com>
466
467 [BZ #274]
468 * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
469 BITS_PER_MP_LIMB shifting up.
470 * stdlib/tst-strtod.c (main): Add new tests.
471
472 2004-07-23 Jakub Jelinek <jakub@redhat.com>
473
474 [BZ #282]
475 * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
476 _IO_no_init. Remove wd from struct locked_FILE.
477 (_IO_wproc_jumps): Remove.
478 Reported by Andrew Josey <a.josey@opengroup.org>.
479 * stdio-common/Makefile (tests): Add tst-popen.
480 * stdio-common/tst-popen.c: New test.
481
482 2004-07-23 Ulrich Drepper <drepper@redhat.com>
483
484 * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
485 _POSIX_OPEN_MAX. Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
486 _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
487 Reported by Andrew Josey.
488
489 * include/features.h: Document _POSIX_C_SOURCE == 200112L.
490
491 * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
492 * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
493 * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
494 off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
495 * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
496 * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
497 useconds_t if __USE_XOPEN2K is defined.
498 * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
499 * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
500
501 2004-07-19 Thorsten Kukuk <kukuk@suse.de>
502
503 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
504 allocate memory for large temporary variables with alloca.
505
506 2004-07-22 Ulrich Drepper <drepper@redhat.com>
507
508 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
509 code must have version GLIBC_2.0. Patch by Dwayne McConnell.
510
511 * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
512 pointer and zero length.
513
514 2004-07-21 Ulrich Drepper <drepper@redhat.com>
515
516 * nscd/cache.c (prune_cache): Print correct list when debugging.
517
518 2004-07-21 Jakub Jelinek <jakub@redhat.com>
519
520 * resolv/res_libc.c (res_init): If RES_INIT is set and
521 _res.nscount > 0, call __res_nclose and free nsaddrs.
522 * resolv/Makefile: Add rules to build and run tst-leaks2.
523 * resolv/tst-leaks2.c: New test.
524
525 2004-07-21 Ulrich Drepper <drepper@redhat.com>
526
527 * intl/libintl.h: Don't define macros for C++.
528 Patch by Goto Masanori.
529
530 2004-07-22 GOTO Masanori <gotom@debian.or.jp>
531
532 [BZ #276]
533 * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
534 * inet/arpa/inet.h: Likewise.
535 * resolv/inet_addr.c: Likewise.
536
537 2004-07-21 Alexandre Oliva <aoliva@redhat.com>
538
539 * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
540
541 2004-07-20 Roland McGrath <roland@redhat.com>
542
543 * configure.in (add_ons): Substitute this. Move $add_ons handling
544 after AC_CANONICAL_HOST and default setting of $machine et al.
545 Don't set $subdirs from $add_ons.
546 Instead, source add-on/configure fragments early on.
547 (base_machine): If it's already set, don't set it based on $machine.
548 (libc_config_ok): New variable, set to no. If an add-on fragment sets
549 it to yes, skip the tuple sanity check as if --enable-hacker-mode.
550 (sysnames): Try appending add-on names after machine as well.
551 * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
552 * Makeconfig ($(common-objpfx)config.status): Also depend on configure
553 files in $(add_ons) dirs.
554
555 * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
556 definition, now in netinet/in.h proper.
557
558 2004-07-20 Alexandre Oliva <aoliva@redhat.com>
559
560 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
561 Sort by syscalls. Make sure we get headers such as sgidefs.h from
562 the build tree before just-installed ones.
563
564 * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
565 include sgidefs.h where appropriate.
566 * sysdeps/mips/dl-machine.h: Likewise.
567 * sysdeps/mips/machine-gmon.h: Likewise.
568 * sysdeps/mips/bits/setjmp.h: Likewise.
569 * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
570 * sysdeps/mips/mips64/__longjmp.c: Likewise.
571 * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
572 * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
573 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
574 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
575 * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
576 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
577 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
578 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
579 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
580 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
581 * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
582 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
583 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
584 * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
585 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
586 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
587 * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
588 * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
589 Likewise.
590 * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
591 Likewise.
592
593 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
594 _dl_lookup_symbol_x.
595 (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
596
597 2004-07-20 Ulrich Drepper <drepper@redhat.com>
598
599 * inet/netinet/in.h: Define struct ip_mreq and struct
600 ip_mreq_source.
601 Define struct group_req and struct group_source_req.
602 * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
603 IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
604 IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
605 MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
606 MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
607 MCAST_MSFILTER.
608 Define MCAST_INCLUDE and MCAST_EXCLUDE.
609
610 * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
611
612 2004-07-19 Jakub Jelinek <jakub@redhat.com>
613
614 [BZ #258]
615 * math/libm-test.inc (max_value, min_value): New variables.
616 (initialize): Initialize them.
617 (pow_test): Add a couple of new tests.
618 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
619 exception if |y| >= 1U<<31.
620 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
621 exception if |y| >= 1L<<63.
622 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
623 If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
624 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
625
626 2004-07-18 Ulrich Drepper <drepper@redhat.com>
627
628 * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
629 lookup a bit.
630 * nscd/grpcache.c (cache_addgr): Likewise.
631 * nscd/hstcache.c (cache_addhst): Likewise.
632
633 2004-07-10 GOTO Masanori <gotom@debian.or.jp>
634
635 * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
636 * sysdeps/s390/s390-64/elf/start.S: Likewise.
637
638 2004-04-16 Andreas Schwab <schwab@suse.de>
639
640 * sysdeps/ia64/bits/atomic.h: Cast first argument of
641 __sync_bool_compare_and_swap_si correct to void*.
642
643 2004-07-17 Ulrich Drepper <drepper@redhat.com>
644
645 * iconv/iconv_prog.c (print_known_names): Make machine-readable
646 output even less cluttered.
647
648 2004-07-16 Steven Munroe <sjmunroe@us.ibm.com>
649
650 [BZ #269]
651 * setjmp/Makefile (tests): Add bug269-setjmp.
652 * setjmp/bug269-setjmp.c: New file.
653 * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
654 Store R2 from jmpbuf in callers TOC save area.
655 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
656 Store R2 in TOC save area.
657 * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
658 Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
659
660 2004-07-16 Jakub Jelinek <jakub@redhat.com>
661
662 * locale/newlocale.c: Include bits/libc-lock.h.
663 (__libc_setlocale_lock): Extern decl.
664 (__newlocale): Use it.
665 Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
666
667 2004-07-15 Jakub Jelinek <jakub@redhat.com>
668
669 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
670 static inline __attribute ((always_inline)). Don't define if
671 NO_CANCELLATION.
672 (__libc_fcntl): Use INLINE_SYSCALL directly instead of
673 __fcntl_nocancel.
674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
675 Remove static inline __attribute ((always_inline)). Don't define
676 if NO_CANCELLATION.
677 (__libc_fcntl): Use INLINE_SYSCALL directly instead of
678 __fcntl_nocancel.
679 * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
680 __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
681 Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
682 (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
683
684 [BZ #262]
685 * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
686 for main.
687 * elf/Makefile: Add rules to build and run tst-pie1.
688 * elf/tst-pie1.c: New test.
689 * elf/tst-piemod1.c: New file.
690
691 2004-07-14 Jakub Jelinek <jakub@redhat.com>
692
693 [BZ #266]
694 * manual/string.texi (l64a): Note that the static buffer is 7 bytes
695 long. Rewrite example code so that it takes into account l64a output
696 shorter than 6 characters.
697 Reported by Julian Graham <julian.graham@aya.yale.edu>.
698
699 2004-07-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
700
701 * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
702 (elf_machine_rela_relative): Remove unused valiable.
703
704 2004-07-12 Paul Eggert <eggert@cs.ucla.edu>
705
706 [BZ #263]
707 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
708 outside the buffer if the read returns 0. __strtod_l can't set
709 endp to NULL, so remove a test for that case.
710
711 2004-07-12 Roland McGrath <roland@redhat.com>
712
713 * manual/signal.texi (Interrupted Primitives): Make clear that
714 TEMP_FAILURE_RETRY evaluates its expression as long int and compares
715 it to -1 to define "failure".
716
717 2004-07-10 Ulrich Drepper <drepper@redhat.com>
718
719 * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
720 ldsodefs.h.
721 * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
722 already defined.
723 * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
724 already defined.
725
726 * elf/rtld.c (print_statistics): Mark with noinline attribute.
727 * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
728 attribute.
729 (elf_machine_rel_relative): Likewise.
730
731 * include/string.h: Add libc_hidden_proto for __strtok_r and
732 __strsep_g.
733 * sysdeps/generic/strsep.c: Add libc_hidden_def.
734 * sysdeps/generic/strtok_r.c: Likewise.
735 * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
736 * sysdeps/i386/i686/strtok_r.S: Likewise.
737 * sysdeps/x86_64/strtok_r.S: Likewise.
738
739 2004-07-09 Alexandre Oliva <aoliva@redhat.com>
740
741 * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
742 instead of internal-linkage, such that we can alias to it.
743 (internal_endnetgrent, internal_getnetgrent_r): Likewise.
744
745 2004-07-09 Ulrich Drepper <drepper@redhat.com>
746
747 * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
748 to the front for gcc 3.5+.
749 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
750 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
751 * include/fcntl.h: Don't declare __fcntl_nocancel here if
752 NO_CANCELLATION is defined.
753
754 2004-07-07 Jakub Jelinek <jakub@redhat.com>
755
756 * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
757 GL(dl_nloaded) into it while still in critical section.
758
759 2004-07-06 Thorsten Kukuk <kukuk@suse.de>
760
761 * nss/getent.c (print_group, print_passwd): Use %lu format for
762 `unsigned long int' values.
763
764 * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
765 error typos in goto statements.
766
767 2004-07-07 Roland McGrath <roland@frob.com>
768
769 * Makefile (dist-separate): New variable.
770 (glibc-%.tar rule): Make separate tar files for add-ons listed there.
771 Depend on their configure files.
772 (dist-do-separate-dirs): New canned sequence to do that.
773 (dist-separate-libidn, dist-separate-linuxthreads): New variables.
774 (dist): Depend on add-on tar files based on $(dist-separate).
775 (dist-version): New variable, default to $(version).
776 (tag-for-dist, dist): Use that in place of $(version) in deps.
777
778 2004-07-07 Ulrich Drepper <drepper@redhat.com>
779
780 * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
781 before the loop running the destructors.
782
783 2004-05-18 Andreas Schwab <schwab@suse.de>
784
785 * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
786 the first segment for mprotect, not l_text_end.
787
788 2004-07-05 Ulrich Drepper <drepper@redhat.com>
789
790 * elf/dl-profile.c (_dl_start_profile): Compact error handling.
791 Remove hashfraction variable. Make kcount and kcountsize local
792 variables.
793
794 * elf/dl-init.c: Don't define and use _dl_starting_up if
795 HAVE_INLINED_SYSCALLS is defined and the variable is not used.
796 * elf/dl-support.c: Likewise.
797 * elf/rtld.c: Likewise.
798 * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
799 if HAVE_INLINED_SYSCALLS is defined.
800 * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
801 here.
802 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
803 * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
804 * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
805
806 * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
807 is needed to stop profiling.
808 * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
809 profile make sure it cannot be unloaded.
810
811 * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
812
813 * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
814 support, make sure the helper function is inlined.
815 * sysdeps/unix/sysv/linux/pread.c: Likewise.
816 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
817 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
818 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
819
820 2004-07-05 Jakub Jelinek <jakub@redhat.com>
821
822 * include/string.h (ffs): Add libc_hidden_builtin_proto.
823 * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
824 * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
825 * sysdeps/alpha/ffs.S (ffs): Likewise.
826 * sysdeps/s390/ffs.c (ffs): Likewise.
827 * sysdeps/powerpc/ffs.c (ffs): Likewise.
828 * sysdeps/i386/ffs.c (ffs): Likewise.
829 * sysdeps/i386/i686/ffs.c (ffs): Likewise.
830 * sysdeps/m68k/ffs.c (ffs): Likewise.
831 * sysdeps/generic/ffs.c (ffs): Likewise.
832 * sysdeps/m88k/ffs.c (ffs): Likewise.
833 * sysdeps/am29k/ffs.c (ffs): Likewise.
834 * sysdeps/i960/ffs.c (ffs): Likewise.
835 * sysdeps/x86_64/ffs.c (ffs): Likewise.
836
837 * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
838
839 * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
840 __libc_siglongjmp): Remove symbol_version.
841 * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
842 Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
843 * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
844 unconditionally.
845 * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
846 * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
847 strong_alias instead of default_symbol_version, remove
848 symbol_version.
849 * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
850 * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
851 into strong_alias to __novmxsetjmp.
852 (__vmx__setjmp): Similarly with __vmxsetjmp.
853 (__setjmp): Make it strong_alias to __vmx__setjmp, remove
854 default_symbol_version and symbol_version.
855 * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
856 into strong_alias to __novmxsetjmp.
857 (__vmx__setjmp): Similarly with __vmxsetjmp.
858 (__setjmp): Make it strong_alias to __vmx__setjmp, remove
859 default_symbol_version and symbol_version.
860
861 * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
862
863 2004-07-05 Ulrich Drepper <drepper@redhat.com>
864
865 * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
866
867 2004-07-04 Matthew Reppert <arashi@kai.vm.bytemark.co.uk>
868
869 * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
870 instead of libc_hidden_def.
871
872 2004-07-01 Roland McGrath <roland@redhat.com>
873
874 * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
875
876 * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
877 $(..)shlib-versions file to last in deps list. This lets add-ons give
878 more-specific matches that override defaults in the top-level file.
879
880 * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
881 already set, don't set it or libc_cv_gcc_unwind_find_fde.
882 * sysdeps/unix/sysv/linux/configure: Regenerated.
883
884 2004-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
885
886 * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
887 (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
888 (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
889 * sysdeps/s390/fpu/e_sqrt.c: New file.
890 * sysdeps/s390/fpu/e_sqrtf.c: New file.
891 * sysdeps/s390/Implies: New file.
892 * sysdeps/s390/s390-32/Implies: Remove ieee754, move
893 ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
894 * sysdeps/s390/s390-64/Implies: Likewise.
895
896 2004-06-30 Jakub Jelinek <jakub@redhat.com>
897
898 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
899 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
900
901 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
902 DO_CALL (exit, 1) instead of branching to _exit.
903 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
904 Likewise.
905
906 * sysdeps/s390/fpu/bits/mathinline.h: New file.
907
908 * include/glob.h (glob64): Add libc_hidden_proto.
909 * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
910 * sysdeps/gnu/glob64.c (glob64): Likewise.
911 * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
912
913 2004-06-11 Jakub Jelinek <jakub@redhat.com>
914
915 * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
916 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
917
918 2004-06-11 Dwayne Grant McConnell <dgm69@us.ibm.com>
919
920 * sysdeps/powerpc/fpu/s_lround.c: Removed.
921 * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
922 * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
923 * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
924 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
925 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
926 * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
927 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
928 * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
929 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
930 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
931 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
932 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
933 * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
934 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
935 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
936
937 2004-06-30 Ulrich Drepper <drepper@redhat.com>
938
939 * include/net/if.h: Handle if_nameindex and if_freenameindex with
940 libc_proto_hidden.
941 * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
942 * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
943 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
944 netlink if possible. Fall back on ioctl method if necessary.
945 * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
946
947 * include/unistd.h: Declare __truncate.
948 * sysdeps/generic/truncate.c: Also define __truncate.
949 * sysdeps/mach/hurd/truncate.c: Likewise.
950 * sysdeps/unix/common/syscalls.list: Likewise.
951 * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
952
953 2004-06-29 Ulrich Drepper <drepper@redhat.com>
954
955 * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
956 info.extra. Patch by Marcus Meissner.
957
958 2004-06-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
959
960 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
961 Fix branch offset for a PLT entry.
962
963 2004-06-20 Jim Meyering <jim@meyering.net>
964
965 * malloc/obstack.h (obstack_base): Cast to `void *', to align with
966 documentation.
967
968 2004-06-28 Ulrich Drepper <drepper@redhat.com>
969
970 * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
971 Workaround for [BZ #232].
972
973 * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
974
975 2004-06-28 GOTO Masanori <gotom@debian.or.jp>
976
977 * iconv/gconv_simple.c: Use get16/put16 for user given buffer
978 in ucs2/ucs2reverse when unaligned memory access is attempted.
979 * iconv/tst-iconv5.c: New file.
980 * iconv/Makefile (tests): Add tst-iconv5.
981
982 2004-06-28 Jakub Jelinek <jakub@redhat.com>
983
984 * inet/bug-if1.c: Include <string.h>.
985
986 2004-06-19 Roland McGrath <roland@redhat.com>
987
988 * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
989 under this macro name instead.
990 [NO_DO_WAITID]: Don't define it at all.
991 (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
992 defined, then return ENOTSUP for combinations of selection bits other
993 than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
994
995 * posix/tst-waitid.c: New file.
996 * posix/Makefile (tests): Add it.
997
998 2004-06-28 Jakub Jelinek <jakub@redhat.com>
999
1000 * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
1001
1002 [BZ #231]
1003 * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
1004 relocation in librt.so.
1005
1006 [BZ #230]
1007 * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
1008 _dl_skip_args. Patch by Jakub Bogusz <qboosh@pld-linux.org>.
1009
1010 2004-06-27 Ulrich Drepper <drepper@redhat.com>
1011
1012 * elf/ldconfig.c (add_dir): Take chroot into account.
1013 Based on changes by HJ Lu and Hideki Iwamoto.
1014
1015 * nscd/connections.c (invalidate_cache): If the host cache has to
1016 be invalidated, re-read resolv.conf.
1017
1018 * resolv/resolv.h (RES_NOIP6DOTINT): Define.
1019 * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
1020 * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
1021 if RES_NOIP6DOTINT flag is set.
1022 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
1023
1024 2004-06-25 Jakub Jelinek <jakub@redhat.com>
1025
1026 * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
1027 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
1028 * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
1029 * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
1030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
1031
1032 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
1033 F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
1034
1035 2004-06-21 Jakub Jelinek <jakub@redhat.com>
1036
1037 [BZ #231]
1038 * sysdeps/unix/alpha/Makefile: New file.
1039 * sysdeps/unix/alpha/rt-sysdep.S: New file.
1040 Reported by Jakub Bogusz <qboosh@pld-linux.org>.
1041
1042 2004-06-18 Ulrich Drepper <drepper@redhat.com>
1043
1044 * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
1045 determine the canonical name only for the first returned entry.
1046
1047 * inet/bug-if1.c: New file.
1048 * inet/Makefile (tests): Add bug-if1.
1049
1050 2004-06-18 Roland McGrath <roland@frob.com>
1051
1052 * Makerules (compile-mkdep-flags): Add -MT $@.
1053
1054 * Makefile (dist, tag-for-dist): New targets.
1055 (files-for-dist, tag-of-stem): New variables.
1056 (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
1057 Make tar files using cvs export.
1058 (%.bz2, %.gz, tag-%): New pattern rules.
1059 (distribute): Variable removed.
1060 (+subdir_targets): Remove distinfo targets.
1061 (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
1062 (rpm/%): Pattern rule removed.
1063 * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
1064 * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
1065 Targets removed.
1066 * Makerules (dist, subdir_distinfo): Targets removed.
1067 ($(objpfx)distinfo): Depend on $(distribute).
1068 * Make-dist: File removed.
1069
1070 * NEWS: Fix a typo. Update bug-reporting instructions.
1071
1072 2004-06-17 Thorsten Kukuk <kukuk@suse.de>
1073
1074 * sysdeps/unix/sysv/linux/sched_setaffinity.c
1075 (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
1076 cpuset is wrongly set.
1077
1078 2004-06-15 Steven Munroe <sjmunroe@us.ibm.com>
1079
1080 * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
1081 for POWER4 machines.
1082
1083 2004-06-14 Jakub Jelinek <jakub@redhat.com>
1084
1085 [BZ #218]
1086 * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
1087 in a local variable, point rp to that local variable afterwards.
1088
1089 2004-06-11 Jakub Jelinek <jakub@redhat.com>
1090
1091 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
1092 cases properly.
1093
1094 2004-06-17 Ulrich Drepper <drepper@redhat.com>
1095
1096 * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
1097 error value for unknown interface. [BZ #198]
1098
1099 2004-06-13 Jakub Jelinek <jakub@redhat.com>
1100
1101 * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
1102 (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
1103 __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
1104 the asm uses as its input, either of size __n where __n is known or
1105 0xfffffff.
1106 (strstr): Add "memory" clobber.
1107
1108 2004-06-14 Jakub Jelinek <jakub@redhat.com>
1109
1110 [BZ #219]
1111 * nss/nsswitch.c (free_mem): Don't try to close a library handle
1112 if the handle is invalid. Patch by David Kimdon <kimdon@esrf.fr>.
1113
1114 2004-06-11 Dmitry V. Levin <ldv@altlinux.org>
1115
1116 [BZ #217]
1117 * debug/xtrace.sh: Fix typo in error diagnostics.
1118
1119 2004-06-14 Andreas Schwab <schwab@suse.de>
1120
1121 * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
1122 failed.
1123
1124 2004-06-15 Steven Munroe <sjmunroe@us.ibm.com>
1125
1126 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
1127 that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve.
1128 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
1129 that clobbers r19.
1130 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
1131 that clobbers r19. Fix pasto that overflowed sigcontext.v_reserve.
1132 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
1133 Fix setting of sigcontext.v_regs. Fix pasto that clobbers r19.
1134 Fix pasto that overflowed sigcontext.v_reserve.
1135 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
1136 Fix pasto that clobbers r19.
1137 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
1138 of sigcontext.v_regs. Fix pasto that clobbers r19. Fix pasto that
1139 overflowed sigcontext.v_reserve.
1140
1141 2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 [BZ #150]
1144 * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
1145 instead of ".gnu.linkonce.ro." as the prefix for linkonce
1146 read-only section name.
1147
1148 2004-06-14 Richard Henderson <rth@redhat.com>
1149
1150 * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
1151 (_ITOFT, _FTOIT, _ITOFT2): Likewise.
1152
1153 2004-06-08 Jakub Jelinek <jakub@redhat.com>
1154
1155 * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
1156 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1157 (__backtrace): Don't call init #ifndef SHARED.
1158 * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
1159 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1160 (__backtrace): Don't call init #ifndef SHARED.
1161 * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
1162 (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1163 (__backtrace): Don't call init #ifndef SHARED.
1164
1165 2004-06-11 Roland McGrath <roland@redhat.com>
1166
1167 * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
1168 From Krzysztof Halasa <khc@pm.waw.pl>.
1169
1170 2004-06-10 Jakub Jelinek <jakub@redhat.com>
1171
1172 * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
1173
1174 2004-06-08 Jakub Jelinek <jakub@redhat.com>
1175
1176 [BZ #199]
1177 * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
1178 succeeds. Reported by Miles Ohlrich <miles@cray.com>.
1179
1180 * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
1181 fails. Avoid memory leak if realloc fails.
1182
1183 2004-06-09 Jakub Jelinek <jakub@redhat.com>
1184
1185 * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
1186 NULL, "" or contains '=' character in it. Reported by
1187 Michael T Kerrisk <mtk-lists@gmx.net>.
1188 * stdlib/tst-environ.c: Include errno.h.
1189 (main): Add tests for these arguments to setenv/unsetenv.
1190
1191 2004-06-07 Roland McGrath <roland@frob.com>
1192
1193 * NEWS: Update bug reporting instructions. Fix some typos.
1194
1195 2004-06-05 Ulrich Drepper <drepper@redhat.com>
1196
1197 * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
1198 * stdio-common/_itoa.c: Add _itoa implementation.
1199
1200 * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
1201 to also send request. Add parameter to allow this.
1202 Change callers.
1203 * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
1204 * nscd/nscd_getpw_r.c: Likewise.
1205 * nscd/nscd-client.h: Change __nscd_open_socket prototype.
1206
1207 2004-06-05 Andreas Jaeger <aj@suse.de>
1208
1209 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1210 Handle more than 6 args correctly. Based on a patch by Masahide
1211 Washizawa <washi@jp.ibm.com>.
1212
1213 2004-06-04 Ulrich Drepper <drepper@redhat.com>
1214
1215 * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
1216 in all places, not __nss_not_use_nscd_group.
1217 Reported by Philippe Gregoire.
1218
1219 2004-06-03 Ulrich Drepper <drepper@redhat.com>
1220
1221 * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
1222
1223 2004-05-07 Dmitry V. Levin <ldv@altlinux.org>
1224
1225 * argp/argp-help.c (__argp_error, __argp_failure): Check result
1226 of __asprintf call and don't use string if it failed.
1227 * stdio-common/psignal.c (psignal): Likewise.
1228 * locale/programs/localedef.c (more_help): Likewise.
1229 * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
1230 arg_bool, parse_line): Check result of __asprintf calls and
1231 don't use string if they failed.
1232 * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
1233 * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
1234 call and exit if it failed.
1235
1236 2004-05-10 Jakub Jelinek <jakub@redhat.com>
1237
1238 * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
1239 _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
1240 _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
1241 _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
1242 _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
1243 _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
1244 _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
1245 _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
1246 _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
1247 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
1248 <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
1249
1250 2004-05-07 Jeroen Dekkers <jeroen@dekkers.cx>
1251
1252 * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
1253 -momit-leaf-frame-pointer.
1254
1255 * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
1256 #ifdef AF_PACKET.
1257
1258 * sysdeps/mach/hurd/getcwd.c
1259 (_hurd_canonicalize_directory_name_intern): Only realloc when
1260 size is <= 0.
1261
1262 * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
1263 isn't page aligned.
1264
1265 * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
1266 new size.
1267
1268 * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
1269 __libc_write and __libc_lseek64.
1270
1271 2004-05-29 Roland McGrath <roland@redhat.com>
1272
1273 * elf/Makefile (shared-only-routines): Add dl-caller.
1274
1275 2004-05-28 Ulrich Drepper <drepper@redhat.com>
1276
1277 * sysdeps/powerpc/configure.in: New file.
1278
1279 2004-05-28 Steven Munroe <sjmunroe@us.ibm.com>
1280
1281 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
1282 "altivec" to enable VMX instructions.
1283 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1284 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1285 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1286 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1287 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1288 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1289 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1290 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1292
1293 2004-05-27 Jakub Jelinek <jakub@redhat.com>
1294
1295 * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
1296 __builtin_expm1l for GCC 3.5+.
1297 (__expl): Define using __builtin_expl for GCC 3.4+.
1298 (exp, expf, expl): Don't define for GCC 3.4+.
1299 (tan, tanf, tanl): Don't define for GCC 3.5+.
1300 (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
1301 (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
1302 (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
1303 (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
1304 (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
1305 for GCC 3.4+.
1306 (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
1307 Don't define for GCC 3.5+.
1308 (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
1309 (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
1310 define for GCC 3.5+.
1311 (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
1312 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
1313 define for GCC 3.2+.
1314
1315 2004-05-27 Jakub Jelinek <jakub@redhat.com>
1316
1317 * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
1318 * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
1319 * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
1320 * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
1321 * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
1322 * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
1323 * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
1324 * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
1325 * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
1326 * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
1327 * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
1328 * sysdeps/i386/i586/memcpy.S (memcpy): Remove
1329 libc_hidden_builtin_def if MEMPCPY_P.
1330 * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
1331 * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
1332 * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
1333 * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
1334 * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
1335
1336 2004-05-26 Roland McGrath <roland@frob.com>
1337
1338 * sysdeps/generic/bits/in.h
1339 (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
1340 These are long obsolete in BSD systems where they originated.
1341 * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
1342
1343 2004-05-26 Jakub Jelinek <jakub@redhat.com>
1344
1345 * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
1346 * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
1347 (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
1348 (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
1349 constant '\0' and first argument is not constant.
1350 (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
1351 (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
1352 For GCC 3.2+ use __builtin_strncpy.
1353 (strncat): For GCC 3.2+ use __builtin_strncat.
1354 (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
1355 constant.
1356 (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
1357 if both arguments are constant.
1358
1359 2004-05-26 Ulrich Drepper <drepper@redhat.com>
1360
1361 * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
1362 mapped addresses in gethostbyaddr.
1363
1364 2004-05-25 Ulrich Drepper <drepper@redhat.com>
1365
1366 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
1367 flags parameter, convert afp to simple int parameter. Adjust code.
1368 typep was never != NULL and flags therefore also unused. *afp is
1369 never modified.
1370 * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
1371 * nss/getXXbyYY.c: Remove HAVE_TYPE handling. Adjust af parameter
1372 handling for __nss_hostname_digits_dots calls.
1373 * nss/getXXbyYY_r.c: Likewise.
1374
1375 * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
1376
1377 2004-05-25 Steven Munroe <sjmunroe@us.ibm.com>
1378
1379 * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
1380 * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
1381 (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
1382 (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
1383 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
1384 implementation from w_sqrt.c.
1385 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
1386 implementation from w_sqrtf.c.
1387 * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
1388 using inline __ieee754_sqrt().
1389 * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
1390 using inline __ieee754_sqrtf().
1391 * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
1392 <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
1393 * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
1394 PPC_FEATURE_* independent of __ASSEMBLER__.
1395
1396 2004-05-25 Jakub Jelinek <jakub@redhat.com>
1397
1398 * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
1399 include.
1400 (aio_start_notify_thread): Define if not defined.
1401 (notify_func_wrapper): Use it.
1402 * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
1403 include.
1404 (aio_create_helper_thread): Define if not defined.
1405 (__aio_create_helper_thread): New function.
1406 (__aio_enqueue_request): Use aio_create_helper_thread.
1407
1408 * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
1409 (struct ypresp_all_data): New type.
1410 (__xdr_ypresp_all): Change second argument to
1411 struct ypresp_all_data *. Replace ypall_foreach and
1412 ypall_data with objp->foreach and objp->data.
1413 (yp_all): Remove status variable, add data. Replace
1414 all uses of status with data.status. Initialize data.foreach
1415 and data.data instead of ypall_foreach and ypall_data.
1416
1417 2004-05-24 Jakub Jelinek <jakub@redhat.com>
1418
1419 * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
1420 in l_flags_1, not in l_flags.
1421
1422 2004-04-10 Robert Millan <robertmh@gnu.org>
1423
1424 * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
1425 with sysdeps/generic/bits/in.h.
1426
1427 2004-05-25 Roland McGrath <roland@frob.com>
1428
1429 * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
1430 GCC GPL to standard glibc LGPL.
1431
1432 2004-05-24 Ulrich Drepper <drepper@redhat.com>
1433
1434 * manual/string.texi (Copying and Concatenation): Fixed second
1435 concat example.
1436 Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
1437
1438 2004-05-23 Ulrich Drepper <drepper@redhat.com>
1439
1440 * malloc/obstack.c: Don't allow linking with _obstack.
1441
1442 2004-05-23 Andreas Schwab <schwab@suse.de>
1443
1444 * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
1445 of separate "m" constraints.
1446
1447 2004-05-15 Chris Demetriou <cgd@broadcom.com>
1448
1449 * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
1450 (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
1451 and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
1452
1453 2004-05-20 Paul Eggert <eggert@cs.ucla.edu>
1454
1455 * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
1456 Add comment explaining why libc still defines it.
1457
1458 2004-05-19 Paul Eggert <eggert@cs.ucla.edu>
1459
1460 * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
1461 obstack_alignment_mask, obstack_alloc, obstack_base,
1462 obstack_blank, obstack_blank_fast, obstack_chunk_size,
1463 obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
1464 obstack_grow0, obstack_init, obstack_int_grow,
1465 obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
1466 obstack_next_free, obstack_object_size, obstack_ptr_grow,
1467 obstack_ptr_grow_fast, obstack_room): Remove declarations of
1468 nonexistent functions.
1469
1470 2004-05-18 Steven Munroe <sjmunroe@us.ibm.com>
1471
1472 * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
1473 <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
1474 [PIC]: Redundent for powerpc64, removed.
1475 (ENTRY): Generate size and alignment for opd entry.
1476 (EALIGN): Generate size and alignment for opd entry.
1477 (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
1478 (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
1479
1480 2004-05-19 Ulrich Drepper <drepper@redhat.com>
1481
1482 * misc/regexp.h: Say the functions have been withdrawn.
1483
1484 * wcsmbs/tst-wcpncpy.c: Add more tests.
1485
1486 2004-05-18 Roland McGrath <roland@frob.com>
1487
1488 * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
1489 standard glibc LGPL.
1490 * sysdeps/generic/unwind-dw2.c: Likewise.
1491 * sysdeps/generic/unwind-dw2-fde.c: Likewise.
1492 * sysdeps/generic/unwind-dw2-fde.h: Likewise.
1493 * sysdeps/generic/unwind-pe.h: Likewise.
1494
1495 2004-05-15 Petter Reinholdtsen <pere@hungry.com>
1496
1497 * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
1498 MONTENEGRO" which have taken over the code 819. Patch from
1499 Danilo Segan. [BZ #40]
1500
1501 2004-05-15 Jakub Jelinek <jakub@redhat.com>
1502
1503 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1504 (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
1505 __sparc_get_pic_l7.
1506
1507 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
1508
1509 * catgets/gencat.c: Update bug reporting instructions.
1510 * csu/version.c: Likewise.
1511 * debug/catchsegv.sh: Likewise.
1512 * debug/pcprofiledump.c: Likewise.
1513 * debug/xtrace.sh: Likewise.
1514 * elf/ldd.bash.in: Likewise.
1515 * iconv/iconv_prog.c: Likewise.
1516 * iconv/iconvconfig.c: Likewise.
1517 * locale/programs/locale.c: Likewise.
1518 * locale/programs/localedef.c: Likewise.
1519 * login/programs/pt_chown.c: Likewise.
1520 * malloc/memusage.sh: Likewise.
1521 * malloc/memusagestat.c: Likewise.
1522 * malloc/mtrace.pl: Likewise.
1523 * manual/crypt.texi: Likewise.
1524 * manual/install.texi: Likewise.
1525 * nss/makedb.c: Likewise.
1526
1527 2004-05-14 Jakub Jelinek <jakub@redhat.com>
1528
1529 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
1530 CHECK_STATIC_TLS if sym != NULL.
1531 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1532 * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
1533
1534 2004-05-12 Andreas Schwab <schwab@suse.de>
1535
1536 * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
1537 when translating.
1538
1539 2004-05-13 H.J. Lu <hongjiu.lu@intel.com>
1540
1541 * Rules (xtests): Depend on tests.
1542
1543 2004-05-13 Jakub Jelinek <jakub@redhat.com>
1544
1545 * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
1546 count is negative, yet write_ptr < write_end.
1547 (_IO_default_xsgetn): Avoid one underflow per char if count is
1548 negative, yet read_ptr < read_end.
1549
1550 2004-05-12 Steven Munroe <sjmunroe@us.ibm.com>
1551
1552 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
1553 equal to TAB3.
1554
1555 2004-05-12 Ulrich Drepper <drepper@redhat.com>
1556
1557 * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
1558 call.
1559
1560 2004-05-10 Roland McGrath <roland@frob.com>
1561
1562 * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
1563 (__hurd_directory_name_split): Likewise.
1564
1565 2004-05-10 Ulrich Drepper <drepper@redhat.com>
1566
1567 * po/fr.po: Update from translation team.
1568
1569 2004-05-10 Andreas Jaeger <aj@suse.de>
1570
1571 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1572 Correctly compute alignment.
1573 Patch by Michael Matz <matz@suse.de>.
1574
1575 2004-05-09 Ulrich Drepper <drepper@redhat.com>
1576
1577 * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
1578 * sysdeps/posix/sigpause.c: Likewise.
1579 * signal/signal.h: Don't define sigpause macro unless needed.
1580
1581 2004-05-08 Jakub Jelinek <jakub@redhat.com>
1582
1583 * configure.in (libc_cv_libgcc_s_suffix): New check.
1584 (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
1585 * config.make.in (libgcc_s_suffix): Set.
1586 * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
1587
1588 2004-05-08 Ulrich Drepper <drepper@redhat.com>
1589
1590 * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
1591
1592 2004-04-29 Steven Munroe <sjmunroe@us.ibm.com>
1593
1594 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
1595 LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
1596 Load argument values into temporary variables.
1597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
1598 LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
1599 Likewise.
1600
1601 2004-05-07 Ulrich Drepper <drepper@redhat.com>
1602
1603 * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
1604 need to be compiled with exceptions.
1605
1606 2004-05-06 Ulrich Drepper <drepper@redhat.com>
1607
1608 * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
1609 * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
1610
1611 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
1612 realloc cannot fail.
1613
1614 * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
1615 be expanded.
1616
1617 * nis/nis_table.c: Clean up memory handling.
1618 * nis/nis_subr.c (nis_getnames): Clean up memory handling.
1619 * nis/nis_removemember.c (nis_removemember): Add comment
1620 explaining use of realloc.
1621
1622 * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
1623 (carg): Likewise.
1624 Patch by Lev S Bishop <lev.bishop@yale.edu>.
1625
1626 * math/bug-tgmath1.c (main): Test fabs and carg as well.
1627
1628 2004-05-06 Richard Henderson <rth@redhat.com>
1629
1630 * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
1631 AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
1632 * sysdeps/unix/sysv/linux/alpha/Versions: Export
1633 __libc_alpha_cache_shape as a private symbol.
1634 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
1635 * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
1636
1637 2004-05-06 Richard Henderson <rth@redhat.com>
1638
1639 * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
1640 * sysdeps/alpha/divl.S: Use them.
1641 * sysdeps/alpha/divq.S: Likewise.
1642 * sysdeps/alpha/divqu.S: Likewise.
1643 * sysdeps/alpha/reml.S: Likewise.
1644 * sysdeps/alpha/remq.S: Likewise.
1645 * sysdeps/alpha/remqu.S: Likewise.
1646
1647 2004-05-06 Ulrich Drepper <drepper@redhat.com>
1648
1649 * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
1650 (cimag): Use it.
1651 (creal): Likewise.
1652 * math/Makefile (tests): Add bug-tgmath1.
1653 * math/bug-tgmath1.c: New file.
1654
1655 2004-05-05 Jakub Jelinek <jakub@redhat.com>
1656
1657 * sysdeps/alpha/atomicity.h: Remove.
1658 * sysdeps/generic/atomicity.h: Remove.
1659
1660 2004-05-05 H.J. Lu <hongjiu.lu@intel.com>
1661
1662 * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
1663 char *.
1664
1665 2004-04-22 David Mosberger <davidm@hpl.hp.com>
1666
1667 * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
1668 rt-sysdep.
1669 * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
1670
1671 * sysdeps/ia64/strcat.c: New file.
1672 * sysdeps/ia64/strcat.S: Delete.
1673
1674 2004-05-04 Jakub Jelinek <jakub@redhat.com>
1675
1676 * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
1677 defined.
1678
1679 2004-04-23 Jakub Jelinek <jakub@redhat.com>
1680
1681 * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
1682 libc_hidden_proto. Define to __GI___libm_error_support for
1683 assembly going into libc.so.
1684 * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
1685 libc_hidden_def.
1686
1687 * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
1688 * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
1689
1690 * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
1691 gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
1692 if USE___THREAD.
1693
1694 2004-05-03 Jakub Jelinek <jakub@redhat.com>
1695
1696 * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
1697 __USE_BSD or __USE_UNIX98.
1698 * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1699 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1700 * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
1701 Likewise.
1702 * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1703 * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1704 * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1705 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
1706 Likewise.
1707 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
1708 Likewise.
1709 * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
1710 Likewise.
1711 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
1712 Likewise.
1713 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
1714 Likewise.
1715 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
1716 Likewise.
1717 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
1718 Likewise.
1719 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
1720 Likewise.
1721 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
1722 Likewise.
1723 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
1724 Likewise.
1725 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
1726 Likewise.
1727 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
1728 Likewise.
1729 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
1730 Likewise.
1731 * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1732 * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1733 * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
1734
1735 2004-05-01 Jakub Jelinek <jakub@redhat.com>
1736
1737 * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
1738 __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
1739 __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
1740 * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
1741 * sysdeps/unix/sysv/linux/Versions (libc): Remove
1742 __libc_sigaction@@GLIBC_PRIVATE.
1743 * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
1744 __modify_ldt@@GLIBC_PRIVATE.
1745 * socket/Versions (libc): Remove __libc_accept, __libc_send,
1746 __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
1747 __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
1748 * stdio-common/Versions (libc): Remove
1749 _itoa_upper_digits@@GLIBC_PRIVATE.
1750 * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
1751 * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
1752 __libc_readv and __libc_writev @@GLIBC_PRIVATE.
1753 * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
1754 * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
1755 __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
1756 __libc_lseek64 @@GLIBC_PRIVATE.
1757
1758 2004-04-30 Jakub Jelinek <jakub@redhat.com>
1759
1760 * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
1761 check.
1762
1763 2004-04-29 Steven Munroe <sjmunroe@us.ibm.com>
1764
1765 * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
1766 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
1767 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
1768 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
1769 * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
1770 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
1771 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
1772 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
1773 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
1774 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
1775 * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
1776 * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
1777 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
1778 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
1779 * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
1780 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
1781 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
1782 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
1783
1784 * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
1785 mantissa for AIX long double format.
1786 * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
1787 long double format.
1788 * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
1789 * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1790 (_fpioconst_pow10): AIX long double format has same exponent range as
1791 double.
1792 * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1793 (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
1794 as double.
1795
1796 2004-04-23 Art Haas <ahaas@airmail.net>
1797
1798 * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
1799
1800 2004-04-28 Carlos O'Donell <carlos@baldric.uwo.ca>
1801
1802 * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
1803 * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
1804 * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
1805 * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
1806 * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
1807
1808 2004-04-29 Philip Blundell <pb@nexus.co.uk>
1809
1810 * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
1811 entries.
1812
1813 2004-04-29 Jakub Jelinek <jakub@redhat.com>
1814
1815 * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
1816 prototypes and description [BZ #131].
1817
1818 * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
1819 Patch by Ed Catmur <ed@catmur.co.uk>.
1820 * string/tst-inlcall.c (main): Add test for strpbrk.
1821
1822 [BZ #140]
1823 * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
1824 include.
1825 (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
1826 yet defined, #undef back after including linux/sysctl.h if defined
1827 here.
1828 (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
1829 back after including linux/sysctl.h if defined here.
1830
1831 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
1832 for single precision register, add it to __asm clobbers [BZ #139].
1833 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
1834 for single precision register, add it to __asm clobbers.
1835 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
1836 instead of fqtoi in QP_HANDLE_EXCEPTIONS.
1837 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
1838 Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
1839
1840 2004-04-23 Andreas Schwab <schwab@suse.de>
1841
1842 * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
1843 __attribute_used__.
1844
1845 2004-04-22 Philip Blundell <philb@gnu.org>
1846
1847 * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
1848 when calling _dl_signal_error.
1849 (elf_machine_rel): Likewise.
1850
1851 2004-04-21 Ulrich Drepper <drepper@redhat.com>
1852
1853 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
1854 and use it internally instead of __sigsetjmp.
1855 * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
1856 * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
1857 * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
1858 * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
1859 * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
1860 * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
1861 * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
1862 _GI___libm_frexp_4f, _GI___libm_frexp_4l.
1863 * sysdeps/ia64/fpu/bits/mathinline.h: New file.
1864 * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
1865 HIDDEN_JUMPTARGET for exit call.
1866 * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
1867 _exit call.
1868 * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
1869 * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
1870 strcpy calls.
1871
1872 2004-04-21 Jakub Jelinek <jakub@redhat.com>
1873
1874 * posix/tst-chmod.c (do_test): Fix a typo.
1875
1876 * elf/lateglobal.c (main): Fix error checks.
1877 Patch by Stephen Clarke <stephen.clarke@st.com>.
1878
1879 * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
1880 mention they have been added in ISO C99.
1881 Reported by Ben Pfaff <blp@cs.stanford.edu>.
1882
1883 2004-03-31 H.J. Lu <hongjiu.lu@intel.com>
1884
1885 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
1886
1887 2004-04-20 Jakub Jelinek <jakub@redhat.com>
1888
1889 * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
1890 EACCES.
1891
1892 2004-04-20 Jakub Jelinek <jakub@redhat.com>
1893
1894 * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
1895 handling change.
1896 * stdio-common/tst-sscanf.c (int_tests): Adjust.
1897
1898 * nis/nss-nis.c: Include stdlib.h.
1899
1900 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
1901 warning.
1902 * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
1903 libc_hidden_builtin_def.
1904
1905 2004-04-20 Jim Meyering <jim@meyering.net>
1906
1907 * misc/error.c (error_tail): Don't leak upon realloc failure.
1908
1909 2004-04-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
1910
1911 * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
1912 Use RETURN_ADDRESS instead of __builtin_return_address.
1913
1914 2004-04-19 Ulrich Drepper <drepper@redhat.com>
1915
1916 * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
1917 compact code.
1918
1919 2004-04-20 Jakub Jelinek <jakub@redhat.com>
1920
1921 * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
1922 do input_error () instead of conv_error () and don't look at errno.
1923 Don't eat any whitespace before %% if skip_space == 0.
1924 * stdio-common/tst-sscanf.c (int_tests): New array.
1925 (main): Run int_tests.
1926
1927
1928 See ChangeLog.14 for earlier changes.
This page took 0.118545 seconds and 6 git commands to generate.