about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2001-02-136-26/+5040
| | | | | | | | | | | | | | | * 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>
* Update.Ulrich Drepper2001-02-1320-61/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Update.Ulrich Drepper2001-02-131-0/+8
| | | | | | | | | | | 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.
* (__GETDENTS): Use __lseek64 instead of __lseek.Ulrich Drepper2001-02-131-7/+7
|
* Update.Andreas Jaeger2001-02-131-0/+5
| | | | | | | 2001-02-13 Andreas Jaeger <aj@suse.de> * login/getutent_r.c: Include <stdlib.h> for NULL. * login/getutid_r.c: Likewise.
* Include <stdlib.h> for NULL.Andreas Jaeger2001-02-132-3/+5
|
* Little optimization, use sincos.Ulrich Drepper2001-02-136-22/+21
|
* Update.Ulrich Drepper2001-02-135-7/+10
| | | | | | | | 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.
* Update.Ulrich Drepper2001-02-122-1/+7
| | | | | | 2000-12-02 H.J. Lu <hjl@gnu.org> * resolv/res_libc.c (res_init): Don't make it default.
* Update.Ulrich Drepper2001-02-121-0/+5
| | | | | | | 2001-02-12 Ulrich Drepper <drepper@redhat.com> * manual/debug.texi: Improved the wording. Patch by Philip Blundell <pb@futuretv.com>.
* Improved the wording.Ulrich Drepper2001-02-121-17/+17
|
* Whitespace cleanup.Andreas Jaeger2001-02-121-1/+1
|
* Update.Andreas Jaeger2001-02-123-1/+17
| | | | | | | | | | | | 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.
* (Streams and I18N): Fix typos.Andreas Jaeger2001-02-121-3/+3
|
* Update.Ulrich Drepper2001-02-123-15/+29
| | | | | | | | * 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.
* Update.Ulrich Drepper2001-02-125-6/+762
| | | | | | | | | | | | | 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.
* Document wide character stream functions.Ulrich Drepper2001-02-121-46/+586
|
* Update.Andreas Jaeger2001-02-121-0/+4
| | | | | | 2001-02-12 Andreas Jaeger <aj@suse.de> * manual/arith.texi (Parsing of Integers): Fix some wordings.
* (Parsing of Integers): Fix some wordings.Andreas Jaeger2001-02-121-16/+16
|
* (Getopt Long Options): Document getopt_long_only.Ulrich Drepper2001-02-111-1/+31
|
* Fix typo.Andreas Jaeger2001-02-111-1/+1
|
* (Working Directory): Make getwd as deprecated in the header.Ulrich Drepper2001-02-112-4/+66
|
* Update.Ulrich Drepper2001-02-1111-89/+142
| | | | | | | | | * 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.
* Update.Ulrich Drepper2001-02-111-0/+5
| | | | | | | 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.
* (getloadavg): Fail if we cannot return as many values as the user asked for.Ulrich Drepper2001-02-111-2/+5
|
* Use run_program_prefix.Andreas Jaeger2001-02-113-7/+8
|
* Update.Andreas Jaeger2001-02-111-0/+9
| | | | | | | | | | | 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.
* (Currency Symbol): Add INT_ constants and CODESET:Ulrich Drepper2001-02-119-112/+453
|
* Document wide character string functions.Ulrich Drepper2001-02-111-111/+794
|
* * stdlib/Makefile (tests): Don't run tst-fmtmsg when Andreas Jaeger2001-02-102-6/+10
| | | | | cross-compiling. ($(objpfx)tst-fmtmsg.out): Pass run-program-prefix.
* Update.Andreas Jaeger2001-02-103-1/+12
| | | | | | | | | | | * 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.
* Update.Andreas Jaeger2001-02-101-0/+2
| | | | * posix/Makefile: Fix typo, it's build-static-nss.
* Makefile (extra-objs): New.Andreas Jaeger2001-02-103-0/+6
| | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * Makefile (extra-objs): New.
* Update.Andreas Jaeger2001-02-101-0/+4
| | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * iconv/Makefile (extra-objs): New.
* * sysdeps/unix/stime.c: Include <time.h>.Mark Kettenis2001-02-102-0/+3
| | | | * sysdeps/unix/stime.c: Include <time.h>.
* (Basic Scheduling Functions): Fix typo.Ulrich Drepper2001-02-101-1/+1
|
* * sysdeps/mach/hurd/setitimer.c: Include <time.h>.Mark Kettenis2001-02-102-1/+6
| | | | | | 2001-02-10 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/setitimer.c: Include <time.h>.
* Update.Andreas Jaeger2001-02-101-0/+4
| | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * manual/string.texi (Search Functions): Fix typo.
* (Search Functions): Fix typo.Andreas Jaeger2001-02-101-1/+1
|
* Update.Ulrich Drepper2001-02-105-23/+63
| | | | | | | | | | * sysdeps/unix/bsd/times.c: Reorder includes and add <time.h>. (timeval_to_clock_t): Add clk_tck argument and use that instead of CLK_TCK. (__times): Use __getclktck to get the number of clock ticks per second and use its return value instead of CLK_TCK. 2001-02-10 Mark Kettenis <kettenis@gnu.org>
* Update.Ulrich Drepper2001-02-101-0/+4
| | | | | | * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (_HAVE_SA_LEN): Define. 2001-02-10 Mark Kettenis <kettenis@gnu.org>
* (_HAVE_SA_LEN): Define.Ulrich Drepper2001-02-101-0/+2
|
* Improve MIPS entry and regenerated FAQ.Andreas Jaeger2001-02-102-2/+10
|
* * sysdeps/mach/gettimeofday.c: Include <stddef.h>.Mark Kettenis2001-02-102-1/+6
| | | | | | 2001-02-10 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/gettimeofday.c: Include <stddef.h>.
* Update.Andreas Jaeger2001-02-101-0/+5
| | | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * wctype/wcfuncs.c (func): Add prototype declarations to avoid warning.
* (func): Add prototype declarations to avoid warning.Andreas Jaeger2001-02-101-7/+8
|
* Update.Ulrich Drepper2001-02-101-2/+22
|
* update.Ulrich Drepper2001-02-101-0/+1
| | | | * posix/bug-regex2.c: New file.
* Update.Ulrich Drepper2001-02-104-34/+102
| | | | | | | | | | | | | | * posix/Makefile: Add rules to build and run bug-regex2. 2001-02-10 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (convert_mbs_to_wcs): Change is_binary to char *. (regex_compile): Likewise. (FREE_VARIABLES): Don't free is_binary1 and is_binary2. (re_match_2_internal): Use just is_binary instead of two variables. Use REGEX_TALLOC to allocate it and FREE_VAR to free on failure. 2001-02-09 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2001-02-092-1/+6
| | | | | | | * iconv/Makefile (distribute): Add iconv_charmap.c and dummy-repertoire.c. * elf/Makefile (distribute): Add firstobj.c. * Makefile (distribute): Add include/pthread.h.