about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* (memmove): Add prototypes. (MALLOC_MEMMOVE): Define. (chunk_realloc): Use it ↵Ulrich Drepper2000-12-271-0/+5
| | | | instead of MALLOC_COPY if source and destination might overlap.
* Make local functions static.Andreas Jaeger2000-12-2722-41/+42
|
* Update.Andreas Jaeger2000-12-278-0/+54
| | | | * include/setjmp.h: Likewise.
* Update.Andreas Jaeger2000-12-271-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-27 Andreas Jaeger <aj@suse.de> * stdio-common/printf_fp.c (__printf_fp): Add prototype for nested function. * elf/dl-load.c (_dl_map_object_from_fd): Likewise. * locale/programs/locale.c (show_locale_vars): Likewise. (show_info): Likewise. * locale/programs/ld-collate.c (collate_output): Likewise. * locale/programs/ld-ctype.c (set_class_defaults): Likewise. * elf/dl-deps.c (_dl_map_object_deps): Likewise. * stdlib/rpmatch.c (rpmatch): Likewise. * setjmp/tst-setjmp.c: Make local functions static. * setjmp/jmpbug.c: Likewise. * signal/tst-signal.c: Likewise. * stdio-common/tfformat.c: Likewise. * string/tst-svc.c: Likewise. * time/clocktest.c: Likewise. * time/tst-getdate.c: Likewise. * dirent/list.c: Likewise. * dirent/opendir-tst1.c: Likewise. * posix/runtests.c: Likewise. * posix/tst-getaddrinfo.c: Likewise. * posix/tst-chmod.c: Likewise. * posix/wordexp-test.c: Likewise. * misc/tst-efgcvt.c: Likewise. * timezone/tst-timezone.c: Likewise. * rt/tst-clock.c: Likewise. * rt/tst-shm.c: Likewise. * rt/tst-aio2.c: Likewise. * rt/tst-aio3.c: Likewise. * rt/tst-aio4.c: Likewise. * rt/tst-aio5.c: Likewise. * dlfcn/failtest.c: Add prototype for foo. * dlfcn/glrefmain.c: Add prototype for do_test. * dlfcn/tst-dladdr.c: Add prototype for do_test. * string/test-ffs.c (main): Add prototype for nested function. * sunrpc/des_soft.c: Include rpc/des_crypt.h for prototype. * nss/XXX-lookup.c: Add prototype to shut up GCC. * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): Fix setetherent prototype. Add internal interfaces. * nis/nss_nis/nis-ethers.c (_nss_nis_setetherent): Likewise. * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent): Likewise. * resolv/res_data.c: Don't add (conflicting) prototypes for _LIBC. * nis/nis_intern.h: Add prototype for __pmap_getnisport. * nss/nss_files/files-ethers.c: Include netinet/ether.h to get prototypes, remove struct etherent since it's declared in ether.h. Fix ntohost declaration. * elf/dl-profile.c (_dl_mcount): Add empty statement to shut up GCC. * include/getopt.h: Add internal interfaces. * include/termios.h: Likewise. * include/resolv.h: Likewise. * include/netdb.h: Likewise. * include/grp.h: Likewise. * include/pwd.h: Likewise. * include/shadow.h: Likewise. * include/rpc/netdb.h: Likewise. * include/stdio.h: Add prototypes for compatibility functions. * include/grp.h: Likewise. * include/pwd.h: Likewise. * include/shadow.h: Likewise. * include/fenv.h: Define internal interfaces.
* * stdio-common/printf_fp.c (__printf_fp): Add prototype for nested Andreas Jaeger2000-12-277-1/+19
| | | | | | | | | | | function. * elf/dl-load.c (_dl_map_object_from_fd): Likewise. * locale/programs/locale.c (show_locale_vars): Likewise. (show_info): Likewise. * locale/programs/ld-collate.c (collate_output): Likewise. * locale/programs/ld-ctype.c (set_class_defaults): Likewise. * elf/dl-deps.c (_dl_map_object_deps): Likewise. * stdlib/rpmatch.c (rpmatch): Likewise.
* Update.Ulrich Drepper2000-12-271-0/+6
| | | | | | | | 2000-12-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/bits/byteswap.h (__bswap_64): Handle constant argument case separately. * sysdeps/i386/bits/byteswap.h (__bswap_64): Likewise.
* (__bswap_64): Handle constant argument case separately.Ulrich Drepper2000-12-273-14/+59
|
* Add prototype for foo.Andreas Jaeger2000-12-2718-28/+99
|
* Update.Andreas Jaeger2000-12-2727-36/+155
| | | | | | | * include/sys/wait.h: Add some prototypes. * Rules (dummy.c): Create also prototype to shut up GCC. 2000-12-27 Andreas Jaeger <aj@suse.de>
* * Examples/ex13.c: Make local functions static. Andreas Jaeger2000-12-278-156/+199
| | | | | | | | | | | | * ecmutex.c: Likewise. * Examples/ex14.c: Likewise. * Examples/ex2.c: Make local functions static; reformat. * Examples/ex1.c: Likewise. * Examples/ex4.c: Likewise. * Examples/ex5.c: Likewise. * Examples/ex7.c: Likewise. CVS ----------------------------------------------------------------------
* Update.Ulrich Drepper2000-12-271-2/+3
| | | | | | * attr.c (__pthread_attr_setstack): Fix setting of __stackaddr element. (__pthread_attr_getstack): Return correct address. Add warnings for using pthread_attr_getstackaddr and
* (__pthread_attr_getstack): Return correct address.Ulrich Drepper2000-12-271-0/+4
|
* Update.Andreas Jaeger2000-12-271-0/+7
| | | | | | | | | 2000-12-27 Andreas Jaeger <aj@suse.de> * sysdeps/mach/hurd/if_index.c (__protocol_available): Uncomment, it's not needed at the moment. * sysdeps/generic/if_index.c (__protocol_available): Likewise. * sysdeps/unix/sysv/linux/if_index.c (__protocol_available): Likewise.
* (__protocol_available): Uncomment, it's not needed at the moment.Andreas Jaeger2000-12-273-4/+7
|
* Update.Ulrich Drepper2000-12-271-0/+6
| | | | | | | | 2000-12-27 Ulrich Drepper <drepper@redhat.com> * attr.c (__pthread_attr_setstack): Fix setting of __stackaddr element. Add warnings for using pthread_attr_getstackaddr and pthread_attr_setstackaddr.
* (__pthread_attr_setstack): Fix setting of __stackaddr element. Add warnings ↵Ulrich Drepper2000-12-271-1/+8
| | | | for using pthread_attr_getstackaddr and pthread_attr_setstackaddr.
* Update.Andreas Jaeger2000-12-279-14/+47
| | | | | | | | | | | | | | | | | | | | | | | 2000-12-26 Andreas Jaeger <aj@suse.de> * libio/getc_u.c: Include stdio.h via system path to get internal prototypes. * libio/getwc_u.c: Likewise. * stdlib/strfmon.c: Fix prototype of __printf_fp. * stdio-common/vfprintf.c (process_arg): Move __printf_fphex and __printf_fp prototypes to ... * include/printf.h: ...here. * include/stdio.h: Add some internal prototypes to shut up GCC. * include/stdlib.h: Likewise. * sysdeps/posix/sigpause.c (__sigpause): Use ISO C prototype declaration. * include/signal.h: Add prototypes for internal sigpause interfaces.
* Add prototypes for internal sigpause interfaces.Andreas Jaeger2000-12-271-0/+6
|
* Update.Ulrich Drepper2000-12-273-2/+9
| | | | | | | | 2000-12-26 Ulrich Drepper <drepper@redhat.com> * Examples/ex6.c (test_thread): Make static. * Examples/ex12.c (test_thread): Make static and add noreturn attribute.
* Update.Ulrich Drepper2000-12-273-1/+78
| | | | | * string/Makefile (tests): Add tst-bswap. * string/tst-bswap.c: New file.
* Update.Ulrich Drepper2000-12-273-4/+9
| | | | | | | 2000-12-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/bits/byteswap.h (__bswap_64): Make it usable for 64bit platforms. Reported by Dave Gilbert <gilbertd@treblig.org>.
* Update.Ulrich Drepper2000-12-275-3/+60
| | | | | | | | | | | 2000-12-11 Bruno Haible <haible@clisp.cons.org> * Makefile ($(inst_includedir)/gnu/stubs.h): Sort in the C locale. 2000-12-26 Ulrich Drepper <drepper@redhat.com> * sunrpc/Makefile (rpcgen-cmd): Use single quotes in sed call. Patch by Ed Connell <Ed.Connell@sas.com>.
* Upda.teUlrich Drepper2000-12-253-2/+11
| | | | | | | | | 2000-12-24 Ulrich Drepper <drepper@redhat.com> * locale/iso-639.def: Correct one entry. Add two missing entries. * locale/iso-4217.def: Change entry for Eritrea. Reported by Daniel Yacob <yacob@geez.org>.
* Update.Ulrich Drepper2000-12-252-1/+10
| | | | | | | | | | | 2000-12-23 Ben Collins <bcollins@debian.org> * manual/charset.texi (Extended Char Intro): Fix typo in ISO 6937 description. * manual/stdio.texi (Dynamic Output): Document the return value of asprintf. Also make the asprintf/snprintf examples a little better (check for some error returns).
* (Dynamic Output): Document the return value of asprintf. Also make the ↵Ulrich Drepper2000-12-251-6/+15
| | | | asprintf/snprintf examples a little better (check for some error returns).
* Update.Andreas Jaeger2000-12-221-0/+4
| | | | | | 2000-12-22 Andreas Jaeger <aj@suse.de> * include/stdio.h: Add __ftrylockfile prototype.
* Add __ftrylockfile prototype.Andreas Jaeger2000-12-221-0/+4
|
* Update.Ulrich Drepper2000-12-215-6/+17
| | | | | | | | | | | | 2000-12-21 H.J. Lu <hjl@gnu.org> * sysdeps/ia64/fpu/math_ldbl.h (ieee_long_double_shape_type): Make sign_exponent element signed. * sysdeps/ieee754/ldbl-96/math_ldbl.h (ieee_long_double_shape_type): Fix a typo. * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Remove dead branch.
* Fix a typo.Ulrich Drepper2000-12-211-2/+2
|
* Update.Andreas Jaeger2000-12-211-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-21 Andreas Jaeger <aj@suse.de> * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed. * inet/ether_hton.c: Likewise * inet/ether_ntoh.c: Likewise. * nis/nss_nis/nis-ethers.c (_nss_nis_getntohost_r): Fix declaration to match prototype. * include/netinet/ether.h (struct etherent): Declare here so that all implementations use the same struct. * nis/nss_nis/nis-ethers.c: Include netinet/ether.h to get prototypes. (struct ether): Removed. Use struct etherent instead of ether everywhere. * include/rpc/auth.h (DECLARE_NSS_PROTOTYPES): New. * include/rpc/auth_des.h (DECLARE_NSS_PROTOTYPES): New. * sunrpc/publickey.c: Include auth_des.h for prototypes. * test-skeleton.c: Use temp_name_list instead of name_list to
* * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed. Andreas Jaeger2000-12-218-41/+47
| | | | | | | | | | | | | | | | | | | | | * inet/ether_hton.c: Likewise * inet/ether_ntoh.c: Likewise. * nis/nss_nis/nis-ethers.c (_nss_nis_getntohost_r): Fix declaration to match prototype. * include/netinet/ether.h (struct etherent): Declare here so that all implementations use the same struct. * nis/nss_nis/nis-ethers.c: Include netinet/ether.h to get prototypes. (struct ether): Removed. Use struct etherent instead of ether everywhere. * include/rpc/auth.h (DECLARE_NSS_PROTOTYPES): New. * include/rpc/auth_des.h (DECLARE_NSS_PROTOTYPES): New. * sunrpc/publickey.c: Include auth_des.h for prototypes.
* Add test for nextafter and 0.0.Ulrich Drepper2000-12-212-6/+498
|
* Update.Ulrich Drepper2000-12-213-15/+169
| | | | | | | | | | 2000-12-20 Ulrich Drepper <drepper@redhat.com> * math/test-misc.c: Add more tests for nextafter functions. * sysdeps/i386/fpu/s_nextafterl.c: Handle change from denormal to normal correctly. Correct test for sign. Based on a patch by HJ Lu.
* Update.Ulrich Drepper2000-12-201-0/+5
| | | | | | | 2000-12-19 Ulrich Drepper <drepper@redhat.com> * Makeconfig (preprocess-version): Add -traditional to gcc call. Cleanup sed calls.
* (preprocess-version): Add -traditional to gcc call. Cleanup sed calls.Ulrich Drepper2000-12-201-3/+3
|
* (_nss_nis_setrpcent): Fix declaration to match prototype.Andreas Jaeger2000-12-191-1/+1
|
* Update.Andreas Jaeger2000-12-191-0/+15
| | | | | | | | | | | | | | | | | 2000-12-19 Andreas Jaeger <aj@suse.de> * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New. * nis/nis_intern.h: Add prototype for __do_niscall3. * nis/nss_nis/nis-rpc.c (_nss_nis_setrpcent): Fix declaration to match prototype. * include/netdb.h (DECLARE_NSS_PROTOTYPES): Reformat. * include/rpc/netdb.h (DECLARE_NSS_PROTOTYPES): New. * include/aliases.h (DECLARE_NSS_PROTOTYPES): New.
* * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New.Andreas Jaeger2000-12-196-60/+125
| | | | | | | | | | | | | * nis/nis_intern.h: Add prototype for __do_niscall3. * nis/nss_nis/nis-rpc.c (_nss_nis_setrpcent): Fix declaration to match prototype. * include/netdb.h (DECLARE_NSS_PROTOTYPES): Reformat. * include/rpc/netdb.h (DECLARE_NSS_PROTOTYPES): New. * include/aliases.h (DECLARE_NSS_PROTOTYPES): New.
* Fix typos in strings.Ulrich Drepper2000-12-191-2/+81
|
* Update.Ulrich Drepper2000-12-194-39/+142
| | | | | | | * math/test-misc.c: Add more tests for nextafter. * sysdeps/i386/fpu/s_nextafterl.c: Handle decrement for x<0 correctly. * sysdeps/ieee754/ldbl-96/math_ldbl.h (ieee_long_double_shape_type): Make sign_exponent element signed.
* Update.Ulrich Drepper2000-12-192-4/+8
| | | | | | * manual/message.texi: Add Estonian to plural overview list. Correct rule for Slavic languages. Patch by Stanislav Brabec <utx@penguin.cz>.
* Update.Ulrich Drepper2000-12-182-2/+7
| | | | | | | 2000-12-18 Jes Sorensen <jes@linuxcare.com> * linuxthreads/sysdeps/ia64/pt-machine.h: __compare_and_swap and compare_and_swap_with_release_semantics returns int not long.
* Update.Ulrich Drepper2000-12-181-0/+4
| | | | | | 2000-12-18 Ulrich Drepper <drepper@redhat.com> * nis/nss_nis/nis-netgrp.c: Remove unnecessary initializations.
* Remove unnecessary initializations.Ulrich Drepper2000-12-181-3/+3
|
* Update.Andreas Jaeger2000-12-1832-50/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-12-18 Andreas Jaeger <aj@suse.de> * test-skeleton.c: Use temp_name_list instead of temp_name_list to avoid collision with name_list from inet/netgroup.h. * nss/nss_files/files-network.c (NEED_H_ERRNO): Define. * include/grp.h (DECLARE_NSS_PROTOTYPES): New. * include/pwd.h (DECLARE_NSS_PROTOTYPES): New. * include/netdb.h (DECLARE_NSS_PROTOTYPES): New. * include/shadow.h (DECLARE_NSS_PROTOTYPES): New. * hesiod/nss_hesiod/hesiod-proto.c (_nss_hesiod_setprotoent): Fix declaration to match prototype. * hesiod/nss_hesiod/hesiod-pwd.c (_nss_hesiod_setpwent): Likewise. * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_setgrent): Likewise. * hesiod/nss_hesiod/hesiod-service.c (_nss_hesiod_setservent): Likewise. * nis/nss_nis/nis-grp.c (_nss_nis_setgrent): Likewise. * nis/nss_nis/nis-pwd.c (_nss_nis_setpwent): Likewise. * nis/nss_nis/nis-proto.c (_nss_nis_setprotoent): Likewise. * nis/nss_nis/nis-service.c (_nss_nis_setservent): Likewise. (_nss_nis_getservbyport_r): Likewise. * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent): Likewise. * nis/nss_nis/nis-spwd.c (_nss_nis_setspent): Likewise. * nis/nss_nis/nis-network.c (_nss_nis_getnetent_r): Likewise. (_nss_nis_setnetent): Likewise * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise. (_nss_nis_endnetgrent): Likewise. * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_endnetgrent): Likewise. (_nss_nisplus_setnetgrent): Likewise. * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Likewise. * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_setpwent): Likewise. * nis/nss_nisplus/nisplus-grp.c (_nss_nisplus_setgrent): Likewise. * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_setnetent): Likewise. * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_sethostent): Likewise. * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_setservent): Likewise. * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_setprotoent): Likewise. * nis/nss_compat/compat-spwd.c (_nss_compat_setspent): Likewise. * nis/nss_compat/compat-pwd.c (_nss_compat_setpwent): Likewise. * nis/nss_compat/compat-grp.c (_nss_compat_setgrent): Likewise. * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise. * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Likewise. (_nss_dns_getnetbyaddr_r): Likewise.
* Update.Andreas Jaeger2000-12-181-0/+11
| | | | | | | | | | | | | 2000-12-17 Andreas Jaeger <aj@suse.de> * sysdeps/s390/pt-machine.h (testandset): Use long int as return value. * sysdeps/arm/pt-machine.h (testandset): Likewise. * sysdeps/hppa/pt-machine.h (testandset): Likewise. * sysdeps/m68k/pt-machine.h (testandset): Likewise. * sysdeps/sh/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc32/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc64/pt-machine.h (testandset): Likewise.
* * sysdeps/s390/pt-machine.h (testandset): Use long int as return Andreas Jaeger2000-12-187-11/+11
| | | | | | | | | | value. * sysdeps/arm/pt-machine.h (testandset): Likewise. * sysdeps/hppa/pt-machine.h (testandset): Likewise. * sysdeps/m68k/pt-machine.h (testandset): Likewise. * sysdeps/sh/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc32/pt-machine.h (testandset): Likewise. * sysdeps/sparc/sparc64/pt-machine.h (testandset): Likewise.
* Update.Ulrich Drepper2000-12-171-0/+5
| | | | | | | 2000-12-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/pt-machine.h (testandset): Adjust for prototype change. * sysdeps/i386/i686/pt-machine.h (testandset): Likewise.
* (testandset): Adjust for prototype change.Ulrich Drepper2000-12-172-5/+5
|
* Update.Andreas Jaeger2000-12-1710-2/+28
| | | | | | | | | | | | | | | | * sysdeps/generic/k_sinl.c (__kernel_sinl): Fix functions parameter. * sysdeps/unix/sysv/linux/shm_open.c (freeit): Make static and add unused attribute to shut up gcc warnings. * sysdeps/generic/k_sinl.c: Include math_private for prototypes. * sysdeps/generic/k_tanl.c: Likewise. * sysdeps/generic/k_cosl.c: Likewise. * sysdeps/generic/e_j0l.c: Likewise. * sysdeps/generic/e_j1l.c: Likewise. * sysdeps/generic/e_jnl.c: Likewise. * sysdeps/generic/e_lgammal_r.c: Likewise.