about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Andreas Jaeger2000-04-272-6/+11
| | | | | | | 2000-04-18 H.J. Lu <hjl@gnu.org> * posix/globtest.sh: Properly apply the patch by Ulrich Drepper <drepper@redhat.com> on 2000-04-13.
* Update.Andreas Jaeger2000-04-271-0/+11
| | | | | | | | | | | | | 2000-04-27 Bruno Haible <clisp.cons.org> * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT. * intl/loadinfo.h (internal_function): Define if not already defined. 2000-04-27 Andreas Jaeger <aj@suse.de> * intl/libintl.h: Fix typo, reported by Bruno Haible <clisp.cons.org>.
* 2000-04-27 Bruno Haible <clisp.cons.org>Andreas Jaeger2000-04-273-2/+6
| | | | | | | | | | | * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT. * intl/loadinfo.h (internal_function): Define if not already defined. 2000-04-27 Andreas Jaeger <aj@suse.de> * intl/libintl.h: Fix typo, reported by Bruno Haible <clisp.cons.org>.
* Update.Ulrich Drepper2000-04-254-11/+28
| | | | | | | 2000-04-25 Ulrich Drepper <drepper@redhat.com> * elf/dl-profile.c (_dl_mcount): Try to be thread-safe while not setting the state to GMON_PROF_BUSY.
* Update.Ulrich Drepper2000-04-252-11/+11
| | | | | * elf/dl-profile.c (_dl_start_profile): define all variables which do not have to be global as local variables.
* Update.Ulrich Drepper2000-04-252-48/+25
| | | | | * nis/nis_callback.c (__nis_create_callback): Partially undo last patch. Keep needed tests for failed memory allocation.
* Update.Ulrich Drepper2000-04-252-31/+1
| | | | * pthread.c: Remove special treatement for interrupt handlers on x86.
* Update.Ulrich Drepper2000-04-254-11/+17
| | | | | | | | | 2000-04-24 Ulrich Drepper <drepper@redhat.com> * manager.c (pthread_free): Use FREE_THREAD not FREE_THREAD_SELF. * sysdeps/i386/useldt.h: Use "q" constraint instead of "r" where necessary. * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h".
* Fix typo.Ulrich Drepper2000-04-241-1/+1
| | | | * nss/Makefile (libnss_db-dbs): Remove stray backslash.
* Update.Ulrich Drepper2000-04-242-1/+4
| | | | | * elf/dl-reloc.c (_dl_relocate_object): Add one more __builtin_expect saying that we don't normally expect to profile.
* Update.Ulrich Drepper2000-04-242-3/+10
| | | | | | | 2000-04-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/dl-machine.h (elf_machine_rel): Add __builtin_expect where desirable.
* Update.Ulrich Drepper2000-04-242-2/+7
| | | | | | | 2000-04-24 Mark Kettenis <kettenis@gnu.org> * join.c (pthread_exit): Set p_terminated after reporting the termination event instead of before.
* Update.Ulrich Drepper2000-04-246-6/+496
| | | | | | | | | | | | | | | * manual/Makefile (chapters): Add syslog. * manual/syslog.texi: New file. * manual/math.texi: Fix references. * manual/terminal.texi: Likewise. Patch by Bryan Henderson <bryanh@giraffe-data.com>. 2000-04-18 Jakub Jelinek <jakub@redhat.com> * posix/sys/wait.h: Define __WAIT_STATUS and the like either if stdlib.h was not included or __USE_XOPEN not defined. 2000-04-23 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-04-233-1/+7
| | | | | | | 2000-04-23 Ulrich Drepper <drepper@redhat.com> * nss/Makefile (libnss_db-dbs): Remove stry backslash. Patch by Zack Weinberg <zack@wolery.cumb.org>.
* Update.Ulrich Drepper2000-04-222-2/+8
| | | | | | * manual/examples/subopt.c (mount_opts): Add missing terminating entry. Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
* Update.Ulrich Drepper2000-04-2219-14/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-04-22 Ulrich Drepper <drepper@redhat.com> * assert/assert-perr.c: Include <stdlib.h> for abort prototype. * libio/ftello.c: Likewise. * libio/ftello64.c: Likewise. * libio/ioftell.c: Likewise. * sysdeps/generic/memrchr.c: Likewise. * sysdeps/posix/libc_fatal.c: Likewise. * sysdeps/unix/sysv/linux/init-first.c: Likewise. * misc/fstab.c: Include <string.h> for strcmp prototype. * sysdeps/generic/ldsodefs.h: Likewise. * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. Patch by Kurt Roeckx <Q@ping.be>. * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines. Remove db-open. Change all uses. (libnss_db-routines): Define as $(libnss_db-dbs) db-open. 2000-04-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare. * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare. * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare. * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28 with .set noat/at to shut up warnings. * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias. * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow compilation if __NR_pciconfig_iobase is not defined. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64): Add alias.
* Update.Ulrich Drepper2000-04-223-204/+345
| | | | | | | | * manual/sysinfo.texi: Fix typo. * manual/time.texi: Document timelocal, timegm, adjtimex, and stime. Replace "high precision time" with "high accuracy clock". Fix language. Patches by Bryan Henderson <bryanh@giraffe-data.com>.
* Update.Ulrich Drepper2000-04-226-42/+58
| | | | | | | | | | * nis/nis_findserv.c (__nis_findfastest): Improve memory handling. * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca instead of malloc. * nis/nis_subr.c: Use __builtin_expect. * nis/ypclnt.c: Likewise. * nis/nis_getservlist.c: Likewise. * nis/nis_creategroup.c: Likewise.
* (nis_print_group_entry): Use alloca instead of malloc.Ulrich Drepper2000-04-221-15/+9
|
* UpdateAndreas Jaeger2000-04-211-1/+2
| | | | | * sysdeps/mips/mips64/submul_1.S: Likewise * sysdeps/unix/mips/sysdep.S: Likewise.
* 2000-04-21 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-04-211-2/+2
| | | | * sysdeps/unix/mips/sysdep.S: Use __PIC__ instead of PIC.
* Regenerated: autoconf configure.inUlrich Drepper2000-04-211-1/+1
|
* Update.Ulrich Drepper2000-04-211-0/+6
| | | | | | | | 2000-04-21 Ulrich Drepper <drepper@redhat.com> * nis/nis_callback.c (__nis_create_callback): Check result of memory allocation. Fix memory leaks. Use __builtin_expect. (__nis_destroy_callback): Fix memory leaks.
* (__nis_create_callback): Check result of memory allocation. Fix memory ↵Ulrich Drepper2000-04-211-18/+55
| | | | leaks. Use __builtin_expect. (__nis_destroy_callback): Fix memory leaks.
* Update.Andreas Jaeger2000-04-211-0/+16
| | | | | | | | | | | | | | | | | | 2000-04-21 Andreas Jaeger <aj@suse.de> * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC. * sysdeps/mips/mips64/add_n.S: Likewise. * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise. * sysdeps/mips/mips64/lshift.S: Likewise. * sysdeps/mips/mips64/mul_1.S: Likewise. * sysdeps/mips/mips64/rshift.S: Likewise. * sysdeps/mips/mips64/setjmp.S: Likewise. * sysdeps/mips/mips64/sub_n.S: Likewise. * sysdeps/mips/mips64/submul_1.S: Likewise. * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab and update comment. The strtab from _dl_relocate_object can be used.
* 2000-04-21 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-04-2110-34/+31
| | | | | | | | | | | | | | | | * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC. * sysdeps/mips/mips64/add_n.S: Likewise. * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise. * sysdeps/mips/mips64/lshift.S: Likewise. * sysdeps/mips/mips64/mul_1.S: Likewise. * sysdeps/mips/mips64/rshift.S: Likewise. * sysdeps/mips/mips64/setjmp.S: Likewise. * sysdeps/mips/mips64/sub_n.S: Likewise. * sysdeps/mips/mips64/submul_1.S: Likewise. * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab and update comment. The strtab from _dl_relocate_object can be used.
* (iconv): Fix typo.Ulrich Drepper2000-04-211-1/+1
|
* Update.Ulrich Drepper2000-04-219-25/+47
| | | | | | | | | | | | | | | | | | 2000-04-21 Ulrich Drepper <drepper@redhat.com> * iconv/iconv.c (iconv): Add __builtin_expect where useful. * iconv/iconv_close.c (iconv_close): Likewise. * iconv/iconv_open.c (iconv_open): Likewise. * grp/putgrent.c (putgrent): Unlock steam if fprintf failed. Add __builtin_expect where useful. * grp/initgroups.c (initgroups): Test for result of memory allocation and punt if it fails. * dirent/scandir.c (scandir): Add __builtin_expect where useful. * grp/fgetgrent.c (fgetfrent): Likewise. * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
* Update.Ulrich Drepper2000-04-212-0/+5
| | | | | | 2000-04-21 Jakub Jelinek <jakub@redhat.com> * libio/vasprintf.c: Include string.h to get memcpy prototype.
* Update.Ulrich Drepper2000-04-212-2/+5
| | | | | | * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small don't search for NUL byte to decrement counter. Reported by Ulrich.Brink@sap.com.
* Update.Ulrich Drepper2000-04-214-6/+333
| | | | | | | | | | | | * iconv/gconv_simple.c: Define separate functions to convert from UCS4/UCS4-LE to the internal encoding. * iconv/gconv_builtin.h: Use separate functions to convert from UCS4/UCS4-LE to the internal encoding. * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and __gconv_transform_ucs4le_internal. * iconv/gconv_simple.c (internal_utf8_loop): Correct check for output buffer overflow. Reported by Ulrich.Brink@sap.com.
* Update.Ulrich Drepper2000-04-213-3/+8
| | | | | | | 2000-04-20 Ulrich Drepper <drepper@redhat.com> * iconv/skeleton.c: Add some more __builtin_expect. * iconv/loop.c: Likewise.
* Update.Ulrich Drepper2000-04-213-12/+46
| | | | | | | 2000-03-08 H.J. Lu <hjl@gnu.org> * posix/regex.c (regex_compile): Correctly handle "\{" when the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
* Update.Ulrich Drepper2000-04-213-3/+15
| | | | | | | | 2000-04-20 Ulrich Drepper <drepper@redhat.com> * manual/stdio.texi: Give advise about handling error when using stream functions. Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
* Update.Ulrich Drepper2000-04-2113-42/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-04-19 Jakub Jelinek <jakub@redhat.com> * locale/programs/ld-ctype.c (ctype_output): Set size of the idx field to nelems * sizeof (uint32_t). * locale/programs/ld-address.c (address_output): Align word fields properly. * locale/programs/ld-monetary.c (monetary_output): Likewise. Don't restart idx pointers to idx end at the duo_int_curr_symbol field. Avoid giving arbitrary garbage in the crncystr field. Use sizeof(uint32_t) instead of 4 for len in uno_valid_from, uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate fields. * locale/programs/ld-numeric.c (numeric_output): Likewise. Don't restart idx pointers to idx end at the decimal_point_wc field. * locale/programs/ld-time.c (time_output): week_1stday should be word, not byte. Align it properly. 2000-04-19 H.J. Lu <hjl@gnu.org> * csu/gmon-start.c (_start): Declared as "extern void". (etext): Likewise. 2000-04-18 Andreas Jaeger <aj@suse.de> * manual/install.texi (Running make install): Don't mention utmpd anymore. 2000-04-18 Andreas Jaeger <aj@suse.de> * linuxthreads/Versions: Use ld instead of ld.so. * elf/Makefile (ld-map): Use ld.map. * Versions.def: Use ld instead of ld.so. * elf/Versions: Likewise. * sysdeps/mach/hurd/Versions: Likewise.
* (_start): Declared as "extern void". (etext): Likewise.Ulrich Drepper2000-04-211-2/+5
|
* 2000-04-20 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-04-212-2/+11
| | | | | | | | | | | * elf/rtld.c (print_statistics): Move ifndef further up. (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings. (dl_main): Likewise. 2000-04-20 Andreas Jaeger <aj@suse.de> * elf/rtld.c (print_statistics): Move ifndef further up. (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings. (dl_main): Likewise.
* 2000-04-18 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-04-192-0/+14
| | | | | | | * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and 2.2 for libnsl, libresolv, librt, libnss_*. * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and 2.2 for libnsl, libresolv, librt, libnss_*.
* Update.Ulrich Drepper2000-04-194-1/+13
| | | | | * gmon/gmon.c: Add weak alias moncontrol for __moncontrol. * gmon/Versions: Move moncontrol to GLIBC_2.2.
* Update.Ulrich Drepper2000-04-191-0/+2
| | | | * po/cs.po: Update from translation team.
* Update from translation team.Ulrich Drepper2000-04-191-3301/+3717
|
* 2000-04-18 Andreas Jaeger <aj@suse.de>Andreas Jaeger2000-04-182-1/+2
| | | | | * elf/rtld.c (process_dl_debug): Remove obsolete comment. * elf/rtld.c (process_dl_debug): Remove obsolete comment.
* Fix typo.Ulrich Drepper2000-04-181-1/+1
|
* Update.Ulrich Drepper2000-04-182-9/+5
| | | | * sysdeps/generic/updwtmp.c: Remove daemon support.
* Update.Ulrich Drepper2000-04-182-3/+4
| | | | * login/Makefile (routines): Remove utmp_daemon.
* Update.Ulrich Drepper2000-04-182-1/+2
| | | | * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
* Update.Ulrich Drepper2000-04-182-0/+3
| | | | * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
* Update.Ulrich Drepper2000-04-183-0/+9
| | | | | * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE. * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
* Update.Ulrich Drepper2000-04-182-9/+6
| | | | | * elf/rtld.c: Display statitics option also if hp timing is not available.
* Update.Ulrich Drepper2000-04-184-479/+8
| | | | | | | * login/utmp_daemon.c: Removed. * login/getutent_r.c: Remove references to daemon functions. * login/utmp-private.h (__libc_utmp_daemon_functions): Remove declaration.