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-03-29 Ulrich Drepper <[email protected]> * math/bits/mathcalls.h: Remove infnan declaration. 2001-03-29 H.J. Lu <[email protected]> * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and LOW_HALF only if _LIBC is defined and _ISOMAC is not defined. * stdlib/isomac.c (fmt): Define _LIBC and _ISOMAC. . 2001-03-29 Isamu Hasegawa <[email protected]> * posix/regex.c: Fix typo and add a sentinel. 2001-03-29 Ulrich Drepper <[email protected]> * sysdeps/unix/sysv/linux/shm_open.c: Open new file always with O_NOFOLLOW. Suggested by Christoph Roland.
- Loading branch information
Ulrich Drepper
committed
Mar 30, 2001
1 parent
0a51f0a
commit 28d2fb9
Showing
6 changed files
with
27 additions
and
15 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,22 @@ | ||
2001-03-29 Ulrich Drepper <[email protected]> | ||
|
||
* math/bits/mathcalls.h: Remove infnan declaration. | ||
|
||
2001-03-29 H.J. Lu <[email protected]> | ||
|
||
* include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, | ||
and LOW_HALF only if _LIBC is defined and _ISOMAC is not defined. | ||
* stdlib/isomac.c (fmt): Define _LIBC and _ISOMAC. | ||
. | ||
2001-03-29 Isamu Hasegawa <[email protected]> | ||
|
||
* posix/regex.c: Fix typo and add a sentinel. | ||
|
||
2001-03-29 Ulrich Drepper <[email protected]> | ||
|
||
* sysdeps/unix/sysv/linux/shm_open.c: Open new file always with | ||
O_NOFOLLOW. Suggested by Christoph Roland. | ||
|
||
2001-03-27 Martin Schwidefsky <[email protected]> | ||
|
||
* sysdeps/s390/bits/string.h: New unified 31/64 bit string.h. | ||
|
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
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
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