aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-08-10 Move setting of mutex owner into critical section.Andreas Jaeger1-0/+6
2000-07-31 * mutex.c (__pthread_mutex_trylock): Only set mutex owner if weAndreas Jaeger1-0/+6
really own it. Patch by Kevin B. Hendricks" <khendricks@ivey.uwo.ca>.
2000-04-10Update.Ulrich Drepper1-0/+6
2000-03-23Update.Ulrich Drepper1-0/+9
2000-03-21Update.Ulrich Drepper1-0/+6
2000-03-21Update.Ulrich Drepper1-0/+6
2000-03-16Update.Ulrich Drepper1-0/+6
2000-03-15Update.Ulrich Drepper1-1/+2
2000-03-15Update.Ulrich Drepper1-0/+4
2000-03-15Update.Ulrich Drepper1-0/+6
2000-02-23Update.Ulrich Drepper1-0/+4
2000-02-15Update.Ulrich Drepper1-0/+8
2000-02-13Update.Ulrich Drepper1-0/+8
2000-02-11Update.Ulrich Drepper1-0/+7
2000-01-31Update.Ulrich Drepper1-0/+8
2000-01-29Update.Ulrich Drepper1-0/+8
2000-01-19Update.Ulrich Drepper1-0/+5
2000-01-12Update.Ulrich Drepper1-0/+17
2000-01-062000-01-06 Andreas Jaeger <aj@suse.de>Andreas Jaeger1-0/+4
* pthread.c: Correct last patch: Remove extra initializers.
2000-01-05Update.Ulrich Drepper1-0/+2
2000-01-05Update.Ulrich Drepper1-0/+5
2000-01-05Update.Ulrich Drepper1-0/+18
1999-12-28Update.Ulrich Drepper1-0/+3
1999-12-28Update.Ulrich Drepper1-0/+5
1999-12-21Update.Ulrich Drepper1-0/+5
1999-12-21Update.Ulrich Drepper1-0/+5
1999-12-02Update.Ulrich Drepper1-0/+7
1999-11-23Update.Ulrich Drepper1-0/+5
1999-11-22Update.Ulrich Drepper1-0/+10
1999-11-14Update.Ulrich Drepper1-0/+46
1999-10-10Update.Ulrich Drepper1-0/+5
1999-10-08Update.Ulrich Drepper1-0/+6
1999-09-25Update.Ulrich Drepper1-0/+6
1999-09-25Update.Ulrich Drepper1-0/+5
1999-09-23Update.Ulrich Drepper1-0/+6
1999-09-05Update.Ulrich Drepper1-0/+7
1999-08-23Update.Ulrich Drepper1-0/+5
1999-08-20Update.Ulrich Drepper1-0/+2
1999-08-20Update.Ulrich Drepper1-0/+6
1999-08-20Update.Ulrich Drepper1-0/+3
1999-08-20Update.Ulrich Drepper1-0/+5
1999-08-01Update.Ulrich Drepper1-0/+5
1999-07-29Update.Ulrich Drepper1-0/+5
1999-07-16Update.Ulrich Drepper1-0/+5
1999-07-10Update.Ulrich Drepper1-0/+5
1999-07-09Update.Ulrich Drepper1-0/+14
1999-07-09Update.Ulrich Drepper1-0/+8
1999-05-23Update.Ulrich Drepper1-0/+7
1999-05-23 Ulrich Drepper <drepper@cygnus.com> * sysdeps/alpha/fpu/bits/fenv.h: Pretty print. * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove unneeded #if. 1999-05-22 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member names to protect from user's macro namespace. * sysdeps/arm/fpu/bits/fenv.h (fenv_t): Likewise. * sysdeps/generic/bits/fenv.h (fexcept_t, fenv_t): Likewise. * sysdeps/i386/fpu/bits/fenv.h (fenv_t): Likewise. * sysdeps/mips/bits/fenv.h (fenv_t): Likewise. * sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c: Adapted. * sysdeps/arm/fpu/fegetenv.c, sysdeps/arm/fpu/feholdexcpt.c, sysdeps/arm/fpu/fesetenv.c: Likewise. * sysdeps/i386/fpu/fclrexcpt.c, sysdeps/i386/fpu/feholdexcpt.c, sysdeps/i386/fpu/fesetenv.c, sysdeps/i386/fpu/fraiseexcpt.c, sysdeps/i386/fpu/fsetexcptflg.c: Likewise. * sysdeps/mips/fesetenv.c: Likewise.
1999-05-18Update.Ulrich Drepper1-0/+6
1999-05-18 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/sparc/sparc64/rawmemchr.S: New file. * sysdeps/sparc/sparc32/sparcv9/rawmemchr.S: New file. * sysdeps/sparc/sparc64/memchr.S: Fix if the second argument contains garbage in bits 8-63. * sysdeps/sparc/sparc64/memset.S: Ditto. * sysdeps/sparc/sparc64/strchr.S: Ditto.
1999-05-17Update.Ulrich Drepper1-0/+9
1999-05-16 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> * malloc/malloc.c: Cleanup to bring in line with released stand-alone version `ptmalloc'. Update some comments. (internal_function): Move fallback definition so that the source compiles outside of libc, and use it in more places. (malloc_atfork): Fix when malloc_check is in use. 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdlib/tst-strtod.c: Fix typo. 1999-05-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/dl-close.c (_dl_close): Add cast to avoid warning about const incorrectness.