]> sourceware.org Git - glibc.git/blame - ChangeLog
Update.
[glibc.git] / ChangeLog
CommitLineData
dbd10df7
UD
12000-10-31 Ulrich Drepper <drepper@redhat.com>
2
3 * iconvdata/Makefile (modules): Add IBM856, IBM930, IBM933, IBM935,
4 IBM937, IBM939, and IBM1046.
5 (distribute): Add ibm856.c, ibm930.c, ibm933.c, ibm935.c, ibm937.c,
6 ibm939.c, ibm1046.c, ibm856.h, ibm930.h, ibm933.h, ibm935.h, ibm937.h,
7 ibm939.h, and ibm1046.h.
8 * iconvdata/gconv-modules: Add entries for IBM856, IBM930, IBM933,
9 IBM935, IBM937, IBM939, and IBM1046.
b0b21dc1
UD
10 * iconvdata/ibm1046.c: New file.
11 * iconvdata/ibm1046.h: New file.
12 * iconvdata/ibm856.c: New file.
13 * iconvdata/ibm856.h: New file.
14 * iconvdata/ibm930.c: New file.
15 * iconvdata/ibm930.h: New file.
16 * iconvdata/ibm933.c: New file.
17 * iconvdata/ibm933.h: New file.
18 * iconvdata/ibm935.c: New file.
19 * iconvdata/ibm935.h: New file.
20 * iconvdata/ibm937.c: New file.
21 * iconvdata/ibm937.h: New file.
22 * iconvdata/ibm939.c: New file.
23 * iconvdata/ibm939.h: New file.
dbd10df7
UD
24 Patches by Masahide Washizawa <washi@yamato.ibm.co.jp>.
25
02fb3d17
UD
262000-10-30 Ulrich Drepper <drepper@redhat.com>
27
beaaf574
UD
28 * locale/localeinfo.h (enum value_type): Add wstring, wstringarray,
29 and wstringlist.
30 * locale/categories.def: Mark wide char strings as wstring or
31 stringarray.
32 * locale/programs/locale.c (show_info): Handle wstring, wstringarray,
33 and wstringlist. Print keywords only if there is real output.
34 Reported by Chen Xiangyang <chenxy@opencjk.org>.
35
36 * sysdeps/sparc/fpu/bits/mathinline.h: Add __THROW where necessary.
37 Patch by Ben Collins <bcollins@debian.org>.
38
de153e7f
UD
39 * stdio-common/Makefile (tests): Add tst-fmemopen.
40 * stdio-common/tst-fmemopen.c: New file.
41 Test case by Ben Collins <bcollins@debian.org>.
42
43 * libio/iofopncook.c (_IO_cookie_seek): Correct test for error.
44
45 * libio/fmemopen.c (fmemopen_read): Return 0 at end of buffer.
46 (fmemopen_write): Set errno at end of buffer.
47
02fb3d17
UD
48 * posix/runtests.c (main): Don't use exit() to avoid warning with
49 broken compilers.
50
51 * string/bug-strncat1.c: Undefine __USE_STRING_INLINES before
52 defining it again to avoid warning.
53 * string/bug-strpbrk1.c: Likewise.
54 * string/bug-strspn1.c: Likewise.
55
562000-10-29 Bruno Haible <haible@clisp.cons.org>
57
58 * locale/C-translit.h.in: Include more rules from translit_neutral.
59 Remove a few German and Danish specific rules.
60 * locale/gen-translit.pl: Avoid an error when printing a string
61 containing a '%' character.
62 * locale/C-translit.h: Regenerated.
63 * intl/translit.po: Choose different translations.
64 * intl/tst-translit.c: Update.
65
662000-10-29 Bruno Haible <haible@clisp.cons.org>
67
68 * locale/programs/ld-ctype.c (translit_include_t): New type.
69 (locale_ctype_t): Remove translit_copy_locale, translit_copy_repertoire
70 fields, add translit_include field.
71 (ctype_read): After seeing "translit_start" in ignore_content mode,
72 skip the entire translit section, not only one line. Remove dead test
73 for tok_translit_end. Enqueue include statements into a list.
74 Signal error if tok_eof seen before tok_translit_end.
75 (translit_flatten): New function.
76 (allocate_arrays): Call translit_flatten.
77
cdfb970d
UD
782000-10-30 Ulrich Drepper <drepper@redhat.com>
79
80 * locale/findlocale.c (free_mem): We can remove NODELETE marked
81 data, just not the C locale data.
82
83 * intl/tst-gettext.c: Use setlocale() in addition to setting envvar.
84 * intl/tst-gettext.sh: Copy locale data if necessary.
85 * intl/Makefile (generated-dirs): Add localedir.
86
87 * intl/dcigettext.c (guess_category_value): For libc always use
88 the setlocale() method.
89
90 * intl/Makefile: Add rules to build, run and, distribute tst-gettext2.
91 * intl/tst-gettext2.c: New file.
92 * intl/tst-gettext2.sh: New file.
93 * intl/tstlang1.po: New file.
94 * intl/tstlang2.po: New file.
95 Patch by Andreas Jaeger <aj@suse.de>.
96
972000-10-26 GOTO Masanori <gotom@debian.or.jp>
98
99 * intl/locale.alias: Add ja_JP.ujis alias.
100
42fea164
UD
1012000-10-30 Ulrich Drepper <drepper@redhat.com>
102
103 * locale/findlocale.c (_nl_find_locale): Don't store normalized
104 name in *NAME.
105
ac98d053
AJ
1062000-10-29 Ben Collins <bcollins@debian.org>
107
108 * sysdeps/generic/lockf64.c: In the case of F_TEST, set l_type to
109 F_RDLCK explicitly.
110 * sysdeps/unix/sysv/linux/i386/lockf64.c: Likewise.
111
c6042c73
UD
1122000-10-29 Ulrich Drepper <drepper@redhat.com>
113
114 * iconvdata/big5.c: Update.
115 Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
116
117 * iconvdata/Makefile (distribute): Add BIG5.irreversible.
118 * iconvdata/BIG5.irreversible: New file.
119
da2a3ca6
UD
1202000-10-29 Greg Louis <glouis@dynamicro.on.ca>
121
122 * posix/regex.h (__restrict_arr): Move definition out of #ifndef block.
123 Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
124 doesn't define __restrict_arr.
125
9c3b1ceb
UD
1262000-10-29 Ulrich Drepper <drepper@redhat.com>
127
da2a3ca6
UD
128 * manual/search.texi: Correct description if VISIT values.
129 Patch by Ben Collins <bcollins@debian.org>.
130
9c3b1ceb
UD
131 * string/bits/string2.h (strspn): Evaluate first argument if
132 second is "".
133 (strpbrk): Likewise.
134 * sysdeps/i386/i486/bits/string.h: Likewise.
135 * string/Makefile (tests): Add bug-strspn1 and bug-strpbrk1.
136 * string/bug-strspn1.c: New file.
137 * string/bug-strpbrk1.c: New file.
138 Test cases by Joseph S. Myers <jsm28@cam.ac.uk>.
139
140 * string/bits/string2.h (strncat): Terminate string correctly.
141 * sysdeps/i386/i486/bits/string.h (strncat): Likewise.
142 * string/Makefile (tests): Add bug-strncat1.
143 * string/bug-strncat1.c: New file.
144 Test case by Joseph S. Myers <jsm28@cam.ac.uk>.
145
1462000-10-27 Ben Collins <bcollins@debian.org>
147
148 * sysdeps/generic/lockf.c (lockf): Set l_type to F_RDLCK before
149 calling for F_GETLK.
150
775106de
UD
1512000-10-29 Ulrich Drepper <drepper@redhat.com>
152
f5858039
UD
153 * elf/dl-load.c (open_path): Don't exit loop early if we didn't
154 use a directory at all.
155
5a384a91
UD
156 * elf/Makefile: Add rules to build and run tst-pathopt.
157 * elf/tst-pathopt.c: New file.
158 * elf/tst-pathopt.sh: New file.
159 * elf/pathoptobj.c: New file.
160
775106de
UD
161 * elf/elf.h (SHN_XINDEX): Define.
162
9987236e
UD
1632000-10-28 Ulrich Drepper <drepper@redhat.com>
164
25851835
UD
165 * io/Makefile (tests): Add test-stat2.
166 (test-stat2-ARS): New variable.
167 * io/test-stat2.c: New file.
168
78759725
UD
169 * Makeconfig (ETAGS): Remove -T flag.
170
9987236e
UD
171 * elf/dl-load.c (open_verify): Only try to load ET_DYN and ET_EXEC
172 objects. Reject all other types.
173 (_dl_map_object_from_fd): Optimize a bit.
174
6d5503b1
UD
1752000-10-27 Ulrich Drepper <drepper@redhat.com>
176
2050f7b5
UD
177 * stdio-common/Makefile (tests): Add tst-fseek.
178 * stdio-common/tst-fseek.c: New file.
179
0bb258e3
UD
180 * posix/regex.c (gettext): Use correct translation domain for glibc.
181
182 * argp/argp-parse.c: Use __dcgettext instead of dcgettext for glibc.
183 * argp/argp-help.c: Likewise.
184 * inet/getnameinfo.c (getnameinfo): Use __snprintf instead of snprintf.
185 * inet/rexec.c (rexec_af): Use __snprintf instead of snprintf.
186 * misc/regexp.c (__step): Use __regexec instead of regexec.
187 (__advance): Likewise.
188 * nss/digits_dots.c: Use __inet_aton instead of inet_aton.
9ffec5b2
UD
189 * nscd/gethstbynm2_r.c (__inet_aton): Define as inet_aton since
190 the former is not exported.
0bb258e3
UD
191 * misc/daemon.c (daemon): Use __fork instead of fork.
192
9f6c1fc4
UD
193 * stdlib/fmtmsg.c (fmtmsg): Change output format slightly to make
194 it look better and bring it closer to SysV behavior.
195 * stdlib/Makefile (distribute): Add tst-fmtmsg.sh.
196 (test-srcs): Add tst-fmtmsg.
197 (tests): Add $(objpfx)tst-fmtmsg.out. Add rule to generate it.
198 * stdlib/tst-fmtmsg.sh: New file.
199 * stdlib/tst-fmtmsg.c: New file.
200
6d5503b1
UD
201 * iconvdata/Makefile (modules): Add VISCII.
202 (gen-8bit-modules): Add viscii.
203 * iconvdata/viscii.c: New file.
204 * iconvdata/gconv-modules: Add entries for VISCII.
205 * iconvdata/tst-tables.sh: Add VISCII.
206
8bef0c2b
AS
2072000-10-27 Andreas Schwab <schwab@suse.de>
208
209 * sysdeps/m68k/fpu/libm-test-ulps: Add some more ulps.
210
d8337213
UD
2112000-10-26 Ulrich Drepper <drepper@redhat.com>
212
231d5da0
UD
213 * version.h (VERSION): Bump to 2.1.96.
214
5ab7f7c1
UD
215 * inet/getipnodebyad.c: Removed.
216 * inet/getipnodebynm.c: Removed.
217 * inet/tst-ipnode.c: Removed.
218 * inet/freehostent.c: Removed.
219
220 * sysdeps/unix/bsd/osf/=dirstream.h: Removed.
221
222 * sysdeps/unix/sysv/linux/Dist: Add bits/initspin.h.
223
224 * elf/Makefile (distribute): Add neededobj4.c.
225
226 * iconvdata/Makefile (distribute): Add BIG5HKSCS.irreversible.
227
228 * sysdeps/hppa/Dist: New file.
229 * sysdeps/unix/sysv/linux/hppa/Dist: New file.
230
58363448
UD
231 * posix/tst-chmod.c (do_test): Account for people running the
232 tests as root.
233
44b60446
UD
234 * locale/langinfo.h (THOUSEP): Define this and don't duplicate
235 definition of THOUSANDS_SEP.
236
d8337213
UD
237 * locale/C-monetary.c: Set mon_decimal to empty string.
238 Add missing entry _NL_MONETARY_CRNCYSTR.
239 * stdio-common/printf_fp.c: If MON_DECIAL_POINT is not provided use
240 DECIMAL_POINT information.
241 * locale/C-numeric.c: Set mon_grouping entry to empty string.
242 * locale/C-time.c: Add date_fmt entries. Remove two wrong entries.
243 Correct value for number of entries.
244 * locale/localeconv.c: Normalize result passed back in .grouping.
245 Fix assignment to .int_* entries.
246
247 * locale/Makefile (tests): Add tst-C-locale.
248 * locale/tst-C-locale.c: New file.
249
250 * locale/setlocale.c: Use LOCALEDIR and not LOCALE_PATH to locate
251 locale files.
252 * locale/newlocale.c: Likewise.
253
2542000-10-26 GOTO Masanori <gotom@debian.or.jp>
255
256 * locale/langinfo.h: Define _DATE_FMT and _NL_W_DATE_FMT.
257 * locale/categories.def: New support for date_fmt.
258 * locale/programs/ld-time.c: Likewise.
259 * locale/programs/locfile-kw.gperf: Likewise.
260 * locale/programs/locfile-kw.h: Likewise.
261 * locale/programs/locfile-token.h: Likewise.
262
2632000-10-26 Jakub Jelinek <jakub@redhat.com>
264
265 * sysdeps/ieee754/ldbl-128/e_hypotl.c: New.
266
267 * math/libm-test.inc (cabs_test, cexp_test, csqrt_test, hypot_test):
268 Increase precision of constants.
269 * sysdeps/alpha/fpu/libm-test-ulps: Update.
270 * sysdeps/arm/libm-test-ulps: Update.
271 * sysdeps/i386/fpu/libm-test-ulps: Update.
272 * sysdeps/ia64/fpu/libm-test-ulps: Update.
273 * sysdeps/m68k/fpu/libm-test-ulps: Update.
274 * sysdeps/mips/fpu/libm-test-ulps: Update.
275 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
276 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
277 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
278 * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
279 * sysdeps/s390/fpu/libm-test-ulps: Update.
280
726b7b0f
UD
2812000-10-26 Ulrich Drepper <drepper@redhat.com>
282
5915ce22
UD
283 * io/Makefile (tests): Add tst-fcntl.
284 * io/tst-fcntl.c: New file.
285
726b7b0f
UD
286 * posix/Makefile (tests): Add tst-chmod.
287 (tst-chmod-ARGS): Define.
288 * posix/tst-chmod.c: New file.
289
290 * test-skeleton.c: Before calling user-defined function remove
291 parameters from argument list.
292 * posix/tst-exec.c: Adjust to this change.
293 * posix/tst-spawn.c: Likewise.
294
295 * sysdeps/unix/opendir.c (__opendir): Optimize a bit. Add
296 __builtin_expect.
297
1267f93e
UD
2982000-10-25 Ulrich Drepper <drepper@redhat.com>
299
300 * intl/Makefile (tests): Add tst-ngettext.
301 * intl/tst-ngettext.c: New file.
302
1410e233
UD
3032000-10-25 Bruno Haible <haible@clisp.cons.org>
304
305 * manual/charset.texi: Fix spelling of __GCONV_FULL_OUTPUT.
306 * manual/message.texi (Translation with gettext): Remove paragraph
307 about macros contained in libintl.h.
308 (bind_textdomain_codeset): Describe codeset argument.
309 (Using gettextized software): Add setlocale call to sample code.
310
876f9634
UD
3112000-10-26 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
312 Yutaka Niibe <gniibe@chroot.org>
313
314 * sysdeps/sh/dl-machine.h (elf_machine_rela): Handle in place
315 relocation which is generated by new ld.
316 * sysdeps/sh/elf/initfini.c (_init): Preseted __fpscr_values.
317 (_fini): Delete an obsolete register prefix.
318 * sysdeps/unix/sysv/linux/sh/Versions: Add __xstat64, __fxstat64,
319 __lxstat64, alphasort64, glob64, readdir64, readdir64_r, scandir64
320 and versionsort64 as the 2.2-versioned symbols.
321 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: New file.
322 * sysdeps/unix/sysv/linux/sh/brk.c: Changes for the new system call
323 calling convention of the kernel.
324 * sysdeps/unix/sysv/linux/sh/pipe.S: Likewise.
325 * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
326 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
327 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
328 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
329 * sysdeps/unix/sysv/linux/sh/fcntl.c: New file.
330 * sysdeps/unix/sysv/linux/sh/lockf64.c: New file.
331 * sysdeps/unix/sysv/linux/sh/sys/user.h: Include the kernel header
332 file and delete the definitions of struct user and user_fp.
333 * sysdeps/unix/sysv/linux/sh/syscall.S: New file.
334 * sysdeps/unix/sysv/linux/sh/syscalls.list: Remove entries for
335 s_ioctl, s_ipc, s_llseek, s_chown, s_fchown, s_lchown, s_execve,
336 rt_sigaction, rt_sigpending, rt_sigprocmask, rt_sigqueueinfo,
337 rt_sigsuspend, rt_sigtimedwait, s_getcwd, s_getdents, s_getgroups,
338 s_getpriority, s_getegid, s_geteuid, s_getuid, getresgid, getresuid,
339 s_getrlimit, s_poll, s_pread64, s_ptrace, s_pwrite64, s_reboot,
340 s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
341 s_setfsgid, s_setfsuid, s_setgid, s_setgroups, s_setregid,
342 s_setresgid, s_setresuid, s_setreuid, s_setuid, s_sysctl,
343 s_ugetrlimit, s_ustat, sys_fstat, sys_lstat, sys_mknod, sys_readv,
344 sys_stat, sys_writev and syscall.
345
10659981
UD
3462000-10-25 Ulrich Drepper <drepper@redhat.com>
347
85471284
UD
348 * io/test-lfs.c (do_prepare): Rewrite so it doesn't fail on systems
349 without LFS support.
350
10659981
UD
351 * sysdeps/ieee754/dbl-64/e_jn.c: Use __ieee754_sqrt instead of __sqrt.
352 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
353 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
354 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
355 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
356
6a39d027
UD
3572000-10-25 David Mosberger <davidm@hpl.hp.com>
358
359 * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Multiply slot
360 number by four to use bins of width 4 to get accurate
361 instruction-level profiling.
362
fb9c4974
UD
3632000-10-25 Andreas Jaeger <aj@suse.de>
364
365 * sysdeps/generic/dl-cache.h (CACHEMAGIC_VERSION_NEW): Correct string.
366
a5fe041c
UD
3672000-10-25 Jakub Jelinek <jakub@redhat.com>
368
369 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): When
370 converting struct flock64 to struct flock and back, use fcntl commands
371 which work on struct flock.
372
3732000-10-25 Jakub Jelinek <jakub@redhat.com>
374
375 * math/test-misc.c (main): Only check modfl if NO_LONG_DOUBLE is not
376 defined.
377 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
378 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
379
8b2a8f8d
UD
3802000-10-25 Ulrich Drepper <drepper@redhat.com>
381
a8244aae
UD
382 * sysdeps/arm/libm-test-ulps: Updated.
383
8b2a8f8d
UD
384 * sysdeps/generic/dl-cache.h (CACHEMAGIC_VERSION_NEW): New value.
385
59ef5ff0
AJ
3862000-10-25 Andreas Jaeger <aj@suse.de>
387
388 * elf/dl-load.c (_dl_map_object_from_fd): Remove unused variable.
389 (_dl_map_object): Likewise.
390
b05598ef
UD
3912000-10-24 Paul Eggert <eggert@twinsun.com>
392
393 * time/strftime.c (my_strftime macro)
394 [!defined _LIBC && HAVE_TZNAME && HAVE_TZSET]:
395 When redefining, do it without args, so that it works even if
396 emacs is defined and an extra argument is passed to my_stftime.
397 (my_strftime function): When evaluating a subformat, pass
398 ut_argument as well.
399
4002000-10-24 Andreas Schwab <schwab@suse.de>
401
402 * sysdeps/unix/sysv/linux/ia64/Versions: Add pciconfig_read and
403 pciconfig_write.
404
7e036a01
UD
4052000-10-25 Ulrich Drepper <drepper@redhat.com>
406
b05598ef
UD
407 * sysdeps/generic/dl-cache.c (_dl_cache_verify_ptr): Correct test
408 for files with new cache format.
409 (_dl_load_cache_lookup): Add variable cache_data_size for size of the
410 data. Correctly report error if neither old not new signature is
411 found. Little optimizations.
412 Mostly based on a patch by Denis Zaitsev <zzz@cd-club.ru>.
413
7e036a01
UD
414 * elf/dl-close.c (_dl_close): Optimize a bit by optimizing out the
415 nsearchlist variable.
416
7d1231f1
UD
4172000-10-24 Ulrich Drepper <drepper@redhat.com>
418
e30f2b98
UD
419 * elf/dl-lookup.c (add_dependency): Fix test to check whether
420 dependency already exists.
421 * elf/Makefile: Add testobj1 and testobj2 as dependencies of testobj6.
422 * elf/loadtest.c (main): Add test at the end that everything is
423 unloaded.
424
425 * elf/dl-open.c (dl_open_worker): Fix typo in comment.
426
7d1231f1
UD
427 * elf/elf.h: Add even more IA-64 relocations.
428
feb27893
GK
4292000-10-24 Geoffrey Keating <geoffk@cygnus.com>
430
431 * io/test-lfs.c (do_prepare): Call setrlimit64, in case the user
432 has a limit set---for instance, a limit of 2^31 bytes, which can't
433 easily be reset by non-LFS-aware shells.
0a1e7f70
GK
434
435 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Define PAGE_SHIFT
436 explicitly rather than getting it from <asm/page.h>.
437
8edd9172
UD
4382000-10-24 Ulrich Drepper <drepper@redhat.com>
439
4b4fcf99
UD
440 * elf/dl-close.c (_dl_close): Handle relocation dependencies of
441 the dependencies of the object currently unloaded.
442
e3e5f672
UD
443 * elf/dl-close.c (_dl_close): Don't free memory for global scope
444 list immediately when empty. Move code to...
445 (free_mem): ...here. Called as part of __libc_subfreeres list.
446
2e93b4a4
UD
447 * elf/dl-deps.c (_dl_map_object_deps): Put l_initfini array before
448 r_list array in allocated memory.
449 * elf/dl-close.c (_dl_close): Optimize access to l_initfini list
450 and remove use of r_list.
451
8edd9172
UD
452 * elf/dl-close.c (_dl_close): Use correct list (l_initfini) when
453 computing new opencounts.
454 * elf/Makefile: Add rules to build and run neededtest3.
455 * neededtest3.c: New file.
456 * neededobj4.c: New file.
457
458 * elf/neededtest.c (main): Correct tests for failing dlopen.
459
27f590ce
AJ
4602000-10-24 Andreas Jaeger <aj@suse.de>
461
462 * elf/dl-lookup.c (add_dependency): Remove unused variable j.
463
42c4f32a
UD
4642000-10-24 Ulrich Drepper <drepper@redhat.com>
465
84832e05
UD
466 * malloc/obstack.c (_obstack_newchunk): Correctly align first returned
467 block.
468 * malloc/tst-obstack.c: New file.
469 Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>.
f3e7f608 470 * malloc/Makefile (tests): Add tst-obstack.
84832e05 471
42c4f32a
UD
472 Complete revamp of the reference counter handling.
473 * include/link.h (struct link_map): Add l_idx field.
474 * elf/dl-close.c: Handle decrementing of reference counters more
475 correctly. If necessary decrement reference counters of dependencies
476 of dependencies.
477 * elf/dl-lookup.c (add_dependency): Only increment reference counter
478 of the object itself and not also its dependencies.
479 * elf/dl-open.c: Increment reference counters here.
480 * elf/dl-deps.c: Remove reference counter handling here.
481 * elf/dl-load.c: Likewise.
482 * elf/rtld.c: Adjust for _dl_map_deps not handling reference counters.
483
484 * elf/loadtest.c: Print loaded objects at the beginning.
485
e6d8aef8
AJ
4862000-10-24 Andreas Jaeger <aj@suse.de>
487
488 * sysdeps/mips/dl-machine.h: Partly revert patch from 2000-10-18.
489
c41c89d3
UD
4902000-10-23 Ulrich Drepper <drepper@redhat.com>
491
a881e0a0
UD
492 * include/link.h (struct link_map): New bit field l_faked.
493 * elf/dl-deps.c: Use l_faked field in struct link_map instead of
494 the magic l_opencount==0.
495 * elf/dl-load.c: Likewise.
496 * elf/dl-version.c: Likewise.
497 * elf/rtld.c: Likewise.
498
c41c89d3
UD
499 * elf/dl-close.c (_dl_close): Add a few more __builtin_expect.
500
298ea0ff
UD
5012000-10-23 Jim Meyering <meyering@ascend.com>
502
503 Allow this code to be used outside of glibc.
504 * sysdeps/generic/memrchr.c: Undef __memrchr, too.
505 [!weak_alias]: Define __memrchr to memrchr.
506 Guard weak_alias use with `#ifdef weak_alias'.
507
0d0db00c
UD
5082000-10-23 Ulrich Drepper <drepper@redhat.com>
509
9807e540
UD
510 * elf/unload.c: Generate more debugging output.
511
512 * elf/neededtest.c: Make it more complicated.
513 * elf/neededtest2.c: New file.
514 * elf/Makefile: Add rules to build and run neededtest2.
515
f92338be
UD
516 * elf/dl-sym.c (_dl_sym): Use exact check for caller PC in range
517 of DSO address space.
518 (_dl_vsym): Likewise.
519
0d0db00c
UD
520 * elf/dl-sym.c (_dl_sym): For RTLD_DEFAULT, search in objects
521 global scope if we can determine it.
522
f288d2b2
UD
5232000-10-23 Andreas Schwab <schwab@suse.de>
524
525 * sysdeps/unix/sysv/linux/ia64/bits/resource.h (RLIMIT_LOCKS): Added.
526 (RLIMIT_NLIMITS): Sync with kernel definition.
527 (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Also define as macros.
528
7a266a90
AS
5292000-10-23 Andreas Schwab <schwab@suse.de>
530
531 * sysdeps/m68k/fpu/libm-test-ulps: Updated.
532
949d553a
UD
5332000-10-23 Ulrich Drepper <drepper@redhat.com>
534
535 * elf/elf.h (R_IA64_GPREL32MSB, R_IA64_GPREL32LSB): New definitions.
536
fd665070
UD
5372000-10-22 Bruno Haible <haible@clisp.cons.org>
538
539 * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings
540 for 0x8BF8, 0xA27E..0xA2A7.
541 * iconvdata/BIG5HKSCS.irreversible: New file.
542
5432000-10-23 Jakub Jelinek <jakub@redhat.com>
544
545 * timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES.
546 * timezone/zic.c (main): Likewise.
547
5482000-10-23 Thorsten Kukuk <kukuk@suse.de>
549
550 * nscd/connections.c (invalidate_cache): Don't invalidate a cache
551 if it is not enabled.
552
1192cb4d
AJ
5532000-10-23 Andreas Jaeger <aj@suse.de>
554
827ab135
AJ
555 * sysdeps/s390/fpu/libm-test-ulps: New ulps.
556
1192cb4d
AJ
557 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add fcntl64.
558 Patch by Ralf Baechle <ralf@gnu.org>.
559
d785c366
UD
5602000-10-21 Ulrich Drepper <drepper@redhat.com>
561
a35e137a
UD
562 * elf/dl-load.c (_dl_map_object_from_fd): Split out ELF file
563 verification in open_verify.
564 (open_verify): New function. Called instead of open. Ignores valid
565 files for other architectures.
566 (open_path): Call open_verify instead of open.
567 (_dl_map_object): Likewise.
568 Somewhat based on a patch by Don Dugger <n0ano@valinux.com>.
569
570 * io/pwd.c (main): The output was missing a newline.
571
a4607c1f
UD
572 * posix/fnmatch_loop.c: Make FNM_LEADING_DIR behave as GNU tar
573 expects it. Patch by Colin Watson <riva.ucam.org>.
574 * posix/tst-fnmatch.input: Add test cases for FNM_LEADING_DIR.
575
d785c366
UD
576 * elf/dl-open.c (add_to_global): New function. Split out from
577 dl_open_worker.
578 (dl_open_worker): Call add_to_global not only for new objects, also for
579 previously loaded objects when (mode & RTLD_GLOBAL) and the object
580 was not yet in the global scope.
581 * elf/Makefile: Add rules to build and run lateglobal.
582 * elf/lateglobal.c: New file.
583 * elf/ltglobmod1.c: New file.
584 * elf/ltglobmod2.c: New file.
585
e6d18111
UD
5862000-10-20 Ulrich Drepper <drepper@redhat.com>
587
c91bc73e
UD
588 * include/link.h (struct link_map): Add l_soname_added bitfield.
589 * elf/dl-load.c (_dl_map_object): Remember when we added the
590 SONAME to the l_libname list and don't try it again.
591
8699e7b1
UD
592 * elf/dl-close.c: Decrement opencount for all dependencies which can
593 be removed even if the object is not yet unloaded.
594 * elf/dl-deps.c (_dl_map_object_deps): If dependency is already in
595 the list decrement opencount of all dependencies.
596 * elf/dl-load.c (_dl_map_object_from_fd): Increment object of object
597 and all dependencies.
598 (_dl_map_object): Likewise.
599 * elf/dl-lookup.c (add_dependency): Likewise.
600
601 * elf/loadtest.c: Add debug when with more output.
602
f6de2239
UD
603 * elf/Makefile: Add rules to build and run unload2.
604 * elf/unload2.c: New file.
605 * elf/unload2mod.c: New file.
606 * elf/unload2dep.c: New file.
607
608 * intl/libintl.h (ngettext macro): Add missing parameter.
609 (dngettext macro): Likewise.
e6d18111 610
ceb579a3
UD
6112000-10-19 H.J. Lu <hjl@gnu.org>
612
613 * elf/Makefile (distribute): Add neededtest.c, neededobj1.c,
614 neededobj2.c and neededobj3.c.
615 (tests): Add neededtest.
616 (modules-names): Add neededobj1, neededobj2 and neededobj3.
617 ($(objpfx)neededobj1.so): New target.
618 ($(objpfx)neededobj2.so): Likewise.
619 ($(objpfx)neededobj3.so): Likewise.
620 ($(objpfx)neededtest): Likewise.
621 ($(objpfx)neededtest.out): Likewise.
622 * elf/neededtest.c: New. Based on the bug report from
623 Allen Bauer <kylix_rd@hotmail.com>.
624 * elf/neededobj1.c: Likewise.
625 * elf/neededobj2.c: Likewise.
626 * elf/neededobj3.c: Likewise.
627
2a0dcb7c
UD
6282000-10-20 Ulrich Drepper <drepper@redhat.com>
629
ceb579a3
UD
630 * elf/dl-load.c (_dl_map_object_from_fd): Pass pointer to ELF header
631 to elf_machine_matches_host.
632 * sysdeps/alpha/dl-machine.h (elf_machine_matches_host): Parameter
633 is now pointer to ELF header.
634 * sysdeps/arm/dl-machine.h: Likewise.
635 * sysdeps/generic/dl-machine.h: Likewise.
636 * sysdeps/hppa/dl-machine.h: Likewise.
637 * sysdeps/i386/dl-machine.h: Likewise.
638 * sysdeps/ia64/dl-machine.h: Likewise.
639 * sysdeps/m68k/dl-machine.h: Likewise.
640 * sysdeps/mips/dl-machine.h: Likewise.
641 * sysdeps/mips/mips64/dl-machine.h: Likewise.
642 * sysdeps/powerpc/dl-machine.h: Likewise.
643 * sysdeps/s390/dl-machine.h: Likewise.
644 * sysdeps/sh/dl-machine.h: Likewise.
645 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
646 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
647 Patch by Martin Schwidefsksy <schwidefsky@de.ibm.com>.
648
6492000-10-20 Jakub Jelinek <jakub@redhat.com>
650
651 * include/limits.h: Include bits/wordsize.h, use #if __WORDSIZE == 64
652 check instead of #ifdef __alpha__.
653 * include/bits/xopen_lim.h (WORD_BIT, LONG_BIT): Don't count on
654 INT_MAX, __INT_MAX__, LONG_MAX or __LONG_MAX__ being defined when
655 this is included.
656
6572000-10-20 Ulrich Drepper <drepper@redhat.com>
658
659 * posix/wordexp-tst.sh (testout): Place output file in build
660 directory. Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
661
2a0dcb7c
UD
662 * sysdeps/powerpc/fpu/bits/mathinline.h: Pretty print.
663
6642000-10-19 Ulrich Drepper <drepper@redhat.com>
665
666 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
667 Correctly handle numeric group member information.
668 Patch by tomasw@cs.huji.ac.il.
669
670 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
671 Complete test for strtol overflow.
672
6732000-10-19 Jakub Jelinek <jakub@redhat.com>
674
675 * sysdeps/unix/sysv/linux/alpha/semctl.c (__new_semctl): Pass union
676 semun as 4th argument to semctl syscall, not address of it.
677
6782000-10-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
679
680 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add fcntl64() syscall.
681
6822000-10-17 Andreas Schwab <schwab@suse.de>
683
684 * string/string.h: Remove declaration of __strcasecmp and __strcasestr.
685 * include/string.h: Declare them here.
686
9dbdf61d
AJ
6872000-10-18 Ralf Baechle <ralf@gnu.org>
688
689 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Include <asm/unistd.h>.
690
781ca93d 6912000-10-19 Geoffrey Keating <geoffk@cygnus.com>
c6e6c9c8
GK
692
693 * sysdeps/powerpc/fpu/bits/mathinline.h: Add versions
694 of the unordered comparison functions that use the GCC builtins.
695
696 * sysdeps/powerpc/dl-machine.c (dl_reloc_overflow): New function.
697 (__process_machine_rela): Print the address of an overflowing
698 reloc.
699
549fc33c
UD
7002000-10-18 Ulrich Drepper <drepper@redhat.com>
701
702 * sysdeps/unix/sysv/linux/shm_open.c: Correct default mount point
703 in comments.
704 (freeit): Remove unnecessary test.
705
cd3cd00c
AJ
7062000-10-18 Andreas Jaeger <aj@suse.de>
707
708 * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_OK): New.
709 (ELF_MACHINE_BEFORE_RTLD_RELOC): Handle newer linkers.
710 (elf_machine_runtime_link_map): Likewise.
711 (elf_machine_runtime_setup): Likewise.
712 Handle dynamic linker's local got entries.
713 Patches by Ralf Baechle <ralf@gnu.org>.
714
7152000-10-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
716
717 * sysdeps/mips/dl-machine.h (_dl_runtime_resolve): Define $sp as
718 the frame pointer. Allocate stack space for $a0 for
719 __dl_runtime_resolve(). Do not save $sp in $s0 as it's
720 callee-saved anyway.
721
deda4d1a
UD
7222000-10-17 Ulrich Drepper <drepper@redhat.com>
723
724 * sysdeps/powerpc/fpu/libm-test-ulps: Update for changes in
725 libm-test.inc.
726
226672f8
AS
7272000-10-17 Andreas Schwab <schwab@suse.de>
728
729 * sysdeps/m68k/fpu/libm-test-ulps: Update for changes in
730 libm-test.inc.
731
8a0759d1
UD
7322000-10-17 Jakub Jelinek <jakub@redhat.com>
733
734 * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
735 Add missing backslash.
736
3c6cad26
UD
7372000-10-16 Ulrich Drepper <drepper@redhat.com>
738
4abef27c
UD
739 * sysdeps/generic/dl-sysdep.c (DL_FIND_ARG_COMPONENTS): Little cleanup.
740
3c6cad26
UD
741 * sysdeps/i386/fpu/libm-test-ulps: Update for changes in libm-test.inc.
742
7432000-10-16 Jakub Jelinek <jakub@redhat.com>
744
745 * math/libm-test.inc (M_LOG_SQRT_PIl, M_LOG_2_SQRT_PIl): Increase
746 precision.
747 (acos_test, asin_text, cexp_test, cos_test, cproj_test, exp10_test,
748 sin_test, sincos_test, sqrt_test): Likewise. Add L suffixes also
749 to parameters.
750 (acosh_test, asinh_test, atan2_test, atanh_test, atan_test, cabs_test,
751 cacosh_test, cacos_test, casinh_test, casin_test, catanh_test,
752 catan_test, cbrt_test, ccosh_test, ccos_test, clog10_test, cosh_test,
753 csinh_test, csin_test, csqrt_test, ctanh_test, ctan_test, erfc_test,
754 erf_test, exp2_test, expm1_test, exp_test, fmod_test, hypot_test,
755 j0_test, j1_test, jn_test, lgamma_test, llrint_test, llround_test,
756 log10_test, log1p_test, log2_test, log_test, lrint_test, lround_test,
757 nextafter_test, nexttoward_test, pow_test, round_test, scalb_test,
758 sinh_test, static void, tanh_test, tan_test, tgamma_test, y0_test,
759 y1_test, yn_test): Add L suffixes also to parameters.
760 * sysdeps/ieee754/ldbl-128/s_ceill.c (__ceill): Fix mask.
761 * sysdeps/ieee754/ldbl-128/s_floorl.c (__floorl): Likewise.
762 * soft-fp/op-2.h (_FP_FRAC_SRS_2): Fix computation of sticky bit.
763
db49e90c
UD
7642000-10-16 Ulrich Drepper <drepper@redhat.com>
765
4abef27c 766 * timezone/Makefile: Define HAVE_GETTEXT for zdump.c, zic.c,
db49e90c
UD
767 ialloc.c, and scheck.c.
768 * malloc/obstack.c: Always include <libintl.h> for glibc.
769 * posix/getopt.c: Likewise.
770 Reported by Petr Vandrovec <VANDROVE@vc.cvut.cz>.
771
58b668a5
UD
7722000-10-15 Pete Wyckoff <pw@osc.edu>
773
774 * Rules: Define _LIBC during generation of bits/stdio_lim.d.
775
7762000-10-15 Pete Wyckoff <pw@osc.edu>
777
778 * iconvdata/tst-tables.sh: Invoke other shell scripts through ${SHELL}.
779 * iconvdata/tst-table.sh: Likewise.
780
170ef42f
UD
7812000-10-15 Ulrich Drepper <drepper@redhat.com>
782
783 * elf/dl-error.c (_dl_signal_error): Allocate memory for objname
784 as well. Reported by Alexander V. Lukyanov <lav@yars.free.net>.
785
58b668a5
UD
786 * iconvdata/gconv-modules: Add aliases for Winblowz charsets.
787 Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
788
8bf95899
UD
7892000-10-13 Andreas Schwab <schwab@suse.de>
790
791 * elf/elf.h (R_IA64_PCREL60B): Add relocation.
792
c8451759
UD
7932000-10-15 Ulrich Drepper <drepper@redhat.com>
794
795 * sysdeps/unix/sysv/linux/hppa/brk.c: Cleanups.
796 * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise.
797 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise.
798 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Likewise.
799 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
800
b15cb495
UD
8012000-10-14 Ulrich Drepper <drepper@redhat.com>
802
803 * math/libm-test.inc (frexp_test): Add L suffix also to parameters.
804 (hypot_test): Likewise.
805
806 * sysdeps/generic/printf_fphex.c: Compute width of decimal point
807 string correctly. Handle padding correctly.
808
809 * sysdeps/ia64/fpu/printf_fphex.c: Use sizeof in _itowa parameters
810 correctly.
811 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
812 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
813
8142000-10-12 Alan Modra <alan@linuxcare.com.au>
815
816 * FAQ.in: Add --start-group and --end-group.
817
8182000-10-12 Alan Modra <alan@linuxcare.com.au>
819
820 * malloc/memusage.c: Conditionalize stack usage calculation on
821 stack direction.
822
8232000-10-12 Alan Modra <alan@linuxcare.com.au>
824
825 * config.h.in: Add ASM_LINE_SEP.
826 * configure.in: Add test for comment and line separators.
827 * include/libc-symbols.h: Define and use ASM_LINE_SEP, and add tabs to
828 placate some hppa assemblers.
829 * sysdeps/hppa/sysdep.h: Likewise.
830 * sysdeps/gnu/siglist.c: Insert \n and \t into inline asm.
831 * sysdeps/unix/sysv/linux/errlist.c: Likewise.
832
8332000-10-12 David Huggins-Daines <dhd@linuxcare.com>
834
835 * sysdeps/unix/sysv/linux/Makefile: Include <bits/initspin> in
836 $(sysdep_headers).
837 * sysdeps/unix/sysv/linux/bits/initspin.h: Dummy version for
838 non-threaded platforms.
839
8402000-10-12 David Huggins-Daines <dhd@linuxcare.com>
841
842 * configure.in: Add definitions for hppa.
843 * elf/elf.h: Add PLABEL32 relocation for hppa ELF32, comments
844 for IPLT and EPLT relocations.
845 * shlib-versions: Version symbol definitions for hppa-linux.
846 * sysdeps/unix/sysv/linux/configure.in: Define $arch_minimum_kernel
847 for hppa.
848
8492000-10-12 David Huggins-Daines <dhd@linuxcare.com>
850
851 * sysdeps/hppa/Makefile: New file.
852 * sysdeps/hppa/Versions: New file.
853
854 * sysdeps/hppa/setjmp.S: New file.
855 * sysdeps/hppa/__longjmp.S: New file.
856 * sysdeps/hppa/bits/setjmp.h: New file.
857 * sysdeps/hppa/frame.h: New file.
858
859 * sysdeps/hppa/add_n.s: Don't use %r19 (linkage table pointer).
860 * sysdeps/hppa/sub_n.s: Likewise.
861 * sysdeps/hppa/lshift.s: Likewise.
862 * sysdeps/hppa/rshift.s: Likewise.
863 * sysdeps/hppa/udiv_qrnnd.s: Likewise.
864 * sysdeps/hppa/hppa1.1/addmul_1.s: Likewise.
865 * sysdeps/hppa/hppa1.1/submul_1.s: Likewise.
866 * sysdeps/hppa/hppa1.1/mul_1.s: Likewise.
867 * sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Likewise.
868
869 * sysdeps/hppa/dl-machine.h: New file.
870 * sysdeps/hppa/dl-fptr.c: New file (note that this is almost
871 identical to the IA-64 one).
872 * sysdeps/hppa/dl-lookupcfg.h: Likewise.
873 * sysdeps/hppa/dl-symaddr.c: Likewise.
874
875 * sysdeps/hppa/elf/initfini.c: New file.
876 * sysdeps/hppa/elf/start.S: New file.
877
878 * sysdeps/hppa/fpu/bits/fenv.h: New file.
879 * sysdeps/hppa/fpu/fclrexcpt.c: New file.
880 * sysdeps/hppa/fpu/fedisblxcpt.c: New file.
881 * sysdeps/hppa/fpu/feenablxcpt.c: New file.
882 * sysdeps/hppa/fpu/fegetenv.c: New file.
883 * sysdeps/hppa/fpu/fegetexcept.c: New file.
884 * sysdeps/hppa/fpu/fegetround.c: New file.
885 * sysdeps/hppa/fpu/feholdexcpt.c: New file.
886 * sysdeps/hppa/fpu/fesetenv.c: New file.
887 * sysdeps/hppa/fpu/fesetround.c: New file.
888 * sysdeps/hppa/fpu/feupdateenv.c: New file.
889 * sysdeps/hppa/fpu/fegetexcptflg.c: New file.
890 * sysdeps/hppa/fpu/fraiseexcpt.c: New file.
891 * sysdeps/hppa/fpu/fsetexcptflg.c: New file.
892 * sysdeps/hppa/fpu/ftestexcept.c: New file.
893
894 * sysdeps/unix/sysv/linux/hppa/Makefile: New file.
895 * sysdeps/unix/sysv/linux/hppa/Versions: New file.
896 * sysdeps/unix/sysv/linux/hppa/syscalls.list: New file.
897 * sysdeps/unix/sysv/linux/hppa/sysdep.c: New file.
898 * sysdeps/unix/sysv/linux/hppa/sysdep.h: New file.
899
c8451759 900
b15cb495
UD
901 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: New file.
902 * sysdeps/unix/sysv/linux/hppa/bits/ioctls.h: New file.
903 * sysdeps/unix/sysv/linux/hppa/bits/mman.h: New file.
904 * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: New file.
905 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: New file.
906 * sysdeps/unix/sysv/linux/hppa/brk.c: New file.
907 * sysdeps/unix/sysv/linux/hppa/clone.S: New file.
908 * sysdeps/unix/sysv/linux/hppa/socket.S: New file.
909 * sysdeps/unix/sysv/linux/hppa/syscall.S: New file.
910 * sysdeps/unix/sysv/linux/hppa/setrlimit.c: New file.
911 * sysdeps/unix/sysv/linux/hppa/getrlimit.c: New file.
912 * sysdeps/unix/sysv/linux/hppa/getrlimit64.c: New file.
913 * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: New file.
914 * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: New file.
915 * sysdeps/unix/sysv/linux/hppa/mmap.c: New file.
916 * sysdeps/unix/sysv/linux/hppa/profil-counter.h: New file.
917 * sysdeps/unix/sysv/linux/hppa/procfs.h: New file.
918 * sysdeps/unix/sysv/linux/hppa/ucontext.h: New file.
919 * sysdeps/unix/sysv/linux/hppa/umount.c: New file.
920
9212000-10-12 Alan Modra <alan@linuxcare.com.au>
922
923 * sysdeps/hppa/hppa1.1/Implies: New file.
924 * sysdeps/hppa/memusage.h: New file.
925
42be70d4
UD
9262000-10-28 Jes Sorensen <jes@linuxcare.com>
927
928 * sysdeps/unix/sysv/linux/ia64/Versions: Export ioperm, iopl, inb,
929 inw, inl, _inb, _inw, _inl, outb, outw, outl, _outb, _outw,
930 _outl. Reported by Bill Nottingham.
931
9322000-04-06 Andreas Schwab <schwab@suse.de>
933
934 * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
935 restore register r8 for functions that return a structure.
936
9372000-10-12 Jakub Jelinek <jakub@redhat.com>
938
939 * math/libm-test.inc (M_PI_6l, M_E2l, M_E3l, M_2_SQRT_PIl,
940 M_SQRT_PIl): Increase precision.
941 (cbrt_test): If cbrt is not implemented, don't test it.
942 Add L suffix to double constants in results which differ from their
943 L suffixed counterparts.
944 (exp10_test, fmod_test, frexp_test, hypot_test, sqrt_test): Likewise.
945
946 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
947
9482000-10-11 Jakub Jelinek <jakub@redhat.com>
949
950 * inet/rexec.c (rexec_af): Convert rport to host order before
951 passing it to snprintf.
952
9532000-10-14 Ulrich Drepper <drepper@redhat.com>
954
955 * sysdeps/gnu/netinet/tcp.h: Use u_intXX_t types instead of
956 uintXX_t since this is what <sys/types.h> defines and we include
957 this header. Reported by Bernhard Rosenkraenzer <bero@redhat.de>.
958
959 * intl/localealias.c (read_alias_file): Update string pointers
960 in map[] if realloc() changed the values.
961 Patch by Jakub Jelinek <jakub@redhat.com>.
962
963 * manual/stdio.texi: Update printf extension documentation after
964 z became a valid modifier.
965 Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
966
967 * timezone/africa: Update from tzcode2000g and tzdata2000g.
968 * timezone/asia: Likewise.
969 * timezone/australasia: Likewise.
970 * timezone/backward: Likewise.
971 * timezone/europe: Likewise.
972 * timezone/iso3166.tab: Likewise.
973 * timezone/northamerica: Likewise.
974 * timezone/southamerica: Likewise.
975 * timezone/zone.tab: Likewise.
976
11b07d9a
GK
9772000-10-14 Geoffrey Keating <geoffk@cygnus.com>
978
979 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add fcntl()
980 syscall.
981
c4b7842c
AS
9822000-10-13 Michael Fedrowitz <michael@fedrowitz.de>
983
ba2502e2
AS
984 * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file.
985 * sysdeps/unix/sysv/linux/m68k/fcntl.c: New file.
986 * sysdeps/unix/sysv/linux/m68k/getdents64.c: New file.
987 * sysdeps/unix/sysv/linux/m68k/getrlimit.c: New file.
988 * sysdeps/unix/sysv/linux/m68k/getrlimit64.c: New file.
989 * sysdeps/unix/sysv/linux/m68k/glob64.c: New file.
990 * sysdeps/unix/sysv/linux/m68k/lockf64.c: New file.
991 * sysdeps/unix/sysv/linux/m68k/oldgetrlimit64.c: New file.
992 * sysdeps/unix/sysv/linux/m68k/readdir64.c: New file.
993 * sysdeps/unix/sysv/linux/m68k/readdir64_r.c: New file.
994 * sysdeps/unix/sysv/linux/m68k/scandir64.c: New file.
995 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: New file.
996 * sysdeps/unix/sysv/linux/m68k/versionsort64.c: New file.
997 * sysdeps/unix/sysv/linux/m68k/Dist: Add oldgetrlimit64.c.
998 * sysdeps/unix/sysv/linux/m68k/Makefile: Add oldgetrlimit64.
999 * sysdeps/unix/sysv/linux/m68k/Versions: Export __xstat64,
1000 __fxstat64, __lxstat64, alphasort64, glob64, getrlimit, setrlimit,
1001 getrlimit64, readdir64, readdir64_r, scandir64, versionsort64 at
1002 GLIBC_2.2.
1003 * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add oldgetrlimit,
1004 oldsetrlimit for GLIBC_2.0.
1005
c4b7842c
AS
1006 * sysdeps/m68k/dl-machine.h (_dl_start_user): Pass correct
1007 arguments to _dl_init.
1008
3d3204d9
GK
10092000-10-13 Geoffrey Keating <geoffk@cygnus.com>
1010
1011 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs for my Pentium III
1012 building with the default options.
1013
7ac74eaa
AJ
10142000-10-11 Andreas Jaeger <aj@suse.de>
1015
1016 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set cache.
1017 Patch by Denis Zaitsev <zzz@cd-club.ru>.
1018
0a7fef01
UD
10192000-10-09 Jakub Jelinek <jakub@redhat.com>
1020
1021 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): If x == y,
1022 return y not x.
1023 * manual/arith.texi (nextafter): Document it.
1024 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Fix a comment.
1025
5e08ca42
UD
10262000-10-08 Ulrich Drepper <drepper@redhat.com>
1027
1028 * version.h (VERSION): Bump to 2.1.95.
1029
1030 * configure.in: Remove warning message.
1031
e340a2a2
UD
1032 * nscd/Makefile (distribute): Add nscd-types.h.
1033 * elf/Makefile (distribute): Add gccframe.h.
1034 * sysdeps/sparc/sparc32/Dist: Add ieee754.h.
1035 * sysdeps/ia64/Dist: Add ieee754.h.
1036
9b767d19
UD
10372000-10-07 Ulrich Drepper <drepper@redhat.com>
1038
ab951e68
UD
1039 * elf/elf.h: Add a few section-related symbols.
1040
9b767d19
UD
1041 * include/features.h (__STDC_ISO_10646__): Set to correct date.
1042 Patch by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
1043
10442000-10-06 Jes Sorensen <jes@linuxcare.com>
1045
1046 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Implement
1047 overflow generation by adding DBL_MAX to DBL_MAX instead of
1048 setting the bits manually in the fpsr and generating the exception
1049 with kill() if necessary.
1050 (feraiseexcept): Implement underflow by dividing DBL_MIN by
1051 DBL_MIN - similar to the overflow change described above.
1052
10532000-08-27 H.J. Lu <hjl@gnu.org>
1054
1055 * sysdeps/unix/sysv/linux/ia64/clone.S: Make it a dummy as clone
1056 is not supported under Linux/ia64, use clone2.
1057
10582000-10-06 Jakub Jelinek <jakub@redhat.com>
1059
1060 * malloc/malloc.h (__THROW): Define to nothing if not gcc.
1061 * misc/sys/cdefs.h (__THROW): Likewise.
1062
172b90bb
UD
10632000-10-05 Jakub Jelinek <jakub@redhat.com>
1064
1065 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: New file.
1066
10672000-10-02 Jakub Jelinek <jakub@redhat.com>
1068
1069 * sunrpc/svc_udp.c (svcudp_recv): Set msg_controllen to all
1070 remaining xp_pad space.
1071
10722000-10-05 Jakub Jelinek <jakub@redhat.com>
1073
1074 * elf/dl-close.c (_dl_close): Check imap's l_flags_1 for
1075 DF_1_NODELETE, not list[i]'s.
1076
9ecb7b36
UD
10772000-10-04 Ulrich Drepper <drepper@redhat.com>
1078
228cc878
UD
1079 * iconvdata/euc-kr.c (euckr_from_ucs4): Handle U20a9.
1080 (BODY from direction): Map \x5c to U20a9.
1081 * iconvdata/testdata/EUC-KR..UTF8: Adjust to this change.
1082 * iconvdata/EUC-KR.irreversible: New file.
84ca3147 1083 * iconvdata/Makefile (distribute): Add EUC-KR.irreversible.
228cc878 1084
9ecb7b36
UD
1085 * argp/argp-parse.c (argp_default_argp): Set libc as message domain.
1086 (argp_version_argp): Likewise.
1087
d64e603a
UD
10882000-10-04 Jakub Jelinek <jakub@redhat.com>
1089
1090 * stdio-common/vfscanf.c (_IO_vfscanf): For [ conversion do
1091 input_error() if EOF is seen before processing.
1092 * stdio-common/tstscanf.c (main): Add testcase.
1093
883ba315
UD
10942000-10-04 Ulrich Drepper <drepper@redhat.com>
1095
1096 * argp/argp-help.c: Make sure we get the correct gettext and
1097 dgettext definitions.
1098 * argp/argp-parse.c: Likewise.
1099
d5fd1f3f
UD
11002000-10-03 Ulrich Drepper <drepper@redhat.com>
1101
1102 * locale/programs/linereader.c (get_string): Also clear wide
1103 string info if illegal_string.
1104
b39bfc45
AS
11052000-10-03 Andreas Schwab <schwab@suse.de>
1106
1107 * sysdeps/unix/sysv/linux/m68k/bits/stat.h: New file.
1108
e6ea9c0d
UD
11092000-10-02 Jakub Jelinek <jakub@redhat.com>
1110
1111 * elf/nextmod1.c (failing_rtld_next_use): Ensure it is not tail call
1112 optimized.
1113
1114 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: New file.
1115
dc4b147e
UD
11162000-10-02 Ralf Baechle <ralf@gnu.org>
1117
1118 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the
1119 end of inline assembler code.
1120
0e19b5af
UD
11212000-10-02 Ulrich Drepper <drepper@redhat.com>
1122
1123 * include/features.h [__USE_FILE_OFFSET && !__REDIRECT]: Define
1124 __USE_LARGEFILE64 and __USE_LARGEFILE to 1 and not nothing.
1125
3f230794
AJ
11262000-10-02 Andreas Jaeger <aj@suse.de>
1127
1128 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Synch with Linux
1129 2.4.0-test9-pre8.
1130
1131 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Add RLIMIT_LOCKS.
1132
3e1622ae
UD
11332000-10-01 Ralf Baechle <ralf@gnu.org>
1134
1135 * sysdeps/mips/dl-machine.h (RTLD_START): Fix computation of envp
1136 argument passed to _dl_init.
1137
73fb7bf0
UD
11382000-09-30 Bruno Haible <haible@clisp.cons.org>
1139
1140 * locale/programs/charmap-dir.h: New file.
1141 * locale/programs/charmap-dir.c: New file.
1142 * locale/programs/linereader.h (lr_create): New declaration.
1143 * locale/programs/linereader.c (lr_create): New function, split out
1144 from lr_open.
1145 (lr_open): Tailcall lr_create.
1146 * locale/programs/locale.c: Include "charmap-dir.h". Don't include
1147 <unistd.h>.
1148 (xstrdup): New declaration.
1149 (more_help): Use xstrdup instead of strdup.
1150 (write_locales): Likewise. When encountering a symbolic link, call
1151 stat.
1152 (write_charmaps): Simplify using the charmap-dir.h functions.
1153 Use xstrdup instead of strdup.
1154 * locale/programs/charmap.c: Include "charmap-dir.h". Don't include
1155 <dirent.h> and <unistd.h>.
1156 (cmlr_open): New function.
1157 (charmap_read): Use cmlr_open instead of lr_open. Simplify using the
1158 charmap-dir.h functions.
1159 * locale/Makefile (distribute): Add charmap-dir.h.
1160 (lib-modules): Add charmap-dir.
1161 (CFLAGS-charmap-dir.c): Set to -Wno-write-strings, because posix_spawn
1162 wants a 'char **', not a 'const char **'.
1163 * include/spawn.h: New file.
1164
11652000-09-30 Bruno Haible <haible@clisp.cons.org>
1166
1167 * posix/spawn_faction_init.c: Include "spawn_int.h".
1168 (__posix_spawn_file_actions_realloc): Fix second realloc argument.
1169
11702000-09-30 Bruno Haible <haible@clisp.cons.org>
1171
1172 * locale/programs/config.h (DEFAULT_CHARMAP): Set to ANSI_X3.4-1968.
1173
11742000-09-30 Bruno Haible <haible@clisp.cons.org>
1175
1176 * wcsmbs/wcwidth.h (__ctype32_wctype): Remove declaration.
1177 (internal_wcwidth): Remove the tests for L'\0' and iswprint.
1178 * locale/programs/ld-ctype.c (find_idx): If max == NULL, return
1179 a pointer to the table entry, without extending the table.
1180 (allocate_arrays): Set a width only for characters with 'print'
1181 property. Set the width of L'\0' to 0.
1182 * locale/C-ctype.c (_nl_C_LC_CTYPE_width): Use default entry 0xff
1183 for unprintable characters. Set entry of NUL to 0.
1184
11852000-09-30 Bruno Haible <haible@clisp.cons.org>
1186
1187 * locale/programs/charmap.c (charmap_read): Avoid redundant tests.
1188 Don't forget to call closedir when the filename was found as a
1189 code_set_name.
1190
11912000-09-30 Bruno Haible <haible@clisp.cons.org>
1192
1193 * iconv/gconv.h (__gconv_trans_context_fct): Change first argument's
1194 type to 'void *'.
1195
11962000-09-30 Bruno Haible <haible@clisp.cons.org>
1197
1198 * locale/programs/ld-ctype.c (wctype_table_init): Initialize level1,
1199 level2, and level3 as well.
1200 (wctype_table_add): Remove a few unnecessary conditionals.
1201
12022000-09-30 Ralf Baechle <ralf@gnu.org>
1203
1204 * wcsmbs/Versions [libc] (GLIBC_2.0): Add __mbrtowc.
1205
12062000-09-30 H.J. Lu <hjl@gnu.org>
aaca11d8
UD
1207
1208 * sysdeps/ieee754/ldbl-96/s_ceill.c (__ceill): Handle overflow.
1209 * sysdeps/ieee754/ldbl-96/s_floorl.c (__floorl): Likewise.
1210
12112000-09-29 H.J. Lu <hjl@gnu.org>
1212
1213 * math/libm-test.inc (init_max_error): Clear all exceptions
1214 before starting test.
1215 (acosh_test): Test for existence of function.
1216 (asinh_test): Likewise.
1217 (atan2_test): Likewise.
1218 (cabs_test): Likewise.
1219 (cacos_test): Likewise.
1220 (cacosh_test): Likewise.
1221 (casin_test): Likewise.
1222 (casinh_test): Likewise.
1223 (catan_test): Likewise.
1224 (catanh_test): Likewise.
1225 (ccos_test): Likewise.
1226 (ccosh_test): Likewise.
1227 (cexp_test): Likewise.
1228 (clog_test): Likewise.
1229 (clog10_test): Likewise.
1230 (cosh_test): Likewise.
1231 (cpow_test): Likewise.
1232 (csin_test): Likewise.
1233 (csinh_test): Likewise.
1234 (csqrt_test): Likewise.
1235 (ctan_test): Likewise.
1236 (ctanh_test): Likewise.
1237 (fmod_test): Likewise.
1238 (hypot_test): Likewise.
1239 (remainder_test): Likewise.
1240 (remquo_test): Likewise.
1241 (sincos_test): Likewise.
1242 (sinh_test): Likewise.
1243 (tanh_test): Likewise.
1244
12452000-09-29 H.J. Lu <hjl@gnu.org>
1246
1247 * sysdeps/ia64/ieee754.h: New file.
1248
1249 * sysdeps/ia64/fpu/math_ldbl.h: New file.
1250
12512000-09-30 Jakub Jelinek <jakub@redhat.com>
1252
1253 * elf/ldconfig.h (FLAG_X8664_LIB64): Define.
1254 * sysdeps/unix/sysv/linux/i386/readelflib.c: New file.
1255
12562000-09-30 Ulrich Drepper <drepper@redhat.com>
1257
1258 * manual/charset.texi: Correct notations, reference to C90 amd 1,
1259 and some other details.
1260 * manual/ctype.texi: Likewise.
1261 Patches by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
1262
06080199
UD
12632000-09-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1264
1265 * sysdeps/ieee754/flt-32/s_frexpf.c: Make it aliasing safe.
1266
3ed0dfa2
UD
12672000-09-29 Ulrich Drepper <drepper@redhat.com>
1268
1269 * elf/cache.c (save_cache): Initialize __unused field in new cache
1270 as well to get reproducable results.
1271
2b1ec034
UD
12722000-09-29 H.J. Lu <hjl@gnu.org>
1273
1274 * sysdeps/ia64/fpu/libm-test-ulps: Updated for long double.
1275
12762000-09-29 H.J. Lu <hjl@gnu.org>
1277
1278 * sysdeps/ia64/bits/huge_val.h: New file.
1279
b4a555d6
UD
12802000-09-29 Ulrich Drepper <drepper@redhat.com>
1281
1282 * elf/chroot_canon.c: Don't report a failure if the last path
1283 component is not available.
1284 * elf/ldconfig.c (parse_conf): Use canonicalized name when reporting
1285 error.
1286
1287 * elf/cache.c (print_cache): Use stat64 instead of stat.
1288 * elf/ldconfig.c (chroot_stat): Likewise.
1289 (create_links): Likewise.
1290 (manual_link): Likewise.
1291 (search_dir): Likewise.
1292 * elf/readlib.c (process_file): Likewise.
1293
1294 * Makefile (install): Set LC_ALL and LANGUAGE to C before running
1295 ldconfig.
1296
12972000-09-29 Jakub Jelinek <jakub@redhat.com>
1298
1299 * elf/chroot_canon.c: New file.
1300 * elf/Makefile: Build and distribute it.
1301 * elf/ldconfig.h (process_file): Add real_file_name argument.
1302 (chroot_canon): Add prototype.
1303 * elf/ldconfig.c (cache_file): Remove const.
1304 (chroot_stat): New.
1305 (create_links): Add real_path argument.
1306 If opt_chroot, maintain both real and given filenames.
1307 (manual_link): Likewise.
1308 (search_dir): Likewise.
1309 (parse_conf): If opt_chroot, use chroot_canon to find the real
1310 config file.
1311 (main): For -r, try to use chroot, if it fails, leave opt_chroot set
1312 and use chroot_canon where appropriate to do the same as if chroot
1313 succeeded.
1314 * elf/readlib.c (process_file): Add real_file_name argument, pass it
1315 to fopen.
1316
13172000-09-29 Ulrich Drepper <drepper@redhat.com>
1318
1319 * math/complex.h (_Complex): We can be more specific when _Complex
1320 is defined by the compiler.
1321
95582174
UD
13222000-09-29 H.J. Lu <hjl@gnu.org>
1323
1324 * sysdeps/unix/sysv/linux/ia64/dl-cache.h: New.
1325
1326 * elf/cache.c (print_entry): Replace 64bit with IA-64 in message
1327 for x86/IA-64 binary.
1328
13292000-09-29 Andreas Schwab <schwab@suse.de>
1330
1331 * sysdeps/unix/sysv/linux/ia64/readelflib.c: New file.
1332
1333 * elf/cache.c (print_entry): Check for FLAG_IA64_LIB64.
1334
ce1131e5
MK
13352000-09-29 Mark Kettenis <kettenis@gnu.org>
1336
1337 * sysdeps/mach/hurd/dl-sysdep.c (__access): New function. Dummy
1338 implementation for use by the dynamic linker.
1339
1df99b5f
AJ
13402000-09-29 Andreas Jaeger <aj@suse.de>
1341
1342 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Protect DN_* by
1343 __USE_GNU.
1344 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1345 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Likewise.
1346 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1347 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1348 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1349 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1350
49cd298d
AJ
13512000-09-29 Andreas Jaeger <aj@suse.de>
1352
1353 * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Synch with Linux
1354 2.4.0-test9-pre7.
1355 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1356 * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Likewise.
1357 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1358 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1359 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1360 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1361
3107c0c5
UD
13622000-09-29 David Mosberger <davidm@hpl.hp.com>
1363
1364 * sysdeps/unix/sysv/linux/ia64/sysdep.S (__ia64_syscall): Cleanup.
1365
1366 * sysdeps/unix/sysv/linux/ia64/sysdep.h (CALL_MCOUNT): Implement.
1367
13682000-06-10 David Mosberger <davidm@hpl.hp.com>
1369
1370 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Fix it so it actually
1371 works: call to __sigjmp_save must be done unconditionally to
1372 ensure jmp_buf is initialized properly.
1373
13742000-09-27 Andreas Jaeger <aj@suse.de>
1375
1376 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Synch with Linux
1377 2.4.0-test9-pre7.
1378
13792000-09-29 Jakub Jelinek <jakub@redhat.com>
1380
1381 * nscd/nscd-client.h (NSCD_VERSION): Bump to 3.
ed099f02
UD
1382 Use nscd_ssize_t where appropriate.
1383 * nscd/nscd_gethst_r.c (nscd_gethst_r): Use nscd_ssize_t instead of
1384 ssize_t where appropriate.
3107c0c5
UD
1385 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1386 * nscd/hstcache.c (cache_addhst): Likewise.
1387 * nscd/grpcache.c (cache_addgr): Likewise.
ed099f02
UD
1388 * sysdeps/generic/nscd-types.h: New file.
1389 * sysdeps/alpha/nscd-types.h: New file.
3107c0c5 1390
062a2a18
UD
13912000-09-29 Ulrich Drepper <drepper@redhat.com>
1392
1393 * inet/getnameinfo.c (nrl_domainname): Use symbolic constant
1394 INADDR_LOOPBACK instead of numeric value.
1395
98da3ec2
UD
13962000-09-28 H.J. Lu <hjl@gnu.org>
1397
1398 * sysdeps/ia64/dl-machine.h (RTLD_START): Adjust _dl_argv by
1399 _dl_skip_args.
1400 (ELF_MACHINE_FIXED_STACK): Removed.
1401
623b05a4
AJ
14022000-09-29 Andreas Jaeger <aj@suse.de>
1403
1404 * sysdeps/unix/sysv/linux/s390/lockf64.c: New file.
1405
1406 * sysdeps/unix/sysv/linux/s390/fcntl.c: New file.
1407
1408 * sysdeps/unix/sysv/linux/powerpc/lockf64.c: New file.
1409
1410 * sysdeps/unix/sysv/linux/powerpc/fcntl.c: New file.
1411
7c810115
UD
14122000-09-28 Ulrich Drepper <drepper@redhat.com>
1413
1414 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle unaligned
1415 relocation also for R_ALPHA_RELATIVE.
1416 Reported by Ivan Kokshaysky <ink@jurassic.park.msu.ru>.
1417
52d895a4
UD
14182000-09-18 Bruno Haible <haible@clisp.cons.org>
1419
1420 * intl/dcigettext.c: Outside libc, use local variable names that don't
1421 clash with those in libc.
1422 * intl/bindtextdom.c: Likewise.
1423 * intl/textdomain.c: Likewise.
1424
84a4fd33
UD
14252000-09-28 Ulrich Drepper <drepper@redhat.com>
1426
f0189a54
UD
1427 * elf/ldconfig.c (parse_conf): Print full name of config dir
1428 including chroot() path.
1429 (main): Remove trailing / from opt_chroot string.
1430
77586df3
UD
1431 * include/features.h: Correct description of what happens if no
1432 *_SOURCE macro is defined.
1433
84a4fd33
UD
1434 * sysdeps/posix/getaddrinfo.c (gaih_inet): Handle req->ai_socktype
1435 correctly. Reported by Felix von Leitner <leitner@convergence.de>.
1436
f091f00a
UD
14372000-09-19 H.J. Lu <hjl@gnu.org>
1438
1439 * malloc/malloc.h (__memalign_hook): Fix the parameter order.
1440 * malloc/malloc.c (__memalign_hook): Likewise.
1441 (memalign_hook_ini): Likewise.
1442
ee6c5330
UD
14432000-09-28 Ulrich Drepper <drepper@redhat.com>
1444
e658b54e
UD
1445 * stdio-common/tmpnam.c (tmpnam): Optimize a bit.
1446
1447 * sysdeps/posix/getaddrinfo.c (gaih_local): Don't use tmpnam, use
1448 underlying functions directly.
1449
ee6c5330
UD
1450 * sysdeps/unix/sysv/linux/bits/resource.h: Add RLIMIT_LOCKS.
1451 * sysdeps/unix/sysv/linux/arm/bits/resource.h: Likewise.
1452 * sysdeps/unix/sysv/linux/i386/bits/resource.h: Likewise.
1453 * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1454 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: Likewise.
1455 * sysdeps/unix/sysv/linux/sh/bits/resource.h: Likewise.
1456 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1457
a0386a0d
UD
14582000-09-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1459
1460 * sysdeps/unix/sysv/linux/kernel-features.h: Add __ASSUME_IPC64, only
1461 define it for powerpc for kernel >= 2.4.0.
1462 * sysdeps/unix/sysv/linux/msgctl.c: Test for __ASSUME_IPC64, not
1463 __ASSUME_32BITUIDS.
1464 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
1465 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1466 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Sync with kernel.
1467 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: New file.
1468 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: New file.
1469 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: New file.
1470
ee6c5330 14712000-09-28 Martin Schwidefsksy <schwidefsky@de.ibm.com>
a0386a0d
UD
1472
1473 * sysdeps/s390/atomicity.h: Fix compare_and_swap.
ee6c5330 1474
a0386a0d
UD
1475 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h
1476 (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8.
1477
ee6c5330 14782000-09-28 Denis Joseph Barrow <djbarrow@de.ibm.com>
a0386a0d
UD
1479
1480 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Use definitions from
1481 ucontext.h.
1482 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Fix ucontext structure.
1483
14842000-09-27 Andreas Schwab <schwab@suse.de>
1485
1486 * math/Makefile (distribute): Explicitly add the long double test
1487 sources, to get them included even if long double is not supported.
1488
14892000-09-27 Jes Sorensen <jes@linuxcare.com>
1490
1491 * elf/soinit.c (struct object): Move definition to gccframe.h and
1492 include it. Problem identified by HJ Lu.
1493
1494 * sysdeps/ia64/gccframe.h: New file. ia64 specific version of
1495 struct object to be searched for frame unwind info.
1496 * sysdeps/generic/gccframe.h: New file. Generic version of
1497 struct object to be searched for frame unwind info.
1498
14992000-09-28 Ulrich Drepper <drepper@redhat.com>
1500
1501 * manual/errno.texi: Correct error text for ENXIO.
1502