]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/pthread_cond_wait.c
[BZ #163]
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 May 2004 20:18:14 +0000 (20:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 May 2004 20:18:14 +0000 (20:18 +0000)
commit893a351195a2997133892ffac80573a9984ba4cf
treead1b9f1a9e7d55b25353c57f9fbd5f76c4804054
parentd40eb37aad4145ae4d047b6d7f633f740bf3a610
[BZ #163]

Update.
2004-05-18  Petter Reinholdtsen  <pere@hungry.com>

* locales/sl_SI [LC_TIME]: Correct d_fmt date format from
'22.06.2003' to '22. 06. 2003'.  Change requested from Aleks
Reinhardt, and approved by the locale author Borka
Jerman-Blazic. [BZ #163]
27 files changed:
localedata/ChangeLog
localedata/locales/sl_SI
malloc/mtrace.pl
nptl/ChangeLog
nptl/DESIGN-condvar.txt
nptl/Makefile
nptl/pthread_cond_init.c
nptl/sysdeps/pthread/pthread_cond_broadcast.c
nptl/sysdeps/pthread/pthread_cond_timedwait.c
nptl/sysdeps/pthread/pthread_cond_wait.c
nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
nptl/sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym
nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
nptl/tst-cond16.c [new file with mode: 0644]
nptl/tst-cond17.c [new file with mode: 0644]
nptl/tst-cond18.c [new file with mode: 0644]