about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2001-07-257-3/+208
| | | | | | | | | | | | | | | | | | | 2001-07-25 Jakub Jelinek <jakub@redhat.com> * elf/Makefile (routines): Add dl-iteratephdr and dl-iteratephdr-static. (elide-routines.os): Add dl-iteratephdr-static. * elf/dl-iteratephdr.c: New file. * elf/link.h (struct dl_phdr_info): New definition. (dl_iterate_phdr): New prototype. * elf/Versions (dl_iterate_phdr): Add at GLIBC_2.2.4. * include/link.h (struct dl_phdr_info): New definition. (dl_iterate_phdr, __dl_iterate_phdr): New prototypes. * sysdeps/generic/dl-iteratephdr-static.c: New file. * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: New file. * hurd/hurdsig.c (_hurdsig_init): Fix incorrect initialization of pending signals.
* (routines): Add dl-iteratephdr and dl-iteratephdr-static.Ulrich Drepper2001-07-251-3/+5
|
* 2001-07-24 Igor Khavkine <i_khavki@alcor.concordia.ca>Roland McGrath2001-07-251-0/+5
| | | | | * hurd/hurdsig.c (_hurdsig_init): Fix incorrect initialization of pending signals.
* Update.Andreas Jaeger2001-07-251-0/+5
| | | | | | | 2001-06-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/powerpc/dl-machine.c (__elf_preferred_address): Prefer gaps below main executable.
* (__elf_preferred_address): Prefer gaps below main executable.Andreas Jaeger2001-07-251-1/+5
|
* Update.Ulrich Drepper2001-07-245-5/+21
| | | | | | | 2001-07-22 Bruno Haible <haible@clisp.cons.org> * intl/libintl.h (ngettext, dngettext, dcngettext): Use both msgid1 and msgid2 for printf format argument checking.
* Update.Ulrich Drepper2001-07-247-20/+45
| | | | | | | | | | | * iconv/gconv_cache.c (find_module): Don't allocate room for the filename. Use alloca, we don't need it beyond this function. (__gconv_release_cache): New function. * iconv/gconv_db.c (__gconv_close_transform): Call __gconv_release_cache after the steps are handled. * iconv/gconv_dl.c (__gconv_find_shlib): Allocate file name in the record as well. * iconv/gconv_int.h: Add prototype fpr __gconv_release_cache.
* Update.Ulrich Drepper2001-07-241-2/+6
| | | | | | | | | 2001-07-24 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_cache.c (__gconv_lookup_cache): Catch one more boundary case and reject it. * manual/examples/longopt.c (main): Fix which options take arguments.
* (__gconv_lookup_cache): Catch one more boundary case and reject it.Ulrich Drepper2001-07-241-2/+3
|
* Update.Andreas Jaeger2001-07-241-0/+5
| | | | | | | 2001-07-24 Andreas Jaeger <aj@suse.de> * manual/examples/longopt.c (main): Fix which options take arguments.
* (main): Fix which options take arguments.Andreas Jaeger2001-07-241-2/+2
|
* Update.Ulrich Drepper2001-07-242-4/+12
| | | | | | | | | 2001-07-24 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add dependencies for tst-loading test. * sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New function. * sunrpc/svc_unix.c (svcunix_rendezvous_abort): New function.
* Update.Ulrich Drepper2001-07-241-2/+0
|
* Undo last change. Remove debugging output.Ulrich Drepper2001-07-241-3/+1
|
* Update.Andreas Jaeger2001-07-241-0/+6
| | | | | | | | 2001-07-24 Andreas Jaeger <aj@suse.de> * iconv/iconvconfig.c (name_insert): Make static to avoid warning. * iconv/gconv_cache.c: Include stdio.h for puts declaration.
* * iconv/iconvconfig.c (name_insert): Make static to avoid warning.Andreas Jaeger2001-07-242-1/+2
| | | | * iconv/gconv_cache.c: Include stdio.h for puts declaration.
* Update.Ulrich Drepper2001-07-244-1/+109
| | | | | * locale/programs/locale.c (write_locales): Disable implicit locking for the stream. Use feof_unlocked instead of feof.
* Update.Ulrich Drepper2001-07-241-0/+3
| | | | | * sysdeps/unix/sysv/linux/i386/makecontext.S: Initialize %fs, %gs, and floating-point status as well.
* Initialize %fs, %gs, and floating-point status as well.Ulrich Drepper2001-07-241-0/+16
|
* 2001-07-24 Igor Khavkine <i_khavki@alcor.concordia.ca>Roland McGrath2001-07-241-1/+1
| | | | | * hurd/hurdsig.c (_hurdsig_init): Fix incorrect initialization of pending signals.
* Update.Ulrich Drepper2001-07-244-23/+50
| | | | | | | | | * libio/iofclose.c (_IO_new_fclose): Unlink descriptor first to avoid deadlock. * libio/oldiofclose.c (_IO_old_fclose): Likewise. * libio/genops.c (_IO_un_link): Get stream lock since it's not always done in the caller. (_IO_link_in): Likewise.
* Update.Ulrich Drepper2001-07-247-16/+124
| | | | | | | | | | | | | * libio/genops.c (_IO_list_all_stamp): New variable. (_IO_un_link): Bump _IO_list_all_stamp after removing from list. (_IO_link): Likewise for insertion. (flush_cleanup): New function. (_IO_flush_all): Get list_all_lock and all individual locks for the streams. Detect and handle changes to the _IO_list_all list. (_IO_flush_all_linebuffered): Likewise. * sysdeps/generic/bits/stdio-lock.h: Define _IO_cleanup_region_start_noarg. * sysdeps/mach/hurd/bits/stdio-lock.c: Likewise.
* Update.Ulrich Drepper2001-07-232-2/+4
| | | | * stdio-common/printf.h: Fix typo in comment.
* Update.Ulrich Drepper2001-07-234-57/+103
| | | | | | | | | 2001-07-23 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_cache.c (__gconv_lookup_cache): Handle encoding from and to INTERNAL. * iconv/iconvconfig.c: Create a special record for the INTERNAL encoding name in the output file.
* Update.Ulrich Drepper2001-07-238-11/+67
| | | | | | | | | | | | | | | 2001-07-23 Jakub Jelinek <jakub@redhat.com> * sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New. (svctcp_rendezvous_op): Use it. * sunrpc/svc_unix.c (svcunix_rendezvous_abort): New. (svcunix_rendezvous_op): Use it. 2001-07-23 Andreas Schwab <schwab@suse.de> * math/Makefile (CPPFLAGS-test-ifloat.c, CPPFLAGS-test-idouble.c, CPPFLAGS-test-ildoubl.c): Renamed from CFLAGS-*. (math-CPPFLAGS): Set this instead of CPPFLAGS.
* Update.Ulrich Drepper2001-07-231-1/+5
| | | | | | | | 2001-07-23 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Add more definitions from Sun's latest version. 2001-07-23 Stephen L Moshier <moshier@mediaone.net>
* Add more definitions from Sun's latest version.Ulrich Drepper2001-07-231-4/+17
|
* Update.Andreas Jaeger2001-07-232-11/+17
| | | | | | | | 2001-07-23 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Return proper sign for 0 input and set divide by zero exception for -1 input. Return argument if NaN or infinity.
* Update.Andreas Jaeger2001-07-231-0/+4
| | | | | | 2001-07-23 Andreas Jaeger <aj@suse.de> * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Add some deltas.
* Add some deltas.Andreas Jaeger2001-07-231-9/+31
|
* Update.Ulrich Drepper2001-07-231-1/+6
| | | | | | | | | 2001-07-23 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_cache.c (__gconv_lookup_cache): Select correct module for conversion direction. 2001-07-23 Stephen L Moshier <moshier@mediaone.net>
* (__gconv_lookup_cache): Select correct module for conversion direction.Ulrich Drepper2001-07-231-9/+18
|
* Update.Andreas Jaeger2001-07-232-10/+19
| | | | | | | 2001-07-23 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Return proper sign for 0 input. Return NaN with no exception for NaN input.
* Update.Andreas Jaeger2001-07-231-0/+1
| | | | Add prototypes to avoid warnings.
* Add prototypes to avoid warnings.Andreas Jaeger2001-07-231-0/+18
|
* Update.Ulrich Drepper2001-07-231-0/+5
| | | | | | | 2001-07-23 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_builtin.h: ISO-106464/UTF-8/ transformation must really be an alias.
* ISO-106464/UTF-8/ transformation must really be an alias.Ulrich Drepper2001-07-231-2/+1
|
* Update.Andreas Jaeger2001-07-231-0/+6
| | | | | | | | 2001-07-23 Andreas Jaeger <aj@suse.de> * iconv/iconvconfig.c: Include <sys/cdefs.h> and use __attribute_malloc__ for older GCC versions. * iconv/strtab.c: Likewise.
* * iconv/iconvconfig.c: Include <sys/cdefs.h> and use Andreas Jaeger2001-07-232-11/+13
| | | | | __attribute_malloc__ for older GCC versions. * iconv/strtab.c: Likewise.
* Must flee the whitespace police.Roland McGrath2001-07-231-2/+2
| | | | | and SA_NODEFER options. Spurred to action by Igor Khavkine. * sysdeps/generic/bits/sigaction.h (struct sigaction): Use a union
* * hurd/hurdsig.c (_hurd_internal_post_signal): Support SA_RESETHANDRoland McGrath2001-07-233-4/+54
| | | | | | | | | | | | | | | and SA_NODEFER options. Spurred to action by Igor Khavkine. * sysdeps/generic/bits/sigaction.h [__USE_UNIX98 || __USE_MISC] (SA_NODEFER, SA_RESETHAND): New macros, same bit values as FreeBSD. [__USE_MISC] (SA_INTERRUPT): New macro, value 0. [__USE_MISC] (SA_NOMASK, SA_ONESHOT, SA_STACK): New macros, aliases as in other sysdeps versions of this file. * sysdeps/generic/bits/sigaction.h (struct sigaction): Use a union and provide sa_handler and sa_sigaction member names as macros, as done in other sysdeps versions of this file. Suggested by Igor Khavkine <i_khavki@alcor.concordia.ca>.
* 2001-07-22 Roland McGrath <roland@frob.com>Roland McGrath2001-07-231-2/+8
| | | | | * hurd/hurdsig.c (_hurd_internal_post_signal): Support SA_RESETHAND and SA_NODEFER options. Spurred to action by Igor Khavkine.
* Update.Ulrich Drepper2001-07-232-18/+78
| | | | | | | 2001-07-23 Ulrich Drepper <drepper@redhat.com> * posix/regex.c: Revamp memory allocation for WCHAR functions to not use too much stack.
* Update.Ulrich Drepper2001-07-232-4/+7
| | | | | * iconv/iconvconfig.c (write_output): Update comment explaining output format.
* Update.Ulrich Drepper2001-07-232-4/+10
| | | | | | * elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN if it is alone. (_dl_dst_substitute): Likewise.
* Update.Ulrich Drepper2001-07-224-61/+67
| | | | | | | | | | | 2001-07-19 Jakub Jelinek <jakub@redhat.com> * sysdeps/i386/useldt.h: Fix typo in ARCH_STACK_MAX_SIZE comment. * sysdeps/ia64/pt-machine.h (FLOATING_STACKS): Define. (ARCH_STACK_MAX_SIZE): Define. * manager.c (pthread_allocate_stack): Handle FLOATING_STACKS with NEED_SEPARATE_REGISTER_STACK.
* Update.Ulrich Drepper2001-07-222-35/+11
| | | | | * iconv/iconvconfig.c: Remove --verbose option. Comment out mcheck_verbose call.
* Update.Ulrich Drepper2001-07-222-2/+7
| | | | | | 2001-07-22 Ulrich Drepper <drepper@redhat.com> * iconv/strtab.c (morememory): Fix little memory handling problem.
* Fix redefinition problem.Ulrich Drepper2001-07-221-0/+2
|
* * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don'tAndreas Schwab2001-07-222-1/+7
| | | | | mark asm input operand as clobbered. * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.