about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2005-01-064-10/+32
| | | | | | | | | | | * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as invalid to disable optimizations in fileops which won't work here. (_IO_cookie_jumps): Use it. (_IO_old_cookie_jumps): Likewise. * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P, not the return value. * stdio-common/Makefile (tests): Add tst-fmemopen2. * stdio-common/tst-fmemopen2.c: New file.
* Update.Ulrich Drepper2005-01-051-2/+4
| | | | | | 2005-01-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
* Define __WNOTHREAD.Ulrich Drepper2005-01-051-1/+3
|
* * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...Roland McGrath2005-01-051-0/+7
| | | | | | * sysdeps/i386/configure.in: ... here. New file. * sysdeps/i386/configure: New generated file. * configure: Regenerated.
* 2005-01-05 Roland McGrath <roland@redhat.com>Roland McGrath2005-01-054-87/+90
| | | | | | | * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ... * sysdeps/i386/configure.in: ... here. New file. * sysdeps/i386/configure: New generated file. * configure: Regenerated.
* Update.Ulrich Drepper2005-01-044-5/+56
| | | | | | * stdlib/Makefile: Add rules to build and run tst-putenv. * stdlib/tst-putenv.c: New file. * stdlib/tst-putenvmod.c: New file.
* Update.Ulrich Drepper2005-01-042-2/+5
| | | | | * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't initialize __environ again.
* Update.Ulrich Drepper2005-01-041-0/+5
| | | | | | | 2005-01-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/init-first.c: Clean file up. Don't define unnecessary wrappers or aliases of static functions.
* Clean file up. Don't define unnecessary wrappers or aliases of static ↵Ulrich Drepper2005-01-041-27/+13
| | | | functions.
* Update.Andreas Jaeger2005-01-032-2/+9
| | | | | | | | | 2005-01-03 Andreas Jaeger <aj@suse.de> * csu/Makefile (generated): Add start.os and start.ob. * elf/Makefile (tests): Change rule for tst-pie1 so that make clean works.
* (generated): Add start.os and start.ob.Andreas Jaeger2005-01-031-1/+3
|
* [BZ #626]Roland McGrath2004-12-293-1/+11
| | | | | | | 2004-12-29 Roland McGrath <roland@redhat.com> [BZ #626] * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather than always up; when nearest is zero, round up to one.
* [BZ #626]Roland McGrath2004-12-291-2/+5
| | | | | | | 2004-12-29 Roland McGrath <roland@redhat.com> [BZ #626] * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather than always up; when nearest is zero, round up to one.
* * po/es.po: Update from translation team.Ulrich Drepper2004-12-282-609/+720
|
* Update.Ulrich Drepper2004-12-283-1/+6
| | | | | | 2004-12-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
* Update.Ulrich Drepper2004-12-284-1/+11
| | | | | | 2004-12-27 Ulrich Drepper <drepper@redhat.com> * include/signal.h: Define __sigemptyset.
* Update.Ulrich Drepper2004-12-273-49/+58
| | | | | | | | | | | | 2004-04-27 Paolo Bonzini <bonzini@gnu.org> * posix/regex_internal.h (struct re_dfastate_t): Make word_trtable a pointer to the 512-item transition table. * posix/regexec.c (build_trtable): Fill in either state->trtable or state->word_trtable. Return a boolean indicating success. (transit_state): Expect state->trtable to be a 256-item transition table. Reorganize code to have less tests in the common case, and to save an indentation level.
* Update.Ulrich Drepper2004-12-224-1/+29
| | | | | | | | | | | | | | 2004-12-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when calling fn is 16 byte aligned. * sysdeps/i386/tst-stack-align.h: New file. * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals. * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. * misc/tst-efgcvt.c: Include float.h. (ecvt_tests): Add 2 new tests.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-226215-487228/+297601
|
* 2.5-18.1Jakub Jelinek2007-07-126215-297600/+487228
|
* Test for stack alignment.Ulrich Drepper2004-12-229-5/+227
|
* (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define. (ecvt_r): Special case denormals.Ulrich Drepper2004-12-221-1/+24
|
* * version.h (RELEASE, VERSION): development, 2.3.90Roland McGrath2004-12-201-0/+5
| | | | * include/features.h (__GLIBC_MINOR__): Now 4.
* 2004-12-20 Roland McGrath <roland@frob.com>Roland McGrath2004-12-202-3/+3
| | | | | * version.h (RELEASE, VERSION): development, 2.3.90 * include/features.h (__GLIBC_MINOR__): Now 4.
* Fix last commit cvs/glibc-2_3-baseAndreas Jaeger2004-12-201-1/+1
| | | | 2004-12-20 Jakub Jelinek <jakub@redhat.com>,
* [BZ #562]Andreas Jaeger2004-12-201-0/+7
| | | | | | | | | | Update. 2004-12-20 Jakub Jelinek <jakub@redhat.com>, Jim Gifford <giffordj@linkline.com> [BZ #562] * sysdeps/mips/Makefile (librt-sysdep_routines): Add. * sysdeps/unix/mips/rt-sysdep.S: New file.
* [BZ #562]Andreas Jaeger2004-12-202-0/+5
| | | | | | | | 2004-12-20 Jakub Jelinek <jakub@redhat.com>, Jim Gifford <giffordj@linkline.com> [BZ #562] * sysdeps/mips/Makefile (librt-sysdep_routines): Add. * sysdeps/unix/mips/rt-sysdep.S: New file.
* bogonRoland McGrath2004-12-191-1/+1
| | | | 2004-12-19 Andreas Jaeger <aj@suse.de>
* * iconv/Makefile (test-iconvconfig): New target. cvs/fedora-glibc-20041219T2331Roland McGrath2004-12-192-0/+15
| | | | [$(cross-compiling) != yes] (xtests): Depend on it.
* * iconv/iconvconfig.c (nostdlib, output_file, output_file_len):Roland McGrath2004-12-191-1/+9
| | | | | | | | | New variables. (options, parse_opt, main): Take new options --nostdlib and --output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs. (write_output): If output_file is set, write the output there. 2004-12-19 Andreas Jaeger <aj@suse.de>NULL
* 2004-12-19 Roland McGrath <roland@redhat.com>Roland McGrath2004-12-191-19/+48
| | | | | | | | * iconv/iconvconfig.c (nostdlib, output_file, output_file_len): New variables. (options, parse_opt, main): Take new options --nostdlib and --output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs. (write_output): If output_file is set, write the output there.
* [BZ #560, BZ #573]Andreas Jaeger2004-12-195-48/+164
| | | | | | | | | | | | Update. 2004-12-19 Andreas Jaeger <aj@suse.de> [BZ #560] * inet/netinet/in.h: Use __interface_addr instead of __interface. [BZ #573] * sunrpc/xcrypt.c (passwd2des_internal): Make it hidden instead of internal linkage.
* Use __interface_addr instead of __interface.Andreas Jaeger2004-12-191-4/+4
|
* * version.h (VERSION): 2.3.4.Roland McGrath2004-12-196-363/+30
| | | | | | | * README.template: Various updates. * README: Regenerated. * NEWS: Mention ports. * README-alpha: File removed.
* [BZ #416]Roland McGrath2004-12-192-5/+10
| | | | | | 2004-12-19 Roland McGrath <roland@frob.com> [BZ #416] * locale/langinfo.h: Comment fixes.
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: cvs/fedora-glibc-20041218T2312Roland McGrath2004-12-181-2/+7
| | | | | | | New file removed withdrawn for the moment. * sysdeps/unix/sysv/linux/ia64/bits/posix_>opt.h: Removed.
* 2004-12-18 Roland McGrath <roland@redhat.com>Roland McGrath2004-12-181-89/+0
| | | | | * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: New file removed withdrawn for the moment.
* Update. cvs/fedora-glibc-20041218T1131Ulrich Drepper2004-12-173-3/+11
| | | | | | 2004-12-17 Ulrich Drepper <drepper@redhat.com> * po/ja.po: Update from translation team.
* Update from translation team.Ulrich Drepper2004-12-171-604/+717
|
* * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support ↵Richard Henderson2004-12-175-2/+47
| | | | | | | | | | for NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used. nptl/ * sysdeps/unix/sysv/linux/alpha/clone.S: New file. * sysdeps/alpha/tcb-offsets.sym (TID_OFFSET): New. 2004-12-17 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Add support for NPTL where the PID is stored at userlevel and needs to be reset when CLONE_THREAD is not used.
* Update. cvs/fedora-glibc-20041217T0906Andreas Jaeger2004-12-177-17/+41
| | | | | | | | 2004-12-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. 2004-12-17 Andreas Jaeger <aj@suse.de>
* update.Andreas Jaeger2004-12-171-0/+10
| | | | | | | | | | | | 2004-12-16 Andreas Jaeger <aj@suse.de> * math/libm-test.inc (atan2_test): Compute value with 36 digits. * sysdeps/alpha/fpu/libm-test-ulps: Adjust for changed result. * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. * sysdeps/s390/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
* (atan2_test): Compute value with 36 digits.Andreas Jaeger2004-12-171-1/+1
|
* Update.Ulrich Drepper2004-12-172-0/+92
| | | | | * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: New file. Increased PTHREAD_STACK_MIN.
* Update.Ulrich Drepper2004-12-174-9/+13
| | | | | | 2004-12-16 Ulrich Drepper <drepper@redhat.com> * tst-context1.c (stacks): Use bigger stack size.
* Update.Ulrich Drepper2004-12-171-0/+4
| | | | | | 2004-12-16 Ulrich Drepper <drepper@redhat.com> * stdlib/tst-setcontext.c: Enlarge st1 and st2 arrays.
* Enlarge st1 and st2 arrays.Ulrich Drepper2004-12-171-11/+11
|
* [BZ #610]Roland McGrath2004-12-173-4/+14
| | | | | | | | | | | 2004-09-02 Steven Munroe <sjmunroe@us.ibm.com> [BZ #610] * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S (__novec_getcontext): Fix typo in store of fp29. (__getcontext): Fix typo in store of fp29. * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S (__novec_swapcontext): Fix typo in store of fp29. (__swapcontext): Fix typo in store of fp29.
* * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): FixRoland McGrath2004-12-172-1/+6
| | | | vague message.
* * nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS),Roland McGrath2004-12-161-0/+5
| | | | which is usually a -lselinux that make will resolve wrongly.