forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2001-10-14 Ulrich Drepper <[email protected]> * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx to generate hexadecimal identifier. Patch by Jungshik Shin <[email protected]>. 2001-10-09 Stephen L Moshier <[email protected]> * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm. 2001-10-14 Ulrich Drepper <[email protected]> * sysdeps/ieee754/ldbl-128/e_powl.c: New file. * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file. Contributed by Stephen L Moshier <[email protected]>. * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables. * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise. * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise * timezone/africa: Update from tzdata2001d. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/backward: Likewise. * timezone/europe: Likewise. * timezone/leapseconds: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. 2001-10-09 Martin Schwidefsky <[email protected]> * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef. * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
- Loading branch information
Ulrich Drepper
committed
Oct 14, 2001
1 parent
459a316
commit 1f5649f
Showing
24 changed files
with
1,231 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,41 @@ | ||
2001-10-14 Ulrich Drepper <[email protected]> | ||
|
||
* locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx | ||
to generate hexadecimal identifier. | ||
Patch by Jungshik Shin <[email protected]>. | ||
|
||
2001-10-09 Stephen L Moshier <[email protected]> | ||
|
||
* sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm. | ||
|
||
2001-10-14 Ulrich Drepper <[email protected]> | ||
|
||
* sysdeps/ieee754/ldbl-128/e_powl.c: New file. | ||
* sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file. | ||
Contributed by Stephen L Moshier <[email protected]>. | ||
|
||
* sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables. | ||
* sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise. | ||
* sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise | ||
* sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise | ||
* sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise | ||
* sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise | ||
|
||
* timezone/africa: Update from tzdata2001d. | ||
* timezone/asia: Likewise. | ||
* timezone/australasia: Likewise. | ||
* timezone/backward: Likewise. | ||
* timezone/europe: Likewise. | ||
* timezone/leapseconds: Likewise. | ||
* timezone/northamerica: Likewise. | ||
* timezone/southamerica: Likewise. | ||
* timezone/zone.tab: Likewise. | ||
|
||
2001-10-09 Martin Schwidefsky <[email protected]> | ||
|
||
* sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef. | ||
* sysdeps/s390/s390-64/sys/ucontext.h: Likewise. | ||
|
||
2001-10-12 Ulrich Drepper <[email protected]> | ||
|
||
* elf/elf.h (PT_TLS): New definition. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2001-10-08 Won-kyu Park <[email protected]> | ||
|
||
* locales/ko_KR: Fixed a typo in Hangul portion of LC_COLLATE. | ||
|
||
2001-09-30 Ulrich Drepper <[email protected]> | ||
|
||
* charmaps/SAMI-WS2: Add Euro sign. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ comment_char % | |
% Several changes in LC_TIME | ||
% Added tel_dom_fmt to LC_TELEPHONE | ||
% Some cosmetic changes | ||
% 2001-10-08: Won-kyu Park <[email protected]> | ||
% Fixed a typo in Hangul portion of LC_COLLATE | ||
|
||
LC_IDENTIFICATION | ||
title "Korean locale for Republic of Korea" | ||
|
@@ -1179,7 +1181,7 @@ order_start forward | |
%%% | ||
% HANGUL SYLLABLES | ||
<UAC00> | ||
... | ||
.. | ||
<UD7A3> | ||
%%% | ||
% HANJA. For the moment, Hanjas defined in KS X 1001 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.