aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-25Update.Ulrich Drepper3-0/+96
2000-08-25 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_trans.c (__gconv_transliterate): Pass NULL instead of irreversible in recursive call of conversion function to signal that no error handling is wanted. * iconv/loop.c (ignore_errors_p): irreversible must be != NULL, too. (STANDARD_ERR_HANDLER): Don't do anything if irreversible == NULL. * iconv/skeleton.c (lirreversiblep): New variable. Set to NULL is recursive error handling call, otherwise to &lirreversible. Use it for calls to conversion functions. * iconv/gconv_simple.c (ucs4_internal_loop): Don't handle errors when transliterating. (ucs4_internal_loop_unaligned): Likewise. (ucs4le_internal_loop): Likewise. (ucs4le_internal_loop_unaligned): Likewise.
2000-08-25Update.Ulrich Drepper5-13/+25
2000-08-25 Ulrich Drepper <drepper@redhat.com> * locales/i18n (default_missing): Change back to only U003F.
2000-08-25(ucs4_internal_loop): Don't handle errors when transliterating. ↵Ulrich Drepper1-2/+17
(ucs4_internal_loop_unaligned): Likewise. (ucs4le_internal_loop): Likewise. (ucs4le_internal_loop_unaligned): Likewise.
2000-08-25Update.Greg McGary1-0/+8
2000-08-25 Greg McGary <greg@mcgary.org> * sysdeps/i386/memchr.S: Check high bound against chars actually scanned. * sysdeps/i386/memcmp.S: Likewise. * sysdeps/i386/stpncpy.S: Adjust high-bound check to account for pointers that lie one beyond end-of-buffer.
2000-08-25* sysdeps/i386/memchr.S: Check high bound against Greg McGary3-6/+9
chars actually scanned. * sysdeps/i386/memcmp.S: Likewise. * sysdeps/i386/stpncpy.S: Adjust high-bound check to account for pointers that lie one beyond end-of-buffer.
2000-08-25Update.Ulrich Drepper9-2/+114
2000-08-25 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (LDFLAGS-nodelete): Add -rdynamic. * elf/nodelete.c (fini_ran): New global variable. (do_test): Before every dlclose call clear fini_ran and test afterwards that it is not set by the destructors. * elf/nodelmod1.c: Add destructor which sets fini_ran. * elf/nodelmod2.c: Likewise. * elf/nodelmod4.c: Likewise.
2000-08-25Update.Ulrich Drepper4-2/+14
2000-08-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getrlimit and getrlimit to the list. 2000-08-18 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/Implies: gcc now has support for the Intel 80 bit long double format so use ldbl-96 instead of ldbl-128.
2000-08-25Update.Ulrich Drepper3-2/+6
* sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL even if bits 10 a 11 are non-zero. * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64): Likewise.
2000-08-25Update.Ulrich Drepper2-8/+15
* Makeconfig: Ensures the soversions.mk part of Makefile gets included before building gnu/lib-names.h Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
2000-08-25Update.Ulrich Drepper4-3/+10
* elf/dl-close.c (_dl_close): Don't run destructors of objects marked DF_1_NODELETE.
2000-08-25Update.Ulrich Drepper3-3/+14
2000-08-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/system.c (__libc_system): We cannot use vfork here since we call sigaction in the child.
2000-08-25(PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Defined. ↵Ulrich Drepper1-0/+4
(PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP: Defined.
2000-08-25Update.Andreas Jaeger2-0/+7
* iconvdata/Makefile ($(objpfx)bug-iconv1.out): Depend on gconv-modules. 2000-08-25 Andreas Jaeger <aj@suse.de>
2000-08-25Update.Andreas Jaeger2-2/+8
2000-08-25 Andreas Jaeger <aj@suse.de> * manual/arith.texi (Control Functions): Clarify possible arguments. Closes PR libc/1856.
2000-08-25Update.Andreas Jaeger1-0/+5
2000-08-24 H.J. Lu <hjl@gnu.org> * stdio-common/Makefile (tests): Don't do it for cross compiling. * stdio-common/Makefile (tests): Likewise.
2000-08-25(tests): Don't do it for cross compiling.Andreas Jaeger2-0/+4
2000-08-24Update.Ulrich Drepper1-0/+4
2000-08-24 Ulrich Drepper <drepper@redhat.com> * iconvdata/unicode.c (gconv_init): Correct test for direction.
2000-08-24(gconv_init): Correct test for direction.Ulrich Drepper1-1/+1
2000-08-24Update.Andreas Jaeger2-1/+3
* Examples/ex13.c: Include <string.h> for strerror prototype and <stdlib.h> for abort prototype.
2000-08-24Update.Andreas Jaeger2-1/+7
2000-08-24 Andreas Jaeger <aj@suse.de> * malloc/Makefile (extra-objs): Fix last patch, build memusagestat only if LIBGD is available.
2000-08-24Update.Andreas Jaeger2-0/+8
* sysdeps/unix/sysv/syscalls.list: Likewise.
2000-08-24Use __setrlimit as strong name.Andreas Jaeger1-1/+1
2000-08-24Update.Ulrich Drepper1-1/+7
2000-08-24 Ulrich Drepper <drepper@redhat.com> * resolv/res_send.c (res_ourserver_p): Cleanup the type mess to avoid problems with now restrict parameter types. (convaddr4to6): Likewise. 2000-08-24 Denis Joseph Barrow <djbarrow@de.ibm.com>
2000-08-24(res_ourserver_p): Cleanup the type mess to avoid problems with now restrict ↵Ulrich Drepper1-14/+17
parameter types. (convaddr4to6): Likewise.
2000-08-24Update.Andreas Jaeger5-6/+118
2000-08-24 Denis Joseph Barrow <djbarrow@de.ibm.com> * sysdeps/s390/fpu/fedisblxcpt.c: New file. * sysdeps/s390/fpu/feenablxcpt.c: New file. * sysdeps/s390/fpu/fegetexcept.c: New file. * sysdeps/s390/fpu/fenv_libc.h: Some reordering, new definition FPC_VALID_MASK.
2000-08-24Update.Andreas Jaeger5-17/+30
Move inclusion of test-skeleton to front to have prototype for add_temp_file.
2000-08-24Update.Andreas Jaeger2-1/+11
2000-08-24 Andreas Jaeger <aj@suse.de> * malloc/Makefile (extra-objs): Add memusagestat.o. (generated): Added memusage and memusagestat for make clean. * libio/tst_putwc.c (do_test): Delete temporary file. * posix/Makefile (generated): Add wordexp-tst.out.
2000-08-24(generated): Add some .out files.Andreas Jaeger1-2/+3
2000-08-24Update.Ulrich Drepper4-2/+35
2000-08-24 Ulrich Drepper <drepper@redhat.com> * resolv/res_hconf.c (free_mem): Remove not needed if. * time/tzset.c (free_mem): New function. * string/strsignal.c (free_mem): New function. * inet/inet_ntoa.c (free_mem): New function. * sunrpc/clnt_perr.c (free_mem): New function.
2000-08-24(free_mem): Remove unneeded if.Ulrich Drepper1-2/+1
2000-08-24Update.Andreas Jaeger2-1/+6
* posix/unistd.h: Move internal prototypes from here ... * include/unistd.h: ... to here. * sysvipc/sys/shm.h: Add const attribute to __getpagesize.
2000-08-24* posix/unistd.h: Move internal prototypes from here ... Andreas Jaeger2-23/+22
* include/unistd.h: ... to here.
2000-08-24(free_mem): New function. Free allocated memory.Ulrich Drepper1-1/+17
2000-08-24Update.Andreas Jaeger1-0/+4
2000-08-24 Andreas Jaeger <aj@suse.de> * sysdeps/unix/syscalls.list: Use __setrlimit as strong name.
2000-08-24Use __setrlimit as strong name.Andreas Jaeger1-1/+1
2000-08-24Update.Ulrich Drepper2-0/+5
* grp/initgroups.c (initgroups): Deallocate groups array. Reported by jani.raiha@sonera.com [PR libc/1868].
2000-08-24Update.Ulrich Drepper3-0/+7
2000-08-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/s390/Dist: Add fpu/fenv_libc.h. * sysdeps/alpha/Dist: Likewise.
2000-08-24Update.Ulrich Drepper2-1/+4
* crypt/md5-crypt.c (free_mem): Fix typo (constructor -> destructor). Reported by Solar Designer <solar@false.com>.
2000-08-23Update.Ulrich Drepper2-8/+7
2000-08-23 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_conf.c (add_module): Remove some unneeded code to avoid adding double slashes.
2000-08-23Update.Ulrich Drepper1-0/+5
2000-08-23 Jakub Jelinek <jakub@redhat.com> * dirent/dirent.h (alphasort, versionsort): Move __attribute_pure__ out of the __REDIRECT macro.
2000-08-23(alphasort, versionsort): Move __attribute_pure__ out of the __REDIRECT macro.Ulrich Drepper1-4/+4
2000-08-23Update.Andreas Jaeger1-0/+10
* sysdeps/unix/sysv/linux/i386/sys/io.h (_EXTERN_INLINE): Remove. Use static __inline instead of _EXTERN_INLINE. * misc/sys/select.h: Move prototypes of __select from here ... * include/sys/select.h: ... to here. * socket/sys/socket.h: Move prototypes of __send and __connect from here.... * include/sys/socket.h: ... to here.
2000-08-23* misc/sys/select.h: Move prototypes of __select from here ... Andreas Jaeger4-8/+14
* include/sys/select.h: ... to here. * socket/sys/socket.h: Move prototypes of __send and __connect from here.... * include/sys/socket.h: ... to here.
2000-08-23Update.Ulrich Drepper1-0/+10
2000-08-23 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c: Add %F format support. * locale/programs/ld-ctype.c (ctype_output): Make sure _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN and _NL_CTYPE_TRANSLIT_IGNORE_LEN are aligned. (ctype_read): Enable returning of wide character strings for reading transliteration information.
2000-08-23(_EXTERN_INLINE): Remove. Use static __inline instead of _EXTERN_INLINE.Andreas Jaeger1-23/+18
2000-08-23Add %F format support.Ulrich Drepper1-0/+1
2000-08-23Update.Andreas Jaeger2-1/+6
2000-08-23 Andreas Jaeger <aj@suse.de> * locale/programs/ld-ctype.c (ctype_read): Fix parameter for lr_error.
2000-08-23Update.Andreas Jaeger3-2/+10
2000-08-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use __setrlimit as strong name. Takes only 2 arguments. * sysdeps/unix/sysv/linux/sh/syscalls.list: __syscall_setrlimit takes only 2 arguments.
2000-08-23Update.Andreas Jaeger3-20/+22
* sysdeps/s390/__longjmp.c: Add __ to JB_GPR*.
2000-08-23Update.Andreas Jaeger1-3/+7
2000-08-23 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/bits/setjmp.h: Add __ to JB_GPR* defines. only for !SHARED case. Get the code from dl-osinfo.h. 2000-08-21 Martin Schwidefsky <schwidefsky@de.ibm.com> 2000-08-21 Martin Schwidefsky <schwidefsky@de.ibm.com>