about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-02-153-0/+23
| | | | | | | | | | | 2000-02-15 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/libm-test-ulps: Add one value for AMD K7. 2000-02-15 Andreas Jaeger <aj@suse.de> * math/libm-test.inc (nearbyint_test): Add some tests. (rint_test): Likewise.
* Update.Ulrich Drepper2000-02-152-0/+4
| | | | | * locale/programs/repertoire.c (repertoire_new_char): NUL terminated names of character in range.
* Fix typos.Ulrich Drepper2000-02-151-2/+2
| | | | | * sysdeps/i386/fpu/s_nearbyintl.S: Likewise. 2000-02-14 Scott Bambrough <scottb@netwinder.org>
* Update.Ulrich Drepper2000-02-153-7/+10
| | | | | * stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep. Define and initialize use_outdigits in the inner loops.
* Update.Ulrich Drepper2000-02-156-6/+24
| | | | | | | | | | | | 2000-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/sigwait.c: Don't look for signal 0 since it does not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601). * sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not enable it. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600). * sysdeps/i386/fpu/s_nearbyintf.S: Likewise. * sysdeps/i386/fpu/s_nearbyintf.l: Likewise.
* Update.Ulrich Drepper2000-02-152-2/+6
| | | | | | 2000-02-14 Andreas Jaeger <aj@suse.de> * elf/rtld.c (dl_main): Fix check for references to dynamic linker.
* Update.Ulrich Drepper2000-02-155-95/+57
| | | | | | * manual/job.texi: Fix typos. * manual/process.texi: Likewise. * manual/signal.texi: Likewise.
* Update.Ulrich Drepper2000-02-142-2/+7
| | | | | | | 2000-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/atomicity.h: Remove white space to avoid compiler warning.
* Update.Ulrich Drepper2000-02-142-0/+7
| | | | | | | | 2000-02-14 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add Rebel-NetWinder to platform table so _ioperm platform lookup via /proc/cpuinfo works on later version NetWinders.
* Update.Ulrich Drepper2000-02-142-3/+4
| | | | | | | * locale/programs/charmap.c (charmap_read): Remove erronous free call. * iconv/skeleton.c: Increment __invocation_counter after every call
* Update.Ulrich Drepper2000-02-131-0/+1
| | | | PR libc/1580 and libc/1581.
* Update.Ulrich Drepper2000-02-134-3/+48
| | | | | | | | * sysdeps/i386/fpu/s_cosf.S: Domain of opcode is not large enough so test for overflow and handle it. * sysdeps/i386/fpu/s_sinf.S: Likewise. * sysdeps/i386/fpu/s_tanf.S: Likewise. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).
* Update.Ulrich Drepper2000-02-137-188/+362
| | | | | | | | | | | | | | | 2000-02-13 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add UTF-16. (distribute): Add utf-16.c. * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and UTF-16LE. * iconvdata/utf-16.c: New file. * iconv/gconv_builtin.h: Remove UTF-16 entries here. * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16. * iconv/skeleton.c: Increment __invocation_coounter after every call to the loops.
* Update.Ulrich Drepper2000-02-132-2/+7
| | | | | | | 2000-02-13 Andreas Jaeger <aj@suse.de> * condvar.c (pthread_cond_timedwait_relative_new): Fix last patch. (pthread_cond_timedwait_relative_old): Likewise.
* Update.Ulrich Drepper2000-02-137-7/+82
| | | | | | | | | | 2000-02-12 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/i386/msgctl.c (__new_msgctl): Move errno declaration to place where it's needed to avoid compiler warning. * sysdeps/unix/sysv/linux/i386/semctl.c (__new_semctl): Likewise. * locale/weightwc.h (findidx): Correct find index value.
* Update.Ulrich Drepper2000-02-136-12/+47
| | | | | | | | | | | 2000-02-12 Ulrich Drepper <drepper@redhat.com> * locale/nl_langinfo.h: Add casts to prevent warnings. * wctype/iswctype_l.c: Use correct types for mapped data. * wctype/wcfuncs.c: Add one more comment for clarification. * wctype/wcfuncs_l.c: Use __ctype32_tolower and __ctype32_toupper. * wctype/wctrans.c: Likewise.
* Update.Ulrich Drepper2000-02-122-0/+3
| | | | * SUPPORTED: Add gl_ES.ISO-8859-1.
* Update.Ulrich Drepper2000-02-122-0/+2
| | | | * SUPPORTED: Add ar_SA.ISO-8859-6.
* Update.Ulrich Drepper2000-02-123-222/+753
| | | | | | * locales/ar_SA: New file. * locales/th_TH: Remove Thai digits from `digits'.
* Update.Ulrich Drepper2000-02-122-0/+3
| | | | * SUPPORTED: Add th_TH.TIS-620.
* Update.Ulrich Drepper2000-02-127-90/+106
| | | | | | | | | | | | | | | | | | | | 2000-02-12 Ulrich Drepper <drepper@redhat.com> * locales/el_GR (toupper): Don't map *s to S*. * locales/en_DK: Likewise. * locales/en_DK.com: Likewise. * locales/ru_RU: Likewise. * locales/ru_UA: Likewise. * locales/tr_TR: Likewise. * locales/uk_UA: Likewise. * locales/en_DK (toupper): Map v% to V%. (tolower): Map V% to v%. * locales/en_DK.com: Likewise. * locales/ru_RU: Likewise. * locales/ru_UA: Likewise. * locales/tr_TR: Likewise. * locales/uk_UA: Likewise.
* (toupper): Don't map *s to S*.Ulrich Drepper2000-02-121-10/+9
|
* Update.Andreas Jaeger2000-02-121-0/+10
| | | | | | | | | | | | 2000-02-12 Andreas Jaeger <aj@suse.de> * sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup conventions. (elf_machine_rel): Use R_MIPS_REL32 for RESOLVE. (elf_machine_runtime_setup,elf_machine_got_rel): Move at end of file and make dependend on RESOLVE. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol. (RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.
* 2000-02-12 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-02-121-130/+147
| | | | | | | | | | * sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup conventions. (elf_machine_rel): Use R_MIPS_REL32 for RESOLVE. (elf_machine_runtime_setup,elf_machine_got_rel): Move at end of file and make dependend on RESOLVE. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol. (RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.
* (inet_network): Add missing part of last patch.Ulrich Drepper2000-02-123-17/+22
|
* Update.Ulrich Drepper2000-02-123-17/+18
| | | | * sysdeps/unix/sysv/linux/i386/shmctl.c: Fix handling of save_errno.
* Update.Ulrich Drepper2000-02-113-4/+23
| | | | | | | | | 2000-02-11 Ulrich Drepper <drepper@redhat.com> * locale/langinfo.h: Make CRNCYSTR a separate entry instead of an alias for CURRENCY_SYMBOL. * locale/programs/ld-monetary.c: Add support to write out CRNCYSTR information. [PR libc/1583].
* Update.Ulrich Drepper2000-02-113-45/+45
| | | | | | | | | | | | 2000-02-08 Shinya Hanataka <hanataka@abyss.rim.or.jp> * locale/weightwc.h: Fix problem with collating-element. * locale/programs/ld-collate.c (collate_finish): Output wide character collating-symbol, which has no wide strings. * locale/programs/ld-collate.c (collate_output): Fix problem with wide character collating-element.
* Update.Ulrich Drepper2000-02-112-2/+8
| | | | | | | | 2000-02-09 Andreas Jaeger <aj@suse.de> * time/strptime.c (strptime_internal): Fix pointer dereference. Patch by Juergen Heinzl <juergen@monocerus.demon.co.uk>, closes PR libc/1591.
* Update.Ulrich Drepper2000-02-116-3/+405
| | | | | | | | | | | | 2000-02-08 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/msgctl.c: New file. * sysdeps/unix/sysv/linux/alpha/semctl.c: New file. * sysdeps/unix/sysv/linux/alpha/shmctl.c: New file. * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl, semctl, shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols. * sysdeps/unix/sysv/linux/alpha/Makefile: Add oldmsgctl, oldsemctl and oldshmctl to sysdep-routines.
* Update.Ulrich Drepper2000-02-112-3/+10
| | | | | | | | | 2000-02-08 Andreas Jaeger <aj@suse.de> * locale/programs/locale.c (write_locales): Fix handling of whitespace lines. Fixes PR libc/1588, reported by Miroslav Holcak <miroslav.holcak@vitkovice.cz>.
* Update.Ulrich Drepper2000-02-113-1/+24
| | | | | | | | 2000-02-07 Thorsten Kukuk <kukuk@suse.de> * config.make.in: Add infodir. * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel header files.
* Update.Ulrich Drepper2000-02-112-1/+26
| | | | | * posix/getopt.c: Suppress messages if first character of optstring is a colon (PR libc/1584).
* Update.Ulrich Drepper2000-02-111-0/+4
| | | | | | * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Define ELF_* constants and elf_* types to interpret values passed up from the kernel. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
* Update.Ulrich Drepper2000-02-112-3/+4
| | | | * manual/locale.texi: Update to reflect change.
* Update.Ulrich Drepper2000-02-112-11/+10
| | | | | | | 2000-02-11 Ulrich Drepper <drepper@redhat.com> * locale/nl_langinfo.c: Correct return value in error case. Don't set errno (PR libc/1582).
* Update.Ulrich Drepper2000-02-1110-29/+179
| | | | | | | | | | | | | | | 2000-02-02 Andreas Schwab <schwab@suse.de> * malloc/Makefile (distribute): Add memprof.h. * malloc/memprof.c: Move definition of GETSP and GETTIME to new header memprof.h. * sysdeps/generic/memprof.h: New file. * sysdeps/alpha/memprof.h: New file. * sysdeps/i386/memprof.h: New file. * sysdeps/m68k/memprof.h: New file. * sysdeps/mips/memprof.h: New file. * sysdeps/powerpc/memprof.h: New file. * sysdeps/sparc/memprof.h: New file.
* Update.Ulrich Drepper2000-02-1139-27/+594
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-01 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/getresgid.c: Move... * sysdeps/unix/sysv/linux/i386/getresgid.c: ...here. (getresgid): Use getresgid32 if __libc_missing_32bit_uids is -1 or 0. * sysdeps/unix/sysv/linux/getresuid.c: Move... * sysdeps/unix/sysv/linux/i386/getresuid.c: ...here. (getresuid): Use getresuid32 if __libc_missing_32bit_uids is -1 or 0. * sysdeps/unix/sysv/linux/i386/getuid.c: Document new tristate __libc_missing_32bit_uids. (__getuid): Use 32bit uid syscall if __libc_missing_32bit_uids is -1 or 0. * sysdeps/unix/sysv/linux/i386/chown.c (__real_chown): Likewise. * sysdeps/unix/sysv/linux/i386/fchown.c (__fchown): Likewise. * sysdeps/unix/sysv/linux/i386/getegid.c (__getegid): Likewise. * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Likewise. * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Likewise. * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Likewise. * sysdeps/unix/sysv/linux/i386/lchown.c (__lchown): Likewise. * sysdeps/unix/sysv/linux/i386/setfsgid.c (setfsgid): Likewise. * sysdeps/unix/sysv/linux/i386/setfsuid.c (setfsuid): Likewise. * sysdeps/unix/sysv/linux/i386/setgid.c (__setgid): Likewise. * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise. * sysdeps/unix/sysv/linux/i386/setregid.c (__setregid): Likewise. * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Likewise. * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Likewise. * sysdeps/unix/sysv/linux/i386/setreuid.c (__setreuid): Likewise. * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Likewise. * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise. * sysdeps/unix/sysv/linux/arm/getresuid.c: New file. * sysdeps/unix/sysv/linux/arm/getresgid.c: New file. * sysdeps/unix/sysv/linux/arm/msgctl.c: New file. * sysdeps/unix/sysv/linux/arm/semctl.c: New file. * sysdeps/unix/sysv/linux/arm/shmctl.c: New file. * sysdeps/unix/sysv/linux/i386/msgctl.c: New file. * sysdeps/unix/sysv/linux/i386/semctl.c: New file. * sysdeps/unix/sysv/linux/i386/shmctl.c: New file. * sysdeps/unix/sysv/linux/m68k/getresgid.c: New file. * sysdeps/unix/sysv/linux/m68k/getresuid.c: New file. * sysdeps/unix/sysv/linux/m68k/msgctl.c: New file. * sysdeps/unix/sysv/linux/m68k/semctl.c: New file. * sysdeps/unix/sysv/linux/m68k/shmctl.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: New file. * sysdeps/unix/sysv/linux/mips/syscalls.list (getresuid): Make syscall directly, no stubs needed. (getresgid): Likewise. * sysdeps/unix/sysv/linux/powerpc/syscalls.list (getresuid): Likewise. (getresgid): Likewise.
* Update.Ulrich Drepper2000-02-114-0/+24
| | | | | * iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5. Reported by Bruno Haible <haible@ilog.fr>.
* Update.Ulrich Drepper2000-02-1129-402/+849
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-11 Ulrich Drepper <drepper@redhat.com> * stdio-common/printf-parse.h (parse_one_spec): Set wide elements. * stdio-common/printf_fp.c: Truely support wide characater output. Finally handle decimal points and thousands separator characters correctly for multibyte output. * stdio-common/printf_size.c: Likewise. * sysdeps/generic/printf_fphex.c: Likewise. * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise. * stdio-common/vfscanf.c: Implement I modifier for numbers to read locale dependent digits. * locale/C-monetary.c (_nl_C_LC_MONETARY): Change wide character decimal point and thousands separator values to wide characters from wide character strings. * locale/C-numeric.c (_nl_C_LC_NUMERIC): Likewise. * locale/indigitswc.h: Dereference wcdigits array elements. 2000-02-03 Jakub Jelinek <jakub@redhat.com> * stdlib/canonicalize.c (canonicalize): Zero terminate path to copy on error. 2000-02-01 Cristian Gafton <gafton@redhat.com> * misc/syslog.c (closelog): Reset LogType to SOCK_DGRAM. 2000-01-31 Philip Blundell <philb@gnu.org> * sysdeps/arm/fpu/fpu_control.h (_FPU_DEFAULT): Set the AC bit. 2000-01-31 Andreas Jaeger <aj@suse.de> * intl/Makefile (generated): msgs.h is generated. * localedata/Makefile (generated-dirs): Add de_DE.437. 2000-01-31 Jakub Jelinek <jakub@redhat.com> * config.make.in: Allow default localedir to come from configure. * configure.in: Export libc_cv_localedir. * sysdeps/unix/sysv/linux/configure.in: For sparc64, put locale stuff into $exec_prefix/lib/locale because it can be shared between 32bit and 64bit libraries. * configure: Rebuilt. * sysdeps/unix/sysv/linux/configure: Rebuilt. 2000-01-31 Andreas Jaeger <aj@suse.de> * inet/tst-network.c: New file. * inet/Makefile (tests): Add tst-network. * inet/inet_net.c (inet_network): Don't overwrite memory or allow to great last digits.
* Update.Ulrich Drepper2000-02-101-0/+6
| | | | | | | 2000-01-31 Andreas Jaeger <aj@suse.de> * inet/inet_net.c (inet_network): Synch with bind 8.2.2. Fixes PR libc/1567.
* Update.Andreas Jaeger2000-02-102-36/+37
| | | | | | | 2000-02-10 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/clone.S: Rewritten. Based on a patch by Hiroyuki Machida <machida@sm.sony.co.jp>.
* Update.Andreas Jaeger2000-02-093-1/+22
| | | | | | | | 2000-02-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add new syscalls. * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing syscalls.
* Update.Andreas Jaeger2000-02-083-7/+7
| | | | | | * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Fix typo. Make it compile.
* Update.Andreas Jaeger2000-02-082-6/+9
| | | | | * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): Fix usage of macro ADD_STRING.
* Update.Andreas Jaeger2000-02-082-3/+4
| | | | | * sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members c_ispeed and c_ospeed which are not implemented.
* Update.Andreas Jaeger2000-02-085-44/+91
| | | | | | | | | | 2000-02-08 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/pwrite64.c: Define __libc_* variant for cancelation wrapper; use __ASSUME_PWRITE_SYSCALL macro. * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise. * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
* Update.Andreas Jaeger2000-02-052-2/+9
| | | | | | | | | 2000-02-05 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/mman.h (MS_SYNC): 0 will not work - set to 4 in accordance with changes made in the Linux/MIPS kernel. Using MS_SYNC on older kernels with MS_SYNC == 0 doesn't actually work.
* Update.Andreas Jaeger2000-02-042-9/+14
| | | | | | | 2000-02-04 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/mman.h: Use correct values for the defines.
* Update.Andreas Jaeger2000-02-032-0/+4
| | | | * sysdeps/mips/abort-instr.h: New file.