mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
* charmaps/ISO-8859-7: Fix 0xa1 mapping.
This commit is contained in:
parent
f7a8a904b6
commit
932ba4ee94
@ -1,5 +1,8 @@
|
|||||||
1999-11-12 Ulrich Drepper <drepper@cygnus.com>
|
1999-11-12 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* td_ta_thr_iter.c: Start copying list of descriptors from right
|
||||||
|
position in target process.
|
||||||
|
|
||||||
* td_ta_thr_iter.c: Fix loop starting point over all but main and
|
* td_ta_thr_iter.c: Fix loop starting point over all but main and
|
||||||
manager thread.
|
manager thread.
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ td_ta_thr_iter (const td_thragent_t *ta, td_thr_iter_f *callback,
|
|||||||
return result;
|
return result;
|
||||||
|
|
||||||
/* Read all the descriptors. */
|
/* Read all the descriptors. */
|
||||||
if (ps_pdread (ta->ph, ta->handles, &phc[2],
|
if (ps_pdread (ta->ph, ta->handles + 2, &phc[2],
|
||||||
(sizeof (struct pthread_handle_struct)
|
(sizeof (struct pthread_handle_struct)
|
||||||
* (pthread_threads_max - 2))) != PS_OK)
|
* (pthread_threads_max - 2))) != PS_OK)
|
||||||
return TD_ERR; /* XXX Other error value? */
|
return TD_ERR; /* XXX Other error value? */
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
1999-11-12 Ulrich Drepper <drepper@cygnus.com>
|
1999-11-12 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* charmaps/ISO-8859-7: Fix 0xa1 mapping.
|
||||||
|
|
||||||
* charmaps/ISO-8859-13: Fix a few entries.
|
* charmaps/ISO-8859-13: Fix a few entries.
|
||||||
Patch by Marius Gedminas <mgedmin@takas.lt>.
|
Patch by Marius Gedminas <mgedmin@takas.lt>.
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ CHARMAP
|
|||||||
<PM> /x9E <U009E> PRIVACY MESSAGE (PM)
|
<PM> /x9E <U009E> PRIVACY MESSAGE (PM)
|
||||||
<AC> /x9F <U009F> APPLICATION PROGRAM COMMAND (APC)
|
<AC> /x9F <U009F> APPLICATION PROGRAM COMMAND (APC)
|
||||||
<NS> /xA0 <U00A0> NO-BREAK SPACE
|
<NS> /xA0 <U00A0> NO-BREAK SPACE
|
||||||
<9'> /xA1 <U201B> SINGLE HIGH-REVERSED-9 QUOTATION MARK
|
<'6> /xA1 <U2018> LEFT SINGLE QUOTATION MARK
|
||||||
<'9> /xA2 <U2019> RIGHT SINGLE QUOTATION MARK
|
<'9> /xA2 <U2019> RIGHT SINGLE QUOTATION MARK
|
||||||
<Pd> /xA3 <U00A3> POUND SIGN
|
<Pd> /xA3 <U00A3> POUND SIGN
|
||||||
<BB> /xA6 <U00A6> BROKEN BAR
|
<BB> /xA6 <U00A6> BROKEN BAR
|
||||||
|
Loading…
Reference in New Issue
Block a user