1 2000-11-26 Ulrich Drepper <drepper@redhat.com>
3 * sysdeps/unix/opendir.c (__opendir): Add cast to avoid warning.
5 * inet/getnameinfo.c: Adjust casts to avoid warnings.
6 * inet/rcmd.c: Likewise.
7 * inet/ruserpass.c: Likewise.
8 * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
9 IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
10 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
11 IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
12 IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
13 IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
14 * include/aliases.h: Add prototypes for internal __getalias* functions.
15 * include/netdb.h: Add prototypes for __old_gethostent_r,
16 __old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
17 __old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
18 __old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
19 __old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
20 * include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
21 __old_getrpcbynumber_r, __old_getrpcent_r.
23 * include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
24 __getrpcent_r prototypes.
26 2000-11-25 Ulrich Drepper <drepper@redhat.com>
28 * string/strcoll.c: Add casts to avoid warnings.
29 * string/strnlen.c: Likewise.
30 * string/strxfrm.c: Likewise.
31 * sysdeps/generic/_strerror.c: Likewise.
32 * sysdeps/generic/memrchr.c: Likewise.
33 * sysdeps/generic/strcasestr.c: Likewise.
34 * sysdeps/generic/strstr.c: Likewise.
36 * locale/weight.h (findidx): Add const to cast to avoid warning.
38 * elf/loadfail.c: Little cosmetic changes to avoid warnings.
39 * elf/loadtest.c: Likewise.
40 * elf/multiload.c: Likewise.
41 * elf/next.c: Likewise.
42 * elf/nodelete.c: Likewise.
43 * elf/noload.c: Likewise.
44 * elf/order.c: Likewise.
45 * elf/origtest.c: Likewise.
46 * elf/preloadtest.c: Likewise.
47 * elf/restest1.c: Likewise.
49 * sysdeps/i386/i486/bits/string.h (__strncat_g) [i686]: Fourth
50 parameter of asm must be in %ecx.
52 * string/tester.c: Mark test functions as static to avoid warnings.
54 * iconv/gconv_conf.c (read_conf_file): Make mod_counter static to
55 preserve value over different gconv-modules files.
57 2000-11-24 Ulrich Drepper <drepper@redhat.com>
59 * locale/findlocale.c: Add casts to avoid warnings.
60 * locale/localeinfo.h (LIMAGIC): Add cast to avoid warnings.
61 * misc/efgcvt_r.c (fcvt_r): Use ssize_t instead of int and add cast
63 * misc/tsearch.c (const_node): New type.
64 (trecurse): Correct casts to avoid warnings.
66 * stdlib/tst-limits.c: Add z modifier to formats for WORD_BIT and
69 * debug/backtrace-tst.c (compare): Add casts to avoid warnings.
71 * test-skeleton.c: Mark local functions as static to avoid warnings.
73 2000-11-23 H.J. Lu <hjl@gnu.org>
75 * rt/tst-aio6.c (do_test): Use pipe instead of STDIN_FILENO to
76 support the background job.
79 2000-11-24 Ulrich Drepper <drepper@redhat.com>
81 * iconv/gconv_conf.c (insert_module): Replace old entry if new one
82 has same names but lower cost.
84 2000-11-23 Jakub Jelinek <jakub@redhat.com>
86 * sysdeps/sparc/sparc32/dl-machine.h: Ifdef out handling for relocs
87 which never occur during bootstrap.
88 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
90 2000-11-23 Andreas Jaeger <aj@suse.de>
92 * nss/nss_files/files-hosts.c: Remove getipnodebyname.
94 * nss/Versions: Remove _nss_files_getipnodebyname_r.
96 * sysdeps/unix/sysv/linux/Versions: Fix typo in last patch.
98 2000-11-18 Martin Buchholz <martin@xemacs.org>
100 * csu/gmon-start.c (__gmon_start__): Avoid over-clever trick `if
103 2000-11-21 Alan Modra <alan@linuxcare.com.au>
105 * sysdeps/generic/bsd-_setjmp.c (setjmp): Rename to _setjmp.
107 * csu/abi-note.S: Correct comment for operating system number.
109 2000-11-22 Ulrich Drepper <drepper@redhat.com>
111 * Versions.def: Add GLIBC_2.2.1 for glibc.
113 2000-11-22 Andreas Schwab <schwab@suse.de>
115 * sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root.
116 * sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1.
118 2000-11-22 Ulrich Drepper <drepper@redhat.com>
120 * rt/aio_suspend.c (aio_suspend): Convert timeout value to
121 absolute time for pthread_cond_timedwait call.
122 Reported by Lawrence Chen <lchen@opentext.com> [libc/1930].
124 * rt/Makefile (tests): Add tst-aio6.
125 * rt/tst-aio6.c: New file.
127 2000-11-23 Andreas Jaeger <aj@suse.de>
129 * sysdeps/s390/bits/string.h (strncat): Fix one more typo.
131 2000-11-22 Andreas Jaeger <aj@suse.de>
133 * sysdeps/s390/bits/string.h (strncat): Add missing quotation marks.
135 2000-11-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
137 * sysdeps/s390/bits/string.h: Make strncat always add a \0.
139 2000-11-21 Andreas Schwab <schwab@suse.de>
141 * sysdeps/alpha/setjmp.S: Remove __setjmp entry point.
142 * sysdeps/arm/setjmp.S: Likewise.
143 * sysdeps/arm/fpu/setjmp.S: Likewise.
144 * sysdeps/i386/setjmp.S: Likewise.
145 * sysdeps/i386/elf/setjmp.S: Likewise.
146 * sysdeps/s390/setjmp.S: Likewise.
147 * sysdeps/s390/elf/setjmp.S: Likewise.
148 * sysdeps/sh/sh3/setjmp.S: Likewise.
149 * sysdeps/sh/sh4/setjmp.S: Likewise.
150 * sysdeps/sparc/sparc32/setjmp.S: Likewise.
151 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
152 * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
153 * sysdeps/unix/sysv/linux/m68k/setjmp.c: Removed.
155 2000-11-21 Andreas Jaeger <aj@suse.de>
157 * sysdeps/generic/__longjmp.c (__longjmp): Remove obsolete
158 NORETURN, fix parameter list.
160 * string/bug-strncat1.c (main): Fix typo.
161 Patch by Bernhard Kaindl <bernhard.kaindl@suse.de>.
163 2000-11-20 Ulrich Drepper <drepper@redhat.com>
165 * configure.in: Add --enable-all-warnings.
166 * config.make.in (all-warnings): New variable.
167 * Makeconfig (+gccwarn): Define with many more warnings if
170 2000-11-20 Jakub Jelinek <jakub@redhat.com>
172 * iconvdata/bug-iconv2.c (main): Use %zd in format string.
173 * io/test-lfs.c (do_test): Cast statbuf.st_size to long long.
174 * malloc/tst-valloc.c (main): Cast valloc return value to long.
175 * malloc/tst-obstack.c (verbose_malloc): Use %zd in format string.
176 * math/test-fpucw.c (main): Use %lx in format string, cast
177 control words to long.
178 * stdio-common/tst-fmemopen.c (main): Use %td in format strings.
179 * stdlib/tst-strtol.c (tests): Avoid (bogus?) decimal constant is so
180 large that it is unsigned warning.
182 * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ssize_t): Changing
183 it to long on sparc64.
185 2000-11-20 Andreas Jaeger <aj@suse.de>
187 * nscd/nscd.h (termination_handler): Add noreturn attribute.
188 (receiv_print_stats): Likewise.
190 * elf/ldconfig.c (path_hwcap): Cast -1 for proper comparison.
192 2000-11-20 Ulrich Drepper <drepper@redhat.com>
194 * malloc/thread-m.h: gcc doesn't tolerate zero-sized types anymore.
196 * csu/gmon-start.c: Always have prototype for __gmon_start.
197 * csu/version.c: Add prototypes for __libc_print_version and
199 * iconv/gconv.c: Include gconv_int.h and gconv.h.
200 * iconv/gconv.h (struct __gconv_step): Remove const from __from_name
202 * iconv/gconv_builtin.h: Add ASCII module definitions.
203 * iconv/gconv_conf.c (__gconv_path_elem): Remove const.
204 (add_module): Add cast to avoid warning. Rework construction of
205 strings for new module.
206 * iconv/gconv_db.c (__gconv_alias_compare): Make s1 and s2 const.
207 (derivation_compare): Likewise.
208 * iconv/gconv_dl.c (do_release_shlib): Remove const from nodep.
209 (__gconv_release_shlib): Cast do_release_shlib as parameter for twalk.
210 * iconv/gconv_int.h (__gconv_path_elem): Remove const.
211 (struct gconv_alias): Remove const from fromname and toname.
212 * iconv/gconv_simple.c: Include gconv_builtin.h to get prototypes
214 (internal_ucs4_loop): Use correct const-ness.
215 (ucs4_internal_loop): Likewise.
216 (internal_ucs4le_loop): Likewise.
217 (ucs4le_internal_loop_single): Likewise.
218 * iconv/gconv_trans.c (__gconv_transliterate): Make from_idx, from_tbl,
219 to_idx, to_tbl, winbuf, winbufend const. Change casts in
220 assignments appropriately.
221 (struct known_trans): Remove const from fname.
222 (trans_compare): Make s1 and s2 const.
223 * iconv/loop.c (LOOPFC): Make outend parameter const. Add cast to
225 * iconv/skeleton.c: Remove cast in calls of loop functions.
226 * iconvdata/gconv-modules: Remove US-ASCII definitions.
227 * iconvdata/iso646.c: Remove US_ASCII support.
228 * include/set-hooks.h (DEFINE_HOOK): Also generate prototype.
229 * include/unistd.h: Add __libc_check_standard_fds prototype.
230 * string/bits/string2.h (__mempcpy_args): Add const to casts.
231 * sysdeps/generic/initfini.c: Add prototypes for dummy, _init, and
233 * sysdeps/generic/libc-start.c: Add prototype for __libc_start_main.
234 * sysdeps/i386/i486/bits/string.h (strcmp): Add const to casts.
235 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Add cast to avoid
237 * sysdeps/unix/sysv/linux/init-first.c: Add prototypes for
238 __libc_init_first and _dl_start.
239 * intl/dcigettext.c (transcmp): Make s1 and s2 const.
240 (DCIGETTEXT): Make domaindata variable const.
241 * intl/loadmsgcat.c (_nl_load_domain): Rearrange domain initialization
244 2000-11-20 Hiroyuki Machida <machida@sm.sony.co.jp>
246 * sysdeps/unix/sysv/linux/mips/clone.S: Fix comments.
248 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (kernel_stat): Expand
249 time_t to 'long int' not, 'unsigned int'. Use 'long int' for
252 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOFOLLOW): Use same
253 value defined in /usr/include/asm-mips/fcntl.h.
255 2000-11-18 Ulrich Drepper <drepper@redhat.com>
257 * stdio-common/Makefile (tests): Add test-vfprintf.
258 (test-vfprintf-ENV): New variable.
259 * stdio-common/test-vfprintf.c: New file.
261 * wcsmbs/mbrtowc.c (__mbrtowc): Do not only flush if input is '\0'.
263 * wcsmbs/Makefile (tests): Add tst-mbrtowc and tst-wcrtomb.
264 (tst-mbrtowc-ENV): New variable.
265 (tst-wcrtomb-ENV): New variable.
266 * wcsmbs/tst-mbrtowc.c: New file.
267 * wcsmbs/tst-wcrtomb.c: New file.
269 2000-11-16 Andreas Jaeger <aj@suse.de>
271 * manual/install.texi (Tools for Compilation): Update
272 documentation for GCC 2.95.2.
274 2000-11-18 Ulrich Drepper <drepper@redhat.com>
276 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only return -EAI_AGAIN
277 if IPv4 and IPv6 requests timed out.
279 2000-11-18 Akim Demaille <akim@epita.fr>
281 * malloc/obstack.h: Formatting changes.
282 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
283 prevents type checking.
284 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
285 cast the value to (void *): assigning a `foo *' to a `void *'
287 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
289 2000-11-17 Ulrich Drepper <drepper@redhat.com>
291 * scripts/config.guess: Update from upstream maintainer.
292 * scripts/config.sub: Likewise.
294 2000-11-16 Ulrich Drepper <drepper@redhat.com>
296 * libio/freopen.c (freopen): Reset _mode after succesful reopening.
297 * libio/freopen64.c (freopen64): Likewise.
298 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
300 * libio/Makefile: Add rules to build and run test-freopen.
301 * libio/test-freopen.c: New file.
302 * libio/test-freopen.sh: New file.
304 2000-11-15 H.J. Lu <hjl@gnu.org>
306 * sysdeps/generic/ldsodefs.h (DL_DT_INIT_ADDRESS): Defined if
307 ELF_FUNCTION_PTR_IS_SPECIAL is not defined.
308 (DL_DT_FINI_ADDRESS): Likewise.
310 * sysdeps/ia64/dl-lookupcfg.h (_dl_lookup_address): Set the
311 return type to ElfW(Addr).
312 (_dl_function_address): New prototype.
313 (DL_FUNCTION_ADDRESS): Defined.
314 (DL_DT_INIT_ADDRESS): Defined as DL_FUNCTION_ADDRESS.
315 (DL_DT_FINI_ADDRESS): Likewise.
317 * sysdeps/ia64/Versions (GLIBC_2.2): Add _dl_function_address.
319 * sysdeps/ia64/dl-machine.h (_dl_start_address): Removed.
320 (ELF_MACHINE_START_ADDRESS): Changed to DL_FUNCTION_ADDRESS.
322 * sysdeps/ia64/dl-symaddr.c (_dl_start_address): Renamed to ...
323 (_dl_function_address): This.
325 * elf/dl-fini.c (_dl_fini): Use DL_DT_FINI_ADDRESS to get the
326 function pointer for DT_FINI.
327 * elf/dl-close.c (_dl_close): Likewise.
329 * elf/dl-init.c (_dl_init): Use DL_DT_INIT_ADDRESS to get the
330 function pointer for DT_INIT.
332 2000-11-16 Jakub Jelinek <jakub@redhat.com>
334 * sysdeps/generic/printf_fphex.c (__printf_fphex): Compute correctly
335 end of wexpbuf buffer.
337 2000-11-16 Andreas Jaeger <aj@suse.de>
339 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove duplicate
340 definition of F_GETLK, F_SETLK, F_SETLKW.
342 2000-11-16 Andreas Jaeger <aj@suse.de>
344 * sysdeps/generic/dl-cache.c (_DL_PLATFORMS_COUNT): Define to 0 if
347 2000-11-15 Jakub Jelinek <jakub@redhat.com>
349 * dlfcn/default.c (main): Add test for dladdr of main returning
350 argv[0] in dli_fname field.
352 2000-11-15 Jakub Jelinek <jakub@redhat.com>
354 * Makeconfig (run-program-prefix): Move test-static test into the
357 * sysdeps/alpha/dl-machine.h (RTLD_START): Update _dl_argv.
358 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise,
359 schedule instructions.
360 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise,
361 schedule instructions, fix a bug in copying auxiliary data.
363 2000-11-15 Ulrich Drepper <drepper@redhat.com>
365 * manual/startup.texi (Program Arguments): Fix type of main's envp
367 Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
369 * iconvdata/gconv-modules: Add CP950 alias.
371 2000-11-13 Jakub Jelinek <jakub@redhat.com>
373 * sysdeps/unix/sysv/linux/Makefile: Allow ports to override
375 * sysdeps/unix/sysv/linux/sparc/Makefile: New file.
377 2000-11-15 Ulrich Drepper <drepper@redhat.com>
379 * intl/Makefile: tst-gettext2.sh does not need a third parameter.
381 * intl/tst-gettext2.sh: Copy locale data. Adjust LOCPATH. Verify
384 * intl/tst-gettext2.c: Set C locale if setting other locale
385 failed. Use gettext() not _().
387 * locale/setlocale.c: Increment _nl_msg_cat_cntr whenever we
388 successfully loaded a new locale.
390 2000-11-13 Andreas Jaeger <aj@suse.de>
392 * configure.in: Require gcc 2.95 or newer.
394 2000-11-15 Ulrich Drepper <drepper@redhat.com>
396 * sysdeps/unix/sysv/linux/paths.h: Adjust for FHS.
397 Patch by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
399 2000-11-11 Jim Meyering <meyering@lucent.com>
401 * string/strndup.c (strndup): Cast return value to `char *'.
403 2000-11-15 Jim Meyering <meyering@ascend.com>
405 * sysdeps/generic/memchr.c: Remove some useless parentheses.
406 [HAVE_STDLIB_H || defined _LIBC]: Include <stdlib.h>.
407 [HAVE_BP_SYM_H || defined _LIBC]: Guard inclusion of bp-sym.h.
408 [! (HAVE_BP_SYM_H || defined _LIBC)] (BP_SYM): Define as no-op.
409 Also #undef __memchr.
410 Use `weak_alias' only if it's defined.
412 2000-11-10 H.J. Lu <hjl@gnu.org>
414 * Makefile.in (install): Set LANGUAGE=C LC_ALL=C.
416 2000-11-15 Andreas Jaeger <aj@suse.de>
418 * elf/chroot_canon.c: Include <stdint.h>.
420 * elf/cache.c (struct cache_entry): Use uint64_t for hwcap.
421 (print_entry): Likewise.
422 (add_to_cache): Likewise.
424 * elf/ldconfig.h (add_to_cache): Change prototype for hwcap change.
426 * elf/ldconfig.c (struct lib_entry): Use uint64_t for hwcap.
427 (path_hwcap): Likewise.
428 (search_dir): Likewise.
430 * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Handle platform.
432 * elf/cache.c (add_to_cache): Handle 64 bit hwcap entry.
434 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
435 (_dl_platform_string): New.
436 (_DL_HWCAP_PLATFORM): New.
437 (_dl_string_platform): New.
438 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
440 * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
441 (_dl_string_platform): New.
442 (_DL_HWCAP_PLATFORM): New.
443 (_dl_platform_string): New.
445 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Added x86 platform
447 (_DL_HWCAP_COUNT): New.
448 (_dl_string_platform): New.
449 (_DL_HWCAP_PLATFORM): New.
450 (_dl_platform_string): New.
452 2000-11-14 Ulrich Drepper <drepper@redhat.com>
454 * iconvdata/gconv-modules: Add CP936 as alias for GBK.
456 2000-11-14 Andreas Jaeger <aj@suse.de>
458 * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Fix access to
461 2000-11-13 Roland McGrath <roland@frob.com>
463 * hurd/get-host.c (_hurd_get_host_config): Fix last change.
465 2000-11-13 Marcus Brinkmann <marcus@gnu.org>
467 * hurd/get-host.c (_hurd_get_host_config): Fix possible buffer
468 underrun and make sure the result is null terminated even if there
469 is no trailing newline.
471 2000-11-13 Jakub Jelinek <jakub@redhat.com>
473 * sysdeps/alpha/fpu/libm-test-ulps: Update.
475 2000-11-10 H.J. Lu <hjl@gnu.org>
477 * sysdeps/ia64/fpu/libm-test-ulps: Updated.
479 2000-11-10 Andreas Jaeger <aj@suse.de>
481 * elf/ldconfig.c (create_links): Fix alloca calculation.
482 Patch by Ben Collins <bcollins@debian.org>.
484 2000-11-09 Ulrich Drepper <drepper@redhat.com>
486 * inet/getnameinfo.c (getnameinfo): Use correct destination
487 parameter for if_indextoname.
488 Patch by Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>.
490 2000-11-09 H.J. Lu <hjl@gnu.org>
492 * sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
493 xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
494 xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
497 * time/Versions (GLIBC_2.1): Move getitimer to...
498 * sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.
500 2000-11-03 Bruno Haible <haible@clisp.cons.org>
502 * manual/install.texi: Recommend to set LANGUAGE=C LC_ALL-C during
503 "make install", to work around a binary incompatibility between
504 glibc 2.1 and glibc 2.2 gconv modules.
506 2000-11-09 Ulrich Drepper <drepper@redhat.com>
508 * intl/locale.alias: Add thai.
509 Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
511 2000-11-07 Akim Demaille <akim@epita.fr>
513 * malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
514 argument `data' for consistency with the prototypes.
516 (obstack_copy, obstack_copy0): Rename the second argument as
517 `address' for consistency. Qualify it `const'.
518 * malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
519 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
520 `const' their input argument (`data' or `address').
521 Adjust the corresponding macros to include `const' in casts.
523 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
525 * sysdeps/posix/getaddrinfo.c: Clean-up: define family to hold
528 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
530 * sysdeps/posix/getaddrinfo.c: Loosen protocol check to ease raw
533 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
535 * sysdeps/posix/getaddrinfo.c: Ensure to fill ai_socktype and
536 ai_protocol by internal table if service was not given.
538 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
540 * sysdeps/posix/getaddrinfo.c: Don't raise an error even if
541 numerical port was specified with protocol without socktype.
543 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
545 * sysdeps/posix/getaddrinfo.c: Ensure to check if protocol is ok.
547 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
549 * inet/getnameinfo.c: getnameinfo() NI_xxx flag validation.
551 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
553 * sysdeps/posix/getaddrinfo.c: Ensure not to fill garbage value in
556 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
558 * inet/getnameinfo.c: Repair getnameinfo() sin6_socpe_id support.
560 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
562 * inet/getnameinfo.c: Repair NI_NOFQDN flag support.
564 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
566 * inet/getnameinfo.c: Wake-up sin6_scope_id support in
567 getnameinfo(): check for whether sin6_socpe_id exist was wrong.
569 2000-11-09 Martin Schwidefsky <mschwide@nc.boeblingen.de.ibm.com>
571 * sysdeps/unix/sysv/linux/s390/mmap.S: Use mmap2 if it is present.
572 * sysdeps/unix/sysv/linux/s390/mmap64.S: New file.
574 2000-11-09 H.J. Lu <hjl@gnu.org>
576 * io/Versions (GLIBC_2.1.1): Remove lockf64.
579 See ChangeLog.11 for earlier changes.