about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* * stdlib/Makefile (headers): Move bits/wchar.h to ... cvs/fedora-glibc-20050722T0433Roland McGrath2005-07-221-0/+5
| | | | * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
* 2005-07-21 Roland McGrath <roland@redhat.com>Roland McGrath2005-07-222-3/+3
| | | | | * stdlib/Makefile (headers): Move bits/wchar.h to ... * wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
* * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Ulrich Drepper2005-07-215-5/+21
| | | | | | | | | | | * debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument. 2005-07-21 Thorsten Kukuk <kukuk@suse.de> * debug/getgroups_chk.c (__getgroups_chk): Fix return value. * stdio-common/fxprintf.c: Include string.h.
* * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results. cvs/fedora-glibc-20050721T0814Ulrich Drepper2005-07-204-28/+25
| | | | | | | * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. * sysdeps/s390/fpu/libm-test-ulps: Likewise. Darin Petkov <darin@tensilica.com>
* 2005-07-20 Bob Wilson <bob.wilson@acm.org>Ulrich Drepper2005-07-202-1/+6
| | | | | | Darin Petkov <darin@tensilica.com> * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
* * include/stdio.h (__fxprintf): Remove wfmt argument.Ulrich Drepper2005-07-2031-97/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h. (__fxprintf): Remove wfmt argument, create wfmt format string on the fly from fmt. * argp/argp-fmtstream.c: Adjust all __fxprintf callers. * argp/argp-help.c: Likewise. * assert/assert-perr.c: Likewise. * assert/assert.c: Likewise. * gmon/gmon.c: Likewise. * inet/rcmd.c: Likewise. * malloc/obstack.c: Likewise. * misc/error.c: Likewise. * misc/getpass.c: Likewise. * posix/getopt.c: Likewise. * resolv/res_hconf.c: Likewise. * stdio-common/perror.c: Likewise. * stdio-common/psignal.c: Likewise. * stdlib/fmtmsg.c: Likewise. * sunrpc/auth_unix.c: Likewise. * sunrpc/clnt_perr.c: Likewise. * sunrpc/clnt_tcp.c: Likewise. * sunrpc/clnt_udp.c: Likewise. * sunrpc/clnt_unix.c: Likewise. * sunrpc/svc_simple.c: Likewise. * sunrpc/svc_tcp.c: Likewise. * sunrpc/svc_udp.c: Likewise. * sunrpc/svc_unix.c: Likewise. * sunrpc/xdr.c: Likewise. * sunrpc/xdr_array.c: Likewise. * sunrpc/xdr_rec.c: Likewise. * sunrpc/xdr_ref.c: Likewise. * sysdeps/generic/wordexp.c: Likewise.
* * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper2005-07-2037-508/+581
| | | | | | | | | | | | | | | | wcsrtombs, mbsnrtowcs, and wcsnrtombs. * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk, wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk. * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk, __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk. * debug/tst-chk1.c: Add tests for new functions. * debug/mbsnrtowcs_chk.c: New file. * debug/mbsrtowcs_chk.c: New file. * debug/wcrtomb_chk.c: New file. * debug/wcsnrtombs_chk.c: New file. * debug/wcsrtombs_chk.c: New file. * include/stdio.h: Add declaration for __fxprintf.
* * stdio-common/Makefile (aux): Add fxprintf.Ulrich Drepper2005-07-198-36/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stdio-common/fxprintf.c: New file. * include/stdio.h: Add declaration for stdio.h. * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream orientation test and two separate function calls. * argp/argp-help.c: Likewise. * assert/assert-perr.c: Likewise. * assert/assert.c: Likewise. * gmon/gmon.c: Likewise. * inet/rcmd.c: Likewise. * malloc/obstack.c: Likewise. * misc/error.c: Likewise. * misc/getpass.c: Likewise. * posix/getopt.c: Likewise. * resolv/res_hconf.c: Likewise. * stdio-common/perror.c: Likewise. * stdio-common/psignal.c: Likewise. * stdlib/fmtmsg.c: Likewise. * sunrpc/auth_unix.c: Likewise. * sunrpc/clnt_perr.c: Likewise. * sunrpc/clnt_tcp.c: Likewise. * sunrpc/clnt_udp.c: Likewise. * sunrpc/clnt_unix.c: Likewise. * sunrpc/svc_simple.c: Likewise. * sunrpc/svc_tcp.c: Likewise. * sunrpc/svc_udp.c: Likewise. * sunrpc/svc_unix.c: Likewise. * sunrpc/xdr.c: Likewise. * sunrpc/xdr_array.c: Likewise. * sunrpc/xdr_rec.c: Likewise. * sunrpc/xdr_ref.c: Likewise. * sysdeps/generic/wordexp.c: Likewise. * misc/Makefile: Add rules to build and run tst-error1. * misc/tst-error1.c: New file. * misc/error.c: Fix memory leak and possibly endless loop.
* * configure.in: Check for -fstack-protector gcc option.Ulrich Drepper2005-07-194-0/+27
| | | | | | | * config.make.in (have-ssp): Add template. * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported. * nscd/nscd.c (main): Don't ignore result of chdir call.
* (main): Don't ignore result of chdir call.Ulrich Drepper2005-07-191-1/+3
|
* [BZ #869, BZ #1113]Roland McGrath2005-07-191-0/+7
| | | | | | | | | 2005-07-18 Roland McGrath <roland@redhat.com> [BZ #869] * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of objdump command line. [BZ #1113]
* [BZ #869]Roland McGrath2005-07-191-1/+1
| | | | | | | 2005-07-18 Roland McGrath <roland@redhat.com> [BZ #869] * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of objdump command line.
* * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.Ulrich Drepper2005-07-183-6/+16
| | | | * nscd/connections.c: Fix a few wur warnings.
* * nscd/grpcache.c (cache_addgr): Use correct maximum for group IDUlrich Drepper2005-07-1812-2/+366
| | | | | | | | | | | | | | | | | | | length. Patch by Ivan Gyurdiev <ivg2@cornell.edu>. * debug/confstr_chk.c: New file. * debug/getdomainname_chk.c: New file. * debug/getgroups_chk.c: New file. * debug/gethostname_chk.c: New file. * debug/getlogin_r_chk.c: New file. * debug/ttyname_r_chk.c: New file. * posix/bits/unistd.h: Add definitions for new debug versions. * debug/tst-chk1.c: Add tests for new functions. * debug/Versions: Export new functions. * debug/Makefile (routines): Add new files. * stdlib/bits/stdlib.h: Fix typo. * manual/Makefile (libc/index.html): Depend on dir-add.texi.
* Fix typo.Ulrich Drepper2005-07-181-2/+2
|
* [BZ #1104, BZ #1105, BZ #1106, BZ #1107, BZ #1108, BZ #1109, BZ #1110, BZ #1111]Roland McGrath2005-07-183-0/+19
| | | | | | | | | | | | | | | | BZ tags [BZ #1106] [BZ #1106] [BZ #1111] [BZ #1109] [BZ #1106] [BZ #1104] [BZ #1106] [BZ #1105] [BZ #1110] [BZ #1110] [BZ #1107] [BZ #1108]
* [BZ #549, BZ #653, BZ #1079, BZ #1080, BZ #1081, BZ #1082, BZ #1083, BZ ↵Roland McGrath2005-07-181-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1085, BZ #1086, BZ #1087, BZ #1088, BZ #1090, BZ #1093, BZ #1094, BZ #1095, BZ #1096, BZ #1097, BZ #1098, BZ #1099, BZ #1100, BZ #1101, BZ #1103] BZ tags [BZ #1079] [BZ #1080] [BZ #1101] [BZ #1097] [BZ #653] [BZ #1088] [BZ #1088] [BZ #1085] [BZ #1096] [BZ #1086] [BZ #1086] [BZ #1086] [BZ #1083] [BZ #1093] [BZ #1094] [BZ #1081] [BZ #1090] [BZ #1082] [BZ #1087] [BZ #1098] [BZ #549] [BZ #1101] [BZ #1095] [BZ #1100] [BZ #1103] [BZ #1100] [BZ #1099]
* * manual/Makefile (libc/index.html): Depend on dir-add.texi.Roland McGrath2005-07-181-1/+1
|
* 2005-07-13 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-07-181-0/+4
| | | | * manual/Makefile (libc/index.html): Add dir-add.texi.
* 2005-07-13 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-07-181-1/+1
| | | | * manual/Makefile (libc/index.html): Add dir-add.texi.
* * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper2005-07-162-9/+10
| | | | * wcsmbs/bits/wchar2.h: Likewise.
* * wcsmbs/bits/wchar2.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper2005-07-152-40/+44
| | | | where necessary.
* Pretty printing.Ulrich Drepper2005-07-151-1/+1
|
* Update.Andreas Jaeger2005-07-152-0/+19
| | | | | | | | | | | | | | 2005-07-15 Andreas Jaeger <aj@suse.de> * debug/Makefile (tst-lfschk3-ENV): New, set locale. (tst-lfschk2-ENV): New. (tst-lfschk1-ENV): New. (tst-chk3-ENV): New. (tst-chk2-ENV): New. (tst-chk1-ENV): New. * include/stdlib.h: Remove malloc attribute from __posix_memalign. * stdlib/stdlib.h: Likewise.
* * include/stdlib.h: Remove malloc attribute from __posix_memalign. Andreas Jaeger2005-07-152-3/+3
| | | | * stdlib/stdlib.h: Likewise.
* * wcsmbs/bits/wchar2.h: New file.Ulrich Drepper2005-07-1531-25/+1563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/bits/wchar2.h: New file. * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is requested. * wcsmbs/wcsncpy.c: Add __wcsncpy alias. * string/bits/string3.h: Add fortified stpncpy definitions. * sysdeps/generic/stpncpy_chk.c: New file. * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h. Export _IO_wstrn_jumps. * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps. * include/wchar.h: Declare __wcsncpy and __vswprintf_chk. * debug/fgetws_chk.c: New file. * debug/fgetws_u_chk.c: New file. * debug/fwprintf_chk.c: New file. * debug/swprintf_chk.c: New file. * debug/vfwprintf_chk.c: New file. * debug/vswprintf_chk.c: New file. * debug/vwprintf_chk.c: New file. * debug/wcpcpy_chk.c: New file. * debug/wcpncpy_chk.c: New file. * debug/wcscat_chk.c: New file. * debug/wcscpy_chk.c: New file. * debug/wcsncat_chk.c: New file. * debug/wcsncpy_chk.c: New file. * debug/wmemcpy_chk.c: New file. * debug/wmemmove_chk.c: New file. * debug/wmempcpy_chk.c: New file. * debug/wmemset_chk.c: New file. * debug/wprintf_chk.c: New file. * debug/tst-chk1.c: Add tests for new functions. * debug/Versions: Export new functions. * debug/Makefile (routines): Add new functions.
* * nscd/nscd_helper.c: Add a few __builtin_expect.Ulrich Drepper2005-07-142-14/+22
|
* * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.Ulrich Drepper2005-07-142-2/+8
|
* * nscd/nscd_helper.c (wait_on_socket): New function.Ulrich Drepper2005-07-132-23/+58
| | | | | | | | (get_mapping): Use wait_on_socket instead of poll. The former handles EINTR of poll correctly. (__nscd_open_socket): Likewise. (get_mapping): Make sure BUF is aligned correctly. (get_mapping): Use munmap on correct pointer.
* * include/libc-symbols.h: Define macros for librt hidden symbols.Ulrich Drepper2005-07-135-1/+28
| | | | | | * include/time.h: Add librt_hidden_proto definition for clock_gettime. * sysdeps/generic/clock_gettime.c: Add librt_hidden_def. * sysdeps/unix/clock_gettime.c: Likewise.
* * stdlib/bits/stdlib.h: New file.Ulrich Drepper2005-07-1312-2/+295
| | | | | | | | | | | | | | | | | * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is requested. * Makefile (headers): Add bits/stdlib.h. * include/bits/stdlib.h: New file. * debug/Depend: New file. * debug/ptsname_r_chk.c: New file. * debug/realpath_chk.c: New file. * debug/wctomb_chk.c: New file. * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and wctomb_chk. * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and __wctomb_chk. * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and __wctomb_chk.
* * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.Ulrich Drepper2005-07-122-6/+10
| | | | | (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel instead of read and close_not_cancel_no_status instead of close.
* * sysdeps/s390/s390-64/bcopy.S (__bcopy): UseUlrich Drepper2005-07-122-9/+10
| | | | HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
* * sysdeps/pthread/pthread.h (PTHREAD_MUTEX_INITIALIZER,Ulrich Drepper2005-07-114-12/+79
| | | | | | | | | | | | | | PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP, PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_RWLOCK_INITIALIZER, PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP, PTHREAD_COND_INITIALIZER): Supply zeros for all fields in the structure. * Makefile (tests): Add tst-initializers1. (CFLAGS-tst-initializers1.c): Set. * tst-initializers1.c: New test. 2005-07-11 Jakub Jelinek <jakub@redhat.com>
* * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_rwlock_t):Ulrich Drepper2005-07-112-3/+10
| | | | | Make sure __flags are located at offset 48 from the start of the structure.
* 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper2005-07-101-2/+2
| | | | * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
* 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper2005-07-102-2/+7
| | | | | * posix/regcomp.c (re_compile_internal): __libc_lock_init after init_dfa.
* * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. RemoveUlrich Drepper2005-07-083-4/+68
| | | | | alignment. * sysdeps/x86_64/fpu/s_sincos.S: New file.
* * include/fenv.h: Add libm_hidden_proto for fesetround andUlrich Drepper2005-07-0822-21/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | feholdexcept. * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def. * sysdeps/alpha/fpu/fesetround.c: Likewise. * sysdeps/generic/feholdexcpt.c: Likewise. * sysdeps/generic/fesetround.c: Likewise. * sysdeps/i386/fpu/feholdexcpt.c: Likewise. * sysdeps/i386/fpu/fesetround.c: Likewise. * sysdeps/ia64/fpu/feholdexcpt.c: Likewise. * sysdeps/ia64/fpu/fesetround.c: Likewise. * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise. * sysdeps/powerpc/fpu/fesetround.c: Likewise. * sysdeps/s390/fpu/feholdexcpt.c: Likewise. * sysdeps/s390/fpu/fesetround.c: Likewise. * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise. * sysdeps/sh/sh4/fpu/fesetround.c: Likewise. * sysdeps/sparc/fpu/feholdexcpt.c: Likewise. * sysdeps/sparc/fpu/fesetround.c: Likewise. * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise. * sysdeps/x86_64/fpu/fesetround.c: Likewise. * sysdeps/generic/s_significand.c (__significand): Use __ilogb not ilogb. * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf not ilogbf.
* * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin andUlrich Drepper2005-07-082-3/+8
| | | | __cos, not sin and cos.
* [BZ #408]Ulrich Drepper2005-07-082-165/+230
| | | | | | 2005-07-08 Ulrich Drepper <drepper@redhat.com> [BZ #408] * locales/vi_VN: Update locale.
* * resolv/res_send.c (send_dg): Recognize referral results and cvs/fedora-glibc-20050708T0811Ulrich Drepper2005-07-081-1/+7
| | | | | | | treat them as server errors. Based on a patch by Jason Vas Dias <jvdias@redhat.com>. 2005-07-08 Carlos O'Donell <carlos@systemhalted.org>
* (send_dg): Recognize referral results and treat them as server errors.Ulrich Drepper2005-07-081-0/+8
|
* * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.Roland McGrath2005-07-082-11/+13
|
* 2005-07-08 Carlos O'Donell <carlos@systemhalted.org>Roland McGrath2005-07-081-0/+9
| | | | | | | | | * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0. * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise. * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise. * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise. * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise. * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
* 2005-07-08 Carlos O'Donell <carlos@systemhalted.org>Roland McGrath2005-07-086-47/+47
| | | | | | | | | * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0. * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise. * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise. * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise. * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise. * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
* * sysdeps/generic/s_ctan.c (__ctan): Likewise.Ulrich Drepper2005-07-074-9/+44
| | | | | * sysdeps/generic/s_ctanf.c (__ctanf): Likewise. * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
* * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.Ulrich Drepper2005-07-073-6/+32
| | | | | * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise. * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
* (__ctanhl): Handle case of zero den better.Ulrich Drepper2005-07-071-3/+13
|
* * Makeconfig: Comment fix.Roland McGrath2005-07-071-0/+4
|