aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-01-26Update.Ulrich Drepper2-10/+10
* posix/bits/posix2_lim.h: Set correct values for _POSIX2_COLL_WEIGHTS_MAX and _POSIX2_CHARCLASS_NAME_MAX. Remove EQUIV_CLASS_MAX.
2001-01-26Update.Ulrich Drepper2-2/+5
* posix/bits/posix1_lim.h: Define _POSIX_TZNAME_MAX as 6. Required by POSIX.
2001-01-26Update.Ulrich Drepper2-0/+3
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
2001-01-26Update.Ulrich Drepper2-0/+13
2001-01-26 Ulrich Drepper <drepper@redhat.com> * conform/data/netinet/in.h-data: Add reserved prefixes. * conform/data/arpa/inet.h-data: Fix a few typos.
2001-01-26Fix a few typos.Ulrich Drepper1-3/+3
2001-01-26Update.Andreas Jaeger9-6/+19
* string/strcoll.c: Likewise. * string/strxfrm.c: Likewise. * wctype/wcfuncs_l.c: Likewise. * wctype/wctype_l.c: Likewise. * wctype/wctrans_l.c: Likewise.
2001-01-26Update.Andreas Jaeger1-0/+4
* sysdeps/generic/strtol.c: Include <locale.h> * stdlib/strtod.c: Likewise * stdlib/strfmon.c: Likewise.
2001-01-26Update.Andreas Jaeger1-0/+4
2001-01-26 Andreas Jaeger <aj@suse.de> * include/bits/locale.h: New file.
2001-01-26New file.Andreas Jaeger1-0/+1
2001-01-26Update.Ulrich Drepper2-2/+5
* locale/langinfo.h: Correct logic in #ifs when defining YESSTR and NOSTR.
2001-01-26Update.Ulrich Drepper7-33/+89
* locale/Makefile (headers): Add bits/locale.h. * locale/langinfo.h: Don't include <locale.h>. Include <bits/locale.h> and use __LC_ constants instead of LC_. * locale/locale.h: Include <bits/locale.h> and define LC_ constants using __LC_ constants. * locale/bits/locale.h: New file. * locale/loadlocale.c: Include <locale.h>. * locale/nl_langinfo.h: Likewise.
2001-01-26Update.Ulrich Drepper2-1/+25
* posix/glob.h: Cleanup namespace for non-_GNU_SOURCE case.
2001-01-26Update.Ulrich Drepper3-4/+8
* io/sys/stat.h: Define S_IFSOCK for XPG6. * conform/data/fcntl.h-data: posix_madvise is not expected here.
2001-01-26Update.Ulrich Drepper2-2/+4
* conform/conformtest.pl: Fix handling of macro-str.
2001-01-26Update.Ulrich Drepper3-10/+145
* conform/data/inttypes.h-data: Add missing definition and all of stdint.h-data.
2001-01-26Update.Ulrich Drepper4-4/+121
2001-01-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sys/param.h (MAXSYMLINKS): Bump to 20. * conform/conformtest.pl (@headers): Add stdint.h. * conform/data/stdint.h-data: New file.
2001-01-26Update.Ulrich Drepper2-28/+44
* conform/conformtest.pl: Recognize options --headers and --dialect. Add dialect-specific CFLAGS.
2001-01-26Update.Ulrich Drepper3-3/+22
* conform/conformtest.pl: Implement handling of recursive allow-header. * conform/data/locale.h-data: Add new struct lconv members.
2001-01-26Update.Ulrich Drepper9-3/+89
* posix/wordexp.h: Correct definition of wordexp_t. * posix/wordexp.c: Moved to ... * sysdeps/generic/wordexp.c: ...here. New file. * sysdeps/unix/sysv/linux/alpha/wordexp.c: New file. * sysdeps/unix/sysv/linux/ia64/wordexp.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: New file. * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.2.2): Add wordexp. * sysdeps/unix/sysv/linux/ia64/Versions: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2001-01-26Update.Ulrich Drepper3-7/+9
* math/tgmath.h: Pretty printing.
2001-01-25Update.Ulrich Drepper3-2/+673
* math/Makefile (tests): Add test-tgmath. (CFLAGS-test-tgmath.c): New variable. * math/test-tgmath.c: New file. Contributed by Jakub Jelinek.
2001-01-25Update.Ulrich Drepper5-10/+26
2001-01-25 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl: Handle allow-header in secondary headers correctly. * conform/data/fcntl.h-data: Mark symbols introduced in XPG6 with #ifdef. * conform/data/netinet/in.h-data: Use correct comment character. * conform/data/sys/stat.h-data: Likewise.
2001-01-25Update.Ulrich Drepper2-16/+34
2001-01-25 Jakub Jelinek <jakub@redhat.com> * math/tgmath.h (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY, __TGMATH_TERNARY_REAL_ONLY): Use proper arguments to __builtin_classify_type, add ##f suffixes where appropriate. (__TGMATH_UNARY_REAL_IMAG): Remove extraneous left parenthesis. (__TGMATH_BINARY_REAL_IMAG): Likewise, use proper arguments to __builtin_classify_type. (fma): Fix spelling of first argument.
2001-01-25Update.Ulrich Drepper2-3/+13
* conform/data/unistd.h-data: Mark functions removed in XPG6 correctly. * posix/unistd.h: Don't make functions removed in XPG6 available if
2001-01-25Update.Ulrich Drepper2-30/+39
* posix/unistd.h: Make functions removed in XPG6 not available if __USE_XOPEN2K.
2001-01-25Update.Ulrich Drepper3-101/+170
* conform/conformtest.pl: Implement optional-constant. * conform/data/unistd.h-data: Use optional-constant wherever appropriate.
2001-01-25Update.Ulrich Drepper5-32/+55
* sysdeps/generic/bits/confname.h: Correct names of _SC_PBS constants and add _SC_STREAMS. * sysdeps/posix/sysconf.c (__sysconf): Likewise.
2001-01-25Update.Ulrich Drepper4-1/+11
* include/sys/statvfs.h: New file.
2001-01-25Update.Ulrich Drepper6-9/+55
* sysdeps/unix/sysv/linux/statvfs64.c: Rename to __statvfs64 and make old name weak alias. * sysdeps/generic/statvfs64.c: Likewise. * sysdeps/unix/sysv/linux/fstatvfs64.c: Rename to __fstatvfs64 and make old name weak alias. * sysdeps/generic/fstatvfs64.c: Likewise. * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
2001-01-25Update.Ulrich Drepper4-3/+61
* sysdeps/generic/bits/confname.h: Define _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE, _PC_REC_MIN_XFER_SIZE, and _PC_REC_XFER_ALIGN. * sysdeps/posix/pathconf.c (__pathconf): Implement handling of _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE, _PC_REC_MIN_XFER_SIZE, and _PC_REC_XFER_ALIGN.
2001-01-25Update.Ulrich Drepper12-69/+129
* conform/conformtest.pl: Run Unix tests for XPG6. Implement handling of known namespace violations. Improve printing of results. * posix/unistd.h (usleep): Correct return type. * sysdeps/unix/sysv/linux/usleep.c: Correct return type. * sysdeps/unix/bsd/usleep.c: Correct return type. * sysdeps/mach/usleep.c: Correct return type. * sysdeps/generic/usleep.c: Correct return type. * posix/unistd.h (sync): Correct return type. * sysdeps/generic/sync.c: Likewise. * sysdeps/mach/hurd/sync.c: Likewise. * sysdeps/generic/bits/confname.h (_SC_IOV_MAX): New definition.
2001-01-25Update.Ulrich Drepper2-3/+5
* posix/unistd.h: Make seteuid and setegid available for XPG6.
2001-01-25Update.Ulrich Drepper2-1/+6
* wcsmbs/wchar.h: Get FILE definition for XPG5.
2001-01-25Update.Ulrich Drepper7-11/+20
2001-01-25 Ulrich Drepper <drepper@redhat.com> * conform/data/ctype.h-data: Use correct comment form. * conform/data/errno.h-data: Likewise. * conform/data/math.h-data: Likewise. * conform/data/mqueue.h-data: Likewise. * conform/data/netdb.h-data: Likewise. * conform/data/pthread.h-data: Likewise.
2001-01-25Update.Ulrich Drepper2-1/+3
* conform/data/wordexp.h-data: Fix typo.
2001-01-25Update.Ulrich Drepper3-8/+11
* conform/conformtest.pl: Handle allow-header correctly. * conform/data/time.h-data: Use correct comment form.
2001-01-25Update.Ulrich Drepper2-1/+5
* conform/conformtest.pl (checknamespace): Ignore #undef lines.
2001-01-24Update.Ulrich Drepper4-132/+96
* configure.in: Comment out binutils version test.
2001-01-24Update.Ulrich Drepper5-18/+21
* stdlib/Makefile (tst-strtod-ENV): New variable.
2001-01-24Update.Ulrich Drepper2-2/+74
2001-01-24 Ulrich Drepper <drepper@redhat.com> * stdlib/strtod.c (str_to_mpn): Correct parsing of thousands separators. Reported by Lagardere Jean-Francois <LAGARDEREJ@thmulti.com>. * stdlib/tst-strtod.c (locale_test): New function. (main): Call locale_test. * include/sys/sysctl.h: New file.
2001-01-24(str_to_mpn): Correct parsing of thousands separators.Ulrich Drepper1-5/+6
2001-01-24* hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost declaration of ↵Mark Kettenis2-1/+6
value such that we actually return the value of the environment variable. 2001-01-24 Mark Kettenis <kettenis@gnu.org> * hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost declaration of value such that we actually return the value of the environment variable.
2001-01-24Update.Andreas Jaeger4-12/+21
2001-01-24 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/init-first.c: Remove extra __sysctl prototype. * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise. * include/sys/sysctl.h: New. * stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac.
2001-01-23Update.Andreas Jaeger2-1/+4
* stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac.
2001-01-23Update.Andreas Jaeger4-11/+14
* elf/dl-load.c (_dl_init_paths): Don't use strdupa in function arguments. Reported by Jiri Kubicek <kubicek@bitsmart.com>, closes PR libc/2039.
2001-01-23Update.Andreas Jaeger2-5/+9
2001-01-23 Andreas Jaeger <aj@suse.de> * manual/install.texi (Tools for Compilation): Change required binutils version.
2001-01-23Add test for new enough binutils version, move compiler/binutils test up.Andreas Jaeger3-119/+184
* configure.in: Add test for new enough binutils version, move compiler/binutils test up.
2001-01-22Indentation fix.Ulrich Drepper1-1/+1
2001-01-22* Versions.def: Add version GLIBC_2.2.2.Andreas Jaeger2-0/+5
2001-01-22 Andreas Jaeger <aj@suse.de> * Versions.def: Add version GLIBC_2.2.2.
2001-01-22Update.Ulrich Drepper6-2/+2218
2001-01-21 Ulrich Drepper <drepper@redhat.com> * iconvdata/TESTS: UTF-8 test data for IBM932 and IBM943 are now available. * iconvdata/testdata/IBM932: New file. * iconvdata/testdata/IBM932..UTF8: New file. * iconvdata/testdata/IBM943: New file. * iconvdata/testdata/IBM943..UTF8: New file. Contributed by Masahide Washizawa <washi@jp.ibm.com>.