mirror of git://sourceware.org/git/glibc.git
[BZ #4040]
* sysdeps/x86_64/bits/atomic.h: One more change, this time for 16- and 64-bit operations. [BZ #4040] * sysdeps/i386/i486/bits/atomic.h: One more change, this time for 16-bit operations.
This commit is contained in:
parent
04632864fd
commit
ad0b348ce1
|
|
@ -1,5 +1,12 @@
|
||||||
2007-02-16 Ulrich Drepper <drepper@redhat.com>
|
2007-02-16 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
|
||||||
|
and 64-bit operations.
|
||||||
|
|
||||||
|
[BZ #4040]
|
||||||
|
* sysdeps/i386/i486/bits/atomic.h: One more change, this time for
|
||||||
|
16-bit operations.
|
||||||
|
|
||||||
* nscd/nscd.c (parse_opt): One more conversion to use send instead
|
* nscd/nscd.c (parse_opt): One more conversion to use send instead
|
||||||
of writev.
|
of writev.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
2007-02-16 Ulrich Drepper <drepper@redhat.com>
|
2007-02-16 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #3995]
|
||||||
|
* locales/ru_RU (LC_TIME): Set first_weekday and first_workday.
|
||||||
|
|
||||||
[BZ #3885]
|
[BZ #3885]
|
||||||
* locales/i18n: Updates for Unicode 5.0.
|
* locales/i18n: Updates for Unicode 5.0.
|
||||||
* charmaps/UTF-8: Likewise.
|
* charmaps/UTF-8: Likewise.
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,8 @@ t_fmt_ampm ""
|
||||||
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
|
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
|
||||||
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||||
<U0025><U005A><U0020><U0025><U0059>"
|
<U0025><U005A><U0020><U0025><U0059>"
|
||||||
|
first_weekday 2
|
||||||
|
first_workday 2
|
||||||
END LC_TIME
|
END LC_TIME
|
||||||
|
|
||||||
LC_PAPER
|
LC_PAPER
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue