about summary refs log tree commit diff
path: root/linuxthreads_db/td_thr_getgregs.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2002-07-161-0/+7
| | | | | | | | | | 2002-07-15 Ulrich Drepper <drepper@redhat.com> * intl/tst-gettext.sh: Pass -f option to msgfmt. * intl/tst-gettext.c: Correctly handle untranslated messages in positive tests. * po/de.po: Update from translation team.
* Don't use __FUNCTION__ as literal.Andreas Jaeger2001-12-281-1/+1
|
* Update.Andreas Jaeger2001-07-061-8/+8
| | | | | | | | | | | | | 2001-07-06 Andreas Jaeger <aj@suse.de> * manual/Makefile (texis): Add fdl.texi. * manual/fdl.texi: New. * manual/socket.texi (Host Names): Improve grammar, fix overflow hbox. * manual/libc.texinfo: Add fdl, update titlepage. Patches by Brian Youmans <3diff@gnu.org>. * sysdeps/unix/make_errlist.c (main): Print LGPL v2.1 for generated file.
* If p_pid is zero use ps_getpid().Ulrich Drepper2001-04-051-3/+8
|
* Update.Ulrich Drepper2000-01-211-1/+1
| | | | | | | | | | | | | * manual/getopt.texi (Using the getopt function): Fix description of return value for format string starting with '-' (PR libc/1551). Patch by Raúl Núñez de Arenas Coronado <dervishd@jazzfree.com> * sunrpc/clnt_perr.c (rpc_errlist): Fix index for RPC_PROGVERSMISMATCH. Patch by jens.moeller@westgeo.com (PR libc/1550). * locale/programs/ld-collate.c (struct element_t): Add wclast and compute it where necessary. (collate_output): Insert indirect references in the right order.
* Update.Ulrich Drepper2000-01-201-2/+2
| | | | | * sysdeps/ieee754/ldbl-96/s_modfl.c: Correct handling of arguments with exponent >31 and < 63 (PR libc/1548).
* Update.Ulrich Drepper1999-11-021-2/+6
| | | | | | | 1999-11-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Include sys/ucontext.h instead of duplicating definitions.
* Update.Ulrich Drepper1999-10-081-0/+40
1999-10-07 Ulrich Drepper <drepper@cygnus.com> * Implies: New file. * internals.h (struct _pthread_descr_struct): Add p_startfct. * manager.c (pthread_handle_create): Initialize p_startfct. * pthread.c: Define __linuxthread_pthread_sizeof_descr variable.