aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-16(__longjmp): No need to do "loadrs". Writing to bspstore already takes care ↵Ulrich Drepper
of invalidating the "clean" partition.
2001-02-16* sysdeps/m68k/fpu/s_nextafterl.c: New file.Andreas Schwab
* sysdeps/m68k/fpu/s_fpclassifyl.c: New file.
2001-02-16Correctly handle m68k long double format.Andreas Schwab
2001-02-15Update.glibc-2.2.2cvs/glibc-2_2_2Ulrich Drepper
2001-02-15 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (init_syntax_once): Add prototype. (TRANSLATE): If MBS_SUPPORT, translate all characters up to '\xff'. (re_search_2): Avoid warning. (count_mbs_length): Add prototype. * posix/tst-regex3.c: New file. * posix/Makefile (tests): Add bug-regex3.
2001-02-15Update.Ulrich Drepper
* stdio-common/Makefile (tests): Add tst-gets. * stdio-common/tst-gets.c: New file. * stdio-common/tst-gets.input: New file.
2001-02-15Update.Ulrich Drepper
* elf/elf.h (DT_CHECKSUM): Define.
2001-02-15Update.Ulrich Drepper
2001-02-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/strtoll.c: Don't export __strto*_internal as default symbol. * sysdeps/generic/strtoull.c: Likewise.
2001-02-15Update.Ulrich Drepper
2001-02-14 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c (new_heap): When allocating large chunk aligned to HEAP_MAX_SIZE, prefer one with lower address, to avoid `holes' between the heaps.
2001-02-15Update.Ulrich Drepper
* math/libm-test.inc (j0_test): Check whether sincos is available. (j1_test): Likewise. (jn_test): Likewise. (y0_test): Likewise. (y1_test): Likewise. (yn_test): Likewise. * posix/tst-gnuglob.c: Make a few entries DT_UNKNOWN and teach fake filesystem routines to handle this.
2001-02-14Update.Ulrich Drepper
* time/sys/time.h: Make settimeofday and adjtime available if _BSD_SOURCE. * time/sys/time.h: Make timer* macros available for BSD.
2001-02-14Update.Ulrich Drepper
* iconvdata/gb18030.c: Update for Dec 2000 re-release of GB18030. Patch by Yong Li <rigel863@yahoo.com>.
2001-02-14Update.Ulrich Drepper
2001-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/glob.c (CONVERT_DIRENT_DIRENT64): Fix copying of name. * posix/Makefile (tests): Add tst-gnuglob. * posix/tst-gnuglob.c: New file.
2001-02-14Update.Ulrich Drepper
2001-02-13 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.
2001-02-14Update.Ulrich Drepper
* locale/programs/ld-paper.c (paper_output): Pretty printing. * sysdeps/generic/glob.c: Likewise. Convert results of gl_readdir * sysdeps/generic/utmp_file.c: Use LFS functions and types.
2001-02-13Update.Ulrich Drepper
* iconvdata/gbbig5.c: New file. Contributed by Yong Li <rigel863@yahoo.com>.
2001-02-13Update.Ulrich Drepper
* iconvdata/Makefile (modules): Add GBBIG5. (distribute): Add gbbig5.c. * iconvdata/gbbig5.c: New file. * iconvdata/gconv-modules: Add entries for GBBIG5 module. 2001-02-13 Philip Blundell <pb@futuretv.com> * manual/crypt.texi: Remove outdated references to crypt add-on. * manual/creature.texi: Improve wording slightly. 2001-02-13 Ulrich Drepper <drepper@redhat.com>
2001-02-13Update.Ulrich Drepper
* io/ftw.c: Always use readdir64. * io/ftw64.c: Likewise. * sysdeps/unix/sysv/linux/ttyname.c: Likewise. * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise. * sysdeps/generic/glob.c: Likewise. Convert results if gl_readdir callback to dirent. Still allow compiling outside glibc. * sysdeps/gnu/glob64.c: Define COMPILE_GLOB64. * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise. * malloc/mtrace.c: Use fopen64. * posix/spawni.c: Use __open64. * sysdeps/unix/opendir.c: Likewise. * sysdeps/unix/sysv/linux/gethostid.c: Likewise. * sysdeps/generic/ftruncate64.c: Define __ftruncate64 and make old name a weak alias. * sysdeps/unix/sysv/aix/ftruncate64.c: Likewise. * sysdeps/unix/sysv/linux/ftruncate64.c: Likewise. * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise. * resolv/res_data.c: Add cast to avoid warning. * include/unistd.h: Declare __ftruncate64. * sysdeps/generic/utmp_file.c: Use LFS functions and type.
2001-02-13Update.Ulrich Drepper
2001-02-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use __lseek64 instead of __lseek. * sysdeps/dbl-64/e_j1.c: Likewise. * sysdeps/dbl-64/e_jn.c: Likewise. * sysdeps/flt-32/e_j1f.c: Likewise.
2001-02-13(__GETDENTS): Use __lseek64 instead of __lseek.Ulrich Drepper
2001-02-13Update.Andreas Jaeger
2001-02-13 Andreas Jaeger <aj@suse.de> * login/getutent_r.c: Include <stdlib.h> for NULL. * login/getutid_r.c: Likewise.
2001-02-13Include <stdlib.h> for NULL.Andreas Jaeger
2001-02-13Little optimization, use sincos.Ulrich Drepper
2001-02-13Update.Ulrich Drepper
2001-02-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/dbl-64/e_j0.c: Little optimization, use sincos. * sysdeps/flt-32/e_j0f.c: Likewise. * sysdeps/ldbl-96/e_j0l.c: Likewise.
2001-02-12Update.Ulrich Drepper
2000-12-02 H.J. Lu <hjl@gnu.org> * resolv/res_libc.c (res_init): Don't make it default.
2001-02-12Update.Ulrich Drepper
2001-02-12 Ulrich Drepper <drepper@redhat.com> * manual/debug.texi: Improved the wording. Patch by Philip Blundell <pb@futuretv.com>.
2001-02-12Improved the wording.Ulrich Drepper
2001-02-12Whitespace cleanup.Andreas Jaeger
2001-02-12Update.Andreas Jaeger
2001-02-12 Andreas Jaeger <aj@suse.de> * posix/Makefile (tests): Don't run bug-regex2 when cross-compiling. * libio/Makefile (tests): Don't run test-freopen when cross-compiling. * manual/stdio.texi (Streams and I18N): Fix typos.
2001-02-12(Streams and I18N): Fix typos.Andreas Jaeger
2001-02-12Update.Ulrich Drepper
* sysdeps/i386/fpu/libm-test-ulps: Adjust for errors in y0l. * math/libm-test.inc (j0_test): Make expected results long double constants. (y0_test): Likewise.
2001-02-12Update.Ulrich Drepper
2001-02-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/ieee754/ldbl-96/e_j0l.c: New file. Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>. 2001-02-11 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/strtoll.c (__strtoq_internal): Ressurect alias which was exported from libc. * sysdeps/generic/strtoull.c (__strtouq_internal): Likewise.
2001-02-12Document wide character stream functions.Ulrich Drepper
2001-02-12Update.Andreas Jaeger
2001-02-12 Andreas Jaeger <aj@suse.de> * manual/arith.texi (Parsing of Integers): Fix some wordings.
2001-02-12(Parsing of Integers): Fix some wordings.Andreas Jaeger
2001-02-11(Getopt Long Options): Document getopt_long_only.Ulrich Drepper
2001-02-11Fix typo.Andreas Jaeger
2001-02-11(Working Directory): Make getwd as deprecated in the header.Ulrich Drepper
2001-02-11Update.Ulrich Drepper
* sysdeps/generic/getsysstat.c: Change return value of get_phys_pages and get_avphys_page to long int. * sysdeps/unix/sysv/linux/getsysstat.c: Likewise. * include/sys/sysinfo.h: Likewise. * sysdeps/generic/sys/sysinfo.h: Likewise. * sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
2001-02-11Update.Ulrich Drepper
2001-02-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Fail if we cannot return as many values as the user asked for.
2001-02-11(getloadavg): Fail if we cannot return as many values as the user asked for.Ulrich Drepper
2001-02-11Use run_program_prefix.Andreas Jaeger
2001-02-11Update.Andreas Jaeger
2001-02-11 Andreas Jaeger <aj@suse.de> * manual/resource.texi (Memory Resources): Fix typo. * libio/Makefile ($(objpfx)test-freopen.out): Pass run-program-prefix. * libio/test-freopen.sh: Use run_program_prefix.
2001-02-11(Currency Symbol): Add INT_ constants and CODESET:Ulrich Drepper
2001-02-11Document wide character string functions.Ulrich Drepper
2001-02-10* stdlib/Makefile (tests): Don't run tst-fmtmsg when Andreas Jaeger
cross-compiling. ($(objpfx)tst-fmtmsg.out): Pass run-program-prefix.
2001-02-10Update.Andreas Jaeger
* stdlib/Makefile (tests): Don't run tst-fmtmsg when cross-compiling. ($(objpfx)tst-fmtmsg.out): Pass run-program-prefix. * stdlib/tst-fmtmsg.sh (test): Use run_program_prefix for static only builds. * elf/Makefile (tests): Only run tst-pathopt with shared libs.
2001-02-10Update.Andreas Jaeger
* posix/Makefile: Fix typo, it's build-static-nss.
2001-02-10Makefile (extra-objs): New.Andreas Jaeger
2001-02-10 Andreas Jaeger <aj@suse.de> * Makefile (extra-objs): New.
2001-02-10Update.Andreas Jaeger
2001-02-10 Andreas Jaeger <aj@suse.de> * iconv/Makefile (extra-objs): New.
2001-02-10* sysdeps/unix/stime.c: Include <time.h>.Mark Kettenis
* sysdeps/unix/stime.c: Include <time.h>.